diff --git a/README.md b/README.md
index 5420ad1..d0f35e0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Limbo
[](http://ci.loohpjames.com/job/Limbo/)
-## Standalone Limbo Minecraft Server (Currently 1.21.3)
+## Standalone Limbo Minecraft Server (Currently 1.21.4)
### Starting the server
Use the following command lines to start the limbo server just like any other Minecraft server
@@ -16,7 +16,7 @@ IP: mc.loohpjames.com
```

***
-### Downloads (1.17.1-1.21.3)
+### Downloads (1.17.1-1.21.4)
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
***
### Maven
diff --git a/pom.xml b/pom.xml
index 8aec061..e146a04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
com.loohp
Limbo
Limbo
- 0.7.11-ALPHA
+ 0.7.12-ALPHA
Standalone Limbo Minecraft Server.
https://github.com/LOOHP/Limbo
@@ -136,7 +136,7 @@
- ${project.artifactId}-${project.version}-1.21.3
+ ${project.artifactId}-${project.version}-1.21.4
diff --git a/src/main/java/com/loohp/limbo/Limbo.java b/src/main/java/com/loohp/limbo/Limbo.java
index 83753d0..c6c0388 100644
--- a/src/main/java/com/loohp/limbo/Limbo.java
+++ b/src/main/java/com/loohp/limbo/Limbo.java
@@ -132,8 +132,8 @@ public final class Limbo {
//===========================
- public final String SERVER_IMPLEMENTATION_VERSION = "1.21.3";
- public final int SERVER_IMPLEMENTATION_PROTOCOL = 768;
+ public final String SERVER_IMPLEMENTATION_VERSION = "1.21.4";
+ public final int SERVER_IMPLEMENTATION_PROTOCOL = 769;
public final String LIMBO_IMPLEMENTATION_VERSION;
private final AtomicBoolean isRunning;
diff --git a/src/main/resources/data/minecraft/worldgen/biome/badlands.json b/src/main/resources/data/minecraft/worldgen/biome/badlands.json
index 910c3af..68fe247 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/badlands.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/badlands.json
@@ -16,12 +16,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.badlands"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.badlands"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/bamboo_jungle.json b/src/main/resources/data/minecraft/worldgen/biome/bamboo_jungle.json
index 67f8168..a0df35f 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/bamboo_jungle.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/bamboo_jungle.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.bamboo_jungle"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.bamboo_jungle"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/basalt_deltas.json b/src/main/resources/data/minecraft/worldgen/biome/basalt_deltas.json
index e73087b..e3571a1 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/basalt_deltas.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/basalt_deltas.json
@@ -14,12 +14,18 @@
"sound": "minecraft:ambient.basalt_deltas.mood",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.nether.basalt_deltas"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.nether.basalt_deltas"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"particle": {
"options": {
"type": "minecraft:white_ash"
diff --git a/src/main/resources/data/minecraft/worldgen/biome/beach.json b/src/main/resources/data/minecraft/worldgen/biome/beach.json
index 9d42667..8146697 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/beach.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/beach.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/birch_forest.json b/src/main/resources/data/minecraft/worldgen/biome/birch_forest.json
index f733f13..2dfdd62 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/birch_forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/birch_forest.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.forest"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.forest"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/cherry_grove.json b/src/main/resources/data/minecraft/worldgen/biome/cherry_grove.json
index 649251d..fd62577 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/cherry_grove.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/cherry_grove.json
@@ -15,12 +15,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.cherry_grove"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.cherry_grove"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 6141935,
"water_fog_color": 6141935
diff --git a/src/main/resources/data/minecraft/worldgen/biome/cold_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/cold_ocean.json
index 03c21cf..ef30c57 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/cold_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/cold_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4020182,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/crimson_forest.json b/src/main/resources/data/minecraft/worldgen/biome/crimson_forest.json
index 6ee72b4..57cff15 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/crimson_forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/crimson_forest.json
@@ -14,12 +14,18 @@
"sound": "minecraft:ambient.crimson_forest.mood",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.nether.crimson_forest"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.nether.crimson_forest"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"particle": {
"options": {
"type": "minecraft:crimson_spore"
diff --git a/src/main/resources/data/minecraft/worldgen/biome/dark_forest.json b/src/main/resources/data/minecraft/worldgen/biome/dark_forest.json
index 51a8b33..9096e3b 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/dark_forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/dark_forest.json
@@ -14,12 +14,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.forest"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.forest"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/deep_cold_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/deep_cold_ocean.json
index 62fa3ce..c26e48f 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/deep_cold_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/deep_cold_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4020182,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/deep_dark.json b/src/main/resources/data/minecraft/worldgen/biome/deep_dark.json
index ede5626..0bffad7 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/deep_dark.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/deep_dark.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.deep_dark"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.deep_dark"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/deep_frozen_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/deep_frozen_ocean.json
index 5f7894b..8e834ed 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/deep_frozen_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/deep_frozen_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 3750089,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/deep_lukewarm_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/deep_lukewarm_ocean.json
index 8e476c1..55caa33 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/deep_lukewarm_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/deep_lukewarm_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4566514,
"water_fog_color": 267827
diff --git a/src/main/resources/data/minecraft/worldgen/biome/deep_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/deep_ocean.json
index aa97757..7f964ef 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/deep_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/deep_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/desert.json b/src/main/resources/data/minecraft/worldgen/biome/desert.json
index 2e8eaa0..9f4c9f6 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/desert.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/desert.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.desert"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.desert"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/dripstone_caves.json b/src/main/resources/data/minecraft/worldgen/biome/dripstone_caves.json
index a314172..9a9b209 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/dripstone_caves.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/dripstone_caves.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.dripstone_caves"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.dripstone_caves"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/end_barrens.json b/src/main/resources/data/minecraft/worldgen/biome/end_barrens.json
index 06dc980..e3e7b7e 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/end_barrens.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/end_barrens.json
@@ -9,6 +9,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/end_highlands.json b/src/main/resources/data/minecraft/worldgen/biome/end_highlands.json
index 9f32627..87c800c 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/end_highlands.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/end_highlands.json
@@ -9,6 +9,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/end_midlands.json b/src/main/resources/data/minecraft/worldgen/biome/end_midlands.json
index 06dc980..e3e7b7e 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/end_midlands.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/end_midlands.json
@@ -9,6 +9,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/eroded_badlands.json b/src/main/resources/data/minecraft/worldgen/biome/eroded_badlands.json
index 910c3af..68fe247 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/eroded_badlands.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/eroded_badlands.json
@@ -16,12 +16,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.badlands"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.badlands"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/flower_forest.json b/src/main/resources/data/minecraft/worldgen/biome/flower_forest.json
index 785bd11..2eea711 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/flower_forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/flower_forest.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.flower_forest"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.flower_forest"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/forest.json b/src/main/resources/data/minecraft/worldgen/biome/forest.json
index 3ab14a6..8922b7a 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/forest.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.forest"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.forest"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7972607,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/frozen_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/frozen_ocean.json
index cf476e5..2f8fa12 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/frozen_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/frozen_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8364543,
"water_color": 3750089,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/frozen_peaks.json b/src/main/resources/data/minecraft/worldgen/biome/frozen_peaks.json
index c90f192..e192a59 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/frozen_peaks.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/frozen_peaks.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.frozen_peaks"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.frozen_peaks"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8756735,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/frozen_river.json b/src/main/resources/data/minecraft/worldgen/biome/frozen_river.json
index aa57108..6ce8051 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/frozen_river.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/frozen_river.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8364543,
"water_color": 3750089,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/grove.json b/src/main/resources/data/minecraft/worldgen/biome/grove.json
index f6c2c49..459e9ca 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/grove.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/grove.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.grove"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.grove"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8495359,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/ice_spikes.json b/src/main/resources/data/minecraft/worldgen/biome/ice_spikes.json
index a67947e..0b87fb4 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/ice_spikes.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/ice_spikes.json
@@ -14,6 +14,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8364543,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/jagged_peaks.json b/src/main/resources/data/minecraft/worldgen/biome/jagged_peaks.json
index 9628eb1..b7ca009 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/jagged_peaks.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/jagged_peaks.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.jagged_peaks"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.jagged_peaks"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8756735,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/jungle.json b/src/main/resources/data/minecraft/worldgen/biome/jungle.json
index 6436091..61850c6 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/jungle.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/jungle.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.jungle"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.jungle"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/lukewarm_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/lukewarm_ocean.json
index adc1e79..0a79ab2 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/lukewarm_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/lukewarm_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4566514,
"water_fog_color": 267827
diff --git a/src/main/resources/data/minecraft/worldgen/biome/lush_caves.json b/src/main/resources/data/minecraft/worldgen/biome/lush_caves.json
index 4a3875c..a35df30 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/lush_caves.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/lush_caves.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.lush_caves"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.lush_caves"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/mangrove_swamp.json b/src/main/resources/data/minecraft/worldgen/biome/mangrove_swamp.json
index cbf0f6c..7bd6098 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/mangrove_swamp.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/mangrove_swamp.json
@@ -15,12 +15,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.swamp"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.swamp"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7907327,
"water_color": 3832426,
"water_fog_color": 5077600
diff --git a/src/main/resources/data/minecraft/worldgen/biome/meadow.json b/src/main/resources/data/minecraft/worldgen/biome/meadow.json
index 818a2df..393849c 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/meadow.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/meadow.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.meadow"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.meadow"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 937679,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/mushroom_fields.json b/src/main/resources/data/minecraft/worldgen/biome/mushroom_fields.json
index 75943d0..af25780 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/mushroom_fields.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/mushroom_fields.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/nether_wastes.json b/src/main/resources/data/minecraft/worldgen/biome/nether_wastes.json
index 3157262..c91ce40 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/nether_wastes.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/nether_wastes.json
@@ -14,12 +14,18 @@
"sound": "minecraft:ambient.nether_wastes.mood",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.nether.nether_wastes"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.nether.nether_wastes"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/ocean.json b/src/main/resources/data/minecraft/worldgen/biome/ocean.json
index 26ca1b7..9374025 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/old_growth_birch_forest.json b/src/main/resources/data/minecraft/worldgen/biome/old_growth_birch_forest.json
index ea998ab..33e51ae 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/old_growth_birch_forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/old_growth_birch_forest.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.forest"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.forest"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8037887,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/old_growth_pine_taiga.json b/src/main/resources/data/minecraft/worldgen/biome/old_growth_pine_taiga.json
index b46f36e..9c88558 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/old_growth_pine_taiga.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/old_growth_pine_taiga.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.old_growth_taiga"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.old_growth_taiga"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8168447,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/old_growth_spruce_taiga.json b/src/main/resources/data/minecraft/worldgen/biome/old_growth_spruce_taiga.json
index 890145e..59752b9 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/old_growth_spruce_taiga.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/old_growth_spruce_taiga.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.old_growth_taiga"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.old_growth_taiga"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8233983,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/pale_garden.json b/src/main/resources/data/minecraft/worldgen/biome/pale_garden.json
new file mode 100644
index 0000000..d46ba10
--- /dev/null
+++ b/src/main/resources/data/minecraft/worldgen/biome/pale_garden.json
@@ -0,0 +1,165 @@
+{
+ "carvers": [
+ "minecraft:cave",
+ "minecraft:cave_extra_underground",
+ "minecraft:canyon"
+ ],
+ "downfall": 0.8,
+ "effects": {
+ "fog_color": 8484720,
+ "foliage_color": 8883574,
+ "grass_color": 7832178,
+ "mood_sound": {
+ "block_search_extent": 8,
+ "offset": 2.0,
+ "sound": "minecraft:ambient.cave",
+ "tick_delay": 6000
+ },
+ "music": [],
+ "music_volume": 0.0,
+ "sky_color": 12171705,
+ "water_color": 7768221,
+ "water_fog_color": 5597568
+ },
+ "features": [
+ [],
+ [
+ "minecraft:lake_lava_underground",
+ "minecraft:lake_lava_surface"
+ ],
+ [
+ "minecraft:amethyst_geode"
+ ],
+ [
+ "minecraft:monster_room",
+ "minecraft:monster_room_deep"
+ ],
+ [],
+ [],
+ [
+ "minecraft:ore_dirt",
+ "minecraft:ore_gravel",
+ "minecraft:ore_granite_upper",
+ "minecraft:ore_granite_lower",
+ "minecraft:ore_diorite_upper",
+ "minecraft:ore_diorite_lower",
+ "minecraft:ore_andesite_upper",
+ "minecraft:ore_andesite_lower",
+ "minecraft:ore_tuff",
+ "minecraft:ore_coal_upper",
+ "minecraft:ore_coal_lower",
+ "minecraft:ore_iron_upper",
+ "minecraft:ore_iron_middle",
+ "minecraft:ore_iron_small",
+ "minecraft:ore_gold",
+ "minecraft:ore_gold_lower",
+ "minecraft:ore_redstone",
+ "minecraft:ore_redstone_lower",
+ "minecraft:ore_diamond",
+ "minecraft:ore_diamond_medium",
+ "minecraft:ore_diamond_large",
+ "minecraft:ore_diamond_buried",
+ "minecraft:ore_lapis",
+ "minecraft:ore_lapis_buried",
+ "minecraft:ore_copper",
+ "minecraft:underwater_magma",
+ "minecraft:disk_sand",
+ "minecraft:disk_clay",
+ "minecraft:disk_gravel"
+ ],
+ [],
+ [
+ "minecraft:spring_water",
+ "minecraft:spring_lava"
+ ],
+ [
+ "minecraft:glow_lichen",
+ "minecraft:pale_garden_vegetation",
+ "minecraft:pale_moss_patch",
+ "minecraft:pale_garden_flowers",
+ "minecraft:flower_pale_garden",
+ "minecraft:patch_grass_forest",
+ "minecraft:patch_sugar_cane",
+ "minecraft:patch_pumpkin"
+ ],
+ [
+ "minecraft:freeze_top_layer"
+ ]
+ ],
+ "has_precipitation": true,
+ "spawn_costs": {},
+ "spawners": {
+ "ambient": [
+ {
+ "type": "minecraft:bat",
+ "maxCount": 8,
+ "minCount": 8,
+ "weight": 10
+ }
+ ],
+ "axolotls": [],
+ "creature": [],
+ "misc": [],
+ "monster": [
+ {
+ "type": "minecraft:spider",
+ "maxCount": 4,
+ "minCount": 4,
+ "weight": 100
+ },
+ {
+ "type": "minecraft:zombie",
+ "maxCount": 4,
+ "minCount": 4,
+ "weight": 95
+ },
+ {
+ "type": "minecraft:zombie_villager",
+ "maxCount": 1,
+ "minCount": 1,
+ "weight": 5
+ },
+ {
+ "type": "minecraft:skeleton",
+ "maxCount": 4,
+ "minCount": 4,
+ "weight": 100
+ },
+ {
+ "type": "minecraft:creeper",
+ "maxCount": 4,
+ "minCount": 4,
+ "weight": 100
+ },
+ {
+ "type": "minecraft:slime",
+ "maxCount": 4,
+ "minCount": 4,
+ "weight": 100
+ },
+ {
+ "type": "minecraft:enderman",
+ "maxCount": 4,
+ "minCount": 1,
+ "weight": 10
+ },
+ {
+ "type": "minecraft:witch",
+ "maxCount": 1,
+ "minCount": 1,
+ "weight": 5
+ }
+ ],
+ "underground_water_creature": [
+ {
+ "type": "minecraft:glow_squid",
+ "maxCount": 6,
+ "minCount": 4,
+ "weight": 10
+ }
+ ],
+ "water_ambient": [],
+ "water_creature": []
+ },
+ "temperature": 0.7
+}
\ No newline at end of file
diff --git a/src/main/resources/data/minecraft/worldgen/biome/plains.json b/src/main/resources/data/minecraft/worldgen/biome/plains.json
index 55e186a..4124953 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/plains.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/plains.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/river.json b/src/main/resources/data/minecraft/worldgen/biome/river.json
index 71ab8f2..834c5e1 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/river.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/river.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/savanna.json b/src/main/resources/data/minecraft/worldgen/biome/savanna.json
index d2b5a1c..c086501 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/savanna.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/savanna.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/savanna_plateau.json b/src/main/resources/data/minecraft/worldgen/biome/savanna_plateau.json
index 1fd89b8..c776c77 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/savanna_plateau.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/savanna_plateau.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/small_end_islands.json b/src/main/resources/data/minecraft/worldgen/biome/small_end_islands.json
index fca51ad..13029b4 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/small_end_islands.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/small_end_islands.json
@@ -9,6 +9,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/snowy_beach.json b/src/main/resources/data/minecraft/worldgen/biome/snowy_beach.json
index 134689d..c5d81fe 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/snowy_beach.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/snowy_beach.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8364543,
"water_color": 4020182,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/snowy_plains.json b/src/main/resources/data/minecraft/worldgen/biome/snowy_plains.json
index 8f009ac..489a061 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/snowy_plains.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/snowy_plains.json
@@ -14,6 +14,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8364543,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/snowy_slopes.json b/src/main/resources/data/minecraft/worldgen/biome/snowy_slopes.json
index 4a4e75e..df845d7 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/snowy_slopes.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/snowy_slopes.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.snowy_slopes"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.snowy_slopes"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 8560639,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/snowy_taiga.json b/src/main/resources/data/minecraft/worldgen/biome/snowy_taiga.json
index baedf4c..2fe871e 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/snowy_taiga.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/snowy_taiga.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8625919,
"water_color": 4020182,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/soul_sand_valley.json b/src/main/resources/data/minecraft/worldgen/biome/soul_sand_valley.json
index 5bdb722..3ae968f 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/soul_sand_valley.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/soul_sand_valley.json
@@ -14,12 +14,18 @@
"sound": "minecraft:ambient.soul_sand_valley.mood",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.nether.soul_sand_valley"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.nether.soul_sand_valley"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"particle": {
"options": {
"type": "minecraft:ash"
diff --git a/src/main/resources/data/minecraft/worldgen/biome/sparse_jungle.json b/src/main/resources/data/minecraft/worldgen/biome/sparse_jungle.json
index c7a88d4..8ca6b21 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/sparse_jungle.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/sparse_jungle.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.sparse_jungle"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.sparse_jungle"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7842047,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/stony_peaks.json b/src/main/resources/data/minecraft/worldgen/biome/stony_peaks.json
index 4ae7dca..1312d6b4 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/stony_peaks.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/stony_peaks.json
@@ -13,12 +13,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.stony_peaks"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.stony_peaks"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7776511,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/stony_shore.json b/src/main/resources/data/minecraft/worldgen/biome/stony_shore.json
index 0e9b086..1637f0f 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/stony_shore.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/stony_shore.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/sunflower_plains.json b/src/main/resources/data/minecraft/worldgen/biome/sunflower_plains.json
index 3a1a8bd..78ab660 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/sunflower_plains.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/sunflower_plains.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 7907327,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/swamp.json b/src/main/resources/data/minecraft/worldgen/biome/swamp.json
index 7b3b932..c0a03d9 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/swamp.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/swamp.json
@@ -15,12 +15,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.swamp"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.swamp"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7907327,
"water_color": 6388580,
"water_fog_color": 2302743
diff --git a/src/main/resources/data/minecraft/worldgen/biome/taiga.json b/src/main/resources/data/minecraft/worldgen/biome/taiga.json
index ebbb1ba..b531870 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/taiga.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/taiga.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8233983,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/the_end.json b/src/main/resources/data/minecraft/worldgen/biome/the_end.json
index 5808583..4a26b4e 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/the_end.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/the_end.json
@@ -9,6 +9,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 0,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/the_void.json b/src/main/resources/data/minecraft/worldgen/biome/the_void.json
index 1fd87f5..a83c8cd 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/the_void.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/the_void.json
@@ -9,6 +9,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/warm_ocean.json b/src/main/resources/data/minecraft/worldgen/biome/warm_ocean.json
index a2d1735..50aba53 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/warm_ocean.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/warm_ocean.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8103167,
"water_color": 4445678,
"water_fog_color": 270131
diff --git a/src/main/resources/data/minecraft/worldgen/biome/warped_forest.json b/src/main/resources/data/minecraft/worldgen/biome/warped_forest.json
index c040ec3..cd258a1 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/warped_forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/warped_forest.json
@@ -14,12 +14,18 @@
"sound": "minecraft:ambient.warped_forest.mood",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.nether.warped_forest"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.nether.warped_forest"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"particle": {
"options": {
"type": "minecraft:warped_spore"
diff --git a/src/main/resources/data/minecraft/worldgen/biome/windswept_forest.json b/src/main/resources/data/minecraft/worldgen/biome/windswept_forest.json
index 79df5cd..c94e221 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/windswept_forest.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/windswept_forest.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/windswept_gravelly_hills.json b/src/main/resources/data/minecraft/worldgen/biome/windswept_gravelly_hills.json
index 504f3ca..6277321 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/windswept_gravelly_hills.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/windswept_gravelly_hills.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/windswept_hills.json b/src/main/resources/data/minecraft/worldgen/biome/windswept_hills.json
index 504f3ca..6277321 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/windswept_hills.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/windswept_hills.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 8233727,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/windswept_savanna.json b/src/main/resources/data/minecraft/worldgen/biome/windswept_savanna.json
index caad967..b6a6b1d 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/windswept_savanna.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/windswept_savanna.json
@@ -13,6 +13,7 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/data/minecraft/worldgen/biome/wooded_badlands.json b/src/main/resources/data/minecraft/worldgen/biome/wooded_badlands.json
index 52f7fc2..e22ccb1 100644
--- a/src/main/resources/data/minecraft/worldgen/biome/wooded_badlands.json
+++ b/src/main/resources/data/minecraft/worldgen/biome/wooded_badlands.json
@@ -16,12 +16,18 @@
"sound": "minecraft:ambient.cave",
"tick_delay": 6000
},
- "music": {
- "max_delay": 24000,
- "min_delay": 12000,
- "replace_current_music": false,
- "sound": "minecraft:music.overworld.badlands"
- },
+ "music": [
+ {
+ "data": {
+ "max_delay": 24000,
+ "min_delay": 12000,
+ "replace_current_music": false,
+ "sound": "minecraft:music.overworld.badlands"
+ },
+ "weight": 1
+ }
+ ],
+ "music_volume": 1.0,
"sky_color": 7254527,
"water_color": 4159204,
"water_fog_color": 329011
diff --git a/src/main/resources/reports/blocks.json b/src/main/resources/reports/blocks.json
index d725a9c..2363531 100644
--- a/src/main/resources/reports/blocks.json
+++ b/src/main/resources/reports/blocks.json
@@ -25,7 +25,7 @@
},
"states": [
{
- "id": 8938,
+ "id": 9482,
"properties": {
"face": "floor",
"facing": "north",
@@ -33,7 +33,7 @@
}
},
{
- "id": 8939,
+ "id": 9483,
"properties": {
"face": "floor",
"facing": "north",
@@ -41,7 +41,7 @@
}
},
{
- "id": 8940,
+ "id": 9484,
"properties": {
"face": "floor",
"facing": "south",
@@ -49,7 +49,7 @@
}
},
{
- "id": 8941,
+ "id": 9485,
"properties": {
"face": "floor",
"facing": "south",
@@ -57,7 +57,7 @@
}
},
{
- "id": 8942,
+ "id": 9486,
"properties": {
"face": "floor",
"facing": "west",
@@ -65,7 +65,7 @@
}
},
{
- "id": 8943,
+ "id": 9487,
"properties": {
"face": "floor",
"facing": "west",
@@ -73,7 +73,7 @@
}
},
{
- "id": 8944,
+ "id": 9488,
"properties": {
"face": "floor",
"facing": "east",
@@ -81,7 +81,7 @@
}
},
{
- "id": 8945,
+ "id": 9489,
"properties": {
"face": "floor",
"facing": "east",
@@ -89,7 +89,7 @@
}
},
{
- "id": 8946,
+ "id": 9490,
"properties": {
"face": "wall",
"facing": "north",
@@ -98,7 +98,7 @@
},
{
"default": true,
- "id": 8947,
+ "id": 9491,
"properties": {
"face": "wall",
"facing": "north",
@@ -106,7 +106,7 @@
}
},
{
- "id": 8948,
+ "id": 9492,
"properties": {
"face": "wall",
"facing": "south",
@@ -114,7 +114,7 @@
}
},
{
- "id": 8949,
+ "id": 9493,
"properties": {
"face": "wall",
"facing": "south",
@@ -122,7 +122,7 @@
}
},
{
- "id": 8950,
+ "id": 9494,
"properties": {
"face": "wall",
"facing": "west",
@@ -130,7 +130,7 @@
}
},
{
- "id": 8951,
+ "id": 9495,
"properties": {
"face": "wall",
"facing": "west",
@@ -138,7 +138,7 @@
}
},
{
- "id": 8952,
+ "id": 9496,
"properties": {
"face": "wall",
"facing": "east",
@@ -146,7 +146,7 @@
}
},
{
- "id": 8953,
+ "id": 9497,
"properties": {
"face": "wall",
"facing": "east",
@@ -154,7 +154,7 @@
}
},
{
- "id": 8954,
+ "id": 9498,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -162,7 +162,7 @@
}
},
{
- "id": 8955,
+ "id": 9499,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -170,7 +170,7 @@
}
},
{
- "id": 8956,
+ "id": 9500,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -178,7 +178,7 @@
}
},
{
- "id": 8957,
+ "id": 9501,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -186,7 +186,7 @@
}
},
{
- "id": 8958,
+ "id": 9502,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -194,7 +194,7 @@
}
},
{
- "id": 8959,
+ "id": 9503,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -202,7 +202,7 @@
}
},
{
- "id": 8960,
+ "id": 9504,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -210,7 +210,7 @@
}
},
{
- "id": 8961,
+ "id": 9505,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -251,7 +251,7 @@
},
"states": [
{
- "id": 12419,
+ "id": 12963,
"properties": {
"facing": "north",
"half": "upper",
@@ -261,7 +261,7 @@
}
},
{
- "id": 12420,
+ "id": 12964,
"properties": {
"facing": "north",
"half": "upper",
@@ -271,7 +271,7 @@
}
},
{
- "id": 12421,
+ "id": 12965,
"properties": {
"facing": "north",
"half": "upper",
@@ -281,7 +281,7 @@
}
},
{
- "id": 12422,
+ "id": 12966,
"properties": {
"facing": "north",
"half": "upper",
@@ -291,7 +291,7 @@
}
},
{
- "id": 12423,
+ "id": 12967,
"properties": {
"facing": "north",
"half": "upper",
@@ -301,7 +301,7 @@
}
},
{
- "id": 12424,
+ "id": 12968,
"properties": {
"facing": "north",
"half": "upper",
@@ -311,7 +311,7 @@
}
},
{
- "id": 12425,
+ "id": 12969,
"properties": {
"facing": "north",
"half": "upper",
@@ -321,7 +321,7 @@
}
},
{
- "id": 12426,
+ "id": 12970,
"properties": {
"facing": "north",
"half": "upper",
@@ -331,7 +331,7 @@
}
},
{
- "id": 12427,
+ "id": 12971,
"properties": {
"facing": "north",
"half": "lower",
@@ -341,7 +341,7 @@
}
},
{
- "id": 12428,
+ "id": 12972,
"properties": {
"facing": "north",
"half": "lower",
@@ -351,7 +351,7 @@
}
},
{
- "id": 12429,
+ "id": 12973,
"properties": {
"facing": "north",
"half": "lower",
@@ -362,7 +362,7 @@
},
{
"default": true,
- "id": 12430,
+ "id": 12974,
"properties": {
"facing": "north",
"half": "lower",
@@ -372,7 +372,7 @@
}
},
{
- "id": 12431,
+ "id": 12975,
"properties": {
"facing": "north",
"half": "lower",
@@ -382,7 +382,7 @@
}
},
{
- "id": 12432,
+ "id": 12976,
"properties": {
"facing": "north",
"half": "lower",
@@ -392,7 +392,7 @@
}
},
{
- "id": 12433,
+ "id": 12977,
"properties": {
"facing": "north",
"half": "lower",
@@ -402,7 +402,7 @@
}
},
{
- "id": 12434,
+ "id": 12978,
"properties": {
"facing": "north",
"half": "lower",
@@ -412,7 +412,7 @@
}
},
{
- "id": 12435,
+ "id": 12979,
"properties": {
"facing": "south",
"half": "upper",
@@ -422,7 +422,7 @@
}
},
{
- "id": 12436,
+ "id": 12980,
"properties": {
"facing": "south",
"half": "upper",
@@ -432,7 +432,7 @@
}
},
{
- "id": 12437,
+ "id": 12981,
"properties": {
"facing": "south",
"half": "upper",
@@ -442,7 +442,7 @@
}
},
{
- "id": 12438,
+ "id": 12982,
"properties": {
"facing": "south",
"half": "upper",
@@ -452,7 +452,7 @@
}
},
{
- "id": 12439,
+ "id": 12983,
"properties": {
"facing": "south",
"half": "upper",
@@ -462,7 +462,7 @@
}
},
{
- "id": 12440,
+ "id": 12984,
"properties": {
"facing": "south",
"half": "upper",
@@ -472,7 +472,7 @@
}
},
{
- "id": 12441,
+ "id": 12985,
"properties": {
"facing": "south",
"half": "upper",
@@ -482,7 +482,7 @@
}
},
{
- "id": 12442,
+ "id": 12986,
"properties": {
"facing": "south",
"half": "upper",
@@ -492,7 +492,7 @@
}
},
{
- "id": 12443,
+ "id": 12987,
"properties": {
"facing": "south",
"half": "lower",
@@ -502,7 +502,7 @@
}
},
{
- "id": 12444,
+ "id": 12988,
"properties": {
"facing": "south",
"half": "lower",
@@ -512,7 +512,7 @@
}
},
{
- "id": 12445,
+ "id": 12989,
"properties": {
"facing": "south",
"half": "lower",
@@ -522,7 +522,7 @@
}
},
{
- "id": 12446,
+ "id": 12990,
"properties": {
"facing": "south",
"half": "lower",
@@ -532,7 +532,7 @@
}
},
{
- "id": 12447,
+ "id": 12991,
"properties": {
"facing": "south",
"half": "lower",
@@ -542,7 +542,7 @@
}
},
{
- "id": 12448,
+ "id": 12992,
"properties": {
"facing": "south",
"half": "lower",
@@ -552,7 +552,7 @@
}
},
{
- "id": 12449,
+ "id": 12993,
"properties": {
"facing": "south",
"half": "lower",
@@ -562,7 +562,7 @@
}
},
{
- "id": 12450,
+ "id": 12994,
"properties": {
"facing": "south",
"half": "lower",
@@ -572,7 +572,7 @@
}
},
{
- "id": 12451,
+ "id": 12995,
"properties": {
"facing": "west",
"half": "upper",
@@ -582,7 +582,7 @@
}
},
{
- "id": 12452,
+ "id": 12996,
"properties": {
"facing": "west",
"half": "upper",
@@ -592,7 +592,7 @@
}
},
{
- "id": 12453,
+ "id": 12997,
"properties": {
"facing": "west",
"half": "upper",
@@ -602,7 +602,7 @@
}
},
{
- "id": 12454,
+ "id": 12998,
"properties": {
"facing": "west",
"half": "upper",
@@ -612,7 +612,7 @@
}
},
{
- "id": 12455,
+ "id": 12999,
"properties": {
"facing": "west",
"half": "upper",
@@ -622,7 +622,7 @@
}
},
{
- "id": 12456,
+ "id": 13000,
"properties": {
"facing": "west",
"half": "upper",
@@ -632,7 +632,7 @@
}
},
{
- "id": 12457,
+ "id": 13001,
"properties": {
"facing": "west",
"half": "upper",
@@ -642,7 +642,7 @@
}
},
{
- "id": 12458,
+ "id": 13002,
"properties": {
"facing": "west",
"half": "upper",
@@ -652,7 +652,7 @@
}
},
{
- "id": 12459,
+ "id": 13003,
"properties": {
"facing": "west",
"half": "lower",
@@ -662,7 +662,7 @@
}
},
{
- "id": 12460,
+ "id": 13004,
"properties": {
"facing": "west",
"half": "lower",
@@ -672,7 +672,7 @@
}
},
{
- "id": 12461,
+ "id": 13005,
"properties": {
"facing": "west",
"half": "lower",
@@ -682,7 +682,7 @@
}
},
{
- "id": 12462,
+ "id": 13006,
"properties": {
"facing": "west",
"half": "lower",
@@ -692,7 +692,7 @@
}
},
{
- "id": 12463,
+ "id": 13007,
"properties": {
"facing": "west",
"half": "lower",
@@ -702,7 +702,7 @@
}
},
{
- "id": 12464,
+ "id": 13008,
"properties": {
"facing": "west",
"half": "lower",
@@ -712,7 +712,7 @@
}
},
{
- "id": 12465,
+ "id": 13009,
"properties": {
"facing": "west",
"half": "lower",
@@ -722,7 +722,7 @@
}
},
{
- "id": 12466,
+ "id": 13010,
"properties": {
"facing": "west",
"half": "lower",
@@ -732,7 +732,7 @@
}
},
{
- "id": 12467,
+ "id": 13011,
"properties": {
"facing": "east",
"half": "upper",
@@ -742,7 +742,7 @@
}
},
{
- "id": 12468,
+ "id": 13012,
"properties": {
"facing": "east",
"half": "upper",
@@ -752,7 +752,7 @@
}
},
{
- "id": 12469,
+ "id": 13013,
"properties": {
"facing": "east",
"half": "upper",
@@ -762,7 +762,7 @@
}
},
{
- "id": 12470,
+ "id": 13014,
"properties": {
"facing": "east",
"half": "upper",
@@ -772,7 +772,7 @@
}
},
{
- "id": 12471,
+ "id": 13015,
"properties": {
"facing": "east",
"half": "upper",
@@ -782,7 +782,7 @@
}
},
{
- "id": 12472,
+ "id": 13016,
"properties": {
"facing": "east",
"half": "upper",
@@ -792,7 +792,7 @@
}
},
{
- "id": 12473,
+ "id": 13017,
"properties": {
"facing": "east",
"half": "upper",
@@ -802,7 +802,7 @@
}
},
{
- "id": 12474,
+ "id": 13018,
"properties": {
"facing": "east",
"half": "upper",
@@ -812,7 +812,7 @@
}
},
{
- "id": 12475,
+ "id": 13019,
"properties": {
"facing": "east",
"half": "lower",
@@ -822,7 +822,7 @@
}
},
{
- "id": 12476,
+ "id": 13020,
"properties": {
"facing": "east",
"half": "lower",
@@ -832,7 +832,7 @@
}
},
{
- "id": 12477,
+ "id": 13021,
"properties": {
"facing": "east",
"half": "lower",
@@ -842,7 +842,7 @@
}
},
{
- "id": 12478,
+ "id": 13022,
"properties": {
"facing": "east",
"half": "lower",
@@ -852,7 +852,7 @@
}
},
{
- "id": 12479,
+ "id": 13023,
"properties": {
"facing": "east",
"half": "lower",
@@ -862,7 +862,7 @@
}
},
{
- "id": 12480,
+ "id": 13024,
"properties": {
"facing": "east",
"half": "lower",
@@ -872,7 +872,7 @@
}
},
{
- "id": 12481,
+ "id": 13025,
"properties": {
"facing": "east",
"half": "lower",
@@ -882,7 +882,7 @@
}
},
{
- "id": 12482,
+ "id": 13026,
"properties": {
"facing": "east",
"half": "lower",
@@ -922,7 +922,7 @@
},
"states": [
{
- "id": 12035,
+ "id": 12579,
"properties": {
"east": "true",
"north": "true",
@@ -932,7 +932,7 @@
}
},
{
- "id": 12036,
+ "id": 12580,
"properties": {
"east": "true",
"north": "true",
@@ -942,7 +942,7 @@
}
},
{
- "id": 12037,
+ "id": 12581,
"properties": {
"east": "true",
"north": "true",
@@ -952,7 +952,7 @@
}
},
{
- "id": 12038,
+ "id": 12582,
"properties": {
"east": "true",
"north": "true",
@@ -962,7 +962,7 @@
}
},
{
- "id": 12039,
+ "id": 12583,
"properties": {
"east": "true",
"north": "true",
@@ -972,7 +972,7 @@
}
},
{
- "id": 12040,
+ "id": 12584,
"properties": {
"east": "true",
"north": "true",
@@ -982,7 +982,7 @@
}
},
{
- "id": 12041,
+ "id": 12585,
"properties": {
"east": "true",
"north": "true",
@@ -992,7 +992,7 @@
}
},
{
- "id": 12042,
+ "id": 12586,
"properties": {
"east": "true",
"north": "true",
@@ -1002,7 +1002,7 @@
}
},
{
- "id": 12043,
+ "id": 12587,
"properties": {
"east": "true",
"north": "false",
@@ -1012,7 +1012,7 @@
}
},
{
- "id": 12044,
+ "id": 12588,
"properties": {
"east": "true",
"north": "false",
@@ -1022,7 +1022,7 @@
}
},
{
- "id": 12045,
+ "id": 12589,
"properties": {
"east": "true",
"north": "false",
@@ -1032,7 +1032,7 @@
}
},
{
- "id": 12046,
+ "id": 12590,
"properties": {
"east": "true",
"north": "false",
@@ -1042,7 +1042,7 @@
}
},
{
- "id": 12047,
+ "id": 12591,
"properties": {
"east": "true",
"north": "false",
@@ -1052,7 +1052,7 @@
}
},
{
- "id": 12048,
+ "id": 12592,
"properties": {
"east": "true",
"north": "false",
@@ -1062,7 +1062,7 @@
}
},
{
- "id": 12049,
+ "id": 12593,
"properties": {
"east": "true",
"north": "false",
@@ -1072,7 +1072,7 @@
}
},
{
- "id": 12050,
+ "id": 12594,
"properties": {
"east": "true",
"north": "false",
@@ -1082,7 +1082,7 @@
}
},
{
- "id": 12051,
+ "id": 12595,
"properties": {
"east": "false",
"north": "true",
@@ -1092,7 +1092,7 @@
}
},
{
- "id": 12052,
+ "id": 12596,
"properties": {
"east": "false",
"north": "true",
@@ -1102,7 +1102,7 @@
}
},
{
- "id": 12053,
+ "id": 12597,
"properties": {
"east": "false",
"north": "true",
@@ -1112,7 +1112,7 @@
}
},
{
- "id": 12054,
+ "id": 12598,
"properties": {
"east": "false",
"north": "true",
@@ -1122,7 +1122,7 @@
}
},
{
- "id": 12055,
+ "id": 12599,
"properties": {
"east": "false",
"north": "true",
@@ -1132,7 +1132,7 @@
}
},
{
- "id": 12056,
+ "id": 12600,
"properties": {
"east": "false",
"north": "true",
@@ -1142,7 +1142,7 @@
}
},
{
- "id": 12057,
+ "id": 12601,
"properties": {
"east": "false",
"north": "true",
@@ -1152,7 +1152,7 @@
}
},
{
- "id": 12058,
+ "id": 12602,
"properties": {
"east": "false",
"north": "true",
@@ -1162,7 +1162,7 @@
}
},
{
- "id": 12059,
+ "id": 12603,
"properties": {
"east": "false",
"north": "false",
@@ -1172,7 +1172,7 @@
}
},
{
- "id": 12060,
+ "id": 12604,
"properties": {
"east": "false",
"north": "false",
@@ -1182,7 +1182,7 @@
}
},
{
- "id": 12061,
+ "id": 12605,
"properties": {
"east": "false",
"north": "false",
@@ -1192,7 +1192,7 @@
}
},
{
- "id": 12062,
+ "id": 12606,
"properties": {
"east": "false",
"north": "false",
@@ -1202,7 +1202,7 @@
}
},
{
- "id": 12063,
+ "id": 12607,
"properties": {
"east": "false",
"north": "false",
@@ -1212,7 +1212,7 @@
}
},
{
- "id": 12064,
+ "id": 12608,
"properties": {
"east": "false",
"north": "false",
@@ -1222,7 +1222,7 @@
}
},
{
- "id": 12065,
+ "id": 12609,
"properties": {
"east": "false",
"north": "false",
@@ -1233,7 +1233,7 @@
},
{
"default": true,
- "id": 12066,
+ "id": 12610,
"properties": {
"east": "false",
"north": "false",
@@ -1272,7 +1272,7 @@
},
"states": [
{
- "id": 11747,
+ "id": 12291,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -1281,7 +1281,7 @@
}
},
{
- "id": 11748,
+ "id": 12292,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -1290,7 +1290,7 @@
}
},
{
- "id": 11749,
+ "id": 12293,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -1299,7 +1299,7 @@
}
},
{
- "id": 11750,
+ "id": 12294,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -1308,7 +1308,7 @@
}
},
{
- "id": 11751,
+ "id": 12295,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -1317,7 +1317,7 @@
}
},
{
- "id": 11752,
+ "id": 12296,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -1326,7 +1326,7 @@
}
},
{
- "id": 11753,
+ "id": 12297,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -1336,7 +1336,7 @@
},
{
"default": true,
- "id": 11754,
+ "id": 12298,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -1345,7 +1345,7 @@
}
},
{
- "id": 11755,
+ "id": 12299,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -1354,7 +1354,7 @@
}
},
{
- "id": 11756,
+ "id": 12300,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -1363,7 +1363,7 @@
}
},
{
- "id": 11757,
+ "id": 12301,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -1372,7 +1372,7 @@
}
},
{
- "id": 11758,
+ "id": 12302,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -1381,7 +1381,7 @@
}
},
{
- "id": 11759,
+ "id": 12303,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -1390,7 +1390,7 @@
}
},
{
- "id": 11760,
+ "id": 12304,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -1399,7 +1399,7 @@
}
},
{
- "id": 11761,
+ "id": 12305,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -1408,7 +1408,7 @@
}
},
{
- "id": 11762,
+ "id": 12306,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -1417,7 +1417,7 @@
}
},
{
- "id": 11763,
+ "id": 12307,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -1426,7 +1426,7 @@
}
},
{
- "id": 11764,
+ "id": 12308,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -1435,7 +1435,7 @@
}
},
{
- "id": 11765,
+ "id": 12309,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -1444,7 +1444,7 @@
}
},
{
- "id": 11766,
+ "id": 12310,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -1453,7 +1453,7 @@
}
},
{
- "id": 11767,
+ "id": 12311,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -1462,7 +1462,7 @@
}
},
{
- "id": 11768,
+ "id": 12312,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -1471,7 +1471,7 @@
}
},
{
- "id": 11769,
+ "id": 12313,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -1480,7 +1480,7 @@
}
},
{
- "id": 11770,
+ "id": 12314,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -1489,7 +1489,7 @@
}
},
{
- "id": 11771,
+ "id": 12315,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -1498,7 +1498,7 @@
}
},
{
- "id": 11772,
+ "id": 12316,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -1507,7 +1507,7 @@
}
},
{
- "id": 11773,
+ "id": 12317,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -1516,7 +1516,7 @@
}
},
{
- "id": 11774,
+ "id": 12318,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -1525,7 +1525,7 @@
}
},
{
- "id": 11775,
+ "id": 12319,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -1534,7 +1534,7 @@
}
},
{
- "id": 11776,
+ "id": 12320,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -1543,7 +1543,7 @@
}
},
{
- "id": 11777,
+ "id": 12321,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -1552,7 +1552,7 @@
}
},
{
- "id": 11778,
+ "id": 12322,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -1597,240 +1597,240 @@
]
},
"states": [
- {
- "id": 5118,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5119,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5120,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5121,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5122,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5123,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5124,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5125,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5126,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5127,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5128,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5129,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5130,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5131,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5132,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5133,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5134,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5135,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5136,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5137,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5138,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5139,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5140,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5141,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5142,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5143,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5144,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5145,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5146,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5147,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5148,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5149,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5150,
"properties": {
"attached": "true",
"rotation": "14",
@@ -1838,7 +1838,7 @@
}
},
{
- "id": 5148,
+ "id": 5151,
"properties": {
"attached": "true",
"rotation": "15",
@@ -1846,7 +1846,7 @@
}
},
{
- "id": 5149,
+ "id": 5152,
"properties": {
"attached": "true",
"rotation": "15",
@@ -1854,7 +1854,7 @@
}
},
{
- "id": 5150,
+ "id": 5153,
"properties": {
"attached": "false",
"rotation": "0",
@@ -1863,215 +1863,215 @@
},
{
"default": true,
- "id": 5151,
+ "id": 5154,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5152,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5153,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5154,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5155,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5156,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5157,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5158,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5159,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5160,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5161,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5162,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5163,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5164,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5165,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5166,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5167,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5168,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5169,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5170,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5171,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5172,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5173,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5174,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5175,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5176,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5177,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5178,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5179,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5180,
"properties": {
"attached": "false",
"rotation": "13",
@@ -2079,7 +2079,7 @@
}
},
{
- "id": 5178,
+ "id": 5181,
"properties": {
"attached": "false",
"rotation": "14",
@@ -2087,7 +2087,7 @@
}
},
{
- "id": 5179,
+ "id": 5182,
"properties": {
"attached": "false",
"rotation": "14",
@@ -2095,7 +2095,7 @@
}
},
{
- "id": 5180,
+ "id": 5183,
"properties": {
"attached": "false",
"rotation": "15",
@@ -2103,7 +2103,7 @@
}
},
{
- "id": 5181,
+ "id": 5184,
"properties": {
"attached": "false",
"rotation": "15",
@@ -2424,14 +2424,14 @@
},
"states": [
{
- "id": 5888,
+ "id": 5891,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5889,
+ "id": 5892,
"properties": {
"powered": "false"
}
@@ -2498,7 +2498,7 @@
},
"states": [
{
- "id": 4450,
+ "id": 4453,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -2506,217 +2506,217 @@
},
{
"default": true,
- "id": 4451,
+ "id": 4454,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4452,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4453,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4454,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4455,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4456,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4457,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4458,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4459,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4460,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4461,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4462,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4463,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4464,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4465,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4466,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4467,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4468,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4469,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4470,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4471,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4472,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4473,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4474,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4475,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4476,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4477,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4478,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4479,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4480,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4478,
+ "id": 4481,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4479,
+ "id": 4482,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4480,
+ "id": 4483,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4481,
+ "id": 4484,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -2742,21 +2742,21 @@
},
"states": [
{
- "id": 11521,
+ "id": 12065,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11522,
+ "id": 12066,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11523,
+ "id": 12067,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -2764,21 +2764,21 @@
},
{
"default": true,
- "id": 11524,
+ "id": 12068,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11525,
+ "id": 12069,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11526,
+ "id": 12070,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -2819,7 +2819,7 @@
},
"states": [
{
- "id": 10139,
+ "id": 10683,
"properties": {
"facing": "north",
"half": "top",
@@ -2828,7 +2828,7 @@
}
},
{
- "id": 10140,
+ "id": 10684,
"properties": {
"facing": "north",
"half": "top",
@@ -2837,7 +2837,7 @@
}
},
{
- "id": 10141,
+ "id": 10685,
"properties": {
"facing": "north",
"half": "top",
@@ -2846,7 +2846,7 @@
}
},
{
- "id": 10142,
+ "id": 10686,
"properties": {
"facing": "north",
"half": "top",
@@ -2855,7 +2855,7 @@
}
},
{
- "id": 10143,
+ "id": 10687,
"properties": {
"facing": "north",
"half": "top",
@@ -2864,7 +2864,7 @@
}
},
{
- "id": 10144,
+ "id": 10688,
"properties": {
"facing": "north",
"half": "top",
@@ -2873,7 +2873,7 @@
}
},
{
- "id": 10145,
+ "id": 10689,
"properties": {
"facing": "north",
"half": "top",
@@ -2882,7 +2882,7 @@
}
},
{
- "id": 10146,
+ "id": 10690,
"properties": {
"facing": "north",
"half": "top",
@@ -2891,7 +2891,7 @@
}
},
{
- "id": 10147,
+ "id": 10691,
"properties": {
"facing": "north",
"half": "top",
@@ -2900,7 +2900,7 @@
}
},
{
- "id": 10148,
+ "id": 10692,
"properties": {
"facing": "north",
"half": "top",
@@ -2909,7 +2909,7 @@
}
},
{
- "id": 10149,
+ "id": 10693,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2919,7 +2919,7 @@
},
{
"default": true,
- "id": 10150,
+ "id": 10694,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2928,7 +2928,7 @@
}
},
{
- "id": 10151,
+ "id": 10695,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2937,7 +2937,7 @@
}
},
{
- "id": 10152,
+ "id": 10696,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2946,7 +2946,7 @@
}
},
{
- "id": 10153,
+ "id": 10697,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2955,7 +2955,7 @@
}
},
{
- "id": 10154,
+ "id": 10698,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2964,7 +2964,7 @@
}
},
{
- "id": 10155,
+ "id": 10699,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2973,7 +2973,7 @@
}
},
{
- "id": 10156,
+ "id": 10700,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2982,7 +2982,7 @@
}
},
{
- "id": 10157,
+ "id": 10701,
"properties": {
"facing": "north",
"half": "bottom",
@@ -2991,7 +2991,7 @@
}
},
{
- "id": 10158,
+ "id": 10702,
"properties": {
"facing": "north",
"half": "bottom",
@@ -3000,7 +3000,7 @@
}
},
{
- "id": 10159,
+ "id": 10703,
"properties": {
"facing": "south",
"half": "top",
@@ -3009,7 +3009,7 @@
}
},
{
- "id": 10160,
+ "id": 10704,
"properties": {
"facing": "south",
"half": "top",
@@ -3018,7 +3018,7 @@
}
},
{
- "id": 10161,
+ "id": 10705,
"properties": {
"facing": "south",
"half": "top",
@@ -3027,7 +3027,7 @@
}
},
{
- "id": 10162,
+ "id": 10706,
"properties": {
"facing": "south",
"half": "top",
@@ -3036,7 +3036,7 @@
}
},
{
- "id": 10163,
+ "id": 10707,
"properties": {
"facing": "south",
"half": "top",
@@ -3045,7 +3045,7 @@
}
},
{
- "id": 10164,
+ "id": 10708,
"properties": {
"facing": "south",
"half": "top",
@@ -3054,7 +3054,7 @@
}
},
{
- "id": 10165,
+ "id": 10709,
"properties": {
"facing": "south",
"half": "top",
@@ -3063,7 +3063,7 @@
}
},
{
- "id": 10166,
+ "id": 10710,
"properties": {
"facing": "south",
"half": "top",
@@ -3072,7 +3072,7 @@
}
},
{
- "id": 10167,
+ "id": 10711,
"properties": {
"facing": "south",
"half": "top",
@@ -3081,7 +3081,7 @@
}
},
{
- "id": 10168,
+ "id": 10712,
"properties": {
"facing": "south",
"half": "top",
@@ -3090,7 +3090,7 @@
}
},
{
- "id": 10169,
+ "id": 10713,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3099,7 +3099,7 @@
}
},
{
- "id": 10170,
+ "id": 10714,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3108,7 +3108,7 @@
}
},
{
- "id": 10171,
+ "id": 10715,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3117,7 +3117,7 @@
}
},
{
- "id": 10172,
+ "id": 10716,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3126,7 +3126,7 @@
}
},
{
- "id": 10173,
+ "id": 10717,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3135,7 +3135,7 @@
}
},
{
- "id": 10174,
+ "id": 10718,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3144,7 +3144,7 @@
}
},
{
- "id": 10175,
+ "id": 10719,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3153,7 +3153,7 @@
}
},
{
- "id": 10176,
+ "id": 10720,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3162,7 +3162,7 @@
}
},
{
- "id": 10177,
+ "id": 10721,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3171,7 +3171,7 @@
}
},
{
- "id": 10178,
+ "id": 10722,
"properties": {
"facing": "south",
"half": "bottom",
@@ -3180,7 +3180,7 @@
}
},
{
- "id": 10179,
+ "id": 10723,
"properties": {
"facing": "west",
"half": "top",
@@ -3189,7 +3189,7 @@
}
},
{
- "id": 10180,
+ "id": 10724,
"properties": {
"facing": "west",
"half": "top",
@@ -3198,7 +3198,7 @@
}
},
{
- "id": 10181,
+ "id": 10725,
"properties": {
"facing": "west",
"half": "top",
@@ -3207,7 +3207,7 @@
}
},
{
- "id": 10182,
+ "id": 10726,
"properties": {
"facing": "west",
"half": "top",
@@ -3216,7 +3216,7 @@
}
},
{
- "id": 10183,
+ "id": 10727,
"properties": {
"facing": "west",
"half": "top",
@@ -3225,7 +3225,7 @@
}
},
{
- "id": 10184,
+ "id": 10728,
"properties": {
"facing": "west",
"half": "top",
@@ -3234,7 +3234,7 @@
}
},
{
- "id": 10185,
+ "id": 10729,
"properties": {
"facing": "west",
"half": "top",
@@ -3243,7 +3243,7 @@
}
},
{
- "id": 10186,
+ "id": 10730,
"properties": {
"facing": "west",
"half": "top",
@@ -3252,7 +3252,7 @@
}
},
{
- "id": 10187,
+ "id": 10731,
"properties": {
"facing": "west",
"half": "top",
@@ -3261,7 +3261,7 @@
}
},
{
- "id": 10188,
+ "id": 10732,
"properties": {
"facing": "west",
"half": "top",
@@ -3270,7 +3270,7 @@
}
},
{
- "id": 10189,
+ "id": 10733,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3279,7 +3279,7 @@
}
},
{
- "id": 10190,
+ "id": 10734,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3288,7 +3288,7 @@
}
},
{
- "id": 10191,
+ "id": 10735,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3297,7 +3297,7 @@
}
},
{
- "id": 10192,
+ "id": 10736,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3306,7 +3306,7 @@
}
},
{
- "id": 10193,
+ "id": 10737,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3315,7 +3315,7 @@
}
},
{
- "id": 10194,
+ "id": 10738,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3324,7 +3324,7 @@
}
},
{
- "id": 10195,
+ "id": 10739,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3333,7 +3333,7 @@
}
},
{
- "id": 10196,
+ "id": 10740,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3342,7 +3342,7 @@
}
},
{
- "id": 10197,
+ "id": 10741,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3351,7 +3351,7 @@
}
},
{
- "id": 10198,
+ "id": 10742,
"properties": {
"facing": "west",
"half": "bottom",
@@ -3360,7 +3360,7 @@
}
},
{
- "id": 10199,
+ "id": 10743,
"properties": {
"facing": "east",
"half": "top",
@@ -3369,7 +3369,7 @@
}
},
{
- "id": 10200,
+ "id": 10744,
"properties": {
"facing": "east",
"half": "top",
@@ -3378,7 +3378,7 @@
}
},
{
- "id": 10201,
+ "id": 10745,
"properties": {
"facing": "east",
"half": "top",
@@ -3387,7 +3387,7 @@
}
},
{
- "id": 10202,
+ "id": 10746,
"properties": {
"facing": "east",
"half": "top",
@@ -3396,7 +3396,7 @@
}
},
{
- "id": 10203,
+ "id": 10747,
"properties": {
"facing": "east",
"half": "top",
@@ -3405,7 +3405,7 @@
}
},
{
- "id": 10204,
+ "id": 10748,
"properties": {
"facing": "east",
"half": "top",
@@ -3414,7 +3414,7 @@
}
},
{
- "id": 10205,
+ "id": 10749,
"properties": {
"facing": "east",
"half": "top",
@@ -3423,7 +3423,7 @@
}
},
{
- "id": 10206,
+ "id": 10750,
"properties": {
"facing": "east",
"half": "top",
@@ -3432,7 +3432,7 @@
}
},
{
- "id": 10207,
+ "id": 10751,
"properties": {
"facing": "east",
"half": "top",
@@ -3441,7 +3441,7 @@
}
},
{
- "id": 10208,
+ "id": 10752,
"properties": {
"facing": "east",
"half": "top",
@@ -3450,7 +3450,7 @@
}
},
{
- "id": 10209,
+ "id": 10753,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3459,7 +3459,7 @@
}
},
{
- "id": 10210,
+ "id": 10754,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3468,7 +3468,7 @@
}
},
{
- "id": 10211,
+ "id": 10755,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3477,7 +3477,7 @@
}
},
{
- "id": 10212,
+ "id": 10756,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3486,7 +3486,7 @@
}
},
{
- "id": 10213,
+ "id": 10757,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3495,7 +3495,7 @@
}
},
{
- "id": 10214,
+ "id": 10758,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3504,7 +3504,7 @@
}
},
{
- "id": 10215,
+ "id": 10759,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3513,7 +3513,7 @@
}
},
{
- "id": 10216,
+ "id": 10760,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3522,7 +3522,7 @@
}
},
{
- "id": 10217,
+ "id": 10761,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3531,7 +3531,7 @@
}
},
{
- "id": 10218,
+ "id": 10762,
"properties": {
"facing": "east",
"half": "bottom",
@@ -3572,44 +3572,14 @@
]
},
"states": [
- {
- "id": 6383,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6384,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6385,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6386,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -3617,9 +3587,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3627,9 +3597,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -3637,9 +3607,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3648,42 +3618,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6391,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6392,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6393,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6394,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6395,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6396,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6397,
"properties": {
"facing": "north",
"half": "bottom",
@@ -3693,7 +3693,7 @@
}
},
{
- "id": 6395,
+ "id": 6398,
"properties": {
"facing": "north",
"half": "bottom",
@@ -3703,7 +3703,7 @@
}
},
{
- "id": 6396,
+ "id": 6399,
"properties": {
"facing": "north",
"half": "bottom",
@@ -3713,7 +3713,7 @@
}
},
{
- "id": 6397,
+ "id": 6400,
"properties": {
"facing": "north",
"half": "bottom",
@@ -3724,7 +3724,7 @@
},
{
"default": true,
- "id": 6398,
+ "id": 6401,
"properties": {
"facing": "north",
"half": "bottom",
@@ -3733,44 +3733,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6399,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6400,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6401,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6402,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -3778,9 +3748,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3788,9 +3758,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -3798,9 +3768,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3809,38 +3779,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6407,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6408,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6409,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3849,8 +3819,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -3858,9 +3828,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3868,9 +3838,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -3878,9 +3848,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3889,48 +3859,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6415,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6416,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6417,
+ "id": 6416,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6417,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6418,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -3938,9 +3908,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3948,9 +3918,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -3958,9 +3928,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -3969,38 +3939,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6423,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6424,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6425,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -4009,8 +3979,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -4018,9 +3988,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -4028,9 +3998,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -4038,9 +4008,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -4049,48 +4019,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6431,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6432,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6433,
+ "id": 6432,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6433,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6434,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -4098,9 +4068,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -4108,9 +4078,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -4118,9 +4088,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -4129,38 +4099,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6439,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6440,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6441,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -4169,12 +4139,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6443,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6444,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6445,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6446,
"properties": {
"facing": "east",
"half": "bottom",
@@ -4184,7 +4184,7 @@
}
},
{
- "id": 6444,
+ "id": 6447,
"properties": {
"facing": "east",
"half": "bottom",
@@ -4194,7 +4194,7 @@
}
},
{
- "id": 6445,
+ "id": 6448,
"properties": {
"facing": "east",
"half": "bottom",
@@ -4204,7 +4204,7 @@
}
},
{
- "id": 6446,
+ "id": 6449,
"properties": {
"facing": "east",
"half": "bottom",
@@ -4235,7 +4235,7 @@
},
"states": [
{
- "id": 5718,
+ "id": 5721,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -4243,49 +4243,49 @@
},
{
"default": true,
- "id": 5719,
+ "id": 5722,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5720,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5721,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5722,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5723,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5724,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5725,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5726,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5727,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5725,
+ "id": 5728,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -4313,7 +4313,7 @@
},
"states": [
{
- "id": 4870,
+ "id": 4873,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -4321,49 +4321,49 @@
},
{
"default": true,
- "id": 4871,
+ "id": 4874,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4872,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4873,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4874,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4875,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4876,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4877,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4878,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4879,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4877,
+ "id": 4880,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -4430,7 +4430,7 @@
},
"states": [
{
- "id": 9575,
+ "id": 10119,
"properties": {
"powered": "true",
"shape": "north_south",
@@ -4438,7 +4438,7 @@
}
},
{
- "id": 9576,
+ "id": 10120,
"properties": {
"powered": "true",
"shape": "north_south",
@@ -4446,7 +4446,7 @@
}
},
{
- "id": 9577,
+ "id": 10121,
"properties": {
"powered": "true",
"shape": "east_west",
@@ -4454,7 +4454,7 @@
}
},
{
- "id": 9578,
+ "id": 10122,
"properties": {
"powered": "true",
"shape": "east_west",
@@ -4462,7 +4462,7 @@
}
},
{
- "id": 9579,
+ "id": 10123,
"properties": {
"powered": "true",
"shape": "ascending_east",
@@ -4470,7 +4470,7 @@
}
},
{
- "id": 9580,
+ "id": 10124,
"properties": {
"powered": "true",
"shape": "ascending_east",
@@ -4478,7 +4478,7 @@
}
},
{
- "id": 9581,
+ "id": 10125,
"properties": {
"powered": "true",
"shape": "ascending_west",
@@ -4486,7 +4486,7 @@
}
},
{
- "id": 9582,
+ "id": 10126,
"properties": {
"powered": "true",
"shape": "ascending_west",
@@ -4494,7 +4494,7 @@
}
},
{
- "id": 9583,
+ "id": 10127,
"properties": {
"powered": "true",
"shape": "ascending_north",
@@ -4502,7 +4502,7 @@
}
},
{
- "id": 9584,
+ "id": 10128,
"properties": {
"powered": "true",
"shape": "ascending_north",
@@ -4510,7 +4510,7 @@
}
},
{
- "id": 9585,
+ "id": 10129,
"properties": {
"powered": "true",
"shape": "ascending_south",
@@ -4518,7 +4518,7 @@
}
},
{
- "id": 9586,
+ "id": 10130,
"properties": {
"powered": "true",
"shape": "ascending_south",
@@ -4526,7 +4526,7 @@
}
},
{
- "id": 9587,
+ "id": 10131,
"properties": {
"powered": "false",
"shape": "north_south",
@@ -4535,7 +4535,7 @@
},
{
"default": true,
- "id": 9588,
+ "id": 10132,
"properties": {
"powered": "false",
"shape": "north_south",
@@ -4543,7 +4543,7 @@
}
},
{
- "id": 9589,
+ "id": 10133,
"properties": {
"powered": "false",
"shape": "east_west",
@@ -4551,7 +4551,7 @@
}
},
{
- "id": 9590,
+ "id": 10134,
"properties": {
"powered": "false",
"shape": "east_west",
@@ -4559,7 +4559,7 @@
}
},
{
- "id": 9591,
+ "id": 10135,
"properties": {
"powered": "false",
"shape": "ascending_east",
@@ -4567,7 +4567,7 @@
}
},
{
- "id": 9592,
+ "id": 10136,
"properties": {
"powered": "false",
"shape": "ascending_east",
@@ -4575,7 +4575,7 @@
}
},
{
- "id": 9593,
+ "id": 10137,
"properties": {
"powered": "false",
"shape": "ascending_west",
@@ -4583,7 +4583,7 @@
}
},
{
- "id": 9594,
+ "id": 10138,
"properties": {
"powered": "false",
"shape": "ascending_west",
@@ -4591,7 +4591,7 @@
}
},
{
- "id": 9595,
+ "id": 10139,
"properties": {
"powered": "false",
"shape": "ascending_north",
@@ -4599,7 +4599,7 @@
}
},
{
- "id": 9596,
+ "id": 10140,
"properties": {
"powered": "false",
"shape": "ascending_north",
@@ -4607,7 +4607,7 @@
}
},
{
- "id": 9597,
+ "id": 10141,
"properties": {
"powered": "false",
"shape": "ascending_south",
@@ -4615,7 +4615,7 @@
}
},
{
- "id": 9598,
+ "id": 10142,
"properties": {
"powered": "false",
"shape": "ascending_south",
@@ -4642,7 +4642,7 @@
"properties": {},
"suspicious_stew_effects": [
{
- "duration": 80,
+ "duration": 60,
"id": "minecraft:fire_resistance"
}
]
@@ -4662,7 +4662,7 @@
"states": [
{
"default": true,
- "id": 21500
+ "id": 22044
}
]
},
@@ -4689,63 +4689,63 @@
},
"states": [
{
- "id": 21502,
+ "id": 22046,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 21503,
+ "id": 22047,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 21504,
+ "id": 22048,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 21505,
+ "id": 22049,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 21506,
+ "id": 22050,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 21507,
+ "id": 22051,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 21508,
+ "id": 22052,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 21509,
+ "id": 22053,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 21510,
+ "id": 22054,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -4753,21 +4753,21 @@
},
{
"default": true,
- "id": 21511,
+ "id": 22055,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 21512,
+ "id": 22056,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 21513,
+ "id": 22057,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -4783,7 +4783,7 @@
"states": [
{
"default": true,
- "id": 19917
+ "id": 20461
}
]
},
@@ -4817,21 +4817,21 @@
},
"states": [
{
- "id": 14605,
+ "id": 15149,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14606,
+ "id": 15150,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14607,
+ "id": 15151,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -4839,21 +4839,21 @@
},
{
"default": true,
- "id": 14608,
+ "id": 15152,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14609,
+ "id": 15153,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14610,
+ "id": 15154,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -4894,7 +4894,7 @@
},
"states": [
{
- "id": 14231,
+ "id": 14775,
"properties": {
"facing": "north",
"half": "top",
@@ -4903,7 +4903,7 @@
}
},
{
- "id": 14232,
+ "id": 14776,
"properties": {
"facing": "north",
"half": "top",
@@ -4912,7 +4912,7 @@
}
},
{
- "id": 14233,
+ "id": 14777,
"properties": {
"facing": "north",
"half": "top",
@@ -4921,7 +4921,7 @@
}
},
{
- "id": 14234,
+ "id": 14778,
"properties": {
"facing": "north",
"half": "top",
@@ -4930,7 +4930,7 @@
}
},
{
- "id": 14235,
+ "id": 14779,
"properties": {
"facing": "north",
"half": "top",
@@ -4939,7 +4939,7 @@
}
},
{
- "id": 14236,
+ "id": 14780,
"properties": {
"facing": "north",
"half": "top",
@@ -4948,7 +4948,7 @@
}
},
{
- "id": 14237,
+ "id": 14781,
"properties": {
"facing": "north",
"half": "top",
@@ -4957,7 +4957,7 @@
}
},
{
- "id": 14238,
+ "id": 14782,
"properties": {
"facing": "north",
"half": "top",
@@ -4966,7 +4966,7 @@
}
},
{
- "id": 14239,
+ "id": 14783,
"properties": {
"facing": "north",
"half": "top",
@@ -4975,7 +4975,7 @@
}
},
{
- "id": 14240,
+ "id": 14784,
"properties": {
"facing": "north",
"half": "top",
@@ -4984,7 +4984,7 @@
}
},
{
- "id": 14241,
+ "id": 14785,
"properties": {
"facing": "north",
"half": "bottom",
@@ -4994,7 +4994,7 @@
},
{
"default": true,
- "id": 14242,
+ "id": 14786,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5003,7 +5003,7 @@
}
},
{
- "id": 14243,
+ "id": 14787,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5012,7 +5012,7 @@
}
},
{
- "id": 14244,
+ "id": 14788,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5021,7 +5021,7 @@
}
},
{
- "id": 14245,
+ "id": 14789,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5030,7 +5030,7 @@
}
},
{
- "id": 14246,
+ "id": 14790,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5039,7 +5039,7 @@
}
},
{
- "id": 14247,
+ "id": 14791,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5048,7 +5048,7 @@
}
},
{
- "id": 14248,
+ "id": 14792,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5057,7 +5057,7 @@
}
},
{
- "id": 14249,
+ "id": 14793,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5066,7 +5066,7 @@
}
},
{
- "id": 14250,
+ "id": 14794,
"properties": {
"facing": "north",
"half": "bottom",
@@ -5075,7 +5075,7 @@
}
},
{
- "id": 14251,
+ "id": 14795,
"properties": {
"facing": "south",
"half": "top",
@@ -5084,7 +5084,7 @@
}
},
{
- "id": 14252,
+ "id": 14796,
"properties": {
"facing": "south",
"half": "top",
@@ -5093,7 +5093,7 @@
}
},
{
- "id": 14253,
+ "id": 14797,
"properties": {
"facing": "south",
"half": "top",
@@ -5102,7 +5102,7 @@
}
},
{
- "id": 14254,
+ "id": 14798,
"properties": {
"facing": "south",
"half": "top",
@@ -5111,7 +5111,7 @@
}
},
{
- "id": 14255,
+ "id": 14799,
"properties": {
"facing": "south",
"half": "top",
@@ -5120,7 +5120,7 @@
}
},
{
- "id": 14256,
+ "id": 14800,
"properties": {
"facing": "south",
"half": "top",
@@ -5129,7 +5129,7 @@
}
},
{
- "id": 14257,
+ "id": 14801,
"properties": {
"facing": "south",
"half": "top",
@@ -5138,7 +5138,7 @@
}
},
{
- "id": 14258,
+ "id": 14802,
"properties": {
"facing": "south",
"half": "top",
@@ -5147,7 +5147,7 @@
}
},
{
- "id": 14259,
+ "id": 14803,
"properties": {
"facing": "south",
"half": "top",
@@ -5156,7 +5156,7 @@
}
},
{
- "id": 14260,
+ "id": 14804,
"properties": {
"facing": "south",
"half": "top",
@@ -5165,7 +5165,7 @@
}
},
{
- "id": 14261,
+ "id": 14805,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5174,7 +5174,7 @@
}
},
{
- "id": 14262,
+ "id": 14806,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5183,7 +5183,7 @@
}
},
{
- "id": 14263,
+ "id": 14807,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5192,7 +5192,7 @@
}
},
{
- "id": 14264,
+ "id": 14808,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5201,7 +5201,7 @@
}
},
{
- "id": 14265,
+ "id": 14809,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5210,7 +5210,7 @@
}
},
{
- "id": 14266,
+ "id": 14810,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5219,7 +5219,7 @@
}
},
{
- "id": 14267,
+ "id": 14811,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5228,7 +5228,7 @@
}
},
{
- "id": 14268,
+ "id": 14812,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5237,7 +5237,7 @@
}
},
{
- "id": 14269,
+ "id": 14813,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5246,7 +5246,7 @@
}
},
{
- "id": 14270,
+ "id": 14814,
"properties": {
"facing": "south",
"half": "bottom",
@@ -5255,7 +5255,7 @@
}
},
{
- "id": 14271,
+ "id": 14815,
"properties": {
"facing": "west",
"half": "top",
@@ -5264,7 +5264,7 @@
}
},
{
- "id": 14272,
+ "id": 14816,
"properties": {
"facing": "west",
"half": "top",
@@ -5273,7 +5273,7 @@
}
},
{
- "id": 14273,
+ "id": 14817,
"properties": {
"facing": "west",
"half": "top",
@@ -5282,7 +5282,7 @@
}
},
{
- "id": 14274,
+ "id": 14818,
"properties": {
"facing": "west",
"half": "top",
@@ -5291,7 +5291,7 @@
}
},
{
- "id": 14275,
+ "id": 14819,
"properties": {
"facing": "west",
"half": "top",
@@ -5300,7 +5300,7 @@
}
},
{
- "id": 14276,
+ "id": 14820,
"properties": {
"facing": "west",
"half": "top",
@@ -5309,7 +5309,7 @@
}
},
{
- "id": 14277,
+ "id": 14821,
"properties": {
"facing": "west",
"half": "top",
@@ -5318,7 +5318,7 @@
}
},
{
- "id": 14278,
+ "id": 14822,
"properties": {
"facing": "west",
"half": "top",
@@ -5327,7 +5327,7 @@
}
},
{
- "id": 14279,
+ "id": 14823,
"properties": {
"facing": "west",
"half": "top",
@@ -5336,7 +5336,7 @@
}
},
{
- "id": 14280,
+ "id": 14824,
"properties": {
"facing": "west",
"half": "top",
@@ -5345,7 +5345,7 @@
}
},
{
- "id": 14281,
+ "id": 14825,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5354,7 +5354,7 @@
}
},
{
- "id": 14282,
+ "id": 14826,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5363,7 +5363,7 @@
}
},
{
- "id": 14283,
+ "id": 14827,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5372,7 +5372,7 @@
}
},
{
- "id": 14284,
+ "id": 14828,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5381,7 +5381,7 @@
}
},
{
- "id": 14285,
+ "id": 14829,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5390,7 +5390,7 @@
}
},
{
- "id": 14286,
+ "id": 14830,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5399,7 +5399,7 @@
}
},
{
- "id": 14287,
+ "id": 14831,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5408,7 +5408,7 @@
}
},
{
- "id": 14288,
+ "id": 14832,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5417,7 +5417,7 @@
}
},
{
- "id": 14289,
+ "id": 14833,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5426,7 +5426,7 @@
}
},
{
- "id": 14290,
+ "id": 14834,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5435,7 +5435,7 @@
}
},
{
- "id": 14291,
+ "id": 14835,
"properties": {
"facing": "east",
"half": "top",
@@ -5444,7 +5444,7 @@
}
},
{
- "id": 14292,
+ "id": 14836,
"properties": {
"facing": "east",
"half": "top",
@@ -5453,7 +5453,7 @@
}
},
{
- "id": 14293,
+ "id": 14837,
"properties": {
"facing": "east",
"half": "top",
@@ -5462,7 +5462,7 @@
}
},
{
- "id": 14294,
+ "id": 14838,
"properties": {
"facing": "east",
"half": "top",
@@ -5471,7 +5471,7 @@
}
},
{
- "id": 14295,
+ "id": 14839,
"properties": {
"facing": "east",
"half": "top",
@@ -5480,7 +5480,7 @@
}
},
{
- "id": 14296,
+ "id": 14840,
"properties": {
"facing": "east",
"half": "top",
@@ -5489,7 +5489,7 @@
}
},
{
- "id": 14297,
+ "id": 14841,
"properties": {
"facing": "east",
"half": "top",
@@ -5498,7 +5498,7 @@
}
},
{
- "id": 14298,
+ "id": 14842,
"properties": {
"facing": "east",
"half": "top",
@@ -5507,7 +5507,7 @@
}
},
{
- "id": 14299,
+ "id": 14843,
"properties": {
"facing": "east",
"half": "top",
@@ -5516,7 +5516,7 @@
}
},
{
- "id": 14300,
+ "id": 14844,
"properties": {
"facing": "east",
"half": "top",
@@ -5525,7 +5525,7 @@
}
},
{
- "id": 14301,
+ "id": 14845,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5534,7 +5534,7 @@
}
},
{
- "id": 14302,
+ "id": 14846,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5543,7 +5543,7 @@
}
},
{
- "id": 14303,
+ "id": 14847,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5552,7 +5552,7 @@
}
},
{
- "id": 14304,
+ "id": 14848,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5561,7 +5561,7 @@
}
},
{
- "id": 14305,
+ "id": 14849,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5570,7 +5570,7 @@
}
},
{
- "id": 14306,
+ "id": 14850,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5579,7 +5579,7 @@
}
},
{
- "id": 14307,
+ "id": 14851,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5588,7 +5588,7 @@
}
},
{
- "id": 14308,
+ "id": 14852,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5597,7 +5597,7 @@
}
},
{
- "id": 14309,
+ "id": 14853,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5606,7 +5606,7 @@
}
},
{
- "id": 14310,
+ "id": 14854,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5653,7 +5653,7 @@
},
"states": [
{
- "id": 17221,
+ "id": 17765,
"properties": {
"east": "none",
"north": "none",
@@ -5664,7 +5664,7 @@
}
},
{
- "id": 17222,
+ "id": 17766,
"properties": {
"east": "none",
"north": "none",
@@ -5675,7 +5675,7 @@
}
},
{
- "id": 17223,
+ "id": 17767,
"properties": {
"east": "none",
"north": "none",
@@ -5687,7 +5687,7 @@
},
{
"default": true,
- "id": 17224,
+ "id": 17768,
"properties": {
"east": "none",
"north": "none",
@@ -5698,7 +5698,7 @@
}
},
{
- "id": 17225,
+ "id": 17769,
"properties": {
"east": "none",
"north": "none",
@@ -5709,7 +5709,7 @@
}
},
{
- "id": 17226,
+ "id": 17770,
"properties": {
"east": "none",
"north": "none",
@@ -5720,7 +5720,7 @@
}
},
{
- "id": 17227,
+ "id": 17771,
"properties": {
"east": "none",
"north": "none",
@@ -5731,7 +5731,7 @@
}
},
{
- "id": 17228,
+ "id": 17772,
"properties": {
"east": "none",
"north": "none",
@@ -5742,7 +5742,7 @@
}
},
{
- "id": 17229,
+ "id": 17773,
"properties": {
"east": "none",
"north": "none",
@@ -5753,7 +5753,7 @@
}
},
{
- "id": 17230,
+ "id": 17774,
"properties": {
"east": "none",
"north": "none",
@@ -5764,7 +5764,7 @@
}
},
{
- "id": 17231,
+ "id": 17775,
"properties": {
"east": "none",
"north": "none",
@@ -5775,7 +5775,7 @@
}
},
{
- "id": 17232,
+ "id": 17776,
"properties": {
"east": "none",
"north": "none",
@@ -5786,7 +5786,7 @@
}
},
{
- "id": 17233,
+ "id": 17777,
"properties": {
"east": "none",
"north": "none",
@@ -5797,7 +5797,7 @@
}
},
{
- "id": 17234,
+ "id": 17778,
"properties": {
"east": "none",
"north": "none",
@@ -5808,7 +5808,7 @@
}
},
{
- "id": 17235,
+ "id": 17779,
"properties": {
"east": "none",
"north": "none",
@@ -5819,7 +5819,7 @@
}
},
{
- "id": 17236,
+ "id": 17780,
"properties": {
"east": "none",
"north": "none",
@@ -5830,7 +5830,7 @@
}
},
{
- "id": 17237,
+ "id": 17781,
"properties": {
"east": "none",
"north": "none",
@@ -5841,7 +5841,7 @@
}
},
{
- "id": 17238,
+ "id": 17782,
"properties": {
"east": "none",
"north": "none",
@@ -5852,7 +5852,7 @@
}
},
{
- "id": 17239,
+ "id": 17783,
"properties": {
"east": "none",
"north": "none",
@@ -5863,7 +5863,7 @@
}
},
{
- "id": 17240,
+ "id": 17784,
"properties": {
"east": "none",
"north": "none",
@@ -5874,7 +5874,7 @@
}
},
{
- "id": 17241,
+ "id": 17785,
"properties": {
"east": "none",
"north": "none",
@@ -5885,7 +5885,7 @@
}
},
{
- "id": 17242,
+ "id": 17786,
"properties": {
"east": "none",
"north": "none",
@@ -5896,7 +5896,7 @@
}
},
{
- "id": 17243,
+ "id": 17787,
"properties": {
"east": "none",
"north": "none",
@@ -5907,7 +5907,7 @@
}
},
{
- "id": 17244,
+ "id": 17788,
"properties": {
"east": "none",
"north": "none",
@@ -5918,7 +5918,7 @@
}
},
{
- "id": 17245,
+ "id": 17789,
"properties": {
"east": "none",
"north": "none",
@@ -5929,7 +5929,7 @@
}
},
{
- "id": 17246,
+ "id": 17790,
"properties": {
"east": "none",
"north": "none",
@@ -5940,7 +5940,7 @@
}
},
{
- "id": 17247,
+ "id": 17791,
"properties": {
"east": "none",
"north": "none",
@@ -5951,7 +5951,7 @@
}
},
{
- "id": 17248,
+ "id": 17792,
"properties": {
"east": "none",
"north": "none",
@@ -5962,7 +5962,7 @@
}
},
{
- "id": 17249,
+ "id": 17793,
"properties": {
"east": "none",
"north": "none",
@@ -5973,7 +5973,7 @@
}
},
{
- "id": 17250,
+ "id": 17794,
"properties": {
"east": "none",
"north": "none",
@@ -5984,7 +5984,7 @@
}
},
{
- "id": 17251,
+ "id": 17795,
"properties": {
"east": "none",
"north": "none",
@@ -5995,7 +5995,7 @@
}
},
{
- "id": 17252,
+ "id": 17796,
"properties": {
"east": "none",
"north": "none",
@@ -6006,7 +6006,7 @@
}
},
{
- "id": 17253,
+ "id": 17797,
"properties": {
"east": "none",
"north": "none",
@@ -6017,7 +6017,7 @@
}
},
{
- "id": 17254,
+ "id": 17798,
"properties": {
"east": "none",
"north": "none",
@@ -6028,7 +6028,7 @@
}
},
{
- "id": 17255,
+ "id": 17799,
"properties": {
"east": "none",
"north": "none",
@@ -6039,7 +6039,7 @@
}
},
{
- "id": 17256,
+ "id": 17800,
"properties": {
"east": "none",
"north": "none",
@@ -6050,7 +6050,7 @@
}
},
{
- "id": 17257,
+ "id": 17801,
"properties": {
"east": "none",
"north": "low",
@@ -6061,7 +6061,7 @@
}
},
{
- "id": 17258,
+ "id": 17802,
"properties": {
"east": "none",
"north": "low",
@@ -6072,7 +6072,7 @@
}
},
{
- "id": 17259,
+ "id": 17803,
"properties": {
"east": "none",
"north": "low",
@@ -6083,7 +6083,7 @@
}
},
{
- "id": 17260,
+ "id": 17804,
"properties": {
"east": "none",
"north": "low",
@@ -6094,7 +6094,7 @@
}
},
{
- "id": 17261,
+ "id": 17805,
"properties": {
"east": "none",
"north": "low",
@@ -6105,7 +6105,7 @@
}
},
{
- "id": 17262,
+ "id": 17806,
"properties": {
"east": "none",
"north": "low",
@@ -6116,7 +6116,7 @@
}
},
{
- "id": 17263,
+ "id": 17807,
"properties": {
"east": "none",
"north": "low",
@@ -6127,7 +6127,7 @@
}
},
{
- "id": 17264,
+ "id": 17808,
"properties": {
"east": "none",
"north": "low",
@@ -6138,7 +6138,7 @@
}
},
{
- "id": 17265,
+ "id": 17809,
"properties": {
"east": "none",
"north": "low",
@@ -6149,7 +6149,7 @@
}
},
{
- "id": 17266,
+ "id": 17810,
"properties": {
"east": "none",
"north": "low",
@@ -6160,7 +6160,7 @@
}
},
{
- "id": 17267,
+ "id": 17811,
"properties": {
"east": "none",
"north": "low",
@@ -6171,7 +6171,7 @@
}
},
{
- "id": 17268,
+ "id": 17812,
"properties": {
"east": "none",
"north": "low",
@@ -6182,7 +6182,7 @@
}
},
{
- "id": 17269,
+ "id": 17813,
"properties": {
"east": "none",
"north": "low",
@@ -6193,7 +6193,7 @@
}
},
{
- "id": 17270,
+ "id": 17814,
"properties": {
"east": "none",
"north": "low",
@@ -6204,7 +6204,7 @@
}
},
{
- "id": 17271,
+ "id": 17815,
"properties": {
"east": "none",
"north": "low",
@@ -6215,7 +6215,7 @@
}
},
{
- "id": 17272,
+ "id": 17816,
"properties": {
"east": "none",
"north": "low",
@@ -6226,7 +6226,7 @@
}
},
{
- "id": 17273,
+ "id": 17817,
"properties": {
"east": "none",
"north": "low",
@@ -6237,7 +6237,7 @@
}
},
{
- "id": 17274,
+ "id": 17818,
"properties": {
"east": "none",
"north": "low",
@@ -6248,7 +6248,7 @@
}
},
{
- "id": 17275,
+ "id": 17819,
"properties": {
"east": "none",
"north": "low",
@@ -6259,7 +6259,7 @@
}
},
{
- "id": 17276,
+ "id": 17820,
"properties": {
"east": "none",
"north": "low",
@@ -6270,7 +6270,7 @@
}
},
{
- "id": 17277,
+ "id": 17821,
"properties": {
"east": "none",
"north": "low",
@@ -6281,7 +6281,7 @@
}
},
{
- "id": 17278,
+ "id": 17822,
"properties": {
"east": "none",
"north": "low",
@@ -6292,7 +6292,7 @@
}
},
{
- "id": 17279,
+ "id": 17823,
"properties": {
"east": "none",
"north": "low",
@@ -6303,7 +6303,7 @@
}
},
{
- "id": 17280,
+ "id": 17824,
"properties": {
"east": "none",
"north": "low",
@@ -6314,7 +6314,7 @@
}
},
{
- "id": 17281,
+ "id": 17825,
"properties": {
"east": "none",
"north": "low",
@@ -6325,7 +6325,7 @@
}
},
{
- "id": 17282,
+ "id": 17826,
"properties": {
"east": "none",
"north": "low",
@@ -6336,7 +6336,7 @@
}
},
{
- "id": 17283,
+ "id": 17827,
"properties": {
"east": "none",
"north": "low",
@@ -6347,7 +6347,7 @@
}
},
{
- "id": 17284,
+ "id": 17828,
"properties": {
"east": "none",
"north": "low",
@@ -6358,7 +6358,7 @@
}
},
{
- "id": 17285,
+ "id": 17829,
"properties": {
"east": "none",
"north": "low",
@@ -6369,7 +6369,7 @@
}
},
{
- "id": 17286,
+ "id": 17830,
"properties": {
"east": "none",
"north": "low",
@@ -6380,7 +6380,7 @@
}
},
{
- "id": 17287,
+ "id": 17831,
"properties": {
"east": "none",
"north": "low",
@@ -6391,7 +6391,7 @@
}
},
{
- "id": 17288,
+ "id": 17832,
"properties": {
"east": "none",
"north": "low",
@@ -6402,7 +6402,7 @@
}
},
{
- "id": 17289,
+ "id": 17833,
"properties": {
"east": "none",
"north": "low",
@@ -6413,7 +6413,7 @@
}
},
{
- "id": 17290,
+ "id": 17834,
"properties": {
"east": "none",
"north": "low",
@@ -6424,7 +6424,7 @@
}
},
{
- "id": 17291,
+ "id": 17835,
"properties": {
"east": "none",
"north": "low",
@@ -6435,7 +6435,7 @@
}
},
{
- "id": 17292,
+ "id": 17836,
"properties": {
"east": "none",
"north": "low",
@@ -6446,7 +6446,7 @@
}
},
{
- "id": 17293,
+ "id": 17837,
"properties": {
"east": "none",
"north": "tall",
@@ -6457,7 +6457,7 @@
}
},
{
- "id": 17294,
+ "id": 17838,
"properties": {
"east": "none",
"north": "tall",
@@ -6468,7 +6468,7 @@
}
},
{
- "id": 17295,
+ "id": 17839,
"properties": {
"east": "none",
"north": "tall",
@@ -6479,7 +6479,7 @@
}
},
{
- "id": 17296,
+ "id": 17840,
"properties": {
"east": "none",
"north": "tall",
@@ -6490,7 +6490,7 @@
}
},
{
- "id": 17297,
+ "id": 17841,
"properties": {
"east": "none",
"north": "tall",
@@ -6501,7 +6501,7 @@
}
},
{
- "id": 17298,
+ "id": 17842,
"properties": {
"east": "none",
"north": "tall",
@@ -6512,7 +6512,7 @@
}
},
{
- "id": 17299,
+ "id": 17843,
"properties": {
"east": "none",
"north": "tall",
@@ -6523,7 +6523,7 @@
}
},
{
- "id": 17300,
+ "id": 17844,
"properties": {
"east": "none",
"north": "tall",
@@ -6534,7 +6534,7 @@
}
},
{
- "id": 17301,
+ "id": 17845,
"properties": {
"east": "none",
"north": "tall",
@@ -6545,7 +6545,7 @@
}
},
{
- "id": 17302,
+ "id": 17846,
"properties": {
"east": "none",
"north": "tall",
@@ -6556,7 +6556,7 @@
}
},
{
- "id": 17303,
+ "id": 17847,
"properties": {
"east": "none",
"north": "tall",
@@ -6567,7 +6567,7 @@
}
},
{
- "id": 17304,
+ "id": 17848,
"properties": {
"east": "none",
"north": "tall",
@@ -6578,7 +6578,7 @@
}
},
{
- "id": 17305,
+ "id": 17849,
"properties": {
"east": "none",
"north": "tall",
@@ -6589,7 +6589,7 @@
}
},
{
- "id": 17306,
+ "id": 17850,
"properties": {
"east": "none",
"north": "tall",
@@ -6600,7 +6600,7 @@
}
},
{
- "id": 17307,
+ "id": 17851,
"properties": {
"east": "none",
"north": "tall",
@@ -6611,7 +6611,7 @@
}
},
{
- "id": 17308,
+ "id": 17852,
"properties": {
"east": "none",
"north": "tall",
@@ -6622,7 +6622,7 @@
}
},
{
- "id": 17309,
+ "id": 17853,
"properties": {
"east": "none",
"north": "tall",
@@ -6633,7 +6633,7 @@
}
},
{
- "id": 17310,
+ "id": 17854,
"properties": {
"east": "none",
"north": "tall",
@@ -6644,7 +6644,7 @@
}
},
{
- "id": 17311,
+ "id": 17855,
"properties": {
"east": "none",
"north": "tall",
@@ -6655,7 +6655,7 @@
}
},
{
- "id": 17312,
+ "id": 17856,
"properties": {
"east": "none",
"north": "tall",
@@ -6666,7 +6666,7 @@
}
},
{
- "id": 17313,
+ "id": 17857,
"properties": {
"east": "none",
"north": "tall",
@@ -6677,7 +6677,7 @@
}
},
{
- "id": 17314,
+ "id": 17858,
"properties": {
"east": "none",
"north": "tall",
@@ -6688,7 +6688,7 @@
}
},
{
- "id": 17315,
+ "id": 17859,
"properties": {
"east": "none",
"north": "tall",
@@ -6699,7 +6699,7 @@
}
},
{
- "id": 17316,
+ "id": 17860,
"properties": {
"east": "none",
"north": "tall",
@@ -6710,7 +6710,7 @@
}
},
{
- "id": 17317,
+ "id": 17861,
"properties": {
"east": "none",
"north": "tall",
@@ -6721,7 +6721,7 @@
}
},
{
- "id": 17318,
+ "id": 17862,
"properties": {
"east": "none",
"north": "tall",
@@ -6732,7 +6732,7 @@
}
},
{
- "id": 17319,
+ "id": 17863,
"properties": {
"east": "none",
"north": "tall",
@@ -6743,7 +6743,7 @@
}
},
{
- "id": 17320,
+ "id": 17864,
"properties": {
"east": "none",
"north": "tall",
@@ -6754,7 +6754,7 @@
}
},
{
- "id": 17321,
+ "id": 17865,
"properties": {
"east": "none",
"north": "tall",
@@ -6765,7 +6765,7 @@
}
},
{
- "id": 17322,
+ "id": 17866,
"properties": {
"east": "none",
"north": "tall",
@@ -6776,7 +6776,7 @@
}
},
{
- "id": 17323,
+ "id": 17867,
"properties": {
"east": "none",
"north": "tall",
@@ -6787,7 +6787,7 @@
}
},
{
- "id": 17324,
+ "id": 17868,
"properties": {
"east": "none",
"north": "tall",
@@ -6798,7 +6798,7 @@
}
},
{
- "id": 17325,
+ "id": 17869,
"properties": {
"east": "none",
"north": "tall",
@@ -6809,7 +6809,7 @@
}
},
{
- "id": 17326,
+ "id": 17870,
"properties": {
"east": "none",
"north": "tall",
@@ -6820,7 +6820,7 @@
}
},
{
- "id": 17327,
+ "id": 17871,
"properties": {
"east": "none",
"north": "tall",
@@ -6831,7 +6831,7 @@
}
},
{
- "id": 17328,
+ "id": 17872,
"properties": {
"east": "none",
"north": "tall",
@@ -6842,7 +6842,7 @@
}
},
{
- "id": 17329,
+ "id": 17873,
"properties": {
"east": "low",
"north": "none",
@@ -6853,7 +6853,7 @@
}
},
{
- "id": 17330,
+ "id": 17874,
"properties": {
"east": "low",
"north": "none",
@@ -6864,7 +6864,7 @@
}
},
{
- "id": 17331,
+ "id": 17875,
"properties": {
"east": "low",
"north": "none",
@@ -6875,7 +6875,7 @@
}
},
{
- "id": 17332,
+ "id": 17876,
"properties": {
"east": "low",
"north": "none",
@@ -6886,7 +6886,7 @@
}
},
{
- "id": 17333,
+ "id": 17877,
"properties": {
"east": "low",
"north": "none",
@@ -6897,7 +6897,7 @@
}
},
{
- "id": 17334,
+ "id": 17878,
"properties": {
"east": "low",
"north": "none",
@@ -6908,7 +6908,7 @@
}
},
{
- "id": 17335,
+ "id": 17879,
"properties": {
"east": "low",
"north": "none",
@@ -6919,7 +6919,7 @@
}
},
{
- "id": 17336,
+ "id": 17880,
"properties": {
"east": "low",
"north": "none",
@@ -6930,7 +6930,7 @@
}
},
{
- "id": 17337,
+ "id": 17881,
"properties": {
"east": "low",
"north": "none",
@@ -6941,7 +6941,7 @@
}
},
{
- "id": 17338,
+ "id": 17882,
"properties": {
"east": "low",
"north": "none",
@@ -6952,7 +6952,7 @@
}
},
{
- "id": 17339,
+ "id": 17883,
"properties": {
"east": "low",
"north": "none",
@@ -6963,7 +6963,7 @@
}
},
{
- "id": 17340,
+ "id": 17884,
"properties": {
"east": "low",
"north": "none",
@@ -6974,7 +6974,7 @@
}
},
{
- "id": 17341,
+ "id": 17885,
"properties": {
"east": "low",
"north": "none",
@@ -6985,7 +6985,7 @@
}
},
{
- "id": 17342,
+ "id": 17886,
"properties": {
"east": "low",
"north": "none",
@@ -6996,7 +6996,7 @@
}
},
{
- "id": 17343,
+ "id": 17887,
"properties": {
"east": "low",
"north": "none",
@@ -7007,7 +7007,7 @@
}
},
{
- "id": 17344,
+ "id": 17888,
"properties": {
"east": "low",
"north": "none",
@@ -7018,7 +7018,7 @@
}
},
{
- "id": 17345,
+ "id": 17889,
"properties": {
"east": "low",
"north": "none",
@@ -7029,7 +7029,7 @@
}
},
{
- "id": 17346,
+ "id": 17890,
"properties": {
"east": "low",
"north": "none",
@@ -7040,7 +7040,7 @@
}
},
{
- "id": 17347,
+ "id": 17891,
"properties": {
"east": "low",
"north": "none",
@@ -7051,7 +7051,7 @@
}
},
{
- "id": 17348,
+ "id": 17892,
"properties": {
"east": "low",
"north": "none",
@@ -7062,7 +7062,7 @@
}
},
{
- "id": 17349,
+ "id": 17893,
"properties": {
"east": "low",
"north": "none",
@@ -7073,7 +7073,7 @@
}
},
{
- "id": 17350,
+ "id": 17894,
"properties": {
"east": "low",
"north": "none",
@@ -7084,7 +7084,7 @@
}
},
{
- "id": 17351,
+ "id": 17895,
"properties": {
"east": "low",
"north": "none",
@@ -7095,7 +7095,7 @@
}
},
{
- "id": 17352,
+ "id": 17896,
"properties": {
"east": "low",
"north": "none",
@@ -7106,7 +7106,7 @@
}
},
{
- "id": 17353,
+ "id": 17897,
"properties": {
"east": "low",
"north": "none",
@@ -7117,7 +7117,7 @@
}
},
{
- "id": 17354,
+ "id": 17898,
"properties": {
"east": "low",
"north": "none",
@@ -7128,7 +7128,7 @@
}
},
{
- "id": 17355,
+ "id": 17899,
"properties": {
"east": "low",
"north": "none",
@@ -7139,7 +7139,7 @@
}
},
{
- "id": 17356,
+ "id": 17900,
"properties": {
"east": "low",
"north": "none",
@@ -7150,7 +7150,7 @@
}
},
{
- "id": 17357,
+ "id": 17901,
"properties": {
"east": "low",
"north": "none",
@@ -7161,7 +7161,7 @@
}
},
{
- "id": 17358,
+ "id": 17902,
"properties": {
"east": "low",
"north": "none",
@@ -7172,7 +7172,7 @@
}
},
{
- "id": 17359,
+ "id": 17903,
"properties": {
"east": "low",
"north": "none",
@@ -7183,7 +7183,7 @@
}
},
{
- "id": 17360,
+ "id": 17904,
"properties": {
"east": "low",
"north": "none",
@@ -7194,7 +7194,7 @@
}
},
{
- "id": 17361,
+ "id": 17905,
"properties": {
"east": "low",
"north": "none",
@@ -7205,7 +7205,7 @@
}
},
{
- "id": 17362,
+ "id": 17906,
"properties": {
"east": "low",
"north": "none",
@@ -7216,7 +7216,7 @@
}
},
{
- "id": 17363,
+ "id": 17907,
"properties": {
"east": "low",
"north": "none",
@@ -7227,7 +7227,7 @@
}
},
{
- "id": 17364,
+ "id": 17908,
"properties": {
"east": "low",
"north": "none",
@@ -7238,7 +7238,7 @@
}
},
{
- "id": 17365,
+ "id": 17909,
"properties": {
"east": "low",
"north": "low",
@@ -7249,7 +7249,7 @@
}
},
{
- "id": 17366,
+ "id": 17910,
"properties": {
"east": "low",
"north": "low",
@@ -7260,7 +7260,7 @@
}
},
{
- "id": 17367,
+ "id": 17911,
"properties": {
"east": "low",
"north": "low",
@@ -7271,7 +7271,7 @@
}
},
{
- "id": 17368,
+ "id": 17912,
"properties": {
"east": "low",
"north": "low",
@@ -7282,7 +7282,7 @@
}
},
{
- "id": 17369,
+ "id": 17913,
"properties": {
"east": "low",
"north": "low",
@@ -7293,7 +7293,7 @@
}
},
{
- "id": 17370,
+ "id": 17914,
"properties": {
"east": "low",
"north": "low",
@@ -7304,7 +7304,7 @@
}
},
{
- "id": 17371,
+ "id": 17915,
"properties": {
"east": "low",
"north": "low",
@@ -7315,7 +7315,7 @@
}
},
{
- "id": 17372,
+ "id": 17916,
"properties": {
"east": "low",
"north": "low",
@@ -7326,7 +7326,7 @@
}
},
{
- "id": 17373,
+ "id": 17917,
"properties": {
"east": "low",
"north": "low",
@@ -7337,7 +7337,7 @@
}
},
{
- "id": 17374,
+ "id": 17918,
"properties": {
"east": "low",
"north": "low",
@@ -7348,7 +7348,7 @@
}
},
{
- "id": 17375,
+ "id": 17919,
"properties": {
"east": "low",
"north": "low",
@@ -7359,7 +7359,7 @@
}
},
{
- "id": 17376,
+ "id": 17920,
"properties": {
"east": "low",
"north": "low",
@@ -7370,7 +7370,7 @@
}
},
{
- "id": 17377,
+ "id": 17921,
"properties": {
"east": "low",
"north": "low",
@@ -7381,7 +7381,7 @@
}
},
{
- "id": 17378,
+ "id": 17922,
"properties": {
"east": "low",
"north": "low",
@@ -7392,7 +7392,7 @@
}
},
{
- "id": 17379,
+ "id": 17923,
"properties": {
"east": "low",
"north": "low",
@@ -7403,7 +7403,7 @@
}
},
{
- "id": 17380,
+ "id": 17924,
"properties": {
"east": "low",
"north": "low",
@@ -7414,7 +7414,7 @@
}
},
{
- "id": 17381,
+ "id": 17925,
"properties": {
"east": "low",
"north": "low",
@@ -7425,7 +7425,7 @@
}
},
{
- "id": 17382,
+ "id": 17926,
"properties": {
"east": "low",
"north": "low",
@@ -7436,7 +7436,7 @@
}
},
{
- "id": 17383,
+ "id": 17927,
"properties": {
"east": "low",
"north": "low",
@@ -7447,7 +7447,7 @@
}
},
{
- "id": 17384,
+ "id": 17928,
"properties": {
"east": "low",
"north": "low",
@@ -7458,7 +7458,7 @@
}
},
{
- "id": 17385,
+ "id": 17929,
"properties": {
"east": "low",
"north": "low",
@@ -7469,7 +7469,7 @@
}
},
{
- "id": 17386,
+ "id": 17930,
"properties": {
"east": "low",
"north": "low",
@@ -7480,7 +7480,7 @@
}
},
{
- "id": 17387,
+ "id": 17931,
"properties": {
"east": "low",
"north": "low",
@@ -7491,7 +7491,7 @@
}
},
{
- "id": 17388,
+ "id": 17932,
"properties": {
"east": "low",
"north": "low",
@@ -7502,7 +7502,7 @@
}
},
{
- "id": 17389,
+ "id": 17933,
"properties": {
"east": "low",
"north": "low",
@@ -7513,7 +7513,7 @@
}
},
{
- "id": 17390,
+ "id": 17934,
"properties": {
"east": "low",
"north": "low",
@@ -7524,7 +7524,7 @@
}
},
{
- "id": 17391,
+ "id": 17935,
"properties": {
"east": "low",
"north": "low",
@@ -7535,7 +7535,7 @@
}
},
{
- "id": 17392,
+ "id": 17936,
"properties": {
"east": "low",
"north": "low",
@@ -7546,7 +7546,7 @@
}
},
{
- "id": 17393,
+ "id": 17937,
"properties": {
"east": "low",
"north": "low",
@@ -7557,7 +7557,7 @@
}
},
{
- "id": 17394,
+ "id": 17938,
"properties": {
"east": "low",
"north": "low",
@@ -7568,7 +7568,7 @@
}
},
{
- "id": 17395,
+ "id": 17939,
"properties": {
"east": "low",
"north": "low",
@@ -7579,7 +7579,7 @@
}
},
{
- "id": 17396,
+ "id": 17940,
"properties": {
"east": "low",
"north": "low",
@@ -7590,7 +7590,7 @@
}
},
{
- "id": 17397,
+ "id": 17941,
"properties": {
"east": "low",
"north": "low",
@@ -7601,7 +7601,7 @@
}
},
{
- "id": 17398,
+ "id": 17942,
"properties": {
"east": "low",
"north": "low",
@@ -7612,7 +7612,7 @@
}
},
{
- "id": 17399,
+ "id": 17943,
"properties": {
"east": "low",
"north": "low",
@@ -7623,7 +7623,7 @@
}
},
{
- "id": 17400,
+ "id": 17944,
"properties": {
"east": "low",
"north": "low",
@@ -7634,7 +7634,7 @@
}
},
{
- "id": 17401,
+ "id": 17945,
"properties": {
"east": "low",
"north": "tall",
@@ -7645,7 +7645,7 @@
}
},
{
- "id": 17402,
+ "id": 17946,
"properties": {
"east": "low",
"north": "tall",
@@ -7656,7 +7656,7 @@
}
},
{
- "id": 17403,
+ "id": 17947,
"properties": {
"east": "low",
"north": "tall",
@@ -7667,7 +7667,7 @@
}
},
{
- "id": 17404,
+ "id": 17948,
"properties": {
"east": "low",
"north": "tall",
@@ -7678,7 +7678,7 @@
}
},
{
- "id": 17405,
+ "id": 17949,
"properties": {
"east": "low",
"north": "tall",
@@ -7689,7 +7689,7 @@
}
},
{
- "id": 17406,
+ "id": 17950,
"properties": {
"east": "low",
"north": "tall",
@@ -7700,7 +7700,7 @@
}
},
{
- "id": 17407,
+ "id": 17951,
"properties": {
"east": "low",
"north": "tall",
@@ -7711,7 +7711,7 @@
}
},
{
- "id": 17408,
+ "id": 17952,
"properties": {
"east": "low",
"north": "tall",
@@ -7722,7 +7722,7 @@
}
},
{
- "id": 17409,
+ "id": 17953,
"properties": {
"east": "low",
"north": "tall",
@@ -7733,7 +7733,7 @@
}
},
{
- "id": 17410,
+ "id": 17954,
"properties": {
"east": "low",
"north": "tall",
@@ -7744,7 +7744,7 @@
}
},
{
- "id": 17411,
+ "id": 17955,
"properties": {
"east": "low",
"north": "tall",
@@ -7755,7 +7755,7 @@
}
},
{
- "id": 17412,
+ "id": 17956,
"properties": {
"east": "low",
"north": "tall",
@@ -7766,7 +7766,7 @@
}
},
{
- "id": 17413,
+ "id": 17957,
"properties": {
"east": "low",
"north": "tall",
@@ -7777,7 +7777,7 @@
}
},
{
- "id": 17414,
+ "id": 17958,
"properties": {
"east": "low",
"north": "tall",
@@ -7788,7 +7788,7 @@
}
},
{
- "id": 17415,
+ "id": 17959,
"properties": {
"east": "low",
"north": "tall",
@@ -7799,7 +7799,7 @@
}
},
{
- "id": 17416,
+ "id": 17960,
"properties": {
"east": "low",
"north": "tall",
@@ -7810,7 +7810,7 @@
}
},
{
- "id": 17417,
+ "id": 17961,
"properties": {
"east": "low",
"north": "tall",
@@ -7821,7 +7821,7 @@
}
},
{
- "id": 17418,
+ "id": 17962,
"properties": {
"east": "low",
"north": "tall",
@@ -7832,7 +7832,7 @@
}
},
{
- "id": 17419,
+ "id": 17963,
"properties": {
"east": "low",
"north": "tall",
@@ -7843,7 +7843,7 @@
}
},
{
- "id": 17420,
+ "id": 17964,
"properties": {
"east": "low",
"north": "tall",
@@ -7854,7 +7854,7 @@
}
},
{
- "id": 17421,
+ "id": 17965,
"properties": {
"east": "low",
"north": "tall",
@@ -7865,7 +7865,7 @@
}
},
{
- "id": 17422,
+ "id": 17966,
"properties": {
"east": "low",
"north": "tall",
@@ -7876,7 +7876,7 @@
}
},
{
- "id": 17423,
+ "id": 17967,
"properties": {
"east": "low",
"north": "tall",
@@ -7887,7 +7887,7 @@
}
},
{
- "id": 17424,
+ "id": 17968,
"properties": {
"east": "low",
"north": "tall",
@@ -7898,7 +7898,7 @@
}
},
{
- "id": 17425,
+ "id": 17969,
"properties": {
"east": "low",
"north": "tall",
@@ -7909,7 +7909,7 @@
}
},
{
- "id": 17426,
+ "id": 17970,
"properties": {
"east": "low",
"north": "tall",
@@ -7920,7 +7920,7 @@
}
},
{
- "id": 17427,
+ "id": 17971,
"properties": {
"east": "low",
"north": "tall",
@@ -7931,7 +7931,7 @@
}
},
{
- "id": 17428,
+ "id": 17972,
"properties": {
"east": "low",
"north": "tall",
@@ -7942,7 +7942,7 @@
}
},
{
- "id": 17429,
+ "id": 17973,
"properties": {
"east": "low",
"north": "tall",
@@ -7953,7 +7953,7 @@
}
},
{
- "id": 17430,
+ "id": 17974,
"properties": {
"east": "low",
"north": "tall",
@@ -7964,7 +7964,7 @@
}
},
{
- "id": 17431,
+ "id": 17975,
"properties": {
"east": "low",
"north": "tall",
@@ -7975,7 +7975,7 @@
}
},
{
- "id": 17432,
+ "id": 17976,
"properties": {
"east": "low",
"north": "tall",
@@ -7986,7 +7986,7 @@
}
},
{
- "id": 17433,
+ "id": 17977,
"properties": {
"east": "low",
"north": "tall",
@@ -7997,7 +7997,7 @@
}
},
{
- "id": 17434,
+ "id": 17978,
"properties": {
"east": "low",
"north": "tall",
@@ -8008,7 +8008,7 @@
}
},
{
- "id": 17435,
+ "id": 17979,
"properties": {
"east": "low",
"north": "tall",
@@ -8019,7 +8019,7 @@
}
},
{
- "id": 17436,
+ "id": 17980,
"properties": {
"east": "low",
"north": "tall",
@@ -8030,7 +8030,7 @@
}
},
{
- "id": 17437,
+ "id": 17981,
"properties": {
"east": "tall",
"north": "none",
@@ -8041,7 +8041,7 @@
}
},
{
- "id": 17438,
+ "id": 17982,
"properties": {
"east": "tall",
"north": "none",
@@ -8052,7 +8052,7 @@
}
},
{
- "id": 17439,
+ "id": 17983,
"properties": {
"east": "tall",
"north": "none",
@@ -8063,7 +8063,7 @@
}
},
{
- "id": 17440,
+ "id": 17984,
"properties": {
"east": "tall",
"north": "none",
@@ -8074,7 +8074,7 @@
}
},
{
- "id": 17441,
+ "id": 17985,
"properties": {
"east": "tall",
"north": "none",
@@ -8085,7 +8085,7 @@
}
},
{
- "id": 17442,
+ "id": 17986,
"properties": {
"east": "tall",
"north": "none",
@@ -8096,7 +8096,7 @@
}
},
{
- "id": 17443,
+ "id": 17987,
"properties": {
"east": "tall",
"north": "none",
@@ -8107,7 +8107,7 @@
}
},
{
- "id": 17444,
+ "id": 17988,
"properties": {
"east": "tall",
"north": "none",
@@ -8118,7 +8118,7 @@
}
},
{
- "id": 17445,
+ "id": 17989,
"properties": {
"east": "tall",
"north": "none",
@@ -8129,7 +8129,7 @@
}
},
{
- "id": 17446,
+ "id": 17990,
"properties": {
"east": "tall",
"north": "none",
@@ -8140,7 +8140,7 @@
}
},
{
- "id": 17447,
+ "id": 17991,
"properties": {
"east": "tall",
"north": "none",
@@ -8151,7 +8151,7 @@
}
},
{
- "id": 17448,
+ "id": 17992,
"properties": {
"east": "tall",
"north": "none",
@@ -8162,7 +8162,7 @@
}
},
{
- "id": 17449,
+ "id": 17993,
"properties": {
"east": "tall",
"north": "none",
@@ -8173,7 +8173,7 @@
}
},
{
- "id": 17450,
+ "id": 17994,
"properties": {
"east": "tall",
"north": "none",
@@ -8184,7 +8184,7 @@
}
},
{
- "id": 17451,
+ "id": 17995,
"properties": {
"east": "tall",
"north": "none",
@@ -8195,7 +8195,7 @@
}
},
{
- "id": 17452,
+ "id": 17996,
"properties": {
"east": "tall",
"north": "none",
@@ -8206,7 +8206,7 @@
}
},
{
- "id": 17453,
+ "id": 17997,
"properties": {
"east": "tall",
"north": "none",
@@ -8217,7 +8217,7 @@
}
},
{
- "id": 17454,
+ "id": 17998,
"properties": {
"east": "tall",
"north": "none",
@@ -8228,7 +8228,7 @@
}
},
{
- "id": 17455,
+ "id": 17999,
"properties": {
"east": "tall",
"north": "none",
@@ -8239,7 +8239,7 @@
}
},
{
- "id": 17456,
+ "id": 18000,
"properties": {
"east": "tall",
"north": "none",
@@ -8250,7 +8250,7 @@
}
},
{
- "id": 17457,
+ "id": 18001,
"properties": {
"east": "tall",
"north": "none",
@@ -8261,7 +8261,7 @@
}
},
{
- "id": 17458,
+ "id": 18002,
"properties": {
"east": "tall",
"north": "none",
@@ -8272,7 +8272,7 @@
}
},
{
- "id": 17459,
+ "id": 18003,
"properties": {
"east": "tall",
"north": "none",
@@ -8283,7 +8283,7 @@
}
},
{
- "id": 17460,
+ "id": 18004,
"properties": {
"east": "tall",
"north": "none",
@@ -8294,7 +8294,7 @@
}
},
{
- "id": 17461,
+ "id": 18005,
"properties": {
"east": "tall",
"north": "none",
@@ -8305,7 +8305,7 @@
}
},
{
- "id": 17462,
+ "id": 18006,
"properties": {
"east": "tall",
"north": "none",
@@ -8316,7 +8316,7 @@
}
},
{
- "id": 17463,
+ "id": 18007,
"properties": {
"east": "tall",
"north": "none",
@@ -8327,7 +8327,7 @@
}
},
{
- "id": 17464,
+ "id": 18008,
"properties": {
"east": "tall",
"north": "none",
@@ -8338,7 +8338,7 @@
}
},
{
- "id": 17465,
+ "id": 18009,
"properties": {
"east": "tall",
"north": "none",
@@ -8349,7 +8349,7 @@
}
},
{
- "id": 17466,
+ "id": 18010,
"properties": {
"east": "tall",
"north": "none",
@@ -8360,7 +8360,7 @@
}
},
{
- "id": 17467,
+ "id": 18011,
"properties": {
"east": "tall",
"north": "none",
@@ -8371,7 +8371,7 @@
}
},
{
- "id": 17468,
+ "id": 18012,
"properties": {
"east": "tall",
"north": "none",
@@ -8382,7 +8382,7 @@
}
},
{
- "id": 17469,
+ "id": 18013,
"properties": {
"east": "tall",
"north": "none",
@@ -8393,7 +8393,7 @@
}
},
{
- "id": 17470,
+ "id": 18014,
"properties": {
"east": "tall",
"north": "none",
@@ -8404,7 +8404,7 @@
}
},
{
- "id": 17471,
+ "id": 18015,
"properties": {
"east": "tall",
"north": "none",
@@ -8415,7 +8415,7 @@
}
},
{
- "id": 17472,
+ "id": 18016,
"properties": {
"east": "tall",
"north": "none",
@@ -8426,7 +8426,7 @@
}
},
{
- "id": 17473,
+ "id": 18017,
"properties": {
"east": "tall",
"north": "low",
@@ -8437,7 +8437,7 @@
}
},
{
- "id": 17474,
+ "id": 18018,
"properties": {
"east": "tall",
"north": "low",
@@ -8448,7 +8448,7 @@
}
},
{
- "id": 17475,
+ "id": 18019,
"properties": {
"east": "tall",
"north": "low",
@@ -8459,7 +8459,7 @@
}
},
{
- "id": 17476,
+ "id": 18020,
"properties": {
"east": "tall",
"north": "low",
@@ -8470,7 +8470,7 @@
}
},
{
- "id": 17477,
+ "id": 18021,
"properties": {
"east": "tall",
"north": "low",
@@ -8481,7 +8481,7 @@
}
},
{
- "id": 17478,
+ "id": 18022,
"properties": {
"east": "tall",
"north": "low",
@@ -8492,7 +8492,7 @@
}
},
{
- "id": 17479,
+ "id": 18023,
"properties": {
"east": "tall",
"north": "low",
@@ -8503,7 +8503,7 @@
}
},
{
- "id": 17480,
+ "id": 18024,
"properties": {
"east": "tall",
"north": "low",
@@ -8514,7 +8514,7 @@
}
},
{
- "id": 17481,
+ "id": 18025,
"properties": {
"east": "tall",
"north": "low",
@@ -8525,7 +8525,7 @@
}
},
{
- "id": 17482,
+ "id": 18026,
"properties": {
"east": "tall",
"north": "low",
@@ -8536,7 +8536,7 @@
}
},
{
- "id": 17483,
+ "id": 18027,
"properties": {
"east": "tall",
"north": "low",
@@ -8547,7 +8547,7 @@
}
},
{
- "id": 17484,
+ "id": 18028,
"properties": {
"east": "tall",
"north": "low",
@@ -8558,7 +8558,7 @@
}
},
{
- "id": 17485,
+ "id": 18029,
"properties": {
"east": "tall",
"north": "low",
@@ -8569,7 +8569,7 @@
}
},
{
- "id": 17486,
+ "id": 18030,
"properties": {
"east": "tall",
"north": "low",
@@ -8580,7 +8580,7 @@
}
},
{
- "id": 17487,
+ "id": 18031,
"properties": {
"east": "tall",
"north": "low",
@@ -8591,7 +8591,7 @@
}
},
{
- "id": 17488,
+ "id": 18032,
"properties": {
"east": "tall",
"north": "low",
@@ -8602,7 +8602,7 @@
}
},
{
- "id": 17489,
+ "id": 18033,
"properties": {
"east": "tall",
"north": "low",
@@ -8613,7 +8613,7 @@
}
},
{
- "id": 17490,
+ "id": 18034,
"properties": {
"east": "tall",
"north": "low",
@@ -8624,7 +8624,7 @@
}
},
{
- "id": 17491,
+ "id": 18035,
"properties": {
"east": "tall",
"north": "low",
@@ -8635,7 +8635,7 @@
}
},
{
- "id": 17492,
+ "id": 18036,
"properties": {
"east": "tall",
"north": "low",
@@ -8646,7 +8646,7 @@
}
},
{
- "id": 17493,
+ "id": 18037,
"properties": {
"east": "tall",
"north": "low",
@@ -8657,7 +8657,7 @@
}
},
{
- "id": 17494,
+ "id": 18038,
"properties": {
"east": "tall",
"north": "low",
@@ -8668,7 +8668,7 @@
}
},
{
- "id": 17495,
+ "id": 18039,
"properties": {
"east": "tall",
"north": "low",
@@ -8679,7 +8679,7 @@
}
},
{
- "id": 17496,
+ "id": 18040,
"properties": {
"east": "tall",
"north": "low",
@@ -8690,7 +8690,7 @@
}
},
{
- "id": 17497,
+ "id": 18041,
"properties": {
"east": "tall",
"north": "low",
@@ -8701,7 +8701,7 @@
}
},
{
- "id": 17498,
+ "id": 18042,
"properties": {
"east": "tall",
"north": "low",
@@ -8712,7 +8712,7 @@
}
},
{
- "id": 17499,
+ "id": 18043,
"properties": {
"east": "tall",
"north": "low",
@@ -8723,7 +8723,7 @@
}
},
{
- "id": 17500,
+ "id": 18044,
"properties": {
"east": "tall",
"north": "low",
@@ -8734,7 +8734,7 @@
}
},
{
- "id": 17501,
+ "id": 18045,
"properties": {
"east": "tall",
"north": "low",
@@ -8745,7 +8745,7 @@
}
},
{
- "id": 17502,
+ "id": 18046,
"properties": {
"east": "tall",
"north": "low",
@@ -8756,7 +8756,7 @@
}
},
{
- "id": 17503,
+ "id": 18047,
"properties": {
"east": "tall",
"north": "low",
@@ -8767,7 +8767,7 @@
}
},
{
- "id": 17504,
+ "id": 18048,
"properties": {
"east": "tall",
"north": "low",
@@ -8778,7 +8778,7 @@
}
},
{
- "id": 17505,
+ "id": 18049,
"properties": {
"east": "tall",
"north": "low",
@@ -8789,7 +8789,7 @@
}
},
{
- "id": 17506,
+ "id": 18050,
"properties": {
"east": "tall",
"north": "low",
@@ -8800,7 +8800,7 @@
}
},
{
- "id": 17507,
+ "id": 18051,
"properties": {
"east": "tall",
"north": "low",
@@ -8811,7 +8811,7 @@
}
},
{
- "id": 17508,
+ "id": 18052,
"properties": {
"east": "tall",
"north": "low",
@@ -8822,7 +8822,7 @@
}
},
{
- "id": 17509,
+ "id": 18053,
"properties": {
"east": "tall",
"north": "tall",
@@ -8833,7 +8833,7 @@
}
},
{
- "id": 17510,
+ "id": 18054,
"properties": {
"east": "tall",
"north": "tall",
@@ -8844,7 +8844,7 @@
}
},
{
- "id": 17511,
+ "id": 18055,
"properties": {
"east": "tall",
"north": "tall",
@@ -8855,7 +8855,7 @@
}
},
{
- "id": 17512,
+ "id": 18056,
"properties": {
"east": "tall",
"north": "tall",
@@ -8866,7 +8866,7 @@
}
},
{
- "id": 17513,
+ "id": 18057,
"properties": {
"east": "tall",
"north": "tall",
@@ -8877,7 +8877,7 @@
}
},
{
- "id": 17514,
+ "id": 18058,
"properties": {
"east": "tall",
"north": "tall",
@@ -8888,7 +8888,7 @@
}
},
{
- "id": 17515,
+ "id": 18059,
"properties": {
"east": "tall",
"north": "tall",
@@ -8899,7 +8899,7 @@
}
},
{
- "id": 17516,
+ "id": 18060,
"properties": {
"east": "tall",
"north": "tall",
@@ -8910,7 +8910,7 @@
}
},
{
- "id": 17517,
+ "id": 18061,
"properties": {
"east": "tall",
"north": "tall",
@@ -8921,7 +8921,7 @@
}
},
{
- "id": 17518,
+ "id": 18062,
"properties": {
"east": "tall",
"north": "tall",
@@ -8932,7 +8932,7 @@
}
},
{
- "id": 17519,
+ "id": 18063,
"properties": {
"east": "tall",
"north": "tall",
@@ -8943,7 +8943,7 @@
}
},
{
- "id": 17520,
+ "id": 18064,
"properties": {
"east": "tall",
"north": "tall",
@@ -8954,7 +8954,7 @@
}
},
{
- "id": 17521,
+ "id": 18065,
"properties": {
"east": "tall",
"north": "tall",
@@ -8965,7 +8965,7 @@
}
},
{
- "id": 17522,
+ "id": 18066,
"properties": {
"east": "tall",
"north": "tall",
@@ -8976,7 +8976,7 @@
}
},
{
- "id": 17523,
+ "id": 18067,
"properties": {
"east": "tall",
"north": "tall",
@@ -8987,7 +8987,7 @@
}
},
{
- "id": 17524,
+ "id": 18068,
"properties": {
"east": "tall",
"north": "tall",
@@ -8998,7 +8998,7 @@
}
},
{
- "id": 17525,
+ "id": 18069,
"properties": {
"east": "tall",
"north": "tall",
@@ -9009,7 +9009,7 @@
}
},
{
- "id": 17526,
+ "id": 18070,
"properties": {
"east": "tall",
"north": "tall",
@@ -9020,7 +9020,7 @@
}
},
{
- "id": 17527,
+ "id": 18071,
"properties": {
"east": "tall",
"north": "tall",
@@ -9031,7 +9031,7 @@
}
},
{
- "id": 17528,
+ "id": 18072,
"properties": {
"east": "tall",
"north": "tall",
@@ -9042,7 +9042,7 @@
}
},
{
- "id": 17529,
+ "id": 18073,
"properties": {
"east": "tall",
"north": "tall",
@@ -9053,7 +9053,7 @@
}
},
{
- "id": 17530,
+ "id": 18074,
"properties": {
"east": "tall",
"north": "tall",
@@ -9064,7 +9064,7 @@
}
},
{
- "id": 17531,
+ "id": 18075,
"properties": {
"east": "tall",
"north": "tall",
@@ -9075,7 +9075,7 @@
}
},
{
- "id": 17532,
+ "id": 18076,
"properties": {
"east": "tall",
"north": "tall",
@@ -9086,7 +9086,7 @@
}
},
{
- "id": 17533,
+ "id": 18077,
"properties": {
"east": "tall",
"north": "tall",
@@ -9097,7 +9097,7 @@
}
},
{
- "id": 17534,
+ "id": 18078,
"properties": {
"east": "tall",
"north": "tall",
@@ -9108,7 +9108,7 @@
}
},
{
- "id": 17535,
+ "id": 18079,
"properties": {
"east": "tall",
"north": "tall",
@@ -9119,7 +9119,7 @@
}
},
{
- "id": 17536,
+ "id": 18080,
"properties": {
"east": "tall",
"north": "tall",
@@ -9130,7 +9130,7 @@
}
},
{
- "id": 17537,
+ "id": 18081,
"properties": {
"east": "tall",
"north": "tall",
@@ -9141,7 +9141,7 @@
}
},
{
- "id": 17538,
+ "id": 18082,
"properties": {
"east": "tall",
"north": "tall",
@@ -9152,7 +9152,7 @@
}
},
{
- "id": 17539,
+ "id": 18083,
"properties": {
"east": "tall",
"north": "tall",
@@ -9163,7 +9163,7 @@
}
},
{
- "id": 17540,
+ "id": 18084,
"properties": {
"east": "tall",
"north": "tall",
@@ -9174,7 +9174,7 @@
}
},
{
- "id": 17541,
+ "id": 18085,
"properties": {
"east": "tall",
"north": "tall",
@@ -9185,7 +9185,7 @@
}
},
{
- "id": 17542,
+ "id": 18086,
"properties": {
"east": "tall",
"north": "tall",
@@ -9196,7 +9196,7 @@
}
},
{
- "id": 17543,
+ "id": 18087,
"properties": {
"east": "tall",
"north": "tall",
@@ -9207,7 +9207,7 @@
}
},
{
- "id": 17544,
+ "id": 18088,
"properties": {
"east": "tall",
"north": "tall",
@@ -9235,25 +9235,25 @@
"states": [
{
"default": true,
- "id": 9362,
+ "id": 9906,
"properties": {
"facing": "north"
}
},
{
- "id": 9363,
+ "id": 9907,
"properties": {
"facing": "south"
}
},
{
- "id": 9364,
+ "id": 9908,
"properties": {
"facing": "west"
}
},
{
- "id": 9365,
+ "id": 9909,
"properties": {
"facing": "east"
}
@@ -9279,25 +9279,25 @@
"states": [
{
"default": true,
- "id": 7047,
+ "id": 7050,
"properties": {
"facing": "north"
}
},
{
- "id": 7048,
+ "id": 7051,
"properties": {
"facing": "south"
}
},
{
- "id": 7049,
+ "id": 7052,
"properties": {
"facing": "west"
}
},
{
- "id": 7050,
+ "id": 7053,
"properties": {
"facing": "east"
}
@@ -9323,25 +9323,25 @@
"states": [
{
"default": true,
- "id": 7043,
+ "id": 7046,
"properties": {
"facing": "north"
}
},
{
- "id": 7044,
+ "id": 7047,
"properties": {
"facing": "south"
}
},
{
- "id": 7045,
+ "id": 7048,
"properties": {
"facing": "west"
}
},
{
- "id": 7046,
+ "id": 7049,
"properties": {
"facing": "east"
}
@@ -9356,7 +9356,7 @@
"states": [
{
"default": true,
- "id": 25293
+ "id": 25837
}
]
},
@@ -9618,6 +9618,7 @@
"properties": {},
"suspicious_stew_effects": [
{
+ "duration": 220,
"id": "minecraft:blindness"
}
]
@@ -9652,7 +9653,7 @@
"states": [
{
"default": true,
- "id": 13414,
+ "id": 13958,
"properties": {
"age": "0",
"leaves": "none",
@@ -9660,7 +9661,7 @@
}
},
{
- "id": 13415,
+ "id": 13959,
"properties": {
"age": "0",
"leaves": "none",
@@ -9668,7 +9669,7 @@
}
},
{
- "id": 13416,
+ "id": 13960,
"properties": {
"age": "0",
"leaves": "small",
@@ -9676,7 +9677,7 @@
}
},
{
- "id": 13417,
+ "id": 13961,
"properties": {
"age": "0",
"leaves": "small",
@@ -9684,7 +9685,7 @@
}
},
{
- "id": 13418,
+ "id": 13962,
"properties": {
"age": "0",
"leaves": "large",
@@ -9692,7 +9693,7 @@
}
},
{
- "id": 13419,
+ "id": 13963,
"properties": {
"age": "0",
"leaves": "large",
@@ -9700,7 +9701,7 @@
}
},
{
- "id": 13420,
+ "id": 13964,
"properties": {
"age": "1",
"leaves": "none",
@@ -9708,7 +9709,7 @@
}
},
{
- "id": 13421,
+ "id": 13965,
"properties": {
"age": "1",
"leaves": "none",
@@ -9716,7 +9717,7 @@
}
},
{
- "id": 13422,
+ "id": 13966,
"properties": {
"age": "1",
"leaves": "small",
@@ -9724,7 +9725,7 @@
}
},
{
- "id": 13423,
+ "id": 13967,
"properties": {
"age": "1",
"leaves": "small",
@@ -9732,7 +9733,7 @@
}
},
{
- "id": 13424,
+ "id": 13968,
"properties": {
"age": "1",
"leaves": "large",
@@ -9740,7 +9741,7 @@
}
},
{
- "id": 13425,
+ "id": 13969,
"properties": {
"age": "1",
"leaves": "large",
@@ -9809,7 +9810,7 @@
},
"states": [
{
- "id": 9058,
+ "id": 9602,
"properties": {
"face": "floor",
"facing": "north",
@@ -9817,7 +9818,7 @@
}
},
{
- "id": 9059,
+ "id": 9603,
"properties": {
"face": "floor",
"facing": "north",
@@ -9825,7 +9826,7 @@
}
},
{
- "id": 9060,
+ "id": 9604,
"properties": {
"face": "floor",
"facing": "south",
@@ -9833,7 +9834,7 @@
}
},
{
- "id": 9061,
+ "id": 9605,
"properties": {
"face": "floor",
"facing": "south",
@@ -9841,7 +9842,7 @@
}
},
{
- "id": 9062,
+ "id": 9606,
"properties": {
"face": "floor",
"facing": "west",
@@ -9849,7 +9850,7 @@
}
},
{
- "id": 9063,
+ "id": 9607,
"properties": {
"face": "floor",
"facing": "west",
@@ -9857,7 +9858,7 @@
}
},
{
- "id": 9064,
+ "id": 9608,
"properties": {
"face": "floor",
"facing": "east",
@@ -9865,7 +9866,7 @@
}
},
{
- "id": 9065,
+ "id": 9609,
"properties": {
"face": "floor",
"facing": "east",
@@ -9873,7 +9874,7 @@
}
},
{
- "id": 9066,
+ "id": 9610,
"properties": {
"face": "wall",
"facing": "north",
@@ -9882,7 +9883,7 @@
},
{
"default": true,
- "id": 9067,
+ "id": 9611,
"properties": {
"face": "wall",
"facing": "north",
@@ -9890,7 +9891,7 @@
}
},
{
- "id": 9068,
+ "id": 9612,
"properties": {
"face": "wall",
"facing": "south",
@@ -9898,7 +9899,7 @@
}
},
{
- "id": 9069,
+ "id": 9613,
"properties": {
"face": "wall",
"facing": "south",
@@ -9906,7 +9907,7 @@
}
},
{
- "id": 9070,
+ "id": 9614,
"properties": {
"face": "wall",
"facing": "west",
@@ -9914,7 +9915,7 @@
}
},
{
- "id": 9071,
+ "id": 9615,
"properties": {
"face": "wall",
"facing": "west",
@@ -9922,7 +9923,7 @@
}
},
{
- "id": 9072,
+ "id": 9616,
"properties": {
"face": "wall",
"facing": "east",
@@ -9930,7 +9931,7 @@
}
},
{
- "id": 9073,
+ "id": 9617,
"properties": {
"face": "wall",
"facing": "east",
@@ -9938,7 +9939,7 @@
}
},
{
- "id": 9074,
+ "id": 9618,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -9946,7 +9947,7 @@
}
},
{
- "id": 9075,
+ "id": 9619,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -9954,7 +9955,7 @@
}
},
{
- "id": 9076,
+ "id": 9620,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -9962,7 +9963,7 @@
}
},
{
- "id": 9077,
+ "id": 9621,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -9970,7 +9971,7 @@
}
},
{
- "id": 9078,
+ "id": 9622,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -9978,7 +9979,7 @@
}
},
{
- "id": 9079,
+ "id": 9623,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -9986,7 +9987,7 @@
}
},
{
- "id": 9080,
+ "id": 9624,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -9994,7 +9995,7 @@
}
},
{
- "id": 9081,
+ "id": 9625,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -10035,7 +10036,7 @@
},
"states": [
{
- "id": 12739,
+ "id": 13283,
"properties": {
"facing": "north",
"half": "upper",
@@ -10045,7 +10046,7 @@
}
},
{
- "id": 12740,
+ "id": 13284,
"properties": {
"facing": "north",
"half": "upper",
@@ -10055,7 +10056,7 @@
}
},
{
- "id": 12741,
+ "id": 13285,
"properties": {
"facing": "north",
"half": "upper",
@@ -10065,7 +10066,7 @@
}
},
{
- "id": 12742,
+ "id": 13286,
"properties": {
"facing": "north",
"half": "upper",
@@ -10075,7 +10076,7 @@
}
},
{
- "id": 12743,
+ "id": 13287,
"properties": {
"facing": "north",
"half": "upper",
@@ -10085,7 +10086,7 @@
}
},
{
- "id": 12744,
+ "id": 13288,
"properties": {
"facing": "north",
"half": "upper",
@@ -10095,7 +10096,7 @@
}
},
{
- "id": 12745,
+ "id": 13289,
"properties": {
"facing": "north",
"half": "upper",
@@ -10105,7 +10106,7 @@
}
},
{
- "id": 12746,
+ "id": 13290,
"properties": {
"facing": "north",
"half": "upper",
@@ -10115,7 +10116,7 @@
}
},
{
- "id": 12747,
+ "id": 13291,
"properties": {
"facing": "north",
"half": "lower",
@@ -10125,7 +10126,7 @@
}
},
{
- "id": 12748,
+ "id": 13292,
"properties": {
"facing": "north",
"half": "lower",
@@ -10135,7 +10136,7 @@
}
},
{
- "id": 12749,
+ "id": 13293,
"properties": {
"facing": "north",
"half": "lower",
@@ -10146,7 +10147,7 @@
},
{
"default": true,
- "id": 12750,
+ "id": 13294,
"properties": {
"facing": "north",
"half": "lower",
@@ -10156,7 +10157,7 @@
}
},
{
- "id": 12751,
+ "id": 13295,
"properties": {
"facing": "north",
"half": "lower",
@@ -10166,7 +10167,7 @@
}
},
{
- "id": 12752,
+ "id": 13296,
"properties": {
"facing": "north",
"half": "lower",
@@ -10176,7 +10177,7 @@
}
},
{
- "id": 12753,
+ "id": 13297,
"properties": {
"facing": "north",
"half": "lower",
@@ -10186,7 +10187,7 @@
}
},
{
- "id": 12754,
+ "id": 13298,
"properties": {
"facing": "north",
"half": "lower",
@@ -10196,7 +10197,7 @@
}
},
{
- "id": 12755,
+ "id": 13299,
"properties": {
"facing": "south",
"half": "upper",
@@ -10206,7 +10207,7 @@
}
},
{
- "id": 12756,
+ "id": 13300,
"properties": {
"facing": "south",
"half": "upper",
@@ -10216,7 +10217,7 @@
}
},
{
- "id": 12757,
+ "id": 13301,
"properties": {
"facing": "south",
"half": "upper",
@@ -10226,7 +10227,7 @@
}
},
{
- "id": 12758,
+ "id": 13302,
"properties": {
"facing": "south",
"half": "upper",
@@ -10236,7 +10237,7 @@
}
},
{
- "id": 12759,
+ "id": 13303,
"properties": {
"facing": "south",
"half": "upper",
@@ -10246,7 +10247,7 @@
}
},
{
- "id": 12760,
+ "id": 13304,
"properties": {
"facing": "south",
"half": "upper",
@@ -10256,7 +10257,7 @@
}
},
{
- "id": 12761,
+ "id": 13305,
"properties": {
"facing": "south",
"half": "upper",
@@ -10266,7 +10267,7 @@
}
},
{
- "id": 12762,
+ "id": 13306,
"properties": {
"facing": "south",
"half": "upper",
@@ -10276,7 +10277,7 @@
}
},
{
- "id": 12763,
+ "id": 13307,
"properties": {
"facing": "south",
"half": "lower",
@@ -10286,7 +10287,7 @@
}
},
{
- "id": 12764,
+ "id": 13308,
"properties": {
"facing": "south",
"half": "lower",
@@ -10296,7 +10297,7 @@
}
},
{
- "id": 12765,
+ "id": 13309,
"properties": {
"facing": "south",
"half": "lower",
@@ -10306,7 +10307,7 @@
}
},
{
- "id": 12766,
+ "id": 13310,
"properties": {
"facing": "south",
"half": "lower",
@@ -10316,7 +10317,7 @@
}
},
{
- "id": 12767,
+ "id": 13311,
"properties": {
"facing": "south",
"half": "lower",
@@ -10326,7 +10327,7 @@
}
},
{
- "id": 12768,
+ "id": 13312,
"properties": {
"facing": "south",
"half": "lower",
@@ -10336,7 +10337,7 @@
}
},
{
- "id": 12769,
+ "id": 13313,
"properties": {
"facing": "south",
"half": "lower",
@@ -10346,7 +10347,7 @@
}
},
{
- "id": 12770,
+ "id": 13314,
"properties": {
"facing": "south",
"half": "lower",
@@ -10356,7 +10357,7 @@
}
},
{
- "id": 12771,
+ "id": 13315,
"properties": {
"facing": "west",
"half": "upper",
@@ -10366,7 +10367,7 @@
}
},
{
- "id": 12772,
+ "id": 13316,
"properties": {
"facing": "west",
"half": "upper",
@@ -10376,7 +10377,7 @@
}
},
{
- "id": 12773,
+ "id": 13317,
"properties": {
"facing": "west",
"half": "upper",
@@ -10386,7 +10387,7 @@
}
},
{
- "id": 12774,
+ "id": 13318,
"properties": {
"facing": "west",
"half": "upper",
@@ -10396,7 +10397,7 @@
}
},
{
- "id": 12775,
+ "id": 13319,
"properties": {
"facing": "west",
"half": "upper",
@@ -10406,7 +10407,7 @@
}
},
{
- "id": 12776,
+ "id": 13320,
"properties": {
"facing": "west",
"half": "upper",
@@ -10416,7 +10417,7 @@
}
},
{
- "id": 12777,
+ "id": 13321,
"properties": {
"facing": "west",
"half": "upper",
@@ -10426,7 +10427,7 @@
}
},
{
- "id": 12778,
+ "id": 13322,
"properties": {
"facing": "west",
"half": "upper",
@@ -10436,7 +10437,7 @@
}
},
{
- "id": 12779,
+ "id": 13323,
"properties": {
"facing": "west",
"half": "lower",
@@ -10446,7 +10447,7 @@
}
},
{
- "id": 12780,
+ "id": 13324,
"properties": {
"facing": "west",
"half": "lower",
@@ -10456,7 +10457,7 @@
}
},
{
- "id": 12781,
+ "id": 13325,
"properties": {
"facing": "west",
"half": "lower",
@@ -10466,7 +10467,7 @@
}
},
{
- "id": 12782,
+ "id": 13326,
"properties": {
"facing": "west",
"half": "lower",
@@ -10476,7 +10477,7 @@
}
},
{
- "id": 12783,
+ "id": 13327,
"properties": {
"facing": "west",
"half": "lower",
@@ -10486,7 +10487,7 @@
}
},
{
- "id": 12784,
+ "id": 13328,
"properties": {
"facing": "west",
"half": "lower",
@@ -10496,7 +10497,7 @@
}
},
{
- "id": 12785,
+ "id": 13329,
"properties": {
"facing": "west",
"half": "lower",
@@ -10506,7 +10507,7 @@
}
},
{
- "id": 12786,
+ "id": 13330,
"properties": {
"facing": "west",
"half": "lower",
@@ -10516,7 +10517,7 @@
}
},
{
- "id": 12787,
+ "id": 13331,
"properties": {
"facing": "east",
"half": "upper",
@@ -10526,7 +10527,7 @@
}
},
{
- "id": 12788,
+ "id": 13332,
"properties": {
"facing": "east",
"half": "upper",
@@ -10536,7 +10537,7 @@
}
},
{
- "id": 12789,
+ "id": 13333,
"properties": {
"facing": "east",
"half": "upper",
@@ -10546,7 +10547,7 @@
}
},
{
- "id": 12790,
+ "id": 13334,
"properties": {
"facing": "east",
"half": "upper",
@@ -10556,7 +10557,7 @@
}
},
{
- "id": 12791,
+ "id": 13335,
"properties": {
"facing": "east",
"half": "upper",
@@ -10566,7 +10567,7 @@
}
},
{
- "id": 12792,
+ "id": 13336,
"properties": {
"facing": "east",
"half": "upper",
@@ -10576,7 +10577,7 @@
}
},
{
- "id": 12793,
+ "id": 13337,
"properties": {
"facing": "east",
"half": "upper",
@@ -10586,7 +10587,7 @@
}
},
{
- "id": 12794,
+ "id": 13338,
"properties": {
"facing": "east",
"half": "upper",
@@ -10596,7 +10597,7 @@
}
},
{
- "id": 12795,
+ "id": 13339,
"properties": {
"facing": "east",
"half": "lower",
@@ -10606,7 +10607,7 @@
}
},
{
- "id": 12796,
+ "id": 13340,
"properties": {
"facing": "east",
"half": "lower",
@@ -10616,7 +10617,7 @@
}
},
{
- "id": 12797,
+ "id": 13341,
"properties": {
"facing": "east",
"half": "lower",
@@ -10626,7 +10627,7 @@
}
},
{
- "id": 12798,
+ "id": 13342,
"properties": {
"facing": "east",
"half": "lower",
@@ -10636,7 +10637,7 @@
}
},
{
- "id": 12799,
+ "id": 13343,
"properties": {
"facing": "east",
"half": "lower",
@@ -10646,7 +10647,7 @@
}
},
{
- "id": 12800,
+ "id": 13344,
"properties": {
"facing": "east",
"half": "lower",
@@ -10656,7 +10657,7 @@
}
},
{
- "id": 12801,
+ "id": 13345,
"properties": {
"facing": "east",
"half": "lower",
@@ -10666,7 +10667,7 @@
}
},
{
- "id": 12802,
+ "id": 13346,
"properties": {
"facing": "east",
"half": "lower",
@@ -10706,7 +10707,7 @@
},
"states": [
{
- "id": 12195,
+ "id": 12739,
"properties": {
"east": "true",
"north": "true",
@@ -10716,7 +10717,7 @@
}
},
{
- "id": 12196,
+ "id": 12740,
"properties": {
"east": "true",
"north": "true",
@@ -10726,7 +10727,7 @@
}
},
{
- "id": 12197,
+ "id": 12741,
"properties": {
"east": "true",
"north": "true",
@@ -10736,7 +10737,7 @@
}
},
{
- "id": 12198,
+ "id": 12742,
"properties": {
"east": "true",
"north": "true",
@@ -10746,7 +10747,7 @@
}
},
{
- "id": 12199,
+ "id": 12743,
"properties": {
"east": "true",
"north": "true",
@@ -10756,7 +10757,7 @@
}
},
{
- "id": 12200,
+ "id": 12744,
"properties": {
"east": "true",
"north": "true",
@@ -10766,7 +10767,7 @@
}
},
{
- "id": 12201,
+ "id": 12745,
"properties": {
"east": "true",
"north": "true",
@@ -10776,7 +10777,7 @@
}
},
{
- "id": 12202,
+ "id": 12746,
"properties": {
"east": "true",
"north": "true",
@@ -10786,7 +10787,7 @@
}
},
{
- "id": 12203,
+ "id": 12747,
"properties": {
"east": "true",
"north": "false",
@@ -10796,7 +10797,7 @@
}
},
{
- "id": 12204,
+ "id": 12748,
"properties": {
"east": "true",
"north": "false",
@@ -10806,7 +10807,7 @@
}
},
{
- "id": 12205,
+ "id": 12749,
"properties": {
"east": "true",
"north": "false",
@@ -10816,7 +10817,7 @@
}
},
{
- "id": 12206,
+ "id": 12750,
"properties": {
"east": "true",
"north": "false",
@@ -10826,7 +10827,7 @@
}
},
{
- "id": 12207,
+ "id": 12751,
"properties": {
"east": "true",
"north": "false",
@@ -10836,7 +10837,7 @@
}
},
{
- "id": 12208,
+ "id": 12752,
"properties": {
"east": "true",
"north": "false",
@@ -10846,7 +10847,7 @@
}
},
{
- "id": 12209,
+ "id": 12753,
"properties": {
"east": "true",
"north": "false",
@@ -10856,7 +10857,7 @@
}
},
{
- "id": 12210,
+ "id": 12754,
"properties": {
"east": "true",
"north": "false",
@@ -10866,7 +10867,7 @@
}
},
{
- "id": 12211,
+ "id": 12755,
"properties": {
"east": "false",
"north": "true",
@@ -10876,7 +10877,7 @@
}
},
{
- "id": 12212,
+ "id": 12756,
"properties": {
"east": "false",
"north": "true",
@@ -10886,7 +10887,7 @@
}
},
{
- "id": 12213,
+ "id": 12757,
"properties": {
"east": "false",
"north": "true",
@@ -10896,7 +10897,7 @@
}
},
{
- "id": 12214,
+ "id": 12758,
"properties": {
"east": "false",
"north": "true",
@@ -10906,7 +10907,7 @@
}
},
{
- "id": 12215,
+ "id": 12759,
"properties": {
"east": "false",
"north": "true",
@@ -10916,7 +10917,7 @@
}
},
{
- "id": 12216,
+ "id": 12760,
"properties": {
"east": "false",
"north": "true",
@@ -10926,7 +10927,7 @@
}
},
{
- "id": 12217,
+ "id": 12761,
"properties": {
"east": "false",
"north": "true",
@@ -10936,7 +10937,7 @@
}
},
{
- "id": 12218,
+ "id": 12762,
"properties": {
"east": "false",
"north": "true",
@@ -10946,7 +10947,7 @@
}
},
{
- "id": 12219,
+ "id": 12763,
"properties": {
"east": "false",
"north": "false",
@@ -10956,7 +10957,7 @@
}
},
{
- "id": 12220,
+ "id": 12764,
"properties": {
"east": "false",
"north": "false",
@@ -10966,7 +10967,7 @@
}
},
{
- "id": 12221,
+ "id": 12765,
"properties": {
"east": "false",
"north": "false",
@@ -10976,7 +10977,7 @@
}
},
{
- "id": 12222,
+ "id": 12766,
"properties": {
"east": "false",
"north": "false",
@@ -10986,7 +10987,7 @@
}
},
{
- "id": 12223,
+ "id": 12767,
"properties": {
"east": "false",
"north": "false",
@@ -10996,7 +10997,7 @@
}
},
{
- "id": 12224,
+ "id": 12768,
"properties": {
"east": "false",
"north": "false",
@@ -11006,7 +11007,7 @@
}
},
{
- "id": 12225,
+ "id": 12769,
"properties": {
"east": "false",
"north": "false",
@@ -11017,7 +11018,7 @@
},
{
"default": true,
- "id": 12226,
+ "id": 12770,
"properties": {
"east": "false",
"north": "false",
@@ -11056,7 +11057,7 @@
},
"states": [
{
- "id": 11907,
+ "id": 12451,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -11065,7 +11066,7 @@
}
},
{
- "id": 11908,
+ "id": 12452,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -11074,7 +11075,7 @@
}
},
{
- "id": 11909,
+ "id": 12453,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -11083,7 +11084,7 @@
}
},
{
- "id": 11910,
+ "id": 12454,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -11092,7 +11093,7 @@
}
},
{
- "id": 11911,
+ "id": 12455,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -11101,7 +11102,7 @@
}
},
{
- "id": 11912,
+ "id": 12456,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -11110,7 +11111,7 @@
}
},
{
- "id": 11913,
+ "id": 12457,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -11120,7 +11121,7 @@
},
{
"default": true,
- "id": 11914,
+ "id": 12458,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -11129,7 +11130,7 @@
}
},
{
- "id": 11915,
+ "id": 12459,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -11138,7 +11139,7 @@
}
},
{
- "id": 11916,
+ "id": 12460,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -11147,7 +11148,7 @@
}
},
{
- "id": 11917,
+ "id": 12461,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -11156,7 +11157,7 @@
}
},
{
- "id": 11918,
+ "id": 12462,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -11165,7 +11166,7 @@
}
},
{
- "id": 11919,
+ "id": 12463,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -11174,7 +11175,7 @@
}
},
{
- "id": 11920,
+ "id": 12464,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -11183,7 +11184,7 @@
}
},
{
- "id": 11921,
+ "id": 12465,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -11192,7 +11193,7 @@
}
},
{
- "id": 11922,
+ "id": 12466,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -11201,7 +11202,7 @@
}
},
{
- "id": 11923,
+ "id": 12467,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -11210,7 +11211,7 @@
}
},
{
- "id": 11924,
+ "id": 12468,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -11219,7 +11220,7 @@
}
},
{
- "id": 11925,
+ "id": 12469,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -11228,7 +11229,7 @@
}
},
{
- "id": 11926,
+ "id": 12470,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -11237,7 +11238,7 @@
}
},
{
- "id": 11927,
+ "id": 12471,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -11246,7 +11247,7 @@
}
},
{
- "id": 11928,
+ "id": 12472,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -11255,7 +11256,7 @@
}
},
{
- "id": 11929,
+ "id": 12473,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -11264,7 +11265,7 @@
}
},
{
- "id": 11930,
+ "id": 12474,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -11273,7 +11274,7 @@
}
},
{
- "id": 11931,
+ "id": 12475,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -11282,7 +11283,7 @@
}
},
{
- "id": 11932,
+ "id": 12476,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -11291,7 +11292,7 @@
}
},
{
- "id": 11933,
+ "id": 12477,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -11300,7 +11301,7 @@
}
},
{
- "id": 11934,
+ "id": 12478,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -11309,7 +11310,7 @@
}
},
{
- "id": 11935,
+ "id": 12479,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -11318,7 +11319,7 @@
}
},
{
- "id": 11936,
+ "id": 12480,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -11327,7 +11328,7 @@
}
},
{
- "id": 11937,
+ "id": 12481,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -11336,7 +11337,7 @@
}
},
{
- "id": 11938,
+ "id": 12482,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -11381,240 +11382,240 @@
]
},
"states": [
- {
- "id": 5630,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5631,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5632,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5633,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5634,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5635,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5636,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5637,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5638,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5639,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5640,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5641,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5642,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5643,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5644,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5645,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5646,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5647,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5648,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5649,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5650,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5651,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5652,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5653,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5654,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5655,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5656,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5657,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5658,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5659,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5660,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5661,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5662,
"properties": {
"attached": "true",
"rotation": "14",
@@ -11622,7 +11623,7 @@
}
},
{
- "id": 5660,
+ "id": 5663,
"properties": {
"attached": "true",
"rotation": "15",
@@ -11630,7 +11631,7 @@
}
},
{
- "id": 5661,
+ "id": 5664,
"properties": {
"attached": "true",
"rotation": "15",
@@ -11638,7 +11639,7 @@
}
},
{
- "id": 5662,
+ "id": 5665,
"properties": {
"attached": "false",
"rotation": "0",
@@ -11647,215 +11648,215 @@
},
{
"default": true,
- "id": 5663,
+ "id": 5666,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5664,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5665,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5666,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5667,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5668,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5669,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5670,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5671,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5672,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5673,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5674,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5675,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5676,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5677,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5678,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5679,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5680,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5681,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5682,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5683,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5684,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5685,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5686,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5687,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5688,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5689,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5690,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5691,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5692,
"properties": {
"attached": "false",
"rotation": "13",
@@ -11863,7 +11864,7 @@
}
},
{
- "id": 5690,
+ "id": 5693,
"properties": {
"attached": "false",
"rotation": "14",
@@ -11871,7 +11872,7 @@
}
},
{
- "id": 5691,
+ "id": 5694,
"properties": {
"attached": "false",
"rotation": "14",
@@ -11879,7 +11880,7 @@
}
},
{
- "id": 5692,
+ "id": 5695,
"properties": {
"attached": "false",
"rotation": "15",
@@ -11887,7 +11888,7 @@
}
},
{
- "id": 5693,
+ "id": 5696,
"properties": {
"attached": "false",
"rotation": "15",
@@ -11926,21 +11927,21 @@
},
"states": [
{
- "id": 11557,
+ "id": 12101,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11558,
+ "id": 12102,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11559,
+ "id": 12103,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -11948,21 +11949,21 @@
},
{
"default": true,
- "id": 11560,
+ "id": 12104,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11561,
+ "id": 12105,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11562,
+ "id": 12106,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -12003,7 +12004,7 @@
},
"states": [
{
- "id": 10619,
+ "id": 11163,
"properties": {
"facing": "north",
"half": "top",
@@ -12012,7 +12013,7 @@
}
},
{
- "id": 10620,
+ "id": 11164,
"properties": {
"facing": "north",
"half": "top",
@@ -12021,7 +12022,7 @@
}
},
{
- "id": 10621,
+ "id": 11165,
"properties": {
"facing": "north",
"half": "top",
@@ -12030,7 +12031,7 @@
}
},
{
- "id": 10622,
+ "id": 11166,
"properties": {
"facing": "north",
"half": "top",
@@ -12039,7 +12040,7 @@
}
},
{
- "id": 10623,
+ "id": 11167,
"properties": {
"facing": "north",
"half": "top",
@@ -12048,7 +12049,7 @@
}
},
{
- "id": 10624,
+ "id": 11168,
"properties": {
"facing": "north",
"half": "top",
@@ -12057,7 +12058,7 @@
}
},
{
- "id": 10625,
+ "id": 11169,
"properties": {
"facing": "north",
"half": "top",
@@ -12066,7 +12067,7 @@
}
},
{
- "id": 10626,
+ "id": 11170,
"properties": {
"facing": "north",
"half": "top",
@@ -12075,7 +12076,7 @@
}
},
{
- "id": 10627,
+ "id": 11171,
"properties": {
"facing": "north",
"half": "top",
@@ -12084,7 +12085,7 @@
}
},
{
- "id": 10628,
+ "id": 11172,
"properties": {
"facing": "north",
"half": "top",
@@ -12093,7 +12094,7 @@
}
},
{
- "id": 10629,
+ "id": 11173,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12103,7 +12104,7 @@
},
{
"default": true,
- "id": 10630,
+ "id": 11174,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12112,7 +12113,7 @@
}
},
{
- "id": 10631,
+ "id": 11175,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12121,7 +12122,7 @@
}
},
{
- "id": 10632,
+ "id": 11176,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12130,7 +12131,7 @@
}
},
{
- "id": 10633,
+ "id": 11177,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12139,7 +12140,7 @@
}
},
{
- "id": 10634,
+ "id": 11178,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12148,7 +12149,7 @@
}
},
{
- "id": 10635,
+ "id": 11179,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12157,7 +12158,7 @@
}
},
{
- "id": 10636,
+ "id": 11180,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12166,7 +12167,7 @@
}
},
{
- "id": 10637,
+ "id": 11181,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12175,7 +12176,7 @@
}
},
{
- "id": 10638,
+ "id": 11182,
"properties": {
"facing": "north",
"half": "bottom",
@@ -12184,7 +12185,7 @@
}
},
{
- "id": 10639,
+ "id": 11183,
"properties": {
"facing": "south",
"half": "top",
@@ -12193,7 +12194,7 @@
}
},
{
- "id": 10640,
+ "id": 11184,
"properties": {
"facing": "south",
"half": "top",
@@ -12202,7 +12203,7 @@
}
},
{
- "id": 10641,
+ "id": 11185,
"properties": {
"facing": "south",
"half": "top",
@@ -12211,7 +12212,7 @@
}
},
{
- "id": 10642,
+ "id": 11186,
"properties": {
"facing": "south",
"half": "top",
@@ -12220,7 +12221,7 @@
}
},
{
- "id": 10643,
+ "id": 11187,
"properties": {
"facing": "south",
"half": "top",
@@ -12229,7 +12230,7 @@
}
},
{
- "id": 10644,
+ "id": 11188,
"properties": {
"facing": "south",
"half": "top",
@@ -12238,7 +12239,7 @@
}
},
{
- "id": 10645,
+ "id": 11189,
"properties": {
"facing": "south",
"half": "top",
@@ -12247,7 +12248,7 @@
}
},
{
- "id": 10646,
+ "id": 11190,
"properties": {
"facing": "south",
"half": "top",
@@ -12256,7 +12257,7 @@
}
},
{
- "id": 10647,
+ "id": 11191,
"properties": {
"facing": "south",
"half": "top",
@@ -12265,7 +12266,7 @@
}
},
{
- "id": 10648,
+ "id": 11192,
"properties": {
"facing": "south",
"half": "top",
@@ -12274,7 +12275,7 @@
}
},
{
- "id": 10649,
+ "id": 11193,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12283,7 +12284,7 @@
}
},
{
- "id": 10650,
+ "id": 11194,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12292,7 +12293,7 @@
}
},
{
- "id": 10651,
+ "id": 11195,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12301,7 +12302,7 @@
}
},
{
- "id": 10652,
+ "id": 11196,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12310,7 +12311,7 @@
}
},
{
- "id": 10653,
+ "id": 11197,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12319,7 +12320,7 @@
}
},
{
- "id": 10654,
+ "id": 11198,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12328,7 +12329,7 @@
}
},
{
- "id": 10655,
+ "id": 11199,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12337,7 +12338,7 @@
}
},
{
- "id": 10656,
+ "id": 11200,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12346,7 +12347,7 @@
}
},
{
- "id": 10657,
+ "id": 11201,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12355,7 +12356,7 @@
}
},
{
- "id": 10658,
+ "id": 11202,
"properties": {
"facing": "south",
"half": "bottom",
@@ -12364,7 +12365,7 @@
}
},
{
- "id": 10659,
+ "id": 11203,
"properties": {
"facing": "west",
"half": "top",
@@ -12373,7 +12374,7 @@
}
},
{
- "id": 10660,
+ "id": 11204,
"properties": {
"facing": "west",
"half": "top",
@@ -12382,7 +12383,7 @@
}
},
{
- "id": 10661,
+ "id": 11205,
"properties": {
"facing": "west",
"half": "top",
@@ -12391,7 +12392,7 @@
}
},
{
- "id": 10662,
+ "id": 11206,
"properties": {
"facing": "west",
"half": "top",
@@ -12400,7 +12401,7 @@
}
},
{
- "id": 10663,
+ "id": 11207,
"properties": {
"facing": "west",
"half": "top",
@@ -12409,7 +12410,7 @@
}
},
{
- "id": 10664,
+ "id": 11208,
"properties": {
"facing": "west",
"half": "top",
@@ -12418,7 +12419,7 @@
}
},
{
- "id": 10665,
+ "id": 11209,
"properties": {
"facing": "west",
"half": "top",
@@ -12427,7 +12428,7 @@
}
},
{
- "id": 10666,
+ "id": 11210,
"properties": {
"facing": "west",
"half": "top",
@@ -12436,7 +12437,7 @@
}
},
{
- "id": 10667,
+ "id": 11211,
"properties": {
"facing": "west",
"half": "top",
@@ -12445,7 +12446,7 @@
}
},
{
- "id": 10668,
+ "id": 11212,
"properties": {
"facing": "west",
"half": "top",
@@ -12454,7 +12455,7 @@
}
},
{
- "id": 10669,
+ "id": 11213,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12463,7 +12464,7 @@
}
},
{
- "id": 10670,
+ "id": 11214,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12472,7 +12473,7 @@
}
},
{
- "id": 10671,
+ "id": 11215,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12481,7 +12482,7 @@
}
},
{
- "id": 10672,
+ "id": 11216,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12490,7 +12491,7 @@
}
},
{
- "id": 10673,
+ "id": 11217,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12499,7 +12500,7 @@
}
},
{
- "id": 10674,
+ "id": 11218,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12508,7 +12509,7 @@
}
},
{
- "id": 10675,
+ "id": 11219,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12517,7 +12518,7 @@
}
},
{
- "id": 10676,
+ "id": 11220,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12526,7 +12527,7 @@
}
},
{
- "id": 10677,
+ "id": 11221,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12535,7 +12536,7 @@
}
},
{
- "id": 10678,
+ "id": 11222,
"properties": {
"facing": "west",
"half": "bottom",
@@ -12544,7 +12545,7 @@
}
},
{
- "id": 10679,
+ "id": 11223,
"properties": {
"facing": "east",
"half": "top",
@@ -12553,7 +12554,7 @@
}
},
{
- "id": 10680,
+ "id": 11224,
"properties": {
"facing": "east",
"half": "top",
@@ -12562,7 +12563,7 @@
}
},
{
- "id": 10681,
+ "id": 11225,
"properties": {
"facing": "east",
"half": "top",
@@ -12571,7 +12572,7 @@
}
},
{
- "id": 10682,
+ "id": 11226,
"properties": {
"facing": "east",
"half": "top",
@@ -12580,7 +12581,7 @@
}
},
{
- "id": 10683,
+ "id": 11227,
"properties": {
"facing": "east",
"half": "top",
@@ -12589,7 +12590,7 @@
}
},
{
- "id": 10684,
+ "id": 11228,
"properties": {
"facing": "east",
"half": "top",
@@ -12598,7 +12599,7 @@
}
},
{
- "id": 10685,
+ "id": 11229,
"properties": {
"facing": "east",
"half": "top",
@@ -12607,7 +12608,7 @@
}
},
{
- "id": 10686,
+ "id": 11230,
"properties": {
"facing": "east",
"half": "top",
@@ -12616,7 +12617,7 @@
}
},
{
- "id": 10687,
+ "id": 11231,
"properties": {
"facing": "east",
"half": "top",
@@ -12625,7 +12626,7 @@
}
},
{
- "id": 10688,
+ "id": 11232,
"properties": {
"facing": "east",
"half": "top",
@@ -12634,7 +12635,7 @@
}
},
{
- "id": 10689,
+ "id": 11233,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12643,7 +12644,7 @@
}
},
{
- "id": 10690,
+ "id": 11234,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12652,7 +12653,7 @@
}
},
{
- "id": 10691,
+ "id": 11235,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12661,7 +12662,7 @@
}
},
{
- "id": 10692,
+ "id": 11236,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12670,7 +12671,7 @@
}
},
{
- "id": 10693,
+ "id": 11237,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12679,7 +12680,7 @@
}
},
{
- "id": 10694,
+ "id": 11238,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12688,7 +12689,7 @@
}
},
{
- "id": 10695,
+ "id": 11239,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12697,7 +12698,7 @@
}
},
{
- "id": 10696,
+ "id": 11240,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12706,7 +12707,7 @@
}
},
{
- "id": 10697,
+ "id": 11241,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12715,7 +12716,7 @@
}
},
{
- "id": 10698,
+ "id": 11242,
"properties": {
"facing": "east",
"half": "bottom",
@@ -12751,14 +12752,14 @@
},
"states": [
{
- "id": 5898,
+ "id": 5901,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5899,
+ "id": 5902,
"properties": {
"powered": "false"
}
@@ -12773,7 +12774,7 @@
"states": [
{
"default": true,
- "id": 13413
+ "id": 13957
}
]
},
@@ -12809,7 +12810,7 @@
},
"states": [
{
- "id": 4642,
+ "id": 4645,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -12817,217 +12818,217 @@
},
{
"default": true,
- "id": 4643,
+ "id": 4646,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4644,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4645,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4646,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4647,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4648,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4649,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4650,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4651,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4652,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4653,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4654,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4655,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4656,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4657,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4658,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4659,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4660,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4661,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4662,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4663,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4664,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4665,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4666,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4667,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4668,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4669,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4670,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4671,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4672,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4670,
+ "id": 4673,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4671,
+ "id": 4674,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4672,
+ "id": 4675,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4673,
+ "id": 4676,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -13053,21 +13054,21 @@
},
"states": [
{
- "id": 11551,
+ "id": 12095,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11552,
+ "id": 12096,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11553,
+ "id": 12097,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -13075,21 +13076,21 @@
},
{
"default": true,
- "id": 11554,
+ "id": 12098,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11555,
+ "id": 12099,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11556,
+ "id": 12100,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -13130,7 +13131,7 @@
},
"states": [
{
- "id": 10539,
+ "id": 11083,
"properties": {
"facing": "north",
"half": "top",
@@ -13139,7 +13140,7 @@
}
},
{
- "id": 10540,
+ "id": 11084,
"properties": {
"facing": "north",
"half": "top",
@@ -13148,7 +13149,7 @@
}
},
{
- "id": 10541,
+ "id": 11085,
"properties": {
"facing": "north",
"half": "top",
@@ -13157,7 +13158,7 @@
}
},
{
- "id": 10542,
+ "id": 11086,
"properties": {
"facing": "north",
"half": "top",
@@ -13166,7 +13167,7 @@
}
},
{
- "id": 10543,
+ "id": 11087,
"properties": {
"facing": "north",
"half": "top",
@@ -13175,7 +13176,7 @@
}
},
{
- "id": 10544,
+ "id": 11088,
"properties": {
"facing": "north",
"half": "top",
@@ -13184,7 +13185,7 @@
}
},
{
- "id": 10545,
+ "id": 11089,
"properties": {
"facing": "north",
"half": "top",
@@ -13193,7 +13194,7 @@
}
},
{
- "id": 10546,
+ "id": 11090,
"properties": {
"facing": "north",
"half": "top",
@@ -13202,7 +13203,7 @@
}
},
{
- "id": 10547,
+ "id": 11091,
"properties": {
"facing": "north",
"half": "top",
@@ -13211,7 +13212,7 @@
}
},
{
- "id": 10548,
+ "id": 11092,
"properties": {
"facing": "north",
"half": "top",
@@ -13220,7 +13221,7 @@
}
},
{
- "id": 10549,
+ "id": 11093,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13230,7 +13231,7 @@
},
{
"default": true,
- "id": 10550,
+ "id": 11094,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13239,7 +13240,7 @@
}
},
{
- "id": 10551,
+ "id": 11095,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13248,7 +13249,7 @@
}
},
{
- "id": 10552,
+ "id": 11096,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13257,7 +13258,7 @@
}
},
{
- "id": 10553,
+ "id": 11097,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13266,7 +13267,7 @@
}
},
{
- "id": 10554,
+ "id": 11098,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13275,7 +13276,7 @@
}
},
{
- "id": 10555,
+ "id": 11099,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13284,7 +13285,7 @@
}
},
{
- "id": 10556,
+ "id": 11100,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13293,7 +13294,7 @@
}
},
{
- "id": 10557,
+ "id": 11101,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13302,7 +13303,7 @@
}
},
{
- "id": 10558,
+ "id": 11102,
"properties": {
"facing": "north",
"half": "bottom",
@@ -13311,7 +13312,7 @@
}
},
{
- "id": 10559,
+ "id": 11103,
"properties": {
"facing": "south",
"half": "top",
@@ -13320,7 +13321,7 @@
}
},
{
- "id": 10560,
+ "id": 11104,
"properties": {
"facing": "south",
"half": "top",
@@ -13329,7 +13330,7 @@
}
},
{
- "id": 10561,
+ "id": 11105,
"properties": {
"facing": "south",
"half": "top",
@@ -13338,7 +13339,7 @@
}
},
{
- "id": 10562,
+ "id": 11106,
"properties": {
"facing": "south",
"half": "top",
@@ -13347,7 +13348,7 @@
}
},
{
- "id": 10563,
+ "id": 11107,
"properties": {
"facing": "south",
"half": "top",
@@ -13356,7 +13357,7 @@
}
},
{
- "id": 10564,
+ "id": 11108,
"properties": {
"facing": "south",
"half": "top",
@@ -13365,7 +13366,7 @@
}
},
{
- "id": 10565,
+ "id": 11109,
"properties": {
"facing": "south",
"half": "top",
@@ -13374,7 +13375,7 @@
}
},
{
- "id": 10566,
+ "id": 11110,
"properties": {
"facing": "south",
"half": "top",
@@ -13383,7 +13384,7 @@
}
},
{
- "id": 10567,
+ "id": 11111,
"properties": {
"facing": "south",
"half": "top",
@@ -13392,7 +13393,7 @@
}
},
{
- "id": 10568,
+ "id": 11112,
"properties": {
"facing": "south",
"half": "top",
@@ -13401,7 +13402,7 @@
}
},
{
- "id": 10569,
+ "id": 11113,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13410,7 +13411,7 @@
}
},
{
- "id": 10570,
+ "id": 11114,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13419,7 +13420,7 @@
}
},
{
- "id": 10571,
+ "id": 11115,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13428,7 +13429,7 @@
}
},
{
- "id": 10572,
+ "id": 11116,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13437,7 +13438,7 @@
}
},
{
- "id": 10573,
+ "id": 11117,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13446,7 +13447,7 @@
}
},
{
- "id": 10574,
+ "id": 11118,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13455,7 +13456,7 @@
}
},
{
- "id": 10575,
+ "id": 11119,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13464,7 +13465,7 @@
}
},
{
- "id": 10576,
+ "id": 11120,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13473,7 +13474,7 @@
}
},
{
- "id": 10577,
+ "id": 11121,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13482,7 +13483,7 @@
}
},
{
- "id": 10578,
+ "id": 11122,
"properties": {
"facing": "south",
"half": "bottom",
@@ -13491,7 +13492,7 @@
}
},
{
- "id": 10579,
+ "id": 11123,
"properties": {
"facing": "west",
"half": "top",
@@ -13500,7 +13501,7 @@
}
},
{
- "id": 10580,
+ "id": 11124,
"properties": {
"facing": "west",
"half": "top",
@@ -13509,7 +13510,7 @@
}
},
{
- "id": 10581,
+ "id": 11125,
"properties": {
"facing": "west",
"half": "top",
@@ -13518,7 +13519,7 @@
}
},
{
- "id": 10582,
+ "id": 11126,
"properties": {
"facing": "west",
"half": "top",
@@ -13527,7 +13528,7 @@
}
},
{
- "id": 10583,
+ "id": 11127,
"properties": {
"facing": "west",
"half": "top",
@@ -13536,7 +13537,7 @@
}
},
{
- "id": 10584,
+ "id": 11128,
"properties": {
"facing": "west",
"half": "top",
@@ -13545,7 +13546,7 @@
}
},
{
- "id": 10585,
+ "id": 11129,
"properties": {
"facing": "west",
"half": "top",
@@ -13554,7 +13555,7 @@
}
},
{
- "id": 10586,
+ "id": 11130,
"properties": {
"facing": "west",
"half": "top",
@@ -13563,7 +13564,7 @@
}
},
{
- "id": 10587,
+ "id": 11131,
"properties": {
"facing": "west",
"half": "top",
@@ -13572,7 +13573,7 @@
}
},
{
- "id": 10588,
+ "id": 11132,
"properties": {
"facing": "west",
"half": "top",
@@ -13581,7 +13582,7 @@
}
},
{
- "id": 10589,
+ "id": 11133,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13590,7 +13591,7 @@
}
},
{
- "id": 10590,
+ "id": 11134,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13599,7 +13600,7 @@
}
},
{
- "id": 10591,
+ "id": 11135,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13608,7 +13609,7 @@
}
},
{
- "id": 10592,
+ "id": 11136,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13617,7 +13618,7 @@
}
},
{
- "id": 10593,
+ "id": 11137,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13626,7 +13627,7 @@
}
},
{
- "id": 10594,
+ "id": 11138,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13635,7 +13636,7 @@
}
},
{
- "id": 10595,
+ "id": 11139,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13644,7 +13645,7 @@
}
},
{
- "id": 10596,
+ "id": 11140,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13653,7 +13654,7 @@
}
},
{
- "id": 10597,
+ "id": 11141,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13662,7 +13663,7 @@
}
},
{
- "id": 10598,
+ "id": 11142,
"properties": {
"facing": "west",
"half": "bottom",
@@ -13671,7 +13672,7 @@
}
},
{
- "id": 10599,
+ "id": 11143,
"properties": {
"facing": "east",
"half": "top",
@@ -13680,7 +13681,7 @@
}
},
{
- "id": 10600,
+ "id": 11144,
"properties": {
"facing": "east",
"half": "top",
@@ -13689,7 +13690,7 @@
}
},
{
- "id": 10601,
+ "id": 11145,
"properties": {
"facing": "east",
"half": "top",
@@ -13698,7 +13699,7 @@
}
},
{
- "id": 10602,
+ "id": 11146,
"properties": {
"facing": "east",
"half": "top",
@@ -13707,7 +13708,7 @@
}
},
{
- "id": 10603,
+ "id": 11147,
"properties": {
"facing": "east",
"half": "top",
@@ -13716,7 +13717,7 @@
}
},
{
- "id": 10604,
+ "id": 11148,
"properties": {
"facing": "east",
"half": "top",
@@ -13725,7 +13726,7 @@
}
},
{
- "id": 10605,
+ "id": 11149,
"properties": {
"facing": "east",
"half": "top",
@@ -13734,7 +13735,7 @@
}
},
{
- "id": 10606,
+ "id": 11150,
"properties": {
"facing": "east",
"half": "top",
@@ -13743,7 +13744,7 @@
}
},
{
- "id": 10607,
+ "id": 11151,
"properties": {
"facing": "east",
"half": "top",
@@ -13752,7 +13753,7 @@
}
},
{
- "id": 10608,
+ "id": 11152,
"properties": {
"facing": "east",
"half": "top",
@@ -13761,7 +13762,7 @@
}
},
{
- "id": 10609,
+ "id": 11153,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13770,7 +13771,7 @@
}
},
{
- "id": 10610,
+ "id": 11154,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13779,7 +13780,7 @@
}
},
{
- "id": 10611,
+ "id": 11155,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13788,7 +13789,7 @@
}
},
{
- "id": 10612,
+ "id": 11156,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13797,7 +13798,7 @@
}
},
{
- "id": 10613,
+ "id": 11157,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13806,7 +13807,7 @@
}
},
{
- "id": 10614,
+ "id": 11158,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13815,7 +13816,7 @@
}
},
{
- "id": 10615,
+ "id": 11159,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13824,7 +13825,7 @@
}
},
{
- "id": 10616,
+ "id": 11160,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13833,7 +13834,7 @@
}
},
{
- "id": 10617,
+ "id": 11161,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13842,7 +13843,7 @@
}
},
{
- "id": 10618,
+ "id": 11162,
"properties": {
"facing": "east",
"half": "bottom",
@@ -13883,44 +13884,14 @@
]
},
"states": [
- {
- "id": 6703,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6704,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6705,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6706,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -13928,9 +13899,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -13938,9 +13909,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -13948,9 +13919,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -13959,42 +13930,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6711,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6712,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6713,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6714,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6715,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6716,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6717,
"properties": {
"facing": "north",
"half": "bottom",
@@ -14004,7 +14005,7 @@
}
},
{
- "id": 6715,
+ "id": 6718,
"properties": {
"facing": "north",
"half": "bottom",
@@ -14014,7 +14015,7 @@
}
},
{
- "id": 6716,
+ "id": 6719,
"properties": {
"facing": "north",
"half": "bottom",
@@ -14024,7 +14025,7 @@
}
},
{
- "id": 6717,
+ "id": 6720,
"properties": {
"facing": "north",
"half": "bottom",
@@ -14035,7 +14036,7 @@
},
{
"default": true,
- "id": 6718,
+ "id": 6721,
"properties": {
"facing": "north",
"half": "bottom",
@@ -14044,44 +14045,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6719,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6720,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6721,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6722,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -14089,9 +14060,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14099,9 +14070,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -14109,9 +14080,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14120,38 +14091,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6727,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6728,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6729,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14160,8 +14131,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -14169,9 +14140,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14179,9 +14150,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -14189,9 +14160,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14200,48 +14171,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6735,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6736,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6737,
+ "id": 6736,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6737,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6738,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -14249,9 +14220,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14259,9 +14230,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -14269,9 +14240,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14280,38 +14251,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6743,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6744,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6745,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14320,8 +14291,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -14329,9 +14300,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14339,9 +14310,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -14349,9 +14320,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14360,48 +14331,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6751,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6752,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6753,
+ "id": 6752,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6753,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6754,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -14409,9 +14380,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14419,9 +14390,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -14429,9 +14400,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14440,38 +14411,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6759,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6760,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6761,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -14480,12 +14451,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6763,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6764,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6765,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6766,
"properties": {
"facing": "east",
"half": "bottom",
@@ -14495,7 +14496,7 @@
}
},
{
- "id": 6764,
+ "id": 6767,
"properties": {
"facing": "east",
"half": "bottom",
@@ -14505,7 +14506,7 @@
}
},
{
- "id": 6765,
+ "id": 6768,
"properties": {
"facing": "east",
"half": "bottom",
@@ -14515,7 +14516,7 @@
}
},
{
- "id": 6766,
+ "id": 6769,
"properties": {
"facing": "east",
"half": "bottom",
@@ -14546,7 +14547,7 @@
},
"states": [
{
- "id": 5782,
+ "id": 5785,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -14554,49 +14555,49 @@
},
{
"default": true,
- "id": 5783,
+ "id": 5786,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5784,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5785,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5786,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5787,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5788,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5789,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5790,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5791,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5789,
+ "id": 5792,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -14624,7 +14625,7 @@
},
"states": [
{
- "id": 4918,
+ "id": 4921,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -14632,49 +14633,49 @@
},
{
"default": true,
- "id": 4919,
+ "id": 4922,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4920,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4921,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4922,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4923,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4924,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4925,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4926,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4927,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4925,
+ "id": 4928,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -14703,7 +14704,7 @@
},
"states": [
{
- "id": 18877,
+ "id": 19421,
"properties": {
"facing": "north",
"open": "true"
@@ -14711,77 +14712,77 @@
},
{
"default": true,
- "id": 18878,
+ "id": 19422,
"properties": {
"facing": "north",
"open": "false"
}
},
{
- "id": 18879,
+ "id": 19423,
"properties": {
"facing": "east",
"open": "true"
}
},
{
- "id": 18880,
+ "id": 19424,
"properties": {
"facing": "east",
"open": "false"
}
},
{
- "id": 18881,
+ "id": 19425,
"properties": {
"facing": "south",
"open": "true"
}
},
{
- "id": 18882,
+ "id": 19426,
"properties": {
"facing": "south",
"open": "false"
}
},
{
- "id": 18883,
+ "id": 19427,
"properties": {
"facing": "west",
"open": "true"
}
},
{
- "id": 18884,
+ "id": 19428,
"properties": {
"facing": "west",
"open": "false"
}
},
{
- "id": 18885,
+ "id": 19429,
"properties": {
"facing": "up",
"open": "true"
}
},
{
- "id": 18886,
+ "id": 19430,
"properties": {
"facing": "up",
"open": "false"
}
},
{
- "id": 18887,
+ "id": 19431,
"properties": {
"facing": "down",
"open": "true"
}
},
{
- "id": 18888,
+ "id": 19432,
"properties": {
"facing": "down",
"open": "false"
@@ -14802,14 +14803,14 @@
},
"states": [
{
- "id": 10700,
+ "id": 11244,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 10701,
+ "id": 11245,
"properties": {
"waterlogged": "false"
}
@@ -14830,20 +14831,20 @@
},
"states": [
{
- "id": 6018,
+ "id": 6021,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 6019,
+ "id": 6022,
"properties": {
"axis": "y"
}
},
{
- "id": 6020,
+ "id": 6023,
"properties": {
"axis": "z"
}
@@ -14858,7 +14859,7 @@
"states": [
{
"default": true,
- "id": 8148
+ "id": 8692
}
]
},
@@ -14898,168 +14899,168 @@
"states": [
{
"default": true,
- "id": 19866,
+ "id": 20410,
"properties": {
"facing": "north",
"honey_level": "0"
}
},
{
- "id": 19867,
+ "id": 20411,
"properties": {
"facing": "north",
"honey_level": "1"
}
},
{
- "id": 19868,
+ "id": 20412,
"properties": {
"facing": "north",
"honey_level": "2"
}
},
{
- "id": 19869,
+ "id": 20413,
"properties": {
"facing": "north",
"honey_level": "3"
}
},
{
- "id": 19870,
+ "id": 20414,
"properties": {
"facing": "north",
"honey_level": "4"
}
},
{
- "id": 19871,
+ "id": 20415,
"properties": {
"facing": "north",
"honey_level": "5"
}
},
{
- "id": 19872,
+ "id": 20416,
"properties": {
"facing": "south",
"honey_level": "0"
}
},
{
- "id": 19873,
+ "id": 20417,
"properties": {
"facing": "south",
"honey_level": "1"
}
},
{
- "id": 19874,
+ "id": 20418,
"properties": {
"facing": "south",
"honey_level": "2"
}
},
{
- "id": 19875,
+ "id": 20419,
"properties": {
"facing": "south",
"honey_level": "3"
}
},
{
- "id": 19876,
+ "id": 20420,
"properties": {
"facing": "south",
"honey_level": "4"
}
},
{
- "id": 19877,
+ "id": 20421,
"properties": {
"facing": "south",
"honey_level": "5"
}
},
{
- "id": 19878,
+ "id": 20422,
"properties": {
"facing": "west",
"honey_level": "0"
}
},
{
- "id": 19879,
+ "id": 20423,
"properties": {
"facing": "west",
"honey_level": "1"
}
},
{
- "id": 19880,
+ "id": 20424,
"properties": {
"facing": "west",
"honey_level": "2"
}
},
{
- "id": 19881,
+ "id": 20425,
"properties": {
"facing": "west",
"honey_level": "3"
}
},
{
- "id": 19882,
+ "id": 20426,
"properties": {
"facing": "west",
"honey_level": "4"
}
},
{
- "id": 19883,
+ "id": 20427,
"properties": {
"facing": "west",
"honey_level": "5"
}
},
{
- "id": 19884,
+ "id": 20428,
"properties": {
"facing": "east",
"honey_level": "0"
}
},
{
- "id": 19885,
+ "id": 20429,
"properties": {
"facing": "east",
"honey_level": "1"
}
},
{
- "id": 19886,
+ "id": 20430,
"properties": {
"facing": "east",
"honey_level": "2"
}
},
{
- "id": 19887,
+ "id": 20431,
"properties": {
"facing": "east",
"honey_level": "3"
}
},
{
- "id": 19888,
+ "id": 20432,
"properties": {
"facing": "east",
"honey_level": "4"
}
},
{
- "id": 19889,
+ "id": 20433,
"properties": {
"facing": "east",
"honey_level": "5"
@@ -15091,168 +15092,168 @@
"states": [
{
"default": true,
- "id": 19890,
+ "id": 20434,
"properties": {
"facing": "north",
"honey_level": "0"
}
},
{
- "id": 19891,
+ "id": 20435,
"properties": {
"facing": "north",
"honey_level": "1"
}
},
{
- "id": 19892,
+ "id": 20436,
"properties": {
"facing": "north",
"honey_level": "2"
}
},
{
- "id": 19893,
+ "id": 20437,
"properties": {
"facing": "north",
"honey_level": "3"
}
},
{
- "id": 19894,
+ "id": 20438,
"properties": {
"facing": "north",
"honey_level": "4"
}
},
{
- "id": 19895,
+ "id": 20439,
"properties": {
"facing": "north",
"honey_level": "5"
}
},
{
- "id": 19896,
+ "id": 20440,
"properties": {
"facing": "south",
"honey_level": "0"
}
},
{
- "id": 19897,
+ "id": 20441,
"properties": {
"facing": "south",
"honey_level": "1"
}
},
{
- "id": 19898,
+ "id": 20442,
"properties": {
"facing": "south",
"honey_level": "2"
}
},
{
- "id": 19899,
+ "id": 20443,
"properties": {
"facing": "south",
"honey_level": "3"
}
},
{
- "id": 19900,
+ "id": 20444,
"properties": {
"facing": "south",
"honey_level": "4"
}
},
{
- "id": 19901,
+ "id": 20445,
"properties": {
"facing": "south",
"honey_level": "5"
}
},
{
- "id": 19902,
+ "id": 20446,
"properties": {
"facing": "west",
"honey_level": "0"
}
},
{
- "id": 19903,
+ "id": 20447,
"properties": {
"facing": "west",
"honey_level": "1"
}
},
{
- "id": 19904,
+ "id": 20448,
"properties": {
"facing": "west",
"honey_level": "2"
}
},
{
- "id": 19905,
+ "id": 20449,
"properties": {
"facing": "west",
"honey_level": "3"
}
},
{
- "id": 19906,
+ "id": 20450,
"properties": {
"facing": "west",
"honey_level": "4"
}
},
{
- "id": 19907,
+ "id": 20451,
"properties": {
"facing": "west",
"honey_level": "5"
}
},
{
- "id": 19908,
+ "id": 20452,
"properties": {
"facing": "east",
"honey_level": "0"
}
},
{
- "id": 19909,
+ "id": 20453,
"properties": {
"facing": "east",
"honey_level": "1"
}
},
{
- "id": 19910,
+ "id": 20454,
"properties": {
"facing": "east",
"honey_level": "2"
}
},
{
- "id": 19911,
+ "id": 20455,
"properties": {
"facing": "east",
"honey_level": "3"
}
},
{
- "id": 19912,
+ "id": 20456,
"properties": {
"facing": "east",
"honey_level": "4"
}
},
{
- "id": 19913,
+ "id": 20457,
"properties": {
"facing": "east",
"honey_level": "5"
@@ -15276,25 +15277,25 @@
"states": [
{
"default": true,
- "id": 12978,
+ "id": 13522,
"properties": {
"age": "0"
}
},
{
- "id": 12979,
+ "id": 13523,
"properties": {
"age": "1"
}
},
{
- "id": 12980,
+ "id": 13524,
"properties": {
"age": "2"
}
},
{
- "id": 12981,
+ "id": 13525,
"properties": {
"age": "3"
}
@@ -15326,7 +15327,7 @@
},
"states": [
{
- "id": 18940,
+ "id": 19484,
"properties": {
"attachment": "floor",
"facing": "north",
@@ -15335,7 +15336,7 @@
},
{
"default": true,
- "id": 18941,
+ "id": 19485,
"properties": {
"attachment": "floor",
"facing": "north",
@@ -15343,7 +15344,7 @@
}
},
{
- "id": 18942,
+ "id": 19486,
"properties": {
"attachment": "floor",
"facing": "south",
@@ -15351,7 +15352,7 @@
}
},
{
- "id": 18943,
+ "id": 19487,
"properties": {
"attachment": "floor",
"facing": "south",
@@ -15359,7 +15360,7 @@
}
},
{
- "id": 18944,
+ "id": 19488,
"properties": {
"attachment": "floor",
"facing": "west",
@@ -15367,7 +15368,7 @@
}
},
{
- "id": 18945,
+ "id": 19489,
"properties": {
"attachment": "floor",
"facing": "west",
@@ -15375,7 +15376,7 @@
}
},
{
- "id": 18946,
+ "id": 19490,
"properties": {
"attachment": "floor",
"facing": "east",
@@ -15383,7 +15384,7 @@
}
},
{
- "id": 18947,
+ "id": 19491,
"properties": {
"attachment": "floor",
"facing": "east",
@@ -15391,7 +15392,7 @@
}
},
{
- "id": 18948,
+ "id": 19492,
"properties": {
"attachment": "ceiling",
"facing": "north",
@@ -15399,7 +15400,7 @@
}
},
{
- "id": 18949,
+ "id": 19493,
"properties": {
"attachment": "ceiling",
"facing": "north",
@@ -15407,7 +15408,7 @@
}
},
{
- "id": 18950,
+ "id": 19494,
"properties": {
"attachment": "ceiling",
"facing": "south",
@@ -15415,7 +15416,7 @@
}
},
{
- "id": 18951,
+ "id": 19495,
"properties": {
"attachment": "ceiling",
"facing": "south",
@@ -15423,7 +15424,7 @@
}
},
{
- "id": 18952,
+ "id": 19496,
"properties": {
"attachment": "ceiling",
"facing": "west",
@@ -15431,7 +15432,7 @@
}
},
{
- "id": 18953,
+ "id": 19497,
"properties": {
"attachment": "ceiling",
"facing": "west",
@@ -15439,7 +15440,7 @@
}
},
{
- "id": 18954,
+ "id": 19498,
"properties": {
"attachment": "ceiling",
"facing": "east",
@@ -15447,7 +15448,7 @@
}
},
{
- "id": 18955,
+ "id": 19499,
"properties": {
"attachment": "ceiling",
"facing": "east",
@@ -15455,7 +15456,7 @@
}
},
{
- "id": 18956,
+ "id": 19500,
"properties": {
"attachment": "single_wall",
"facing": "north",
@@ -15463,7 +15464,7 @@
}
},
{
- "id": 18957,
+ "id": 19501,
"properties": {
"attachment": "single_wall",
"facing": "north",
@@ -15471,7 +15472,7 @@
}
},
{
- "id": 18958,
+ "id": 19502,
"properties": {
"attachment": "single_wall",
"facing": "south",
@@ -15479,7 +15480,7 @@
}
},
{
- "id": 18959,
+ "id": 19503,
"properties": {
"attachment": "single_wall",
"facing": "south",
@@ -15487,7 +15488,7 @@
}
},
{
- "id": 18960,
+ "id": 19504,
"properties": {
"attachment": "single_wall",
"facing": "west",
@@ -15495,7 +15496,7 @@
}
},
{
- "id": 18961,
+ "id": 19505,
"properties": {
"attachment": "single_wall",
"facing": "west",
@@ -15503,7 +15504,7 @@
}
},
{
- "id": 18962,
+ "id": 19506,
"properties": {
"attachment": "single_wall",
"facing": "east",
@@ -15511,7 +15512,7 @@
}
},
{
- "id": 18963,
+ "id": 19507,
"properties": {
"attachment": "single_wall",
"facing": "east",
@@ -15519,7 +15520,7 @@
}
},
{
- "id": 18964,
+ "id": 19508,
"properties": {
"attachment": "double_wall",
"facing": "north",
@@ -15527,7 +15528,7 @@
}
},
{
- "id": 18965,
+ "id": 19509,
"properties": {
"attachment": "double_wall",
"facing": "north",
@@ -15535,7 +15536,7 @@
}
},
{
- "id": 18966,
+ "id": 19510,
"properties": {
"attachment": "double_wall",
"facing": "south",
@@ -15543,7 +15544,7 @@
}
},
{
- "id": 18967,
+ "id": 19511,
"properties": {
"attachment": "double_wall",
"facing": "south",
@@ -15551,7 +15552,7 @@
}
},
{
- "id": 18968,
+ "id": 19512,
"properties": {
"attachment": "double_wall",
"facing": "west",
@@ -15559,7 +15560,7 @@
}
},
{
- "id": 18969,
+ "id": 19513,
"properties": {
"attachment": "double_wall",
"facing": "west",
@@ -15567,7 +15568,7 @@
}
},
{
- "id": 18970,
+ "id": 19514,
"properties": {
"attachment": "double_wall",
"facing": "east",
@@ -15575,7 +15576,7 @@
}
},
{
- "id": 18971,
+ "id": 19515,
"properties": {
"attachment": "double_wall",
"facing": "east",
@@ -15609,7 +15610,7 @@
},
"states": [
{
- "id": 25313,
+ "id": 25857,
"properties": {
"facing": "north",
"tilt": "none",
@@ -15618,7 +15619,7 @@
},
{
"default": true,
- "id": 25314,
+ "id": 25858,
"properties": {
"facing": "north",
"tilt": "none",
@@ -15626,7 +15627,7 @@
}
},
{
- "id": 25315,
+ "id": 25859,
"properties": {
"facing": "north",
"tilt": "unstable",
@@ -15634,7 +15635,7 @@
}
},
{
- "id": 25316,
+ "id": 25860,
"properties": {
"facing": "north",
"tilt": "unstable",
@@ -15642,7 +15643,7 @@
}
},
{
- "id": 25317,
+ "id": 25861,
"properties": {
"facing": "north",
"tilt": "partial",
@@ -15650,7 +15651,7 @@
}
},
{
- "id": 25318,
+ "id": 25862,
"properties": {
"facing": "north",
"tilt": "partial",
@@ -15658,7 +15659,7 @@
}
},
{
- "id": 25319,
+ "id": 25863,
"properties": {
"facing": "north",
"tilt": "full",
@@ -15666,7 +15667,7 @@
}
},
{
- "id": 25320,
+ "id": 25864,
"properties": {
"facing": "north",
"tilt": "full",
@@ -15674,7 +15675,7 @@
}
},
{
- "id": 25321,
+ "id": 25865,
"properties": {
"facing": "south",
"tilt": "none",
@@ -15682,7 +15683,7 @@
}
},
{
- "id": 25322,
+ "id": 25866,
"properties": {
"facing": "south",
"tilt": "none",
@@ -15690,7 +15691,7 @@
}
},
{
- "id": 25323,
+ "id": 25867,
"properties": {
"facing": "south",
"tilt": "unstable",
@@ -15698,7 +15699,7 @@
}
},
{
- "id": 25324,
+ "id": 25868,
"properties": {
"facing": "south",
"tilt": "unstable",
@@ -15706,7 +15707,7 @@
}
},
{
- "id": 25325,
+ "id": 25869,
"properties": {
"facing": "south",
"tilt": "partial",
@@ -15714,7 +15715,7 @@
}
},
{
- "id": 25326,
+ "id": 25870,
"properties": {
"facing": "south",
"tilt": "partial",
@@ -15722,7 +15723,7 @@
}
},
{
- "id": 25327,
+ "id": 25871,
"properties": {
"facing": "south",
"tilt": "full",
@@ -15730,7 +15731,7 @@
}
},
{
- "id": 25328,
+ "id": 25872,
"properties": {
"facing": "south",
"tilt": "full",
@@ -15738,7 +15739,7 @@
}
},
{
- "id": 25329,
+ "id": 25873,
"properties": {
"facing": "west",
"tilt": "none",
@@ -15746,7 +15747,7 @@
}
},
{
- "id": 25330,
+ "id": 25874,
"properties": {
"facing": "west",
"tilt": "none",
@@ -15754,7 +15755,7 @@
}
},
{
- "id": 25331,
+ "id": 25875,
"properties": {
"facing": "west",
"tilt": "unstable",
@@ -15762,7 +15763,7 @@
}
},
{
- "id": 25332,
+ "id": 25876,
"properties": {
"facing": "west",
"tilt": "unstable",
@@ -15770,7 +15771,7 @@
}
},
{
- "id": 25333,
+ "id": 25877,
"properties": {
"facing": "west",
"tilt": "partial",
@@ -15778,7 +15779,7 @@
}
},
{
- "id": 25334,
+ "id": 25878,
"properties": {
"facing": "west",
"tilt": "partial",
@@ -15786,7 +15787,7 @@
}
},
{
- "id": 25335,
+ "id": 25879,
"properties": {
"facing": "west",
"tilt": "full",
@@ -15794,7 +15795,7 @@
}
},
{
- "id": 25336,
+ "id": 25880,
"properties": {
"facing": "west",
"tilt": "full",
@@ -15802,7 +15803,7 @@
}
},
{
- "id": 25337,
+ "id": 25881,
"properties": {
"facing": "east",
"tilt": "none",
@@ -15810,7 +15811,7 @@
}
},
{
- "id": 25338,
+ "id": 25882,
"properties": {
"facing": "east",
"tilt": "none",
@@ -15818,7 +15819,7 @@
}
},
{
- "id": 25339,
+ "id": 25883,
"properties": {
"facing": "east",
"tilt": "unstable",
@@ -15826,7 +15827,7 @@
}
},
{
- "id": 25340,
+ "id": 25884,
"properties": {
"facing": "east",
"tilt": "unstable",
@@ -15834,7 +15835,7 @@
}
},
{
- "id": 25341,
+ "id": 25885,
"properties": {
"facing": "east",
"tilt": "partial",
@@ -15842,7 +15843,7 @@
}
},
{
- "id": 25342,
+ "id": 25886,
"properties": {
"facing": "east",
"tilt": "partial",
@@ -15850,7 +15851,7 @@
}
},
{
- "id": 25343,
+ "id": 25887,
"properties": {
"facing": "east",
"tilt": "full",
@@ -15858,7 +15859,7 @@
}
},
{
- "id": 25344,
+ "id": 25888,
"properties": {
"facing": "east",
"tilt": "full",
@@ -15886,7 +15887,7 @@
},
"states": [
{
- "id": 25345,
+ "id": 25889,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -15894,49 +15895,49 @@
},
{
"default": true,
- "id": 25346,
+ "id": 25890,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 25347,
+ "id": 25891,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 25348,
+ "id": 25892,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 25349,
+ "id": 25893,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 25350,
+ "id": 25894,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 25351,
+ "id": 25895,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 25352,
+ "id": 25896,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -15970,7 +15971,7 @@
},
"states": [
{
- "id": 8890,
+ "id": 9434,
"properties": {
"face": "floor",
"facing": "north",
@@ -15978,7 +15979,7 @@
}
},
{
- "id": 8891,
+ "id": 9435,
"properties": {
"face": "floor",
"facing": "north",
@@ -15986,7 +15987,7 @@
}
},
{
- "id": 8892,
+ "id": 9436,
"properties": {
"face": "floor",
"facing": "south",
@@ -15994,7 +15995,7 @@
}
},
{
- "id": 8893,
+ "id": 9437,
"properties": {
"face": "floor",
"facing": "south",
@@ -16002,7 +16003,7 @@
}
},
{
- "id": 8894,
+ "id": 9438,
"properties": {
"face": "floor",
"facing": "west",
@@ -16010,7 +16011,7 @@
}
},
{
- "id": 8895,
+ "id": 9439,
"properties": {
"face": "floor",
"facing": "west",
@@ -16018,7 +16019,7 @@
}
},
{
- "id": 8896,
+ "id": 9440,
"properties": {
"face": "floor",
"facing": "east",
@@ -16026,7 +16027,7 @@
}
},
{
- "id": 8897,
+ "id": 9441,
"properties": {
"face": "floor",
"facing": "east",
@@ -16034,7 +16035,7 @@
}
},
{
- "id": 8898,
+ "id": 9442,
"properties": {
"face": "wall",
"facing": "north",
@@ -16043,7 +16044,7 @@
},
{
"default": true,
- "id": 8899,
+ "id": 9443,
"properties": {
"face": "wall",
"facing": "north",
@@ -16051,7 +16052,7 @@
}
},
{
- "id": 8900,
+ "id": 9444,
"properties": {
"face": "wall",
"facing": "south",
@@ -16059,7 +16060,7 @@
}
},
{
- "id": 8901,
+ "id": 9445,
"properties": {
"face": "wall",
"facing": "south",
@@ -16067,7 +16068,7 @@
}
},
{
- "id": 8902,
+ "id": 9446,
"properties": {
"face": "wall",
"facing": "west",
@@ -16075,7 +16076,7 @@
}
},
{
- "id": 8903,
+ "id": 9447,
"properties": {
"face": "wall",
"facing": "west",
@@ -16083,7 +16084,7 @@
}
},
{
- "id": 8904,
+ "id": 9448,
"properties": {
"face": "wall",
"facing": "east",
@@ -16091,7 +16092,7 @@
}
},
{
- "id": 8905,
+ "id": 9449,
"properties": {
"face": "wall",
"facing": "east",
@@ -16099,7 +16100,7 @@
}
},
{
- "id": 8906,
+ "id": 9450,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -16107,7 +16108,7 @@
}
},
{
- "id": 8907,
+ "id": 9451,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -16115,7 +16116,7 @@
}
},
{
- "id": 8908,
+ "id": 9452,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -16123,7 +16124,7 @@
}
},
{
- "id": 8909,
+ "id": 9453,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -16131,7 +16132,7 @@
}
},
{
- "id": 8910,
+ "id": 9454,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -16139,7 +16140,7 @@
}
},
{
- "id": 8911,
+ "id": 9455,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -16147,7 +16148,7 @@
}
},
{
- "id": 8912,
+ "id": 9456,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -16155,7 +16156,7 @@
}
},
{
- "id": 8913,
+ "id": 9457,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -16196,7 +16197,7 @@
},
"states": [
{
- "id": 12291,
+ "id": 12835,
"properties": {
"facing": "north",
"half": "upper",
@@ -16206,7 +16207,7 @@
}
},
{
- "id": 12292,
+ "id": 12836,
"properties": {
"facing": "north",
"half": "upper",
@@ -16216,7 +16217,7 @@
}
},
{
- "id": 12293,
+ "id": 12837,
"properties": {
"facing": "north",
"half": "upper",
@@ -16226,7 +16227,7 @@
}
},
{
- "id": 12294,
+ "id": 12838,
"properties": {
"facing": "north",
"half": "upper",
@@ -16236,7 +16237,7 @@
}
},
{
- "id": 12295,
+ "id": 12839,
"properties": {
"facing": "north",
"half": "upper",
@@ -16246,7 +16247,7 @@
}
},
{
- "id": 12296,
+ "id": 12840,
"properties": {
"facing": "north",
"half": "upper",
@@ -16256,7 +16257,7 @@
}
},
{
- "id": 12297,
+ "id": 12841,
"properties": {
"facing": "north",
"half": "upper",
@@ -16266,7 +16267,7 @@
}
},
{
- "id": 12298,
+ "id": 12842,
"properties": {
"facing": "north",
"half": "upper",
@@ -16276,7 +16277,7 @@
}
},
{
- "id": 12299,
+ "id": 12843,
"properties": {
"facing": "north",
"half": "lower",
@@ -16286,7 +16287,7 @@
}
},
{
- "id": 12300,
+ "id": 12844,
"properties": {
"facing": "north",
"half": "lower",
@@ -16296,7 +16297,7 @@
}
},
{
- "id": 12301,
+ "id": 12845,
"properties": {
"facing": "north",
"half": "lower",
@@ -16307,7 +16308,7 @@
},
{
"default": true,
- "id": 12302,
+ "id": 12846,
"properties": {
"facing": "north",
"half": "lower",
@@ -16317,7 +16318,7 @@
}
},
{
- "id": 12303,
+ "id": 12847,
"properties": {
"facing": "north",
"half": "lower",
@@ -16327,7 +16328,7 @@
}
},
{
- "id": 12304,
+ "id": 12848,
"properties": {
"facing": "north",
"half": "lower",
@@ -16337,7 +16338,7 @@
}
},
{
- "id": 12305,
+ "id": 12849,
"properties": {
"facing": "north",
"half": "lower",
@@ -16347,7 +16348,7 @@
}
},
{
- "id": 12306,
+ "id": 12850,
"properties": {
"facing": "north",
"half": "lower",
@@ -16357,7 +16358,7 @@
}
},
{
- "id": 12307,
+ "id": 12851,
"properties": {
"facing": "south",
"half": "upper",
@@ -16367,7 +16368,7 @@
}
},
{
- "id": 12308,
+ "id": 12852,
"properties": {
"facing": "south",
"half": "upper",
@@ -16377,7 +16378,7 @@
}
},
{
- "id": 12309,
+ "id": 12853,
"properties": {
"facing": "south",
"half": "upper",
@@ -16387,7 +16388,7 @@
}
},
{
- "id": 12310,
+ "id": 12854,
"properties": {
"facing": "south",
"half": "upper",
@@ -16397,7 +16398,7 @@
}
},
{
- "id": 12311,
+ "id": 12855,
"properties": {
"facing": "south",
"half": "upper",
@@ -16407,7 +16408,7 @@
}
},
{
- "id": 12312,
+ "id": 12856,
"properties": {
"facing": "south",
"half": "upper",
@@ -16417,7 +16418,7 @@
}
},
{
- "id": 12313,
+ "id": 12857,
"properties": {
"facing": "south",
"half": "upper",
@@ -16427,7 +16428,7 @@
}
},
{
- "id": 12314,
+ "id": 12858,
"properties": {
"facing": "south",
"half": "upper",
@@ -16437,7 +16438,7 @@
}
},
{
- "id": 12315,
+ "id": 12859,
"properties": {
"facing": "south",
"half": "lower",
@@ -16447,7 +16448,7 @@
}
},
{
- "id": 12316,
+ "id": 12860,
"properties": {
"facing": "south",
"half": "lower",
@@ -16457,7 +16458,7 @@
}
},
{
- "id": 12317,
+ "id": 12861,
"properties": {
"facing": "south",
"half": "lower",
@@ -16467,7 +16468,7 @@
}
},
{
- "id": 12318,
+ "id": 12862,
"properties": {
"facing": "south",
"half": "lower",
@@ -16477,7 +16478,7 @@
}
},
{
- "id": 12319,
+ "id": 12863,
"properties": {
"facing": "south",
"half": "lower",
@@ -16487,7 +16488,7 @@
}
},
{
- "id": 12320,
+ "id": 12864,
"properties": {
"facing": "south",
"half": "lower",
@@ -16497,7 +16498,7 @@
}
},
{
- "id": 12321,
+ "id": 12865,
"properties": {
"facing": "south",
"half": "lower",
@@ -16507,7 +16508,7 @@
}
},
{
- "id": 12322,
+ "id": 12866,
"properties": {
"facing": "south",
"half": "lower",
@@ -16517,7 +16518,7 @@
}
},
{
- "id": 12323,
+ "id": 12867,
"properties": {
"facing": "west",
"half": "upper",
@@ -16527,7 +16528,7 @@
}
},
{
- "id": 12324,
+ "id": 12868,
"properties": {
"facing": "west",
"half": "upper",
@@ -16537,7 +16538,7 @@
}
},
{
- "id": 12325,
+ "id": 12869,
"properties": {
"facing": "west",
"half": "upper",
@@ -16547,7 +16548,7 @@
}
},
{
- "id": 12326,
+ "id": 12870,
"properties": {
"facing": "west",
"half": "upper",
@@ -16557,7 +16558,7 @@
}
},
{
- "id": 12327,
+ "id": 12871,
"properties": {
"facing": "west",
"half": "upper",
@@ -16567,7 +16568,7 @@
}
},
{
- "id": 12328,
+ "id": 12872,
"properties": {
"facing": "west",
"half": "upper",
@@ -16577,7 +16578,7 @@
}
},
{
- "id": 12329,
+ "id": 12873,
"properties": {
"facing": "west",
"half": "upper",
@@ -16587,7 +16588,7 @@
}
},
{
- "id": 12330,
+ "id": 12874,
"properties": {
"facing": "west",
"half": "upper",
@@ -16597,7 +16598,7 @@
}
},
{
- "id": 12331,
+ "id": 12875,
"properties": {
"facing": "west",
"half": "lower",
@@ -16607,7 +16608,7 @@
}
},
{
- "id": 12332,
+ "id": 12876,
"properties": {
"facing": "west",
"half": "lower",
@@ -16617,7 +16618,7 @@
}
},
{
- "id": 12333,
+ "id": 12877,
"properties": {
"facing": "west",
"half": "lower",
@@ -16627,7 +16628,7 @@
}
},
{
- "id": 12334,
+ "id": 12878,
"properties": {
"facing": "west",
"half": "lower",
@@ -16637,7 +16638,7 @@
}
},
{
- "id": 12335,
+ "id": 12879,
"properties": {
"facing": "west",
"half": "lower",
@@ -16647,7 +16648,7 @@
}
},
{
- "id": 12336,
+ "id": 12880,
"properties": {
"facing": "west",
"half": "lower",
@@ -16657,7 +16658,7 @@
}
},
{
- "id": 12337,
+ "id": 12881,
"properties": {
"facing": "west",
"half": "lower",
@@ -16667,7 +16668,7 @@
}
},
{
- "id": 12338,
+ "id": 12882,
"properties": {
"facing": "west",
"half": "lower",
@@ -16677,7 +16678,7 @@
}
},
{
- "id": 12339,
+ "id": 12883,
"properties": {
"facing": "east",
"half": "upper",
@@ -16687,7 +16688,7 @@
}
},
{
- "id": 12340,
+ "id": 12884,
"properties": {
"facing": "east",
"half": "upper",
@@ -16697,7 +16698,7 @@
}
},
{
- "id": 12341,
+ "id": 12885,
"properties": {
"facing": "east",
"half": "upper",
@@ -16707,7 +16708,7 @@
}
},
{
- "id": 12342,
+ "id": 12886,
"properties": {
"facing": "east",
"half": "upper",
@@ -16717,7 +16718,7 @@
}
},
{
- "id": 12343,
+ "id": 12887,
"properties": {
"facing": "east",
"half": "upper",
@@ -16727,7 +16728,7 @@
}
},
{
- "id": 12344,
+ "id": 12888,
"properties": {
"facing": "east",
"half": "upper",
@@ -16737,7 +16738,7 @@
}
},
{
- "id": 12345,
+ "id": 12889,
"properties": {
"facing": "east",
"half": "upper",
@@ -16747,7 +16748,7 @@
}
},
{
- "id": 12346,
+ "id": 12890,
"properties": {
"facing": "east",
"half": "upper",
@@ -16757,7 +16758,7 @@
}
},
{
- "id": 12347,
+ "id": 12891,
"properties": {
"facing": "east",
"half": "lower",
@@ -16767,7 +16768,7 @@
}
},
{
- "id": 12348,
+ "id": 12892,
"properties": {
"facing": "east",
"half": "lower",
@@ -16777,7 +16778,7 @@
}
},
{
- "id": 12349,
+ "id": 12893,
"properties": {
"facing": "east",
"half": "lower",
@@ -16787,7 +16788,7 @@
}
},
{
- "id": 12350,
+ "id": 12894,
"properties": {
"facing": "east",
"half": "lower",
@@ -16797,7 +16798,7 @@
}
},
{
- "id": 12351,
+ "id": 12895,
"properties": {
"facing": "east",
"half": "lower",
@@ -16807,7 +16808,7 @@
}
},
{
- "id": 12352,
+ "id": 12896,
"properties": {
"facing": "east",
"half": "lower",
@@ -16817,7 +16818,7 @@
}
},
{
- "id": 12353,
+ "id": 12897,
"properties": {
"facing": "east",
"half": "lower",
@@ -16827,7 +16828,7 @@
}
},
{
- "id": 12354,
+ "id": 12898,
"properties": {
"facing": "east",
"half": "lower",
@@ -16867,7 +16868,7 @@
},
"states": [
{
- "id": 11971,
+ "id": 12515,
"properties": {
"east": "true",
"north": "true",
@@ -16877,7 +16878,7 @@
}
},
{
- "id": 11972,
+ "id": 12516,
"properties": {
"east": "true",
"north": "true",
@@ -16887,7 +16888,7 @@
}
},
{
- "id": 11973,
+ "id": 12517,
"properties": {
"east": "true",
"north": "true",
@@ -16897,7 +16898,7 @@
}
},
{
- "id": 11974,
+ "id": 12518,
"properties": {
"east": "true",
"north": "true",
@@ -16907,7 +16908,7 @@
}
},
{
- "id": 11975,
+ "id": 12519,
"properties": {
"east": "true",
"north": "true",
@@ -16917,7 +16918,7 @@
}
},
{
- "id": 11976,
+ "id": 12520,
"properties": {
"east": "true",
"north": "true",
@@ -16927,7 +16928,7 @@
}
},
{
- "id": 11977,
+ "id": 12521,
"properties": {
"east": "true",
"north": "true",
@@ -16937,7 +16938,7 @@
}
},
{
- "id": 11978,
+ "id": 12522,
"properties": {
"east": "true",
"north": "true",
@@ -16947,7 +16948,7 @@
}
},
{
- "id": 11979,
+ "id": 12523,
"properties": {
"east": "true",
"north": "false",
@@ -16957,7 +16958,7 @@
}
},
{
- "id": 11980,
+ "id": 12524,
"properties": {
"east": "true",
"north": "false",
@@ -16967,7 +16968,7 @@
}
},
{
- "id": 11981,
+ "id": 12525,
"properties": {
"east": "true",
"north": "false",
@@ -16977,7 +16978,7 @@
}
},
{
- "id": 11982,
+ "id": 12526,
"properties": {
"east": "true",
"north": "false",
@@ -16987,7 +16988,7 @@
}
},
{
- "id": 11983,
+ "id": 12527,
"properties": {
"east": "true",
"north": "false",
@@ -16997,7 +16998,7 @@
}
},
{
- "id": 11984,
+ "id": 12528,
"properties": {
"east": "true",
"north": "false",
@@ -17007,7 +17008,7 @@
}
},
{
- "id": 11985,
+ "id": 12529,
"properties": {
"east": "true",
"north": "false",
@@ -17017,7 +17018,7 @@
}
},
{
- "id": 11986,
+ "id": 12530,
"properties": {
"east": "true",
"north": "false",
@@ -17027,7 +17028,7 @@
}
},
{
- "id": 11987,
+ "id": 12531,
"properties": {
"east": "false",
"north": "true",
@@ -17037,7 +17038,7 @@
}
},
{
- "id": 11988,
+ "id": 12532,
"properties": {
"east": "false",
"north": "true",
@@ -17047,7 +17048,7 @@
}
},
{
- "id": 11989,
+ "id": 12533,
"properties": {
"east": "false",
"north": "true",
@@ -17057,7 +17058,7 @@
}
},
{
- "id": 11990,
+ "id": 12534,
"properties": {
"east": "false",
"north": "true",
@@ -17067,7 +17068,7 @@
}
},
{
- "id": 11991,
+ "id": 12535,
"properties": {
"east": "false",
"north": "true",
@@ -17077,7 +17078,7 @@
}
},
{
- "id": 11992,
+ "id": 12536,
"properties": {
"east": "false",
"north": "true",
@@ -17087,7 +17088,7 @@
}
},
{
- "id": 11993,
+ "id": 12537,
"properties": {
"east": "false",
"north": "true",
@@ -17097,7 +17098,7 @@
}
},
{
- "id": 11994,
+ "id": 12538,
"properties": {
"east": "false",
"north": "true",
@@ -17107,7 +17108,7 @@
}
},
{
- "id": 11995,
+ "id": 12539,
"properties": {
"east": "false",
"north": "false",
@@ -17117,7 +17118,7 @@
}
},
{
- "id": 11996,
+ "id": 12540,
"properties": {
"east": "false",
"north": "false",
@@ -17127,7 +17128,7 @@
}
},
{
- "id": 11997,
+ "id": 12541,
"properties": {
"east": "false",
"north": "false",
@@ -17137,7 +17138,7 @@
}
},
{
- "id": 11998,
+ "id": 12542,
"properties": {
"east": "false",
"north": "false",
@@ -17147,7 +17148,7 @@
}
},
{
- "id": 11999,
+ "id": 12543,
"properties": {
"east": "false",
"north": "false",
@@ -17157,7 +17158,7 @@
}
},
{
- "id": 12000,
+ "id": 12544,
"properties": {
"east": "false",
"north": "false",
@@ -17167,7 +17168,7 @@
}
},
{
- "id": 12001,
+ "id": 12545,
"properties": {
"east": "false",
"north": "false",
@@ -17178,7 +17179,7 @@
},
{
"default": true,
- "id": 12002,
+ "id": 12546,
"properties": {
"east": "false",
"north": "false",
@@ -17217,7 +17218,7 @@
},
"states": [
{
- "id": 11683,
+ "id": 12227,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -17226,7 +17227,7 @@
}
},
{
- "id": 11684,
+ "id": 12228,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -17235,7 +17236,7 @@
}
},
{
- "id": 11685,
+ "id": 12229,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -17244,7 +17245,7 @@
}
},
{
- "id": 11686,
+ "id": 12230,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -17253,7 +17254,7 @@
}
},
{
- "id": 11687,
+ "id": 12231,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -17262,7 +17263,7 @@
}
},
{
- "id": 11688,
+ "id": 12232,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -17271,7 +17272,7 @@
}
},
{
- "id": 11689,
+ "id": 12233,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -17281,7 +17282,7 @@
},
{
"default": true,
- "id": 11690,
+ "id": 12234,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -17290,7 +17291,7 @@
}
},
{
- "id": 11691,
+ "id": 12235,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -17299,7 +17300,7 @@
}
},
{
- "id": 11692,
+ "id": 12236,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -17308,7 +17309,7 @@
}
},
{
- "id": 11693,
+ "id": 12237,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -17317,7 +17318,7 @@
}
},
{
- "id": 11694,
+ "id": 12238,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -17326,7 +17327,7 @@
}
},
{
- "id": 11695,
+ "id": 12239,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -17335,7 +17336,7 @@
}
},
{
- "id": 11696,
+ "id": 12240,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -17344,7 +17345,7 @@
}
},
{
- "id": 11697,
+ "id": 12241,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -17353,7 +17354,7 @@
}
},
{
- "id": 11698,
+ "id": 12242,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -17362,7 +17363,7 @@
}
},
{
- "id": 11699,
+ "id": 12243,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -17371,7 +17372,7 @@
}
},
{
- "id": 11700,
+ "id": 12244,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -17380,7 +17381,7 @@
}
},
{
- "id": 11701,
+ "id": 12245,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -17389,7 +17390,7 @@
}
},
{
- "id": 11702,
+ "id": 12246,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -17398,7 +17399,7 @@
}
},
{
- "id": 11703,
+ "id": 12247,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -17407,7 +17408,7 @@
}
},
{
- "id": 11704,
+ "id": 12248,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -17416,7 +17417,7 @@
}
},
{
- "id": 11705,
+ "id": 12249,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -17425,7 +17426,7 @@
}
},
{
- "id": 11706,
+ "id": 12250,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -17434,7 +17435,7 @@
}
},
{
- "id": 11707,
+ "id": 12251,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -17443,7 +17444,7 @@
}
},
{
- "id": 11708,
+ "id": 12252,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -17452,7 +17453,7 @@
}
},
{
- "id": 11709,
+ "id": 12253,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -17461,7 +17462,7 @@
}
},
{
- "id": 11710,
+ "id": 12254,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -17470,7 +17471,7 @@
}
},
{
- "id": 11711,
+ "id": 12255,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -17479,7 +17480,7 @@
}
},
{
- "id": 11712,
+ "id": 12256,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -17488,7 +17489,7 @@
}
},
{
- "id": 11713,
+ "id": 12257,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -17497,7 +17498,7 @@
}
},
{
- "id": 11714,
+ "id": 12258,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -17542,240 +17543,240 @@
]
},
"states": [
- {
- "id": 5054,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5055,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5056,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5057,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5058,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5059,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5060,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5061,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5062,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5063,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5064,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5065,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5066,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5067,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5068,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5069,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5070,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5071,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5072,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5073,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5074,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5075,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5076,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5077,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5078,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5079,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5080,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5081,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5082,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5083,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5084,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5085,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5086,
"properties": {
"attached": "true",
"rotation": "14",
@@ -17783,7 +17784,7 @@
}
},
{
- "id": 5084,
+ "id": 5087,
"properties": {
"attached": "true",
"rotation": "15",
@@ -17791,7 +17792,7 @@
}
},
{
- "id": 5085,
+ "id": 5088,
"properties": {
"attached": "true",
"rotation": "15",
@@ -17799,7 +17800,7 @@
}
},
{
- "id": 5086,
+ "id": 5089,
"properties": {
"attached": "false",
"rotation": "0",
@@ -17808,215 +17809,215 @@
},
{
"default": true,
- "id": 5087,
+ "id": 5090,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5088,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5089,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5090,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5091,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5092,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5093,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5094,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5095,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5096,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5097,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5098,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5099,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5100,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5101,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5102,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5103,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5104,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5105,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5106,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5107,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5108,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5109,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5110,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5111,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5112,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5113,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5114,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5115,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5116,
"properties": {
"attached": "false",
"rotation": "13",
@@ -18024,7 +18025,7 @@
}
},
{
- "id": 5114,
+ "id": 5117,
"properties": {
"attached": "false",
"rotation": "14",
@@ -18032,7 +18033,7 @@
}
},
{
- "id": 5115,
+ "id": 5118,
"properties": {
"attached": "false",
"rotation": "14",
@@ -18040,7 +18041,7 @@
}
},
{
- "id": 5116,
+ "id": 5119,
"properties": {
"attached": "false",
"rotation": "15",
@@ -18048,7 +18049,7 @@
}
},
{
- "id": 5117,
+ "id": 5120,
"properties": {
"attached": "false",
"rotation": "15",
@@ -18369,14 +18370,14 @@
},
"states": [
{
- "id": 5884,
+ "id": 5887,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5885,
+ "id": 5888,
"properties": {
"powered": "false"
}
@@ -18443,7 +18444,7 @@
},
"states": [
{
- "id": 4418,
+ "id": 4421,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -18451,217 +18452,217 @@
},
{
"default": true,
- "id": 4419,
+ "id": 4422,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4420,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4421,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4422,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4423,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4424,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4425,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4426,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4427,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4428,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4429,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4430,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4431,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4432,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4433,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4434,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4435,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4436,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4437,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4438,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4439,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4440,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4441,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4442,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4443,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4444,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4445,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4446,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4447,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4448,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4446,
+ "id": 4449,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4447,
+ "id": 4450,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4448,
+ "id": 4451,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4449,
+ "id": 4452,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -18687,21 +18688,21 @@
},
"states": [
{
- "id": 11509,
+ "id": 12053,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11510,
+ "id": 12054,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11511,
+ "id": 12055,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -18709,21 +18710,21 @@
},
{
"default": true,
- "id": 11512,
+ "id": 12056,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11513,
+ "id": 12057,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11514,
+ "id": 12058,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -18764,7 +18765,7 @@
},
"states": [
{
- "id": 7976,
+ "id": 8520,
"properties": {
"facing": "north",
"half": "top",
@@ -18773,7 +18774,7 @@
}
},
{
- "id": 7977,
+ "id": 8521,
"properties": {
"facing": "north",
"half": "top",
@@ -18782,7 +18783,7 @@
}
},
{
- "id": 7978,
+ "id": 8522,
"properties": {
"facing": "north",
"half": "top",
@@ -18791,7 +18792,7 @@
}
},
{
- "id": 7979,
+ "id": 8523,
"properties": {
"facing": "north",
"half": "top",
@@ -18800,7 +18801,7 @@
}
},
{
- "id": 7980,
+ "id": 8524,
"properties": {
"facing": "north",
"half": "top",
@@ -18809,7 +18810,7 @@
}
},
{
- "id": 7981,
+ "id": 8525,
"properties": {
"facing": "north",
"half": "top",
@@ -18818,7 +18819,7 @@
}
},
{
- "id": 7982,
+ "id": 8526,
"properties": {
"facing": "north",
"half": "top",
@@ -18827,7 +18828,7 @@
}
},
{
- "id": 7983,
+ "id": 8527,
"properties": {
"facing": "north",
"half": "top",
@@ -18836,7 +18837,7 @@
}
},
{
- "id": 7984,
+ "id": 8528,
"properties": {
"facing": "north",
"half": "top",
@@ -18845,7 +18846,7 @@
}
},
{
- "id": 7985,
+ "id": 8529,
"properties": {
"facing": "north",
"half": "top",
@@ -18854,7 +18855,7 @@
}
},
{
- "id": 7986,
+ "id": 8530,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18864,7 +18865,7 @@
},
{
"default": true,
- "id": 7987,
+ "id": 8531,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18873,7 +18874,7 @@
}
},
{
- "id": 7988,
+ "id": 8532,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18882,7 +18883,7 @@
}
},
{
- "id": 7989,
+ "id": 8533,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18891,7 +18892,7 @@
}
},
{
- "id": 7990,
+ "id": 8534,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18900,7 +18901,7 @@
}
},
{
- "id": 7991,
+ "id": 8535,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18909,7 +18910,7 @@
}
},
{
- "id": 7992,
+ "id": 8536,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18918,7 +18919,7 @@
}
},
{
- "id": 7993,
+ "id": 8537,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18927,7 +18928,7 @@
}
},
{
- "id": 7994,
+ "id": 8538,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18936,7 +18937,7 @@
}
},
{
- "id": 7995,
+ "id": 8539,
"properties": {
"facing": "north",
"half": "bottom",
@@ -18945,7 +18946,7 @@
}
},
{
- "id": 7996,
+ "id": 8540,
"properties": {
"facing": "south",
"half": "top",
@@ -18954,7 +18955,7 @@
}
},
{
- "id": 7997,
+ "id": 8541,
"properties": {
"facing": "south",
"half": "top",
@@ -18963,7 +18964,7 @@
}
},
{
- "id": 7998,
+ "id": 8542,
"properties": {
"facing": "south",
"half": "top",
@@ -18972,7 +18973,7 @@
}
},
{
- "id": 7999,
+ "id": 8543,
"properties": {
"facing": "south",
"half": "top",
@@ -18981,7 +18982,7 @@
}
},
{
- "id": 8000,
+ "id": 8544,
"properties": {
"facing": "south",
"half": "top",
@@ -18990,7 +18991,7 @@
}
},
{
- "id": 8001,
+ "id": 8545,
"properties": {
"facing": "south",
"half": "top",
@@ -18999,7 +19000,7 @@
}
},
{
- "id": 8002,
+ "id": 8546,
"properties": {
"facing": "south",
"half": "top",
@@ -19008,7 +19009,7 @@
}
},
{
- "id": 8003,
+ "id": 8547,
"properties": {
"facing": "south",
"half": "top",
@@ -19017,7 +19018,7 @@
}
},
{
- "id": 8004,
+ "id": 8548,
"properties": {
"facing": "south",
"half": "top",
@@ -19026,7 +19027,7 @@
}
},
{
- "id": 8005,
+ "id": 8549,
"properties": {
"facing": "south",
"half": "top",
@@ -19035,7 +19036,7 @@
}
},
{
- "id": 8006,
+ "id": 8550,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19044,7 +19045,7 @@
}
},
{
- "id": 8007,
+ "id": 8551,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19053,7 +19054,7 @@
}
},
{
- "id": 8008,
+ "id": 8552,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19062,7 +19063,7 @@
}
},
{
- "id": 8009,
+ "id": 8553,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19071,7 +19072,7 @@
}
},
{
- "id": 8010,
+ "id": 8554,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19080,7 +19081,7 @@
}
},
{
- "id": 8011,
+ "id": 8555,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19089,7 +19090,7 @@
}
},
{
- "id": 8012,
+ "id": 8556,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19098,7 +19099,7 @@
}
},
{
- "id": 8013,
+ "id": 8557,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19107,7 +19108,7 @@
}
},
{
- "id": 8014,
+ "id": 8558,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19116,7 +19117,7 @@
}
},
{
- "id": 8015,
+ "id": 8559,
"properties": {
"facing": "south",
"half": "bottom",
@@ -19125,7 +19126,7 @@
}
},
{
- "id": 8016,
+ "id": 8560,
"properties": {
"facing": "west",
"half": "top",
@@ -19134,7 +19135,7 @@
}
},
{
- "id": 8017,
+ "id": 8561,
"properties": {
"facing": "west",
"half": "top",
@@ -19143,7 +19144,7 @@
}
},
{
- "id": 8018,
+ "id": 8562,
"properties": {
"facing": "west",
"half": "top",
@@ -19152,7 +19153,7 @@
}
},
{
- "id": 8019,
+ "id": 8563,
"properties": {
"facing": "west",
"half": "top",
@@ -19161,7 +19162,7 @@
}
},
{
- "id": 8020,
+ "id": 8564,
"properties": {
"facing": "west",
"half": "top",
@@ -19170,7 +19171,7 @@
}
},
{
- "id": 8021,
+ "id": 8565,
"properties": {
"facing": "west",
"half": "top",
@@ -19179,7 +19180,7 @@
}
},
{
- "id": 8022,
+ "id": 8566,
"properties": {
"facing": "west",
"half": "top",
@@ -19188,7 +19189,7 @@
}
},
{
- "id": 8023,
+ "id": 8567,
"properties": {
"facing": "west",
"half": "top",
@@ -19197,7 +19198,7 @@
}
},
{
- "id": 8024,
+ "id": 8568,
"properties": {
"facing": "west",
"half": "top",
@@ -19206,7 +19207,7 @@
}
},
{
- "id": 8025,
+ "id": 8569,
"properties": {
"facing": "west",
"half": "top",
@@ -19215,7 +19216,7 @@
}
},
{
- "id": 8026,
+ "id": 8570,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19224,7 +19225,7 @@
}
},
{
- "id": 8027,
+ "id": 8571,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19233,7 +19234,7 @@
}
},
{
- "id": 8028,
+ "id": 8572,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19242,7 +19243,7 @@
}
},
{
- "id": 8029,
+ "id": 8573,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19251,7 +19252,7 @@
}
},
{
- "id": 8030,
+ "id": 8574,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19260,7 +19261,7 @@
}
},
{
- "id": 8031,
+ "id": 8575,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19269,7 +19270,7 @@
}
},
{
- "id": 8032,
+ "id": 8576,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19278,7 +19279,7 @@
}
},
{
- "id": 8033,
+ "id": 8577,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19287,7 +19288,7 @@
}
},
{
- "id": 8034,
+ "id": 8578,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19296,7 +19297,7 @@
}
},
{
- "id": 8035,
+ "id": 8579,
"properties": {
"facing": "west",
"half": "bottom",
@@ -19305,7 +19306,7 @@
}
},
{
- "id": 8036,
+ "id": 8580,
"properties": {
"facing": "east",
"half": "top",
@@ -19314,7 +19315,7 @@
}
},
{
- "id": 8037,
+ "id": 8581,
"properties": {
"facing": "east",
"half": "top",
@@ -19323,7 +19324,7 @@
}
},
{
- "id": 8038,
+ "id": 8582,
"properties": {
"facing": "east",
"half": "top",
@@ -19332,7 +19333,7 @@
}
},
{
- "id": 8039,
+ "id": 8583,
"properties": {
"facing": "east",
"half": "top",
@@ -19341,7 +19342,7 @@
}
},
{
- "id": 8040,
+ "id": 8584,
"properties": {
"facing": "east",
"half": "top",
@@ -19350,7 +19351,7 @@
}
},
{
- "id": 8041,
+ "id": 8585,
"properties": {
"facing": "east",
"half": "top",
@@ -19359,7 +19360,7 @@
}
},
{
- "id": 8042,
+ "id": 8586,
"properties": {
"facing": "east",
"half": "top",
@@ -19368,7 +19369,7 @@
}
},
{
- "id": 8043,
+ "id": 8587,
"properties": {
"facing": "east",
"half": "top",
@@ -19377,7 +19378,7 @@
}
},
{
- "id": 8044,
+ "id": 8588,
"properties": {
"facing": "east",
"half": "top",
@@ -19386,7 +19387,7 @@
}
},
{
- "id": 8045,
+ "id": 8589,
"properties": {
"facing": "east",
"half": "top",
@@ -19395,7 +19396,7 @@
}
},
{
- "id": 8046,
+ "id": 8590,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19404,7 +19405,7 @@
}
},
{
- "id": 8047,
+ "id": 8591,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19413,7 +19414,7 @@
}
},
{
- "id": 8048,
+ "id": 8592,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19422,7 +19423,7 @@
}
},
{
- "id": 8049,
+ "id": 8593,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19431,7 +19432,7 @@
}
},
{
- "id": 8050,
+ "id": 8594,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19440,7 +19441,7 @@
}
},
{
- "id": 8051,
+ "id": 8595,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19449,7 +19450,7 @@
}
},
{
- "id": 8052,
+ "id": 8596,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19458,7 +19459,7 @@
}
},
{
- "id": 8053,
+ "id": 8597,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19467,7 +19468,7 @@
}
},
{
- "id": 8054,
+ "id": 8598,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19476,7 +19477,7 @@
}
},
{
- "id": 8055,
+ "id": 8599,
"properties": {
"facing": "east",
"half": "bottom",
@@ -19517,44 +19518,14 @@
]
},
"states": [
- {
- "id": 6255,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6256,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6257,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6258,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -19562,9 +19533,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19572,9 +19543,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -19582,9 +19553,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19593,42 +19564,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6263,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6264,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6265,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6266,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6267,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6268,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6269,
"properties": {
"facing": "north",
"half": "bottom",
@@ -19638,7 +19639,7 @@
}
},
{
- "id": 6267,
+ "id": 6270,
"properties": {
"facing": "north",
"half": "bottom",
@@ -19648,7 +19649,7 @@
}
},
{
- "id": 6268,
+ "id": 6271,
"properties": {
"facing": "north",
"half": "bottom",
@@ -19658,7 +19659,7 @@
}
},
{
- "id": 6269,
+ "id": 6272,
"properties": {
"facing": "north",
"half": "bottom",
@@ -19669,7 +19670,7 @@
},
{
"default": true,
- "id": 6270,
+ "id": 6273,
"properties": {
"facing": "north",
"half": "bottom",
@@ -19678,44 +19679,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6271,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6272,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6273,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6274,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -19723,9 +19694,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19733,9 +19704,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -19743,9 +19714,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19754,38 +19725,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6279,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6280,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6281,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19794,8 +19765,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -19803,9 +19774,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19813,9 +19784,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -19823,9 +19794,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19834,48 +19805,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6287,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6288,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6289,
+ "id": 6288,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6289,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6290,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -19883,9 +19854,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19893,9 +19864,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -19903,9 +19874,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19914,38 +19885,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6295,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6296,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6297,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19954,8 +19925,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -19963,9 +19934,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19973,9 +19944,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -19983,9 +19954,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -19994,48 +19965,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6303,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6304,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6305,
+ "id": 6304,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6305,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6306,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -20043,9 +20014,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -20053,9 +20024,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -20063,9 +20034,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -20074,38 +20045,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6311,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6312,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6313,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -20114,12 +20085,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6315,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6316,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6317,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6318,
"properties": {
"facing": "east",
"half": "bottom",
@@ -20129,7 +20130,7 @@
}
},
{
- "id": 6316,
+ "id": 6319,
"properties": {
"facing": "east",
"half": "bottom",
@@ -20139,7 +20140,7 @@
}
},
{
- "id": 6317,
+ "id": 6320,
"properties": {
"facing": "east",
"half": "bottom",
@@ -20149,7 +20150,7 @@
}
},
{
- "id": 6318,
+ "id": 6321,
"properties": {
"facing": "east",
"half": "bottom",
@@ -20180,7 +20181,7 @@
},
"states": [
{
- "id": 5710,
+ "id": 5713,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -20188,49 +20189,49 @@
},
{
"default": true,
- "id": 5711,
+ "id": 5714,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5712,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5713,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5714,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5715,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5716,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5717,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5718,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5719,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5717,
+ "id": 5720,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -20258,7 +20259,7 @@
},
"states": [
{
- "id": 4862,
+ "id": 4865,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -20266,49 +20267,49 @@
},
{
"default": true,
- "id": 4863,
+ "id": 4866,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4864,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4865,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4866,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4867,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4868,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4869,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4870,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4871,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4869,
+ "id": 4872,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -20379,97 +20380,97 @@
"states": [
{
"default": true,
- "id": 11334,
+ "id": 11878,
"properties": {
"rotation": "0"
}
},
{
- "id": 11335,
+ "id": 11879,
"properties": {
"rotation": "1"
}
},
{
- "id": 11336,
+ "id": 11880,
"properties": {
"rotation": "2"
}
},
{
- "id": 11337,
+ "id": 11881,
"properties": {
"rotation": "3"
}
},
{
- "id": 11338,
+ "id": 11882,
"properties": {
"rotation": "4"
}
},
{
- "id": 11339,
+ "id": 11883,
"properties": {
"rotation": "5"
}
},
{
- "id": 11340,
+ "id": 11884,
"properties": {
"rotation": "6"
}
},
{
- "id": 11341,
+ "id": 11885,
"properties": {
"rotation": "7"
}
},
{
- "id": 11342,
+ "id": 11886,
"properties": {
"rotation": "8"
}
},
{
- "id": 11343,
+ "id": 11887,
"properties": {
"rotation": "9"
}
},
{
- "id": 11344,
+ "id": 11888,
"properties": {
"rotation": "10"
}
},
{
- "id": 11345,
+ "id": 11889,
"properties": {
"rotation": "11"
}
},
{
- "id": 11346,
+ "id": 11890,
"properties": {
"rotation": "12"
}
},
{
- "id": 11347,
+ "id": 11891,
"properties": {
"rotation": "13"
}
},
{
- "id": 11348,
+ "id": 11892,
"properties": {
"rotation": "14"
}
},
{
- "id": 11349,
+ "id": 11893,
"properties": {
"rotation": "15"
}
@@ -20653,7 +20654,7 @@
},
"states": [
{
- "id": 21450,
+ "id": 21994,
"properties": {
"candles": "1",
"lit": "true",
@@ -20661,7 +20662,7 @@
}
},
{
- "id": 21451,
+ "id": 21995,
"properties": {
"candles": "1",
"lit": "true",
@@ -20669,7 +20670,7 @@
}
},
{
- "id": 21452,
+ "id": 21996,
"properties": {
"candles": "1",
"lit": "false",
@@ -20678,7 +20679,7 @@
},
{
"default": true,
- "id": 21453,
+ "id": 21997,
"properties": {
"candles": "1",
"lit": "false",
@@ -20686,7 +20687,7 @@
}
},
{
- "id": 21454,
+ "id": 21998,
"properties": {
"candles": "2",
"lit": "true",
@@ -20694,7 +20695,7 @@
}
},
{
- "id": 21455,
+ "id": 21999,
"properties": {
"candles": "2",
"lit": "true",
@@ -20702,7 +20703,7 @@
}
},
{
- "id": 21456,
+ "id": 22000,
"properties": {
"candles": "2",
"lit": "false",
@@ -20710,7 +20711,7 @@
}
},
{
- "id": 21457,
+ "id": 22001,
"properties": {
"candles": "2",
"lit": "false",
@@ -20718,7 +20719,7 @@
}
},
{
- "id": 21458,
+ "id": 22002,
"properties": {
"candles": "3",
"lit": "true",
@@ -20726,7 +20727,7 @@
}
},
{
- "id": 21459,
+ "id": 22003,
"properties": {
"candles": "3",
"lit": "true",
@@ -20734,7 +20735,7 @@
}
},
{
- "id": 21460,
+ "id": 22004,
"properties": {
"candles": "3",
"lit": "false",
@@ -20742,7 +20743,7 @@
}
},
{
- "id": 21461,
+ "id": 22005,
"properties": {
"candles": "3",
"lit": "false",
@@ -20750,7 +20751,7 @@
}
},
{
- "id": 21462,
+ "id": 22006,
"properties": {
"candles": "4",
"lit": "true",
@@ -20758,7 +20759,7 @@
}
},
{
- "id": 21463,
+ "id": 22007,
"properties": {
"candles": "4",
"lit": "true",
@@ -20766,7 +20767,7 @@
}
},
{
- "id": 21464,
+ "id": 22008,
"properties": {
"candles": "4",
"lit": "false",
@@ -20774,7 +20775,7 @@
}
},
{
- "id": 21465,
+ "id": 22009,
"properties": {
"candles": "4",
"lit": "false",
@@ -20797,14 +20798,14 @@
},
"states": [
{
- "id": 21498,
+ "id": 22042,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21499,
+ "id": 22043,
"properties": {
"lit": "false"
}
@@ -20820,7 +20821,7 @@
"states": [
{
"default": true,
- "id": 11078
+ "id": 11622
}
]
},
@@ -20832,7 +20833,7 @@
"states": [
{
"default": true,
- "id": 13212
+ "id": 13756
}
]
},
@@ -20845,7 +20846,7 @@
"states": [
{
"default": true,
- "id": 13228
+ "id": 13772
}
]
},
@@ -20865,25 +20866,25 @@
"states": [
{
"default": true,
- "id": 13193,
+ "id": 13737,
"properties": {
"facing": "north"
}
},
{
- "id": 13194,
+ "id": 13738,
"properties": {
"facing": "south"
}
},
{
- "id": 13195,
+ "id": 13739,
"properties": {
"facing": "west"
}
},
{
- "id": 13196,
+ "id": 13740,
"properties": {
"facing": "east"
}
@@ -20908,38 +20909,38 @@
},
"states": [
{
- "id": 13127,
+ "id": 13671,
"properties": {
"facing": "north"
}
},
{
- "id": 13128,
+ "id": 13672,
"properties": {
"facing": "east"
}
},
{
- "id": 13129,
+ "id": 13673,
"properties": {
"facing": "south"
}
},
{
- "id": 13130,
+ "id": 13674,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13131,
+ "id": 13675,
"properties": {
"facing": "up"
}
},
{
- "id": 13132,
+ "id": 13676,
"properties": {
"facing": "down"
}
@@ -20955,7 +20956,7 @@
"states": [
{
"default": true,
- "id": 6126
+ "id": 6129
}
]
},
@@ -20989,7 +20990,7 @@
},
"states": [
{
- "id": 10107,
+ "id": 10651,
"properties": {
"east": "true",
"north": "true",
@@ -20999,7 +21000,7 @@
}
},
{
- "id": 10108,
+ "id": 10652,
"properties": {
"east": "true",
"north": "true",
@@ -21009,7 +21010,7 @@
}
},
{
- "id": 10109,
+ "id": 10653,
"properties": {
"east": "true",
"north": "true",
@@ -21019,7 +21020,7 @@
}
},
{
- "id": 10110,
+ "id": 10654,
"properties": {
"east": "true",
"north": "true",
@@ -21029,7 +21030,7 @@
}
},
{
- "id": 10111,
+ "id": 10655,
"properties": {
"east": "true",
"north": "true",
@@ -21039,7 +21040,7 @@
}
},
{
- "id": 10112,
+ "id": 10656,
"properties": {
"east": "true",
"north": "true",
@@ -21049,7 +21050,7 @@
}
},
{
- "id": 10113,
+ "id": 10657,
"properties": {
"east": "true",
"north": "true",
@@ -21059,7 +21060,7 @@
}
},
{
- "id": 10114,
+ "id": 10658,
"properties": {
"east": "true",
"north": "true",
@@ -21069,7 +21070,7 @@
}
},
{
- "id": 10115,
+ "id": 10659,
"properties": {
"east": "true",
"north": "false",
@@ -21079,7 +21080,7 @@
}
},
{
- "id": 10116,
+ "id": 10660,
"properties": {
"east": "true",
"north": "false",
@@ -21089,7 +21090,7 @@
}
},
{
- "id": 10117,
+ "id": 10661,
"properties": {
"east": "true",
"north": "false",
@@ -21099,7 +21100,7 @@
}
},
{
- "id": 10118,
+ "id": 10662,
"properties": {
"east": "true",
"north": "false",
@@ -21109,7 +21110,7 @@
}
},
{
- "id": 10119,
+ "id": 10663,
"properties": {
"east": "true",
"north": "false",
@@ -21119,7 +21120,7 @@
}
},
{
- "id": 10120,
+ "id": 10664,
"properties": {
"east": "true",
"north": "false",
@@ -21129,7 +21130,7 @@
}
},
{
- "id": 10121,
+ "id": 10665,
"properties": {
"east": "true",
"north": "false",
@@ -21139,7 +21140,7 @@
}
},
{
- "id": 10122,
+ "id": 10666,
"properties": {
"east": "true",
"north": "false",
@@ -21149,7 +21150,7 @@
}
},
{
- "id": 10123,
+ "id": 10667,
"properties": {
"east": "false",
"north": "true",
@@ -21159,7 +21160,7 @@
}
},
{
- "id": 10124,
+ "id": 10668,
"properties": {
"east": "false",
"north": "true",
@@ -21169,7 +21170,7 @@
}
},
{
- "id": 10125,
+ "id": 10669,
"properties": {
"east": "false",
"north": "true",
@@ -21179,7 +21180,7 @@
}
},
{
- "id": 10126,
+ "id": 10670,
"properties": {
"east": "false",
"north": "true",
@@ -21189,7 +21190,7 @@
}
},
{
- "id": 10127,
+ "id": 10671,
"properties": {
"east": "false",
"north": "true",
@@ -21199,7 +21200,7 @@
}
},
{
- "id": 10128,
+ "id": 10672,
"properties": {
"east": "false",
"north": "true",
@@ -21209,7 +21210,7 @@
}
},
{
- "id": 10129,
+ "id": 10673,
"properties": {
"east": "false",
"north": "true",
@@ -21219,7 +21220,7 @@
}
},
{
- "id": 10130,
+ "id": 10674,
"properties": {
"east": "false",
"north": "true",
@@ -21229,7 +21230,7 @@
}
},
{
- "id": 10131,
+ "id": 10675,
"properties": {
"east": "false",
"north": "false",
@@ -21239,7 +21240,7 @@
}
},
{
- "id": 10132,
+ "id": 10676,
"properties": {
"east": "false",
"north": "false",
@@ -21249,7 +21250,7 @@
}
},
{
- "id": 10133,
+ "id": 10677,
"properties": {
"east": "false",
"north": "false",
@@ -21259,7 +21260,7 @@
}
},
{
- "id": 10134,
+ "id": 10678,
"properties": {
"east": "false",
"north": "false",
@@ -21269,7 +21270,7 @@
}
},
{
- "id": 10135,
+ "id": 10679,
"properties": {
"east": "false",
"north": "false",
@@ -21279,7 +21280,7 @@
}
},
{
- "id": 10136,
+ "id": 10680,
"properties": {
"east": "false",
"north": "false",
@@ -21289,7 +21290,7 @@
}
},
{
- "id": 10137,
+ "id": 10681,
"properties": {
"east": "false",
"north": "false",
@@ -21300,7 +21301,7 @@
},
{
"default": true,
- "id": 10138,
+ "id": 10682,
"properties": {
"east": "false",
"north": "false",
@@ -21319,7 +21320,7 @@
"states": [
{
"default": true,
- "id": 9626
+ "id": 10170
}
]
},
@@ -21340,25 +21341,25 @@
"states": [
{
"default": true,
- "id": 11410,
+ "id": 11954,
"properties": {
"facing": "north"
}
},
{
- "id": 11411,
+ "id": 11955,
"properties": {
"facing": "south"
}
},
{
- "id": 11412,
+ "id": 11956,
"properties": {
"facing": "west"
}
},
{
- "id": 11413,
+ "id": 11957,
"properties": {
"facing": "east"
}
@@ -21385,7 +21386,7 @@
"states": [
{
"default": true,
- "id": 19929
+ "id": 20473
}
]
},
@@ -21407,21 +21408,21 @@
},
"states": [
{
- "id": 20334,
+ "id": 20878,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 20335,
+ "id": 20879,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 20336,
+ "id": 20880,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -21429,21 +21430,21 @@
},
{
"default": true,
- "id": 20337,
+ "id": 20881,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 20338,
+ "id": 20882,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 20339,
+ "id": 20883,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -21484,7 +21485,7 @@
},
"states": [
{
- "id": 19930,
+ "id": 20474,
"properties": {
"facing": "north",
"half": "top",
@@ -21493,7 +21494,7 @@
}
},
{
- "id": 19931,
+ "id": 20475,
"properties": {
"facing": "north",
"half": "top",
@@ -21502,7 +21503,7 @@
}
},
{
- "id": 19932,
+ "id": 20476,
"properties": {
"facing": "north",
"half": "top",
@@ -21511,7 +21512,7 @@
}
},
{
- "id": 19933,
+ "id": 20477,
"properties": {
"facing": "north",
"half": "top",
@@ -21520,7 +21521,7 @@
}
},
{
- "id": 19934,
+ "id": 20478,
"properties": {
"facing": "north",
"half": "top",
@@ -21529,7 +21530,7 @@
}
},
{
- "id": 19935,
+ "id": 20479,
"properties": {
"facing": "north",
"half": "top",
@@ -21538,7 +21539,7 @@
}
},
{
- "id": 19936,
+ "id": 20480,
"properties": {
"facing": "north",
"half": "top",
@@ -21547,7 +21548,7 @@
}
},
{
- "id": 19937,
+ "id": 20481,
"properties": {
"facing": "north",
"half": "top",
@@ -21556,7 +21557,7 @@
}
},
{
- "id": 19938,
+ "id": 20482,
"properties": {
"facing": "north",
"half": "top",
@@ -21565,7 +21566,7 @@
}
},
{
- "id": 19939,
+ "id": 20483,
"properties": {
"facing": "north",
"half": "top",
@@ -21574,7 +21575,7 @@
}
},
{
- "id": 19940,
+ "id": 20484,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21584,7 +21585,7 @@
},
{
"default": true,
- "id": 19941,
+ "id": 20485,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21593,7 +21594,7 @@
}
},
{
- "id": 19942,
+ "id": 20486,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21602,7 +21603,7 @@
}
},
{
- "id": 19943,
+ "id": 20487,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21611,7 +21612,7 @@
}
},
{
- "id": 19944,
+ "id": 20488,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21620,7 +21621,7 @@
}
},
{
- "id": 19945,
+ "id": 20489,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21629,7 +21630,7 @@
}
},
{
- "id": 19946,
+ "id": 20490,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21638,7 +21639,7 @@
}
},
{
- "id": 19947,
+ "id": 20491,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21647,7 +21648,7 @@
}
},
{
- "id": 19948,
+ "id": 20492,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21656,7 +21657,7 @@
}
},
{
- "id": 19949,
+ "id": 20493,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21665,7 +21666,7 @@
}
},
{
- "id": 19950,
+ "id": 20494,
"properties": {
"facing": "south",
"half": "top",
@@ -21674,7 +21675,7 @@
}
},
{
- "id": 19951,
+ "id": 20495,
"properties": {
"facing": "south",
"half": "top",
@@ -21683,7 +21684,7 @@
}
},
{
- "id": 19952,
+ "id": 20496,
"properties": {
"facing": "south",
"half": "top",
@@ -21692,7 +21693,7 @@
}
},
{
- "id": 19953,
+ "id": 20497,
"properties": {
"facing": "south",
"half": "top",
@@ -21701,7 +21702,7 @@
}
},
{
- "id": 19954,
+ "id": 20498,
"properties": {
"facing": "south",
"half": "top",
@@ -21710,7 +21711,7 @@
}
},
{
- "id": 19955,
+ "id": 20499,
"properties": {
"facing": "south",
"half": "top",
@@ -21719,7 +21720,7 @@
}
},
{
- "id": 19956,
+ "id": 20500,
"properties": {
"facing": "south",
"half": "top",
@@ -21728,7 +21729,7 @@
}
},
{
- "id": 19957,
+ "id": 20501,
"properties": {
"facing": "south",
"half": "top",
@@ -21737,7 +21738,7 @@
}
},
{
- "id": 19958,
+ "id": 20502,
"properties": {
"facing": "south",
"half": "top",
@@ -21746,7 +21747,7 @@
}
},
{
- "id": 19959,
+ "id": 20503,
"properties": {
"facing": "south",
"half": "top",
@@ -21755,7 +21756,7 @@
}
},
{
- "id": 19960,
+ "id": 20504,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21764,7 +21765,7 @@
}
},
{
- "id": 19961,
+ "id": 20505,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21773,7 +21774,7 @@
}
},
{
- "id": 19962,
+ "id": 20506,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21782,7 +21783,7 @@
}
},
{
- "id": 19963,
+ "id": 20507,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21791,7 +21792,7 @@
}
},
{
- "id": 19964,
+ "id": 20508,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21800,7 +21801,7 @@
}
},
{
- "id": 19965,
+ "id": 20509,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21809,7 +21810,7 @@
}
},
{
- "id": 19966,
+ "id": 20510,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21818,7 +21819,7 @@
}
},
{
- "id": 19967,
+ "id": 20511,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21827,7 +21828,7 @@
}
},
{
- "id": 19968,
+ "id": 20512,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21836,7 +21837,7 @@
}
},
{
- "id": 19969,
+ "id": 20513,
"properties": {
"facing": "south",
"half": "bottom",
@@ -21845,7 +21846,7 @@
}
},
{
- "id": 19970,
+ "id": 20514,
"properties": {
"facing": "west",
"half": "top",
@@ -21854,7 +21855,7 @@
}
},
{
- "id": 19971,
+ "id": 20515,
"properties": {
"facing": "west",
"half": "top",
@@ -21863,7 +21864,7 @@
}
},
{
- "id": 19972,
+ "id": 20516,
"properties": {
"facing": "west",
"half": "top",
@@ -21872,7 +21873,7 @@
}
},
{
- "id": 19973,
+ "id": 20517,
"properties": {
"facing": "west",
"half": "top",
@@ -21881,7 +21882,7 @@
}
},
{
- "id": 19974,
+ "id": 20518,
"properties": {
"facing": "west",
"half": "top",
@@ -21890,7 +21891,7 @@
}
},
{
- "id": 19975,
+ "id": 20519,
"properties": {
"facing": "west",
"half": "top",
@@ -21899,7 +21900,7 @@
}
},
{
- "id": 19976,
+ "id": 20520,
"properties": {
"facing": "west",
"half": "top",
@@ -21908,7 +21909,7 @@
}
},
{
- "id": 19977,
+ "id": 20521,
"properties": {
"facing": "west",
"half": "top",
@@ -21917,7 +21918,7 @@
}
},
{
- "id": 19978,
+ "id": 20522,
"properties": {
"facing": "west",
"half": "top",
@@ -21926,7 +21927,7 @@
}
},
{
- "id": 19979,
+ "id": 20523,
"properties": {
"facing": "west",
"half": "top",
@@ -21935,7 +21936,7 @@
}
},
{
- "id": 19980,
+ "id": 20524,
"properties": {
"facing": "west",
"half": "bottom",
@@ -21944,7 +21945,7 @@
}
},
{
- "id": 19981,
+ "id": 20525,
"properties": {
"facing": "west",
"half": "bottom",
@@ -21953,7 +21954,7 @@
}
},
{
- "id": 19982,
+ "id": 20526,
"properties": {
"facing": "west",
"half": "bottom",
@@ -21962,7 +21963,7 @@
}
},
{
- "id": 19983,
+ "id": 20527,
"properties": {
"facing": "west",
"half": "bottom",
@@ -21971,7 +21972,7 @@
}
},
{
- "id": 19984,
+ "id": 20528,
"properties": {
"facing": "west",
"half": "bottom",
@@ -21980,7 +21981,7 @@
}
},
{
- "id": 19985,
+ "id": 20529,
"properties": {
"facing": "west",
"half": "bottom",
@@ -21989,7 +21990,7 @@
}
},
{
- "id": 19986,
+ "id": 20530,
"properties": {
"facing": "west",
"half": "bottom",
@@ -21998,7 +21999,7 @@
}
},
{
- "id": 19987,
+ "id": 20531,
"properties": {
"facing": "west",
"half": "bottom",
@@ -22007,7 +22008,7 @@
}
},
{
- "id": 19988,
+ "id": 20532,
"properties": {
"facing": "west",
"half": "bottom",
@@ -22016,7 +22017,7 @@
}
},
{
- "id": 19989,
+ "id": 20533,
"properties": {
"facing": "west",
"half": "bottom",
@@ -22025,7 +22026,7 @@
}
},
{
- "id": 19990,
+ "id": 20534,
"properties": {
"facing": "east",
"half": "top",
@@ -22034,7 +22035,7 @@
}
},
{
- "id": 19991,
+ "id": 20535,
"properties": {
"facing": "east",
"half": "top",
@@ -22043,7 +22044,7 @@
}
},
{
- "id": 19992,
+ "id": 20536,
"properties": {
"facing": "east",
"half": "top",
@@ -22052,7 +22053,7 @@
}
},
{
- "id": 19993,
+ "id": 20537,
"properties": {
"facing": "east",
"half": "top",
@@ -22061,7 +22062,7 @@
}
},
{
- "id": 19994,
+ "id": 20538,
"properties": {
"facing": "east",
"half": "top",
@@ -22070,7 +22071,7 @@
}
},
{
- "id": 19995,
+ "id": 20539,
"properties": {
"facing": "east",
"half": "top",
@@ -22079,7 +22080,7 @@
}
},
{
- "id": 19996,
+ "id": 20540,
"properties": {
"facing": "east",
"half": "top",
@@ -22088,7 +22089,7 @@
}
},
{
- "id": 19997,
+ "id": 20541,
"properties": {
"facing": "east",
"half": "top",
@@ -22097,7 +22098,7 @@
}
},
{
- "id": 19998,
+ "id": 20542,
"properties": {
"facing": "east",
"half": "top",
@@ -22106,7 +22107,7 @@
}
},
{
- "id": 19999,
+ "id": 20543,
"properties": {
"facing": "east",
"half": "top",
@@ -22115,7 +22116,7 @@
}
},
{
- "id": 20000,
+ "id": 20544,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22124,7 +22125,7 @@
}
},
{
- "id": 20001,
+ "id": 20545,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22133,7 +22134,7 @@
}
},
{
- "id": 20002,
+ "id": 20546,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22142,7 +22143,7 @@
}
},
{
- "id": 20003,
+ "id": 20547,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22151,7 +22152,7 @@
}
},
{
- "id": 20004,
+ "id": 20548,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22160,7 +22161,7 @@
}
},
{
- "id": 20005,
+ "id": 20549,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22169,7 +22170,7 @@
}
},
{
- "id": 20006,
+ "id": 20550,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22178,7 +22179,7 @@
}
},
{
- "id": 20007,
+ "id": 20551,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22187,7 +22188,7 @@
}
},
{
- "id": 20008,
+ "id": 20552,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22196,7 +22197,7 @@
}
},
{
- "id": 20009,
+ "id": 20553,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22243,7 +22244,7 @@
},
"states": [
{
- "id": 20010,
+ "id": 20554,
"properties": {
"east": "none",
"north": "none",
@@ -22254,7 +22255,7 @@
}
},
{
- "id": 20011,
+ "id": 20555,
"properties": {
"east": "none",
"north": "none",
@@ -22265,7 +22266,7 @@
}
},
{
- "id": 20012,
+ "id": 20556,
"properties": {
"east": "none",
"north": "none",
@@ -22277,7 +22278,7 @@
},
{
"default": true,
- "id": 20013,
+ "id": 20557,
"properties": {
"east": "none",
"north": "none",
@@ -22288,7 +22289,7 @@
}
},
{
- "id": 20014,
+ "id": 20558,
"properties": {
"east": "none",
"north": "none",
@@ -22299,7 +22300,7 @@
}
},
{
- "id": 20015,
+ "id": 20559,
"properties": {
"east": "none",
"north": "none",
@@ -22310,7 +22311,7 @@
}
},
{
- "id": 20016,
+ "id": 20560,
"properties": {
"east": "none",
"north": "none",
@@ -22321,7 +22322,7 @@
}
},
{
- "id": 20017,
+ "id": 20561,
"properties": {
"east": "none",
"north": "none",
@@ -22332,7 +22333,7 @@
}
},
{
- "id": 20018,
+ "id": 20562,
"properties": {
"east": "none",
"north": "none",
@@ -22343,7 +22344,7 @@
}
},
{
- "id": 20019,
+ "id": 20563,
"properties": {
"east": "none",
"north": "none",
@@ -22354,7 +22355,7 @@
}
},
{
- "id": 20020,
+ "id": 20564,
"properties": {
"east": "none",
"north": "none",
@@ -22365,7 +22366,7 @@
}
},
{
- "id": 20021,
+ "id": 20565,
"properties": {
"east": "none",
"north": "none",
@@ -22376,7 +22377,7 @@
}
},
{
- "id": 20022,
+ "id": 20566,
"properties": {
"east": "none",
"north": "none",
@@ -22387,7 +22388,7 @@
}
},
{
- "id": 20023,
+ "id": 20567,
"properties": {
"east": "none",
"north": "none",
@@ -22398,7 +22399,7 @@
}
},
{
- "id": 20024,
+ "id": 20568,
"properties": {
"east": "none",
"north": "none",
@@ -22409,7 +22410,7 @@
}
},
{
- "id": 20025,
+ "id": 20569,
"properties": {
"east": "none",
"north": "none",
@@ -22420,7 +22421,7 @@
}
},
{
- "id": 20026,
+ "id": 20570,
"properties": {
"east": "none",
"north": "none",
@@ -22431,7 +22432,7 @@
}
},
{
- "id": 20027,
+ "id": 20571,
"properties": {
"east": "none",
"north": "none",
@@ -22442,7 +22443,7 @@
}
},
{
- "id": 20028,
+ "id": 20572,
"properties": {
"east": "none",
"north": "none",
@@ -22453,7 +22454,7 @@
}
},
{
- "id": 20029,
+ "id": 20573,
"properties": {
"east": "none",
"north": "none",
@@ -22464,7 +22465,7 @@
}
},
{
- "id": 20030,
+ "id": 20574,
"properties": {
"east": "none",
"north": "none",
@@ -22475,7 +22476,7 @@
}
},
{
- "id": 20031,
+ "id": 20575,
"properties": {
"east": "none",
"north": "none",
@@ -22486,7 +22487,7 @@
}
},
{
- "id": 20032,
+ "id": 20576,
"properties": {
"east": "none",
"north": "none",
@@ -22497,7 +22498,7 @@
}
},
{
- "id": 20033,
+ "id": 20577,
"properties": {
"east": "none",
"north": "none",
@@ -22508,7 +22509,7 @@
}
},
{
- "id": 20034,
+ "id": 20578,
"properties": {
"east": "none",
"north": "none",
@@ -22519,7 +22520,7 @@
}
},
{
- "id": 20035,
+ "id": 20579,
"properties": {
"east": "none",
"north": "none",
@@ -22530,7 +22531,7 @@
}
},
{
- "id": 20036,
+ "id": 20580,
"properties": {
"east": "none",
"north": "none",
@@ -22541,7 +22542,7 @@
}
},
{
- "id": 20037,
+ "id": 20581,
"properties": {
"east": "none",
"north": "none",
@@ -22552,7 +22553,7 @@
}
},
{
- "id": 20038,
+ "id": 20582,
"properties": {
"east": "none",
"north": "none",
@@ -22563,7 +22564,7 @@
}
},
{
- "id": 20039,
+ "id": 20583,
"properties": {
"east": "none",
"north": "none",
@@ -22574,7 +22575,7 @@
}
},
{
- "id": 20040,
+ "id": 20584,
"properties": {
"east": "none",
"north": "none",
@@ -22585,7 +22586,7 @@
}
},
{
- "id": 20041,
+ "id": 20585,
"properties": {
"east": "none",
"north": "none",
@@ -22596,7 +22597,7 @@
}
},
{
- "id": 20042,
+ "id": 20586,
"properties": {
"east": "none",
"north": "none",
@@ -22607,7 +22608,7 @@
}
},
{
- "id": 20043,
+ "id": 20587,
"properties": {
"east": "none",
"north": "none",
@@ -22618,7 +22619,7 @@
}
},
{
- "id": 20044,
+ "id": 20588,
"properties": {
"east": "none",
"north": "none",
@@ -22629,7 +22630,7 @@
}
},
{
- "id": 20045,
+ "id": 20589,
"properties": {
"east": "none",
"north": "none",
@@ -22640,7 +22641,7 @@
}
},
{
- "id": 20046,
+ "id": 20590,
"properties": {
"east": "none",
"north": "low",
@@ -22651,7 +22652,7 @@
}
},
{
- "id": 20047,
+ "id": 20591,
"properties": {
"east": "none",
"north": "low",
@@ -22662,7 +22663,7 @@
}
},
{
- "id": 20048,
+ "id": 20592,
"properties": {
"east": "none",
"north": "low",
@@ -22673,7 +22674,7 @@
}
},
{
- "id": 20049,
+ "id": 20593,
"properties": {
"east": "none",
"north": "low",
@@ -22684,7 +22685,7 @@
}
},
{
- "id": 20050,
+ "id": 20594,
"properties": {
"east": "none",
"north": "low",
@@ -22695,7 +22696,7 @@
}
},
{
- "id": 20051,
+ "id": 20595,
"properties": {
"east": "none",
"north": "low",
@@ -22706,7 +22707,7 @@
}
},
{
- "id": 20052,
+ "id": 20596,
"properties": {
"east": "none",
"north": "low",
@@ -22717,7 +22718,7 @@
}
},
{
- "id": 20053,
+ "id": 20597,
"properties": {
"east": "none",
"north": "low",
@@ -22728,7 +22729,7 @@
}
},
{
- "id": 20054,
+ "id": 20598,
"properties": {
"east": "none",
"north": "low",
@@ -22739,7 +22740,7 @@
}
},
{
- "id": 20055,
+ "id": 20599,
"properties": {
"east": "none",
"north": "low",
@@ -22750,7 +22751,7 @@
}
},
{
- "id": 20056,
+ "id": 20600,
"properties": {
"east": "none",
"north": "low",
@@ -22761,7 +22762,7 @@
}
},
{
- "id": 20057,
+ "id": 20601,
"properties": {
"east": "none",
"north": "low",
@@ -22772,7 +22773,7 @@
}
},
{
- "id": 20058,
+ "id": 20602,
"properties": {
"east": "none",
"north": "low",
@@ -22783,7 +22784,7 @@
}
},
{
- "id": 20059,
+ "id": 20603,
"properties": {
"east": "none",
"north": "low",
@@ -22794,7 +22795,7 @@
}
},
{
- "id": 20060,
+ "id": 20604,
"properties": {
"east": "none",
"north": "low",
@@ -22805,7 +22806,7 @@
}
},
{
- "id": 20061,
+ "id": 20605,
"properties": {
"east": "none",
"north": "low",
@@ -22816,7 +22817,7 @@
}
},
{
- "id": 20062,
+ "id": 20606,
"properties": {
"east": "none",
"north": "low",
@@ -22827,7 +22828,7 @@
}
},
{
- "id": 20063,
+ "id": 20607,
"properties": {
"east": "none",
"north": "low",
@@ -22838,7 +22839,7 @@
}
},
{
- "id": 20064,
+ "id": 20608,
"properties": {
"east": "none",
"north": "low",
@@ -22849,7 +22850,7 @@
}
},
{
- "id": 20065,
+ "id": 20609,
"properties": {
"east": "none",
"north": "low",
@@ -22860,7 +22861,7 @@
}
},
{
- "id": 20066,
+ "id": 20610,
"properties": {
"east": "none",
"north": "low",
@@ -22871,7 +22872,7 @@
}
},
{
- "id": 20067,
+ "id": 20611,
"properties": {
"east": "none",
"north": "low",
@@ -22882,7 +22883,7 @@
}
},
{
- "id": 20068,
+ "id": 20612,
"properties": {
"east": "none",
"north": "low",
@@ -22893,7 +22894,7 @@
}
},
{
- "id": 20069,
+ "id": 20613,
"properties": {
"east": "none",
"north": "low",
@@ -22904,7 +22905,7 @@
}
},
{
- "id": 20070,
+ "id": 20614,
"properties": {
"east": "none",
"north": "low",
@@ -22915,7 +22916,7 @@
}
},
{
- "id": 20071,
+ "id": 20615,
"properties": {
"east": "none",
"north": "low",
@@ -22926,7 +22927,7 @@
}
},
{
- "id": 20072,
+ "id": 20616,
"properties": {
"east": "none",
"north": "low",
@@ -22937,7 +22938,7 @@
}
},
{
- "id": 20073,
+ "id": 20617,
"properties": {
"east": "none",
"north": "low",
@@ -22948,7 +22949,7 @@
}
},
{
- "id": 20074,
+ "id": 20618,
"properties": {
"east": "none",
"north": "low",
@@ -22959,7 +22960,7 @@
}
},
{
- "id": 20075,
+ "id": 20619,
"properties": {
"east": "none",
"north": "low",
@@ -22970,7 +22971,7 @@
}
},
{
- "id": 20076,
+ "id": 20620,
"properties": {
"east": "none",
"north": "low",
@@ -22981,7 +22982,7 @@
}
},
{
- "id": 20077,
+ "id": 20621,
"properties": {
"east": "none",
"north": "low",
@@ -22992,7 +22993,7 @@
}
},
{
- "id": 20078,
+ "id": 20622,
"properties": {
"east": "none",
"north": "low",
@@ -23003,7 +23004,7 @@
}
},
{
- "id": 20079,
+ "id": 20623,
"properties": {
"east": "none",
"north": "low",
@@ -23014,7 +23015,7 @@
}
},
{
- "id": 20080,
+ "id": 20624,
"properties": {
"east": "none",
"north": "low",
@@ -23025,7 +23026,7 @@
}
},
{
- "id": 20081,
+ "id": 20625,
"properties": {
"east": "none",
"north": "low",
@@ -23036,7 +23037,7 @@
}
},
{
- "id": 20082,
+ "id": 20626,
"properties": {
"east": "none",
"north": "tall",
@@ -23047,7 +23048,7 @@
}
},
{
- "id": 20083,
+ "id": 20627,
"properties": {
"east": "none",
"north": "tall",
@@ -23058,7 +23059,7 @@
}
},
{
- "id": 20084,
+ "id": 20628,
"properties": {
"east": "none",
"north": "tall",
@@ -23069,7 +23070,7 @@
}
},
{
- "id": 20085,
+ "id": 20629,
"properties": {
"east": "none",
"north": "tall",
@@ -23080,7 +23081,7 @@
}
},
{
- "id": 20086,
+ "id": 20630,
"properties": {
"east": "none",
"north": "tall",
@@ -23091,7 +23092,7 @@
}
},
{
- "id": 20087,
+ "id": 20631,
"properties": {
"east": "none",
"north": "tall",
@@ -23102,7 +23103,7 @@
}
},
{
- "id": 20088,
+ "id": 20632,
"properties": {
"east": "none",
"north": "tall",
@@ -23113,7 +23114,7 @@
}
},
{
- "id": 20089,
+ "id": 20633,
"properties": {
"east": "none",
"north": "tall",
@@ -23124,7 +23125,7 @@
}
},
{
- "id": 20090,
+ "id": 20634,
"properties": {
"east": "none",
"north": "tall",
@@ -23135,7 +23136,7 @@
}
},
{
- "id": 20091,
+ "id": 20635,
"properties": {
"east": "none",
"north": "tall",
@@ -23146,7 +23147,7 @@
}
},
{
- "id": 20092,
+ "id": 20636,
"properties": {
"east": "none",
"north": "tall",
@@ -23157,7 +23158,7 @@
}
},
{
- "id": 20093,
+ "id": 20637,
"properties": {
"east": "none",
"north": "tall",
@@ -23168,7 +23169,7 @@
}
},
{
- "id": 20094,
+ "id": 20638,
"properties": {
"east": "none",
"north": "tall",
@@ -23179,7 +23180,7 @@
}
},
{
- "id": 20095,
+ "id": 20639,
"properties": {
"east": "none",
"north": "tall",
@@ -23190,7 +23191,7 @@
}
},
{
- "id": 20096,
+ "id": 20640,
"properties": {
"east": "none",
"north": "tall",
@@ -23201,7 +23202,7 @@
}
},
{
- "id": 20097,
+ "id": 20641,
"properties": {
"east": "none",
"north": "tall",
@@ -23212,7 +23213,7 @@
}
},
{
- "id": 20098,
+ "id": 20642,
"properties": {
"east": "none",
"north": "tall",
@@ -23223,7 +23224,7 @@
}
},
{
- "id": 20099,
+ "id": 20643,
"properties": {
"east": "none",
"north": "tall",
@@ -23234,7 +23235,7 @@
}
},
{
- "id": 20100,
+ "id": 20644,
"properties": {
"east": "none",
"north": "tall",
@@ -23245,7 +23246,7 @@
}
},
{
- "id": 20101,
+ "id": 20645,
"properties": {
"east": "none",
"north": "tall",
@@ -23256,7 +23257,7 @@
}
},
{
- "id": 20102,
+ "id": 20646,
"properties": {
"east": "none",
"north": "tall",
@@ -23267,7 +23268,7 @@
}
},
{
- "id": 20103,
+ "id": 20647,
"properties": {
"east": "none",
"north": "tall",
@@ -23278,7 +23279,7 @@
}
},
{
- "id": 20104,
+ "id": 20648,
"properties": {
"east": "none",
"north": "tall",
@@ -23289,7 +23290,7 @@
}
},
{
- "id": 20105,
+ "id": 20649,
"properties": {
"east": "none",
"north": "tall",
@@ -23300,7 +23301,7 @@
}
},
{
- "id": 20106,
+ "id": 20650,
"properties": {
"east": "none",
"north": "tall",
@@ -23311,7 +23312,7 @@
}
},
{
- "id": 20107,
+ "id": 20651,
"properties": {
"east": "none",
"north": "tall",
@@ -23322,7 +23323,7 @@
}
},
{
- "id": 20108,
+ "id": 20652,
"properties": {
"east": "none",
"north": "tall",
@@ -23333,7 +23334,7 @@
}
},
{
- "id": 20109,
+ "id": 20653,
"properties": {
"east": "none",
"north": "tall",
@@ -23344,7 +23345,7 @@
}
},
{
- "id": 20110,
+ "id": 20654,
"properties": {
"east": "none",
"north": "tall",
@@ -23355,7 +23356,7 @@
}
},
{
- "id": 20111,
+ "id": 20655,
"properties": {
"east": "none",
"north": "tall",
@@ -23366,7 +23367,7 @@
}
},
{
- "id": 20112,
+ "id": 20656,
"properties": {
"east": "none",
"north": "tall",
@@ -23377,7 +23378,7 @@
}
},
{
- "id": 20113,
+ "id": 20657,
"properties": {
"east": "none",
"north": "tall",
@@ -23388,7 +23389,7 @@
}
},
{
- "id": 20114,
+ "id": 20658,
"properties": {
"east": "none",
"north": "tall",
@@ -23399,7 +23400,7 @@
}
},
{
- "id": 20115,
+ "id": 20659,
"properties": {
"east": "none",
"north": "tall",
@@ -23410,7 +23411,7 @@
}
},
{
- "id": 20116,
+ "id": 20660,
"properties": {
"east": "none",
"north": "tall",
@@ -23421,7 +23422,7 @@
}
},
{
- "id": 20117,
+ "id": 20661,
"properties": {
"east": "none",
"north": "tall",
@@ -23432,7 +23433,7 @@
}
},
{
- "id": 20118,
+ "id": 20662,
"properties": {
"east": "low",
"north": "none",
@@ -23443,7 +23444,7 @@
}
},
{
- "id": 20119,
+ "id": 20663,
"properties": {
"east": "low",
"north": "none",
@@ -23454,7 +23455,7 @@
}
},
{
- "id": 20120,
+ "id": 20664,
"properties": {
"east": "low",
"north": "none",
@@ -23465,7 +23466,7 @@
}
},
{
- "id": 20121,
+ "id": 20665,
"properties": {
"east": "low",
"north": "none",
@@ -23476,7 +23477,7 @@
}
},
{
- "id": 20122,
+ "id": 20666,
"properties": {
"east": "low",
"north": "none",
@@ -23487,7 +23488,7 @@
}
},
{
- "id": 20123,
+ "id": 20667,
"properties": {
"east": "low",
"north": "none",
@@ -23498,7 +23499,7 @@
}
},
{
- "id": 20124,
+ "id": 20668,
"properties": {
"east": "low",
"north": "none",
@@ -23509,7 +23510,7 @@
}
},
{
- "id": 20125,
+ "id": 20669,
"properties": {
"east": "low",
"north": "none",
@@ -23520,7 +23521,7 @@
}
},
{
- "id": 20126,
+ "id": 20670,
"properties": {
"east": "low",
"north": "none",
@@ -23531,7 +23532,7 @@
}
},
{
- "id": 20127,
+ "id": 20671,
"properties": {
"east": "low",
"north": "none",
@@ -23542,7 +23543,7 @@
}
},
{
- "id": 20128,
+ "id": 20672,
"properties": {
"east": "low",
"north": "none",
@@ -23553,7 +23554,7 @@
}
},
{
- "id": 20129,
+ "id": 20673,
"properties": {
"east": "low",
"north": "none",
@@ -23564,7 +23565,7 @@
}
},
{
- "id": 20130,
+ "id": 20674,
"properties": {
"east": "low",
"north": "none",
@@ -23575,7 +23576,7 @@
}
},
{
- "id": 20131,
+ "id": 20675,
"properties": {
"east": "low",
"north": "none",
@@ -23586,7 +23587,7 @@
}
},
{
- "id": 20132,
+ "id": 20676,
"properties": {
"east": "low",
"north": "none",
@@ -23597,7 +23598,7 @@
}
},
{
- "id": 20133,
+ "id": 20677,
"properties": {
"east": "low",
"north": "none",
@@ -23608,7 +23609,7 @@
}
},
{
- "id": 20134,
+ "id": 20678,
"properties": {
"east": "low",
"north": "none",
@@ -23619,7 +23620,7 @@
}
},
{
- "id": 20135,
+ "id": 20679,
"properties": {
"east": "low",
"north": "none",
@@ -23630,7 +23631,7 @@
}
},
{
- "id": 20136,
+ "id": 20680,
"properties": {
"east": "low",
"north": "none",
@@ -23641,7 +23642,7 @@
}
},
{
- "id": 20137,
+ "id": 20681,
"properties": {
"east": "low",
"north": "none",
@@ -23652,7 +23653,7 @@
}
},
{
- "id": 20138,
+ "id": 20682,
"properties": {
"east": "low",
"north": "none",
@@ -23663,7 +23664,7 @@
}
},
{
- "id": 20139,
+ "id": 20683,
"properties": {
"east": "low",
"north": "none",
@@ -23674,7 +23675,7 @@
}
},
{
- "id": 20140,
+ "id": 20684,
"properties": {
"east": "low",
"north": "none",
@@ -23685,7 +23686,7 @@
}
},
{
- "id": 20141,
+ "id": 20685,
"properties": {
"east": "low",
"north": "none",
@@ -23696,7 +23697,7 @@
}
},
{
- "id": 20142,
+ "id": 20686,
"properties": {
"east": "low",
"north": "none",
@@ -23707,7 +23708,7 @@
}
},
{
- "id": 20143,
+ "id": 20687,
"properties": {
"east": "low",
"north": "none",
@@ -23718,7 +23719,7 @@
}
},
{
- "id": 20144,
+ "id": 20688,
"properties": {
"east": "low",
"north": "none",
@@ -23729,7 +23730,7 @@
}
},
{
- "id": 20145,
+ "id": 20689,
"properties": {
"east": "low",
"north": "none",
@@ -23740,7 +23741,7 @@
}
},
{
- "id": 20146,
+ "id": 20690,
"properties": {
"east": "low",
"north": "none",
@@ -23751,7 +23752,7 @@
}
},
{
- "id": 20147,
+ "id": 20691,
"properties": {
"east": "low",
"north": "none",
@@ -23762,7 +23763,7 @@
}
},
{
- "id": 20148,
+ "id": 20692,
"properties": {
"east": "low",
"north": "none",
@@ -23773,7 +23774,7 @@
}
},
{
- "id": 20149,
+ "id": 20693,
"properties": {
"east": "low",
"north": "none",
@@ -23784,7 +23785,7 @@
}
},
{
- "id": 20150,
+ "id": 20694,
"properties": {
"east": "low",
"north": "none",
@@ -23795,7 +23796,7 @@
}
},
{
- "id": 20151,
+ "id": 20695,
"properties": {
"east": "low",
"north": "none",
@@ -23806,7 +23807,7 @@
}
},
{
- "id": 20152,
+ "id": 20696,
"properties": {
"east": "low",
"north": "none",
@@ -23817,7 +23818,7 @@
}
},
{
- "id": 20153,
+ "id": 20697,
"properties": {
"east": "low",
"north": "none",
@@ -23828,7 +23829,7 @@
}
},
{
- "id": 20154,
+ "id": 20698,
"properties": {
"east": "low",
"north": "low",
@@ -23839,7 +23840,7 @@
}
},
{
- "id": 20155,
+ "id": 20699,
"properties": {
"east": "low",
"north": "low",
@@ -23850,7 +23851,7 @@
}
},
{
- "id": 20156,
+ "id": 20700,
"properties": {
"east": "low",
"north": "low",
@@ -23861,7 +23862,7 @@
}
},
{
- "id": 20157,
+ "id": 20701,
"properties": {
"east": "low",
"north": "low",
@@ -23872,7 +23873,7 @@
}
},
{
- "id": 20158,
+ "id": 20702,
"properties": {
"east": "low",
"north": "low",
@@ -23883,7 +23884,7 @@
}
},
{
- "id": 20159,
+ "id": 20703,
"properties": {
"east": "low",
"north": "low",
@@ -23894,7 +23895,7 @@
}
},
{
- "id": 20160,
+ "id": 20704,
"properties": {
"east": "low",
"north": "low",
@@ -23905,7 +23906,7 @@
}
},
{
- "id": 20161,
+ "id": 20705,
"properties": {
"east": "low",
"north": "low",
@@ -23916,7 +23917,7 @@
}
},
{
- "id": 20162,
+ "id": 20706,
"properties": {
"east": "low",
"north": "low",
@@ -23927,7 +23928,7 @@
}
},
{
- "id": 20163,
+ "id": 20707,
"properties": {
"east": "low",
"north": "low",
@@ -23938,7 +23939,7 @@
}
},
{
- "id": 20164,
+ "id": 20708,
"properties": {
"east": "low",
"north": "low",
@@ -23949,7 +23950,7 @@
}
},
{
- "id": 20165,
+ "id": 20709,
"properties": {
"east": "low",
"north": "low",
@@ -23960,7 +23961,7 @@
}
},
{
- "id": 20166,
+ "id": 20710,
"properties": {
"east": "low",
"north": "low",
@@ -23971,7 +23972,7 @@
}
},
{
- "id": 20167,
+ "id": 20711,
"properties": {
"east": "low",
"north": "low",
@@ -23982,7 +23983,7 @@
}
},
{
- "id": 20168,
+ "id": 20712,
"properties": {
"east": "low",
"north": "low",
@@ -23993,7 +23994,7 @@
}
},
{
- "id": 20169,
+ "id": 20713,
"properties": {
"east": "low",
"north": "low",
@@ -24004,7 +24005,7 @@
}
},
{
- "id": 20170,
+ "id": 20714,
"properties": {
"east": "low",
"north": "low",
@@ -24015,7 +24016,7 @@
}
},
{
- "id": 20171,
+ "id": 20715,
"properties": {
"east": "low",
"north": "low",
@@ -24026,7 +24027,7 @@
}
},
{
- "id": 20172,
+ "id": 20716,
"properties": {
"east": "low",
"north": "low",
@@ -24037,7 +24038,7 @@
}
},
{
- "id": 20173,
+ "id": 20717,
"properties": {
"east": "low",
"north": "low",
@@ -24048,7 +24049,7 @@
}
},
{
- "id": 20174,
+ "id": 20718,
"properties": {
"east": "low",
"north": "low",
@@ -24059,7 +24060,7 @@
}
},
{
- "id": 20175,
+ "id": 20719,
"properties": {
"east": "low",
"north": "low",
@@ -24070,7 +24071,7 @@
}
},
{
- "id": 20176,
+ "id": 20720,
"properties": {
"east": "low",
"north": "low",
@@ -24081,7 +24082,7 @@
}
},
{
- "id": 20177,
+ "id": 20721,
"properties": {
"east": "low",
"north": "low",
@@ -24092,7 +24093,7 @@
}
},
{
- "id": 20178,
+ "id": 20722,
"properties": {
"east": "low",
"north": "low",
@@ -24103,7 +24104,7 @@
}
},
{
- "id": 20179,
+ "id": 20723,
"properties": {
"east": "low",
"north": "low",
@@ -24114,7 +24115,7 @@
}
},
{
- "id": 20180,
+ "id": 20724,
"properties": {
"east": "low",
"north": "low",
@@ -24125,7 +24126,7 @@
}
},
{
- "id": 20181,
+ "id": 20725,
"properties": {
"east": "low",
"north": "low",
@@ -24136,7 +24137,7 @@
}
},
{
- "id": 20182,
+ "id": 20726,
"properties": {
"east": "low",
"north": "low",
@@ -24147,7 +24148,7 @@
}
},
{
- "id": 20183,
+ "id": 20727,
"properties": {
"east": "low",
"north": "low",
@@ -24158,7 +24159,7 @@
}
},
{
- "id": 20184,
+ "id": 20728,
"properties": {
"east": "low",
"north": "low",
@@ -24169,7 +24170,7 @@
}
},
{
- "id": 20185,
+ "id": 20729,
"properties": {
"east": "low",
"north": "low",
@@ -24180,7 +24181,7 @@
}
},
{
- "id": 20186,
+ "id": 20730,
"properties": {
"east": "low",
"north": "low",
@@ -24191,7 +24192,7 @@
}
},
{
- "id": 20187,
+ "id": 20731,
"properties": {
"east": "low",
"north": "low",
@@ -24202,7 +24203,7 @@
}
},
{
- "id": 20188,
+ "id": 20732,
"properties": {
"east": "low",
"north": "low",
@@ -24213,7 +24214,7 @@
}
},
{
- "id": 20189,
+ "id": 20733,
"properties": {
"east": "low",
"north": "low",
@@ -24224,7 +24225,7 @@
}
},
{
- "id": 20190,
+ "id": 20734,
"properties": {
"east": "low",
"north": "tall",
@@ -24235,7 +24236,7 @@
}
},
{
- "id": 20191,
+ "id": 20735,
"properties": {
"east": "low",
"north": "tall",
@@ -24246,7 +24247,7 @@
}
},
{
- "id": 20192,
+ "id": 20736,
"properties": {
"east": "low",
"north": "tall",
@@ -24257,7 +24258,7 @@
}
},
{
- "id": 20193,
+ "id": 20737,
"properties": {
"east": "low",
"north": "tall",
@@ -24268,7 +24269,7 @@
}
},
{
- "id": 20194,
+ "id": 20738,
"properties": {
"east": "low",
"north": "tall",
@@ -24279,7 +24280,7 @@
}
},
{
- "id": 20195,
+ "id": 20739,
"properties": {
"east": "low",
"north": "tall",
@@ -24290,7 +24291,7 @@
}
},
{
- "id": 20196,
+ "id": 20740,
"properties": {
"east": "low",
"north": "tall",
@@ -24301,7 +24302,7 @@
}
},
{
- "id": 20197,
+ "id": 20741,
"properties": {
"east": "low",
"north": "tall",
@@ -24312,7 +24313,7 @@
}
},
{
- "id": 20198,
+ "id": 20742,
"properties": {
"east": "low",
"north": "tall",
@@ -24323,7 +24324,7 @@
}
},
{
- "id": 20199,
+ "id": 20743,
"properties": {
"east": "low",
"north": "tall",
@@ -24334,7 +24335,7 @@
}
},
{
- "id": 20200,
+ "id": 20744,
"properties": {
"east": "low",
"north": "tall",
@@ -24345,7 +24346,7 @@
}
},
{
- "id": 20201,
+ "id": 20745,
"properties": {
"east": "low",
"north": "tall",
@@ -24356,7 +24357,7 @@
}
},
{
- "id": 20202,
+ "id": 20746,
"properties": {
"east": "low",
"north": "tall",
@@ -24367,7 +24368,7 @@
}
},
{
- "id": 20203,
+ "id": 20747,
"properties": {
"east": "low",
"north": "tall",
@@ -24378,7 +24379,7 @@
}
},
{
- "id": 20204,
+ "id": 20748,
"properties": {
"east": "low",
"north": "tall",
@@ -24389,7 +24390,7 @@
}
},
{
- "id": 20205,
+ "id": 20749,
"properties": {
"east": "low",
"north": "tall",
@@ -24400,7 +24401,7 @@
}
},
{
- "id": 20206,
+ "id": 20750,
"properties": {
"east": "low",
"north": "tall",
@@ -24411,7 +24412,7 @@
}
},
{
- "id": 20207,
+ "id": 20751,
"properties": {
"east": "low",
"north": "tall",
@@ -24422,7 +24423,7 @@
}
},
{
- "id": 20208,
+ "id": 20752,
"properties": {
"east": "low",
"north": "tall",
@@ -24433,7 +24434,7 @@
}
},
{
- "id": 20209,
+ "id": 20753,
"properties": {
"east": "low",
"north": "tall",
@@ -24444,7 +24445,7 @@
}
},
{
- "id": 20210,
+ "id": 20754,
"properties": {
"east": "low",
"north": "tall",
@@ -24455,7 +24456,7 @@
}
},
{
- "id": 20211,
+ "id": 20755,
"properties": {
"east": "low",
"north": "tall",
@@ -24466,7 +24467,7 @@
}
},
{
- "id": 20212,
+ "id": 20756,
"properties": {
"east": "low",
"north": "tall",
@@ -24477,7 +24478,7 @@
}
},
{
- "id": 20213,
+ "id": 20757,
"properties": {
"east": "low",
"north": "tall",
@@ -24488,7 +24489,7 @@
}
},
{
- "id": 20214,
+ "id": 20758,
"properties": {
"east": "low",
"north": "tall",
@@ -24499,7 +24500,7 @@
}
},
{
- "id": 20215,
+ "id": 20759,
"properties": {
"east": "low",
"north": "tall",
@@ -24510,7 +24511,7 @@
}
},
{
- "id": 20216,
+ "id": 20760,
"properties": {
"east": "low",
"north": "tall",
@@ -24521,7 +24522,7 @@
}
},
{
- "id": 20217,
+ "id": 20761,
"properties": {
"east": "low",
"north": "tall",
@@ -24532,7 +24533,7 @@
}
},
{
- "id": 20218,
+ "id": 20762,
"properties": {
"east": "low",
"north": "tall",
@@ -24543,7 +24544,7 @@
}
},
{
- "id": 20219,
+ "id": 20763,
"properties": {
"east": "low",
"north": "tall",
@@ -24554,7 +24555,7 @@
}
},
{
- "id": 20220,
+ "id": 20764,
"properties": {
"east": "low",
"north": "tall",
@@ -24565,7 +24566,7 @@
}
},
{
- "id": 20221,
+ "id": 20765,
"properties": {
"east": "low",
"north": "tall",
@@ -24576,7 +24577,7 @@
}
},
{
- "id": 20222,
+ "id": 20766,
"properties": {
"east": "low",
"north": "tall",
@@ -24587,7 +24588,7 @@
}
},
{
- "id": 20223,
+ "id": 20767,
"properties": {
"east": "low",
"north": "tall",
@@ -24598,7 +24599,7 @@
}
},
{
- "id": 20224,
+ "id": 20768,
"properties": {
"east": "low",
"north": "tall",
@@ -24609,7 +24610,7 @@
}
},
{
- "id": 20225,
+ "id": 20769,
"properties": {
"east": "low",
"north": "tall",
@@ -24620,7 +24621,7 @@
}
},
{
- "id": 20226,
+ "id": 20770,
"properties": {
"east": "tall",
"north": "none",
@@ -24631,7 +24632,7 @@
}
},
{
- "id": 20227,
+ "id": 20771,
"properties": {
"east": "tall",
"north": "none",
@@ -24642,7 +24643,7 @@
}
},
{
- "id": 20228,
+ "id": 20772,
"properties": {
"east": "tall",
"north": "none",
@@ -24653,7 +24654,7 @@
}
},
{
- "id": 20229,
+ "id": 20773,
"properties": {
"east": "tall",
"north": "none",
@@ -24664,7 +24665,7 @@
}
},
{
- "id": 20230,
+ "id": 20774,
"properties": {
"east": "tall",
"north": "none",
@@ -24675,7 +24676,7 @@
}
},
{
- "id": 20231,
+ "id": 20775,
"properties": {
"east": "tall",
"north": "none",
@@ -24686,7 +24687,7 @@
}
},
{
- "id": 20232,
+ "id": 20776,
"properties": {
"east": "tall",
"north": "none",
@@ -24697,7 +24698,7 @@
}
},
{
- "id": 20233,
+ "id": 20777,
"properties": {
"east": "tall",
"north": "none",
@@ -24708,7 +24709,7 @@
}
},
{
- "id": 20234,
+ "id": 20778,
"properties": {
"east": "tall",
"north": "none",
@@ -24719,7 +24720,7 @@
}
},
{
- "id": 20235,
+ "id": 20779,
"properties": {
"east": "tall",
"north": "none",
@@ -24730,7 +24731,7 @@
}
},
{
- "id": 20236,
+ "id": 20780,
"properties": {
"east": "tall",
"north": "none",
@@ -24741,7 +24742,7 @@
}
},
{
- "id": 20237,
+ "id": 20781,
"properties": {
"east": "tall",
"north": "none",
@@ -24752,7 +24753,7 @@
}
},
{
- "id": 20238,
+ "id": 20782,
"properties": {
"east": "tall",
"north": "none",
@@ -24763,7 +24764,7 @@
}
},
{
- "id": 20239,
+ "id": 20783,
"properties": {
"east": "tall",
"north": "none",
@@ -24774,7 +24775,7 @@
}
},
{
- "id": 20240,
+ "id": 20784,
"properties": {
"east": "tall",
"north": "none",
@@ -24785,7 +24786,7 @@
}
},
{
- "id": 20241,
+ "id": 20785,
"properties": {
"east": "tall",
"north": "none",
@@ -24796,7 +24797,7 @@
}
},
{
- "id": 20242,
+ "id": 20786,
"properties": {
"east": "tall",
"north": "none",
@@ -24807,7 +24808,7 @@
}
},
{
- "id": 20243,
+ "id": 20787,
"properties": {
"east": "tall",
"north": "none",
@@ -24818,7 +24819,7 @@
}
},
{
- "id": 20244,
+ "id": 20788,
"properties": {
"east": "tall",
"north": "none",
@@ -24829,7 +24830,7 @@
}
},
{
- "id": 20245,
+ "id": 20789,
"properties": {
"east": "tall",
"north": "none",
@@ -24840,7 +24841,7 @@
}
},
{
- "id": 20246,
+ "id": 20790,
"properties": {
"east": "tall",
"north": "none",
@@ -24851,7 +24852,7 @@
}
},
{
- "id": 20247,
+ "id": 20791,
"properties": {
"east": "tall",
"north": "none",
@@ -24862,7 +24863,7 @@
}
},
{
- "id": 20248,
+ "id": 20792,
"properties": {
"east": "tall",
"north": "none",
@@ -24873,7 +24874,7 @@
}
},
{
- "id": 20249,
+ "id": 20793,
"properties": {
"east": "tall",
"north": "none",
@@ -24884,7 +24885,7 @@
}
},
{
- "id": 20250,
+ "id": 20794,
"properties": {
"east": "tall",
"north": "none",
@@ -24895,7 +24896,7 @@
}
},
{
- "id": 20251,
+ "id": 20795,
"properties": {
"east": "tall",
"north": "none",
@@ -24906,7 +24907,7 @@
}
},
{
- "id": 20252,
+ "id": 20796,
"properties": {
"east": "tall",
"north": "none",
@@ -24917,7 +24918,7 @@
}
},
{
- "id": 20253,
+ "id": 20797,
"properties": {
"east": "tall",
"north": "none",
@@ -24928,7 +24929,7 @@
}
},
{
- "id": 20254,
+ "id": 20798,
"properties": {
"east": "tall",
"north": "none",
@@ -24939,7 +24940,7 @@
}
},
{
- "id": 20255,
+ "id": 20799,
"properties": {
"east": "tall",
"north": "none",
@@ -24950,7 +24951,7 @@
}
},
{
- "id": 20256,
+ "id": 20800,
"properties": {
"east": "tall",
"north": "none",
@@ -24961,7 +24962,7 @@
}
},
{
- "id": 20257,
+ "id": 20801,
"properties": {
"east": "tall",
"north": "none",
@@ -24972,7 +24973,7 @@
}
},
{
- "id": 20258,
+ "id": 20802,
"properties": {
"east": "tall",
"north": "none",
@@ -24983,7 +24984,7 @@
}
},
{
- "id": 20259,
+ "id": 20803,
"properties": {
"east": "tall",
"north": "none",
@@ -24994,7 +24995,7 @@
}
},
{
- "id": 20260,
+ "id": 20804,
"properties": {
"east": "tall",
"north": "none",
@@ -25005,7 +25006,7 @@
}
},
{
- "id": 20261,
+ "id": 20805,
"properties": {
"east": "tall",
"north": "none",
@@ -25016,7 +25017,7 @@
}
},
{
- "id": 20262,
+ "id": 20806,
"properties": {
"east": "tall",
"north": "low",
@@ -25027,7 +25028,7 @@
}
},
{
- "id": 20263,
+ "id": 20807,
"properties": {
"east": "tall",
"north": "low",
@@ -25038,7 +25039,7 @@
}
},
{
- "id": 20264,
+ "id": 20808,
"properties": {
"east": "tall",
"north": "low",
@@ -25049,7 +25050,7 @@
}
},
{
- "id": 20265,
+ "id": 20809,
"properties": {
"east": "tall",
"north": "low",
@@ -25060,7 +25061,7 @@
}
},
{
- "id": 20266,
+ "id": 20810,
"properties": {
"east": "tall",
"north": "low",
@@ -25071,7 +25072,7 @@
}
},
{
- "id": 20267,
+ "id": 20811,
"properties": {
"east": "tall",
"north": "low",
@@ -25082,7 +25083,7 @@
}
},
{
- "id": 20268,
+ "id": 20812,
"properties": {
"east": "tall",
"north": "low",
@@ -25093,7 +25094,7 @@
}
},
{
- "id": 20269,
+ "id": 20813,
"properties": {
"east": "tall",
"north": "low",
@@ -25104,7 +25105,7 @@
}
},
{
- "id": 20270,
+ "id": 20814,
"properties": {
"east": "tall",
"north": "low",
@@ -25115,7 +25116,7 @@
}
},
{
- "id": 20271,
+ "id": 20815,
"properties": {
"east": "tall",
"north": "low",
@@ -25126,7 +25127,7 @@
}
},
{
- "id": 20272,
+ "id": 20816,
"properties": {
"east": "tall",
"north": "low",
@@ -25137,7 +25138,7 @@
}
},
{
- "id": 20273,
+ "id": 20817,
"properties": {
"east": "tall",
"north": "low",
@@ -25148,7 +25149,7 @@
}
},
{
- "id": 20274,
+ "id": 20818,
"properties": {
"east": "tall",
"north": "low",
@@ -25159,7 +25160,7 @@
}
},
{
- "id": 20275,
+ "id": 20819,
"properties": {
"east": "tall",
"north": "low",
@@ -25170,7 +25171,7 @@
}
},
{
- "id": 20276,
+ "id": 20820,
"properties": {
"east": "tall",
"north": "low",
@@ -25181,7 +25182,7 @@
}
},
{
- "id": 20277,
+ "id": 20821,
"properties": {
"east": "tall",
"north": "low",
@@ -25192,7 +25193,7 @@
}
},
{
- "id": 20278,
+ "id": 20822,
"properties": {
"east": "tall",
"north": "low",
@@ -25203,7 +25204,7 @@
}
},
{
- "id": 20279,
+ "id": 20823,
"properties": {
"east": "tall",
"north": "low",
@@ -25214,7 +25215,7 @@
}
},
{
- "id": 20280,
+ "id": 20824,
"properties": {
"east": "tall",
"north": "low",
@@ -25225,7 +25226,7 @@
}
},
{
- "id": 20281,
+ "id": 20825,
"properties": {
"east": "tall",
"north": "low",
@@ -25236,7 +25237,7 @@
}
},
{
- "id": 20282,
+ "id": 20826,
"properties": {
"east": "tall",
"north": "low",
@@ -25247,7 +25248,7 @@
}
},
{
- "id": 20283,
+ "id": 20827,
"properties": {
"east": "tall",
"north": "low",
@@ -25258,7 +25259,7 @@
}
},
{
- "id": 20284,
+ "id": 20828,
"properties": {
"east": "tall",
"north": "low",
@@ -25269,7 +25270,7 @@
}
},
{
- "id": 20285,
+ "id": 20829,
"properties": {
"east": "tall",
"north": "low",
@@ -25280,7 +25281,7 @@
}
},
{
- "id": 20286,
+ "id": 20830,
"properties": {
"east": "tall",
"north": "low",
@@ -25291,7 +25292,7 @@
}
},
{
- "id": 20287,
+ "id": 20831,
"properties": {
"east": "tall",
"north": "low",
@@ -25302,7 +25303,7 @@
}
},
{
- "id": 20288,
+ "id": 20832,
"properties": {
"east": "tall",
"north": "low",
@@ -25313,7 +25314,7 @@
}
},
{
- "id": 20289,
+ "id": 20833,
"properties": {
"east": "tall",
"north": "low",
@@ -25324,7 +25325,7 @@
}
},
{
- "id": 20290,
+ "id": 20834,
"properties": {
"east": "tall",
"north": "low",
@@ -25335,7 +25336,7 @@
}
},
{
- "id": 20291,
+ "id": 20835,
"properties": {
"east": "tall",
"north": "low",
@@ -25346,7 +25347,7 @@
}
},
{
- "id": 20292,
+ "id": 20836,
"properties": {
"east": "tall",
"north": "low",
@@ -25357,7 +25358,7 @@
}
},
{
- "id": 20293,
+ "id": 20837,
"properties": {
"east": "tall",
"north": "low",
@@ -25368,7 +25369,7 @@
}
},
{
- "id": 20294,
+ "id": 20838,
"properties": {
"east": "tall",
"north": "low",
@@ -25379,7 +25380,7 @@
}
},
{
- "id": 20295,
+ "id": 20839,
"properties": {
"east": "tall",
"north": "low",
@@ -25390,7 +25391,7 @@
}
},
{
- "id": 20296,
+ "id": 20840,
"properties": {
"east": "tall",
"north": "low",
@@ -25401,7 +25402,7 @@
}
},
{
- "id": 20297,
+ "id": 20841,
"properties": {
"east": "tall",
"north": "low",
@@ -25412,7 +25413,7 @@
}
},
{
- "id": 20298,
+ "id": 20842,
"properties": {
"east": "tall",
"north": "tall",
@@ -25423,7 +25424,7 @@
}
},
{
- "id": 20299,
+ "id": 20843,
"properties": {
"east": "tall",
"north": "tall",
@@ -25434,7 +25435,7 @@
}
},
{
- "id": 20300,
+ "id": 20844,
"properties": {
"east": "tall",
"north": "tall",
@@ -25445,7 +25446,7 @@
}
},
{
- "id": 20301,
+ "id": 20845,
"properties": {
"east": "tall",
"north": "tall",
@@ -25456,7 +25457,7 @@
}
},
{
- "id": 20302,
+ "id": 20846,
"properties": {
"east": "tall",
"north": "tall",
@@ -25467,7 +25468,7 @@
}
},
{
- "id": 20303,
+ "id": 20847,
"properties": {
"east": "tall",
"north": "tall",
@@ -25478,7 +25479,7 @@
}
},
{
- "id": 20304,
+ "id": 20848,
"properties": {
"east": "tall",
"north": "tall",
@@ -25489,7 +25490,7 @@
}
},
{
- "id": 20305,
+ "id": 20849,
"properties": {
"east": "tall",
"north": "tall",
@@ -25500,7 +25501,7 @@
}
},
{
- "id": 20306,
+ "id": 20850,
"properties": {
"east": "tall",
"north": "tall",
@@ -25511,7 +25512,7 @@
}
},
{
- "id": 20307,
+ "id": 20851,
"properties": {
"east": "tall",
"north": "tall",
@@ -25522,7 +25523,7 @@
}
},
{
- "id": 20308,
+ "id": 20852,
"properties": {
"east": "tall",
"north": "tall",
@@ -25533,7 +25534,7 @@
}
},
{
- "id": 20309,
+ "id": 20853,
"properties": {
"east": "tall",
"north": "tall",
@@ -25544,7 +25545,7 @@
}
},
{
- "id": 20310,
+ "id": 20854,
"properties": {
"east": "tall",
"north": "tall",
@@ -25555,7 +25556,7 @@
}
},
{
- "id": 20311,
+ "id": 20855,
"properties": {
"east": "tall",
"north": "tall",
@@ -25566,7 +25567,7 @@
}
},
{
- "id": 20312,
+ "id": 20856,
"properties": {
"east": "tall",
"north": "tall",
@@ -25577,7 +25578,7 @@
}
},
{
- "id": 20313,
+ "id": 20857,
"properties": {
"east": "tall",
"north": "tall",
@@ -25588,7 +25589,7 @@
}
},
{
- "id": 20314,
+ "id": 20858,
"properties": {
"east": "tall",
"north": "tall",
@@ -25599,7 +25600,7 @@
}
},
{
- "id": 20315,
+ "id": 20859,
"properties": {
"east": "tall",
"north": "tall",
@@ -25610,7 +25611,7 @@
}
},
{
- "id": 20316,
+ "id": 20860,
"properties": {
"east": "tall",
"north": "tall",
@@ -25621,7 +25622,7 @@
}
},
{
- "id": 20317,
+ "id": 20861,
"properties": {
"east": "tall",
"north": "tall",
@@ -25632,7 +25633,7 @@
}
},
{
- "id": 20318,
+ "id": 20862,
"properties": {
"east": "tall",
"north": "tall",
@@ -25643,7 +25644,7 @@
}
},
{
- "id": 20319,
+ "id": 20863,
"properties": {
"east": "tall",
"north": "tall",
@@ -25654,7 +25655,7 @@
}
},
{
- "id": 20320,
+ "id": 20864,
"properties": {
"east": "tall",
"north": "tall",
@@ -25665,7 +25666,7 @@
}
},
{
- "id": 20321,
+ "id": 20865,
"properties": {
"east": "tall",
"north": "tall",
@@ -25676,7 +25677,7 @@
}
},
{
- "id": 20322,
+ "id": 20866,
"properties": {
"east": "tall",
"north": "tall",
@@ -25687,7 +25688,7 @@
}
},
{
- "id": 20323,
+ "id": 20867,
"properties": {
"east": "tall",
"north": "tall",
@@ -25698,7 +25699,7 @@
}
},
{
- "id": 20324,
+ "id": 20868,
"properties": {
"east": "tall",
"north": "tall",
@@ -25709,7 +25710,7 @@
}
},
{
- "id": 20325,
+ "id": 20869,
"properties": {
"east": "tall",
"north": "tall",
@@ -25720,7 +25721,7 @@
}
},
{
- "id": 20326,
+ "id": 20870,
"properties": {
"east": "tall",
"north": "tall",
@@ -25731,7 +25732,7 @@
}
},
{
- "id": 20327,
+ "id": 20871,
"properties": {
"east": "tall",
"north": "tall",
@@ -25742,7 +25743,7 @@
}
},
{
- "id": 20328,
+ "id": 20872,
"properties": {
"east": "tall",
"north": "tall",
@@ -25753,7 +25754,7 @@
}
},
{
- "id": 20329,
+ "id": 20873,
"properties": {
"east": "tall",
"north": "tall",
@@ -25764,7 +25765,7 @@
}
},
{
- "id": 20330,
+ "id": 20874,
"properties": {
"east": "tall",
"north": "tall",
@@ -25775,7 +25776,7 @@
}
},
{
- "id": 20331,
+ "id": 20875,
"properties": {
"east": "tall",
"north": "tall",
@@ -25786,7 +25787,7 @@
}
},
{
- "id": 20332,
+ "id": 20876,
"properties": {
"east": "tall",
"north": "tall",
@@ -25797,7 +25798,7 @@
}
},
{
- "id": 20333,
+ "id": 20877,
"properties": {
"east": "tall",
"north": "tall",
@@ -25828,7 +25829,7 @@
},
"states": [
{
- "id": 18897,
+ "id": 19441,
"properties": {
"facing": "north",
"lit": "true"
@@ -25836,49 +25837,49 @@
},
{
"default": true,
- "id": 18898,
+ "id": 19442,
"properties": {
"facing": "north",
"lit": "false"
}
},
{
- "id": 18899,
+ "id": 19443,
"properties": {
"facing": "south",
"lit": "true"
}
},
{
- "id": 18900,
+ "id": 19444,
"properties": {
"facing": "south",
"lit": "false"
}
},
{
- "id": 18901,
+ "id": 19445,
"properties": {
"facing": "west",
"lit": "true"
}
},
{
- "id": 18902,
+ "id": 19446,
"properties": {
"facing": "west",
"lit": "false"
}
},
{
- "id": 18903,
+ "id": 19447,
"properties": {
"facing": "east",
"lit": "true"
}
},
{
- "id": 18904,
+ "id": 19448,
"properties": {
"facing": "east",
"lit": "false"
@@ -25915,97 +25916,97 @@
"states": [
{
"default": true,
- "id": 11270,
+ "id": 11814,
"properties": {
"rotation": "0"
}
},
{
- "id": 11271,
+ "id": 11815,
"properties": {
"rotation": "1"
}
},
{
- "id": 11272,
+ "id": 11816,
"properties": {
"rotation": "2"
}
},
{
- "id": 11273,
+ "id": 11817,
"properties": {
"rotation": "3"
}
},
{
- "id": 11274,
+ "id": 11818,
"properties": {
"rotation": "4"
}
},
{
- "id": 11275,
+ "id": 11819,
"properties": {
"rotation": "5"
}
},
{
- "id": 11276,
+ "id": 11820,
"properties": {
"rotation": "6"
}
},
{
- "id": 11277,
+ "id": 11821,
"properties": {
"rotation": "7"
}
},
{
- "id": 11278,
+ "id": 11822,
"properties": {
"rotation": "8"
}
},
{
- "id": 11279,
+ "id": 11823,
"properties": {
"rotation": "9"
}
},
{
- "id": 11280,
+ "id": 11824,
"properties": {
"rotation": "10"
}
},
{
- "id": 11281,
+ "id": 11825,
"properties": {
"rotation": "11"
}
},
{
- "id": 11282,
+ "id": 11826,
"properties": {
"rotation": "12"
}
},
{
- "id": 11283,
+ "id": 11827,
"properties": {
"rotation": "13"
}
},
{
- "id": 11284,
+ "id": 11828,
"properties": {
"rotation": "14"
}
},
{
- "id": 11285,
+ "id": 11829,
"properties": {
"rotation": "15"
}
@@ -26189,7 +26190,7 @@
},
"states": [
{
- "id": 21386,
+ "id": 21930,
"properties": {
"candles": "1",
"lit": "true",
@@ -26197,7 +26198,7 @@
}
},
{
- "id": 21387,
+ "id": 21931,
"properties": {
"candles": "1",
"lit": "true",
@@ -26205,7 +26206,7 @@
}
},
{
- "id": 21388,
+ "id": 21932,
"properties": {
"candles": "1",
"lit": "false",
@@ -26214,7 +26215,7 @@
},
{
"default": true,
- "id": 21389,
+ "id": 21933,
"properties": {
"candles": "1",
"lit": "false",
@@ -26222,7 +26223,7 @@
}
},
{
- "id": 21390,
+ "id": 21934,
"properties": {
"candles": "2",
"lit": "true",
@@ -26230,7 +26231,7 @@
}
},
{
- "id": 21391,
+ "id": 21935,
"properties": {
"candles": "2",
"lit": "true",
@@ -26238,7 +26239,7 @@
}
},
{
- "id": 21392,
+ "id": 21936,
"properties": {
"candles": "2",
"lit": "false",
@@ -26246,7 +26247,7 @@
}
},
{
- "id": 21393,
+ "id": 21937,
"properties": {
"candles": "2",
"lit": "false",
@@ -26254,7 +26255,7 @@
}
},
{
- "id": 21394,
+ "id": 21938,
"properties": {
"candles": "3",
"lit": "true",
@@ -26262,7 +26263,7 @@
}
},
{
- "id": 21395,
+ "id": 21939,
"properties": {
"candles": "3",
"lit": "true",
@@ -26270,7 +26271,7 @@
}
},
{
- "id": 21396,
+ "id": 21940,
"properties": {
"candles": "3",
"lit": "false",
@@ -26278,7 +26279,7 @@
}
},
{
- "id": 21397,
+ "id": 21941,
"properties": {
"candles": "3",
"lit": "false",
@@ -26286,7 +26287,7 @@
}
},
{
- "id": 21398,
+ "id": 21942,
"properties": {
"candles": "4",
"lit": "true",
@@ -26294,7 +26295,7 @@
}
},
{
- "id": 21399,
+ "id": 21943,
"properties": {
"candles": "4",
"lit": "true",
@@ -26302,7 +26303,7 @@
}
},
{
- "id": 21400,
+ "id": 21944,
"properties": {
"candles": "4",
"lit": "false",
@@ -26310,7 +26311,7 @@
}
},
{
- "id": 21401,
+ "id": 21945,
"properties": {
"candles": "4",
"lit": "false",
@@ -26333,14 +26334,14 @@
},
"states": [
{
- "id": 21490,
+ "id": 22034,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21491,
+ "id": 22035,
"properties": {
"lit": "false"
}
@@ -26356,7 +26357,7 @@
"states": [
{
"default": true,
- "id": 11074
+ "id": 11618
}
]
},
@@ -26368,7 +26369,7 @@
"states": [
{
"default": true,
- "id": 13208
+ "id": 13752
}
]
},
@@ -26381,7 +26382,7 @@
"states": [
{
"default": true,
- "id": 13224
+ "id": 13768
}
]
},
@@ -26401,25 +26402,25 @@
"states": [
{
"default": true,
- "id": 13177,
+ "id": 13721,
"properties": {
"facing": "north"
}
},
{
- "id": 13178,
+ "id": 13722,
"properties": {
"facing": "south"
}
},
{
- "id": 13179,
+ "id": 13723,
"properties": {
"facing": "west"
}
},
{
- "id": 13180,
+ "id": 13724,
"properties": {
"facing": "east"
}
@@ -26434,7 +26435,7 @@
"states": [
{
"default": true,
- "id": 13410
+ "id": 13954
}
]
},
@@ -26474,38 +26475,38 @@
},
"states": [
{
- "id": 13103,
+ "id": 13647,
"properties": {
"facing": "north"
}
},
{
- "id": 13104,
+ "id": 13648,
"properties": {
"facing": "east"
}
},
{
- "id": 13105,
+ "id": 13649,
"properties": {
"facing": "south"
}
},
{
- "id": 13106,
+ "id": 13650,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13107,
+ "id": 13651,
"properties": {
"facing": "up"
}
},
{
- "id": 13108,
+ "id": 13652,
"properties": {
"facing": "down"
}
@@ -26521,7 +26522,7 @@
"states": [
{
"default": true,
- "id": 6122
+ "id": 6125
}
]
},
@@ -26555,7 +26556,7 @@
},
"states": [
{
- "id": 9979,
+ "id": 10523,
"properties": {
"east": "true",
"north": "true",
@@ -26565,7 +26566,7 @@
}
},
{
- "id": 9980,
+ "id": 10524,
"properties": {
"east": "true",
"north": "true",
@@ -26575,7 +26576,7 @@
}
},
{
- "id": 9981,
+ "id": 10525,
"properties": {
"east": "true",
"north": "true",
@@ -26585,7 +26586,7 @@
}
},
{
- "id": 9982,
+ "id": 10526,
"properties": {
"east": "true",
"north": "true",
@@ -26595,7 +26596,7 @@
}
},
{
- "id": 9983,
+ "id": 10527,
"properties": {
"east": "true",
"north": "true",
@@ -26605,7 +26606,7 @@
}
},
{
- "id": 9984,
+ "id": 10528,
"properties": {
"east": "true",
"north": "true",
@@ -26615,7 +26616,7 @@
}
},
{
- "id": 9985,
+ "id": 10529,
"properties": {
"east": "true",
"north": "true",
@@ -26625,7 +26626,7 @@
}
},
{
- "id": 9986,
+ "id": 10530,
"properties": {
"east": "true",
"north": "true",
@@ -26635,7 +26636,7 @@
}
},
{
- "id": 9987,
+ "id": 10531,
"properties": {
"east": "true",
"north": "false",
@@ -26645,7 +26646,7 @@
}
},
{
- "id": 9988,
+ "id": 10532,
"properties": {
"east": "true",
"north": "false",
@@ -26655,7 +26656,7 @@
}
},
{
- "id": 9989,
+ "id": 10533,
"properties": {
"east": "true",
"north": "false",
@@ -26665,7 +26666,7 @@
}
},
{
- "id": 9990,
+ "id": 10534,
"properties": {
"east": "true",
"north": "false",
@@ -26675,7 +26676,7 @@
}
},
{
- "id": 9991,
+ "id": 10535,
"properties": {
"east": "true",
"north": "false",
@@ -26685,7 +26686,7 @@
}
},
{
- "id": 9992,
+ "id": 10536,
"properties": {
"east": "true",
"north": "false",
@@ -26695,7 +26696,7 @@
}
},
{
- "id": 9993,
+ "id": 10537,
"properties": {
"east": "true",
"north": "false",
@@ -26705,7 +26706,7 @@
}
},
{
- "id": 9994,
+ "id": 10538,
"properties": {
"east": "true",
"north": "false",
@@ -26715,7 +26716,7 @@
}
},
{
- "id": 9995,
+ "id": 10539,
"properties": {
"east": "false",
"north": "true",
@@ -26725,7 +26726,7 @@
}
},
{
- "id": 9996,
+ "id": 10540,
"properties": {
"east": "false",
"north": "true",
@@ -26735,7 +26736,7 @@
}
},
{
- "id": 9997,
+ "id": 10541,
"properties": {
"east": "false",
"north": "true",
@@ -26745,7 +26746,7 @@
}
},
{
- "id": 9998,
+ "id": 10542,
"properties": {
"east": "false",
"north": "true",
@@ -26755,7 +26756,7 @@
}
},
{
- "id": 9999,
+ "id": 10543,
"properties": {
"east": "false",
"north": "true",
@@ -26765,7 +26766,7 @@
}
},
{
- "id": 10000,
+ "id": 10544,
"properties": {
"east": "false",
"north": "true",
@@ -26775,7 +26776,7 @@
}
},
{
- "id": 10001,
+ "id": 10545,
"properties": {
"east": "false",
"north": "true",
@@ -26785,7 +26786,7 @@
}
},
{
- "id": 10002,
+ "id": 10546,
"properties": {
"east": "false",
"north": "true",
@@ -26795,7 +26796,7 @@
}
},
{
- "id": 10003,
+ "id": 10547,
"properties": {
"east": "false",
"north": "false",
@@ -26805,7 +26806,7 @@
}
},
{
- "id": 10004,
+ "id": 10548,
"properties": {
"east": "false",
"north": "false",
@@ -26815,7 +26816,7 @@
}
},
{
- "id": 10005,
+ "id": 10549,
"properties": {
"east": "false",
"north": "false",
@@ -26825,7 +26826,7 @@
}
},
{
- "id": 10006,
+ "id": 10550,
"properties": {
"east": "false",
"north": "false",
@@ -26835,7 +26836,7 @@
}
},
{
- "id": 10007,
+ "id": 10551,
"properties": {
"east": "false",
"north": "false",
@@ -26845,7 +26846,7 @@
}
},
{
- "id": 10008,
+ "id": 10552,
"properties": {
"east": "false",
"north": "false",
@@ -26855,7 +26856,7 @@
}
},
{
- "id": 10009,
+ "id": 10553,
"properties": {
"east": "false",
"north": "false",
@@ -26866,7 +26867,7 @@
},
{
"default": true,
- "id": 10010,
+ "id": 10554,
"properties": {
"east": "false",
"north": "false",
@@ -26885,7 +26886,7 @@
"states": [
{
"default": true,
- "id": 9622
+ "id": 10166
}
]
},
@@ -26906,25 +26907,25 @@
"states": [
{
"default": true,
- "id": 11394,
+ "id": 11938,
"properties": {
"facing": "north"
}
},
{
- "id": 11395,
+ "id": 11939,
"properties": {
"facing": "south"
}
},
{
- "id": 11396,
+ "id": 11940,
"properties": {
"facing": "west"
}
},
{
- "id": 11397,
+ "id": 11941,
"properties": {
"facing": "east"
}
@@ -26957,20 +26958,20 @@
},
"states": [
{
- "id": 13015,
+ "id": 13559,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 13016,
+ "id": 13560,
"properties": {
"axis": "y"
}
},
{
- "id": 13017,
+ "id": 13561,
"properties": {
"axis": "z"
}
@@ -27004,13 +27005,13 @@
"states": [
{
"default": true,
- "id": 13294,
+ "id": 13838,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13295,
+ "id": 13839,
"properties": {
"waterlogged": "false"
}
@@ -27026,7 +27027,7 @@
"states": [
{
"default": true,
- "id": 13278
+ "id": 13822
}
]
},
@@ -27045,13 +27046,13 @@
"states": [
{
"default": true,
- "id": 13314,
+ "id": 13858,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13315,
+ "id": 13859,
"properties": {
"waterlogged": "false"
}
@@ -27079,56 +27080,56 @@
"states": [
{
"default": true,
- "id": 13370,
+ "id": 13914,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13371,
+ "id": 13915,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13372,
+ "id": 13916,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13373,
+ "id": 13917,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13374,
+ "id": 13918,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13375,
+ "id": 13919,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13376,
+ "id": 13920,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13377,
+ "id": 13921,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -27157,7 +27158,7 @@
},
"states": [
{
- "id": 7620,
+ "id": 8164,
"properties": {
"has_bottle_0": "true",
"has_bottle_1": "true",
@@ -27165,7 +27166,7 @@
}
},
{
- "id": 7621,
+ "id": 8165,
"properties": {
"has_bottle_0": "true",
"has_bottle_1": "true",
@@ -27173,7 +27174,7 @@
}
},
{
- "id": 7622,
+ "id": 8166,
"properties": {
"has_bottle_0": "true",
"has_bottle_1": "false",
@@ -27181,7 +27182,7 @@
}
},
{
- "id": 7623,
+ "id": 8167,
"properties": {
"has_bottle_0": "true",
"has_bottle_1": "false",
@@ -27189,7 +27190,7 @@
}
},
{
- "id": 7624,
+ "id": 8168,
"properties": {
"has_bottle_0": "false",
"has_bottle_1": "true",
@@ -27197,7 +27198,7 @@
}
},
{
- "id": 7625,
+ "id": 8169,
"properties": {
"has_bottle_0": "false",
"has_bottle_1": "true",
@@ -27205,7 +27206,7 @@
}
},
{
- "id": 7626,
+ "id": 8170,
"properties": {
"has_bottle_0": "false",
"has_bottle_1": "false",
@@ -27214,7 +27215,7 @@
},
{
"default": true,
- "id": 7627,
+ "id": 8171,
"properties": {
"has_bottle_0": "false",
"has_bottle_1": "false",
@@ -27241,21 +27242,21 @@
},
"states": [
{
- "id": 11599,
+ "id": 12143,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11600,
+ "id": 12144,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11601,
+ "id": 12145,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -27263,21 +27264,21 @@
},
{
"default": true,
- "id": 11602,
+ "id": 12146,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11603,
+ "id": 12147,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11604,
+ "id": 12148,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -27318,7 +27319,7 @@
},
"states": [
{
- "id": 7259,
+ "id": 7390,
"properties": {
"facing": "north",
"half": "top",
@@ -27327,7 +27328,7 @@
}
},
{
- "id": 7260,
+ "id": 7391,
"properties": {
"facing": "north",
"half": "top",
@@ -27336,7 +27337,7 @@
}
},
{
- "id": 7261,
+ "id": 7392,
"properties": {
"facing": "north",
"half": "top",
@@ -27345,7 +27346,7 @@
}
},
{
- "id": 7262,
+ "id": 7393,
"properties": {
"facing": "north",
"half": "top",
@@ -27354,7 +27355,7 @@
}
},
{
- "id": 7263,
+ "id": 7394,
"properties": {
"facing": "north",
"half": "top",
@@ -27363,7 +27364,7 @@
}
},
{
- "id": 7264,
+ "id": 7395,
"properties": {
"facing": "north",
"half": "top",
@@ -27372,7 +27373,7 @@
}
},
{
- "id": 7265,
+ "id": 7396,
"properties": {
"facing": "north",
"half": "top",
@@ -27381,7 +27382,7 @@
}
},
{
- "id": 7266,
+ "id": 7397,
"properties": {
"facing": "north",
"half": "top",
@@ -27390,7 +27391,7 @@
}
},
{
- "id": 7267,
+ "id": 7398,
"properties": {
"facing": "north",
"half": "top",
@@ -27399,7 +27400,7 @@
}
},
{
- "id": 7268,
+ "id": 7399,
"properties": {
"facing": "north",
"half": "top",
@@ -27408,7 +27409,7 @@
}
},
{
- "id": 7269,
+ "id": 7400,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27418,7 +27419,7 @@
},
{
"default": true,
- "id": 7270,
+ "id": 7401,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27427,7 +27428,7 @@
}
},
{
- "id": 7271,
+ "id": 7402,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27436,7 +27437,7 @@
}
},
{
- "id": 7272,
+ "id": 7403,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27445,7 +27446,7 @@
}
},
{
- "id": 7273,
+ "id": 7404,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27454,7 +27455,7 @@
}
},
{
- "id": 7274,
+ "id": 7405,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27463,7 +27464,7 @@
}
},
{
- "id": 7275,
+ "id": 7406,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27472,7 +27473,7 @@
}
},
{
- "id": 7276,
+ "id": 7407,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27481,7 +27482,7 @@
}
},
{
- "id": 7277,
+ "id": 7408,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27490,7 +27491,7 @@
}
},
{
- "id": 7278,
+ "id": 7409,
"properties": {
"facing": "north",
"half": "bottom",
@@ -27499,7 +27500,7 @@
}
},
{
- "id": 7279,
+ "id": 7410,
"properties": {
"facing": "south",
"half": "top",
@@ -27508,7 +27509,7 @@
}
},
{
- "id": 7280,
+ "id": 7411,
"properties": {
"facing": "south",
"half": "top",
@@ -27517,7 +27518,7 @@
}
},
{
- "id": 7281,
+ "id": 7412,
"properties": {
"facing": "south",
"half": "top",
@@ -27526,7 +27527,7 @@
}
},
{
- "id": 7282,
+ "id": 7413,
"properties": {
"facing": "south",
"half": "top",
@@ -27535,7 +27536,7 @@
}
},
{
- "id": 7283,
+ "id": 7414,
"properties": {
"facing": "south",
"half": "top",
@@ -27544,7 +27545,7 @@
}
},
{
- "id": 7284,
+ "id": 7415,
"properties": {
"facing": "south",
"half": "top",
@@ -27553,7 +27554,7 @@
}
},
{
- "id": 7285,
+ "id": 7416,
"properties": {
"facing": "south",
"half": "top",
@@ -27562,7 +27563,7 @@
}
},
{
- "id": 7286,
+ "id": 7417,
"properties": {
"facing": "south",
"half": "top",
@@ -27571,7 +27572,7 @@
}
},
{
- "id": 7287,
+ "id": 7418,
"properties": {
"facing": "south",
"half": "top",
@@ -27580,7 +27581,7 @@
}
},
{
- "id": 7288,
+ "id": 7419,
"properties": {
"facing": "south",
"half": "top",
@@ -27589,7 +27590,7 @@
}
},
{
- "id": 7289,
+ "id": 7420,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27598,7 +27599,7 @@
}
},
{
- "id": 7290,
+ "id": 7421,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27607,7 +27608,7 @@
}
},
{
- "id": 7291,
+ "id": 7422,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27616,7 +27617,7 @@
}
},
{
- "id": 7292,
+ "id": 7423,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27625,7 +27626,7 @@
}
},
{
- "id": 7293,
+ "id": 7424,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27634,7 +27635,7 @@
}
},
{
- "id": 7294,
+ "id": 7425,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27643,7 +27644,7 @@
}
},
{
- "id": 7295,
+ "id": 7426,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27652,7 +27653,7 @@
}
},
{
- "id": 7296,
+ "id": 7427,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27661,7 +27662,7 @@
}
},
{
- "id": 7297,
+ "id": 7428,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27670,7 +27671,7 @@
}
},
{
- "id": 7298,
+ "id": 7429,
"properties": {
"facing": "south",
"half": "bottom",
@@ -27679,7 +27680,7 @@
}
},
{
- "id": 7299,
+ "id": 7430,
"properties": {
"facing": "west",
"half": "top",
@@ -27688,7 +27689,7 @@
}
},
{
- "id": 7300,
+ "id": 7431,
"properties": {
"facing": "west",
"half": "top",
@@ -27697,7 +27698,7 @@
}
},
{
- "id": 7301,
+ "id": 7432,
"properties": {
"facing": "west",
"half": "top",
@@ -27706,7 +27707,7 @@
}
},
{
- "id": 7302,
+ "id": 7433,
"properties": {
"facing": "west",
"half": "top",
@@ -27715,7 +27716,7 @@
}
},
{
- "id": 7303,
+ "id": 7434,
"properties": {
"facing": "west",
"half": "top",
@@ -27724,7 +27725,7 @@
}
},
{
- "id": 7304,
+ "id": 7435,
"properties": {
"facing": "west",
"half": "top",
@@ -27733,7 +27734,7 @@
}
},
{
- "id": 7305,
+ "id": 7436,
"properties": {
"facing": "west",
"half": "top",
@@ -27742,7 +27743,7 @@
}
},
{
- "id": 7306,
+ "id": 7437,
"properties": {
"facing": "west",
"half": "top",
@@ -27751,7 +27752,7 @@
}
},
{
- "id": 7307,
+ "id": 7438,
"properties": {
"facing": "west",
"half": "top",
@@ -27760,7 +27761,7 @@
}
},
{
- "id": 7308,
+ "id": 7439,
"properties": {
"facing": "west",
"half": "top",
@@ -27769,7 +27770,7 @@
}
},
{
- "id": 7309,
+ "id": 7440,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27778,7 +27779,7 @@
}
},
{
- "id": 7310,
+ "id": 7441,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27787,7 +27788,7 @@
}
},
{
- "id": 7311,
+ "id": 7442,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27796,7 +27797,7 @@
}
},
{
- "id": 7312,
+ "id": 7443,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27805,7 +27806,7 @@
}
},
{
- "id": 7313,
+ "id": 7444,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27814,7 +27815,7 @@
}
},
{
- "id": 7314,
+ "id": 7445,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27823,7 +27824,7 @@
}
},
{
- "id": 7315,
+ "id": 7446,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27832,7 +27833,7 @@
}
},
{
- "id": 7316,
+ "id": 7447,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27841,7 +27842,7 @@
}
},
{
- "id": 7317,
+ "id": 7448,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27850,7 +27851,7 @@
}
},
{
- "id": 7318,
+ "id": 7449,
"properties": {
"facing": "west",
"half": "bottom",
@@ -27859,7 +27860,7 @@
}
},
{
- "id": 7319,
+ "id": 7450,
"properties": {
"facing": "east",
"half": "top",
@@ -27868,7 +27869,7 @@
}
},
{
- "id": 7320,
+ "id": 7451,
"properties": {
"facing": "east",
"half": "top",
@@ -27877,7 +27878,7 @@
}
},
{
- "id": 7321,
+ "id": 7452,
"properties": {
"facing": "east",
"half": "top",
@@ -27886,7 +27887,7 @@
}
},
{
- "id": 7322,
+ "id": 7453,
"properties": {
"facing": "east",
"half": "top",
@@ -27895,7 +27896,7 @@
}
},
{
- "id": 7323,
+ "id": 7454,
"properties": {
"facing": "east",
"half": "top",
@@ -27904,7 +27905,7 @@
}
},
{
- "id": 7324,
+ "id": 7455,
"properties": {
"facing": "east",
"half": "top",
@@ -27913,7 +27914,7 @@
}
},
{
- "id": 7325,
+ "id": 7456,
"properties": {
"facing": "east",
"half": "top",
@@ -27922,7 +27923,7 @@
}
},
{
- "id": 7326,
+ "id": 7457,
"properties": {
"facing": "east",
"half": "top",
@@ -27931,7 +27932,7 @@
}
},
{
- "id": 7327,
+ "id": 7458,
"properties": {
"facing": "east",
"half": "top",
@@ -27940,7 +27941,7 @@
}
},
{
- "id": 7328,
+ "id": 7459,
"properties": {
"facing": "east",
"half": "top",
@@ -27949,7 +27950,7 @@
}
},
{
- "id": 7329,
+ "id": 7460,
"properties": {
"facing": "east",
"half": "bottom",
@@ -27958,7 +27959,7 @@
}
},
{
- "id": 7330,
+ "id": 7461,
"properties": {
"facing": "east",
"half": "bottom",
@@ -27967,7 +27968,7 @@
}
},
{
- "id": 7331,
+ "id": 7462,
"properties": {
"facing": "east",
"half": "bottom",
@@ -27976,7 +27977,7 @@
}
},
{
- "id": 7332,
+ "id": 7463,
"properties": {
"facing": "east",
"half": "bottom",
@@ -27985,7 +27986,7 @@
}
},
{
- "id": 7333,
+ "id": 7464,
"properties": {
"facing": "east",
"half": "bottom",
@@ -27994,7 +27995,7 @@
}
},
{
- "id": 7334,
+ "id": 7465,
"properties": {
"facing": "east",
"half": "bottom",
@@ -28003,7 +28004,7 @@
}
},
{
- "id": 7335,
+ "id": 7466,
"properties": {
"facing": "east",
"half": "bottom",
@@ -28012,7 +28013,7 @@
}
},
{
- "id": 7336,
+ "id": 7467,
"properties": {
"facing": "east",
"half": "bottom",
@@ -28021,7 +28022,7 @@
}
},
{
- "id": 7337,
+ "id": 7468,
"properties": {
"facing": "east",
"half": "bottom",
@@ -28030,7 +28031,7 @@
}
},
{
- "id": 7338,
+ "id": 7469,
"properties": {
"facing": "east",
"half": "bottom",
@@ -28077,7 +28078,7 @@
},
"states": [
{
- "id": 14629,
+ "id": 15173,
"properties": {
"east": "none",
"north": "none",
@@ -28088,7 +28089,7 @@
}
},
{
- "id": 14630,
+ "id": 15174,
"properties": {
"east": "none",
"north": "none",
@@ -28099,7 +28100,7 @@
}
},
{
- "id": 14631,
+ "id": 15175,
"properties": {
"east": "none",
"north": "none",
@@ -28111,7 +28112,7 @@
},
{
"default": true,
- "id": 14632,
+ "id": 15176,
"properties": {
"east": "none",
"north": "none",
@@ -28122,7 +28123,7 @@
}
},
{
- "id": 14633,
+ "id": 15177,
"properties": {
"east": "none",
"north": "none",
@@ -28133,7 +28134,7 @@
}
},
{
- "id": 14634,
+ "id": 15178,
"properties": {
"east": "none",
"north": "none",
@@ -28144,7 +28145,7 @@
}
},
{
- "id": 14635,
+ "id": 15179,
"properties": {
"east": "none",
"north": "none",
@@ -28155,7 +28156,7 @@
}
},
{
- "id": 14636,
+ "id": 15180,
"properties": {
"east": "none",
"north": "none",
@@ -28166,7 +28167,7 @@
}
},
{
- "id": 14637,
+ "id": 15181,
"properties": {
"east": "none",
"north": "none",
@@ -28177,7 +28178,7 @@
}
},
{
- "id": 14638,
+ "id": 15182,
"properties": {
"east": "none",
"north": "none",
@@ -28188,7 +28189,7 @@
}
},
{
- "id": 14639,
+ "id": 15183,
"properties": {
"east": "none",
"north": "none",
@@ -28199,7 +28200,7 @@
}
},
{
- "id": 14640,
+ "id": 15184,
"properties": {
"east": "none",
"north": "none",
@@ -28210,7 +28211,7 @@
}
},
{
- "id": 14641,
+ "id": 15185,
"properties": {
"east": "none",
"north": "none",
@@ -28221,7 +28222,7 @@
}
},
{
- "id": 14642,
+ "id": 15186,
"properties": {
"east": "none",
"north": "none",
@@ -28232,7 +28233,7 @@
}
},
{
- "id": 14643,
+ "id": 15187,
"properties": {
"east": "none",
"north": "none",
@@ -28243,7 +28244,7 @@
}
},
{
- "id": 14644,
+ "id": 15188,
"properties": {
"east": "none",
"north": "none",
@@ -28254,7 +28255,7 @@
}
},
{
- "id": 14645,
+ "id": 15189,
"properties": {
"east": "none",
"north": "none",
@@ -28265,7 +28266,7 @@
}
},
{
- "id": 14646,
+ "id": 15190,
"properties": {
"east": "none",
"north": "none",
@@ -28276,7 +28277,7 @@
}
},
{
- "id": 14647,
+ "id": 15191,
"properties": {
"east": "none",
"north": "none",
@@ -28287,7 +28288,7 @@
}
},
{
- "id": 14648,
+ "id": 15192,
"properties": {
"east": "none",
"north": "none",
@@ -28298,7 +28299,7 @@
}
},
{
- "id": 14649,
+ "id": 15193,
"properties": {
"east": "none",
"north": "none",
@@ -28309,7 +28310,7 @@
}
},
{
- "id": 14650,
+ "id": 15194,
"properties": {
"east": "none",
"north": "none",
@@ -28320,7 +28321,7 @@
}
},
{
- "id": 14651,
+ "id": 15195,
"properties": {
"east": "none",
"north": "none",
@@ -28331,7 +28332,7 @@
}
},
{
- "id": 14652,
+ "id": 15196,
"properties": {
"east": "none",
"north": "none",
@@ -28342,7 +28343,7 @@
}
},
{
- "id": 14653,
+ "id": 15197,
"properties": {
"east": "none",
"north": "none",
@@ -28353,7 +28354,7 @@
}
},
{
- "id": 14654,
+ "id": 15198,
"properties": {
"east": "none",
"north": "none",
@@ -28364,7 +28365,7 @@
}
},
{
- "id": 14655,
+ "id": 15199,
"properties": {
"east": "none",
"north": "none",
@@ -28375,7 +28376,7 @@
}
},
{
- "id": 14656,
+ "id": 15200,
"properties": {
"east": "none",
"north": "none",
@@ -28386,7 +28387,7 @@
}
},
{
- "id": 14657,
+ "id": 15201,
"properties": {
"east": "none",
"north": "none",
@@ -28397,7 +28398,7 @@
}
},
{
- "id": 14658,
+ "id": 15202,
"properties": {
"east": "none",
"north": "none",
@@ -28408,7 +28409,7 @@
}
},
{
- "id": 14659,
+ "id": 15203,
"properties": {
"east": "none",
"north": "none",
@@ -28419,7 +28420,7 @@
}
},
{
- "id": 14660,
+ "id": 15204,
"properties": {
"east": "none",
"north": "none",
@@ -28430,7 +28431,7 @@
}
},
{
- "id": 14661,
+ "id": 15205,
"properties": {
"east": "none",
"north": "none",
@@ -28441,7 +28442,7 @@
}
},
{
- "id": 14662,
+ "id": 15206,
"properties": {
"east": "none",
"north": "none",
@@ -28452,7 +28453,7 @@
}
},
{
- "id": 14663,
+ "id": 15207,
"properties": {
"east": "none",
"north": "none",
@@ -28463,7 +28464,7 @@
}
},
{
- "id": 14664,
+ "id": 15208,
"properties": {
"east": "none",
"north": "none",
@@ -28474,7 +28475,7 @@
}
},
{
- "id": 14665,
+ "id": 15209,
"properties": {
"east": "none",
"north": "low",
@@ -28485,7 +28486,7 @@
}
},
{
- "id": 14666,
+ "id": 15210,
"properties": {
"east": "none",
"north": "low",
@@ -28496,7 +28497,7 @@
}
},
{
- "id": 14667,
+ "id": 15211,
"properties": {
"east": "none",
"north": "low",
@@ -28507,7 +28508,7 @@
}
},
{
- "id": 14668,
+ "id": 15212,
"properties": {
"east": "none",
"north": "low",
@@ -28518,7 +28519,7 @@
}
},
{
- "id": 14669,
+ "id": 15213,
"properties": {
"east": "none",
"north": "low",
@@ -28529,7 +28530,7 @@
}
},
{
- "id": 14670,
+ "id": 15214,
"properties": {
"east": "none",
"north": "low",
@@ -28540,7 +28541,7 @@
}
},
{
- "id": 14671,
+ "id": 15215,
"properties": {
"east": "none",
"north": "low",
@@ -28551,7 +28552,7 @@
}
},
{
- "id": 14672,
+ "id": 15216,
"properties": {
"east": "none",
"north": "low",
@@ -28562,7 +28563,7 @@
}
},
{
- "id": 14673,
+ "id": 15217,
"properties": {
"east": "none",
"north": "low",
@@ -28573,7 +28574,7 @@
}
},
{
- "id": 14674,
+ "id": 15218,
"properties": {
"east": "none",
"north": "low",
@@ -28584,7 +28585,7 @@
}
},
{
- "id": 14675,
+ "id": 15219,
"properties": {
"east": "none",
"north": "low",
@@ -28595,7 +28596,7 @@
}
},
{
- "id": 14676,
+ "id": 15220,
"properties": {
"east": "none",
"north": "low",
@@ -28606,7 +28607,7 @@
}
},
{
- "id": 14677,
+ "id": 15221,
"properties": {
"east": "none",
"north": "low",
@@ -28617,7 +28618,7 @@
}
},
{
- "id": 14678,
+ "id": 15222,
"properties": {
"east": "none",
"north": "low",
@@ -28628,7 +28629,7 @@
}
},
{
- "id": 14679,
+ "id": 15223,
"properties": {
"east": "none",
"north": "low",
@@ -28639,7 +28640,7 @@
}
},
{
- "id": 14680,
+ "id": 15224,
"properties": {
"east": "none",
"north": "low",
@@ -28650,7 +28651,7 @@
}
},
{
- "id": 14681,
+ "id": 15225,
"properties": {
"east": "none",
"north": "low",
@@ -28661,7 +28662,7 @@
}
},
{
- "id": 14682,
+ "id": 15226,
"properties": {
"east": "none",
"north": "low",
@@ -28672,7 +28673,7 @@
}
},
{
- "id": 14683,
+ "id": 15227,
"properties": {
"east": "none",
"north": "low",
@@ -28683,7 +28684,7 @@
}
},
{
- "id": 14684,
+ "id": 15228,
"properties": {
"east": "none",
"north": "low",
@@ -28694,7 +28695,7 @@
}
},
{
- "id": 14685,
+ "id": 15229,
"properties": {
"east": "none",
"north": "low",
@@ -28705,7 +28706,7 @@
}
},
{
- "id": 14686,
+ "id": 15230,
"properties": {
"east": "none",
"north": "low",
@@ -28716,7 +28717,7 @@
}
},
{
- "id": 14687,
+ "id": 15231,
"properties": {
"east": "none",
"north": "low",
@@ -28727,7 +28728,7 @@
}
},
{
- "id": 14688,
+ "id": 15232,
"properties": {
"east": "none",
"north": "low",
@@ -28738,7 +28739,7 @@
}
},
{
- "id": 14689,
+ "id": 15233,
"properties": {
"east": "none",
"north": "low",
@@ -28749,7 +28750,7 @@
}
},
{
- "id": 14690,
+ "id": 15234,
"properties": {
"east": "none",
"north": "low",
@@ -28760,7 +28761,7 @@
}
},
{
- "id": 14691,
+ "id": 15235,
"properties": {
"east": "none",
"north": "low",
@@ -28771,7 +28772,7 @@
}
},
{
- "id": 14692,
+ "id": 15236,
"properties": {
"east": "none",
"north": "low",
@@ -28782,7 +28783,7 @@
}
},
{
- "id": 14693,
+ "id": 15237,
"properties": {
"east": "none",
"north": "low",
@@ -28793,7 +28794,7 @@
}
},
{
- "id": 14694,
+ "id": 15238,
"properties": {
"east": "none",
"north": "low",
@@ -28804,7 +28805,7 @@
}
},
{
- "id": 14695,
+ "id": 15239,
"properties": {
"east": "none",
"north": "low",
@@ -28815,7 +28816,7 @@
}
},
{
- "id": 14696,
+ "id": 15240,
"properties": {
"east": "none",
"north": "low",
@@ -28826,7 +28827,7 @@
}
},
{
- "id": 14697,
+ "id": 15241,
"properties": {
"east": "none",
"north": "low",
@@ -28837,7 +28838,7 @@
}
},
{
- "id": 14698,
+ "id": 15242,
"properties": {
"east": "none",
"north": "low",
@@ -28848,7 +28849,7 @@
}
},
{
- "id": 14699,
+ "id": 15243,
"properties": {
"east": "none",
"north": "low",
@@ -28859,7 +28860,7 @@
}
},
{
- "id": 14700,
+ "id": 15244,
"properties": {
"east": "none",
"north": "low",
@@ -28870,7 +28871,7 @@
}
},
{
- "id": 14701,
+ "id": 15245,
"properties": {
"east": "none",
"north": "tall",
@@ -28881,7 +28882,7 @@
}
},
{
- "id": 14702,
+ "id": 15246,
"properties": {
"east": "none",
"north": "tall",
@@ -28892,7 +28893,7 @@
}
},
{
- "id": 14703,
+ "id": 15247,
"properties": {
"east": "none",
"north": "tall",
@@ -28903,7 +28904,7 @@
}
},
{
- "id": 14704,
+ "id": 15248,
"properties": {
"east": "none",
"north": "tall",
@@ -28914,7 +28915,7 @@
}
},
{
- "id": 14705,
+ "id": 15249,
"properties": {
"east": "none",
"north": "tall",
@@ -28925,7 +28926,7 @@
}
},
{
- "id": 14706,
+ "id": 15250,
"properties": {
"east": "none",
"north": "tall",
@@ -28936,7 +28937,7 @@
}
},
{
- "id": 14707,
+ "id": 15251,
"properties": {
"east": "none",
"north": "tall",
@@ -28947,7 +28948,7 @@
}
},
{
- "id": 14708,
+ "id": 15252,
"properties": {
"east": "none",
"north": "tall",
@@ -28958,7 +28959,7 @@
}
},
{
- "id": 14709,
+ "id": 15253,
"properties": {
"east": "none",
"north": "tall",
@@ -28969,7 +28970,7 @@
}
},
{
- "id": 14710,
+ "id": 15254,
"properties": {
"east": "none",
"north": "tall",
@@ -28980,7 +28981,7 @@
}
},
{
- "id": 14711,
+ "id": 15255,
"properties": {
"east": "none",
"north": "tall",
@@ -28991,7 +28992,7 @@
}
},
{
- "id": 14712,
+ "id": 15256,
"properties": {
"east": "none",
"north": "tall",
@@ -29002,7 +29003,7 @@
}
},
{
- "id": 14713,
+ "id": 15257,
"properties": {
"east": "none",
"north": "tall",
@@ -29013,7 +29014,7 @@
}
},
{
- "id": 14714,
+ "id": 15258,
"properties": {
"east": "none",
"north": "tall",
@@ -29024,7 +29025,7 @@
}
},
{
- "id": 14715,
+ "id": 15259,
"properties": {
"east": "none",
"north": "tall",
@@ -29035,7 +29036,7 @@
}
},
{
- "id": 14716,
+ "id": 15260,
"properties": {
"east": "none",
"north": "tall",
@@ -29046,7 +29047,7 @@
}
},
{
- "id": 14717,
+ "id": 15261,
"properties": {
"east": "none",
"north": "tall",
@@ -29057,7 +29058,7 @@
}
},
{
- "id": 14718,
+ "id": 15262,
"properties": {
"east": "none",
"north": "tall",
@@ -29068,7 +29069,7 @@
}
},
{
- "id": 14719,
+ "id": 15263,
"properties": {
"east": "none",
"north": "tall",
@@ -29079,7 +29080,7 @@
}
},
{
- "id": 14720,
+ "id": 15264,
"properties": {
"east": "none",
"north": "tall",
@@ -29090,7 +29091,7 @@
}
},
{
- "id": 14721,
+ "id": 15265,
"properties": {
"east": "none",
"north": "tall",
@@ -29101,7 +29102,7 @@
}
},
{
- "id": 14722,
+ "id": 15266,
"properties": {
"east": "none",
"north": "tall",
@@ -29112,7 +29113,7 @@
}
},
{
- "id": 14723,
+ "id": 15267,
"properties": {
"east": "none",
"north": "tall",
@@ -29123,7 +29124,7 @@
}
},
{
- "id": 14724,
+ "id": 15268,
"properties": {
"east": "none",
"north": "tall",
@@ -29134,7 +29135,7 @@
}
},
{
- "id": 14725,
+ "id": 15269,
"properties": {
"east": "none",
"north": "tall",
@@ -29145,7 +29146,7 @@
}
},
{
- "id": 14726,
+ "id": 15270,
"properties": {
"east": "none",
"north": "tall",
@@ -29156,7 +29157,7 @@
}
},
{
- "id": 14727,
+ "id": 15271,
"properties": {
"east": "none",
"north": "tall",
@@ -29167,7 +29168,7 @@
}
},
{
- "id": 14728,
+ "id": 15272,
"properties": {
"east": "none",
"north": "tall",
@@ -29178,7 +29179,7 @@
}
},
{
- "id": 14729,
+ "id": 15273,
"properties": {
"east": "none",
"north": "tall",
@@ -29189,7 +29190,7 @@
}
},
{
- "id": 14730,
+ "id": 15274,
"properties": {
"east": "none",
"north": "tall",
@@ -29200,7 +29201,7 @@
}
},
{
- "id": 14731,
+ "id": 15275,
"properties": {
"east": "none",
"north": "tall",
@@ -29211,7 +29212,7 @@
}
},
{
- "id": 14732,
+ "id": 15276,
"properties": {
"east": "none",
"north": "tall",
@@ -29222,7 +29223,7 @@
}
},
{
- "id": 14733,
+ "id": 15277,
"properties": {
"east": "none",
"north": "tall",
@@ -29233,7 +29234,7 @@
}
},
{
- "id": 14734,
+ "id": 15278,
"properties": {
"east": "none",
"north": "tall",
@@ -29244,7 +29245,7 @@
}
},
{
- "id": 14735,
+ "id": 15279,
"properties": {
"east": "none",
"north": "tall",
@@ -29255,7 +29256,7 @@
}
},
{
- "id": 14736,
+ "id": 15280,
"properties": {
"east": "none",
"north": "tall",
@@ -29266,7 +29267,7 @@
}
},
{
- "id": 14737,
+ "id": 15281,
"properties": {
"east": "low",
"north": "none",
@@ -29277,7 +29278,7 @@
}
},
{
- "id": 14738,
+ "id": 15282,
"properties": {
"east": "low",
"north": "none",
@@ -29288,7 +29289,7 @@
}
},
{
- "id": 14739,
+ "id": 15283,
"properties": {
"east": "low",
"north": "none",
@@ -29299,7 +29300,7 @@
}
},
{
- "id": 14740,
+ "id": 15284,
"properties": {
"east": "low",
"north": "none",
@@ -29310,7 +29311,7 @@
}
},
{
- "id": 14741,
+ "id": 15285,
"properties": {
"east": "low",
"north": "none",
@@ -29321,7 +29322,7 @@
}
},
{
- "id": 14742,
+ "id": 15286,
"properties": {
"east": "low",
"north": "none",
@@ -29332,7 +29333,7 @@
}
},
{
- "id": 14743,
+ "id": 15287,
"properties": {
"east": "low",
"north": "none",
@@ -29343,7 +29344,7 @@
}
},
{
- "id": 14744,
+ "id": 15288,
"properties": {
"east": "low",
"north": "none",
@@ -29354,7 +29355,7 @@
}
},
{
- "id": 14745,
+ "id": 15289,
"properties": {
"east": "low",
"north": "none",
@@ -29365,7 +29366,7 @@
}
},
{
- "id": 14746,
+ "id": 15290,
"properties": {
"east": "low",
"north": "none",
@@ -29376,7 +29377,7 @@
}
},
{
- "id": 14747,
+ "id": 15291,
"properties": {
"east": "low",
"north": "none",
@@ -29387,7 +29388,7 @@
}
},
{
- "id": 14748,
+ "id": 15292,
"properties": {
"east": "low",
"north": "none",
@@ -29398,7 +29399,7 @@
}
},
{
- "id": 14749,
+ "id": 15293,
"properties": {
"east": "low",
"north": "none",
@@ -29409,7 +29410,7 @@
}
},
{
- "id": 14750,
+ "id": 15294,
"properties": {
"east": "low",
"north": "none",
@@ -29420,7 +29421,7 @@
}
},
{
- "id": 14751,
+ "id": 15295,
"properties": {
"east": "low",
"north": "none",
@@ -29431,7 +29432,7 @@
}
},
{
- "id": 14752,
+ "id": 15296,
"properties": {
"east": "low",
"north": "none",
@@ -29442,7 +29443,7 @@
}
},
{
- "id": 14753,
+ "id": 15297,
"properties": {
"east": "low",
"north": "none",
@@ -29453,7 +29454,7 @@
}
},
{
- "id": 14754,
+ "id": 15298,
"properties": {
"east": "low",
"north": "none",
@@ -29464,7 +29465,7 @@
}
},
{
- "id": 14755,
+ "id": 15299,
"properties": {
"east": "low",
"north": "none",
@@ -29475,7 +29476,7 @@
}
},
{
- "id": 14756,
+ "id": 15300,
"properties": {
"east": "low",
"north": "none",
@@ -29486,7 +29487,7 @@
}
},
{
- "id": 14757,
+ "id": 15301,
"properties": {
"east": "low",
"north": "none",
@@ -29497,7 +29498,7 @@
}
},
{
- "id": 14758,
+ "id": 15302,
"properties": {
"east": "low",
"north": "none",
@@ -29508,7 +29509,7 @@
}
},
{
- "id": 14759,
+ "id": 15303,
"properties": {
"east": "low",
"north": "none",
@@ -29519,7 +29520,7 @@
}
},
{
- "id": 14760,
+ "id": 15304,
"properties": {
"east": "low",
"north": "none",
@@ -29530,7 +29531,7 @@
}
},
{
- "id": 14761,
+ "id": 15305,
"properties": {
"east": "low",
"north": "none",
@@ -29541,7 +29542,7 @@
}
},
{
- "id": 14762,
+ "id": 15306,
"properties": {
"east": "low",
"north": "none",
@@ -29552,7 +29553,7 @@
}
},
{
- "id": 14763,
+ "id": 15307,
"properties": {
"east": "low",
"north": "none",
@@ -29563,7 +29564,7 @@
}
},
{
- "id": 14764,
+ "id": 15308,
"properties": {
"east": "low",
"north": "none",
@@ -29574,7 +29575,7 @@
}
},
{
- "id": 14765,
+ "id": 15309,
"properties": {
"east": "low",
"north": "none",
@@ -29585,7 +29586,7 @@
}
},
{
- "id": 14766,
+ "id": 15310,
"properties": {
"east": "low",
"north": "none",
@@ -29596,7 +29597,7 @@
}
},
{
- "id": 14767,
+ "id": 15311,
"properties": {
"east": "low",
"north": "none",
@@ -29607,7 +29608,7 @@
}
},
{
- "id": 14768,
+ "id": 15312,
"properties": {
"east": "low",
"north": "none",
@@ -29618,7 +29619,7 @@
}
},
{
- "id": 14769,
+ "id": 15313,
"properties": {
"east": "low",
"north": "none",
@@ -29629,7 +29630,7 @@
}
},
{
- "id": 14770,
+ "id": 15314,
"properties": {
"east": "low",
"north": "none",
@@ -29640,7 +29641,7 @@
}
},
{
- "id": 14771,
+ "id": 15315,
"properties": {
"east": "low",
"north": "none",
@@ -29651,7 +29652,7 @@
}
},
{
- "id": 14772,
+ "id": 15316,
"properties": {
"east": "low",
"north": "none",
@@ -29662,7 +29663,7 @@
}
},
{
- "id": 14773,
+ "id": 15317,
"properties": {
"east": "low",
"north": "low",
@@ -29673,7 +29674,7 @@
}
},
{
- "id": 14774,
+ "id": 15318,
"properties": {
"east": "low",
"north": "low",
@@ -29684,7 +29685,7 @@
}
},
{
- "id": 14775,
+ "id": 15319,
"properties": {
"east": "low",
"north": "low",
@@ -29695,7 +29696,7 @@
}
},
{
- "id": 14776,
+ "id": 15320,
"properties": {
"east": "low",
"north": "low",
@@ -29706,7 +29707,7 @@
}
},
{
- "id": 14777,
+ "id": 15321,
"properties": {
"east": "low",
"north": "low",
@@ -29717,7 +29718,7 @@
}
},
{
- "id": 14778,
+ "id": 15322,
"properties": {
"east": "low",
"north": "low",
@@ -29728,7 +29729,7 @@
}
},
{
- "id": 14779,
+ "id": 15323,
"properties": {
"east": "low",
"north": "low",
@@ -29739,7 +29740,7 @@
}
},
{
- "id": 14780,
+ "id": 15324,
"properties": {
"east": "low",
"north": "low",
@@ -29750,7 +29751,7 @@
}
},
{
- "id": 14781,
+ "id": 15325,
"properties": {
"east": "low",
"north": "low",
@@ -29761,7 +29762,7 @@
}
},
{
- "id": 14782,
+ "id": 15326,
"properties": {
"east": "low",
"north": "low",
@@ -29772,7 +29773,7 @@
}
},
{
- "id": 14783,
+ "id": 15327,
"properties": {
"east": "low",
"north": "low",
@@ -29783,7 +29784,7 @@
}
},
{
- "id": 14784,
+ "id": 15328,
"properties": {
"east": "low",
"north": "low",
@@ -29794,7 +29795,7 @@
}
},
{
- "id": 14785,
+ "id": 15329,
"properties": {
"east": "low",
"north": "low",
@@ -29805,7 +29806,7 @@
}
},
{
- "id": 14786,
+ "id": 15330,
"properties": {
"east": "low",
"north": "low",
@@ -29816,7 +29817,7 @@
}
},
{
- "id": 14787,
+ "id": 15331,
"properties": {
"east": "low",
"north": "low",
@@ -29827,7 +29828,7 @@
}
},
{
- "id": 14788,
+ "id": 15332,
"properties": {
"east": "low",
"north": "low",
@@ -29838,7 +29839,7 @@
}
},
{
- "id": 14789,
+ "id": 15333,
"properties": {
"east": "low",
"north": "low",
@@ -29849,7 +29850,7 @@
}
},
{
- "id": 14790,
+ "id": 15334,
"properties": {
"east": "low",
"north": "low",
@@ -29860,7 +29861,7 @@
}
},
{
- "id": 14791,
+ "id": 15335,
"properties": {
"east": "low",
"north": "low",
@@ -29871,7 +29872,7 @@
}
},
{
- "id": 14792,
+ "id": 15336,
"properties": {
"east": "low",
"north": "low",
@@ -29882,7 +29883,7 @@
}
},
{
- "id": 14793,
+ "id": 15337,
"properties": {
"east": "low",
"north": "low",
@@ -29893,7 +29894,7 @@
}
},
{
- "id": 14794,
+ "id": 15338,
"properties": {
"east": "low",
"north": "low",
@@ -29904,7 +29905,7 @@
}
},
{
- "id": 14795,
+ "id": 15339,
"properties": {
"east": "low",
"north": "low",
@@ -29915,7 +29916,7 @@
}
},
{
- "id": 14796,
+ "id": 15340,
"properties": {
"east": "low",
"north": "low",
@@ -29926,7 +29927,7 @@
}
},
{
- "id": 14797,
+ "id": 15341,
"properties": {
"east": "low",
"north": "low",
@@ -29937,7 +29938,7 @@
}
},
{
- "id": 14798,
+ "id": 15342,
"properties": {
"east": "low",
"north": "low",
@@ -29948,7 +29949,7 @@
}
},
{
- "id": 14799,
+ "id": 15343,
"properties": {
"east": "low",
"north": "low",
@@ -29959,7 +29960,7 @@
}
},
{
- "id": 14800,
+ "id": 15344,
"properties": {
"east": "low",
"north": "low",
@@ -29970,7 +29971,7 @@
}
},
{
- "id": 14801,
+ "id": 15345,
"properties": {
"east": "low",
"north": "low",
@@ -29981,7 +29982,7 @@
}
},
{
- "id": 14802,
+ "id": 15346,
"properties": {
"east": "low",
"north": "low",
@@ -29992,7 +29993,7 @@
}
},
{
- "id": 14803,
+ "id": 15347,
"properties": {
"east": "low",
"north": "low",
@@ -30003,7 +30004,7 @@
}
},
{
- "id": 14804,
+ "id": 15348,
"properties": {
"east": "low",
"north": "low",
@@ -30014,7 +30015,7 @@
}
},
{
- "id": 14805,
+ "id": 15349,
"properties": {
"east": "low",
"north": "low",
@@ -30025,7 +30026,7 @@
}
},
{
- "id": 14806,
+ "id": 15350,
"properties": {
"east": "low",
"north": "low",
@@ -30036,7 +30037,7 @@
}
},
{
- "id": 14807,
+ "id": 15351,
"properties": {
"east": "low",
"north": "low",
@@ -30047,7 +30048,7 @@
}
},
{
- "id": 14808,
+ "id": 15352,
"properties": {
"east": "low",
"north": "low",
@@ -30058,7 +30059,7 @@
}
},
{
- "id": 14809,
+ "id": 15353,
"properties": {
"east": "low",
"north": "tall",
@@ -30069,7 +30070,7 @@
}
},
{
- "id": 14810,
+ "id": 15354,
"properties": {
"east": "low",
"north": "tall",
@@ -30080,7 +30081,7 @@
}
},
{
- "id": 14811,
+ "id": 15355,
"properties": {
"east": "low",
"north": "tall",
@@ -30091,7 +30092,7 @@
}
},
{
- "id": 14812,
+ "id": 15356,
"properties": {
"east": "low",
"north": "tall",
@@ -30102,7 +30103,7 @@
}
},
{
- "id": 14813,
+ "id": 15357,
"properties": {
"east": "low",
"north": "tall",
@@ -30113,7 +30114,7 @@
}
},
{
- "id": 14814,
+ "id": 15358,
"properties": {
"east": "low",
"north": "tall",
@@ -30124,7 +30125,7 @@
}
},
{
- "id": 14815,
+ "id": 15359,
"properties": {
"east": "low",
"north": "tall",
@@ -30135,7 +30136,7 @@
}
},
{
- "id": 14816,
+ "id": 15360,
"properties": {
"east": "low",
"north": "tall",
@@ -30146,7 +30147,7 @@
}
},
{
- "id": 14817,
+ "id": 15361,
"properties": {
"east": "low",
"north": "tall",
@@ -30157,7 +30158,7 @@
}
},
{
- "id": 14818,
+ "id": 15362,
"properties": {
"east": "low",
"north": "tall",
@@ -30168,7 +30169,7 @@
}
},
{
- "id": 14819,
+ "id": 15363,
"properties": {
"east": "low",
"north": "tall",
@@ -30179,7 +30180,7 @@
}
},
{
- "id": 14820,
+ "id": 15364,
"properties": {
"east": "low",
"north": "tall",
@@ -30190,7 +30191,7 @@
}
},
{
- "id": 14821,
+ "id": 15365,
"properties": {
"east": "low",
"north": "tall",
@@ -30201,7 +30202,7 @@
}
},
{
- "id": 14822,
+ "id": 15366,
"properties": {
"east": "low",
"north": "tall",
@@ -30212,7 +30213,7 @@
}
},
{
- "id": 14823,
+ "id": 15367,
"properties": {
"east": "low",
"north": "tall",
@@ -30223,7 +30224,7 @@
}
},
{
- "id": 14824,
+ "id": 15368,
"properties": {
"east": "low",
"north": "tall",
@@ -30234,7 +30235,7 @@
}
},
{
- "id": 14825,
+ "id": 15369,
"properties": {
"east": "low",
"north": "tall",
@@ -30245,7 +30246,7 @@
}
},
{
- "id": 14826,
+ "id": 15370,
"properties": {
"east": "low",
"north": "tall",
@@ -30256,7 +30257,7 @@
}
},
{
- "id": 14827,
+ "id": 15371,
"properties": {
"east": "low",
"north": "tall",
@@ -30267,7 +30268,7 @@
}
},
{
- "id": 14828,
+ "id": 15372,
"properties": {
"east": "low",
"north": "tall",
@@ -30278,7 +30279,7 @@
}
},
{
- "id": 14829,
+ "id": 15373,
"properties": {
"east": "low",
"north": "tall",
@@ -30289,7 +30290,7 @@
}
},
{
- "id": 14830,
+ "id": 15374,
"properties": {
"east": "low",
"north": "tall",
@@ -30300,7 +30301,7 @@
}
},
{
- "id": 14831,
+ "id": 15375,
"properties": {
"east": "low",
"north": "tall",
@@ -30311,7 +30312,7 @@
}
},
{
- "id": 14832,
+ "id": 15376,
"properties": {
"east": "low",
"north": "tall",
@@ -30322,7 +30323,7 @@
}
},
{
- "id": 14833,
+ "id": 15377,
"properties": {
"east": "low",
"north": "tall",
@@ -30333,7 +30334,7 @@
}
},
{
- "id": 14834,
+ "id": 15378,
"properties": {
"east": "low",
"north": "tall",
@@ -30344,7 +30345,7 @@
}
},
{
- "id": 14835,
+ "id": 15379,
"properties": {
"east": "low",
"north": "tall",
@@ -30355,7 +30356,7 @@
}
},
{
- "id": 14836,
+ "id": 15380,
"properties": {
"east": "low",
"north": "tall",
@@ -30366,7 +30367,7 @@
}
},
{
- "id": 14837,
+ "id": 15381,
"properties": {
"east": "low",
"north": "tall",
@@ -30377,7 +30378,7 @@
}
},
{
- "id": 14838,
+ "id": 15382,
"properties": {
"east": "low",
"north": "tall",
@@ -30388,7 +30389,7 @@
}
},
{
- "id": 14839,
+ "id": 15383,
"properties": {
"east": "low",
"north": "tall",
@@ -30399,7 +30400,7 @@
}
},
{
- "id": 14840,
+ "id": 15384,
"properties": {
"east": "low",
"north": "tall",
@@ -30410,7 +30411,7 @@
}
},
{
- "id": 14841,
+ "id": 15385,
"properties": {
"east": "low",
"north": "tall",
@@ -30421,7 +30422,7 @@
}
},
{
- "id": 14842,
+ "id": 15386,
"properties": {
"east": "low",
"north": "tall",
@@ -30432,7 +30433,7 @@
}
},
{
- "id": 14843,
+ "id": 15387,
"properties": {
"east": "low",
"north": "tall",
@@ -30443,7 +30444,7 @@
}
},
{
- "id": 14844,
+ "id": 15388,
"properties": {
"east": "low",
"north": "tall",
@@ -30454,7 +30455,7 @@
}
},
{
- "id": 14845,
+ "id": 15389,
"properties": {
"east": "tall",
"north": "none",
@@ -30465,7 +30466,7 @@
}
},
{
- "id": 14846,
+ "id": 15390,
"properties": {
"east": "tall",
"north": "none",
@@ -30476,7 +30477,7 @@
}
},
{
- "id": 14847,
+ "id": 15391,
"properties": {
"east": "tall",
"north": "none",
@@ -30487,7 +30488,7 @@
}
},
{
- "id": 14848,
+ "id": 15392,
"properties": {
"east": "tall",
"north": "none",
@@ -30498,7 +30499,7 @@
}
},
{
- "id": 14849,
+ "id": 15393,
"properties": {
"east": "tall",
"north": "none",
@@ -30509,7 +30510,7 @@
}
},
{
- "id": 14850,
+ "id": 15394,
"properties": {
"east": "tall",
"north": "none",
@@ -30520,7 +30521,7 @@
}
},
{
- "id": 14851,
+ "id": 15395,
"properties": {
"east": "tall",
"north": "none",
@@ -30531,7 +30532,7 @@
}
},
{
- "id": 14852,
+ "id": 15396,
"properties": {
"east": "tall",
"north": "none",
@@ -30542,7 +30543,7 @@
}
},
{
- "id": 14853,
+ "id": 15397,
"properties": {
"east": "tall",
"north": "none",
@@ -30553,7 +30554,7 @@
}
},
{
- "id": 14854,
+ "id": 15398,
"properties": {
"east": "tall",
"north": "none",
@@ -30564,7 +30565,7 @@
}
},
{
- "id": 14855,
+ "id": 15399,
"properties": {
"east": "tall",
"north": "none",
@@ -30575,7 +30576,7 @@
}
},
{
- "id": 14856,
+ "id": 15400,
"properties": {
"east": "tall",
"north": "none",
@@ -30586,7 +30587,7 @@
}
},
{
- "id": 14857,
+ "id": 15401,
"properties": {
"east": "tall",
"north": "none",
@@ -30597,7 +30598,7 @@
}
},
{
- "id": 14858,
+ "id": 15402,
"properties": {
"east": "tall",
"north": "none",
@@ -30608,7 +30609,7 @@
}
},
{
- "id": 14859,
+ "id": 15403,
"properties": {
"east": "tall",
"north": "none",
@@ -30619,7 +30620,7 @@
}
},
{
- "id": 14860,
+ "id": 15404,
"properties": {
"east": "tall",
"north": "none",
@@ -30630,7 +30631,7 @@
}
},
{
- "id": 14861,
+ "id": 15405,
"properties": {
"east": "tall",
"north": "none",
@@ -30641,7 +30642,7 @@
}
},
{
- "id": 14862,
+ "id": 15406,
"properties": {
"east": "tall",
"north": "none",
@@ -30652,7 +30653,7 @@
}
},
{
- "id": 14863,
+ "id": 15407,
"properties": {
"east": "tall",
"north": "none",
@@ -30663,7 +30664,7 @@
}
},
{
- "id": 14864,
+ "id": 15408,
"properties": {
"east": "tall",
"north": "none",
@@ -30674,7 +30675,7 @@
}
},
{
- "id": 14865,
+ "id": 15409,
"properties": {
"east": "tall",
"north": "none",
@@ -30685,7 +30686,7 @@
}
},
{
- "id": 14866,
+ "id": 15410,
"properties": {
"east": "tall",
"north": "none",
@@ -30696,7 +30697,7 @@
}
},
{
- "id": 14867,
+ "id": 15411,
"properties": {
"east": "tall",
"north": "none",
@@ -30707,7 +30708,7 @@
}
},
{
- "id": 14868,
+ "id": 15412,
"properties": {
"east": "tall",
"north": "none",
@@ -30718,7 +30719,7 @@
}
},
{
- "id": 14869,
+ "id": 15413,
"properties": {
"east": "tall",
"north": "none",
@@ -30729,7 +30730,7 @@
}
},
{
- "id": 14870,
+ "id": 15414,
"properties": {
"east": "tall",
"north": "none",
@@ -30740,7 +30741,7 @@
}
},
{
- "id": 14871,
+ "id": 15415,
"properties": {
"east": "tall",
"north": "none",
@@ -30751,7 +30752,7 @@
}
},
{
- "id": 14872,
+ "id": 15416,
"properties": {
"east": "tall",
"north": "none",
@@ -30762,7 +30763,7 @@
}
},
{
- "id": 14873,
+ "id": 15417,
"properties": {
"east": "tall",
"north": "none",
@@ -30773,7 +30774,7 @@
}
},
{
- "id": 14874,
+ "id": 15418,
"properties": {
"east": "tall",
"north": "none",
@@ -30784,7 +30785,7 @@
}
},
{
- "id": 14875,
+ "id": 15419,
"properties": {
"east": "tall",
"north": "none",
@@ -30795,7 +30796,7 @@
}
},
{
- "id": 14876,
+ "id": 15420,
"properties": {
"east": "tall",
"north": "none",
@@ -30806,7 +30807,7 @@
}
},
{
- "id": 14877,
+ "id": 15421,
"properties": {
"east": "tall",
"north": "none",
@@ -30817,7 +30818,7 @@
}
},
{
- "id": 14878,
+ "id": 15422,
"properties": {
"east": "tall",
"north": "none",
@@ -30828,7 +30829,7 @@
}
},
{
- "id": 14879,
+ "id": 15423,
"properties": {
"east": "tall",
"north": "none",
@@ -30839,7 +30840,7 @@
}
},
{
- "id": 14880,
+ "id": 15424,
"properties": {
"east": "tall",
"north": "none",
@@ -30850,7 +30851,7 @@
}
},
{
- "id": 14881,
+ "id": 15425,
"properties": {
"east": "tall",
"north": "low",
@@ -30861,7 +30862,7 @@
}
},
{
- "id": 14882,
+ "id": 15426,
"properties": {
"east": "tall",
"north": "low",
@@ -30872,7 +30873,7 @@
}
},
{
- "id": 14883,
+ "id": 15427,
"properties": {
"east": "tall",
"north": "low",
@@ -30883,7 +30884,7 @@
}
},
{
- "id": 14884,
+ "id": 15428,
"properties": {
"east": "tall",
"north": "low",
@@ -30894,7 +30895,7 @@
}
},
{
- "id": 14885,
+ "id": 15429,
"properties": {
"east": "tall",
"north": "low",
@@ -30905,7 +30906,7 @@
}
},
{
- "id": 14886,
+ "id": 15430,
"properties": {
"east": "tall",
"north": "low",
@@ -30916,7 +30917,7 @@
}
},
{
- "id": 14887,
+ "id": 15431,
"properties": {
"east": "tall",
"north": "low",
@@ -30927,7 +30928,7 @@
}
},
{
- "id": 14888,
+ "id": 15432,
"properties": {
"east": "tall",
"north": "low",
@@ -30938,7 +30939,7 @@
}
},
{
- "id": 14889,
+ "id": 15433,
"properties": {
"east": "tall",
"north": "low",
@@ -30949,7 +30950,7 @@
}
},
{
- "id": 14890,
+ "id": 15434,
"properties": {
"east": "tall",
"north": "low",
@@ -30960,7 +30961,7 @@
}
},
{
- "id": 14891,
+ "id": 15435,
"properties": {
"east": "tall",
"north": "low",
@@ -30971,7 +30972,7 @@
}
},
{
- "id": 14892,
+ "id": 15436,
"properties": {
"east": "tall",
"north": "low",
@@ -30982,7 +30983,7 @@
}
},
{
- "id": 14893,
+ "id": 15437,
"properties": {
"east": "tall",
"north": "low",
@@ -30993,7 +30994,7 @@
}
},
{
- "id": 14894,
+ "id": 15438,
"properties": {
"east": "tall",
"north": "low",
@@ -31004,7 +31005,7 @@
}
},
{
- "id": 14895,
+ "id": 15439,
"properties": {
"east": "tall",
"north": "low",
@@ -31015,7 +31016,7 @@
}
},
{
- "id": 14896,
+ "id": 15440,
"properties": {
"east": "tall",
"north": "low",
@@ -31026,7 +31027,7 @@
}
},
{
- "id": 14897,
+ "id": 15441,
"properties": {
"east": "tall",
"north": "low",
@@ -31037,7 +31038,7 @@
}
},
{
- "id": 14898,
+ "id": 15442,
"properties": {
"east": "tall",
"north": "low",
@@ -31048,7 +31049,7 @@
}
},
{
- "id": 14899,
+ "id": 15443,
"properties": {
"east": "tall",
"north": "low",
@@ -31059,7 +31060,7 @@
}
},
{
- "id": 14900,
+ "id": 15444,
"properties": {
"east": "tall",
"north": "low",
@@ -31070,7 +31071,7 @@
}
},
{
- "id": 14901,
+ "id": 15445,
"properties": {
"east": "tall",
"north": "low",
@@ -31081,7 +31082,7 @@
}
},
{
- "id": 14902,
+ "id": 15446,
"properties": {
"east": "tall",
"north": "low",
@@ -31092,7 +31093,7 @@
}
},
{
- "id": 14903,
+ "id": 15447,
"properties": {
"east": "tall",
"north": "low",
@@ -31103,7 +31104,7 @@
}
},
{
- "id": 14904,
+ "id": 15448,
"properties": {
"east": "tall",
"north": "low",
@@ -31114,7 +31115,7 @@
}
},
{
- "id": 14905,
+ "id": 15449,
"properties": {
"east": "tall",
"north": "low",
@@ -31125,7 +31126,7 @@
}
},
{
- "id": 14906,
+ "id": 15450,
"properties": {
"east": "tall",
"north": "low",
@@ -31136,7 +31137,7 @@
}
},
{
- "id": 14907,
+ "id": 15451,
"properties": {
"east": "tall",
"north": "low",
@@ -31147,7 +31148,7 @@
}
},
{
- "id": 14908,
+ "id": 15452,
"properties": {
"east": "tall",
"north": "low",
@@ -31158,7 +31159,7 @@
}
},
{
- "id": 14909,
+ "id": 15453,
"properties": {
"east": "tall",
"north": "low",
@@ -31169,7 +31170,7 @@
}
},
{
- "id": 14910,
+ "id": 15454,
"properties": {
"east": "tall",
"north": "low",
@@ -31180,7 +31181,7 @@
}
},
{
- "id": 14911,
+ "id": 15455,
"properties": {
"east": "tall",
"north": "low",
@@ -31191,7 +31192,7 @@
}
},
{
- "id": 14912,
+ "id": 15456,
"properties": {
"east": "tall",
"north": "low",
@@ -31202,7 +31203,7 @@
}
},
{
- "id": 14913,
+ "id": 15457,
"properties": {
"east": "tall",
"north": "low",
@@ -31213,7 +31214,7 @@
}
},
{
- "id": 14914,
+ "id": 15458,
"properties": {
"east": "tall",
"north": "low",
@@ -31224,7 +31225,7 @@
}
},
{
- "id": 14915,
+ "id": 15459,
"properties": {
"east": "tall",
"north": "low",
@@ -31235,7 +31236,7 @@
}
},
{
- "id": 14916,
+ "id": 15460,
"properties": {
"east": "tall",
"north": "low",
@@ -31246,7 +31247,7 @@
}
},
{
- "id": 14917,
+ "id": 15461,
"properties": {
"east": "tall",
"north": "tall",
@@ -31257,7 +31258,7 @@
}
},
{
- "id": 14918,
+ "id": 15462,
"properties": {
"east": "tall",
"north": "tall",
@@ -31268,7 +31269,7 @@
}
},
{
- "id": 14919,
+ "id": 15463,
"properties": {
"east": "tall",
"north": "tall",
@@ -31279,7 +31280,7 @@
}
},
{
- "id": 14920,
+ "id": 15464,
"properties": {
"east": "tall",
"north": "tall",
@@ -31290,7 +31291,7 @@
}
},
{
- "id": 14921,
+ "id": 15465,
"properties": {
"east": "tall",
"north": "tall",
@@ -31301,7 +31302,7 @@
}
},
{
- "id": 14922,
+ "id": 15466,
"properties": {
"east": "tall",
"north": "tall",
@@ -31312,7 +31313,7 @@
}
},
{
- "id": 14923,
+ "id": 15467,
"properties": {
"east": "tall",
"north": "tall",
@@ -31323,7 +31324,7 @@
}
},
{
- "id": 14924,
+ "id": 15468,
"properties": {
"east": "tall",
"north": "tall",
@@ -31334,7 +31335,7 @@
}
},
{
- "id": 14925,
+ "id": 15469,
"properties": {
"east": "tall",
"north": "tall",
@@ -31345,7 +31346,7 @@
}
},
{
- "id": 14926,
+ "id": 15470,
"properties": {
"east": "tall",
"north": "tall",
@@ -31356,7 +31357,7 @@
}
},
{
- "id": 14927,
+ "id": 15471,
"properties": {
"east": "tall",
"north": "tall",
@@ -31367,7 +31368,7 @@
}
},
{
- "id": 14928,
+ "id": 15472,
"properties": {
"east": "tall",
"north": "tall",
@@ -31378,7 +31379,7 @@
}
},
{
- "id": 14929,
+ "id": 15473,
"properties": {
"east": "tall",
"north": "tall",
@@ -31389,7 +31390,7 @@
}
},
{
- "id": 14930,
+ "id": 15474,
"properties": {
"east": "tall",
"north": "tall",
@@ -31400,7 +31401,7 @@
}
},
{
- "id": 14931,
+ "id": 15475,
"properties": {
"east": "tall",
"north": "tall",
@@ -31411,7 +31412,7 @@
}
},
{
- "id": 14932,
+ "id": 15476,
"properties": {
"east": "tall",
"north": "tall",
@@ -31422,7 +31423,7 @@
}
},
{
- "id": 14933,
+ "id": 15477,
"properties": {
"east": "tall",
"north": "tall",
@@ -31433,7 +31434,7 @@
}
},
{
- "id": 14934,
+ "id": 15478,
"properties": {
"east": "tall",
"north": "tall",
@@ -31444,7 +31445,7 @@
}
},
{
- "id": 14935,
+ "id": 15479,
"properties": {
"east": "tall",
"north": "tall",
@@ -31455,7 +31456,7 @@
}
},
{
- "id": 14936,
+ "id": 15480,
"properties": {
"east": "tall",
"north": "tall",
@@ -31466,7 +31467,7 @@
}
},
{
- "id": 14937,
+ "id": 15481,
"properties": {
"east": "tall",
"north": "tall",
@@ -31477,7 +31478,7 @@
}
},
{
- "id": 14938,
+ "id": 15482,
"properties": {
"east": "tall",
"north": "tall",
@@ -31488,7 +31489,7 @@
}
},
{
- "id": 14939,
+ "id": 15483,
"properties": {
"east": "tall",
"north": "tall",
@@ -31499,7 +31500,7 @@
}
},
{
- "id": 14940,
+ "id": 15484,
"properties": {
"east": "tall",
"north": "tall",
@@ -31510,7 +31511,7 @@
}
},
{
- "id": 14941,
+ "id": 15485,
"properties": {
"east": "tall",
"north": "tall",
@@ -31521,7 +31522,7 @@
}
},
{
- "id": 14942,
+ "id": 15486,
"properties": {
"east": "tall",
"north": "tall",
@@ -31532,7 +31533,7 @@
}
},
{
- "id": 14943,
+ "id": 15487,
"properties": {
"east": "tall",
"north": "tall",
@@ -31543,7 +31544,7 @@
}
},
{
- "id": 14944,
+ "id": 15488,
"properties": {
"east": "tall",
"north": "tall",
@@ -31554,7 +31555,7 @@
}
},
{
- "id": 14945,
+ "id": 15489,
"properties": {
"east": "tall",
"north": "tall",
@@ -31565,7 +31566,7 @@
}
},
{
- "id": 14946,
+ "id": 15490,
"properties": {
"east": "tall",
"north": "tall",
@@ -31576,7 +31577,7 @@
}
},
{
- "id": 14947,
+ "id": 15491,
"properties": {
"east": "tall",
"north": "tall",
@@ -31587,7 +31588,7 @@
}
},
{
- "id": 14948,
+ "id": 15492,
"properties": {
"east": "tall",
"north": "tall",
@@ -31598,7 +31599,7 @@
}
},
{
- "id": 14949,
+ "id": 15493,
"properties": {
"east": "tall",
"north": "tall",
@@ -31609,7 +31610,7 @@
}
},
{
- "id": 14950,
+ "id": 15494,
"properties": {
"east": "tall",
"north": "tall",
@@ -31620,7 +31621,7 @@
}
},
{
- "id": 14951,
+ "id": 15495,
"properties": {
"east": "tall",
"north": "tall",
@@ -31631,7 +31632,7 @@
}
},
{
- "id": 14952,
+ "id": 15496,
"properties": {
"east": "tall",
"north": "tall",
@@ -31684,97 +31685,97 @@
"states": [
{
"default": true,
- "id": 11286,
+ "id": 11830,
"properties": {
"rotation": "0"
}
},
{
- "id": 11287,
+ "id": 11831,
"properties": {
"rotation": "1"
}
},
{
- "id": 11288,
+ "id": 11832,
"properties": {
"rotation": "2"
}
},
{
- "id": 11289,
+ "id": 11833,
"properties": {
"rotation": "3"
}
},
{
- "id": 11290,
+ "id": 11834,
"properties": {
"rotation": "4"
}
},
{
- "id": 11291,
+ "id": 11835,
"properties": {
"rotation": "5"
}
},
{
- "id": 11292,
+ "id": 11836,
"properties": {
"rotation": "6"
}
},
{
- "id": 11293,
+ "id": 11837,
"properties": {
"rotation": "7"
}
},
{
- "id": 11294,
+ "id": 11838,
"properties": {
"rotation": "8"
}
},
{
- "id": 11295,
+ "id": 11839,
"properties": {
"rotation": "9"
}
},
{
- "id": 11296,
+ "id": 11840,
"properties": {
"rotation": "10"
}
},
{
- "id": 11297,
+ "id": 11841,
"properties": {
"rotation": "11"
}
},
{
- "id": 11298,
+ "id": 11842,
"properties": {
"rotation": "12"
}
},
{
- "id": 11299,
+ "id": 11843,
"properties": {
"rotation": "13"
}
},
{
- "id": 11300,
+ "id": 11844,
"properties": {
"rotation": "14"
}
},
{
- "id": 11301,
+ "id": 11845,
"properties": {
"rotation": "15"
}
@@ -31958,7 +31959,7 @@
},
"states": [
{
- "id": 21402,
+ "id": 21946,
"properties": {
"candles": "1",
"lit": "true",
@@ -31966,7 +31967,7 @@
}
},
{
- "id": 21403,
+ "id": 21947,
"properties": {
"candles": "1",
"lit": "true",
@@ -31974,7 +31975,7 @@
}
},
{
- "id": 21404,
+ "id": 21948,
"properties": {
"candles": "1",
"lit": "false",
@@ -31983,7 +31984,7 @@
},
{
"default": true,
- "id": 21405,
+ "id": 21949,
"properties": {
"candles": "1",
"lit": "false",
@@ -31991,7 +31992,7 @@
}
},
{
- "id": 21406,
+ "id": 21950,
"properties": {
"candles": "2",
"lit": "true",
@@ -31999,7 +32000,7 @@
}
},
{
- "id": 21407,
+ "id": 21951,
"properties": {
"candles": "2",
"lit": "true",
@@ -32007,7 +32008,7 @@
}
},
{
- "id": 21408,
+ "id": 21952,
"properties": {
"candles": "2",
"lit": "false",
@@ -32015,7 +32016,7 @@
}
},
{
- "id": 21409,
+ "id": 21953,
"properties": {
"candles": "2",
"lit": "false",
@@ -32023,7 +32024,7 @@
}
},
{
- "id": 21410,
+ "id": 21954,
"properties": {
"candles": "3",
"lit": "true",
@@ -32031,7 +32032,7 @@
}
},
{
- "id": 21411,
+ "id": 21955,
"properties": {
"candles": "3",
"lit": "true",
@@ -32039,7 +32040,7 @@
}
},
{
- "id": 21412,
+ "id": 21956,
"properties": {
"candles": "3",
"lit": "false",
@@ -32047,7 +32048,7 @@
}
},
{
- "id": 21413,
+ "id": 21957,
"properties": {
"candles": "3",
"lit": "false",
@@ -32055,7 +32056,7 @@
}
},
{
- "id": 21414,
+ "id": 21958,
"properties": {
"candles": "4",
"lit": "true",
@@ -32063,7 +32064,7 @@
}
},
{
- "id": 21415,
+ "id": 21959,
"properties": {
"candles": "4",
"lit": "true",
@@ -32071,7 +32072,7 @@
}
},
{
- "id": 21416,
+ "id": 21960,
"properties": {
"candles": "4",
"lit": "false",
@@ -32079,7 +32080,7 @@
}
},
{
- "id": 21417,
+ "id": 21961,
"properties": {
"candles": "4",
"lit": "false",
@@ -32102,14 +32103,14 @@
},
"states": [
{
- "id": 21492,
+ "id": 22036,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21493,
+ "id": 22037,
"properties": {
"lit": "false"
}
@@ -32125,7 +32126,7 @@
"states": [
{
"default": true,
- "id": 11075
+ "id": 11619
}
]
},
@@ -32137,7 +32138,7 @@
"states": [
{
"default": true,
- "id": 13209
+ "id": 13753
}
]
},
@@ -32150,7 +32151,7 @@
"states": [
{
"default": true,
- "id": 13225
+ "id": 13769
}
]
},
@@ -32170,25 +32171,25 @@
"states": [
{
"default": true,
- "id": 13181,
+ "id": 13725,
"properties": {
"facing": "north"
}
},
{
- "id": 13182,
+ "id": 13726,
"properties": {
"facing": "south"
}
},
{
- "id": 13183,
+ "id": 13727,
"properties": {
"facing": "west"
}
},
{
- "id": 13184,
+ "id": 13728,
"properties": {
"facing": "east"
}
@@ -32242,47 +32243,14 @@
"states": [
{
"default": true,
- "id": 6779,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 6780,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
- }
- },
- {
- "id": 6781,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "west": "true"
- }
- },
- {
"id": 6782,
"properties": {
"down": "true",
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32291,9 +32259,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32302,9 +32270,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32313,9 +32281,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32325,8 +32293,8 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32334,10 +32302,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32345,10 +32313,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32356,10 +32324,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32369,8 +32337,8 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32379,9 +32347,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32390,9 +32358,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32401,9 +32369,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32413,41 +32381,41 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6795,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6796,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 6797,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32457,8 +32425,8 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32467,9 +32435,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32478,9 +32446,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32489,9 +32457,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32501,8 +32469,8 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32510,10 +32478,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32521,10 +32489,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32532,10 +32500,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32545,8 +32513,8 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32555,9 +32523,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32566,9 +32534,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32577,9 +32545,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32589,43 +32557,43 @@
"east": "false",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6811,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 6812,
- "properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
"up": "true",
"west": "false"
}
},
{
- "id": 6813,
+ "id": 6812,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
"up": "false",
"west": "true"
}
},
+ {
+ "id": 6813,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "false"
+ }
+ },
{
"id": 6814,
"properties": {
@@ -32633,8 +32601,8 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32643,9 +32611,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32654,9 +32622,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32665,9 +32633,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32677,8 +32645,8 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32686,10 +32654,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32697,10 +32665,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32708,10 +32676,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32721,8 +32689,8 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32731,9 +32699,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32742,9 +32710,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32753,9 +32721,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32765,41 +32733,41 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6827,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6828,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 6829,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32809,8 +32777,8 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32819,9 +32787,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32830,9 +32798,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32841,9 +32809,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32853,8 +32821,8 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -32862,10 +32830,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32873,10 +32841,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -32884,10 +32852,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -32897,12 +32865,45 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6839,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 6840,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 6841,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 6842,
"properties": {
"down": "false",
"east": "false",
@@ -32913,7 +32914,7 @@
}
},
{
- "id": 6840,
+ "id": 6843,
"properties": {
"down": "false",
"east": "false",
@@ -32924,7 +32925,7 @@
}
},
{
- "id": 6841,
+ "id": 6844,
"properties": {
"down": "false",
"east": "false",
@@ -32935,7 +32936,7 @@
}
},
{
- "id": 6842,
+ "id": 6845,
"properties": {
"down": "false",
"east": "false",
@@ -32965,38 +32966,38 @@
},
"states": [
{
- "id": 13109,
+ "id": 13653,
"properties": {
"facing": "north"
}
},
{
- "id": 13110,
+ "id": 13654,
"properties": {
"facing": "east"
}
},
{
- "id": 13111,
+ "id": 13655,
"properties": {
"facing": "south"
}
},
{
- "id": 13112,
+ "id": 13656,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13113,
+ "id": 13657,
"properties": {
"facing": "up"
}
},
{
- "id": 13114,
+ "id": 13658,
"properties": {
"facing": "down"
}
@@ -33012,7 +33013,7 @@
"states": [
{
"default": true,
- "id": 6123
+ "id": 6126
}
]
},
@@ -33046,7 +33047,7 @@
},
"states": [
{
- "id": 10011,
+ "id": 10555,
"properties": {
"east": "true",
"north": "true",
@@ -33056,7 +33057,7 @@
}
},
{
- "id": 10012,
+ "id": 10556,
"properties": {
"east": "true",
"north": "true",
@@ -33066,7 +33067,7 @@
}
},
{
- "id": 10013,
+ "id": 10557,
"properties": {
"east": "true",
"north": "true",
@@ -33076,7 +33077,7 @@
}
},
{
- "id": 10014,
+ "id": 10558,
"properties": {
"east": "true",
"north": "true",
@@ -33086,7 +33087,7 @@
}
},
{
- "id": 10015,
+ "id": 10559,
"properties": {
"east": "true",
"north": "true",
@@ -33096,7 +33097,7 @@
}
},
{
- "id": 10016,
+ "id": 10560,
"properties": {
"east": "true",
"north": "true",
@@ -33106,7 +33107,7 @@
}
},
{
- "id": 10017,
+ "id": 10561,
"properties": {
"east": "true",
"north": "true",
@@ -33116,7 +33117,7 @@
}
},
{
- "id": 10018,
+ "id": 10562,
"properties": {
"east": "true",
"north": "true",
@@ -33126,7 +33127,7 @@
}
},
{
- "id": 10019,
+ "id": 10563,
"properties": {
"east": "true",
"north": "false",
@@ -33136,7 +33137,7 @@
}
},
{
- "id": 10020,
+ "id": 10564,
"properties": {
"east": "true",
"north": "false",
@@ -33146,7 +33147,7 @@
}
},
{
- "id": 10021,
+ "id": 10565,
"properties": {
"east": "true",
"north": "false",
@@ -33156,7 +33157,7 @@
}
},
{
- "id": 10022,
+ "id": 10566,
"properties": {
"east": "true",
"north": "false",
@@ -33166,7 +33167,7 @@
}
},
{
- "id": 10023,
+ "id": 10567,
"properties": {
"east": "true",
"north": "false",
@@ -33176,7 +33177,7 @@
}
},
{
- "id": 10024,
+ "id": 10568,
"properties": {
"east": "true",
"north": "false",
@@ -33186,7 +33187,7 @@
}
},
{
- "id": 10025,
+ "id": 10569,
"properties": {
"east": "true",
"north": "false",
@@ -33196,7 +33197,7 @@
}
},
{
- "id": 10026,
+ "id": 10570,
"properties": {
"east": "true",
"north": "false",
@@ -33206,7 +33207,7 @@
}
},
{
- "id": 10027,
+ "id": 10571,
"properties": {
"east": "false",
"north": "true",
@@ -33216,7 +33217,7 @@
}
},
{
- "id": 10028,
+ "id": 10572,
"properties": {
"east": "false",
"north": "true",
@@ -33226,7 +33227,7 @@
}
},
{
- "id": 10029,
+ "id": 10573,
"properties": {
"east": "false",
"north": "true",
@@ -33236,7 +33237,7 @@
}
},
{
- "id": 10030,
+ "id": 10574,
"properties": {
"east": "false",
"north": "true",
@@ -33246,7 +33247,7 @@
}
},
{
- "id": 10031,
+ "id": 10575,
"properties": {
"east": "false",
"north": "true",
@@ -33256,7 +33257,7 @@
}
},
{
- "id": 10032,
+ "id": 10576,
"properties": {
"east": "false",
"north": "true",
@@ -33266,7 +33267,7 @@
}
},
{
- "id": 10033,
+ "id": 10577,
"properties": {
"east": "false",
"north": "true",
@@ -33276,7 +33277,7 @@
}
},
{
- "id": 10034,
+ "id": 10578,
"properties": {
"east": "false",
"north": "true",
@@ -33286,7 +33287,7 @@
}
},
{
- "id": 10035,
+ "id": 10579,
"properties": {
"east": "false",
"north": "false",
@@ -33296,7 +33297,7 @@
}
},
{
- "id": 10036,
+ "id": 10580,
"properties": {
"east": "false",
"north": "false",
@@ -33306,7 +33307,7 @@
}
},
{
- "id": 10037,
+ "id": 10581,
"properties": {
"east": "false",
"north": "false",
@@ -33316,7 +33317,7 @@
}
},
{
- "id": 10038,
+ "id": 10582,
"properties": {
"east": "false",
"north": "false",
@@ -33326,7 +33327,7 @@
}
},
{
- "id": 10039,
+ "id": 10583,
"properties": {
"east": "false",
"north": "false",
@@ -33336,7 +33337,7 @@
}
},
{
- "id": 10040,
+ "id": 10584,
"properties": {
"east": "false",
"north": "false",
@@ -33346,7 +33347,7 @@
}
},
{
- "id": 10041,
+ "id": 10585,
"properties": {
"east": "false",
"north": "false",
@@ -33357,7 +33358,7 @@
},
{
"default": true,
- "id": 10042,
+ "id": 10586,
"properties": {
"east": "false",
"north": "false",
@@ -33376,7 +33377,7 @@
"states": [
{
"default": true,
- "id": 9623
+ "id": 10167
}
]
},
@@ -33397,25 +33398,25 @@
"states": [
{
"default": true,
- "id": 11398,
+ "id": 11942,
"properties": {
"facing": "north"
}
},
{
- "id": 11399,
+ "id": 11943,
"properties": {
"facing": "south"
}
},
{
- "id": 11400,
+ "id": 11944,
"properties": {
"facing": "west"
}
},
{
- "id": 11401,
+ "id": 11945,
"properties": {
"facing": "east"
}
@@ -33448,13 +33449,13 @@
"states": [
{
"default": true,
- "id": 13429,
+ "id": 13973,
"properties": {
"drag": "true"
}
},
{
- "id": 13430,
+ "id": 13974,
"properties": {
"drag": "false"
}
@@ -33476,13 +33477,13 @@
"states": [
{
"default": true,
- "id": 13296,
+ "id": 13840,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13297,
+ "id": 13841,
"properties": {
"waterlogged": "false"
}
@@ -33498,7 +33499,7 @@
"states": [
{
"default": true,
- "id": 13279
+ "id": 13823
}
]
},
@@ -33517,13 +33518,13 @@
"states": [
{
"default": true,
- "id": 13316,
+ "id": 13860,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13317,
+ "id": 13861,
"properties": {
"waterlogged": "false"
}
@@ -33551,56 +33552,56 @@
"states": [
{
"default": true,
- "id": 13378,
+ "id": 13922,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13379,
+ "id": 13923,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13380,
+ "id": 13924,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13381,
+ "id": 13925,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13382,
+ "id": 13926,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13383,
+ "id": 13927,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13384,
+ "id": 13928,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13385,
+ "id": 13929,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -33616,7 +33617,7 @@
"states": [
{
"default": true,
- "id": 21501
+ "id": 22045
}
]
},
@@ -33648,97 +33649,97 @@
"states": [
{
"default": true,
- "id": 5948,
+ "id": 5951,
"properties": {
"age": "0"
}
},
{
- "id": 5949,
+ "id": 5952,
"properties": {
"age": "1"
}
},
{
- "id": 5950,
+ "id": 5953,
"properties": {
"age": "2"
}
},
{
- "id": 5951,
+ "id": 5954,
"properties": {
"age": "3"
}
},
{
- "id": 5952,
+ "id": 5955,
"properties": {
"age": "4"
}
},
{
- "id": 5953,
+ "id": 5956,
"properties": {
"age": "5"
}
},
{
- "id": 5954,
+ "id": 5957,
"properties": {
"age": "6"
}
},
{
- "id": 5955,
+ "id": 5958,
"properties": {
"age": "7"
}
},
{
- "id": 5956,
+ "id": 5959,
"properties": {
"age": "8"
}
},
{
- "id": 5957,
+ "id": 5960,
"properties": {
"age": "9"
}
},
{
- "id": 5958,
+ "id": 5961,
"properties": {
"age": "10"
}
},
{
- "id": 5959,
+ "id": 5962,
"properties": {
"age": "11"
}
},
{
- "id": 5960,
+ "id": 5963,
"properties": {
"age": "12"
}
},
{
- "id": 5961,
+ "id": 5964,
"properties": {
"age": "13"
}
},
{
- "id": 5962,
+ "id": 5965,
"properties": {
"age": "14"
}
},
{
- "id": 5963,
+ "id": 5966,
"properties": {
"age": "15"
}
@@ -33764,43 +33765,43 @@
"states": [
{
"default": true,
- "id": 6040,
+ "id": 6043,
"properties": {
"bites": "0"
}
},
{
- "id": 6041,
+ "id": 6044,
"properties": {
"bites": "1"
}
},
{
- "id": 6042,
+ "id": 6045,
"properties": {
"bites": "2"
}
},
{
- "id": 6043,
+ "id": 6046,
"properties": {
"bites": "3"
}
},
{
- "id": 6044,
+ "id": 6047,
"properties": {
"bites": "4"
}
},
{
- "id": 6045,
+ "id": 6048,
"properties": {
"bites": "5"
}
},
{
- "id": 6046,
+ "id": 6049,
"properties": {
"bites": "6"
}
@@ -33815,7 +33816,7 @@
"states": [
{
"default": true,
- "id": 22785
+ "id": 23329
}
]
},
@@ -33861,7 +33862,7 @@
},
"states": [
{
- "id": 22884,
+ "id": 23428,
"properties": {
"facing": "north",
"power": "0",
@@ -33871,7 +33872,7 @@
},
{
"default": true,
- "id": 22885,
+ "id": 23429,
"properties": {
"facing": "north",
"power": "0",
@@ -33880,7 +33881,7 @@
}
},
{
- "id": 22886,
+ "id": 23430,
"properties": {
"facing": "north",
"power": "0",
@@ -33889,7 +33890,7 @@
}
},
{
- "id": 22887,
+ "id": 23431,
"properties": {
"facing": "north",
"power": "0",
@@ -33898,7 +33899,7 @@
}
},
{
- "id": 22888,
+ "id": 23432,
"properties": {
"facing": "north",
"power": "0",
@@ -33907,7 +33908,7 @@
}
},
{
- "id": 22889,
+ "id": 23433,
"properties": {
"facing": "north",
"power": "0",
@@ -33916,7 +33917,7 @@
}
},
{
- "id": 22890,
+ "id": 23434,
"properties": {
"facing": "north",
"power": "1",
@@ -33925,7 +33926,7 @@
}
},
{
- "id": 22891,
+ "id": 23435,
"properties": {
"facing": "north",
"power": "1",
@@ -33934,7 +33935,7 @@
}
},
{
- "id": 22892,
+ "id": 23436,
"properties": {
"facing": "north",
"power": "1",
@@ -33943,7 +33944,7 @@
}
},
{
- "id": 22893,
+ "id": 23437,
"properties": {
"facing": "north",
"power": "1",
@@ -33952,7 +33953,7 @@
}
},
{
- "id": 22894,
+ "id": 23438,
"properties": {
"facing": "north",
"power": "1",
@@ -33961,7 +33962,7 @@
}
},
{
- "id": 22895,
+ "id": 23439,
"properties": {
"facing": "north",
"power": "1",
@@ -33970,7 +33971,7 @@
}
},
{
- "id": 22896,
+ "id": 23440,
"properties": {
"facing": "north",
"power": "2",
@@ -33979,7 +33980,7 @@
}
},
{
- "id": 22897,
+ "id": 23441,
"properties": {
"facing": "north",
"power": "2",
@@ -33988,7 +33989,7 @@
}
},
{
- "id": 22898,
+ "id": 23442,
"properties": {
"facing": "north",
"power": "2",
@@ -33997,7 +33998,7 @@
}
},
{
- "id": 22899,
+ "id": 23443,
"properties": {
"facing": "north",
"power": "2",
@@ -34006,7 +34007,7 @@
}
},
{
- "id": 22900,
+ "id": 23444,
"properties": {
"facing": "north",
"power": "2",
@@ -34015,7 +34016,7 @@
}
},
{
- "id": 22901,
+ "id": 23445,
"properties": {
"facing": "north",
"power": "2",
@@ -34024,7 +34025,7 @@
}
},
{
- "id": 22902,
+ "id": 23446,
"properties": {
"facing": "north",
"power": "3",
@@ -34033,7 +34034,7 @@
}
},
{
- "id": 22903,
+ "id": 23447,
"properties": {
"facing": "north",
"power": "3",
@@ -34042,7 +34043,7 @@
}
},
{
- "id": 22904,
+ "id": 23448,
"properties": {
"facing": "north",
"power": "3",
@@ -34051,7 +34052,7 @@
}
},
{
- "id": 22905,
+ "id": 23449,
"properties": {
"facing": "north",
"power": "3",
@@ -34060,7 +34061,7 @@
}
},
{
- "id": 22906,
+ "id": 23450,
"properties": {
"facing": "north",
"power": "3",
@@ -34069,7 +34070,7 @@
}
},
{
- "id": 22907,
+ "id": 23451,
"properties": {
"facing": "north",
"power": "3",
@@ -34078,7 +34079,7 @@
}
},
{
- "id": 22908,
+ "id": 23452,
"properties": {
"facing": "north",
"power": "4",
@@ -34087,7 +34088,7 @@
}
},
{
- "id": 22909,
+ "id": 23453,
"properties": {
"facing": "north",
"power": "4",
@@ -34096,7 +34097,7 @@
}
},
{
- "id": 22910,
+ "id": 23454,
"properties": {
"facing": "north",
"power": "4",
@@ -34105,7 +34106,7 @@
}
},
{
- "id": 22911,
+ "id": 23455,
"properties": {
"facing": "north",
"power": "4",
@@ -34114,7 +34115,7 @@
}
},
{
- "id": 22912,
+ "id": 23456,
"properties": {
"facing": "north",
"power": "4",
@@ -34123,7 +34124,7 @@
}
},
{
- "id": 22913,
+ "id": 23457,
"properties": {
"facing": "north",
"power": "4",
@@ -34132,7 +34133,7 @@
}
},
{
- "id": 22914,
+ "id": 23458,
"properties": {
"facing": "north",
"power": "5",
@@ -34141,7 +34142,7 @@
}
},
{
- "id": 22915,
+ "id": 23459,
"properties": {
"facing": "north",
"power": "5",
@@ -34150,7 +34151,7 @@
}
},
{
- "id": 22916,
+ "id": 23460,
"properties": {
"facing": "north",
"power": "5",
@@ -34159,7 +34160,7 @@
}
},
{
- "id": 22917,
+ "id": 23461,
"properties": {
"facing": "north",
"power": "5",
@@ -34168,7 +34169,7 @@
}
},
{
- "id": 22918,
+ "id": 23462,
"properties": {
"facing": "north",
"power": "5",
@@ -34177,7 +34178,7 @@
}
},
{
- "id": 22919,
+ "id": 23463,
"properties": {
"facing": "north",
"power": "5",
@@ -34186,7 +34187,7 @@
}
},
{
- "id": 22920,
+ "id": 23464,
"properties": {
"facing": "north",
"power": "6",
@@ -34195,7 +34196,7 @@
}
},
{
- "id": 22921,
+ "id": 23465,
"properties": {
"facing": "north",
"power": "6",
@@ -34204,7 +34205,7 @@
}
},
{
- "id": 22922,
+ "id": 23466,
"properties": {
"facing": "north",
"power": "6",
@@ -34213,7 +34214,7 @@
}
},
{
- "id": 22923,
+ "id": 23467,
"properties": {
"facing": "north",
"power": "6",
@@ -34222,7 +34223,7 @@
}
},
{
- "id": 22924,
+ "id": 23468,
"properties": {
"facing": "north",
"power": "6",
@@ -34231,7 +34232,7 @@
}
},
{
- "id": 22925,
+ "id": 23469,
"properties": {
"facing": "north",
"power": "6",
@@ -34240,7 +34241,7 @@
}
},
{
- "id": 22926,
+ "id": 23470,
"properties": {
"facing": "north",
"power": "7",
@@ -34249,7 +34250,7 @@
}
},
{
- "id": 22927,
+ "id": 23471,
"properties": {
"facing": "north",
"power": "7",
@@ -34258,7 +34259,7 @@
}
},
{
- "id": 22928,
+ "id": 23472,
"properties": {
"facing": "north",
"power": "7",
@@ -34267,7 +34268,7 @@
}
},
{
- "id": 22929,
+ "id": 23473,
"properties": {
"facing": "north",
"power": "7",
@@ -34276,7 +34277,7 @@
}
},
{
- "id": 22930,
+ "id": 23474,
"properties": {
"facing": "north",
"power": "7",
@@ -34285,7 +34286,7 @@
}
},
{
- "id": 22931,
+ "id": 23475,
"properties": {
"facing": "north",
"power": "7",
@@ -34294,7 +34295,7 @@
}
},
{
- "id": 22932,
+ "id": 23476,
"properties": {
"facing": "north",
"power": "8",
@@ -34303,7 +34304,7 @@
}
},
{
- "id": 22933,
+ "id": 23477,
"properties": {
"facing": "north",
"power": "8",
@@ -34312,7 +34313,7 @@
}
},
{
- "id": 22934,
+ "id": 23478,
"properties": {
"facing": "north",
"power": "8",
@@ -34321,7 +34322,7 @@
}
},
{
- "id": 22935,
+ "id": 23479,
"properties": {
"facing": "north",
"power": "8",
@@ -34330,7 +34331,7 @@
}
},
{
- "id": 22936,
+ "id": 23480,
"properties": {
"facing": "north",
"power": "8",
@@ -34339,7 +34340,7 @@
}
},
{
- "id": 22937,
+ "id": 23481,
"properties": {
"facing": "north",
"power": "8",
@@ -34348,7 +34349,7 @@
}
},
{
- "id": 22938,
+ "id": 23482,
"properties": {
"facing": "north",
"power": "9",
@@ -34357,7 +34358,7 @@
}
},
{
- "id": 22939,
+ "id": 23483,
"properties": {
"facing": "north",
"power": "9",
@@ -34366,7 +34367,7 @@
}
},
{
- "id": 22940,
+ "id": 23484,
"properties": {
"facing": "north",
"power": "9",
@@ -34375,7 +34376,7 @@
}
},
{
- "id": 22941,
+ "id": 23485,
"properties": {
"facing": "north",
"power": "9",
@@ -34384,7 +34385,7 @@
}
},
{
- "id": 22942,
+ "id": 23486,
"properties": {
"facing": "north",
"power": "9",
@@ -34393,7 +34394,7 @@
}
},
{
- "id": 22943,
+ "id": 23487,
"properties": {
"facing": "north",
"power": "9",
@@ -34402,7 +34403,7 @@
}
},
{
- "id": 22944,
+ "id": 23488,
"properties": {
"facing": "north",
"power": "10",
@@ -34411,7 +34412,7 @@
}
},
{
- "id": 22945,
+ "id": 23489,
"properties": {
"facing": "north",
"power": "10",
@@ -34420,7 +34421,7 @@
}
},
{
- "id": 22946,
+ "id": 23490,
"properties": {
"facing": "north",
"power": "10",
@@ -34429,7 +34430,7 @@
}
},
{
- "id": 22947,
+ "id": 23491,
"properties": {
"facing": "north",
"power": "10",
@@ -34438,7 +34439,7 @@
}
},
{
- "id": 22948,
+ "id": 23492,
"properties": {
"facing": "north",
"power": "10",
@@ -34447,7 +34448,7 @@
}
},
{
- "id": 22949,
+ "id": 23493,
"properties": {
"facing": "north",
"power": "10",
@@ -34456,7 +34457,7 @@
}
},
{
- "id": 22950,
+ "id": 23494,
"properties": {
"facing": "north",
"power": "11",
@@ -34465,7 +34466,7 @@
}
},
{
- "id": 22951,
+ "id": 23495,
"properties": {
"facing": "north",
"power": "11",
@@ -34474,7 +34475,7 @@
}
},
{
- "id": 22952,
+ "id": 23496,
"properties": {
"facing": "north",
"power": "11",
@@ -34483,7 +34484,7 @@
}
},
{
- "id": 22953,
+ "id": 23497,
"properties": {
"facing": "north",
"power": "11",
@@ -34492,7 +34493,7 @@
}
},
{
- "id": 22954,
+ "id": 23498,
"properties": {
"facing": "north",
"power": "11",
@@ -34501,7 +34502,7 @@
}
},
{
- "id": 22955,
+ "id": 23499,
"properties": {
"facing": "north",
"power": "11",
@@ -34510,7 +34511,7 @@
}
},
{
- "id": 22956,
+ "id": 23500,
"properties": {
"facing": "north",
"power": "12",
@@ -34519,7 +34520,7 @@
}
},
{
- "id": 22957,
+ "id": 23501,
"properties": {
"facing": "north",
"power": "12",
@@ -34528,7 +34529,7 @@
}
},
{
- "id": 22958,
+ "id": 23502,
"properties": {
"facing": "north",
"power": "12",
@@ -34537,7 +34538,7 @@
}
},
{
- "id": 22959,
+ "id": 23503,
"properties": {
"facing": "north",
"power": "12",
@@ -34546,7 +34547,7 @@
}
},
{
- "id": 22960,
+ "id": 23504,
"properties": {
"facing": "north",
"power": "12",
@@ -34555,7 +34556,7 @@
}
},
{
- "id": 22961,
+ "id": 23505,
"properties": {
"facing": "north",
"power": "12",
@@ -34564,7 +34565,7 @@
}
},
{
- "id": 22962,
+ "id": 23506,
"properties": {
"facing": "north",
"power": "13",
@@ -34573,7 +34574,7 @@
}
},
{
- "id": 22963,
+ "id": 23507,
"properties": {
"facing": "north",
"power": "13",
@@ -34582,7 +34583,7 @@
}
},
{
- "id": 22964,
+ "id": 23508,
"properties": {
"facing": "north",
"power": "13",
@@ -34591,7 +34592,7 @@
}
},
{
- "id": 22965,
+ "id": 23509,
"properties": {
"facing": "north",
"power": "13",
@@ -34600,7 +34601,7 @@
}
},
{
- "id": 22966,
+ "id": 23510,
"properties": {
"facing": "north",
"power": "13",
@@ -34609,7 +34610,7 @@
}
},
{
- "id": 22967,
+ "id": 23511,
"properties": {
"facing": "north",
"power": "13",
@@ -34618,7 +34619,7 @@
}
},
{
- "id": 22968,
+ "id": 23512,
"properties": {
"facing": "north",
"power": "14",
@@ -34627,7 +34628,7 @@
}
},
{
- "id": 22969,
+ "id": 23513,
"properties": {
"facing": "north",
"power": "14",
@@ -34636,7 +34637,7 @@
}
},
{
- "id": 22970,
+ "id": 23514,
"properties": {
"facing": "north",
"power": "14",
@@ -34645,7 +34646,7 @@
}
},
{
- "id": 22971,
+ "id": 23515,
"properties": {
"facing": "north",
"power": "14",
@@ -34654,7 +34655,7 @@
}
},
{
- "id": 22972,
+ "id": 23516,
"properties": {
"facing": "north",
"power": "14",
@@ -34663,7 +34664,7 @@
}
},
{
- "id": 22973,
+ "id": 23517,
"properties": {
"facing": "north",
"power": "14",
@@ -34672,7 +34673,7 @@
}
},
{
- "id": 22974,
+ "id": 23518,
"properties": {
"facing": "north",
"power": "15",
@@ -34681,7 +34682,7 @@
}
},
{
- "id": 22975,
+ "id": 23519,
"properties": {
"facing": "north",
"power": "15",
@@ -34690,7 +34691,7 @@
}
},
{
- "id": 22976,
+ "id": 23520,
"properties": {
"facing": "north",
"power": "15",
@@ -34699,7 +34700,7 @@
}
},
{
- "id": 22977,
+ "id": 23521,
"properties": {
"facing": "north",
"power": "15",
@@ -34708,7 +34709,7 @@
}
},
{
- "id": 22978,
+ "id": 23522,
"properties": {
"facing": "north",
"power": "15",
@@ -34717,7 +34718,7 @@
}
},
{
- "id": 22979,
+ "id": 23523,
"properties": {
"facing": "north",
"power": "15",
@@ -34726,7 +34727,7 @@
}
},
{
- "id": 22980,
+ "id": 23524,
"properties": {
"facing": "south",
"power": "0",
@@ -34735,7 +34736,7 @@
}
},
{
- "id": 22981,
+ "id": 23525,
"properties": {
"facing": "south",
"power": "0",
@@ -34744,7 +34745,7 @@
}
},
{
- "id": 22982,
+ "id": 23526,
"properties": {
"facing": "south",
"power": "0",
@@ -34753,7 +34754,7 @@
}
},
{
- "id": 22983,
+ "id": 23527,
"properties": {
"facing": "south",
"power": "0",
@@ -34762,7 +34763,7 @@
}
},
{
- "id": 22984,
+ "id": 23528,
"properties": {
"facing": "south",
"power": "0",
@@ -34771,7 +34772,7 @@
}
},
{
- "id": 22985,
+ "id": 23529,
"properties": {
"facing": "south",
"power": "0",
@@ -34780,7 +34781,7 @@
}
},
{
- "id": 22986,
+ "id": 23530,
"properties": {
"facing": "south",
"power": "1",
@@ -34789,7 +34790,7 @@
}
},
{
- "id": 22987,
+ "id": 23531,
"properties": {
"facing": "south",
"power": "1",
@@ -34798,7 +34799,7 @@
}
},
{
- "id": 22988,
+ "id": 23532,
"properties": {
"facing": "south",
"power": "1",
@@ -34807,7 +34808,7 @@
}
},
{
- "id": 22989,
+ "id": 23533,
"properties": {
"facing": "south",
"power": "1",
@@ -34816,7 +34817,7 @@
}
},
{
- "id": 22990,
+ "id": 23534,
"properties": {
"facing": "south",
"power": "1",
@@ -34825,7 +34826,7 @@
}
},
{
- "id": 22991,
+ "id": 23535,
"properties": {
"facing": "south",
"power": "1",
@@ -34834,7 +34835,7 @@
}
},
{
- "id": 22992,
+ "id": 23536,
"properties": {
"facing": "south",
"power": "2",
@@ -34843,7 +34844,7 @@
}
},
{
- "id": 22993,
+ "id": 23537,
"properties": {
"facing": "south",
"power": "2",
@@ -34852,7 +34853,7 @@
}
},
{
- "id": 22994,
+ "id": 23538,
"properties": {
"facing": "south",
"power": "2",
@@ -34861,7 +34862,7 @@
}
},
{
- "id": 22995,
+ "id": 23539,
"properties": {
"facing": "south",
"power": "2",
@@ -34870,7 +34871,7 @@
}
},
{
- "id": 22996,
+ "id": 23540,
"properties": {
"facing": "south",
"power": "2",
@@ -34879,7 +34880,7 @@
}
},
{
- "id": 22997,
+ "id": 23541,
"properties": {
"facing": "south",
"power": "2",
@@ -34888,7 +34889,7 @@
}
},
{
- "id": 22998,
+ "id": 23542,
"properties": {
"facing": "south",
"power": "3",
@@ -34897,7 +34898,7 @@
}
},
{
- "id": 22999,
+ "id": 23543,
"properties": {
"facing": "south",
"power": "3",
@@ -34906,7 +34907,7 @@
}
},
{
- "id": 23000,
+ "id": 23544,
"properties": {
"facing": "south",
"power": "3",
@@ -34915,7 +34916,7 @@
}
},
{
- "id": 23001,
+ "id": 23545,
"properties": {
"facing": "south",
"power": "3",
@@ -34924,7 +34925,7 @@
}
},
{
- "id": 23002,
+ "id": 23546,
"properties": {
"facing": "south",
"power": "3",
@@ -34933,7 +34934,7 @@
}
},
{
- "id": 23003,
+ "id": 23547,
"properties": {
"facing": "south",
"power": "3",
@@ -34942,7 +34943,7 @@
}
},
{
- "id": 23004,
+ "id": 23548,
"properties": {
"facing": "south",
"power": "4",
@@ -34951,7 +34952,7 @@
}
},
{
- "id": 23005,
+ "id": 23549,
"properties": {
"facing": "south",
"power": "4",
@@ -34960,7 +34961,7 @@
}
},
{
- "id": 23006,
+ "id": 23550,
"properties": {
"facing": "south",
"power": "4",
@@ -34969,7 +34970,7 @@
}
},
{
- "id": 23007,
+ "id": 23551,
"properties": {
"facing": "south",
"power": "4",
@@ -34978,7 +34979,7 @@
}
},
{
- "id": 23008,
+ "id": 23552,
"properties": {
"facing": "south",
"power": "4",
@@ -34987,7 +34988,7 @@
}
},
{
- "id": 23009,
+ "id": 23553,
"properties": {
"facing": "south",
"power": "4",
@@ -34996,7 +34997,7 @@
}
},
{
- "id": 23010,
+ "id": 23554,
"properties": {
"facing": "south",
"power": "5",
@@ -35005,7 +35006,7 @@
}
},
{
- "id": 23011,
+ "id": 23555,
"properties": {
"facing": "south",
"power": "5",
@@ -35014,7 +35015,7 @@
}
},
{
- "id": 23012,
+ "id": 23556,
"properties": {
"facing": "south",
"power": "5",
@@ -35023,7 +35024,7 @@
}
},
{
- "id": 23013,
+ "id": 23557,
"properties": {
"facing": "south",
"power": "5",
@@ -35032,7 +35033,7 @@
}
},
{
- "id": 23014,
+ "id": 23558,
"properties": {
"facing": "south",
"power": "5",
@@ -35041,7 +35042,7 @@
}
},
{
- "id": 23015,
+ "id": 23559,
"properties": {
"facing": "south",
"power": "5",
@@ -35050,7 +35051,7 @@
}
},
{
- "id": 23016,
+ "id": 23560,
"properties": {
"facing": "south",
"power": "6",
@@ -35059,7 +35060,7 @@
}
},
{
- "id": 23017,
+ "id": 23561,
"properties": {
"facing": "south",
"power": "6",
@@ -35068,7 +35069,7 @@
}
},
{
- "id": 23018,
+ "id": 23562,
"properties": {
"facing": "south",
"power": "6",
@@ -35077,7 +35078,7 @@
}
},
{
- "id": 23019,
+ "id": 23563,
"properties": {
"facing": "south",
"power": "6",
@@ -35086,7 +35087,7 @@
}
},
{
- "id": 23020,
+ "id": 23564,
"properties": {
"facing": "south",
"power": "6",
@@ -35095,7 +35096,7 @@
}
},
{
- "id": 23021,
+ "id": 23565,
"properties": {
"facing": "south",
"power": "6",
@@ -35104,7 +35105,7 @@
}
},
{
- "id": 23022,
+ "id": 23566,
"properties": {
"facing": "south",
"power": "7",
@@ -35113,7 +35114,7 @@
}
},
{
- "id": 23023,
+ "id": 23567,
"properties": {
"facing": "south",
"power": "7",
@@ -35122,7 +35123,7 @@
}
},
{
- "id": 23024,
+ "id": 23568,
"properties": {
"facing": "south",
"power": "7",
@@ -35131,7 +35132,7 @@
}
},
{
- "id": 23025,
+ "id": 23569,
"properties": {
"facing": "south",
"power": "7",
@@ -35140,7 +35141,7 @@
}
},
{
- "id": 23026,
+ "id": 23570,
"properties": {
"facing": "south",
"power": "7",
@@ -35149,7 +35150,7 @@
}
},
{
- "id": 23027,
+ "id": 23571,
"properties": {
"facing": "south",
"power": "7",
@@ -35158,7 +35159,7 @@
}
},
{
- "id": 23028,
+ "id": 23572,
"properties": {
"facing": "south",
"power": "8",
@@ -35167,7 +35168,7 @@
}
},
{
- "id": 23029,
+ "id": 23573,
"properties": {
"facing": "south",
"power": "8",
@@ -35176,7 +35177,7 @@
}
},
{
- "id": 23030,
+ "id": 23574,
"properties": {
"facing": "south",
"power": "8",
@@ -35185,7 +35186,7 @@
}
},
{
- "id": 23031,
+ "id": 23575,
"properties": {
"facing": "south",
"power": "8",
@@ -35194,7 +35195,7 @@
}
},
{
- "id": 23032,
+ "id": 23576,
"properties": {
"facing": "south",
"power": "8",
@@ -35203,7 +35204,7 @@
}
},
{
- "id": 23033,
+ "id": 23577,
"properties": {
"facing": "south",
"power": "8",
@@ -35212,7 +35213,7 @@
}
},
{
- "id": 23034,
+ "id": 23578,
"properties": {
"facing": "south",
"power": "9",
@@ -35221,7 +35222,7 @@
}
},
{
- "id": 23035,
+ "id": 23579,
"properties": {
"facing": "south",
"power": "9",
@@ -35230,7 +35231,7 @@
}
},
{
- "id": 23036,
+ "id": 23580,
"properties": {
"facing": "south",
"power": "9",
@@ -35239,7 +35240,7 @@
}
},
{
- "id": 23037,
+ "id": 23581,
"properties": {
"facing": "south",
"power": "9",
@@ -35248,7 +35249,7 @@
}
},
{
- "id": 23038,
+ "id": 23582,
"properties": {
"facing": "south",
"power": "9",
@@ -35257,7 +35258,7 @@
}
},
{
- "id": 23039,
+ "id": 23583,
"properties": {
"facing": "south",
"power": "9",
@@ -35266,7 +35267,7 @@
}
},
{
- "id": 23040,
+ "id": 23584,
"properties": {
"facing": "south",
"power": "10",
@@ -35275,7 +35276,7 @@
}
},
{
- "id": 23041,
+ "id": 23585,
"properties": {
"facing": "south",
"power": "10",
@@ -35284,7 +35285,7 @@
}
},
{
- "id": 23042,
+ "id": 23586,
"properties": {
"facing": "south",
"power": "10",
@@ -35293,7 +35294,7 @@
}
},
{
- "id": 23043,
+ "id": 23587,
"properties": {
"facing": "south",
"power": "10",
@@ -35302,7 +35303,7 @@
}
},
{
- "id": 23044,
+ "id": 23588,
"properties": {
"facing": "south",
"power": "10",
@@ -35311,7 +35312,7 @@
}
},
{
- "id": 23045,
+ "id": 23589,
"properties": {
"facing": "south",
"power": "10",
@@ -35320,7 +35321,7 @@
}
},
{
- "id": 23046,
+ "id": 23590,
"properties": {
"facing": "south",
"power": "11",
@@ -35329,7 +35330,7 @@
}
},
{
- "id": 23047,
+ "id": 23591,
"properties": {
"facing": "south",
"power": "11",
@@ -35338,7 +35339,7 @@
}
},
{
- "id": 23048,
+ "id": 23592,
"properties": {
"facing": "south",
"power": "11",
@@ -35347,7 +35348,7 @@
}
},
{
- "id": 23049,
+ "id": 23593,
"properties": {
"facing": "south",
"power": "11",
@@ -35356,7 +35357,7 @@
}
},
{
- "id": 23050,
+ "id": 23594,
"properties": {
"facing": "south",
"power": "11",
@@ -35365,7 +35366,7 @@
}
},
{
- "id": 23051,
+ "id": 23595,
"properties": {
"facing": "south",
"power": "11",
@@ -35374,7 +35375,7 @@
}
},
{
- "id": 23052,
+ "id": 23596,
"properties": {
"facing": "south",
"power": "12",
@@ -35383,7 +35384,7 @@
}
},
{
- "id": 23053,
+ "id": 23597,
"properties": {
"facing": "south",
"power": "12",
@@ -35392,7 +35393,7 @@
}
},
{
- "id": 23054,
+ "id": 23598,
"properties": {
"facing": "south",
"power": "12",
@@ -35401,7 +35402,7 @@
}
},
{
- "id": 23055,
+ "id": 23599,
"properties": {
"facing": "south",
"power": "12",
@@ -35410,7 +35411,7 @@
}
},
{
- "id": 23056,
+ "id": 23600,
"properties": {
"facing": "south",
"power": "12",
@@ -35419,7 +35420,7 @@
}
},
{
- "id": 23057,
+ "id": 23601,
"properties": {
"facing": "south",
"power": "12",
@@ -35428,7 +35429,7 @@
}
},
{
- "id": 23058,
+ "id": 23602,
"properties": {
"facing": "south",
"power": "13",
@@ -35437,7 +35438,7 @@
}
},
{
- "id": 23059,
+ "id": 23603,
"properties": {
"facing": "south",
"power": "13",
@@ -35446,7 +35447,7 @@
}
},
{
- "id": 23060,
+ "id": 23604,
"properties": {
"facing": "south",
"power": "13",
@@ -35455,7 +35456,7 @@
}
},
{
- "id": 23061,
+ "id": 23605,
"properties": {
"facing": "south",
"power": "13",
@@ -35464,7 +35465,7 @@
}
},
{
- "id": 23062,
+ "id": 23606,
"properties": {
"facing": "south",
"power": "13",
@@ -35473,7 +35474,7 @@
}
},
{
- "id": 23063,
+ "id": 23607,
"properties": {
"facing": "south",
"power": "13",
@@ -35482,7 +35483,7 @@
}
},
{
- "id": 23064,
+ "id": 23608,
"properties": {
"facing": "south",
"power": "14",
@@ -35491,7 +35492,7 @@
}
},
{
- "id": 23065,
+ "id": 23609,
"properties": {
"facing": "south",
"power": "14",
@@ -35500,7 +35501,7 @@
}
},
{
- "id": 23066,
+ "id": 23610,
"properties": {
"facing": "south",
"power": "14",
@@ -35509,7 +35510,7 @@
}
},
{
- "id": 23067,
+ "id": 23611,
"properties": {
"facing": "south",
"power": "14",
@@ -35518,7 +35519,7 @@
}
},
{
- "id": 23068,
+ "id": 23612,
"properties": {
"facing": "south",
"power": "14",
@@ -35527,7 +35528,7 @@
}
},
{
- "id": 23069,
+ "id": 23613,
"properties": {
"facing": "south",
"power": "14",
@@ -35536,7 +35537,7 @@
}
},
{
- "id": 23070,
+ "id": 23614,
"properties": {
"facing": "south",
"power": "15",
@@ -35545,7 +35546,7 @@
}
},
{
- "id": 23071,
+ "id": 23615,
"properties": {
"facing": "south",
"power": "15",
@@ -35554,7 +35555,7 @@
}
},
{
- "id": 23072,
+ "id": 23616,
"properties": {
"facing": "south",
"power": "15",
@@ -35563,7 +35564,7 @@
}
},
{
- "id": 23073,
+ "id": 23617,
"properties": {
"facing": "south",
"power": "15",
@@ -35572,7 +35573,7 @@
}
},
{
- "id": 23074,
+ "id": 23618,
"properties": {
"facing": "south",
"power": "15",
@@ -35581,7 +35582,7 @@
}
},
{
- "id": 23075,
+ "id": 23619,
"properties": {
"facing": "south",
"power": "15",
@@ -35590,7 +35591,7 @@
}
},
{
- "id": 23076,
+ "id": 23620,
"properties": {
"facing": "west",
"power": "0",
@@ -35599,7 +35600,7 @@
}
},
{
- "id": 23077,
+ "id": 23621,
"properties": {
"facing": "west",
"power": "0",
@@ -35608,7 +35609,7 @@
}
},
{
- "id": 23078,
+ "id": 23622,
"properties": {
"facing": "west",
"power": "0",
@@ -35617,7 +35618,7 @@
}
},
{
- "id": 23079,
+ "id": 23623,
"properties": {
"facing": "west",
"power": "0",
@@ -35626,7 +35627,7 @@
}
},
{
- "id": 23080,
+ "id": 23624,
"properties": {
"facing": "west",
"power": "0",
@@ -35635,7 +35636,7 @@
}
},
{
- "id": 23081,
+ "id": 23625,
"properties": {
"facing": "west",
"power": "0",
@@ -35644,7 +35645,7 @@
}
},
{
- "id": 23082,
+ "id": 23626,
"properties": {
"facing": "west",
"power": "1",
@@ -35653,7 +35654,7 @@
}
},
{
- "id": 23083,
+ "id": 23627,
"properties": {
"facing": "west",
"power": "1",
@@ -35662,7 +35663,7 @@
}
},
{
- "id": 23084,
+ "id": 23628,
"properties": {
"facing": "west",
"power": "1",
@@ -35671,7 +35672,7 @@
}
},
{
- "id": 23085,
+ "id": 23629,
"properties": {
"facing": "west",
"power": "1",
@@ -35680,7 +35681,7 @@
}
},
{
- "id": 23086,
+ "id": 23630,
"properties": {
"facing": "west",
"power": "1",
@@ -35689,7 +35690,7 @@
}
},
{
- "id": 23087,
+ "id": 23631,
"properties": {
"facing": "west",
"power": "1",
@@ -35698,7 +35699,7 @@
}
},
{
- "id": 23088,
+ "id": 23632,
"properties": {
"facing": "west",
"power": "2",
@@ -35707,7 +35708,7 @@
}
},
{
- "id": 23089,
+ "id": 23633,
"properties": {
"facing": "west",
"power": "2",
@@ -35716,7 +35717,7 @@
}
},
{
- "id": 23090,
+ "id": 23634,
"properties": {
"facing": "west",
"power": "2",
@@ -35725,7 +35726,7 @@
}
},
{
- "id": 23091,
+ "id": 23635,
"properties": {
"facing": "west",
"power": "2",
@@ -35734,7 +35735,7 @@
}
},
{
- "id": 23092,
+ "id": 23636,
"properties": {
"facing": "west",
"power": "2",
@@ -35743,7 +35744,7 @@
}
},
{
- "id": 23093,
+ "id": 23637,
"properties": {
"facing": "west",
"power": "2",
@@ -35752,7 +35753,7 @@
}
},
{
- "id": 23094,
+ "id": 23638,
"properties": {
"facing": "west",
"power": "3",
@@ -35761,7 +35762,7 @@
}
},
{
- "id": 23095,
+ "id": 23639,
"properties": {
"facing": "west",
"power": "3",
@@ -35770,7 +35771,7 @@
}
},
{
- "id": 23096,
+ "id": 23640,
"properties": {
"facing": "west",
"power": "3",
@@ -35779,7 +35780,7 @@
}
},
{
- "id": 23097,
+ "id": 23641,
"properties": {
"facing": "west",
"power": "3",
@@ -35788,7 +35789,7 @@
}
},
{
- "id": 23098,
+ "id": 23642,
"properties": {
"facing": "west",
"power": "3",
@@ -35797,7 +35798,7 @@
}
},
{
- "id": 23099,
+ "id": 23643,
"properties": {
"facing": "west",
"power": "3",
@@ -35806,7 +35807,7 @@
}
},
{
- "id": 23100,
+ "id": 23644,
"properties": {
"facing": "west",
"power": "4",
@@ -35815,7 +35816,7 @@
}
},
{
- "id": 23101,
+ "id": 23645,
"properties": {
"facing": "west",
"power": "4",
@@ -35824,7 +35825,7 @@
}
},
{
- "id": 23102,
+ "id": 23646,
"properties": {
"facing": "west",
"power": "4",
@@ -35833,7 +35834,7 @@
}
},
{
- "id": 23103,
+ "id": 23647,
"properties": {
"facing": "west",
"power": "4",
@@ -35842,7 +35843,7 @@
}
},
{
- "id": 23104,
+ "id": 23648,
"properties": {
"facing": "west",
"power": "4",
@@ -35851,7 +35852,7 @@
}
},
{
- "id": 23105,
+ "id": 23649,
"properties": {
"facing": "west",
"power": "4",
@@ -35860,7 +35861,7 @@
}
},
{
- "id": 23106,
+ "id": 23650,
"properties": {
"facing": "west",
"power": "5",
@@ -35869,7 +35870,7 @@
}
},
{
- "id": 23107,
+ "id": 23651,
"properties": {
"facing": "west",
"power": "5",
@@ -35878,7 +35879,7 @@
}
},
{
- "id": 23108,
+ "id": 23652,
"properties": {
"facing": "west",
"power": "5",
@@ -35887,7 +35888,7 @@
}
},
{
- "id": 23109,
+ "id": 23653,
"properties": {
"facing": "west",
"power": "5",
@@ -35896,7 +35897,7 @@
}
},
{
- "id": 23110,
+ "id": 23654,
"properties": {
"facing": "west",
"power": "5",
@@ -35905,7 +35906,7 @@
}
},
{
- "id": 23111,
+ "id": 23655,
"properties": {
"facing": "west",
"power": "5",
@@ -35914,7 +35915,7 @@
}
},
{
- "id": 23112,
+ "id": 23656,
"properties": {
"facing": "west",
"power": "6",
@@ -35923,7 +35924,7 @@
}
},
{
- "id": 23113,
+ "id": 23657,
"properties": {
"facing": "west",
"power": "6",
@@ -35932,7 +35933,7 @@
}
},
{
- "id": 23114,
+ "id": 23658,
"properties": {
"facing": "west",
"power": "6",
@@ -35941,7 +35942,7 @@
}
},
{
- "id": 23115,
+ "id": 23659,
"properties": {
"facing": "west",
"power": "6",
@@ -35950,7 +35951,7 @@
}
},
{
- "id": 23116,
+ "id": 23660,
"properties": {
"facing": "west",
"power": "6",
@@ -35959,7 +35960,7 @@
}
},
{
- "id": 23117,
+ "id": 23661,
"properties": {
"facing": "west",
"power": "6",
@@ -35968,7 +35969,7 @@
}
},
{
- "id": 23118,
+ "id": 23662,
"properties": {
"facing": "west",
"power": "7",
@@ -35977,7 +35978,7 @@
}
},
{
- "id": 23119,
+ "id": 23663,
"properties": {
"facing": "west",
"power": "7",
@@ -35986,7 +35987,7 @@
}
},
{
- "id": 23120,
+ "id": 23664,
"properties": {
"facing": "west",
"power": "7",
@@ -35995,7 +35996,7 @@
}
},
{
- "id": 23121,
+ "id": 23665,
"properties": {
"facing": "west",
"power": "7",
@@ -36004,7 +36005,7 @@
}
},
{
- "id": 23122,
+ "id": 23666,
"properties": {
"facing": "west",
"power": "7",
@@ -36013,7 +36014,7 @@
}
},
{
- "id": 23123,
+ "id": 23667,
"properties": {
"facing": "west",
"power": "7",
@@ -36022,7 +36023,7 @@
}
},
{
- "id": 23124,
+ "id": 23668,
"properties": {
"facing": "west",
"power": "8",
@@ -36031,7 +36032,7 @@
}
},
{
- "id": 23125,
+ "id": 23669,
"properties": {
"facing": "west",
"power": "8",
@@ -36040,7 +36041,7 @@
}
},
{
- "id": 23126,
+ "id": 23670,
"properties": {
"facing": "west",
"power": "8",
@@ -36049,7 +36050,7 @@
}
},
{
- "id": 23127,
+ "id": 23671,
"properties": {
"facing": "west",
"power": "8",
@@ -36058,7 +36059,7 @@
}
},
{
- "id": 23128,
+ "id": 23672,
"properties": {
"facing": "west",
"power": "8",
@@ -36067,7 +36068,7 @@
}
},
{
- "id": 23129,
+ "id": 23673,
"properties": {
"facing": "west",
"power": "8",
@@ -36076,7 +36077,7 @@
}
},
{
- "id": 23130,
+ "id": 23674,
"properties": {
"facing": "west",
"power": "9",
@@ -36085,7 +36086,7 @@
}
},
{
- "id": 23131,
+ "id": 23675,
"properties": {
"facing": "west",
"power": "9",
@@ -36094,7 +36095,7 @@
}
},
{
- "id": 23132,
+ "id": 23676,
"properties": {
"facing": "west",
"power": "9",
@@ -36103,7 +36104,7 @@
}
},
{
- "id": 23133,
+ "id": 23677,
"properties": {
"facing": "west",
"power": "9",
@@ -36112,7 +36113,7 @@
}
},
{
- "id": 23134,
+ "id": 23678,
"properties": {
"facing": "west",
"power": "9",
@@ -36121,7 +36122,7 @@
}
},
{
- "id": 23135,
+ "id": 23679,
"properties": {
"facing": "west",
"power": "9",
@@ -36130,7 +36131,7 @@
}
},
{
- "id": 23136,
+ "id": 23680,
"properties": {
"facing": "west",
"power": "10",
@@ -36139,7 +36140,7 @@
}
},
{
- "id": 23137,
+ "id": 23681,
"properties": {
"facing": "west",
"power": "10",
@@ -36148,7 +36149,7 @@
}
},
{
- "id": 23138,
+ "id": 23682,
"properties": {
"facing": "west",
"power": "10",
@@ -36157,7 +36158,7 @@
}
},
{
- "id": 23139,
+ "id": 23683,
"properties": {
"facing": "west",
"power": "10",
@@ -36166,7 +36167,7 @@
}
},
{
- "id": 23140,
+ "id": 23684,
"properties": {
"facing": "west",
"power": "10",
@@ -36175,7 +36176,7 @@
}
},
{
- "id": 23141,
+ "id": 23685,
"properties": {
"facing": "west",
"power": "10",
@@ -36184,7 +36185,7 @@
}
},
{
- "id": 23142,
+ "id": 23686,
"properties": {
"facing": "west",
"power": "11",
@@ -36193,7 +36194,7 @@
}
},
{
- "id": 23143,
+ "id": 23687,
"properties": {
"facing": "west",
"power": "11",
@@ -36202,7 +36203,7 @@
}
},
{
- "id": 23144,
+ "id": 23688,
"properties": {
"facing": "west",
"power": "11",
@@ -36211,7 +36212,7 @@
}
},
{
- "id": 23145,
+ "id": 23689,
"properties": {
"facing": "west",
"power": "11",
@@ -36220,7 +36221,7 @@
}
},
{
- "id": 23146,
+ "id": 23690,
"properties": {
"facing": "west",
"power": "11",
@@ -36229,7 +36230,7 @@
}
},
{
- "id": 23147,
+ "id": 23691,
"properties": {
"facing": "west",
"power": "11",
@@ -36238,7 +36239,7 @@
}
},
{
- "id": 23148,
+ "id": 23692,
"properties": {
"facing": "west",
"power": "12",
@@ -36247,7 +36248,7 @@
}
},
{
- "id": 23149,
+ "id": 23693,
"properties": {
"facing": "west",
"power": "12",
@@ -36256,7 +36257,7 @@
}
},
{
- "id": 23150,
+ "id": 23694,
"properties": {
"facing": "west",
"power": "12",
@@ -36265,7 +36266,7 @@
}
},
{
- "id": 23151,
+ "id": 23695,
"properties": {
"facing": "west",
"power": "12",
@@ -36274,7 +36275,7 @@
}
},
{
- "id": 23152,
+ "id": 23696,
"properties": {
"facing": "west",
"power": "12",
@@ -36283,7 +36284,7 @@
}
},
{
- "id": 23153,
+ "id": 23697,
"properties": {
"facing": "west",
"power": "12",
@@ -36292,7 +36293,7 @@
}
},
{
- "id": 23154,
+ "id": 23698,
"properties": {
"facing": "west",
"power": "13",
@@ -36301,7 +36302,7 @@
}
},
{
- "id": 23155,
+ "id": 23699,
"properties": {
"facing": "west",
"power": "13",
@@ -36310,7 +36311,7 @@
}
},
{
- "id": 23156,
+ "id": 23700,
"properties": {
"facing": "west",
"power": "13",
@@ -36319,7 +36320,7 @@
}
},
{
- "id": 23157,
+ "id": 23701,
"properties": {
"facing": "west",
"power": "13",
@@ -36328,7 +36329,7 @@
}
},
{
- "id": 23158,
+ "id": 23702,
"properties": {
"facing": "west",
"power": "13",
@@ -36337,7 +36338,7 @@
}
},
{
- "id": 23159,
+ "id": 23703,
"properties": {
"facing": "west",
"power": "13",
@@ -36346,7 +36347,7 @@
}
},
{
- "id": 23160,
+ "id": 23704,
"properties": {
"facing": "west",
"power": "14",
@@ -36355,7 +36356,7 @@
}
},
{
- "id": 23161,
+ "id": 23705,
"properties": {
"facing": "west",
"power": "14",
@@ -36364,7 +36365,7 @@
}
},
{
- "id": 23162,
+ "id": 23706,
"properties": {
"facing": "west",
"power": "14",
@@ -36373,7 +36374,7 @@
}
},
{
- "id": 23163,
+ "id": 23707,
"properties": {
"facing": "west",
"power": "14",
@@ -36382,7 +36383,7 @@
}
},
{
- "id": 23164,
+ "id": 23708,
"properties": {
"facing": "west",
"power": "14",
@@ -36391,7 +36392,7 @@
}
},
{
- "id": 23165,
+ "id": 23709,
"properties": {
"facing": "west",
"power": "14",
@@ -36400,7 +36401,7 @@
}
},
{
- "id": 23166,
+ "id": 23710,
"properties": {
"facing": "west",
"power": "15",
@@ -36409,7 +36410,7 @@
}
},
{
- "id": 23167,
+ "id": 23711,
"properties": {
"facing": "west",
"power": "15",
@@ -36418,7 +36419,7 @@
}
},
{
- "id": 23168,
+ "id": 23712,
"properties": {
"facing": "west",
"power": "15",
@@ -36427,7 +36428,7 @@
}
},
{
- "id": 23169,
+ "id": 23713,
"properties": {
"facing": "west",
"power": "15",
@@ -36436,7 +36437,7 @@
}
},
{
- "id": 23170,
+ "id": 23714,
"properties": {
"facing": "west",
"power": "15",
@@ -36445,7 +36446,7 @@
}
},
{
- "id": 23171,
+ "id": 23715,
"properties": {
"facing": "west",
"power": "15",
@@ -36454,7 +36455,7 @@
}
},
{
- "id": 23172,
+ "id": 23716,
"properties": {
"facing": "east",
"power": "0",
@@ -36463,7 +36464,7 @@
}
},
{
- "id": 23173,
+ "id": 23717,
"properties": {
"facing": "east",
"power": "0",
@@ -36472,7 +36473,7 @@
}
},
{
- "id": 23174,
+ "id": 23718,
"properties": {
"facing": "east",
"power": "0",
@@ -36481,7 +36482,7 @@
}
},
{
- "id": 23175,
+ "id": 23719,
"properties": {
"facing": "east",
"power": "0",
@@ -36490,7 +36491,7 @@
}
},
{
- "id": 23176,
+ "id": 23720,
"properties": {
"facing": "east",
"power": "0",
@@ -36499,7 +36500,7 @@
}
},
{
- "id": 23177,
+ "id": 23721,
"properties": {
"facing": "east",
"power": "0",
@@ -36508,7 +36509,7 @@
}
},
{
- "id": 23178,
+ "id": 23722,
"properties": {
"facing": "east",
"power": "1",
@@ -36517,7 +36518,7 @@
}
},
{
- "id": 23179,
+ "id": 23723,
"properties": {
"facing": "east",
"power": "1",
@@ -36526,7 +36527,7 @@
}
},
{
- "id": 23180,
+ "id": 23724,
"properties": {
"facing": "east",
"power": "1",
@@ -36535,7 +36536,7 @@
}
},
{
- "id": 23181,
+ "id": 23725,
"properties": {
"facing": "east",
"power": "1",
@@ -36544,7 +36545,7 @@
}
},
{
- "id": 23182,
+ "id": 23726,
"properties": {
"facing": "east",
"power": "1",
@@ -36553,7 +36554,7 @@
}
},
{
- "id": 23183,
+ "id": 23727,
"properties": {
"facing": "east",
"power": "1",
@@ -36562,7 +36563,7 @@
}
},
{
- "id": 23184,
+ "id": 23728,
"properties": {
"facing": "east",
"power": "2",
@@ -36571,7 +36572,7 @@
}
},
{
- "id": 23185,
+ "id": 23729,
"properties": {
"facing": "east",
"power": "2",
@@ -36580,7 +36581,7 @@
}
},
{
- "id": 23186,
+ "id": 23730,
"properties": {
"facing": "east",
"power": "2",
@@ -36589,7 +36590,7 @@
}
},
{
- "id": 23187,
+ "id": 23731,
"properties": {
"facing": "east",
"power": "2",
@@ -36598,7 +36599,7 @@
}
},
{
- "id": 23188,
+ "id": 23732,
"properties": {
"facing": "east",
"power": "2",
@@ -36607,7 +36608,7 @@
}
},
{
- "id": 23189,
+ "id": 23733,
"properties": {
"facing": "east",
"power": "2",
@@ -36616,7 +36617,7 @@
}
},
{
- "id": 23190,
+ "id": 23734,
"properties": {
"facing": "east",
"power": "3",
@@ -36625,7 +36626,7 @@
}
},
{
- "id": 23191,
+ "id": 23735,
"properties": {
"facing": "east",
"power": "3",
@@ -36634,7 +36635,7 @@
}
},
{
- "id": 23192,
+ "id": 23736,
"properties": {
"facing": "east",
"power": "3",
@@ -36643,7 +36644,7 @@
}
},
{
- "id": 23193,
+ "id": 23737,
"properties": {
"facing": "east",
"power": "3",
@@ -36652,7 +36653,7 @@
}
},
{
- "id": 23194,
+ "id": 23738,
"properties": {
"facing": "east",
"power": "3",
@@ -36661,7 +36662,7 @@
}
},
{
- "id": 23195,
+ "id": 23739,
"properties": {
"facing": "east",
"power": "3",
@@ -36670,7 +36671,7 @@
}
},
{
- "id": 23196,
+ "id": 23740,
"properties": {
"facing": "east",
"power": "4",
@@ -36679,7 +36680,7 @@
}
},
{
- "id": 23197,
+ "id": 23741,
"properties": {
"facing": "east",
"power": "4",
@@ -36688,7 +36689,7 @@
}
},
{
- "id": 23198,
+ "id": 23742,
"properties": {
"facing": "east",
"power": "4",
@@ -36697,7 +36698,7 @@
}
},
{
- "id": 23199,
+ "id": 23743,
"properties": {
"facing": "east",
"power": "4",
@@ -36706,7 +36707,7 @@
}
},
{
- "id": 23200,
+ "id": 23744,
"properties": {
"facing": "east",
"power": "4",
@@ -36715,7 +36716,7 @@
}
},
{
- "id": 23201,
+ "id": 23745,
"properties": {
"facing": "east",
"power": "4",
@@ -36724,7 +36725,7 @@
}
},
{
- "id": 23202,
+ "id": 23746,
"properties": {
"facing": "east",
"power": "5",
@@ -36733,7 +36734,7 @@
}
},
{
- "id": 23203,
+ "id": 23747,
"properties": {
"facing": "east",
"power": "5",
@@ -36742,7 +36743,7 @@
}
},
{
- "id": 23204,
+ "id": 23748,
"properties": {
"facing": "east",
"power": "5",
@@ -36751,7 +36752,7 @@
}
},
{
- "id": 23205,
+ "id": 23749,
"properties": {
"facing": "east",
"power": "5",
@@ -36760,7 +36761,7 @@
}
},
{
- "id": 23206,
+ "id": 23750,
"properties": {
"facing": "east",
"power": "5",
@@ -36769,7 +36770,7 @@
}
},
{
- "id": 23207,
+ "id": 23751,
"properties": {
"facing": "east",
"power": "5",
@@ -36778,7 +36779,7 @@
}
},
{
- "id": 23208,
+ "id": 23752,
"properties": {
"facing": "east",
"power": "6",
@@ -36787,7 +36788,7 @@
}
},
{
- "id": 23209,
+ "id": 23753,
"properties": {
"facing": "east",
"power": "6",
@@ -36796,7 +36797,7 @@
}
},
{
- "id": 23210,
+ "id": 23754,
"properties": {
"facing": "east",
"power": "6",
@@ -36805,7 +36806,7 @@
}
},
{
- "id": 23211,
+ "id": 23755,
"properties": {
"facing": "east",
"power": "6",
@@ -36814,7 +36815,7 @@
}
},
{
- "id": 23212,
+ "id": 23756,
"properties": {
"facing": "east",
"power": "6",
@@ -36823,7 +36824,7 @@
}
},
{
- "id": 23213,
+ "id": 23757,
"properties": {
"facing": "east",
"power": "6",
@@ -36832,7 +36833,7 @@
}
},
{
- "id": 23214,
+ "id": 23758,
"properties": {
"facing": "east",
"power": "7",
@@ -36841,7 +36842,7 @@
}
},
{
- "id": 23215,
+ "id": 23759,
"properties": {
"facing": "east",
"power": "7",
@@ -36850,7 +36851,7 @@
}
},
{
- "id": 23216,
+ "id": 23760,
"properties": {
"facing": "east",
"power": "7",
@@ -36859,7 +36860,7 @@
}
},
{
- "id": 23217,
+ "id": 23761,
"properties": {
"facing": "east",
"power": "7",
@@ -36868,7 +36869,7 @@
}
},
{
- "id": 23218,
+ "id": 23762,
"properties": {
"facing": "east",
"power": "7",
@@ -36877,7 +36878,7 @@
}
},
{
- "id": 23219,
+ "id": 23763,
"properties": {
"facing": "east",
"power": "7",
@@ -36886,7 +36887,7 @@
}
},
{
- "id": 23220,
+ "id": 23764,
"properties": {
"facing": "east",
"power": "8",
@@ -36895,7 +36896,7 @@
}
},
{
- "id": 23221,
+ "id": 23765,
"properties": {
"facing": "east",
"power": "8",
@@ -36904,7 +36905,7 @@
}
},
{
- "id": 23222,
+ "id": 23766,
"properties": {
"facing": "east",
"power": "8",
@@ -36913,7 +36914,7 @@
}
},
{
- "id": 23223,
+ "id": 23767,
"properties": {
"facing": "east",
"power": "8",
@@ -36922,7 +36923,7 @@
}
},
{
- "id": 23224,
+ "id": 23768,
"properties": {
"facing": "east",
"power": "8",
@@ -36931,7 +36932,7 @@
}
},
{
- "id": 23225,
+ "id": 23769,
"properties": {
"facing": "east",
"power": "8",
@@ -36940,7 +36941,7 @@
}
},
{
- "id": 23226,
+ "id": 23770,
"properties": {
"facing": "east",
"power": "9",
@@ -36949,7 +36950,7 @@
}
},
{
- "id": 23227,
+ "id": 23771,
"properties": {
"facing": "east",
"power": "9",
@@ -36958,7 +36959,7 @@
}
},
{
- "id": 23228,
+ "id": 23772,
"properties": {
"facing": "east",
"power": "9",
@@ -36967,7 +36968,7 @@
}
},
{
- "id": 23229,
+ "id": 23773,
"properties": {
"facing": "east",
"power": "9",
@@ -36976,7 +36977,7 @@
}
},
{
- "id": 23230,
+ "id": 23774,
"properties": {
"facing": "east",
"power": "9",
@@ -36985,7 +36986,7 @@
}
},
{
- "id": 23231,
+ "id": 23775,
"properties": {
"facing": "east",
"power": "9",
@@ -36994,7 +36995,7 @@
}
},
{
- "id": 23232,
+ "id": 23776,
"properties": {
"facing": "east",
"power": "10",
@@ -37003,7 +37004,7 @@
}
},
{
- "id": 23233,
+ "id": 23777,
"properties": {
"facing": "east",
"power": "10",
@@ -37012,7 +37013,7 @@
}
},
{
- "id": 23234,
+ "id": 23778,
"properties": {
"facing": "east",
"power": "10",
@@ -37021,7 +37022,7 @@
}
},
{
- "id": 23235,
+ "id": 23779,
"properties": {
"facing": "east",
"power": "10",
@@ -37030,7 +37031,7 @@
}
},
{
- "id": 23236,
+ "id": 23780,
"properties": {
"facing": "east",
"power": "10",
@@ -37039,7 +37040,7 @@
}
},
{
- "id": 23237,
+ "id": 23781,
"properties": {
"facing": "east",
"power": "10",
@@ -37048,7 +37049,7 @@
}
},
{
- "id": 23238,
+ "id": 23782,
"properties": {
"facing": "east",
"power": "11",
@@ -37057,7 +37058,7 @@
}
},
{
- "id": 23239,
+ "id": 23783,
"properties": {
"facing": "east",
"power": "11",
@@ -37066,7 +37067,7 @@
}
},
{
- "id": 23240,
+ "id": 23784,
"properties": {
"facing": "east",
"power": "11",
@@ -37075,7 +37076,7 @@
}
},
{
- "id": 23241,
+ "id": 23785,
"properties": {
"facing": "east",
"power": "11",
@@ -37084,7 +37085,7 @@
}
},
{
- "id": 23242,
+ "id": 23786,
"properties": {
"facing": "east",
"power": "11",
@@ -37093,7 +37094,7 @@
}
},
{
- "id": 23243,
+ "id": 23787,
"properties": {
"facing": "east",
"power": "11",
@@ -37102,7 +37103,7 @@
}
},
{
- "id": 23244,
+ "id": 23788,
"properties": {
"facing": "east",
"power": "12",
@@ -37111,7 +37112,7 @@
}
},
{
- "id": 23245,
+ "id": 23789,
"properties": {
"facing": "east",
"power": "12",
@@ -37120,7 +37121,7 @@
}
},
{
- "id": 23246,
+ "id": 23790,
"properties": {
"facing": "east",
"power": "12",
@@ -37129,7 +37130,7 @@
}
},
{
- "id": 23247,
+ "id": 23791,
"properties": {
"facing": "east",
"power": "12",
@@ -37138,7 +37139,7 @@
}
},
{
- "id": 23248,
+ "id": 23792,
"properties": {
"facing": "east",
"power": "12",
@@ -37147,7 +37148,7 @@
}
},
{
- "id": 23249,
+ "id": 23793,
"properties": {
"facing": "east",
"power": "12",
@@ -37156,7 +37157,7 @@
}
},
{
- "id": 23250,
+ "id": 23794,
"properties": {
"facing": "east",
"power": "13",
@@ -37165,7 +37166,7 @@
}
},
{
- "id": 23251,
+ "id": 23795,
"properties": {
"facing": "east",
"power": "13",
@@ -37174,7 +37175,7 @@
}
},
{
- "id": 23252,
+ "id": 23796,
"properties": {
"facing": "east",
"power": "13",
@@ -37183,7 +37184,7 @@
}
},
{
- "id": 23253,
+ "id": 23797,
"properties": {
"facing": "east",
"power": "13",
@@ -37192,7 +37193,7 @@
}
},
{
- "id": 23254,
+ "id": 23798,
"properties": {
"facing": "east",
"power": "13",
@@ -37201,7 +37202,7 @@
}
},
{
- "id": 23255,
+ "id": 23799,
"properties": {
"facing": "east",
"power": "13",
@@ -37210,7 +37211,7 @@
}
},
{
- "id": 23256,
+ "id": 23800,
"properties": {
"facing": "east",
"power": "14",
@@ -37219,7 +37220,7 @@
}
},
{
- "id": 23257,
+ "id": 23801,
"properties": {
"facing": "east",
"power": "14",
@@ -37228,7 +37229,7 @@
}
},
{
- "id": 23258,
+ "id": 23802,
"properties": {
"facing": "east",
"power": "14",
@@ -37237,7 +37238,7 @@
}
},
{
- "id": 23259,
+ "id": 23803,
"properties": {
"facing": "east",
"power": "14",
@@ -37246,7 +37247,7 @@
}
},
{
- "id": 23260,
+ "id": 23804,
"properties": {
"facing": "east",
"power": "14",
@@ -37255,7 +37256,7 @@
}
},
{
- "id": 23261,
+ "id": 23805,
"properties": {
"facing": "east",
"power": "14",
@@ -37264,7 +37265,7 @@
}
},
{
- "id": 23262,
+ "id": 23806,
"properties": {
"facing": "east",
"power": "15",
@@ -37273,7 +37274,7 @@
}
},
{
- "id": 23263,
+ "id": 23807,
"properties": {
"facing": "east",
"power": "15",
@@ -37282,7 +37283,7 @@
}
},
{
- "id": 23264,
+ "id": 23808,
"properties": {
"facing": "east",
"power": "15",
@@ -37291,7 +37292,7 @@
}
},
{
- "id": 23265,
+ "id": 23809,
"properties": {
"facing": "east",
"power": "15",
@@ -37300,7 +37301,7 @@
}
},
{
- "id": 23266,
+ "id": 23810,
"properties": {
"facing": "east",
"power": "15",
@@ -37309,7 +37310,7 @@
}
},
{
- "id": 23267,
+ "id": 23811,
"properties": {
"facing": "east",
"power": "15",
@@ -37348,7 +37349,7 @@
},
"states": [
{
- "id": 18980,
+ "id": 19524,
"properties": {
"facing": "north",
"lit": "true",
@@ -37357,7 +37358,7 @@
}
},
{
- "id": 18981,
+ "id": 19525,
"properties": {
"facing": "north",
"lit": "true",
@@ -37366,7 +37367,7 @@
}
},
{
- "id": 18982,
+ "id": 19526,
"properties": {
"facing": "north",
"lit": "true",
@@ -37376,7 +37377,7 @@
},
{
"default": true,
- "id": 18983,
+ "id": 19527,
"properties": {
"facing": "north",
"lit": "true",
@@ -37385,7 +37386,7 @@
}
},
{
- "id": 18984,
+ "id": 19528,
"properties": {
"facing": "north",
"lit": "false",
@@ -37394,7 +37395,7 @@
}
},
{
- "id": 18985,
+ "id": 19529,
"properties": {
"facing": "north",
"lit": "false",
@@ -37403,7 +37404,7 @@
}
},
{
- "id": 18986,
+ "id": 19530,
"properties": {
"facing": "north",
"lit": "false",
@@ -37412,7 +37413,7 @@
}
},
{
- "id": 18987,
+ "id": 19531,
"properties": {
"facing": "north",
"lit": "false",
@@ -37421,7 +37422,7 @@
}
},
{
- "id": 18988,
+ "id": 19532,
"properties": {
"facing": "south",
"lit": "true",
@@ -37430,7 +37431,7 @@
}
},
{
- "id": 18989,
+ "id": 19533,
"properties": {
"facing": "south",
"lit": "true",
@@ -37439,7 +37440,7 @@
}
},
{
- "id": 18990,
+ "id": 19534,
"properties": {
"facing": "south",
"lit": "true",
@@ -37448,7 +37449,7 @@
}
},
{
- "id": 18991,
+ "id": 19535,
"properties": {
"facing": "south",
"lit": "true",
@@ -37457,7 +37458,7 @@
}
},
{
- "id": 18992,
+ "id": 19536,
"properties": {
"facing": "south",
"lit": "false",
@@ -37466,7 +37467,7 @@
}
},
{
- "id": 18993,
+ "id": 19537,
"properties": {
"facing": "south",
"lit": "false",
@@ -37475,7 +37476,7 @@
}
},
{
- "id": 18994,
+ "id": 19538,
"properties": {
"facing": "south",
"lit": "false",
@@ -37484,7 +37485,7 @@
}
},
{
- "id": 18995,
+ "id": 19539,
"properties": {
"facing": "south",
"lit": "false",
@@ -37493,7 +37494,7 @@
}
},
{
- "id": 18996,
+ "id": 19540,
"properties": {
"facing": "west",
"lit": "true",
@@ -37502,7 +37503,7 @@
}
},
{
- "id": 18997,
+ "id": 19541,
"properties": {
"facing": "west",
"lit": "true",
@@ -37511,7 +37512,7 @@
}
},
{
- "id": 18998,
+ "id": 19542,
"properties": {
"facing": "west",
"lit": "true",
@@ -37520,7 +37521,7 @@
}
},
{
- "id": 18999,
+ "id": 19543,
"properties": {
"facing": "west",
"lit": "true",
@@ -37529,7 +37530,7 @@
}
},
{
- "id": 19000,
+ "id": 19544,
"properties": {
"facing": "west",
"lit": "false",
@@ -37538,7 +37539,7 @@
}
},
{
- "id": 19001,
+ "id": 19545,
"properties": {
"facing": "west",
"lit": "false",
@@ -37547,7 +37548,7 @@
}
},
{
- "id": 19002,
+ "id": 19546,
"properties": {
"facing": "west",
"lit": "false",
@@ -37556,7 +37557,7 @@
}
},
{
- "id": 19003,
+ "id": 19547,
"properties": {
"facing": "west",
"lit": "false",
@@ -37565,7 +37566,7 @@
}
},
{
- "id": 19004,
+ "id": 19548,
"properties": {
"facing": "east",
"lit": "true",
@@ -37574,7 +37575,7 @@
}
},
{
- "id": 19005,
+ "id": 19549,
"properties": {
"facing": "east",
"lit": "true",
@@ -37583,7 +37584,7 @@
}
},
{
- "id": 19006,
+ "id": 19550,
"properties": {
"facing": "east",
"lit": "true",
@@ -37592,7 +37593,7 @@
}
},
{
- "id": 19007,
+ "id": 19551,
"properties": {
"facing": "east",
"lit": "true",
@@ -37601,7 +37602,7 @@
}
},
{
- "id": 19008,
+ "id": 19552,
"properties": {
"facing": "east",
"lit": "false",
@@ -37610,7 +37611,7 @@
}
},
{
- "id": 19009,
+ "id": 19553,
"properties": {
"facing": "east",
"lit": "false",
@@ -37619,7 +37620,7 @@
}
},
{
- "id": 19010,
+ "id": 19554,
"properties": {
"facing": "east",
"lit": "false",
@@ -37628,7 +37629,7 @@
}
},
{
- "id": 19011,
+ "id": 19555,
"properties": {
"facing": "east",
"lit": "false",
@@ -37661,7 +37662,7 @@
},
"states": [
{
- "id": 21194,
+ "id": 21738,
"properties": {
"candles": "1",
"lit": "true",
@@ -37669,7 +37670,7 @@
}
},
{
- "id": 21195,
+ "id": 21739,
"properties": {
"candles": "1",
"lit": "true",
@@ -37677,7 +37678,7 @@
}
},
{
- "id": 21196,
+ "id": 21740,
"properties": {
"candles": "1",
"lit": "false",
@@ -37686,7 +37687,7 @@
},
{
"default": true,
- "id": 21197,
+ "id": 21741,
"properties": {
"candles": "1",
"lit": "false",
@@ -37694,7 +37695,7 @@
}
},
{
- "id": 21198,
+ "id": 21742,
"properties": {
"candles": "2",
"lit": "true",
@@ -37702,7 +37703,7 @@
}
},
{
- "id": 21199,
+ "id": 21743,
"properties": {
"candles": "2",
"lit": "true",
@@ -37710,7 +37711,7 @@
}
},
{
- "id": 21200,
+ "id": 21744,
"properties": {
"candles": "2",
"lit": "false",
@@ -37718,7 +37719,7 @@
}
},
{
- "id": 21201,
+ "id": 21745,
"properties": {
"candles": "2",
"lit": "false",
@@ -37726,7 +37727,7 @@
}
},
{
- "id": 21202,
+ "id": 21746,
"properties": {
"candles": "3",
"lit": "true",
@@ -37734,7 +37735,7 @@
}
},
{
- "id": 21203,
+ "id": 21747,
"properties": {
"candles": "3",
"lit": "true",
@@ -37742,7 +37743,7 @@
}
},
{
- "id": 21204,
+ "id": 21748,
"properties": {
"candles": "3",
"lit": "false",
@@ -37750,7 +37751,7 @@
}
},
{
- "id": 21205,
+ "id": 21749,
"properties": {
"candles": "3",
"lit": "false",
@@ -37758,7 +37759,7 @@
}
},
{
- "id": 21206,
+ "id": 21750,
"properties": {
"candles": "4",
"lit": "true",
@@ -37766,7 +37767,7 @@
}
},
{
- "id": 21207,
+ "id": 21751,
"properties": {
"candles": "4",
"lit": "true",
@@ -37774,7 +37775,7 @@
}
},
{
- "id": 21208,
+ "id": 21752,
"properties": {
"candles": "4",
"lit": "false",
@@ -37782,7 +37783,7 @@
}
},
{
- "id": 21209,
+ "id": 21753,
"properties": {
"candles": "4",
"lit": "false",
@@ -37805,14 +37806,14 @@
},
"states": [
{
- "id": 21466,
+ "id": 22010,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21467,
+ "id": 22011,
"properties": {
"lit": "false"
}
@@ -37839,49 +37840,49 @@
"states": [
{
"default": true,
- "id": 8826,
+ "id": 9370,
"properties": {
"age": "0"
}
},
{
- "id": 8827,
+ "id": 9371,
"properties": {
"age": "1"
}
},
{
- "id": 8828,
+ "id": 9372,
"properties": {
"age": "2"
}
},
{
- "id": 8829,
+ "id": 9373,
"properties": {
"age": "3"
}
},
{
- "id": 8830,
+ "id": 9374,
"properties": {
"age": "4"
}
},
{
- "id": 8831,
+ "id": 9375,
"properties": {
"age": "5"
}
},
{
- "id": 8832,
+ "id": 9376,
"properties": {
"age": "6"
}
},
{
- "id": 8833,
+ "id": 9377,
"properties": {
"age": "7"
}
@@ -37896,7 +37897,7 @@
"states": [
{
"default": true,
- "id": 18905
+ "id": 19449
}
]
},
@@ -37916,25 +37917,25 @@
"states": [
{
"default": true,
- "id": 6032,
+ "id": 6035,
"properties": {
"facing": "north"
}
},
{
- "id": 6033,
+ "id": 6036,
"properties": {
"facing": "south"
}
},
{
- "id": 6034,
+ "id": 6037,
"properties": {
"facing": "west"
}
},
{
- "id": 6035,
+ "id": 6038,
"properties": {
"facing": "east"
}
@@ -37949,7 +37950,7 @@
"states": [
{
"default": true,
- "id": 7628
+ "id": 8172
}
]
},
@@ -37961,7 +37962,7 @@
"states": [
{
"default": true,
- "id": 13428
+ "id": 13972
}
]
},
@@ -38006,7 +38007,7 @@
},
"states": [
{
- "id": 25238,
+ "id": 25782,
"properties": {
"age": "0",
"berries": "true"
@@ -38014,357 +38015,357 @@
},
{
"default": true,
- "id": 25239,
+ "id": 25783,
"properties": {
"age": "0",
"berries": "false"
}
},
{
- "id": 25240,
+ "id": 25784,
"properties": {
"age": "1",
"berries": "true"
}
},
{
- "id": 25241,
+ "id": 25785,
"properties": {
"age": "1",
"berries": "false"
}
},
{
- "id": 25242,
+ "id": 25786,
"properties": {
"age": "2",
"berries": "true"
}
},
{
- "id": 25243,
+ "id": 25787,
"properties": {
"age": "2",
"berries": "false"
}
},
{
- "id": 25244,
+ "id": 25788,
"properties": {
"age": "3",
"berries": "true"
}
},
{
- "id": 25245,
+ "id": 25789,
"properties": {
"age": "3",
"berries": "false"
}
},
{
- "id": 25246,
+ "id": 25790,
"properties": {
"age": "4",
"berries": "true"
}
},
{
- "id": 25247,
+ "id": 25791,
"properties": {
"age": "4",
"berries": "false"
}
},
{
- "id": 25248,
+ "id": 25792,
"properties": {
"age": "5",
"berries": "true"
}
},
{
- "id": 25249,
+ "id": 25793,
"properties": {
"age": "5",
"berries": "false"
}
},
{
- "id": 25250,
+ "id": 25794,
"properties": {
"age": "6",
"berries": "true"
}
},
{
- "id": 25251,
+ "id": 25795,
"properties": {
"age": "6",
"berries": "false"
}
},
{
- "id": 25252,
+ "id": 25796,
"properties": {
"age": "7",
"berries": "true"
}
},
{
- "id": 25253,
+ "id": 25797,
"properties": {
"age": "7",
"berries": "false"
}
},
{
- "id": 25254,
+ "id": 25798,
"properties": {
"age": "8",
"berries": "true"
}
},
{
- "id": 25255,
+ "id": 25799,
"properties": {
"age": "8",
"berries": "false"
}
},
{
- "id": 25256,
+ "id": 25800,
"properties": {
"age": "9",
"berries": "true"
}
},
{
- "id": 25257,
+ "id": 25801,
"properties": {
"age": "9",
"berries": "false"
}
},
{
- "id": 25258,
+ "id": 25802,
"properties": {
"age": "10",
"berries": "true"
}
},
{
- "id": 25259,
+ "id": 25803,
"properties": {
"age": "10",
"berries": "false"
}
},
{
- "id": 25260,
+ "id": 25804,
"properties": {
"age": "11",
"berries": "true"
}
},
{
- "id": 25261,
+ "id": 25805,
"properties": {
"age": "11",
"berries": "false"
}
},
{
- "id": 25262,
+ "id": 25806,
"properties": {
"age": "12",
"berries": "true"
}
},
{
- "id": 25263,
+ "id": 25807,
"properties": {
"age": "12",
"berries": "false"
}
},
{
- "id": 25264,
+ "id": 25808,
"properties": {
"age": "13",
"berries": "true"
}
},
{
- "id": 25265,
+ "id": 25809,
"properties": {
"age": "13",
"berries": "false"
}
},
{
- "id": 25266,
+ "id": 25810,
"properties": {
"age": "14",
"berries": "true"
}
},
{
- "id": 25267,
+ "id": 25811,
"properties": {
"age": "14",
"berries": "false"
}
},
{
- "id": 25268,
+ "id": 25812,
"properties": {
"age": "15",
"berries": "true"
}
},
{
- "id": 25269,
+ "id": 25813,
"properties": {
"age": "15",
"berries": "false"
}
},
{
- "id": 25270,
+ "id": 25814,
"properties": {
"age": "16",
"berries": "true"
}
},
{
- "id": 25271,
+ "id": 25815,
"properties": {
"age": "16",
"berries": "false"
}
},
{
- "id": 25272,
+ "id": 25816,
"properties": {
"age": "17",
"berries": "true"
}
},
{
- "id": 25273,
+ "id": 25817,
"properties": {
"age": "17",
"berries": "false"
}
},
{
- "id": 25274,
+ "id": 25818,
"properties": {
"age": "18",
"berries": "true"
}
},
{
- "id": 25275,
+ "id": 25819,
"properties": {
"age": "18",
"berries": "false"
}
},
{
- "id": 25276,
+ "id": 25820,
"properties": {
"age": "19",
"berries": "true"
}
},
{
- "id": 25277,
+ "id": 25821,
"properties": {
"age": "19",
"berries": "false"
}
},
{
- "id": 25278,
+ "id": 25822,
"properties": {
"age": "20",
"berries": "true"
}
},
{
- "id": 25279,
+ "id": 25823,
"properties": {
"age": "20",
"berries": "false"
}
},
{
- "id": 25280,
+ "id": 25824,
"properties": {
"age": "21",
"berries": "true"
}
},
{
- "id": 25281,
+ "id": 25825,
"properties": {
"age": "21",
"berries": "false"
}
},
{
- "id": 25282,
+ "id": 25826,
"properties": {
"age": "22",
"berries": "true"
}
},
{
- "id": 25283,
+ "id": 25827,
"properties": {
"age": "22",
"berries": "false"
}
},
{
- "id": 25284,
+ "id": 25828,
"properties": {
"age": "23",
"berries": "true"
}
},
{
- "id": 25285,
+ "id": 25829,
"properties": {
"age": "23",
"berries": "false"
}
},
{
- "id": 25286,
+ "id": 25830,
"properties": {
"age": "24",
"berries": "true"
}
},
{
- "id": 25287,
+ "id": 25831,
"properties": {
"age": "24",
"berries": "false"
}
},
{
- "id": 25288,
+ "id": 25832,
"properties": {
"age": "25",
"berries": "true"
}
},
{
- "id": 25289,
+ "id": 25833,
"properties": {
"age": "25",
"berries": "false"
@@ -38385,14 +38386,14 @@
},
"states": [
{
- "id": 25290,
+ "id": 25834,
"properties": {
"berries": "true"
}
},
{
"default": true,
- "id": 25291,
+ "id": 25835,
"properties": {
"berries": "false"
}
@@ -38417,21 +38418,21 @@
},
"states": [
{
- "id": 7003,
+ "id": 7006,
"properties": {
"axis": "x",
"waterlogged": "true"
}
},
{
- "id": 7004,
+ "id": 7007,
"properties": {
"axis": "x",
"waterlogged": "false"
}
},
{
- "id": 7005,
+ "id": 7008,
"properties": {
"axis": "y",
"waterlogged": "true"
@@ -38439,21 +38440,21 @@
},
{
"default": true,
- "id": 7006,
+ "id": 7009,
"properties": {
"axis": "y",
"waterlogged": "false"
}
},
{
- "id": 7007,
+ "id": 7010,
"properties": {
"axis": "z",
"waterlogged": "true"
}
},
{
- "id": 7008,
+ "id": 7011,
"properties": {
"axis": "z",
"waterlogged": "false"
@@ -38483,42 +38484,42 @@
},
"states": [
{
- "id": 12996,
+ "id": 13540,
"properties": {
"conditional": "true",
"facing": "north"
}
},
{
- "id": 12997,
+ "id": 13541,
"properties": {
"conditional": "true",
"facing": "east"
}
},
{
- "id": 12998,
+ "id": 13542,
"properties": {
"conditional": "true",
"facing": "south"
}
},
{
- "id": 12999,
+ "id": 13543,
"properties": {
"conditional": "true",
"facing": "west"
}
},
{
- "id": 13000,
+ "id": 13544,
"properties": {
"conditional": "true",
"facing": "up"
}
},
{
- "id": 13001,
+ "id": 13545,
"properties": {
"conditional": "true",
"facing": "down"
@@ -38526,42 +38527,42 @@
},
{
"default": true,
- "id": 13002,
+ "id": 13546,
"properties": {
"conditional": "false",
"facing": "north"
}
},
{
- "id": 13003,
+ "id": 13547,
"properties": {
"conditional": "false",
"facing": "east"
}
},
{
- "id": 13004,
+ "id": 13548,
"properties": {
"conditional": "false",
"facing": "south"
}
},
{
- "id": 13005,
+ "id": 13549,
"properties": {
"conditional": "false",
"facing": "west"
}
},
{
- "id": 13006,
+ "id": 13550,
"properties": {
"conditional": "false",
"facing": "up"
}
},
{
- "id": 13007,
+ "id": 13551,
"properties": {
"conditional": "false",
"facing": "down"
@@ -38595,7 +38596,7 @@
},
"states": [
{
- "id": 8962,
+ "id": 9506,
"properties": {
"face": "floor",
"facing": "north",
@@ -38603,7 +38604,7 @@
}
},
{
- "id": 8963,
+ "id": 9507,
"properties": {
"face": "floor",
"facing": "north",
@@ -38611,7 +38612,7 @@
}
},
{
- "id": 8964,
+ "id": 9508,
"properties": {
"face": "floor",
"facing": "south",
@@ -38619,7 +38620,7 @@
}
},
{
- "id": 8965,
+ "id": 9509,
"properties": {
"face": "floor",
"facing": "south",
@@ -38627,7 +38628,7 @@
}
},
{
- "id": 8966,
+ "id": 9510,
"properties": {
"face": "floor",
"facing": "west",
@@ -38635,7 +38636,7 @@
}
},
{
- "id": 8967,
+ "id": 9511,
"properties": {
"face": "floor",
"facing": "west",
@@ -38643,7 +38644,7 @@
}
},
{
- "id": 8968,
+ "id": 9512,
"properties": {
"face": "floor",
"facing": "east",
@@ -38651,7 +38652,7 @@
}
},
{
- "id": 8969,
+ "id": 9513,
"properties": {
"face": "floor",
"facing": "east",
@@ -38659,7 +38660,7 @@
}
},
{
- "id": 8970,
+ "id": 9514,
"properties": {
"face": "wall",
"facing": "north",
@@ -38668,7 +38669,7 @@
},
{
"default": true,
- "id": 8971,
+ "id": 9515,
"properties": {
"face": "wall",
"facing": "north",
@@ -38676,7 +38677,7 @@
}
},
{
- "id": 8972,
+ "id": 9516,
"properties": {
"face": "wall",
"facing": "south",
@@ -38684,7 +38685,7 @@
}
},
{
- "id": 8973,
+ "id": 9517,
"properties": {
"face": "wall",
"facing": "south",
@@ -38692,7 +38693,7 @@
}
},
{
- "id": 8974,
+ "id": 9518,
"properties": {
"face": "wall",
"facing": "west",
@@ -38700,7 +38701,7 @@
}
},
{
- "id": 8975,
+ "id": 9519,
"properties": {
"face": "wall",
"facing": "west",
@@ -38708,7 +38709,7 @@
}
},
{
- "id": 8976,
+ "id": 9520,
"properties": {
"face": "wall",
"facing": "east",
@@ -38716,7 +38717,7 @@
}
},
{
- "id": 8977,
+ "id": 9521,
"properties": {
"face": "wall",
"facing": "east",
@@ -38724,7 +38725,7 @@
}
},
{
- "id": 8978,
+ "id": 9522,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -38732,7 +38733,7 @@
}
},
{
- "id": 8979,
+ "id": 9523,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -38740,7 +38741,7 @@
}
},
{
- "id": 8980,
+ "id": 9524,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -38748,7 +38749,7 @@
}
},
{
- "id": 8981,
+ "id": 9525,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -38756,7 +38757,7 @@
}
},
{
- "id": 8982,
+ "id": 9526,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -38764,7 +38765,7 @@
}
},
{
- "id": 8983,
+ "id": 9527,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -38772,7 +38773,7 @@
}
},
{
- "id": 8984,
+ "id": 9528,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -38780,7 +38781,7 @@
}
},
{
- "id": 8985,
+ "id": 9529,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -38821,7 +38822,7 @@
},
"states": [
{
- "id": 12483,
+ "id": 13027,
"properties": {
"facing": "north",
"half": "upper",
@@ -38831,7 +38832,7 @@
}
},
{
- "id": 12484,
+ "id": 13028,
"properties": {
"facing": "north",
"half": "upper",
@@ -38841,7 +38842,7 @@
}
},
{
- "id": 12485,
+ "id": 13029,
"properties": {
"facing": "north",
"half": "upper",
@@ -38851,7 +38852,7 @@
}
},
{
- "id": 12486,
+ "id": 13030,
"properties": {
"facing": "north",
"half": "upper",
@@ -38861,7 +38862,7 @@
}
},
{
- "id": 12487,
+ "id": 13031,
"properties": {
"facing": "north",
"half": "upper",
@@ -38871,7 +38872,7 @@
}
},
{
- "id": 12488,
+ "id": 13032,
"properties": {
"facing": "north",
"half": "upper",
@@ -38881,7 +38882,7 @@
}
},
{
- "id": 12489,
+ "id": 13033,
"properties": {
"facing": "north",
"half": "upper",
@@ -38891,7 +38892,7 @@
}
},
{
- "id": 12490,
+ "id": 13034,
"properties": {
"facing": "north",
"half": "upper",
@@ -38901,7 +38902,7 @@
}
},
{
- "id": 12491,
+ "id": 13035,
"properties": {
"facing": "north",
"half": "lower",
@@ -38911,7 +38912,7 @@
}
},
{
- "id": 12492,
+ "id": 13036,
"properties": {
"facing": "north",
"half": "lower",
@@ -38921,7 +38922,7 @@
}
},
{
- "id": 12493,
+ "id": 13037,
"properties": {
"facing": "north",
"half": "lower",
@@ -38932,7 +38933,7 @@
},
{
"default": true,
- "id": 12494,
+ "id": 13038,
"properties": {
"facing": "north",
"half": "lower",
@@ -38942,7 +38943,7 @@
}
},
{
- "id": 12495,
+ "id": 13039,
"properties": {
"facing": "north",
"half": "lower",
@@ -38952,7 +38953,7 @@
}
},
{
- "id": 12496,
+ "id": 13040,
"properties": {
"facing": "north",
"half": "lower",
@@ -38962,7 +38963,7 @@
}
},
{
- "id": 12497,
+ "id": 13041,
"properties": {
"facing": "north",
"half": "lower",
@@ -38972,7 +38973,7 @@
}
},
{
- "id": 12498,
+ "id": 13042,
"properties": {
"facing": "north",
"half": "lower",
@@ -38982,7 +38983,7 @@
}
},
{
- "id": 12499,
+ "id": 13043,
"properties": {
"facing": "south",
"half": "upper",
@@ -38992,7 +38993,7 @@
}
},
{
- "id": 12500,
+ "id": 13044,
"properties": {
"facing": "south",
"half": "upper",
@@ -39002,7 +39003,7 @@
}
},
{
- "id": 12501,
+ "id": 13045,
"properties": {
"facing": "south",
"half": "upper",
@@ -39012,7 +39013,7 @@
}
},
{
- "id": 12502,
+ "id": 13046,
"properties": {
"facing": "south",
"half": "upper",
@@ -39022,7 +39023,7 @@
}
},
{
- "id": 12503,
+ "id": 13047,
"properties": {
"facing": "south",
"half": "upper",
@@ -39032,7 +39033,7 @@
}
},
{
- "id": 12504,
+ "id": 13048,
"properties": {
"facing": "south",
"half": "upper",
@@ -39042,7 +39043,7 @@
}
},
{
- "id": 12505,
+ "id": 13049,
"properties": {
"facing": "south",
"half": "upper",
@@ -39052,7 +39053,7 @@
}
},
{
- "id": 12506,
+ "id": 13050,
"properties": {
"facing": "south",
"half": "upper",
@@ -39062,7 +39063,7 @@
}
},
{
- "id": 12507,
+ "id": 13051,
"properties": {
"facing": "south",
"half": "lower",
@@ -39072,7 +39073,7 @@
}
},
{
- "id": 12508,
+ "id": 13052,
"properties": {
"facing": "south",
"half": "lower",
@@ -39082,7 +39083,7 @@
}
},
{
- "id": 12509,
+ "id": 13053,
"properties": {
"facing": "south",
"half": "lower",
@@ -39092,7 +39093,7 @@
}
},
{
- "id": 12510,
+ "id": 13054,
"properties": {
"facing": "south",
"half": "lower",
@@ -39102,7 +39103,7 @@
}
},
{
- "id": 12511,
+ "id": 13055,
"properties": {
"facing": "south",
"half": "lower",
@@ -39112,7 +39113,7 @@
}
},
{
- "id": 12512,
+ "id": 13056,
"properties": {
"facing": "south",
"half": "lower",
@@ -39122,7 +39123,7 @@
}
},
{
- "id": 12513,
+ "id": 13057,
"properties": {
"facing": "south",
"half": "lower",
@@ -39132,7 +39133,7 @@
}
},
{
- "id": 12514,
+ "id": 13058,
"properties": {
"facing": "south",
"half": "lower",
@@ -39142,7 +39143,7 @@
}
},
{
- "id": 12515,
+ "id": 13059,
"properties": {
"facing": "west",
"half": "upper",
@@ -39152,7 +39153,7 @@
}
},
{
- "id": 12516,
+ "id": 13060,
"properties": {
"facing": "west",
"half": "upper",
@@ -39162,7 +39163,7 @@
}
},
{
- "id": 12517,
+ "id": 13061,
"properties": {
"facing": "west",
"half": "upper",
@@ -39172,7 +39173,7 @@
}
},
{
- "id": 12518,
+ "id": 13062,
"properties": {
"facing": "west",
"half": "upper",
@@ -39182,7 +39183,7 @@
}
},
{
- "id": 12519,
+ "id": 13063,
"properties": {
"facing": "west",
"half": "upper",
@@ -39192,7 +39193,7 @@
}
},
{
- "id": 12520,
+ "id": 13064,
"properties": {
"facing": "west",
"half": "upper",
@@ -39202,7 +39203,7 @@
}
},
{
- "id": 12521,
+ "id": 13065,
"properties": {
"facing": "west",
"half": "upper",
@@ -39212,7 +39213,7 @@
}
},
{
- "id": 12522,
+ "id": 13066,
"properties": {
"facing": "west",
"half": "upper",
@@ -39222,7 +39223,7 @@
}
},
{
- "id": 12523,
+ "id": 13067,
"properties": {
"facing": "west",
"half": "lower",
@@ -39232,7 +39233,7 @@
}
},
{
- "id": 12524,
+ "id": 13068,
"properties": {
"facing": "west",
"half": "lower",
@@ -39242,7 +39243,7 @@
}
},
{
- "id": 12525,
+ "id": 13069,
"properties": {
"facing": "west",
"half": "lower",
@@ -39252,7 +39253,7 @@
}
},
{
- "id": 12526,
+ "id": 13070,
"properties": {
"facing": "west",
"half": "lower",
@@ -39262,7 +39263,7 @@
}
},
{
- "id": 12527,
+ "id": 13071,
"properties": {
"facing": "west",
"half": "lower",
@@ -39272,7 +39273,7 @@
}
},
{
- "id": 12528,
+ "id": 13072,
"properties": {
"facing": "west",
"half": "lower",
@@ -39282,7 +39283,7 @@
}
},
{
- "id": 12529,
+ "id": 13073,
"properties": {
"facing": "west",
"half": "lower",
@@ -39292,7 +39293,7 @@
}
},
{
- "id": 12530,
+ "id": 13074,
"properties": {
"facing": "west",
"half": "lower",
@@ -39302,7 +39303,7 @@
}
},
{
- "id": 12531,
+ "id": 13075,
"properties": {
"facing": "east",
"half": "upper",
@@ -39312,7 +39313,7 @@
}
},
{
- "id": 12532,
+ "id": 13076,
"properties": {
"facing": "east",
"half": "upper",
@@ -39322,7 +39323,7 @@
}
},
{
- "id": 12533,
+ "id": 13077,
"properties": {
"facing": "east",
"half": "upper",
@@ -39332,7 +39333,7 @@
}
},
{
- "id": 12534,
+ "id": 13078,
"properties": {
"facing": "east",
"half": "upper",
@@ -39342,7 +39343,7 @@
}
},
{
- "id": 12535,
+ "id": 13079,
"properties": {
"facing": "east",
"half": "upper",
@@ -39352,7 +39353,7 @@
}
},
{
- "id": 12536,
+ "id": 13080,
"properties": {
"facing": "east",
"half": "upper",
@@ -39362,7 +39363,7 @@
}
},
{
- "id": 12537,
+ "id": 13081,
"properties": {
"facing": "east",
"half": "upper",
@@ -39372,7 +39373,7 @@
}
},
{
- "id": 12538,
+ "id": 13082,
"properties": {
"facing": "east",
"half": "upper",
@@ -39382,7 +39383,7 @@
}
},
{
- "id": 12539,
+ "id": 13083,
"properties": {
"facing": "east",
"half": "lower",
@@ -39392,7 +39393,7 @@
}
},
{
- "id": 12540,
+ "id": 13084,
"properties": {
"facing": "east",
"half": "lower",
@@ -39402,7 +39403,7 @@
}
},
{
- "id": 12541,
+ "id": 13085,
"properties": {
"facing": "east",
"half": "lower",
@@ -39412,7 +39413,7 @@
}
},
{
- "id": 12542,
+ "id": 13086,
"properties": {
"facing": "east",
"half": "lower",
@@ -39422,7 +39423,7 @@
}
},
{
- "id": 12543,
+ "id": 13087,
"properties": {
"facing": "east",
"half": "lower",
@@ -39432,7 +39433,7 @@
}
},
{
- "id": 12544,
+ "id": 13088,
"properties": {
"facing": "east",
"half": "lower",
@@ -39442,7 +39443,7 @@
}
},
{
- "id": 12545,
+ "id": 13089,
"properties": {
"facing": "east",
"half": "lower",
@@ -39452,7 +39453,7 @@
}
},
{
- "id": 12546,
+ "id": 13090,
"properties": {
"facing": "east",
"half": "lower",
@@ -39492,7 +39493,7 @@
},
"states": [
{
- "id": 12067,
+ "id": 12611,
"properties": {
"east": "true",
"north": "true",
@@ -39502,7 +39503,7 @@
}
},
{
- "id": 12068,
+ "id": 12612,
"properties": {
"east": "true",
"north": "true",
@@ -39512,7 +39513,7 @@
}
},
{
- "id": 12069,
+ "id": 12613,
"properties": {
"east": "true",
"north": "true",
@@ -39522,7 +39523,7 @@
}
},
{
- "id": 12070,
+ "id": 12614,
"properties": {
"east": "true",
"north": "true",
@@ -39532,7 +39533,7 @@
}
},
{
- "id": 12071,
+ "id": 12615,
"properties": {
"east": "true",
"north": "true",
@@ -39542,7 +39543,7 @@
}
},
{
- "id": 12072,
+ "id": 12616,
"properties": {
"east": "true",
"north": "true",
@@ -39552,7 +39553,7 @@
}
},
{
- "id": 12073,
+ "id": 12617,
"properties": {
"east": "true",
"north": "true",
@@ -39562,7 +39563,7 @@
}
},
{
- "id": 12074,
+ "id": 12618,
"properties": {
"east": "true",
"north": "true",
@@ -39572,7 +39573,7 @@
}
},
{
- "id": 12075,
+ "id": 12619,
"properties": {
"east": "true",
"north": "false",
@@ -39582,7 +39583,7 @@
}
},
{
- "id": 12076,
+ "id": 12620,
"properties": {
"east": "true",
"north": "false",
@@ -39592,7 +39593,7 @@
}
},
{
- "id": 12077,
+ "id": 12621,
"properties": {
"east": "true",
"north": "false",
@@ -39602,7 +39603,7 @@
}
},
{
- "id": 12078,
+ "id": 12622,
"properties": {
"east": "true",
"north": "false",
@@ -39612,7 +39613,7 @@
}
},
{
- "id": 12079,
+ "id": 12623,
"properties": {
"east": "true",
"north": "false",
@@ -39622,7 +39623,7 @@
}
},
{
- "id": 12080,
+ "id": 12624,
"properties": {
"east": "true",
"north": "false",
@@ -39632,7 +39633,7 @@
}
},
{
- "id": 12081,
+ "id": 12625,
"properties": {
"east": "true",
"north": "false",
@@ -39642,7 +39643,7 @@
}
},
{
- "id": 12082,
+ "id": 12626,
"properties": {
"east": "true",
"north": "false",
@@ -39652,7 +39653,7 @@
}
},
{
- "id": 12083,
+ "id": 12627,
"properties": {
"east": "false",
"north": "true",
@@ -39662,7 +39663,7 @@
}
},
{
- "id": 12084,
+ "id": 12628,
"properties": {
"east": "false",
"north": "true",
@@ -39672,7 +39673,7 @@
}
},
{
- "id": 12085,
+ "id": 12629,
"properties": {
"east": "false",
"north": "true",
@@ -39682,7 +39683,7 @@
}
},
{
- "id": 12086,
+ "id": 12630,
"properties": {
"east": "false",
"north": "true",
@@ -39692,7 +39693,7 @@
}
},
{
- "id": 12087,
+ "id": 12631,
"properties": {
"east": "false",
"north": "true",
@@ -39702,7 +39703,7 @@
}
},
{
- "id": 12088,
+ "id": 12632,
"properties": {
"east": "false",
"north": "true",
@@ -39712,7 +39713,7 @@
}
},
{
- "id": 12089,
+ "id": 12633,
"properties": {
"east": "false",
"north": "true",
@@ -39722,7 +39723,7 @@
}
},
{
- "id": 12090,
+ "id": 12634,
"properties": {
"east": "false",
"north": "true",
@@ -39732,7 +39733,7 @@
}
},
{
- "id": 12091,
+ "id": 12635,
"properties": {
"east": "false",
"north": "false",
@@ -39742,7 +39743,7 @@
}
},
{
- "id": 12092,
+ "id": 12636,
"properties": {
"east": "false",
"north": "false",
@@ -39752,7 +39753,7 @@
}
},
{
- "id": 12093,
+ "id": 12637,
"properties": {
"east": "false",
"north": "false",
@@ -39762,7 +39763,7 @@
}
},
{
- "id": 12094,
+ "id": 12638,
"properties": {
"east": "false",
"north": "false",
@@ -39772,7 +39773,7 @@
}
},
{
- "id": 12095,
+ "id": 12639,
"properties": {
"east": "false",
"north": "false",
@@ -39782,7 +39783,7 @@
}
},
{
- "id": 12096,
+ "id": 12640,
"properties": {
"east": "false",
"north": "false",
@@ -39792,7 +39793,7 @@
}
},
{
- "id": 12097,
+ "id": 12641,
"properties": {
"east": "false",
"north": "false",
@@ -39803,7 +39804,7 @@
},
{
"default": true,
- "id": 12098,
+ "id": 12642,
"properties": {
"east": "false",
"north": "false",
@@ -39842,7 +39843,7 @@
},
"states": [
{
- "id": 11779,
+ "id": 12323,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -39851,7 +39852,7 @@
}
},
{
- "id": 11780,
+ "id": 12324,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -39860,7 +39861,7 @@
}
},
{
- "id": 11781,
+ "id": 12325,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -39869,7 +39870,7 @@
}
},
{
- "id": 11782,
+ "id": 12326,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -39878,7 +39879,7 @@
}
},
{
- "id": 11783,
+ "id": 12327,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -39887,7 +39888,7 @@
}
},
{
- "id": 11784,
+ "id": 12328,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -39896,7 +39897,7 @@
}
},
{
- "id": 11785,
+ "id": 12329,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -39906,7 +39907,7 @@
},
{
"default": true,
- "id": 11786,
+ "id": 12330,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -39915,7 +39916,7 @@
}
},
{
- "id": 11787,
+ "id": 12331,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -39924,7 +39925,7 @@
}
},
{
- "id": 11788,
+ "id": 12332,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -39933,7 +39934,7 @@
}
},
{
- "id": 11789,
+ "id": 12333,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -39942,7 +39943,7 @@
}
},
{
- "id": 11790,
+ "id": 12334,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -39951,7 +39952,7 @@
}
},
{
- "id": 11791,
+ "id": 12335,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -39960,7 +39961,7 @@
}
},
{
- "id": 11792,
+ "id": 12336,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -39969,7 +39970,7 @@
}
},
{
- "id": 11793,
+ "id": 12337,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -39978,7 +39979,7 @@
}
},
{
- "id": 11794,
+ "id": 12338,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -39987,7 +39988,7 @@
}
},
{
- "id": 11795,
+ "id": 12339,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -39996,7 +39997,7 @@
}
},
{
- "id": 11796,
+ "id": 12340,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -40005,7 +40006,7 @@
}
},
{
- "id": 11797,
+ "id": 12341,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -40014,7 +40015,7 @@
}
},
{
- "id": 11798,
+ "id": 12342,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -40023,7 +40024,7 @@
}
},
{
- "id": 11799,
+ "id": 12343,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -40032,7 +40033,7 @@
}
},
{
- "id": 11800,
+ "id": 12344,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -40041,7 +40042,7 @@
}
},
{
- "id": 11801,
+ "id": 12345,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -40050,7 +40051,7 @@
}
},
{
- "id": 11802,
+ "id": 12346,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -40059,7 +40060,7 @@
}
},
{
- "id": 11803,
+ "id": 12347,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -40068,7 +40069,7 @@
}
},
{
- "id": 11804,
+ "id": 12348,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -40077,7 +40078,7 @@
}
},
{
- "id": 11805,
+ "id": 12349,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -40086,7 +40087,7 @@
}
},
{
- "id": 11806,
+ "id": 12350,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -40095,7 +40096,7 @@
}
},
{
- "id": 11807,
+ "id": 12351,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -40104,7 +40105,7 @@
}
},
{
- "id": 11808,
+ "id": 12352,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -40113,7 +40114,7 @@
}
},
{
- "id": 11809,
+ "id": 12353,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -40122,7 +40123,7 @@
}
},
{
- "id": 11810,
+ "id": 12354,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -40167,240 +40168,240 @@
]
},
"states": [
- {
- "id": 5182,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5183,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5184,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5185,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5186,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5187,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5188,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5189,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5190,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5191,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5192,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5193,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5194,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5195,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5196,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5197,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5198,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5199,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5200,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5201,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5202,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5203,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5204,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5205,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5206,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5207,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5208,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5209,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5210,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5211,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5212,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5213,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5214,
"properties": {
"attached": "true",
"rotation": "14",
@@ -40408,7 +40409,7 @@
}
},
{
- "id": 5212,
+ "id": 5215,
"properties": {
"attached": "true",
"rotation": "15",
@@ -40416,7 +40417,7 @@
}
},
{
- "id": 5213,
+ "id": 5216,
"properties": {
"attached": "true",
"rotation": "15",
@@ -40424,7 +40425,7 @@
}
},
{
- "id": 5214,
+ "id": 5217,
"properties": {
"attached": "false",
"rotation": "0",
@@ -40433,215 +40434,215 @@
},
{
"default": true,
- "id": 5215,
+ "id": 5218,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5216,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5217,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5218,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5219,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5220,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5221,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5222,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5223,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5224,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5225,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5226,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5227,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5228,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5229,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5230,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5231,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5232,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5233,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5234,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5235,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5236,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5237,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5238,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5239,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5240,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5241,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5242,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5243,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5244,
"properties": {
"attached": "false",
"rotation": "13",
@@ -40649,7 +40650,7 @@
}
},
{
- "id": 5242,
+ "id": 5245,
"properties": {
"attached": "false",
"rotation": "14",
@@ -40657,7 +40658,7 @@
}
},
{
- "id": 5243,
+ "id": 5246,
"properties": {
"attached": "false",
"rotation": "14",
@@ -40665,7 +40666,7 @@
}
},
{
- "id": 5244,
+ "id": 5247,
"properties": {
"attached": "false",
"rotation": "15",
@@ -40673,7 +40674,7 @@
}
},
{
- "id": 5245,
+ "id": 5248,
"properties": {
"attached": "false",
"rotation": "15",
@@ -40684,7 +40685,11 @@
},
"minecraft:cherry_leaves": {
"definition": {
- "type": "minecraft:cherry_leaves",
+ "type": "minecraft:particle_leaves",
+ "chance": 10,
+ "particle": {
+ "type": "minecraft:cherry_leaves"
+ },
"properties": {}
},
"properties": {
@@ -40994,14 +40999,14 @@
},
"states": [
{
- "id": 5890,
+ "id": 5893,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5891,
+ "id": 5894,
"properties": {
"powered": "false"
}
@@ -41068,7 +41073,7 @@
},
"states": [
{
- "id": 4482,
+ "id": 4485,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -41076,217 +41081,217 @@
},
{
"default": true,
- "id": 4483,
+ "id": 4486,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4484,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4485,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4486,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4487,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4488,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4489,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4490,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4491,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4492,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4493,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4494,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4495,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4496,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4497,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4498,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4499,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4500,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4501,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4502,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4503,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4504,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4505,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4506,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4507,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4508,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4509,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4510,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4511,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4512,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4510,
+ "id": 4513,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4511,
+ "id": 4514,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4512,
+ "id": 4515,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4513,
+ "id": 4516,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -41312,21 +41317,21 @@
},
"states": [
{
- "id": 11527,
+ "id": 12071,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11528,
+ "id": 12072,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11529,
+ "id": 12073,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -41334,21 +41339,21 @@
},
{
"default": true,
- "id": 11530,
+ "id": 12074,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11531,
+ "id": 12075,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11532,
+ "id": 12076,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -41389,7 +41394,7 @@
},
"states": [
{
- "id": 10219,
+ "id": 10763,
"properties": {
"facing": "north",
"half": "top",
@@ -41398,7 +41403,7 @@
}
},
{
- "id": 10220,
+ "id": 10764,
"properties": {
"facing": "north",
"half": "top",
@@ -41407,7 +41412,7 @@
}
},
{
- "id": 10221,
+ "id": 10765,
"properties": {
"facing": "north",
"half": "top",
@@ -41416,7 +41421,7 @@
}
},
{
- "id": 10222,
+ "id": 10766,
"properties": {
"facing": "north",
"half": "top",
@@ -41425,7 +41430,7 @@
}
},
{
- "id": 10223,
+ "id": 10767,
"properties": {
"facing": "north",
"half": "top",
@@ -41434,7 +41439,7 @@
}
},
{
- "id": 10224,
+ "id": 10768,
"properties": {
"facing": "north",
"half": "top",
@@ -41443,7 +41448,7 @@
}
},
{
- "id": 10225,
+ "id": 10769,
"properties": {
"facing": "north",
"half": "top",
@@ -41452,7 +41457,7 @@
}
},
{
- "id": 10226,
+ "id": 10770,
"properties": {
"facing": "north",
"half": "top",
@@ -41461,7 +41466,7 @@
}
},
{
- "id": 10227,
+ "id": 10771,
"properties": {
"facing": "north",
"half": "top",
@@ -41470,7 +41475,7 @@
}
},
{
- "id": 10228,
+ "id": 10772,
"properties": {
"facing": "north",
"half": "top",
@@ -41479,7 +41484,7 @@
}
},
{
- "id": 10229,
+ "id": 10773,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41489,7 +41494,7 @@
},
{
"default": true,
- "id": 10230,
+ "id": 10774,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41498,7 +41503,7 @@
}
},
{
- "id": 10231,
+ "id": 10775,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41507,7 +41512,7 @@
}
},
{
- "id": 10232,
+ "id": 10776,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41516,7 +41521,7 @@
}
},
{
- "id": 10233,
+ "id": 10777,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41525,7 +41530,7 @@
}
},
{
- "id": 10234,
+ "id": 10778,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41534,7 +41539,7 @@
}
},
{
- "id": 10235,
+ "id": 10779,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41543,7 +41548,7 @@
}
},
{
- "id": 10236,
+ "id": 10780,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41552,7 +41557,7 @@
}
},
{
- "id": 10237,
+ "id": 10781,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41561,7 +41566,7 @@
}
},
{
- "id": 10238,
+ "id": 10782,
"properties": {
"facing": "north",
"half": "bottom",
@@ -41570,7 +41575,7 @@
}
},
{
- "id": 10239,
+ "id": 10783,
"properties": {
"facing": "south",
"half": "top",
@@ -41579,7 +41584,7 @@
}
},
{
- "id": 10240,
+ "id": 10784,
"properties": {
"facing": "south",
"half": "top",
@@ -41588,7 +41593,7 @@
}
},
{
- "id": 10241,
+ "id": 10785,
"properties": {
"facing": "south",
"half": "top",
@@ -41597,7 +41602,7 @@
}
},
{
- "id": 10242,
+ "id": 10786,
"properties": {
"facing": "south",
"half": "top",
@@ -41606,7 +41611,7 @@
}
},
{
- "id": 10243,
+ "id": 10787,
"properties": {
"facing": "south",
"half": "top",
@@ -41615,7 +41620,7 @@
}
},
{
- "id": 10244,
+ "id": 10788,
"properties": {
"facing": "south",
"half": "top",
@@ -41624,7 +41629,7 @@
}
},
{
- "id": 10245,
+ "id": 10789,
"properties": {
"facing": "south",
"half": "top",
@@ -41633,7 +41638,7 @@
}
},
{
- "id": 10246,
+ "id": 10790,
"properties": {
"facing": "south",
"half": "top",
@@ -41642,7 +41647,7 @@
}
},
{
- "id": 10247,
+ "id": 10791,
"properties": {
"facing": "south",
"half": "top",
@@ -41651,7 +41656,7 @@
}
},
{
- "id": 10248,
+ "id": 10792,
"properties": {
"facing": "south",
"half": "top",
@@ -41660,7 +41665,7 @@
}
},
{
- "id": 10249,
+ "id": 10793,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41669,7 +41674,7 @@
}
},
{
- "id": 10250,
+ "id": 10794,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41678,7 +41683,7 @@
}
},
{
- "id": 10251,
+ "id": 10795,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41687,7 +41692,7 @@
}
},
{
- "id": 10252,
+ "id": 10796,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41696,7 +41701,7 @@
}
},
{
- "id": 10253,
+ "id": 10797,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41705,7 +41710,7 @@
}
},
{
- "id": 10254,
+ "id": 10798,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41714,7 +41719,7 @@
}
},
{
- "id": 10255,
+ "id": 10799,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41723,7 +41728,7 @@
}
},
{
- "id": 10256,
+ "id": 10800,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41732,7 +41737,7 @@
}
},
{
- "id": 10257,
+ "id": 10801,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41741,7 +41746,7 @@
}
},
{
- "id": 10258,
+ "id": 10802,
"properties": {
"facing": "south",
"half": "bottom",
@@ -41750,7 +41755,7 @@
}
},
{
- "id": 10259,
+ "id": 10803,
"properties": {
"facing": "west",
"half": "top",
@@ -41759,7 +41764,7 @@
}
},
{
- "id": 10260,
+ "id": 10804,
"properties": {
"facing": "west",
"half": "top",
@@ -41768,7 +41773,7 @@
}
},
{
- "id": 10261,
+ "id": 10805,
"properties": {
"facing": "west",
"half": "top",
@@ -41777,7 +41782,7 @@
}
},
{
- "id": 10262,
+ "id": 10806,
"properties": {
"facing": "west",
"half": "top",
@@ -41786,7 +41791,7 @@
}
},
{
- "id": 10263,
+ "id": 10807,
"properties": {
"facing": "west",
"half": "top",
@@ -41795,7 +41800,7 @@
}
},
{
- "id": 10264,
+ "id": 10808,
"properties": {
"facing": "west",
"half": "top",
@@ -41804,7 +41809,7 @@
}
},
{
- "id": 10265,
+ "id": 10809,
"properties": {
"facing": "west",
"half": "top",
@@ -41813,7 +41818,7 @@
}
},
{
- "id": 10266,
+ "id": 10810,
"properties": {
"facing": "west",
"half": "top",
@@ -41822,7 +41827,7 @@
}
},
{
- "id": 10267,
+ "id": 10811,
"properties": {
"facing": "west",
"half": "top",
@@ -41831,7 +41836,7 @@
}
},
{
- "id": 10268,
+ "id": 10812,
"properties": {
"facing": "west",
"half": "top",
@@ -41840,7 +41845,7 @@
}
},
{
- "id": 10269,
+ "id": 10813,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41849,7 +41854,7 @@
}
},
{
- "id": 10270,
+ "id": 10814,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41858,7 +41863,7 @@
}
},
{
- "id": 10271,
+ "id": 10815,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41867,7 +41872,7 @@
}
},
{
- "id": 10272,
+ "id": 10816,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41876,7 +41881,7 @@
}
},
{
- "id": 10273,
+ "id": 10817,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41885,7 +41890,7 @@
}
},
{
- "id": 10274,
+ "id": 10818,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41894,7 +41899,7 @@
}
},
{
- "id": 10275,
+ "id": 10819,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41903,7 +41908,7 @@
}
},
{
- "id": 10276,
+ "id": 10820,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41912,7 +41917,7 @@
}
},
{
- "id": 10277,
+ "id": 10821,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41921,7 +41926,7 @@
}
},
{
- "id": 10278,
+ "id": 10822,
"properties": {
"facing": "west",
"half": "bottom",
@@ -41930,7 +41935,7 @@
}
},
{
- "id": 10279,
+ "id": 10823,
"properties": {
"facing": "east",
"half": "top",
@@ -41939,7 +41944,7 @@
}
},
{
- "id": 10280,
+ "id": 10824,
"properties": {
"facing": "east",
"half": "top",
@@ -41948,7 +41953,7 @@
}
},
{
- "id": 10281,
+ "id": 10825,
"properties": {
"facing": "east",
"half": "top",
@@ -41957,7 +41962,7 @@
}
},
{
- "id": 10282,
+ "id": 10826,
"properties": {
"facing": "east",
"half": "top",
@@ -41966,7 +41971,7 @@
}
},
{
- "id": 10283,
+ "id": 10827,
"properties": {
"facing": "east",
"half": "top",
@@ -41975,7 +41980,7 @@
}
},
{
- "id": 10284,
+ "id": 10828,
"properties": {
"facing": "east",
"half": "top",
@@ -41984,7 +41989,7 @@
}
},
{
- "id": 10285,
+ "id": 10829,
"properties": {
"facing": "east",
"half": "top",
@@ -41993,7 +41998,7 @@
}
},
{
- "id": 10286,
+ "id": 10830,
"properties": {
"facing": "east",
"half": "top",
@@ -42002,7 +42007,7 @@
}
},
{
- "id": 10287,
+ "id": 10831,
"properties": {
"facing": "east",
"half": "top",
@@ -42011,7 +42016,7 @@
}
},
{
- "id": 10288,
+ "id": 10832,
"properties": {
"facing": "east",
"half": "top",
@@ -42020,7 +42025,7 @@
}
},
{
- "id": 10289,
+ "id": 10833,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42029,7 +42034,7 @@
}
},
{
- "id": 10290,
+ "id": 10834,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42038,7 +42043,7 @@
}
},
{
- "id": 10291,
+ "id": 10835,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42047,7 +42052,7 @@
}
},
{
- "id": 10292,
+ "id": 10836,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42056,7 +42061,7 @@
}
},
{
- "id": 10293,
+ "id": 10837,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42065,7 +42070,7 @@
}
},
{
- "id": 10294,
+ "id": 10838,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42074,7 +42079,7 @@
}
},
{
- "id": 10295,
+ "id": 10839,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42083,7 +42088,7 @@
}
},
{
- "id": 10296,
+ "id": 10840,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42092,7 +42097,7 @@
}
},
{
- "id": 10297,
+ "id": 10841,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42101,7 +42106,7 @@
}
},
{
- "id": 10298,
+ "id": 10842,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42142,44 +42147,14 @@
]
},
"states": [
- {
- "id": 6447,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6448,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6449,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6450,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -42187,9 +42162,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42197,9 +42172,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -42207,9 +42182,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42218,42 +42193,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6455,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6456,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6457,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6458,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6459,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6460,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6461,
"properties": {
"facing": "north",
"half": "bottom",
@@ -42263,7 +42268,7 @@
}
},
{
- "id": 6459,
+ "id": 6462,
"properties": {
"facing": "north",
"half": "bottom",
@@ -42273,7 +42278,7 @@
}
},
{
- "id": 6460,
+ "id": 6463,
"properties": {
"facing": "north",
"half": "bottom",
@@ -42283,7 +42288,7 @@
}
},
{
- "id": 6461,
+ "id": 6464,
"properties": {
"facing": "north",
"half": "bottom",
@@ -42294,7 +42299,7 @@
},
{
"default": true,
- "id": 6462,
+ "id": 6465,
"properties": {
"facing": "north",
"half": "bottom",
@@ -42303,44 +42308,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6463,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6464,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6465,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6466,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -42348,9 +42323,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42358,9 +42333,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -42368,9 +42343,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42379,38 +42354,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6471,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6472,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6473,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42419,8 +42394,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -42428,9 +42403,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42438,9 +42413,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -42448,9 +42423,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42459,48 +42434,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6479,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6480,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6481,
+ "id": 6480,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6481,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6482,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -42508,9 +42483,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42518,9 +42493,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -42528,9 +42503,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42539,38 +42514,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6487,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6488,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6489,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42579,8 +42554,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -42588,9 +42563,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42598,9 +42573,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -42608,9 +42583,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42619,48 +42594,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6495,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6496,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6497,
+ "id": 6496,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6497,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6498,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -42668,9 +42643,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42678,9 +42653,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -42688,9 +42663,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42699,38 +42674,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6503,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6504,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6505,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -42739,12 +42714,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6507,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6508,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6509,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6510,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42754,7 +42759,7 @@
}
},
{
- "id": 6508,
+ "id": 6511,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42764,7 +42769,7 @@
}
},
{
- "id": 6509,
+ "id": 6512,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42774,7 +42779,7 @@
}
},
{
- "id": 6510,
+ "id": 6513,
"properties": {
"facing": "east",
"half": "bottom",
@@ -42805,7 +42810,7 @@
},
"states": [
{
- "id": 5726,
+ "id": 5729,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -42813,49 +42818,49 @@
},
{
"default": true,
- "id": 5727,
+ "id": 5730,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5728,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5729,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5730,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5731,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5732,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5733,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5734,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5735,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5733,
+ "id": 5736,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -42883,7 +42888,7 @@
},
"states": [
{
- "id": 4878,
+ "id": 4881,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -42891,49 +42896,49 @@
},
{
"default": true,
- "id": 4879,
+ "id": 4882,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4880,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4881,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4882,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4883,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4884,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4885,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4886,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4887,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4885,
+ "id": 4888,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -42999,7 +43004,7 @@
},
"states": [
{
- "id": 3006,
+ "id": 3009,
"properties": {
"type": "single",
"facing": "north",
@@ -43008,175 +43013,175 @@
},
{
"default": true,
- "id": 3007,
+ "id": 3010,
"properties": {
"type": "single",
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 3008,
- "properties": {
- "type": "left",
- "facing": "north",
- "waterlogged": "true"
- }
- },
- {
- "id": 3009,
- "properties": {
- "type": "left",
- "facing": "north",
- "waterlogged": "false"
- }
- },
- {
- "id": 3010,
- "properties": {
- "type": "right",
- "facing": "north",
- "waterlogged": "true"
- }
- },
{
"id": 3011,
+ "properties": {
+ "type": "left",
+ "facing": "north",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3012,
+ "properties": {
+ "type": "left",
+ "facing": "north",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 3013,
+ "properties": {
+ "type": "right",
+ "facing": "north",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3014,
"properties": {
"type": "right",
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 3012,
- "properties": {
- "type": "single",
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 3013,
- "properties": {
- "type": "single",
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 3014,
- "properties": {
- "type": "left",
- "facing": "south",
- "waterlogged": "true"
- }
- },
{
"id": 3015,
"properties": {
- "type": "left",
+ "type": "single",
"facing": "south",
- "waterlogged": "false"
+ "waterlogged": "true"
}
},
{
"id": 3016,
"properties": {
- "type": "right",
+ "type": "single",
"facing": "south",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 3017,
+ "properties": {
+ "type": "left",
+ "facing": "south",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3018,
+ "properties": {
+ "type": "left",
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 3019,
+ "properties": {
+ "type": "right",
+ "facing": "south",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3020,
"properties": {
"type": "right",
"facing": "south",
"waterlogged": "false"
}
},
- {
- "id": 3018,
- "properties": {
- "type": "single",
- "facing": "west",
- "waterlogged": "true"
- }
- },
- {
- "id": 3019,
- "properties": {
- "type": "single",
- "facing": "west",
- "waterlogged": "false"
- }
- },
- {
- "id": 3020,
- "properties": {
- "type": "left",
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 3021,
"properties": {
- "type": "left",
+ "type": "single",
"facing": "west",
- "waterlogged": "false"
+ "waterlogged": "true"
}
},
{
"id": 3022,
"properties": {
- "type": "right",
+ "type": "single",
"facing": "west",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 3023,
+ "properties": {
+ "type": "left",
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3024,
+ "properties": {
+ "type": "left",
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 3025,
+ "properties": {
+ "type": "right",
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3026,
"properties": {
"type": "right",
"facing": "west",
"waterlogged": "false"
}
},
- {
- "id": 3024,
- "properties": {
- "type": "single",
- "facing": "east",
- "waterlogged": "true"
- }
- },
- {
- "id": 3025,
- "properties": {
- "type": "single",
- "facing": "east",
- "waterlogged": "false"
- }
- },
- {
- "id": 3026,
- "properties": {
- "type": "left",
- "facing": "east",
- "waterlogged": "true"
- }
- },
{
"id": 3027,
"properties": {
- "type": "left",
+ "type": "single",
"facing": "east",
- "waterlogged": "false"
+ "waterlogged": "true"
}
},
{
"id": 3028,
+ "properties": {
+ "type": "single",
+ "facing": "east",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 3029,
+ "properties": {
+ "type": "left",
+ "facing": "east",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3030,
+ "properties": {
+ "type": "left",
+ "facing": "east",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 3031,
"properties": {
"type": "right",
"facing": "east",
@@ -43184,7 +43189,7 @@
}
},
{
- "id": 3029,
+ "id": 3032,
"properties": {
"type": "right",
"facing": "east",
@@ -43209,25 +43214,25 @@
"states": [
{
"default": true,
- "id": 9366,
+ "id": 9910,
"properties": {
"facing": "north"
}
},
{
- "id": 9367,
+ "id": 9911,
"properties": {
"facing": "south"
}
},
{
- "id": 9368,
+ "id": 9912,
"properties": {
"facing": "west"
}
},
{
- "id": 9369,
+ "id": 9913,
"properties": {
"facing": "east"
}
@@ -46356,7 +46361,7 @@
"states": [
{
"default": true,
- "id": 23420
+ "id": 23964
}
]
},
@@ -46368,7 +46373,7 @@
"states": [
{
"default": true,
- "id": 27020
+ "id": 27564
}
]
},
@@ -46380,7 +46385,7 @@
"states": [
{
"default": true,
- "id": 21191
+ "id": 21735
}
]
},
@@ -46392,7 +46397,7 @@
"states": [
{
"default": true,
- "id": 20343
+ "id": 20887
}
]
},
@@ -46404,7 +46409,7 @@
"states": [
{
"default": true,
- "id": 9491
+ "id": 10035
}
]
},
@@ -46416,7 +46421,19 @@
"states": [
{
"default": true,
- "id": 11415
+ "id": 11959
+ }
+ ]
+ },
+ "minecraft:chiseled_resin_bricks": {
+ "definition": {
+ "type": "minecraft:block",
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 8045
}
]
},
@@ -46440,7 +46457,7 @@
"states": [
{
"default": true,
- "id": 6770
+ "id": 6773
}
]
},
@@ -46452,7 +46469,7 @@
"states": [
{
"default": true,
- "id": 22372
+ "id": 22916
}
]
},
@@ -46464,7 +46481,7 @@
"states": [
{
"default": true,
- "id": 22784
+ "id": 23328
}
]
},
@@ -46487,37 +46504,37 @@
"states": [
{
"default": true,
- "id": 12873,
+ "id": 13417,
"properties": {
"age": "0"
}
},
{
- "id": 12874,
+ "id": 13418,
"properties": {
"age": "1"
}
},
{
- "id": 12875,
+ "id": 13419,
"properties": {
"age": "2"
}
},
{
- "id": 12876,
+ "id": 13420,
"properties": {
"age": "3"
}
},
{
- "id": 12877,
+ "id": 13421,
"properties": {
"age": "4"
}
},
{
- "id": 12878,
+ "id": 13422,
"properties": {
"age": "5"
}
@@ -46557,7 +46574,7 @@
},
"states": [
{
- "id": 12809,
+ "id": 13353,
"properties": {
"down": "true",
"east": "true",
@@ -46568,7 +46585,7 @@
}
},
{
- "id": 12810,
+ "id": 13354,
"properties": {
"down": "true",
"east": "true",
@@ -46579,7 +46596,7 @@
}
},
{
- "id": 12811,
+ "id": 13355,
"properties": {
"down": "true",
"east": "true",
@@ -46590,7 +46607,7 @@
}
},
{
- "id": 12812,
+ "id": 13356,
"properties": {
"down": "true",
"east": "true",
@@ -46601,7 +46618,7 @@
}
},
{
- "id": 12813,
+ "id": 13357,
"properties": {
"down": "true",
"east": "true",
@@ -46612,7 +46629,7 @@
}
},
{
- "id": 12814,
+ "id": 13358,
"properties": {
"down": "true",
"east": "true",
@@ -46623,7 +46640,7 @@
}
},
{
- "id": 12815,
+ "id": 13359,
"properties": {
"down": "true",
"east": "true",
@@ -46634,7 +46651,7 @@
}
},
{
- "id": 12816,
+ "id": 13360,
"properties": {
"down": "true",
"east": "true",
@@ -46645,7 +46662,7 @@
}
},
{
- "id": 12817,
+ "id": 13361,
"properties": {
"down": "true",
"east": "true",
@@ -46656,7 +46673,7 @@
}
},
{
- "id": 12818,
+ "id": 13362,
"properties": {
"down": "true",
"east": "true",
@@ -46667,7 +46684,7 @@
}
},
{
- "id": 12819,
+ "id": 13363,
"properties": {
"down": "true",
"east": "true",
@@ -46678,7 +46695,7 @@
}
},
{
- "id": 12820,
+ "id": 13364,
"properties": {
"down": "true",
"east": "true",
@@ -46689,7 +46706,7 @@
}
},
{
- "id": 12821,
+ "id": 13365,
"properties": {
"down": "true",
"east": "true",
@@ -46700,7 +46717,7 @@
}
},
{
- "id": 12822,
+ "id": 13366,
"properties": {
"down": "true",
"east": "true",
@@ -46711,7 +46728,7 @@
}
},
{
- "id": 12823,
+ "id": 13367,
"properties": {
"down": "true",
"east": "true",
@@ -46722,7 +46739,7 @@
}
},
{
- "id": 12824,
+ "id": 13368,
"properties": {
"down": "true",
"east": "true",
@@ -46733,7 +46750,7 @@
}
},
{
- "id": 12825,
+ "id": 13369,
"properties": {
"down": "true",
"east": "false",
@@ -46744,7 +46761,7 @@
}
},
{
- "id": 12826,
+ "id": 13370,
"properties": {
"down": "true",
"east": "false",
@@ -46755,7 +46772,7 @@
}
},
{
- "id": 12827,
+ "id": 13371,
"properties": {
"down": "true",
"east": "false",
@@ -46766,7 +46783,7 @@
}
},
{
- "id": 12828,
+ "id": 13372,
"properties": {
"down": "true",
"east": "false",
@@ -46777,7 +46794,7 @@
}
},
{
- "id": 12829,
+ "id": 13373,
"properties": {
"down": "true",
"east": "false",
@@ -46788,7 +46805,7 @@
}
},
{
- "id": 12830,
+ "id": 13374,
"properties": {
"down": "true",
"east": "false",
@@ -46799,7 +46816,7 @@
}
},
{
- "id": 12831,
+ "id": 13375,
"properties": {
"down": "true",
"east": "false",
@@ -46810,7 +46827,7 @@
}
},
{
- "id": 12832,
+ "id": 13376,
"properties": {
"down": "true",
"east": "false",
@@ -46821,7 +46838,7 @@
}
},
{
- "id": 12833,
+ "id": 13377,
"properties": {
"down": "true",
"east": "false",
@@ -46832,7 +46849,7 @@
}
},
{
- "id": 12834,
+ "id": 13378,
"properties": {
"down": "true",
"east": "false",
@@ -46843,7 +46860,7 @@
}
},
{
- "id": 12835,
+ "id": 13379,
"properties": {
"down": "true",
"east": "false",
@@ -46854,7 +46871,7 @@
}
},
{
- "id": 12836,
+ "id": 13380,
"properties": {
"down": "true",
"east": "false",
@@ -46865,7 +46882,7 @@
}
},
{
- "id": 12837,
+ "id": 13381,
"properties": {
"down": "true",
"east": "false",
@@ -46876,7 +46893,7 @@
}
},
{
- "id": 12838,
+ "id": 13382,
"properties": {
"down": "true",
"east": "false",
@@ -46887,7 +46904,7 @@
}
},
{
- "id": 12839,
+ "id": 13383,
"properties": {
"down": "true",
"east": "false",
@@ -46898,7 +46915,7 @@
}
},
{
- "id": 12840,
+ "id": 13384,
"properties": {
"down": "true",
"east": "false",
@@ -46909,7 +46926,7 @@
}
},
{
- "id": 12841,
+ "id": 13385,
"properties": {
"down": "false",
"east": "true",
@@ -46920,7 +46937,7 @@
}
},
{
- "id": 12842,
+ "id": 13386,
"properties": {
"down": "false",
"east": "true",
@@ -46931,7 +46948,7 @@
}
},
{
- "id": 12843,
+ "id": 13387,
"properties": {
"down": "false",
"east": "true",
@@ -46942,7 +46959,7 @@
}
},
{
- "id": 12844,
+ "id": 13388,
"properties": {
"down": "false",
"east": "true",
@@ -46953,7 +46970,7 @@
}
},
{
- "id": 12845,
+ "id": 13389,
"properties": {
"down": "false",
"east": "true",
@@ -46964,7 +46981,7 @@
}
},
{
- "id": 12846,
+ "id": 13390,
"properties": {
"down": "false",
"east": "true",
@@ -46975,7 +46992,7 @@
}
},
{
- "id": 12847,
+ "id": 13391,
"properties": {
"down": "false",
"east": "true",
@@ -46986,7 +47003,7 @@
}
},
{
- "id": 12848,
+ "id": 13392,
"properties": {
"down": "false",
"east": "true",
@@ -46997,7 +47014,7 @@
}
},
{
- "id": 12849,
+ "id": 13393,
"properties": {
"down": "false",
"east": "true",
@@ -47008,7 +47025,7 @@
}
},
{
- "id": 12850,
+ "id": 13394,
"properties": {
"down": "false",
"east": "true",
@@ -47019,7 +47036,7 @@
}
},
{
- "id": 12851,
+ "id": 13395,
"properties": {
"down": "false",
"east": "true",
@@ -47030,7 +47047,7 @@
}
},
{
- "id": 12852,
+ "id": 13396,
"properties": {
"down": "false",
"east": "true",
@@ -47041,7 +47058,7 @@
}
},
{
- "id": 12853,
+ "id": 13397,
"properties": {
"down": "false",
"east": "true",
@@ -47052,7 +47069,7 @@
}
},
{
- "id": 12854,
+ "id": 13398,
"properties": {
"down": "false",
"east": "true",
@@ -47063,7 +47080,7 @@
}
},
{
- "id": 12855,
+ "id": 13399,
"properties": {
"down": "false",
"east": "true",
@@ -47074,7 +47091,7 @@
}
},
{
- "id": 12856,
+ "id": 13400,
"properties": {
"down": "false",
"east": "true",
@@ -47085,7 +47102,7 @@
}
},
{
- "id": 12857,
+ "id": 13401,
"properties": {
"down": "false",
"east": "false",
@@ -47096,7 +47113,7 @@
}
},
{
- "id": 12858,
+ "id": 13402,
"properties": {
"down": "false",
"east": "false",
@@ -47107,7 +47124,7 @@
}
},
{
- "id": 12859,
+ "id": 13403,
"properties": {
"down": "false",
"east": "false",
@@ -47118,7 +47135,7 @@
}
},
{
- "id": 12860,
+ "id": 13404,
"properties": {
"down": "false",
"east": "false",
@@ -47129,7 +47146,7 @@
}
},
{
- "id": 12861,
+ "id": 13405,
"properties": {
"down": "false",
"east": "false",
@@ -47140,7 +47157,7 @@
}
},
{
- "id": 12862,
+ "id": 13406,
"properties": {
"down": "false",
"east": "false",
@@ -47151,7 +47168,7 @@
}
},
{
- "id": 12863,
+ "id": 13407,
"properties": {
"down": "false",
"east": "false",
@@ -47162,7 +47179,7 @@
}
},
{
- "id": 12864,
+ "id": 13408,
"properties": {
"down": "false",
"east": "false",
@@ -47173,7 +47190,7 @@
}
},
{
- "id": 12865,
+ "id": 13409,
"properties": {
"down": "false",
"east": "false",
@@ -47184,7 +47201,7 @@
}
},
{
- "id": 12866,
+ "id": 13410,
"properties": {
"down": "false",
"east": "false",
@@ -47195,7 +47212,7 @@
}
},
{
- "id": 12867,
+ "id": 13411,
"properties": {
"down": "false",
"east": "false",
@@ -47206,7 +47223,7 @@
}
},
{
- "id": 12868,
+ "id": 13412,
"properties": {
"down": "false",
"east": "false",
@@ -47217,7 +47234,7 @@
}
},
{
- "id": 12869,
+ "id": 13413,
"properties": {
"down": "false",
"east": "false",
@@ -47228,7 +47245,7 @@
}
},
{
- "id": 12870,
+ "id": 13414,
"properties": {
"down": "false",
"east": "false",
@@ -47239,7 +47256,7 @@
}
},
{
- "id": 12871,
+ "id": 13415,
"properties": {
"down": "false",
"east": "false",
@@ -47251,7 +47268,7 @@
},
{
"default": true,
- "id": 12872,
+ "id": 13416,
"properties": {
"down": "false",
"east": "false",
@@ -47271,7 +47288,20 @@
"states": [
{
"default": true,
- "id": 5964
+ "id": 5967
+ }
+ ]
+ },
+ "minecraft:closed_eyeblossom": {
+ "definition": {
+ "type": "minecraft:eyeblossom",
+ "open": false,
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 27863
}
]
},
@@ -47283,7 +47313,7 @@
"states": [
{
"default": true,
- "id": 11080
+ "id": 11624
}
]
},
@@ -47324,7 +47354,7 @@
"states": [
{
"default": true,
- "id": 25376
+ "id": 25920
}
]
},
@@ -47346,21 +47376,21 @@
},
"states": [
{
- "id": 25457,
+ "id": 26001,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 25458,
+ "id": 26002,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 25459,
+ "id": 26003,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -47368,21 +47398,21 @@
},
{
"default": true,
- "id": 25460,
+ "id": 26004,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 25461,
+ "id": 26005,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 25462,
+ "id": 26006,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -47423,7 +47453,7 @@
},
"states": [
{
- "id": 25377,
+ "id": 25921,
"properties": {
"facing": "north",
"half": "top",
@@ -47432,7 +47462,7 @@
}
},
{
- "id": 25378,
+ "id": 25922,
"properties": {
"facing": "north",
"half": "top",
@@ -47441,7 +47471,7 @@
}
},
{
- "id": 25379,
+ "id": 25923,
"properties": {
"facing": "north",
"half": "top",
@@ -47450,7 +47480,7 @@
}
},
{
- "id": 25380,
+ "id": 25924,
"properties": {
"facing": "north",
"half": "top",
@@ -47459,7 +47489,7 @@
}
},
{
- "id": 25381,
+ "id": 25925,
"properties": {
"facing": "north",
"half": "top",
@@ -47468,7 +47498,7 @@
}
},
{
- "id": 25382,
+ "id": 25926,
"properties": {
"facing": "north",
"half": "top",
@@ -47477,7 +47507,7 @@
}
},
{
- "id": 25383,
+ "id": 25927,
"properties": {
"facing": "north",
"half": "top",
@@ -47486,7 +47516,7 @@
}
},
{
- "id": 25384,
+ "id": 25928,
"properties": {
"facing": "north",
"half": "top",
@@ -47495,7 +47525,7 @@
}
},
{
- "id": 25385,
+ "id": 25929,
"properties": {
"facing": "north",
"half": "top",
@@ -47504,7 +47534,7 @@
}
},
{
- "id": 25386,
+ "id": 25930,
"properties": {
"facing": "north",
"half": "top",
@@ -47513,7 +47543,7 @@
}
},
{
- "id": 25387,
+ "id": 25931,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47523,7 +47553,7 @@
},
{
"default": true,
- "id": 25388,
+ "id": 25932,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47532,7 +47562,7 @@
}
},
{
- "id": 25389,
+ "id": 25933,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47541,7 +47571,7 @@
}
},
{
- "id": 25390,
+ "id": 25934,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47550,7 +47580,7 @@
}
},
{
- "id": 25391,
+ "id": 25935,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47559,7 +47589,7 @@
}
},
{
- "id": 25392,
+ "id": 25936,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47568,7 +47598,7 @@
}
},
{
- "id": 25393,
+ "id": 25937,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47577,7 +47607,7 @@
}
},
{
- "id": 25394,
+ "id": 25938,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47586,7 +47616,7 @@
}
},
{
- "id": 25395,
+ "id": 25939,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47595,7 +47625,7 @@
}
},
{
- "id": 25396,
+ "id": 25940,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47604,7 +47634,7 @@
}
},
{
- "id": 25397,
+ "id": 25941,
"properties": {
"facing": "south",
"half": "top",
@@ -47613,7 +47643,7 @@
}
},
{
- "id": 25398,
+ "id": 25942,
"properties": {
"facing": "south",
"half": "top",
@@ -47622,7 +47652,7 @@
}
},
{
- "id": 25399,
+ "id": 25943,
"properties": {
"facing": "south",
"half": "top",
@@ -47631,7 +47661,7 @@
}
},
{
- "id": 25400,
+ "id": 25944,
"properties": {
"facing": "south",
"half": "top",
@@ -47640,7 +47670,7 @@
}
},
{
- "id": 25401,
+ "id": 25945,
"properties": {
"facing": "south",
"half": "top",
@@ -47649,7 +47679,7 @@
}
},
{
- "id": 25402,
+ "id": 25946,
"properties": {
"facing": "south",
"half": "top",
@@ -47658,7 +47688,7 @@
}
},
{
- "id": 25403,
+ "id": 25947,
"properties": {
"facing": "south",
"half": "top",
@@ -47667,7 +47697,7 @@
}
},
{
- "id": 25404,
+ "id": 25948,
"properties": {
"facing": "south",
"half": "top",
@@ -47676,7 +47706,7 @@
}
},
{
- "id": 25405,
+ "id": 25949,
"properties": {
"facing": "south",
"half": "top",
@@ -47685,7 +47715,7 @@
}
},
{
- "id": 25406,
+ "id": 25950,
"properties": {
"facing": "south",
"half": "top",
@@ -47694,7 +47724,7 @@
}
},
{
- "id": 25407,
+ "id": 25951,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47703,7 +47733,7 @@
}
},
{
- "id": 25408,
+ "id": 25952,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47712,7 +47742,7 @@
}
},
{
- "id": 25409,
+ "id": 25953,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47721,7 +47751,7 @@
}
},
{
- "id": 25410,
+ "id": 25954,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47730,7 +47760,7 @@
}
},
{
- "id": 25411,
+ "id": 25955,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47739,7 +47769,7 @@
}
},
{
- "id": 25412,
+ "id": 25956,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47748,7 +47778,7 @@
}
},
{
- "id": 25413,
+ "id": 25957,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47757,7 +47787,7 @@
}
},
{
- "id": 25414,
+ "id": 25958,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47766,7 +47796,7 @@
}
},
{
- "id": 25415,
+ "id": 25959,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47775,7 +47805,7 @@
}
},
{
- "id": 25416,
+ "id": 25960,
"properties": {
"facing": "south",
"half": "bottom",
@@ -47784,7 +47814,7 @@
}
},
{
- "id": 25417,
+ "id": 25961,
"properties": {
"facing": "west",
"half": "top",
@@ -47793,7 +47823,7 @@
}
},
{
- "id": 25418,
+ "id": 25962,
"properties": {
"facing": "west",
"half": "top",
@@ -47802,7 +47832,7 @@
}
},
{
- "id": 25419,
+ "id": 25963,
"properties": {
"facing": "west",
"half": "top",
@@ -47811,7 +47841,7 @@
}
},
{
- "id": 25420,
+ "id": 25964,
"properties": {
"facing": "west",
"half": "top",
@@ -47820,7 +47850,7 @@
}
},
{
- "id": 25421,
+ "id": 25965,
"properties": {
"facing": "west",
"half": "top",
@@ -47829,7 +47859,7 @@
}
},
{
- "id": 25422,
+ "id": 25966,
"properties": {
"facing": "west",
"half": "top",
@@ -47838,7 +47868,7 @@
}
},
{
- "id": 25423,
+ "id": 25967,
"properties": {
"facing": "west",
"half": "top",
@@ -47847,7 +47877,7 @@
}
},
{
- "id": 25424,
+ "id": 25968,
"properties": {
"facing": "west",
"half": "top",
@@ -47856,7 +47886,7 @@
}
},
{
- "id": 25425,
+ "id": 25969,
"properties": {
"facing": "west",
"half": "top",
@@ -47865,7 +47895,7 @@
}
},
{
- "id": 25426,
+ "id": 25970,
"properties": {
"facing": "west",
"half": "top",
@@ -47874,7 +47904,7 @@
}
},
{
- "id": 25427,
+ "id": 25971,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47883,7 +47913,7 @@
}
},
{
- "id": 25428,
+ "id": 25972,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47892,7 +47922,7 @@
}
},
{
- "id": 25429,
+ "id": 25973,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47901,7 +47931,7 @@
}
},
{
- "id": 25430,
+ "id": 25974,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47910,7 +47940,7 @@
}
},
{
- "id": 25431,
+ "id": 25975,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47919,7 +47949,7 @@
}
},
{
- "id": 25432,
+ "id": 25976,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47928,7 +47958,7 @@
}
},
{
- "id": 25433,
+ "id": 25977,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47937,7 +47967,7 @@
}
},
{
- "id": 25434,
+ "id": 25978,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47946,7 +47976,7 @@
}
},
{
- "id": 25435,
+ "id": 25979,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47955,7 +47985,7 @@
}
},
{
- "id": 25436,
+ "id": 25980,
"properties": {
"facing": "west",
"half": "bottom",
@@ -47964,7 +47994,7 @@
}
},
{
- "id": 25437,
+ "id": 25981,
"properties": {
"facing": "east",
"half": "top",
@@ -47973,7 +48003,7 @@
}
},
{
- "id": 25438,
+ "id": 25982,
"properties": {
"facing": "east",
"half": "top",
@@ -47982,7 +48012,7 @@
}
},
{
- "id": 25439,
+ "id": 25983,
"properties": {
"facing": "east",
"half": "top",
@@ -47991,7 +48021,7 @@
}
},
{
- "id": 25440,
+ "id": 25984,
"properties": {
"facing": "east",
"half": "top",
@@ -48000,7 +48030,7 @@
}
},
{
- "id": 25441,
+ "id": 25985,
"properties": {
"facing": "east",
"half": "top",
@@ -48009,7 +48039,7 @@
}
},
{
- "id": 25442,
+ "id": 25986,
"properties": {
"facing": "east",
"half": "top",
@@ -48018,7 +48048,7 @@
}
},
{
- "id": 25443,
+ "id": 25987,
"properties": {
"facing": "east",
"half": "top",
@@ -48027,7 +48057,7 @@
}
},
{
- "id": 25444,
+ "id": 25988,
"properties": {
"facing": "east",
"half": "top",
@@ -48036,7 +48066,7 @@
}
},
{
- "id": 25445,
+ "id": 25989,
"properties": {
"facing": "east",
"half": "top",
@@ -48045,7 +48075,7 @@
}
},
{
- "id": 25446,
+ "id": 25990,
"properties": {
"facing": "east",
"half": "top",
@@ -48054,7 +48084,7 @@
}
},
{
- "id": 25447,
+ "id": 25991,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48063,7 +48093,7 @@
}
},
{
- "id": 25448,
+ "id": 25992,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48072,7 +48102,7 @@
}
},
{
- "id": 25449,
+ "id": 25993,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48081,7 +48111,7 @@
}
},
{
- "id": 25450,
+ "id": 25994,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48090,7 +48120,7 @@
}
},
{
- "id": 25451,
+ "id": 25995,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48099,7 +48129,7 @@
}
},
{
- "id": 25452,
+ "id": 25996,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48108,7 +48138,7 @@
}
},
{
- "id": 25453,
+ "id": 25997,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48117,7 +48147,7 @@
}
},
{
- "id": 25454,
+ "id": 25998,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48126,7 +48156,7 @@
}
},
{
- "id": 25455,
+ "id": 25999,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48135,7 +48165,7 @@
}
},
{
- "id": 25456,
+ "id": 26000,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48182,7 +48212,7 @@
},
"states": [
{
- "id": 25463,
+ "id": 26007,
"properties": {
"east": "none",
"north": "none",
@@ -48193,7 +48223,7 @@
}
},
{
- "id": 25464,
+ "id": 26008,
"properties": {
"east": "none",
"north": "none",
@@ -48204,7 +48234,7 @@
}
},
{
- "id": 25465,
+ "id": 26009,
"properties": {
"east": "none",
"north": "none",
@@ -48216,7 +48246,7 @@
},
{
"default": true,
- "id": 25466,
+ "id": 26010,
"properties": {
"east": "none",
"north": "none",
@@ -48227,7 +48257,7 @@
}
},
{
- "id": 25467,
+ "id": 26011,
"properties": {
"east": "none",
"north": "none",
@@ -48238,7 +48268,7 @@
}
},
{
- "id": 25468,
+ "id": 26012,
"properties": {
"east": "none",
"north": "none",
@@ -48249,7 +48279,7 @@
}
},
{
- "id": 25469,
+ "id": 26013,
"properties": {
"east": "none",
"north": "none",
@@ -48260,7 +48290,7 @@
}
},
{
- "id": 25470,
+ "id": 26014,
"properties": {
"east": "none",
"north": "none",
@@ -48271,7 +48301,7 @@
}
},
{
- "id": 25471,
+ "id": 26015,
"properties": {
"east": "none",
"north": "none",
@@ -48282,7 +48312,7 @@
}
},
{
- "id": 25472,
+ "id": 26016,
"properties": {
"east": "none",
"north": "none",
@@ -48293,7 +48323,7 @@
}
},
{
- "id": 25473,
+ "id": 26017,
"properties": {
"east": "none",
"north": "none",
@@ -48304,7 +48334,7 @@
}
},
{
- "id": 25474,
+ "id": 26018,
"properties": {
"east": "none",
"north": "none",
@@ -48315,7 +48345,7 @@
}
},
{
- "id": 25475,
+ "id": 26019,
"properties": {
"east": "none",
"north": "none",
@@ -48326,7 +48356,7 @@
}
},
{
- "id": 25476,
+ "id": 26020,
"properties": {
"east": "none",
"north": "none",
@@ -48337,7 +48367,7 @@
}
},
{
- "id": 25477,
+ "id": 26021,
"properties": {
"east": "none",
"north": "none",
@@ -48348,7 +48378,7 @@
}
},
{
- "id": 25478,
+ "id": 26022,
"properties": {
"east": "none",
"north": "none",
@@ -48359,7 +48389,7 @@
}
},
{
- "id": 25479,
+ "id": 26023,
"properties": {
"east": "none",
"north": "none",
@@ -48370,7 +48400,7 @@
}
},
{
- "id": 25480,
+ "id": 26024,
"properties": {
"east": "none",
"north": "none",
@@ -48381,7 +48411,7 @@
}
},
{
- "id": 25481,
+ "id": 26025,
"properties": {
"east": "none",
"north": "none",
@@ -48392,7 +48422,7 @@
}
},
{
- "id": 25482,
+ "id": 26026,
"properties": {
"east": "none",
"north": "none",
@@ -48403,7 +48433,7 @@
}
},
{
- "id": 25483,
+ "id": 26027,
"properties": {
"east": "none",
"north": "none",
@@ -48414,7 +48444,7 @@
}
},
{
- "id": 25484,
+ "id": 26028,
"properties": {
"east": "none",
"north": "none",
@@ -48425,7 +48455,7 @@
}
},
{
- "id": 25485,
+ "id": 26029,
"properties": {
"east": "none",
"north": "none",
@@ -48436,7 +48466,7 @@
}
},
{
- "id": 25486,
+ "id": 26030,
"properties": {
"east": "none",
"north": "none",
@@ -48447,7 +48477,7 @@
}
},
{
- "id": 25487,
+ "id": 26031,
"properties": {
"east": "none",
"north": "none",
@@ -48458,7 +48488,7 @@
}
},
{
- "id": 25488,
+ "id": 26032,
"properties": {
"east": "none",
"north": "none",
@@ -48469,7 +48499,7 @@
}
},
{
- "id": 25489,
+ "id": 26033,
"properties": {
"east": "none",
"north": "none",
@@ -48480,7 +48510,7 @@
}
},
{
- "id": 25490,
+ "id": 26034,
"properties": {
"east": "none",
"north": "none",
@@ -48491,7 +48521,7 @@
}
},
{
- "id": 25491,
+ "id": 26035,
"properties": {
"east": "none",
"north": "none",
@@ -48502,7 +48532,7 @@
}
},
{
- "id": 25492,
+ "id": 26036,
"properties": {
"east": "none",
"north": "none",
@@ -48513,7 +48543,7 @@
}
},
{
- "id": 25493,
+ "id": 26037,
"properties": {
"east": "none",
"north": "none",
@@ -48524,7 +48554,7 @@
}
},
{
- "id": 25494,
+ "id": 26038,
"properties": {
"east": "none",
"north": "none",
@@ -48535,7 +48565,7 @@
}
},
{
- "id": 25495,
+ "id": 26039,
"properties": {
"east": "none",
"north": "none",
@@ -48546,7 +48576,7 @@
}
},
{
- "id": 25496,
+ "id": 26040,
"properties": {
"east": "none",
"north": "none",
@@ -48557,7 +48587,7 @@
}
},
{
- "id": 25497,
+ "id": 26041,
"properties": {
"east": "none",
"north": "none",
@@ -48568,7 +48598,7 @@
}
},
{
- "id": 25498,
+ "id": 26042,
"properties": {
"east": "none",
"north": "none",
@@ -48579,7 +48609,7 @@
}
},
{
- "id": 25499,
+ "id": 26043,
"properties": {
"east": "none",
"north": "low",
@@ -48590,7 +48620,7 @@
}
},
{
- "id": 25500,
+ "id": 26044,
"properties": {
"east": "none",
"north": "low",
@@ -48601,7 +48631,7 @@
}
},
{
- "id": 25501,
+ "id": 26045,
"properties": {
"east": "none",
"north": "low",
@@ -48612,7 +48642,7 @@
}
},
{
- "id": 25502,
+ "id": 26046,
"properties": {
"east": "none",
"north": "low",
@@ -48623,7 +48653,7 @@
}
},
{
- "id": 25503,
+ "id": 26047,
"properties": {
"east": "none",
"north": "low",
@@ -48634,7 +48664,7 @@
}
},
{
- "id": 25504,
+ "id": 26048,
"properties": {
"east": "none",
"north": "low",
@@ -48645,7 +48675,7 @@
}
},
{
- "id": 25505,
+ "id": 26049,
"properties": {
"east": "none",
"north": "low",
@@ -48656,7 +48686,7 @@
}
},
{
- "id": 25506,
+ "id": 26050,
"properties": {
"east": "none",
"north": "low",
@@ -48667,7 +48697,7 @@
}
},
{
- "id": 25507,
+ "id": 26051,
"properties": {
"east": "none",
"north": "low",
@@ -48678,7 +48708,7 @@
}
},
{
- "id": 25508,
+ "id": 26052,
"properties": {
"east": "none",
"north": "low",
@@ -48689,7 +48719,7 @@
}
},
{
- "id": 25509,
+ "id": 26053,
"properties": {
"east": "none",
"north": "low",
@@ -48700,7 +48730,7 @@
}
},
{
- "id": 25510,
+ "id": 26054,
"properties": {
"east": "none",
"north": "low",
@@ -48711,7 +48741,7 @@
}
},
{
- "id": 25511,
+ "id": 26055,
"properties": {
"east": "none",
"north": "low",
@@ -48722,7 +48752,7 @@
}
},
{
- "id": 25512,
+ "id": 26056,
"properties": {
"east": "none",
"north": "low",
@@ -48733,7 +48763,7 @@
}
},
{
- "id": 25513,
+ "id": 26057,
"properties": {
"east": "none",
"north": "low",
@@ -48744,7 +48774,7 @@
}
},
{
- "id": 25514,
+ "id": 26058,
"properties": {
"east": "none",
"north": "low",
@@ -48755,7 +48785,7 @@
}
},
{
- "id": 25515,
+ "id": 26059,
"properties": {
"east": "none",
"north": "low",
@@ -48766,7 +48796,7 @@
}
},
{
- "id": 25516,
+ "id": 26060,
"properties": {
"east": "none",
"north": "low",
@@ -48777,7 +48807,7 @@
}
},
{
- "id": 25517,
+ "id": 26061,
"properties": {
"east": "none",
"north": "low",
@@ -48788,7 +48818,7 @@
}
},
{
- "id": 25518,
+ "id": 26062,
"properties": {
"east": "none",
"north": "low",
@@ -48799,7 +48829,7 @@
}
},
{
- "id": 25519,
+ "id": 26063,
"properties": {
"east": "none",
"north": "low",
@@ -48810,7 +48840,7 @@
}
},
{
- "id": 25520,
+ "id": 26064,
"properties": {
"east": "none",
"north": "low",
@@ -48821,7 +48851,7 @@
}
},
{
- "id": 25521,
+ "id": 26065,
"properties": {
"east": "none",
"north": "low",
@@ -48832,7 +48862,7 @@
}
},
{
- "id": 25522,
+ "id": 26066,
"properties": {
"east": "none",
"north": "low",
@@ -48843,7 +48873,7 @@
}
},
{
- "id": 25523,
+ "id": 26067,
"properties": {
"east": "none",
"north": "low",
@@ -48854,7 +48884,7 @@
}
},
{
- "id": 25524,
+ "id": 26068,
"properties": {
"east": "none",
"north": "low",
@@ -48865,7 +48895,7 @@
}
},
{
- "id": 25525,
+ "id": 26069,
"properties": {
"east": "none",
"north": "low",
@@ -48876,7 +48906,7 @@
}
},
{
- "id": 25526,
+ "id": 26070,
"properties": {
"east": "none",
"north": "low",
@@ -48887,7 +48917,7 @@
}
},
{
- "id": 25527,
+ "id": 26071,
"properties": {
"east": "none",
"north": "low",
@@ -48898,7 +48928,7 @@
}
},
{
- "id": 25528,
+ "id": 26072,
"properties": {
"east": "none",
"north": "low",
@@ -48909,7 +48939,7 @@
}
},
{
- "id": 25529,
+ "id": 26073,
"properties": {
"east": "none",
"north": "low",
@@ -48920,7 +48950,7 @@
}
},
{
- "id": 25530,
+ "id": 26074,
"properties": {
"east": "none",
"north": "low",
@@ -48931,7 +48961,7 @@
}
},
{
- "id": 25531,
+ "id": 26075,
"properties": {
"east": "none",
"north": "low",
@@ -48942,7 +48972,7 @@
}
},
{
- "id": 25532,
+ "id": 26076,
"properties": {
"east": "none",
"north": "low",
@@ -48953,7 +48983,7 @@
}
},
{
- "id": 25533,
+ "id": 26077,
"properties": {
"east": "none",
"north": "low",
@@ -48964,7 +48994,7 @@
}
},
{
- "id": 25534,
+ "id": 26078,
"properties": {
"east": "none",
"north": "low",
@@ -48975,7 +49005,7 @@
}
},
{
- "id": 25535,
+ "id": 26079,
"properties": {
"east": "none",
"north": "tall",
@@ -48986,7 +49016,7 @@
}
},
{
- "id": 25536,
+ "id": 26080,
"properties": {
"east": "none",
"north": "tall",
@@ -48997,7 +49027,7 @@
}
},
{
- "id": 25537,
+ "id": 26081,
"properties": {
"east": "none",
"north": "tall",
@@ -49008,7 +49038,7 @@
}
},
{
- "id": 25538,
+ "id": 26082,
"properties": {
"east": "none",
"north": "tall",
@@ -49019,7 +49049,7 @@
}
},
{
- "id": 25539,
+ "id": 26083,
"properties": {
"east": "none",
"north": "tall",
@@ -49030,7 +49060,7 @@
}
},
{
- "id": 25540,
+ "id": 26084,
"properties": {
"east": "none",
"north": "tall",
@@ -49041,7 +49071,7 @@
}
},
{
- "id": 25541,
+ "id": 26085,
"properties": {
"east": "none",
"north": "tall",
@@ -49052,7 +49082,7 @@
}
},
{
- "id": 25542,
+ "id": 26086,
"properties": {
"east": "none",
"north": "tall",
@@ -49063,7 +49093,7 @@
}
},
{
- "id": 25543,
+ "id": 26087,
"properties": {
"east": "none",
"north": "tall",
@@ -49074,7 +49104,7 @@
}
},
{
- "id": 25544,
+ "id": 26088,
"properties": {
"east": "none",
"north": "tall",
@@ -49085,7 +49115,7 @@
}
},
{
- "id": 25545,
+ "id": 26089,
"properties": {
"east": "none",
"north": "tall",
@@ -49096,7 +49126,7 @@
}
},
{
- "id": 25546,
+ "id": 26090,
"properties": {
"east": "none",
"north": "tall",
@@ -49107,7 +49137,7 @@
}
},
{
- "id": 25547,
+ "id": 26091,
"properties": {
"east": "none",
"north": "tall",
@@ -49118,7 +49148,7 @@
}
},
{
- "id": 25548,
+ "id": 26092,
"properties": {
"east": "none",
"north": "tall",
@@ -49129,7 +49159,7 @@
}
},
{
- "id": 25549,
+ "id": 26093,
"properties": {
"east": "none",
"north": "tall",
@@ -49140,7 +49170,7 @@
}
},
{
- "id": 25550,
+ "id": 26094,
"properties": {
"east": "none",
"north": "tall",
@@ -49151,7 +49181,7 @@
}
},
{
- "id": 25551,
+ "id": 26095,
"properties": {
"east": "none",
"north": "tall",
@@ -49162,7 +49192,7 @@
}
},
{
- "id": 25552,
+ "id": 26096,
"properties": {
"east": "none",
"north": "tall",
@@ -49173,7 +49203,7 @@
}
},
{
- "id": 25553,
+ "id": 26097,
"properties": {
"east": "none",
"north": "tall",
@@ -49184,7 +49214,7 @@
}
},
{
- "id": 25554,
+ "id": 26098,
"properties": {
"east": "none",
"north": "tall",
@@ -49195,7 +49225,7 @@
}
},
{
- "id": 25555,
+ "id": 26099,
"properties": {
"east": "none",
"north": "tall",
@@ -49206,7 +49236,7 @@
}
},
{
- "id": 25556,
+ "id": 26100,
"properties": {
"east": "none",
"north": "tall",
@@ -49217,7 +49247,7 @@
}
},
{
- "id": 25557,
+ "id": 26101,
"properties": {
"east": "none",
"north": "tall",
@@ -49228,7 +49258,7 @@
}
},
{
- "id": 25558,
+ "id": 26102,
"properties": {
"east": "none",
"north": "tall",
@@ -49239,7 +49269,7 @@
}
},
{
- "id": 25559,
+ "id": 26103,
"properties": {
"east": "none",
"north": "tall",
@@ -49250,7 +49280,7 @@
}
},
{
- "id": 25560,
+ "id": 26104,
"properties": {
"east": "none",
"north": "tall",
@@ -49261,7 +49291,7 @@
}
},
{
- "id": 25561,
+ "id": 26105,
"properties": {
"east": "none",
"north": "tall",
@@ -49272,7 +49302,7 @@
}
},
{
- "id": 25562,
+ "id": 26106,
"properties": {
"east": "none",
"north": "tall",
@@ -49283,7 +49313,7 @@
}
},
{
- "id": 25563,
+ "id": 26107,
"properties": {
"east": "none",
"north": "tall",
@@ -49294,7 +49324,7 @@
}
},
{
- "id": 25564,
+ "id": 26108,
"properties": {
"east": "none",
"north": "tall",
@@ -49305,7 +49335,7 @@
}
},
{
- "id": 25565,
+ "id": 26109,
"properties": {
"east": "none",
"north": "tall",
@@ -49316,7 +49346,7 @@
}
},
{
- "id": 25566,
+ "id": 26110,
"properties": {
"east": "none",
"north": "tall",
@@ -49327,7 +49357,7 @@
}
},
{
- "id": 25567,
+ "id": 26111,
"properties": {
"east": "none",
"north": "tall",
@@ -49338,7 +49368,7 @@
}
},
{
- "id": 25568,
+ "id": 26112,
"properties": {
"east": "none",
"north": "tall",
@@ -49349,7 +49379,7 @@
}
},
{
- "id": 25569,
+ "id": 26113,
"properties": {
"east": "none",
"north": "tall",
@@ -49360,7 +49390,7 @@
}
},
{
- "id": 25570,
+ "id": 26114,
"properties": {
"east": "none",
"north": "tall",
@@ -49371,7 +49401,7 @@
}
},
{
- "id": 25571,
+ "id": 26115,
"properties": {
"east": "low",
"north": "none",
@@ -49382,7 +49412,7 @@
}
},
{
- "id": 25572,
+ "id": 26116,
"properties": {
"east": "low",
"north": "none",
@@ -49393,7 +49423,7 @@
}
},
{
- "id": 25573,
+ "id": 26117,
"properties": {
"east": "low",
"north": "none",
@@ -49404,7 +49434,7 @@
}
},
{
- "id": 25574,
+ "id": 26118,
"properties": {
"east": "low",
"north": "none",
@@ -49415,7 +49445,7 @@
}
},
{
- "id": 25575,
+ "id": 26119,
"properties": {
"east": "low",
"north": "none",
@@ -49426,7 +49456,7 @@
}
},
{
- "id": 25576,
+ "id": 26120,
"properties": {
"east": "low",
"north": "none",
@@ -49437,7 +49467,7 @@
}
},
{
- "id": 25577,
+ "id": 26121,
"properties": {
"east": "low",
"north": "none",
@@ -49448,7 +49478,7 @@
}
},
{
- "id": 25578,
+ "id": 26122,
"properties": {
"east": "low",
"north": "none",
@@ -49459,7 +49489,7 @@
}
},
{
- "id": 25579,
+ "id": 26123,
"properties": {
"east": "low",
"north": "none",
@@ -49470,7 +49500,7 @@
}
},
{
- "id": 25580,
+ "id": 26124,
"properties": {
"east": "low",
"north": "none",
@@ -49481,7 +49511,7 @@
}
},
{
- "id": 25581,
+ "id": 26125,
"properties": {
"east": "low",
"north": "none",
@@ -49492,7 +49522,7 @@
}
},
{
- "id": 25582,
+ "id": 26126,
"properties": {
"east": "low",
"north": "none",
@@ -49503,7 +49533,7 @@
}
},
{
- "id": 25583,
+ "id": 26127,
"properties": {
"east": "low",
"north": "none",
@@ -49514,7 +49544,7 @@
}
},
{
- "id": 25584,
+ "id": 26128,
"properties": {
"east": "low",
"north": "none",
@@ -49525,7 +49555,7 @@
}
},
{
- "id": 25585,
+ "id": 26129,
"properties": {
"east": "low",
"north": "none",
@@ -49536,7 +49566,7 @@
}
},
{
- "id": 25586,
+ "id": 26130,
"properties": {
"east": "low",
"north": "none",
@@ -49547,7 +49577,7 @@
}
},
{
- "id": 25587,
+ "id": 26131,
"properties": {
"east": "low",
"north": "none",
@@ -49558,7 +49588,7 @@
}
},
{
- "id": 25588,
+ "id": 26132,
"properties": {
"east": "low",
"north": "none",
@@ -49569,7 +49599,7 @@
}
},
{
- "id": 25589,
+ "id": 26133,
"properties": {
"east": "low",
"north": "none",
@@ -49580,7 +49610,7 @@
}
},
{
- "id": 25590,
+ "id": 26134,
"properties": {
"east": "low",
"north": "none",
@@ -49591,7 +49621,7 @@
}
},
{
- "id": 25591,
+ "id": 26135,
"properties": {
"east": "low",
"north": "none",
@@ -49602,7 +49632,7 @@
}
},
{
- "id": 25592,
+ "id": 26136,
"properties": {
"east": "low",
"north": "none",
@@ -49613,7 +49643,7 @@
}
},
{
- "id": 25593,
+ "id": 26137,
"properties": {
"east": "low",
"north": "none",
@@ -49624,7 +49654,7 @@
}
},
{
- "id": 25594,
+ "id": 26138,
"properties": {
"east": "low",
"north": "none",
@@ -49635,7 +49665,7 @@
}
},
{
- "id": 25595,
+ "id": 26139,
"properties": {
"east": "low",
"north": "none",
@@ -49646,7 +49676,7 @@
}
},
{
- "id": 25596,
+ "id": 26140,
"properties": {
"east": "low",
"north": "none",
@@ -49657,7 +49687,7 @@
}
},
{
- "id": 25597,
+ "id": 26141,
"properties": {
"east": "low",
"north": "none",
@@ -49668,7 +49698,7 @@
}
},
{
- "id": 25598,
+ "id": 26142,
"properties": {
"east": "low",
"north": "none",
@@ -49679,7 +49709,7 @@
}
},
{
- "id": 25599,
+ "id": 26143,
"properties": {
"east": "low",
"north": "none",
@@ -49690,7 +49720,7 @@
}
},
{
- "id": 25600,
+ "id": 26144,
"properties": {
"east": "low",
"north": "none",
@@ -49701,7 +49731,7 @@
}
},
{
- "id": 25601,
+ "id": 26145,
"properties": {
"east": "low",
"north": "none",
@@ -49712,7 +49742,7 @@
}
},
{
- "id": 25602,
+ "id": 26146,
"properties": {
"east": "low",
"north": "none",
@@ -49723,7 +49753,7 @@
}
},
{
- "id": 25603,
+ "id": 26147,
"properties": {
"east": "low",
"north": "none",
@@ -49734,7 +49764,7 @@
}
},
{
- "id": 25604,
+ "id": 26148,
"properties": {
"east": "low",
"north": "none",
@@ -49745,7 +49775,7 @@
}
},
{
- "id": 25605,
+ "id": 26149,
"properties": {
"east": "low",
"north": "none",
@@ -49756,7 +49786,7 @@
}
},
{
- "id": 25606,
+ "id": 26150,
"properties": {
"east": "low",
"north": "none",
@@ -49767,7 +49797,7 @@
}
},
{
- "id": 25607,
+ "id": 26151,
"properties": {
"east": "low",
"north": "low",
@@ -49778,7 +49808,7 @@
}
},
{
- "id": 25608,
+ "id": 26152,
"properties": {
"east": "low",
"north": "low",
@@ -49789,7 +49819,7 @@
}
},
{
- "id": 25609,
+ "id": 26153,
"properties": {
"east": "low",
"north": "low",
@@ -49800,7 +49830,7 @@
}
},
{
- "id": 25610,
+ "id": 26154,
"properties": {
"east": "low",
"north": "low",
@@ -49811,7 +49841,7 @@
}
},
{
- "id": 25611,
+ "id": 26155,
"properties": {
"east": "low",
"north": "low",
@@ -49822,7 +49852,7 @@
}
},
{
- "id": 25612,
+ "id": 26156,
"properties": {
"east": "low",
"north": "low",
@@ -49833,7 +49863,7 @@
}
},
{
- "id": 25613,
+ "id": 26157,
"properties": {
"east": "low",
"north": "low",
@@ -49844,7 +49874,7 @@
}
},
{
- "id": 25614,
+ "id": 26158,
"properties": {
"east": "low",
"north": "low",
@@ -49855,7 +49885,7 @@
}
},
{
- "id": 25615,
+ "id": 26159,
"properties": {
"east": "low",
"north": "low",
@@ -49866,7 +49896,7 @@
}
},
{
- "id": 25616,
+ "id": 26160,
"properties": {
"east": "low",
"north": "low",
@@ -49877,7 +49907,7 @@
}
},
{
- "id": 25617,
+ "id": 26161,
"properties": {
"east": "low",
"north": "low",
@@ -49888,7 +49918,7 @@
}
},
{
- "id": 25618,
+ "id": 26162,
"properties": {
"east": "low",
"north": "low",
@@ -49899,7 +49929,7 @@
}
},
{
- "id": 25619,
+ "id": 26163,
"properties": {
"east": "low",
"north": "low",
@@ -49910,7 +49940,7 @@
}
},
{
- "id": 25620,
+ "id": 26164,
"properties": {
"east": "low",
"north": "low",
@@ -49921,7 +49951,7 @@
}
},
{
- "id": 25621,
+ "id": 26165,
"properties": {
"east": "low",
"north": "low",
@@ -49932,7 +49962,7 @@
}
},
{
- "id": 25622,
+ "id": 26166,
"properties": {
"east": "low",
"north": "low",
@@ -49943,7 +49973,7 @@
}
},
{
- "id": 25623,
+ "id": 26167,
"properties": {
"east": "low",
"north": "low",
@@ -49954,7 +49984,7 @@
}
},
{
- "id": 25624,
+ "id": 26168,
"properties": {
"east": "low",
"north": "low",
@@ -49965,7 +49995,7 @@
}
},
{
- "id": 25625,
+ "id": 26169,
"properties": {
"east": "low",
"north": "low",
@@ -49976,7 +50006,7 @@
}
},
{
- "id": 25626,
+ "id": 26170,
"properties": {
"east": "low",
"north": "low",
@@ -49987,7 +50017,7 @@
}
},
{
- "id": 25627,
+ "id": 26171,
"properties": {
"east": "low",
"north": "low",
@@ -49998,7 +50028,7 @@
}
},
{
- "id": 25628,
+ "id": 26172,
"properties": {
"east": "low",
"north": "low",
@@ -50009,7 +50039,7 @@
}
},
{
- "id": 25629,
+ "id": 26173,
"properties": {
"east": "low",
"north": "low",
@@ -50020,7 +50050,7 @@
}
},
{
- "id": 25630,
+ "id": 26174,
"properties": {
"east": "low",
"north": "low",
@@ -50031,7 +50061,7 @@
}
},
{
- "id": 25631,
+ "id": 26175,
"properties": {
"east": "low",
"north": "low",
@@ -50042,7 +50072,7 @@
}
},
{
- "id": 25632,
+ "id": 26176,
"properties": {
"east": "low",
"north": "low",
@@ -50053,7 +50083,7 @@
}
},
{
- "id": 25633,
+ "id": 26177,
"properties": {
"east": "low",
"north": "low",
@@ -50064,7 +50094,7 @@
}
},
{
- "id": 25634,
+ "id": 26178,
"properties": {
"east": "low",
"north": "low",
@@ -50075,7 +50105,7 @@
}
},
{
- "id": 25635,
+ "id": 26179,
"properties": {
"east": "low",
"north": "low",
@@ -50086,7 +50116,7 @@
}
},
{
- "id": 25636,
+ "id": 26180,
"properties": {
"east": "low",
"north": "low",
@@ -50097,7 +50127,7 @@
}
},
{
- "id": 25637,
+ "id": 26181,
"properties": {
"east": "low",
"north": "low",
@@ -50108,7 +50138,7 @@
}
},
{
- "id": 25638,
+ "id": 26182,
"properties": {
"east": "low",
"north": "low",
@@ -50119,7 +50149,7 @@
}
},
{
- "id": 25639,
+ "id": 26183,
"properties": {
"east": "low",
"north": "low",
@@ -50130,7 +50160,7 @@
}
},
{
- "id": 25640,
+ "id": 26184,
"properties": {
"east": "low",
"north": "low",
@@ -50141,7 +50171,7 @@
}
},
{
- "id": 25641,
+ "id": 26185,
"properties": {
"east": "low",
"north": "low",
@@ -50152,7 +50182,7 @@
}
},
{
- "id": 25642,
+ "id": 26186,
"properties": {
"east": "low",
"north": "low",
@@ -50163,7 +50193,7 @@
}
},
{
- "id": 25643,
+ "id": 26187,
"properties": {
"east": "low",
"north": "tall",
@@ -50174,7 +50204,7 @@
}
},
{
- "id": 25644,
+ "id": 26188,
"properties": {
"east": "low",
"north": "tall",
@@ -50185,7 +50215,7 @@
}
},
{
- "id": 25645,
+ "id": 26189,
"properties": {
"east": "low",
"north": "tall",
@@ -50196,7 +50226,7 @@
}
},
{
- "id": 25646,
+ "id": 26190,
"properties": {
"east": "low",
"north": "tall",
@@ -50207,7 +50237,7 @@
}
},
{
- "id": 25647,
+ "id": 26191,
"properties": {
"east": "low",
"north": "tall",
@@ -50218,7 +50248,7 @@
}
},
{
- "id": 25648,
+ "id": 26192,
"properties": {
"east": "low",
"north": "tall",
@@ -50229,7 +50259,7 @@
}
},
{
- "id": 25649,
+ "id": 26193,
"properties": {
"east": "low",
"north": "tall",
@@ -50240,7 +50270,7 @@
}
},
{
- "id": 25650,
+ "id": 26194,
"properties": {
"east": "low",
"north": "tall",
@@ -50251,7 +50281,7 @@
}
},
{
- "id": 25651,
+ "id": 26195,
"properties": {
"east": "low",
"north": "tall",
@@ -50262,7 +50292,7 @@
}
},
{
- "id": 25652,
+ "id": 26196,
"properties": {
"east": "low",
"north": "tall",
@@ -50273,7 +50303,7 @@
}
},
{
- "id": 25653,
+ "id": 26197,
"properties": {
"east": "low",
"north": "tall",
@@ -50284,7 +50314,7 @@
}
},
{
- "id": 25654,
+ "id": 26198,
"properties": {
"east": "low",
"north": "tall",
@@ -50295,7 +50325,7 @@
}
},
{
- "id": 25655,
+ "id": 26199,
"properties": {
"east": "low",
"north": "tall",
@@ -50306,7 +50336,7 @@
}
},
{
- "id": 25656,
+ "id": 26200,
"properties": {
"east": "low",
"north": "tall",
@@ -50317,7 +50347,7 @@
}
},
{
- "id": 25657,
+ "id": 26201,
"properties": {
"east": "low",
"north": "tall",
@@ -50328,7 +50358,7 @@
}
},
{
- "id": 25658,
+ "id": 26202,
"properties": {
"east": "low",
"north": "tall",
@@ -50339,7 +50369,7 @@
}
},
{
- "id": 25659,
+ "id": 26203,
"properties": {
"east": "low",
"north": "tall",
@@ -50350,7 +50380,7 @@
}
},
{
- "id": 25660,
+ "id": 26204,
"properties": {
"east": "low",
"north": "tall",
@@ -50361,7 +50391,7 @@
}
},
{
- "id": 25661,
+ "id": 26205,
"properties": {
"east": "low",
"north": "tall",
@@ -50372,7 +50402,7 @@
}
},
{
- "id": 25662,
+ "id": 26206,
"properties": {
"east": "low",
"north": "tall",
@@ -50383,7 +50413,7 @@
}
},
{
- "id": 25663,
+ "id": 26207,
"properties": {
"east": "low",
"north": "tall",
@@ -50394,7 +50424,7 @@
}
},
{
- "id": 25664,
+ "id": 26208,
"properties": {
"east": "low",
"north": "tall",
@@ -50405,7 +50435,7 @@
}
},
{
- "id": 25665,
+ "id": 26209,
"properties": {
"east": "low",
"north": "tall",
@@ -50416,7 +50446,7 @@
}
},
{
- "id": 25666,
+ "id": 26210,
"properties": {
"east": "low",
"north": "tall",
@@ -50427,7 +50457,7 @@
}
},
{
- "id": 25667,
+ "id": 26211,
"properties": {
"east": "low",
"north": "tall",
@@ -50438,7 +50468,7 @@
}
},
{
- "id": 25668,
+ "id": 26212,
"properties": {
"east": "low",
"north": "tall",
@@ -50449,7 +50479,7 @@
}
},
{
- "id": 25669,
+ "id": 26213,
"properties": {
"east": "low",
"north": "tall",
@@ -50460,7 +50490,7 @@
}
},
{
- "id": 25670,
+ "id": 26214,
"properties": {
"east": "low",
"north": "tall",
@@ -50471,7 +50501,7 @@
}
},
{
- "id": 25671,
+ "id": 26215,
"properties": {
"east": "low",
"north": "tall",
@@ -50482,7 +50512,7 @@
}
},
{
- "id": 25672,
+ "id": 26216,
"properties": {
"east": "low",
"north": "tall",
@@ -50493,7 +50523,7 @@
}
},
{
- "id": 25673,
+ "id": 26217,
"properties": {
"east": "low",
"north": "tall",
@@ -50504,7 +50534,7 @@
}
},
{
- "id": 25674,
+ "id": 26218,
"properties": {
"east": "low",
"north": "tall",
@@ -50515,7 +50545,7 @@
}
},
{
- "id": 25675,
+ "id": 26219,
"properties": {
"east": "low",
"north": "tall",
@@ -50526,7 +50556,7 @@
}
},
{
- "id": 25676,
+ "id": 26220,
"properties": {
"east": "low",
"north": "tall",
@@ -50537,7 +50567,7 @@
}
},
{
- "id": 25677,
+ "id": 26221,
"properties": {
"east": "low",
"north": "tall",
@@ -50548,7 +50578,7 @@
}
},
{
- "id": 25678,
+ "id": 26222,
"properties": {
"east": "low",
"north": "tall",
@@ -50559,7 +50589,7 @@
}
},
{
- "id": 25679,
+ "id": 26223,
"properties": {
"east": "tall",
"north": "none",
@@ -50570,7 +50600,7 @@
}
},
{
- "id": 25680,
+ "id": 26224,
"properties": {
"east": "tall",
"north": "none",
@@ -50581,7 +50611,7 @@
}
},
{
- "id": 25681,
+ "id": 26225,
"properties": {
"east": "tall",
"north": "none",
@@ -50592,7 +50622,7 @@
}
},
{
- "id": 25682,
+ "id": 26226,
"properties": {
"east": "tall",
"north": "none",
@@ -50603,7 +50633,7 @@
}
},
{
- "id": 25683,
+ "id": 26227,
"properties": {
"east": "tall",
"north": "none",
@@ -50614,7 +50644,7 @@
}
},
{
- "id": 25684,
+ "id": 26228,
"properties": {
"east": "tall",
"north": "none",
@@ -50625,7 +50655,7 @@
}
},
{
- "id": 25685,
+ "id": 26229,
"properties": {
"east": "tall",
"north": "none",
@@ -50636,7 +50666,7 @@
}
},
{
- "id": 25686,
+ "id": 26230,
"properties": {
"east": "tall",
"north": "none",
@@ -50647,7 +50677,7 @@
}
},
{
- "id": 25687,
+ "id": 26231,
"properties": {
"east": "tall",
"north": "none",
@@ -50658,7 +50688,7 @@
}
},
{
- "id": 25688,
+ "id": 26232,
"properties": {
"east": "tall",
"north": "none",
@@ -50669,7 +50699,7 @@
}
},
{
- "id": 25689,
+ "id": 26233,
"properties": {
"east": "tall",
"north": "none",
@@ -50680,7 +50710,7 @@
}
},
{
- "id": 25690,
+ "id": 26234,
"properties": {
"east": "tall",
"north": "none",
@@ -50691,7 +50721,7 @@
}
},
{
- "id": 25691,
+ "id": 26235,
"properties": {
"east": "tall",
"north": "none",
@@ -50702,7 +50732,7 @@
}
},
{
- "id": 25692,
+ "id": 26236,
"properties": {
"east": "tall",
"north": "none",
@@ -50713,7 +50743,7 @@
}
},
{
- "id": 25693,
+ "id": 26237,
"properties": {
"east": "tall",
"north": "none",
@@ -50724,7 +50754,7 @@
}
},
{
- "id": 25694,
+ "id": 26238,
"properties": {
"east": "tall",
"north": "none",
@@ -50735,7 +50765,7 @@
}
},
{
- "id": 25695,
+ "id": 26239,
"properties": {
"east": "tall",
"north": "none",
@@ -50746,7 +50776,7 @@
}
},
{
- "id": 25696,
+ "id": 26240,
"properties": {
"east": "tall",
"north": "none",
@@ -50757,7 +50787,7 @@
}
},
{
- "id": 25697,
+ "id": 26241,
"properties": {
"east": "tall",
"north": "none",
@@ -50768,7 +50798,7 @@
}
},
{
- "id": 25698,
+ "id": 26242,
"properties": {
"east": "tall",
"north": "none",
@@ -50779,7 +50809,7 @@
}
},
{
- "id": 25699,
+ "id": 26243,
"properties": {
"east": "tall",
"north": "none",
@@ -50790,7 +50820,7 @@
}
},
{
- "id": 25700,
+ "id": 26244,
"properties": {
"east": "tall",
"north": "none",
@@ -50801,7 +50831,7 @@
}
},
{
- "id": 25701,
+ "id": 26245,
"properties": {
"east": "tall",
"north": "none",
@@ -50812,7 +50842,7 @@
}
},
{
- "id": 25702,
+ "id": 26246,
"properties": {
"east": "tall",
"north": "none",
@@ -50823,7 +50853,7 @@
}
},
{
- "id": 25703,
+ "id": 26247,
"properties": {
"east": "tall",
"north": "none",
@@ -50834,7 +50864,7 @@
}
},
{
- "id": 25704,
+ "id": 26248,
"properties": {
"east": "tall",
"north": "none",
@@ -50845,7 +50875,7 @@
}
},
{
- "id": 25705,
+ "id": 26249,
"properties": {
"east": "tall",
"north": "none",
@@ -50856,7 +50886,7 @@
}
},
{
- "id": 25706,
+ "id": 26250,
"properties": {
"east": "tall",
"north": "none",
@@ -50867,7 +50897,7 @@
}
},
{
- "id": 25707,
+ "id": 26251,
"properties": {
"east": "tall",
"north": "none",
@@ -50878,7 +50908,7 @@
}
},
{
- "id": 25708,
+ "id": 26252,
"properties": {
"east": "tall",
"north": "none",
@@ -50889,7 +50919,7 @@
}
},
{
- "id": 25709,
+ "id": 26253,
"properties": {
"east": "tall",
"north": "none",
@@ -50900,7 +50930,7 @@
}
},
{
- "id": 25710,
+ "id": 26254,
"properties": {
"east": "tall",
"north": "none",
@@ -50911,7 +50941,7 @@
}
},
{
- "id": 25711,
+ "id": 26255,
"properties": {
"east": "tall",
"north": "none",
@@ -50922,7 +50952,7 @@
}
},
{
- "id": 25712,
+ "id": 26256,
"properties": {
"east": "tall",
"north": "none",
@@ -50933,7 +50963,7 @@
}
},
{
- "id": 25713,
+ "id": 26257,
"properties": {
"east": "tall",
"north": "none",
@@ -50944,7 +50974,7 @@
}
},
{
- "id": 25714,
+ "id": 26258,
"properties": {
"east": "tall",
"north": "none",
@@ -50955,7 +50985,7 @@
}
},
{
- "id": 25715,
+ "id": 26259,
"properties": {
"east": "tall",
"north": "low",
@@ -50966,7 +50996,7 @@
}
},
{
- "id": 25716,
+ "id": 26260,
"properties": {
"east": "tall",
"north": "low",
@@ -50977,7 +51007,7 @@
}
},
{
- "id": 25717,
+ "id": 26261,
"properties": {
"east": "tall",
"north": "low",
@@ -50988,7 +51018,7 @@
}
},
{
- "id": 25718,
+ "id": 26262,
"properties": {
"east": "tall",
"north": "low",
@@ -50999,7 +51029,7 @@
}
},
{
- "id": 25719,
+ "id": 26263,
"properties": {
"east": "tall",
"north": "low",
@@ -51010,7 +51040,7 @@
}
},
{
- "id": 25720,
+ "id": 26264,
"properties": {
"east": "tall",
"north": "low",
@@ -51021,7 +51051,7 @@
}
},
{
- "id": 25721,
+ "id": 26265,
"properties": {
"east": "tall",
"north": "low",
@@ -51032,7 +51062,7 @@
}
},
{
- "id": 25722,
+ "id": 26266,
"properties": {
"east": "tall",
"north": "low",
@@ -51043,7 +51073,7 @@
}
},
{
- "id": 25723,
+ "id": 26267,
"properties": {
"east": "tall",
"north": "low",
@@ -51054,7 +51084,7 @@
}
},
{
- "id": 25724,
+ "id": 26268,
"properties": {
"east": "tall",
"north": "low",
@@ -51065,7 +51095,7 @@
}
},
{
- "id": 25725,
+ "id": 26269,
"properties": {
"east": "tall",
"north": "low",
@@ -51076,7 +51106,7 @@
}
},
{
- "id": 25726,
+ "id": 26270,
"properties": {
"east": "tall",
"north": "low",
@@ -51087,7 +51117,7 @@
}
},
{
- "id": 25727,
+ "id": 26271,
"properties": {
"east": "tall",
"north": "low",
@@ -51098,7 +51128,7 @@
}
},
{
- "id": 25728,
+ "id": 26272,
"properties": {
"east": "tall",
"north": "low",
@@ -51109,7 +51139,7 @@
}
},
{
- "id": 25729,
+ "id": 26273,
"properties": {
"east": "tall",
"north": "low",
@@ -51120,7 +51150,7 @@
}
},
{
- "id": 25730,
+ "id": 26274,
"properties": {
"east": "tall",
"north": "low",
@@ -51131,7 +51161,7 @@
}
},
{
- "id": 25731,
+ "id": 26275,
"properties": {
"east": "tall",
"north": "low",
@@ -51142,7 +51172,7 @@
}
},
{
- "id": 25732,
+ "id": 26276,
"properties": {
"east": "tall",
"north": "low",
@@ -51153,7 +51183,7 @@
}
},
{
- "id": 25733,
+ "id": 26277,
"properties": {
"east": "tall",
"north": "low",
@@ -51164,7 +51194,7 @@
}
},
{
- "id": 25734,
+ "id": 26278,
"properties": {
"east": "tall",
"north": "low",
@@ -51175,7 +51205,7 @@
}
},
{
- "id": 25735,
+ "id": 26279,
"properties": {
"east": "tall",
"north": "low",
@@ -51186,7 +51216,7 @@
}
},
{
- "id": 25736,
+ "id": 26280,
"properties": {
"east": "tall",
"north": "low",
@@ -51197,7 +51227,7 @@
}
},
{
- "id": 25737,
+ "id": 26281,
"properties": {
"east": "tall",
"north": "low",
@@ -51208,7 +51238,7 @@
}
},
{
- "id": 25738,
+ "id": 26282,
"properties": {
"east": "tall",
"north": "low",
@@ -51219,7 +51249,7 @@
}
},
{
- "id": 25739,
+ "id": 26283,
"properties": {
"east": "tall",
"north": "low",
@@ -51230,7 +51260,7 @@
}
},
{
- "id": 25740,
+ "id": 26284,
"properties": {
"east": "tall",
"north": "low",
@@ -51241,7 +51271,7 @@
}
},
{
- "id": 25741,
+ "id": 26285,
"properties": {
"east": "tall",
"north": "low",
@@ -51252,7 +51282,7 @@
}
},
{
- "id": 25742,
+ "id": 26286,
"properties": {
"east": "tall",
"north": "low",
@@ -51263,7 +51293,7 @@
}
},
{
- "id": 25743,
+ "id": 26287,
"properties": {
"east": "tall",
"north": "low",
@@ -51274,7 +51304,7 @@
}
},
{
- "id": 25744,
+ "id": 26288,
"properties": {
"east": "tall",
"north": "low",
@@ -51285,7 +51315,7 @@
}
},
{
- "id": 25745,
+ "id": 26289,
"properties": {
"east": "tall",
"north": "low",
@@ -51296,7 +51326,7 @@
}
},
{
- "id": 25746,
+ "id": 26290,
"properties": {
"east": "tall",
"north": "low",
@@ -51307,7 +51337,7 @@
}
},
{
- "id": 25747,
+ "id": 26291,
"properties": {
"east": "tall",
"north": "low",
@@ -51318,7 +51348,7 @@
}
},
{
- "id": 25748,
+ "id": 26292,
"properties": {
"east": "tall",
"north": "low",
@@ -51329,7 +51359,7 @@
}
},
{
- "id": 25749,
+ "id": 26293,
"properties": {
"east": "tall",
"north": "low",
@@ -51340,7 +51370,7 @@
}
},
{
- "id": 25750,
+ "id": 26294,
"properties": {
"east": "tall",
"north": "low",
@@ -51351,7 +51381,7 @@
}
},
{
- "id": 25751,
+ "id": 26295,
"properties": {
"east": "tall",
"north": "tall",
@@ -51362,7 +51392,7 @@
}
},
{
- "id": 25752,
+ "id": 26296,
"properties": {
"east": "tall",
"north": "tall",
@@ -51373,7 +51403,7 @@
}
},
{
- "id": 25753,
+ "id": 26297,
"properties": {
"east": "tall",
"north": "tall",
@@ -51384,7 +51414,7 @@
}
},
{
- "id": 25754,
+ "id": 26298,
"properties": {
"east": "tall",
"north": "tall",
@@ -51395,7 +51425,7 @@
}
},
{
- "id": 25755,
+ "id": 26299,
"properties": {
"east": "tall",
"north": "tall",
@@ -51406,7 +51436,7 @@
}
},
{
- "id": 25756,
+ "id": 26300,
"properties": {
"east": "tall",
"north": "tall",
@@ -51417,7 +51447,7 @@
}
},
{
- "id": 25757,
+ "id": 26301,
"properties": {
"east": "tall",
"north": "tall",
@@ -51428,7 +51458,7 @@
}
},
{
- "id": 25758,
+ "id": 26302,
"properties": {
"east": "tall",
"north": "tall",
@@ -51439,7 +51469,7 @@
}
},
{
- "id": 25759,
+ "id": 26303,
"properties": {
"east": "tall",
"north": "tall",
@@ -51450,7 +51480,7 @@
}
},
{
- "id": 25760,
+ "id": 26304,
"properties": {
"east": "tall",
"north": "tall",
@@ -51461,7 +51491,7 @@
}
},
{
- "id": 25761,
+ "id": 26305,
"properties": {
"east": "tall",
"north": "tall",
@@ -51472,7 +51502,7 @@
}
},
{
- "id": 25762,
+ "id": 26306,
"properties": {
"east": "tall",
"north": "tall",
@@ -51483,7 +51513,7 @@
}
},
{
- "id": 25763,
+ "id": 26307,
"properties": {
"east": "tall",
"north": "tall",
@@ -51494,7 +51524,7 @@
}
},
{
- "id": 25764,
+ "id": 26308,
"properties": {
"east": "tall",
"north": "tall",
@@ -51505,7 +51535,7 @@
}
},
{
- "id": 25765,
+ "id": 26309,
"properties": {
"east": "tall",
"north": "tall",
@@ -51516,7 +51546,7 @@
}
},
{
- "id": 25766,
+ "id": 26310,
"properties": {
"east": "tall",
"north": "tall",
@@ -51527,7 +51557,7 @@
}
},
{
- "id": 25767,
+ "id": 26311,
"properties": {
"east": "tall",
"north": "tall",
@@ -51538,7 +51568,7 @@
}
},
{
- "id": 25768,
+ "id": 26312,
"properties": {
"east": "tall",
"north": "tall",
@@ -51549,7 +51579,7 @@
}
},
{
- "id": 25769,
+ "id": 26313,
"properties": {
"east": "tall",
"north": "tall",
@@ -51560,7 +51590,7 @@
}
},
{
- "id": 25770,
+ "id": 26314,
"properties": {
"east": "tall",
"north": "tall",
@@ -51571,7 +51601,7 @@
}
},
{
- "id": 25771,
+ "id": 26315,
"properties": {
"east": "tall",
"north": "tall",
@@ -51582,7 +51612,7 @@
}
},
{
- "id": 25772,
+ "id": 26316,
"properties": {
"east": "tall",
"north": "tall",
@@ -51593,7 +51623,7 @@
}
},
{
- "id": 25773,
+ "id": 26317,
"properties": {
"east": "tall",
"north": "tall",
@@ -51604,7 +51634,7 @@
}
},
{
- "id": 25774,
+ "id": 26318,
"properties": {
"east": "tall",
"north": "tall",
@@ -51615,7 +51645,7 @@
}
},
{
- "id": 25775,
+ "id": 26319,
"properties": {
"east": "tall",
"north": "tall",
@@ -51626,7 +51656,7 @@
}
},
{
- "id": 25776,
+ "id": 26320,
"properties": {
"east": "tall",
"north": "tall",
@@ -51637,7 +51667,7 @@
}
},
{
- "id": 25777,
+ "id": 26321,
"properties": {
"east": "tall",
"north": "tall",
@@ -51648,7 +51678,7 @@
}
},
{
- "id": 25778,
+ "id": 26322,
"properties": {
"east": "tall",
"north": "tall",
@@ -51659,7 +51689,7 @@
}
},
{
- "id": 25779,
+ "id": 26323,
"properties": {
"east": "tall",
"north": "tall",
@@ -51670,7 +51700,7 @@
}
},
{
- "id": 25780,
+ "id": 26324,
"properties": {
"east": "tall",
"north": "tall",
@@ -51681,7 +51711,7 @@
}
},
{
- "id": 25781,
+ "id": 26325,
"properties": {
"east": "tall",
"north": "tall",
@@ -51692,7 +51722,7 @@
}
},
{
- "id": 25782,
+ "id": 26326,
"properties": {
"east": "tall",
"north": "tall",
@@ -51703,7 +51733,7 @@
}
},
{
- "id": 25783,
+ "id": 26327,
"properties": {
"east": "tall",
"north": "tall",
@@ -51714,7 +51744,7 @@
}
},
{
- "id": 25784,
+ "id": 26328,
"properties": {
"east": "tall",
"north": "tall",
@@ -51725,7 +51755,7 @@
}
},
{
- "id": 25785,
+ "id": 26329,
"properties": {
"east": "tall",
"north": "tall",
@@ -51736,7 +51766,7 @@
}
},
{
- "id": 25786,
+ "id": 26330,
"properties": {
"east": "tall",
"north": "tall",
@@ -51778,21 +51808,21 @@
},
"states": [
{
- "id": 11593,
+ "id": 12137,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11594,
+ "id": 12138,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11595,
+ "id": 12139,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -51800,21 +51830,21 @@
},
{
"default": true,
- "id": 11596,
+ "id": 12140,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11597,
+ "id": 12141,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11598,
+ "id": 12142,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -51854,40 +51884,13 @@
]
},
"states": [
- {
- "id": 4766,
- "properties": {
- "facing": "north",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 4767,
- "properties": {
- "facing": "north",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 4768,
- "properties": {
- "facing": "north",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 4769,
"properties": {
"facing": "north",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -51895,8 +51898,8 @@
"properties": {
"facing": "north",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -51904,8 +51907,8 @@
"properties": {
"facing": "north",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -51913,12 +51916,39 @@
"properties": {
"facing": "north",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
"id": 4773,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4774,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4775,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4776,
"properties": {
"facing": "north",
"half": "top",
@@ -51927,7 +51957,7 @@
}
},
{
- "id": 4774,
+ "id": 4777,
"properties": {
"facing": "north",
"half": "top",
@@ -51936,7 +51966,7 @@
}
},
{
- "id": 4775,
+ "id": 4778,
"properties": {
"facing": "north",
"half": "top",
@@ -51945,7 +51975,7 @@
}
},
{
- "id": 4776,
+ "id": 4779,
"properties": {
"facing": "north",
"half": "bottom",
@@ -51955,7 +51985,7 @@
},
{
"default": true,
- "id": 4777,
+ "id": 4780,
"properties": {
"facing": "north",
"half": "bottom",
@@ -51963,40 +51993,13 @@
"waterlogged": "false"
}
},
- {
- "id": 4778,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 4779,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 4780,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
{
"id": 4781,
"properties": {
"facing": "north",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -52004,8 +52007,8 @@
"properties": {
"facing": "north",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -52013,12 +52016,39 @@
"properties": {
"facing": "north",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 4784,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4785,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4786,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4787,
"properties": {
"facing": "north",
"half": "bottom",
@@ -52027,7 +52057,7 @@
}
},
{
- "id": 4785,
+ "id": 4788,
"properties": {
"facing": "north",
"half": "bottom",
@@ -52035,40 +52065,13 @@
"waterlogged": "false"
}
},
- {
- "id": 4786,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 4787,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 4788,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 4789,
"properties": {
"facing": "south",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -52076,8 +52079,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -52085,8 +52088,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -52094,8 +52097,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -52103,8 +52106,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
@@ -52112,8 +52115,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
+ "shape": "inner_right",
+ "waterlogged": "false"
}
},
{
@@ -52121,35 +52124,35 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
+ "shape": "outer_left",
+ "waterlogged": "true"
}
},
{
"id": 4796,
"properties": {
"facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
}
},
{
"id": 4797,
"properties": {
"facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
}
},
{
"id": 4798,
"properties": {
"facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
}
},
{
@@ -52157,8 +52160,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -52166,8 +52169,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -52175,8 +52178,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -52184,8 +52187,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -52193,12 +52196,39 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 4804,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4805,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4806,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4807,
"properties": {
"facing": "south",
"half": "bottom",
@@ -52207,7 +52237,7 @@
}
},
{
- "id": 4805,
+ "id": 4808,
"properties": {
"facing": "south",
"half": "bottom",
@@ -52215,40 +52245,13 @@
"waterlogged": "false"
}
},
- {
- "id": 4806,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 4807,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 4808,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 4809,
"properties": {
"facing": "west",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -52256,8 +52259,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -52265,8 +52268,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -52274,8 +52277,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -52283,8 +52286,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
@@ -52292,8 +52295,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
+ "shape": "inner_right",
+ "waterlogged": "false"
}
},
{
@@ -52301,35 +52304,35 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
+ "shape": "outer_left",
+ "waterlogged": "true"
}
},
{
"id": 4816,
"properties": {
"facing": "west",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
}
},
{
"id": 4817,
"properties": {
"facing": "west",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
}
},
{
"id": 4818,
"properties": {
"facing": "west",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
}
},
{
@@ -52337,8 +52340,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -52346,8 +52349,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -52355,8 +52358,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -52364,8 +52367,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -52373,12 +52376,39 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 4824,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4825,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4826,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4827,
"properties": {
"facing": "west",
"half": "bottom",
@@ -52387,7 +52417,7 @@
}
},
{
- "id": 4825,
+ "id": 4828,
"properties": {
"facing": "west",
"half": "bottom",
@@ -52395,40 +52425,13 @@
"waterlogged": "false"
}
},
- {
- "id": 4826,
- "properties": {
- "facing": "east",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 4827,
- "properties": {
- "facing": "east",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 4828,
- "properties": {
- "facing": "east",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 4829,
"properties": {
"facing": "east",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -52436,8 +52439,8 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -52445,8 +52448,8 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -52454,8 +52457,8 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -52463,12 +52466,39 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 4834,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4835,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4836,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4837,
"properties": {
"facing": "east",
"half": "top",
@@ -52477,7 +52507,7 @@
}
},
{
- "id": 4835,
+ "id": 4838,
"properties": {
"facing": "east",
"half": "top",
@@ -52485,40 +52515,13 @@
"waterlogged": "false"
}
},
- {
- "id": 4836,
- "properties": {
- "facing": "east",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 4837,
- "properties": {
- "facing": "east",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 4838,
- "properties": {
- "facing": "east",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 4839,
"properties": {
"facing": "east",
"half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -52526,12 +52529,39 @@
"properties": {
"facing": "east",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
"id": 4841,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4842,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4843,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4844,
"properties": {
"facing": "east",
"half": "bottom",
@@ -52540,7 +52570,7 @@
}
},
{
- "id": 4842,
+ "id": 4845,
"properties": {
"facing": "east",
"half": "bottom",
@@ -52549,7 +52579,7 @@
}
},
{
- "id": 4843,
+ "id": 4846,
"properties": {
"facing": "east",
"half": "bottom",
@@ -52558,7 +52588,7 @@
}
},
{
- "id": 4844,
+ "id": 4847,
"properties": {
"facing": "east",
"half": "bottom",
@@ -52567,7 +52597,7 @@
}
},
{
- "id": 4845,
+ "id": 4848,
"properties": {
"facing": "east",
"half": "bottom",
@@ -52614,7 +52644,7 @@
},
"states": [
{
- "id": 8149,
+ "id": 8693,
"properties": {
"east": "none",
"north": "none",
@@ -52625,7 +52655,7 @@
}
},
{
- "id": 8150,
+ "id": 8694,
"properties": {
"east": "none",
"north": "none",
@@ -52636,7 +52666,7 @@
}
},
{
- "id": 8151,
+ "id": 8695,
"properties": {
"east": "none",
"north": "none",
@@ -52648,7 +52678,7 @@
},
{
"default": true,
- "id": 8152,
+ "id": 8696,
"properties": {
"east": "none",
"north": "none",
@@ -52659,7 +52689,7 @@
}
},
{
- "id": 8153,
+ "id": 8697,
"properties": {
"east": "none",
"north": "none",
@@ -52670,7 +52700,7 @@
}
},
{
- "id": 8154,
+ "id": 8698,
"properties": {
"east": "none",
"north": "none",
@@ -52681,7 +52711,7 @@
}
},
{
- "id": 8155,
+ "id": 8699,
"properties": {
"east": "none",
"north": "none",
@@ -52692,7 +52722,7 @@
}
},
{
- "id": 8156,
+ "id": 8700,
"properties": {
"east": "none",
"north": "none",
@@ -52703,7 +52733,7 @@
}
},
{
- "id": 8157,
+ "id": 8701,
"properties": {
"east": "none",
"north": "none",
@@ -52714,7 +52744,7 @@
}
},
{
- "id": 8158,
+ "id": 8702,
"properties": {
"east": "none",
"north": "none",
@@ -52725,7 +52755,7 @@
}
},
{
- "id": 8159,
+ "id": 8703,
"properties": {
"east": "none",
"north": "none",
@@ -52736,7 +52766,7 @@
}
},
{
- "id": 8160,
+ "id": 8704,
"properties": {
"east": "none",
"north": "none",
@@ -52747,7 +52777,7 @@
}
},
{
- "id": 8161,
+ "id": 8705,
"properties": {
"east": "none",
"north": "none",
@@ -52758,7 +52788,7 @@
}
},
{
- "id": 8162,
+ "id": 8706,
"properties": {
"east": "none",
"north": "none",
@@ -52769,7 +52799,7 @@
}
},
{
- "id": 8163,
+ "id": 8707,
"properties": {
"east": "none",
"north": "none",
@@ -52780,7 +52810,7 @@
}
},
{
- "id": 8164,
+ "id": 8708,
"properties": {
"east": "none",
"north": "none",
@@ -52791,7 +52821,7 @@
}
},
{
- "id": 8165,
+ "id": 8709,
"properties": {
"east": "none",
"north": "none",
@@ -52802,7 +52832,7 @@
}
},
{
- "id": 8166,
+ "id": 8710,
"properties": {
"east": "none",
"north": "none",
@@ -52813,7 +52843,7 @@
}
},
{
- "id": 8167,
+ "id": 8711,
"properties": {
"east": "none",
"north": "none",
@@ -52824,7 +52854,7 @@
}
},
{
- "id": 8168,
+ "id": 8712,
"properties": {
"east": "none",
"north": "none",
@@ -52835,7 +52865,7 @@
}
},
{
- "id": 8169,
+ "id": 8713,
"properties": {
"east": "none",
"north": "none",
@@ -52846,7 +52876,7 @@
}
},
{
- "id": 8170,
+ "id": 8714,
"properties": {
"east": "none",
"north": "none",
@@ -52857,7 +52887,7 @@
}
},
{
- "id": 8171,
+ "id": 8715,
"properties": {
"east": "none",
"north": "none",
@@ -52868,7 +52898,7 @@
}
},
{
- "id": 8172,
+ "id": 8716,
"properties": {
"east": "none",
"north": "none",
@@ -52879,7 +52909,7 @@
}
},
{
- "id": 8173,
+ "id": 8717,
"properties": {
"east": "none",
"north": "none",
@@ -52890,7 +52920,7 @@
}
},
{
- "id": 8174,
+ "id": 8718,
"properties": {
"east": "none",
"north": "none",
@@ -52901,7 +52931,7 @@
}
},
{
- "id": 8175,
+ "id": 8719,
"properties": {
"east": "none",
"north": "none",
@@ -52912,7 +52942,7 @@
}
},
{
- "id": 8176,
+ "id": 8720,
"properties": {
"east": "none",
"north": "none",
@@ -52923,7 +52953,7 @@
}
},
{
- "id": 8177,
+ "id": 8721,
"properties": {
"east": "none",
"north": "none",
@@ -52934,7 +52964,7 @@
}
},
{
- "id": 8178,
+ "id": 8722,
"properties": {
"east": "none",
"north": "none",
@@ -52945,7 +52975,7 @@
}
},
{
- "id": 8179,
+ "id": 8723,
"properties": {
"east": "none",
"north": "none",
@@ -52956,7 +52986,7 @@
}
},
{
- "id": 8180,
+ "id": 8724,
"properties": {
"east": "none",
"north": "none",
@@ -52967,7 +52997,7 @@
}
},
{
- "id": 8181,
+ "id": 8725,
"properties": {
"east": "none",
"north": "none",
@@ -52978,7 +53008,7 @@
}
},
{
- "id": 8182,
+ "id": 8726,
"properties": {
"east": "none",
"north": "none",
@@ -52989,7 +53019,7 @@
}
},
{
- "id": 8183,
+ "id": 8727,
"properties": {
"east": "none",
"north": "none",
@@ -53000,7 +53030,7 @@
}
},
{
- "id": 8184,
+ "id": 8728,
"properties": {
"east": "none",
"north": "none",
@@ -53011,7 +53041,7 @@
}
},
{
- "id": 8185,
+ "id": 8729,
"properties": {
"east": "none",
"north": "low",
@@ -53022,7 +53052,7 @@
}
},
{
- "id": 8186,
+ "id": 8730,
"properties": {
"east": "none",
"north": "low",
@@ -53033,7 +53063,7 @@
}
},
{
- "id": 8187,
+ "id": 8731,
"properties": {
"east": "none",
"north": "low",
@@ -53044,7 +53074,7 @@
}
},
{
- "id": 8188,
+ "id": 8732,
"properties": {
"east": "none",
"north": "low",
@@ -53055,7 +53085,7 @@
}
},
{
- "id": 8189,
+ "id": 8733,
"properties": {
"east": "none",
"north": "low",
@@ -53066,7 +53096,7 @@
}
},
{
- "id": 8190,
+ "id": 8734,
"properties": {
"east": "none",
"north": "low",
@@ -53077,7 +53107,7 @@
}
},
{
- "id": 8191,
+ "id": 8735,
"properties": {
"east": "none",
"north": "low",
@@ -53088,7 +53118,7 @@
}
},
{
- "id": 8192,
+ "id": 8736,
"properties": {
"east": "none",
"north": "low",
@@ -53099,7 +53129,7 @@
}
},
{
- "id": 8193,
+ "id": 8737,
"properties": {
"east": "none",
"north": "low",
@@ -53110,7 +53140,7 @@
}
},
{
- "id": 8194,
+ "id": 8738,
"properties": {
"east": "none",
"north": "low",
@@ -53121,7 +53151,7 @@
}
},
{
- "id": 8195,
+ "id": 8739,
"properties": {
"east": "none",
"north": "low",
@@ -53132,7 +53162,7 @@
}
},
{
- "id": 8196,
+ "id": 8740,
"properties": {
"east": "none",
"north": "low",
@@ -53143,7 +53173,7 @@
}
},
{
- "id": 8197,
+ "id": 8741,
"properties": {
"east": "none",
"north": "low",
@@ -53154,7 +53184,7 @@
}
},
{
- "id": 8198,
+ "id": 8742,
"properties": {
"east": "none",
"north": "low",
@@ -53165,7 +53195,7 @@
}
},
{
- "id": 8199,
+ "id": 8743,
"properties": {
"east": "none",
"north": "low",
@@ -53176,7 +53206,7 @@
}
},
{
- "id": 8200,
+ "id": 8744,
"properties": {
"east": "none",
"north": "low",
@@ -53187,7 +53217,7 @@
}
},
{
- "id": 8201,
+ "id": 8745,
"properties": {
"east": "none",
"north": "low",
@@ -53198,7 +53228,7 @@
}
},
{
- "id": 8202,
+ "id": 8746,
"properties": {
"east": "none",
"north": "low",
@@ -53209,7 +53239,7 @@
}
},
{
- "id": 8203,
+ "id": 8747,
"properties": {
"east": "none",
"north": "low",
@@ -53220,7 +53250,7 @@
}
},
{
- "id": 8204,
+ "id": 8748,
"properties": {
"east": "none",
"north": "low",
@@ -53231,7 +53261,7 @@
}
},
{
- "id": 8205,
+ "id": 8749,
"properties": {
"east": "none",
"north": "low",
@@ -53242,7 +53272,7 @@
}
},
{
- "id": 8206,
+ "id": 8750,
"properties": {
"east": "none",
"north": "low",
@@ -53253,7 +53283,7 @@
}
},
{
- "id": 8207,
+ "id": 8751,
"properties": {
"east": "none",
"north": "low",
@@ -53264,7 +53294,7 @@
}
},
{
- "id": 8208,
+ "id": 8752,
"properties": {
"east": "none",
"north": "low",
@@ -53275,7 +53305,7 @@
}
},
{
- "id": 8209,
+ "id": 8753,
"properties": {
"east": "none",
"north": "low",
@@ -53286,7 +53316,7 @@
}
},
{
- "id": 8210,
+ "id": 8754,
"properties": {
"east": "none",
"north": "low",
@@ -53297,7 +53327,7 @@
}
},
{
- "id": 8211,
+ "id": 8755,
"properties": {
"east": "none",
"north": "low",
@@ -53308,7 +53338,7 @@
}
},
{
- "id": 8212,
+ "id": 8756,
"properties": {
"east": "none",
"north": "low",
@@ -53319,7 +53349,7 @@
}
},
{
- "id": 8213,
+ "id": 8757,
"properties": {
"east": "none",
"north": "low",
@@ -53330,7 +53360,7 @@
}
},
{
- "id": 8214,
+ "id": 8758,
"properties": {
"east": "none",
"north": "low",
@@ -53341,7 +53371,7 @@
}
},
{
- "id": 8215,
+ "id": 8759,
"properties": {
"east": "none",
"north": "low",
@@ -53352,7 +53382,7 @@
}
},
{
- "id": 8216,
+ "id": 8760,
"properties": {
"east": "none",
"north": "low",
@@ -53363,7 +53393,7 @@
}
},
{
- "id": 8217,
+ "id": 8761,
"properties": {
"east": "none",
"north": "low",
@@ -53374,7 +53404,7 @@
}
},
{
- "id": 8218,
+ "id": 8762,
"properties": {
"east": "none",
"north": "low",
@@ -53385,7 +53415,7 @@
}
},
{
- "id": 8219,
+ "id": 8763,
"properties": {
"east": "none",
"north": "low",
@@ -53396,7 +53426,7 @@
}
},
{
- "id": 8220,
+ "id": 8764,
"properties": {
"east": "none",
"north": "low",
@@ -53407,7 +53437,7 @@
}
},
{
- "id": 8221,
+ "id": 8765,
"properties": {
"east": "none",
"north": "tall",
@@ -53418,7 +53448,7 @@
}
},
{
- "id": 8222,
+ "id": 8766,
"properties": {
"east": "none",
"north": "tall",
@@ -53429,7 +53459,7 @@
}
},
{
- "id": 8223,
+ "id": 8767,
"properties": {
"east": "none",
"north": "tall",
@@ -53440,7 +53470,7 @@
}
},
{
- "id": 8224,
+ "id": 8768,
"properties": {
"east": "none",
"north": "tall",
@@ -53451,7 +53481,7 @@
}
},
{
- "id": 8225,
+ "id": 8769,
"properties": {
"east": "none",
"north": "tall",
@@ -53462,7 +53492,7 @@
}
},
{
- "id": 8226,
+ "id": 8770,
"properties": {
"east": "none",
"north": "tall",
@@ -53473,7 +53503,7 @@
}
},
{
- "id": 8227,
+ "id": 8771,
"properties": {
"east": "none",
"north": "tall",
@@ -53484,7 +53514,7 @@
}
},
{
- "id": 8228,
+ "id": 8772,
"properties": {
"east": "none",
"north": "tall",
@@ -53495,7 +53525,7 @@
}
},
{
- "id": 8229,
+ "id": 8773,
"properties": {
"east": "none",
"north": "tall",
@@ -53506,7 +53536,7 @@
}
},
{
- "id": 8230,
+ "id": 8774,
"properties": {
"east": "none",
"north": "tall",
@@ -53517,7 +53547,7 @@
}
},
{
- "id": 8231,
+ "id": 8775,
"properties": {
"east": "none",
"north": "tall",
@@ -53528,7 +53558,7 @@
}
},
{
- "id": 8232,
+ "id": 8776,
"properties": {
"east": "none",
"north": "tall",
@@ -53539,7 +53569,7 @@
}
},
{
- "id": 8233,
+ "id": 8777,
"properties": {
"east": "none",
"north": "tall",
@@ -53550,7 +53580,7 @@
}
},
{
- "id": 8234,
+ "id": 8778,
"properties": {
"east": "none",
"north": "tall",
@@ -53561,7 +53591,7 @@
}
},
{
- "id": 8235,
+ "id": 8779,
"properties": {
"east": "none",
"north": "tall",
@@ -53572,7 +53602,7 @@
}
},
{
- "id": 8236,
+ "id": 8780,
"properties": {
"east": "none",
"north": "tall",
@@ -53583,7 +53613,7 @@
}
},
{
- "id": 8237,
+ "id": 8781,
"properties": {
"east": "none",
"north": "tall",
@@ -53594,7 +53624,7 @@
}
},
{
- "id": 8238,
+ "id": 8782,
"properties": {
"east": "none",
"north": "tall",
@@ -53605,7 +53635,7 @@
}
},
{
- "id": 8239,
+ "id": 8783,
"properties": {
"east": "none",
"north": "tall",
@@ -53616,7 +53646,7 @@
}
},
{
- "id": 8240,
+ "id": 8784,
"properties": {
"east": "none",
"north": "tall",
@@ -53627,7 +53657,7 @@
}
},
{
- "id": 8241,
+ "id": 8785,
"properties": {
"east": "none",
"north": "tall",
@@ -53638,7 +53668,7 @@
}
},
{
- "id": 8242,
+ "id": 8786,
"properties": {
"east": "none",
"north": "tall",
@@ -53649,7 +53679,7 @@
}
},
{
- "id": 8243,
+ "id": 8787,
"properties": {
"east": "none",
"north": "tall",
@@ -53660,7 +53690,7 @@
}
},
{
- "id": 8244,
+ "id": 8788,
"properties": {
"east": "none",
"north": "tall",
@@ -53671,7 +53701,7 @@
}
},
{
- "id": 8245,
+ "id": 8789,
"properties": {
"east": "none",
"north": "tall",
@@ -53682,7 +53712,7 @@
}
},
{
- "id": 8246,
+ "id": 8790,
"properties": {
"east": "none",
"north": "tall",
@@ -53693,7 +53723,7 @@
}
},
{
- "id": 8247,
+ "id": 8791,
"properties": {
"east": "none",
"north": "tall",
@@ -53704,7 +53734,7 @@
}
},
{
- "id": 8248,
+ "id": 8792,
"properties": {
"east": "none",
"north": "tall",
@@ -53715,7 +53745,7 @@
}
},
{
- "id": 8249,
+ "id": 8793,
"properties": {
"east": "none",
"north": "tall",
@@ -53726,7 +53756,7 @@
}
},
{
- "id": 8250,
+ "id": 8794,
"properties": {
"east": "none",
"north": "tall",
@@ -53737,7 +53767,7 @@
}
},
{
- "id": 8251,
+ "id": 8795,
"properties": {
"east": "none",
"north": "tall",
@@ -53748,7 +53778,7 @@
}
},
{
- "id": 8252,
+ "id": 8796,
"properties": {
"east": "none",
"north": "tall",
@@ -53759,7 +53789,7 @@
}
},
{
- "id": 8253,
+ "id": 8797,
"properties": {
"east": "none",
"north": "tall",
@@ -53770,7 +53800,7 @@
}
},
{
- "id": 8254,
+ "id": 8798,
"properties": {
"east": "none",
"north": "tall",
@@ -53781,7 +53811,7 @@
}
},
{
- "id": 8255,
+ "id": 8799,
"properties": {
"east": "none",
"north": "tall",
@@ -53792,7 +53822,7 @@
}
},
{
- "id": 8256,
+ "id": 8800,
"properties": {
"east": "none",
"north": "tall",
@@ -53803,7 +53833,7 @@
}
},
{
- "id": 8257,
+ "id": 8801,
"properties": {
"east": "low",
"north": "none",
@@ -53814,7 +53844,7 @@
}
},
{
- "id": 8258,
+ "id": 8802,
"properties": {
"east": "low",
"north": "none",
@@ -53825,7 +53855,7 @@
}
},
{
- "id": 8259,
+ "id": 8803,
"properties": {
"east": "low",
"north": "none",
@@ -53836,7 +53866,7 @@
}
},
{
- "id": 8260,
+ "id": 8804,
"properties": {
"east": "low",
"north": "none",
@@ -53847,7 +53877,7 @@
}
},
{
- "id": 8261,
+ "id": 8805,
"properties": {
"east": "low",
"north": "none",
@@ -53858,7 +53888,7 @@
}
},
{
- "id": 8262,
+ "id": 8806,
"properties": {
"east": "low",
"north": "none",
@@ -53869,7 +53899,7 @@
}
},
{
- "id": 8263,
+ "id": 8807,
"properties": {
"east": "low",
"north": "none",
@@ -53880,7 +53910,7 @@
}
},
{
- "id": 8264,
+ "id": 8808,
"properties": {
"east": "low",
"north": "none",
@@ -53891,7 +53921,7 @@
}
},
{
- "id": 8265,
+ "id": 8809,
"properties": {
"east": "low",
"north": "none",
@@ -53902,7 +53932,7 @@
}
},
{
- "id": 8266,
+ "id": 8810,
"properties": {
"east": "low",
"north": "none",
@@ -53913,7 +53943,7 @@
}
},
{
- "id": 8267,
+ "id": 8811,
"properties": {
"east": "low",
"north": "none",
@@ -53924,7 +53954,7 @@
}
},
{
- "id": 8268,
+ "id": 8812,
"properties": {
"east": "low",
"north": "none",
@@ -53935,7 +53965,7 @@
}
},
{
- "id": 8269,
+ "id": 8813,
"properties": {
"east": "low",
"north": "none",
@@ -53946,7 +53976,7 @@
}
},
{
- "id": 8270,
+ "id": 8814,
"properties": {
"east": "low",
"north": "none",
@@ -53957,7 +53987,7 @@
}
},
{
- "id": 8271,
+ "id": 8815,
"properties": {
"east": "low",
"north": "none",
@@ -53968,7 +53998,7 @@
}
},
{
- "id": 8272,
+ "id": 8816,
"properties": {
"east": "low",
"north": "none",
@@ -53979,7 +54009,7 @@
}
},
{
- "id": 8273,
+ "id": 8817,
"properties": {
"east": "low",
"north": "none",
@@ -53990,7 +54020,7 @@
}
},
{
- "id": 8274,
+ "id": 8818,
"properties": {
"east": "low",
"north": "none",
@@ -54001,7 +54031,7 @@
}
},
{
- "id": 8275,
+ "id": 8819,
"properties": {
"east": "low",
"north": "none",
@@ -54012,7 +54042,7 @@
}
},
{
- "id": 8276,
+ "id": 8820,
"properties": {
"east": "low",
"north": "none",
@@ -54023,7 +54053,7 @@
}
},
{
- "id": 8277,
+ "id": 8821,
"properties": {
"east": "low",
"north": "none",
@@ -54034,7 +54064,7 @@
}
},
{
- "id": 8278,
+ "id": 8822,
"properties": {
"east": "low",
"north": "none",
@@ -54045,7 +54075,7 @@
}
},
{
- "id": 8279,
+ "id": 8823,
"properties": {
"east": "low",
"north": "none",
@@ -54056,7 +54086,7 @@
}
},
{
- "id": 8280,
+ "id": 8824,
"properties": {
"east": "low",
"north": "none",
@@ -54067,7 +54097,7 @@
}
},
{
- "id": 8281,
+ "id": 8825,
"properties": {
"east": "low",
"north": "none",
@@ -54078,7 +54108,7 @@
}
},
{
- "id": 8282,
+ "id": 8826,
"properties": {
"east": "low",
"north": "none",
@@ -54089,7 +54119,7 @@
}
},
{
- "id": 8283,
+ "id": 8827,
"properties": {
"east": "low",
"north": "none",
@@ -54100,7 +54130,7 @@
}
},
{
- "id": 8284,
+ "id": 8828,
"properties": {
"east": "low",
"north": "none",
@@ -54111,7 +54141,7 @@
}
},
{
- "id": 8285,
+ "id": 8829,
"properties": {
"east": "low",
"north": "none",
@@ -54122,7 +54152,7 @@
}
},
{
- "id": 8286,
+ "id": 8830,
"properties": {
"east": "low",
"north": "none",
@@ -54133,7 +54163,7 @@
}
},
{
- "id": 8287,
+ "id": 8831,
"properties": {
"east": "low",
"north": "none",
@@ -54144,7 +54174,7 @@
}
},
{
- "id": 8288,
+ "id": 8832,
"properties": {
"east": "low",
"north": "none",
@@ -54155,7 +54185,7 @@
}
},
{
- "id": 8289,
+ "id": 8833,
"properties": {
"east": "low",
"north": "none",
@@ -54166,7 +54196,7 @@
}
},
{
- "id": 8290,
+ "id": 8834,
"properties": {
"east": "low",
"north": "none",
@@ -54177,7 +54207,7 @@
}
},
{
- "id": 8291,
+ "id": 8835,
"properties": {
"east": "low",
"north": "none",
@@ -54188,7 +54218,7 @@
}
},
{
- "id": 8292,
+ "id": 8836,
"properties": {
"east": "low",
"north": "none",
@@ -54199,7 +54229,7 @@
}
},
{
- "id": 8293,
+ "id": 8837,
"properties": {
"east": "low",
"north": "low",
@@ -54210,7 +54240,7 @@
}
},
{
- "id": 8294,
+ "id": 8838,
"properties": {
"east": "low",
"north": "low",
@@ -54221,7 +54251,7 @@
}
},
{
- "id": 8295,
+ "id": 8839,
"properties": {
"east": "low",
"north": "low",
@@ -54232,7 +54262,7 @@
}
},
{
- "id": 8296,
+ "id": 8840,
"properties": {
"east": "low",
"north": "low",
@@ -54243,7 +54273,7 @@
}
},
{
- "id": 8297,
+ "id": 8841,
"properties": {
"east": "low",
"north": "low",
@@ -54254,7 +54284,7 @@
}
},
{
- "id": 8298,
+ "id": 8842,
"properties": {
"east": "low",
"north": "low",
@@ -54265,7 +54295,7 @@
}
},
{
- "id": 8299,
+ "id": 8843,
"properties": {
"east": "low",
"north": "low",
@@ -54276,7 +54306,7 @@
}
},
{
- "id": 8300,
+ "id": 8844,
"properties": {
"east": "low",
"north": "low",
@@ -54287,7 +54317,7 @@
}
},
{
- "id": 8301,
+ "id": 8845,
"properties": {
"east": "low",
"north": "low",
@@ -54298,7 +54328,7 @@
}
},
{
- "id": 8302,
+ "id": 8846,
"properties": {
"east": "low",
"north": "low",
@@ -54309,7 +54339,7 @@
}
},
{
- "id": 8303,
+ "id": 8847,
"properties": {
"east": "low",
"north": "low",
@@ -54320,7 +54350,7 @@
}
},
{
- "id": 8304,
+ "id": 8848,
"properties": {
"east": "low",
"north": "low",
@@ -54331,7 +54361,7 @@
}
},
{
- "id": 8305,
+ "id": 8849,
"properties": {
"east": "low",
"north": "low",
@@ -54342,7 +54372,7 @@
}
},
{
- "id": 8306,
+ "id": 8850,
"properties": {
"east": "low",
"north": "low",
@@ -54353,7 +54383,7 @@
}
},
{
- "id": 8307,
+ "id": 8851,
"properties": {
"east": "low",
"north": "low",
@@ -54364,7 +54394,7 @@
}
},
{
- "id": 8308,
+ "id": 8852,
"properties": {
"east": "low",
"north": "low",
@@ -54375,7 +54405,7 @@
}
},
{
- "id": 8309,
+ "id": 8853,
"properties": {
"east": "low",
"north": "low",
@@ -54386,7 +54416,7 @@
}
},
{
- "id": 8310,
+ "id": 8854,
"properties": {
"east": "low",
"north": "low",
@@ -54397,7 +54427,7 @@
}
},
{
- "id": 8311,
+ "id": 8855,
"properties": {
"east": "low",
"north": "low",
@@ -54408,7 +54438,7 @@
}
},
{
- "id": 8312,
+ "id": 8856,
"properties": {
"east": "low",
"north": "low",
@@ -54419,7 +54449,7 @@
}
},
{
- "id": 8313,
+ "id": 8857,
"properties": {
"east": "low",
"north": "low",
@@ -54430,7 +54460,7 @@
}
},
{
- "id": 8314,
+ "id": 8858,
"properties": {
"east": "low",
"north": "low",
@@ -54441,7 +54471,7 @@
}
},
{
- "id": 8315,
+ "id": 8859,
"properties": {
"east": "low",
"north": "low",
@@ -54452,7 +54482,7 @@
}
},
{
- "id": 8316,
+ "id": 8860,
"properties": {
"east": "low",
"north": "low",
@@ -54463,7 +54493,7 @@
}
},
{
- "id": 8317,
+ "id": 8861,
"properties": {
"east": "low",
"north": "low",
@@ -54474,7 +54504,7 @@
}
},
{
- "id": 8318,
+ "id": 8862,
"properties": {
"east": "low",
"north": "low",
@@ -54485,7 +54515,7 @@
}
},
{
- "id": 8319,
+ "id": 8863,
"properties": {
"east": "low",
"north": "low",
@@ -54496,7 +54526,7 @@
}
},
{
- "id": 8320,
+ "id": 8864,
"properties": {
"east": "low",
"north": "low",
@@ -54507,7 +54537,7 @@
}
},
{
- "id": 8321,
+ "id": 8865,
"properties": {
"east": "low",
"north": "low",
@@ -54518,7 +54548,7 @@
}
},
{
- "id": 8322,
+ "id": 8866,
"properties": {
"east": "low",
"north": "low",
@@ -54529,7 +54559,7 @@
}
},
{
- "id": 8323,
+ "id": 8867,
"properties": {
"east": "low",
"north": "low",
@@ -54540,7 +54570,7 @@
}
},
{
- "id": 8324,
+ "id": 8868,
"properties": {
"east": "low",
"north": "low",
@@ -54551,7 +54581,7 @@
}
},
{
- "id": 8325,
+ "id": 8869,
"properties": {
"east": "low",
"north": "low",
@@ -54562,7 +54592,7 @@
}
},
{
- "id": 8326,
+ "id": 8870,
"properties": {
"east": "low",
"north": "low",
@@ -54573,7 +54603,7 @@
}
},
{
- "id": 8327,
+ "id": 8871,
"properties": {
"east": "low",
"north": "low",
@@ -54584,7 +54614,7 @@
}
},
{
- "id": 8328,
+ "id": 8872,
"properties": {
"east": "low",
"north": "low",
@@ -54595,7 +54625,7 @@
}
},
{
- "id": 8329,
+ "id": 8873,
"properties": {
"east": "low",
"north": "tall",
@@ -54606,7 +54636,7 @@
}
},
{
- "id": 8330,
+ "id": 8874,
"properties": {
"east": "low",
"north": "tall",
@@ -54617,7 +54647,7 @@
}
},
{
- "id": 8331,
+ "id": 8875,
"properties": {
"east": "low",
"north": "tall",
@@ -54628,7 +54658,7 @@
}
},
{
- "id": 8332,
+ "id": 8876,
"properties": {
"east": "low",
"north": "tall",
@@ -54639,7 +54669,7 @@
}
},
{
- "id": 8333,
+ "id": 8877,
"properties": {
"east": "low",
"north": "tall",
@@ -54650,7 +54680,7 @@
}
},
{
- "id": 8334,
+ "id": 8878,
"properties": {
"east": "low",
"north": "tall",
@@ -54661,7 +54691,7 @@
}
},
{
- "id": 8335,
+ "id": 8879,
"properties": {
"east": "low",
"north": "tall",
@@ -54672,7 +54702,7 @@
}
},
{
- "id": 8336,
+ "id": 8880,
"properties": {
"east": "low",
"north": "tall",
@@ -54683,7 +54713,7 @@
}
},
{
- "id": 8337,
+ "id": 8881,
"properties": {
"east": "low",
"north": "tall",
@@ -54694,7 +54724,7 @@
}
},
{
- "id": 8338,
+ "id": 8882,
"properties": {
"east": "low",
"north": "tall",
@@ -54705,7 +54735,7 @@
}
},
{
- "id": 8339,
+ "id": 8883,
"properties": {
"east": "low",
"north": "tall",
@@ -54716,7 +54746,7 @@
}
},
{
- "id": 8340,
+ "id": 8884,
"properties": {
"east": "low",
"north": "tall",
@@ -54727,7 +54757,7 @@
}
},
{
- "id": 8341,
+ "id": 8885,
"properties": {
"east": "low",
"north": "tall",
@@ -54738,7 +54768,7 @@
}
},
{
- "id": 8342,
+ "id": 8886,
"properties": {
"east": "low",
"north": "tall",
@@ -54749,7 +54779,7 @@
}
},
{
- "id": 8343,
+ "id": 8887,
"properties": {
"east": "low",
"north": "tall",
@@ -54760,7 +54790,7 @@
}
},
{
- "id": 8344,
+ "id": 8888,
"properties": {
"east": "low",
"north": "tall",
@@ -54771,7 +54801,7 @@
}
},
{
- "id": 8345,
+ "id": 8889,
"properties": {
"east": "low",
"north": "tall",
@@ -54782,7 +54812,7 @@
}
},
{
- "id": 8346,
+ "id": 8890,
"properties": {
"east": "low",
"north": "tall",
@@ -54793,7 +54823,7 @@
}
},
{
- "id": 8347,
+ "id": 8891,
"properties": {
"east": "low",
"north": "tall",
@@ -54804,7 +54834,7 @@
}
},
{
- "id": 8348,
+ "id": 8892,
"properties": {
"east": "low",
"north": "tall",
@@ -54815,7 +54845,7 @@
}
},
{
- "id": 8349,
+ "id": 8893,
"properties": {
"east": "low",
"north": "tall",
@@ -54826,7 +54856,7 @@
}
},
{
- "id": 8350,
+ "id": 8894,
"properties": {
"east": "low",
"north": "tall",
@@ -54837,7 +54867,7 @@
}
},
{
- "id": 8351,
+ "id": 8895,
"properties": {
"east": "low",
"north": "tall",
@@ -54848,7 +54878,7 @@
}
},
{
- "id": 8352,
+ "id": 8896,
"properties": {
"east": "low",
"north": "tall",
@@ -54859,7 +54889,7 @@
}
},
{
- "id": 8353,
+ "id": 8897,
"properties": {
"east": "low",
"north": "tall",
@@ -54870,7 +54900,7 @@
}
},
{
- "id": 8354,
+ "id": 8898,
"properties": {
"east": "low",
"north": "tall",
@@ -54881,7 +54911,7 @@
}
},
{
- "id": 8355,
+ "id": 8899,
"properties": {
"east": "low",
"north": "tall",
@@ -54892,7 +54922,7 @@
}
},
{
- "id": 8356,
+ "id": 8900,
"properties": {
"east": "low",
"north": "tall",
@@ -54903,7 +54933,7 @@
}
},
{
- "id": 8357,
+ "id": 8901,
"properties": {
"east": "low",
"north": "tall",
@@ -54914,7 +54944,7 @@
}
},
{
- "id": 8358,
+ "id": 8902,
"properties": {
"east": "low",
"north": "tall",
@@ -54925,7 +54955,7 @@
}
},
{
- "id": 8359,
+ "id": 8903,
"properties": {
"east": "low",
"north": "tall",
@@ -54936,7 +54966,7 @@
}
},
{
- "id": 8360,
+ "id": 8904,
"properties": {
"east": "low",
"north": "tall",
@@ -54947,7 +54977,7 @@
}
},
{
- "id": 8361,
+ "id": 8905,
"properties": {
"east": "low",
"north": "tall",
@@ -54958,7 +54988,7 @@
}
},
{
- "id": 8362,
+ "id": 8906,
"properties": {
"east": "low",
"north": "tall",
@@ -54969,7 +54999,7 @@
}
},
{
- "id": 8363,
+ "id": 8907,
"properties": {
"east": "low",
"north": "tall",
@@ -54980,7 +55010,7 @@
}
},
{
- "id": 8364,
+ "id": 8908,
"properties": {
"east": "low",
"north": "tall",
@@ -54991,7 +55021,7 @@
}
},
{
- "id": 8365,
+ "id": 8909,
"properties": {
"east": "tall",
"north": "none",
@@ -55002,7 +55032,7 @@
}
},
{
- "id": 8366,
+ "id": 8910,
"properties": {
"east": "tall",
"north": "none",
@@ -55013,7 +55043,7 @@
}
},
{
- "id": 8367,
+ "id": 8911,
"properties": {
"east": "tall",
"north": "none",
@@ -55024,7 +55054,7 @@
}
},
{
- "id": 8368,
+ "id": 8912,
"properties": {
"east": "tall",
"north": "none",
@@ -55035,7 +55065,7 @@
}
},
{
- "id": 8369,
+ "id": 8913,
"properties": {
"east": "tall",
"north": "none",
@@ -55046,7 +55076,7 @@
}
},
{
- "id": 8370,
+ "id": 8914,
"properties": {
"east": "tall",
"north": "none",
@@ -55057,7 +55087,7 @@
}
},
{
- "id": 8371,
+ "id": 8915,
"properties": {
"east": "tall",
"north": "none",
@@ -55068,7 +55098,7 @@
}
},
{
- "id": 8372,
+ "id": 8916,
"properties": {
"east": "tall",
"north": "none",
@@ -55079,7 +55109,7 @@
}
},
{
- "id": 8373,
+ "id": 8917,
"properties": {
"east": "tall",
"north": "none",
@@ -55090,7 +55120,7 @@
}
},
{
- "id": 8374,
+ "id": 8918,
"properties": {
"east": "tall",
"north": "none",
@@ -55101,7 +55131,7 @@
}
},
{
- "id": 8375,
+ "id": 8919,
"properties": {
"east": "tall",
"north": "none",
@@ -55112,7 +55142,7 @@
}
},
{
- "id": 8376,
+ "id": 8920,
"properties": {
"east": "tall",
"north": "none",
@@ -55123,7 +55153,7 @@
}
},
{
- "id": 8377,
+ "id": 8921,
"properties": {
"east": "tall",
"north": "none",
@@ -55134,7 +55164,7 @@
}
},
{
- "id": 8378,
+ "id": 8922,
"properties": {
"east": "tall",
"north": "none",
@@ -55145,7 +55175,7 @@
}
},
{
- "id": 8379,
+ "id": 8923,
"properties": {
"east": "tall",
"north": "none",
@@ -55156,7 +55186,7 @@
}
},
{
- "id": 8380,
+ "id": 8924,
"properties": {
"east": "tall",
"north": "none",
@@ -55167,7 +55197,7 @@
}
},
{
- "id": 8381,
+ "id": 8925,
"properties": {
"east": "tall",
"north": "none",
@@ -55178,7 +55208,7 @@
}
},
{
- "id": 8382,
+ "id": 8926,
"properties": {
"east": "tall",
"north": "none",
@@ -55189,7 +55219,7 @@
}
},
{
- "id": 8383,
+ "id": 8927,
"properties": {
"east": "tall",
"north": "none",
@@ -55200,7 +55230,7 @@
}
},
{
- "id": 8384,
+ "id": 8928,
"properties": {
"east": "tall",
"north": "none",
@@ -55211,7 +55241,7 @@
}
},
{
- "id": 8385,
+ "id": 8929,
"properties": {
"east": "tall",
"north": "none",
@@ -55222,7 +55252,7 @@
}
},
{
- "id": 8386,
+ "id": 8930,
"properties": {
"east": "tall",
"north": "none",
@@ -55233,7 +55263,7 @@
}
},
{
- "id": 8387,
+ "id": 8931,
"properties": {
"east": "tall",
"north": "none",
@@ -55244,7 +55274,7 @@
}
},
{
- "id": 8388,
+ "id": 8932,
"properties": {
"east": "tall",
"north": "none",
@@ -55255,7 +55285,7 @@
}
},
{
- "id": 8389,
+ "id": 8933,
"properties": {
"east": "tall",
"north": "none",
@@ -55266,7 +55296,7 @@
}
},
{
- "id": 8390,
+ "id": 8934,
"properties": {
"east": "tall",
"north": "none",
@@ -55277,7 +55307,7 @@
}
},
{
- "id": 8391,
+ "id": 8935,
"properties": {
"east": "tall",
"north": "none",
@@ -55288,7 +55318,7 @@
}
},
{
- "id": 8392,
+ "id": 8936,
"properties": {
"east": "tall",
"north": "none",
@@ -55299,7 +55329,7 @@
}
},
{
- "id": 8393,
+ "id": 8937,
"properties": {
"east": "tall",
"north": "none",
@@ -55310,7 +55340,7 @@
}
},
{
- "id": 8394,
+ "id": 8938,
"properties": {
"east": "tall",
"north": "none",
@@ -55321,7 +55351,7 @@
}
},
{
- "id": 8395,
+ "id": 8939,
"properties": {
"east": "tall",
"north": "none",
@@ -55332,7 +55362,7 @@
}
},
{
- "id": 8396,
+ "id": 8940,
"properties": {
"east": "tall",
"north": "none",
@@ -55343,7 +55373,7 @@
}
},
{
- "id": 8397,
+ "id": 8941,
"properties": {
"east": "tall",
"north": "none",
@@ -55354,7 +55384,7 @@
}
},
{
- "id": 8398,
+ "id": 8942,
"properties": {
"east": "tall",
"north": "none",
@@ -55365,7 +55395,7 @@
}
},
{
- "id": 8399,
+ "id": 8943,
"properties": {
"east": "tall",
"north": "none",
@@ -55376,7 +55406,7 @@
}
},
{
- "id": 8400,
+ "id": 8944,
"properties": {
"east": "tall",
"north": "none",
@@ -55387,7 +55417,7 @@
}
},
{
- "id": 8401,
+ "id": 8945,
"properties": {
"east": "tall",
"north": "low",
@@ -55398,7 +55428,7 @@
}
},
{
- "id": 8402,
+ "id": 8946,
"properties": {
"east": "tall",
"north": "low",
@@ -55409,7 +55439,7 @@
}
},
{
- "id": 8403,
+ "id": 8947,
"properties": {
"east": "tall",
"north": "low",
@@ -55420,7 +55450,7 @@
}
},
{
- "id": 8404,
+ "id": 8948,
"properties": {
"east": "tall",
"north": "low",
@@ -55431,7 +55461,7 @@
}
},
{
- "id": 8405,
+ "id": 8949,
"properties": {
"east": "tall",
"north": "low",
@@ -55442,7 +55472,7 @@
}
},
{
- "id": 8406,
+ "id": 8950,
"properties": {
"east": "tall",
"north": "low",
@@ -55453,7 +55483,7 @@
}
},
{
- "id": 8407,
+ "id": 8951,
"properties": {
"east": "tall",
"north": "low",
@@ -55464,7 +55494,7 @@
}
},
{
- "id": 8408,
+ "id": 8952,
"properties": {
"east": "tall",
"north": "low",
@@ -55475,7 +55505,7 @@
}
},
{
- "id": 8409,
+ "id": 8953,
"properties": {
"east": "tall",
"north": "low",
@@ -55486,7 +55516,7 @@
}
},
{
- "id": 8410,
+ "id": 8954,
"properties": {
"east": "tall",
"north": "low",
@@ -55497,7 +55527,7 @@
}
},
{
- "id": 8411,
+ "id": 8955,
"properties": {
"east": "tall",
"north": "low",
@@ -55508,7 +55538,7 @@
}
},
{
- "id": 8412,
+ "id": 8956,
"properties": {
"east": "tall",
"north": "low",
@@ -55519,7 +55549,7 @@
}
},
{
- "id": 8413,
+ "id": 8957,
"properties": {
"east": "tall",
"north": "low",
@@ -55530,7 +55560,7 @@
}
},
{
- "id": 8414,
+ "id": 8958,
"properties": {
"east": "tall",
"north": "low",
@@ -55541,7 +55571,7 @@
}
},
{
- "id": 8415,
+ "id": 8959,
"properties": {
"east": "tall",
"north": "low",
@@ -55552,7 +55582,7 @@
}
},
{
- "id": 8416,
+ "id": 8960,
"properties": {
"east": "tall",
"north": "low",
@@ -55563,7 +55593,7 @@
}
},
{
- "id": 8417,
+ "id": 8961,
"properties": {
"east": "tall",
"north": "low",
@@ -55574,7 +55604,7 @@
}
},
{
- "id": 8418,
+ "id": 8962,
"properties": {
"east": "tall",
"north": "low",
@@ -55585,7 +55615,7 @@
}
},
{
- "id": 8419,
+ "id": 8963,
"properties": {
"east": "tall",
"north": "low",
@@ -55596,7 +55626,7 @@
}
},
{
- "id": 8420,
+ "id": 8964,
"properties": {
"east": "tall",
"north": "low",
@@ -55607,7 +55637,7 @@
}
},
{
- "id": 8421,
+ "id": 8965,
"properties": {
"east": "tall",
"north": "low",
@@ -55618,7 +55648,7 @@
}
},
{
- "id": 8422,
+ "id": 8966,
"properties": {
"east": "tall",
"north": "low",
@@ -55629,7 +55659,7 @@
}
},
{
- "id": 8423,
+ "id": 8967,
"properties": {
"east": "tall",
"north": "low",
@@ -55640,7 +55670,7 @@
}
},
{
- "id": 8424,
+ "id": 8968,
"properties": {
"east": "tall",
"north": "low",
@@ -55651,7 +55681,7 @@
}
},
{
- "id": 8425,
+ "id": 8969,
"properties": {
"east": "tall",
"north": "low",
@@ -55662,7 +55692,7 @@
}
},
{
- "id": 8426,
+ "id": 8970,
"properties": {
"east": "tall",
"north": "low",
@@ -55673,7 +55703,7 @@
}
},
{
- "id": 8427,
+ "id": 8971,
"properties": {
"east": "tall",
"north": "low",
@@ -55684,7 +55714,7 @@
}
},
{
- "id": 8428,
+ "id": 8972,
"properties": {
"east": "tall",
"north": "low",
@@ -55695,7 +55725,7 @@
}
},
{
- "id": 8429,
+ "id": 8973,
"properties": {
"east": "tall",
"north": "low",
@@ -55706,7 +55736,7 @@
}
},
{
- "id": 8430,
+ "id": 8974,
"properties": {
"east": "tall",
"north": "low",
@@ -55717,7 +55747,7 @@
}
},
{
- "id": 8431,
+ "id": 8975,
"properties": {
"east": "tall",
"north": "low",
@@ -55728,7 +55758,7 @@
}
},
{
- "id": 8432,
+ "id": 8976,
"properties": {
"east": "tall",
"north": "low",
@@ -55739,7 +55769,7 @@
}
},
{
- "id": 8433,
+ "id": 8977,
"properties": {
"east": "tall",
"north": "low",
@@ -55750,7 +55780,7 @@
}
},
{
- "id": 8434,
+ "id": 8978,
"properties": {
"east": "tall",
"north": "low",
@@ -55761,7 +55791,7 @@
}
},
{
- "id": 8435,
+ "id": 8979,
"properties": {
"east": "tall",
"north": "low",
@@ -55772,7 +55802,7 @@
}
},
{
- "id": 8436,
+ "id": 8980,
"properties": {
"east": "tall",
"north": "low",
@@ -55783,7 +55813,7 @@
}
},
{
- "id": 8437,
+ "id": 8981,
"properties": {
"east": "tall",
"north": "tall",
@@ -55794,7 +55824,7 @@
}
},
{
- "id": 8438,
+ "id": 8982,
"properties": {
"east": "tall",
"north": "tall",
@@ -55805,7 +55835,7 @@
}
},
{
- "id": 8439,
+ "id": 8983,
"properties": {
"east": "tall",
"north": "tall",
@@ -55816,7 +55846,7 @@
}
},
{
- "id": 8440,
+ "id": 8984,
"properties": {
"east": "tall",
"north": "tall",
@@ -55827,7 +55857,7 @@
}
},
{
- "id": 8441,
+ "id": 8985,
"properties": {
"east": "tall",
"north": "tall",
@@ -55838,7 +55868,7 @@
}
},
{
- "id": 8442,
+ "id": 8986,
"properties": {
"east": "tall",
"north": "tall",
@@ -55849,7 +55879,7 @@
}
},
{
- "id": 8443,
+ "id": 8987,
"properties": {
"east": "tall",
"north": "tall",
@@ -55860,7 +55890,7 @@
}
},
{
- "id": 8444,
+ "id": 8988,
"properties": {
"east": "tall",
"north": "tall",
@@ -55871,7 +55901,7 @@
}
},
{
- "id": 8445,
+ "id": 8989,
"properties": {
"east": "tall",
"north": "tall",
@@ -55882,7 +55912,7 @@
}
},
{
- "id": 8446,
+ "id": 8990,
"properties": {
"east": "tall",
"north": "tall",
@@ -55893,7 +55923,7 @@
}
},
{
- "id": 8447,
+ "id": 8991,
"properties": {
"east": "tall",
"north": "tall",
@@ -55904,7 +55934,7 @@
}
},
{
- "id": 8448,
+ "id": 8992,
"properties": {
"east": "tall",
"north": "tall",
@@ -55915,7 +55945,7 @@
}
},
{
- "id": 8449,
+ "id": 8993,
"properties": {
"east": "tall",
"north": "tall",
@@ -55926,7 +55956,7 @@
}
},
{
- "id": 8450,
+ "id": 8994,
"properties": {
"east": "tall",
"north": "tall",
@@ -55937,7 +55967,7 @@
}
},
{
- "id": 8451,
+ "id": 8995,
"properties": {
"east": "tall",
"north": "tall",
@@ -55948,7 +55978,7 @@
}
},
{
- "id": 8452,
+ "id": 8996,
"properties": {
"east": "tall",
"north": "tall",
@@ -55959,7 +55989,7 @@
}
},
{
- "id": 8453,
+ "id": 8997,
"properties": {
"east": "tall",
"north": "tall",
@@ -55970,7 +56000,7 @@
}
},
{
- "id": 8454,
+ "id": 8998,
"properties": {
"east": "tall",
"north": "tall",
@@ -55981,7 +56011,7 @@
}
},
{
- "id": 8455,
+ "id": 8999,
"properties": {
"east": "tall",
"north": "tall",
@@ -55992,7 +56022,7 @@
}
},
{
- "id": 8456,
+ "id": 9000,
"properties": {
"east": "tall",
"north": "tall",
@@ -56003,7 +56033,7 @@
}
},
{
- "id": 8457,
+ "id": 9001,
"properties": {
"east": "tall",
"north": "tall",
@@ -56014,7 +56044,7 @@
}
},
{
- "id": 8458,
+ "id": 9002,
"properties": {
"east": "tall",
"north": "tall",
@@ -56025,7 +56055,7 @@
}
},
{
- "id": 8459,
+ "id": 9003,
"properties": {
"east": "tall",
"north": "tall",
@@ -56036,7 +56066,7 @@
}
},
{
- "id": 8460,
+ "id": 9004,
"properties": {
"east": "tall",
"north": "tall",
@@ -56047,7 +56077,7 @@
}
},
{
- "id": 8461,
+ "id": 9005,
"properties": {
"east": "tall",
"north": "tall",
@@ -56058,7 +56088,7 @@
}
},
{
- "id": 8462,
+ "id": 9006,
"properties": {
"east": "tall",
"north": "tall",
@@ -56069,7 +56099,7 @@
}
},
{
- "id": 8463,
+ "id": 9007,
"properties": {
"east": "tall",
"north": "tall",
@@ -56080,7 +56110,7 @@
}
},
{
- "id": 8464,
+ "id": 9008,
"properties": {
"east": "tall",
"north": "tall",
@@ -56091,7 +56121,7 @@
}
},
{
- "id": 8465,
+ "id": 9009,
"properties": {
"east": "tall",
"north": "tall",
@@ -56102,7 +56132,7 @@
}
},
{
- "id": 8466,
+ "id": 9010,
"properties": {
"east": "tall",
"north": "tall",
@@ -56113,7 +56143,7 @@
}
},
{
- "id": 8467,
+ "id": 9011,
"properties": {
"east": "tall",
"north": "tall",
@@ -56124,7 +56154,7 @@
}
},
{
- "id": 8468,
+ "id": 9012,
"properties": {
"east": "tall",
"north": "tall",
@@ -56135,7 +56165,7 @@
}
},
{
- "id": 8469,
+ "id": 9013,
"properties": {
"east": "tall",
"north": "tall",
@@ -56146,7 +56176,7 @@
}
},
{
- "id": 8470,
+ "id": 9014,
"properties": {
"east": "tall",
"north": "tall",
@@ -56157,7 +56187,7 @@
}
},
{
- "id": 8471,
+ "id": 9015,
"properties": {
"east": "tall",
"north": "tall",
@@ -56168,7 +56198,7 @@
}
},
{
- "id": 8472,
+ "id": 9016,
"properties": {
"east": "tall",
"north": "tall",
@@ -56213,84 +56243,84 @@
"states": [
{
"default": true,
- "id": 7649,
+ "id": 8193,
"properties": {
"age": "0",
"facing": "north"
}
},
{
- "id": 7650,
+ "id": 8194,
"properties": {
"age": "0",
"facing": "south"
}
},
{
- "id": 7651,
+ "id": 8195,
"properties": {
"age": "0",
"facing": "west"
}
},
{
- "id": 7652,
+ "id": 8196,
"properties": {
"age": "0",
"facing": "east"
}
},
{
- "id": 7653,
+ "id": 8197,
"properties": {
"age": "1",
"facing": "north"
}
},
{
- "id": 7654,
+ "id": 8198,
"properties": {
"age": "1",
"facing": "south"
}
},
{
- "id": 7655,
+ "id": 8199,
"properties": {
"age": "1",
"facing": "west"
}
},
{
- "id": 7656,
+ "id": 8200,
"properties": {
"age": "1",
"facing": "east"
}
},
{
- "id": 7657,
+ "id": 8201,
"properties": {
"age": "2",
"facing": "north"
}
},
{
- "id": 7658,
+ "id": 8202,
"properties": {
"age": "2",
"facing": "south"
}
},
{
- "id": 7659,
+ "id": 8203,
"properties": {
"age": "2",
"facing": "west"
}
},
{
- "id": 7660,
+ "id": 8204,
"properties": {
"age": "2",
"facing": "east"
@@ -56320,42 +56350,42 @@
},
"states": [
{
- "id": 8136,
+ "id": 8680,
"properties": {
"conditional": "true",
"facing": "north"
}
},
{
- "id": 8137,
+ "id": 8681,
"properties": {
"conditional": "true",
"facing": "east"
}
},
{
- "id": 8138,
+ "id": 8682,
"properties": {
"conditional": "true",
"facing": "south"
}
},
{
- "id": 8139,
+ "id": 8683,
"properties": {
"conditional": "true",
"facing": "west"
}
},
{
- "id": 8140,
+ "id": 8684,
"properties": {
"conditional": "true",
"facing": "up"
}
},
{
- "id": 8141,
+ "id": 8685,
"properties": {
"conditional": "true",
"facing": "down"
@@ -56363,42 +56393,42 @@
},
{
"default": true,
- "id": 8142,
+ "id": 8686,
"properties": {
"conditional": "false",
"facing": "north"
}
},
{
- "id": 8143,
+ "id": 8687,
"properties": {
"conditional": "false",
"facing": "east"
}
},
{
- "id": 8144,
+ "id": 8688,
"properties": {
"conditional": "false",
"facing": "south"
}
},
{
- "id": 8145,
+ "id": 8689,
"properties": {
"conditional": "false",
"facing": "west"
}
},
{
- "id": 8146,
+ "id": 8690,
"properties": {
"conditional": "false",
"facing": "up"
}
},
{
- "id": 8147,
+ "id": 8691,
"properties": {
"conditional": "false",
"facing": "down"
@@ -56429,7 +56459,7 @@
},
"states": [
{
- "id": 9430,
+ "id": 9974,
"properties": {
"facing": "north",
"mode": "compare",
@@ -56438,7 +56468,7 @@
},
{
"default": true,
- "id": 9431,
+ "id": 9975,
"properties": {
"facing": "north",
"mode": "compare",
@@ -56446,7 +56476,7 @@
}
},
{
- "id": 9432,
+ "id": 9976,
"properties": {
"facing": "north",
"mode": "subtract",
@@ -56454,7 +56484,7 @@
}
},
{
- "id": 9433,
+ "id": 9977,
"properties": {
"facing": "north",
"mode": "subtract",
@@ -56462,7 +56492,7 @@
}
},
{
- "id": 9434,
+ "id": 9978,
"properties": {
"facing": "south",
"mode": "compare",
@@ -56470,7 +56500,7 @@
}
},
{
- "id": 9435,
+ "id": 9979,
"properties": {
"facing": "south",
"mode": "compare",
@@ -56478,7 +56508,7 @@
}
},
{
- "id": 9436,
+ "id": 9980,
"properties": {
"facing": "south",
"mode": "subtract",
@@ -56486,7 +56516,7 @@
}
},
{
- "id": 9437,
+ "id": 9981,
"properties": {
"facing": "south",
"mode": "subtract",
@@ -56494,7 +56524,7 @@
}
},
{
- "id": 9438,
+ "id": 9982,
"properties": {
"facing": "west",
"mode": "compare",
@@ -56502,7 +56532,7 @@
}
},
{
- "id": 9439,
+ "id": 9983,
"properties": {
"facing": "west",
"mode": "compare",
@@ -56510,7 +56540,7 @@
}
},
{
- "id": 9440,
+ "id": 9984,
"properties": {
"facing": "west",
"mode": "subtract",
@@ -56518,7 +56548,7 @@
}
},
{
- "id": 9441,
+ "id": 9985,
"properties": {
"facing": "west",
"mode": "subtract",
@@ -56526,7 +56556,7 @@
}
},
{
- "id": 9442,
+ "id": 9986,
"properties": {
"facing": "east",
"mode": "compare",
@@ -56534,7 +56564,7 @@
}
},
{
- "id": 9443,
+ "id": 9987,
"properties": {
"facing": "east",
"mode": "compare",
@@ -56542,7 +56572,7 @@
}
},
{
- "id": 9444,
+ "id": 9988,
"properties": {
"facing": "east",
"mode": "subtract",
@@ -56550,7 +56580,7 @@
}
},
{
- "id": 9445,
+ "id": 9989,
"properties": {
"facing": "east",
"mode": "subtract",
@@ -56580,55 +56610,55 @@
"states": [
{
"default": true,
- "id": 19841,
+ "id": 20385,
"properties": {
"level": "0"
}
},
{
- "id": 19842,
+ "id": 20386,
"properties": {
"level": "1"
}
},
{
- "id": 19843,
+ "id": 20387,
"properties": {
"level": "2"
}
},
{
- "id": 19844,
+ "id": 20388,
"properties": {
"level": "3"
}
},
{
- "id": 19845,
+ "id": 20389,
"properties": {
"level": "4"
}
},
{
- "id": 19846,
+ "id": 20390,
"properties": {
"level": "5"
}
},
{
- "id": 19847,
+ "id": 20391,
"properties": {
"level": "6"
}
},
{
- "id": 19848,
+ "id": 20392,
"properties": {
"level": "7"
}
},
{
- "id": 19849,
+ "id": 20393,
"properties": {
"level": "8"
}
@@ -56649,13 +56679,13 @@
"states": [
{
"default": true,
- "id": 13411,
+ "id": 13955,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13412,
+ "id": 13956,
"properties": {
"waterlogged": "false"
}
@@ -56671,7 +56701,7 @@
"states": [
{
"default": true,
- "id": 23407
+ "id": 23951
}
]
},
@@ -56693,21 +56723,21 @@
},
"states": [
{
- "id": 25161,
+ "id": 25705,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25162,
+ "id": 25706,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25163,
+ "id": 25707,
"properties": {
"lit": "false",
"powered": "true"
@@ -56715,7 +56745,7 @@
},
{
"default": true,
- "id": 25164,
+ "id": 25708,
"properties": {
"lit": "false",
"powered": "false"
@@ -56756,7 +56786,7 @@
},
"states": [
{
- "id": 24121,
+ "id": 24665,
"properties": {
"facing": "north",
"half": "upper",
@@ -56766,7 +56796,7 @@
}
},
{
- "id": 24122,
+ "id": 24666,
"properties": {
"facing": "north",
"half": "upper",
@@ -56776,7 +56806,7 @@
}
},
{
- "id": 24123,
+ "id": 24667,
"properties": {
"facing": "north",
"half": "upper",
@@ -56786,7 +56816,7 @@
}
},
{
- "id": 24124,
+ "id": 24668,
"properties": {
"facing": "north",
"half": "upper",
@@ -56796,7 +56826,7 @@
}
},
{
- "id": 24125,
+ "id": 24669,
"properties": {
"facing": "north",
"half": "upper",
@@ -56806,7 +56836,7 @@
}
},
{
- "id": 24126,
+ "id": 24670,
"properties": {
"facing": "north",
"half": "upper",
@@ -56816,7 +56846,7 @@
}
},
{
- "id": 24127,
+ "id": 24671,
"properties": {
"facing": "north",
"half": "upper",
@@ -56826,7 +56856,7 @@
}
},
{
- "id": 24128,
+ "id": 24672,
"properties": {
"facing": "north",
"half": "upper",
@@ -56836,7 +56866,7 @@
}
},
{
- "id": 24129,
+ "id": 24673,
"properties": {
"facing": "north",
"half": "lower",
@@ -56846,7 +56876,7 @@
}
},
{
- "id": 24130,
+ "id": 24674,
"properties": {
"facing": "north",
"half": "lower",
@@ -56856,7 +56886,7 @@
}
},
{
- "id": 24131,
+ "id": 24675,
"properties": {
"facing": "north",
"half": "lower",
@@ -56867,7 +56897,7 @@
},
{
"default": true,
- "id": 24132,
+ "id": 24676,
"properties": {
"facing": "north",
"half": "lower",
@@ -56877,7 +56907,7 @@
}
},
{
- "id": 24133,
+ "id": 24677,
"properties": {
"facing": "north",
"half": "lower",
@@ -56887,7 +56917,7 @@
}
},
{
- "id": 24134,
+ "id": 24678,
"properties": {
"facing": "north",
"half": "lower",
@@ -56897,7 +56927,7 @@
}
},
{
- "id": 24135,
+ "id": 24679,
"properties": {
"facing": "north",
"half": "lower",
@@ -56907,7 +56937,7 @@
}
},
{
- "id": 24136,
+ "id": 24680,
"properties": {
"facing": "north",
"half": "lower",
@@ -56917,7 +56947,7 @@
}
},
{
- "id": 24137,
+ "id": 24681,
"properties": {
"facing": "south",
"half": "upper",
@@ -56927,7 +56957,7 @@
}
},
{
- "id": 24138,
+ "id": 24682,
"properties": {
"facing": "south",
"half": "upper",
@@ -56937,7 +56967,7 @@
}
},
{
- "id": 24139,
+ "id": 24683,
"properties": {
"facing": "south",
"half": "upper",
@@ -56947,7 +56977,7 @@
}
},
{
- "id": 24140,
+ "id": 24684,
"properties": {
"facing": "south",
"half": "upper",
@@ -56957,7 +56987,7 @@
}
},
{
- "id": 24141,
+ "id": 24685,
"properties": {
"facing": "south",
"half": "upper",
@@ -56967,7 +56997,7 @@
}
},
{
- "id": 24142,
+ "id": 24686,
"properties": {
"facing": "south",
"half": "upper",
@@ -56977,7 +57007,7 @@
}
},
{
- "id": 24143,
+ "id": 24687,
"properties": {
"facing": "south",
"half": "upper",
@@ -56987,7 +57017,7 @@
}
},
{
- "id": 24144,
+ "id": 24688,
"properties": {
"facing": "south",
"half": "upper",
@@ -56997,7 +57027,7 @@
}
},
{
- "id": 24145,
+ "id": 24689,
"properties": {
"facing": "south",
"half": "lower",
@@ -57007,7 +57037,7 @@
}
},
{
- "id": 24146,
+ "id": 24690,
"properties": {
"facing": "south",
"half": "lower",
@@ -57017,7 +57047,7 @@
}
},
{
- "id": 24147,
+ "id": 24691,
"properties": {
"facing": "south",
"half": "lower",
@@ -57027,7 +57057,7 @@
}
},
{
- "id": 24148,
+ "id": 24692,
"properties": {
"facing": "south",
"half": "lower",
@@ -57037,7 +57067,7 @@
}
},
{
- "id": 24149,
+ "id": 24693,
"properties": {
"facing": "south",
"half": "lower",
@@ -57047,7 +57077,7 @@
}
},
{
- "id": 24150,
+ "id": 24694,
"properties": {
"facing": "south",
"half": "lower",
@@ -57057,7 +57087,7 @@
}
},
{
- "id": 24151,
+ "id": 24695,
"properties": {
"facing": "south",
"half": "lower",
@@ -57067,7 +57097,7 @@
}
},
{
- "id": 24152,
+ "id": 24696,
"properties": {
"facing": "south",
"half": "lower",
@@ -57077,7 +57107,7 @@
}
},
{
- "id": 24153,
+ "id": 24697,
"properties": {
"facing": "west",
"half": "upper",
@@ -57087,7 +57117,7 @@
}
},
{
- "id": 24154,
+ "id": 24698,
"properties": {
"facing": "west",
"half": "upper",
@@ -57097,7 +57127,7 @@
}
},
{
- "id": 24155,
+ "id": 24699,
"properties": {
"facing": "west",
"half": "upper",
@@ -57107,7 +57137,7 @@
}
},
{
- "id": 24156,
+ "id": 24700,
"properties": {
"facing": "west",
"half": "upper",
@@ -57117,7 +57147,7 @@
}
},
{
- "id": 24157,
+ "id": 24701,
"properties": {
"facing": "west",
"half": "upper",
@@ -57127,7 +57157,7 @@
}
},
{
- "id": 24158,
+ "id": 24702,
"properties": {
"facing": "west",
"half": "upper",
@@ -57137,7 +57167,7 @@
}
},
{
- "id": 24159,
+ "id": 24703,
"properties": {
"facing": "west",
"half": "upper",
@@ -57147,7 +57177,7 @@
}
},
{
- "id": 24160,
+ "id": 24704,
"properties": {
"facing": "west",
"half": "upper",
@@ -57157,7 +57187,7 @@
}
},
{
- "id": 24161,
+ "id": 24705,
"properties": {
"facing": "west",
"half": "lower",
@@ -57167,7 +57197,7 @@
}
},
{
- "id": 24162,
+ "id": 24706,
"properties": {
"facing": "west",
"half": "lower",
@@ -57177,7 +57207,7 @@
}
},
{
- "id": 24163,
+ "id": 24707,
"properties": {
"facing": "west",
"half": "lower",
@@ -57187,7 +57217,7 @@
}
},
{
- "id": 24164,
+ "id": 24708,
"properties": {
"facing": "west",
"half": "lower",
@@ -57197,7 +57227,7 @@
}
},
{
- "id": 24165,
+ "id": 24709,
"properties": {
"facing": "west",
"half": "lower",
@@ -57207,7 +57237,7 @@
}
},
{
- "id": 24166,
+ "id": 24710,
"properties": {
"facing": "west",
"half": "lower",
@@ -57217,7 +57247,7 @@
}
},
{
- "id": 24167,
+ "id": 24711,
"properties": {
"facing": "west",
"half": "lower",
@@ -57227,7 +57257,7 @@
}
},
{
- "id": 24168,
+ "id": 24712,
"properties": {
"facing": "west",
"half": "lower",
@@ -57237,7 +57267,7 @@
}
},
{
- "id": 24169,
+ "id": 24713,
"properties": {
"facing": "east",
"half": "upper",
@@ -57247,7 +57277,7 @@
}
},
{
- "id": 24170,
+ "id": 24714,
"properties": {
"facing": "east",
"half": "upper",
@@ -57257,7 +57287,7 @@
}
},
{
- "id": 24171,
+ "id": 24715,
"properties": {
"facing": "east",
"half": "upper",
@@ -57267,7 +57297,7 @@
}
},
{
- "id": 24172,
+ "id": 24716,
"properties": {
"facing": "east",
"half": "upper",
@@ -57277,7 +57307,7 @@
}
},
{
- "id": 24173,
+ "id": 24717,
"properties": {
"facing": "east",
"half": "upper",
@@ -57287,7 +57317,7 @@
}
},
{
- "id": 24174,
+ "id": 24718,
"properties": {
"facing": "east",
"half": "upper",
@@ -57297,7 +57327,7 @@
}
},
{
- "id": 24175,
+ "id": 24719,
"properties": {
"facing": "east",
"half": "upper",
@@ -57307,7 +57337,7 @@
}
},
{
- "id": 24176,
+ "id": 24720,
"properties": {
"facing": "east",
"half": "upper",
@@ -57317,7 +57347,7 @@
}
},
{
- "id": 24177,
+ "id": 24721,
"properties": {
"facing": "east",
"half": "lower",
@@ -57327,7 +57357,7 @@
}
},
{
- "id": 24178,
+ "id": 24722,
"properties": {
"facing": "east",
"half": "lower",
@@ -57337,7 +57367,7 @@
}
},
{
- "id": 24179,
+ "id": 24723,
"properties": {
"facing": "east",
"half": "lower",
@@ -57347,7 +57377,7 @@
}
},
{
- "id": 24180,
+ "id": 24724,
"properties": {
"facing": "east",
"half": "lower",
@@ -57357,7 +57387,7 @@
}
},
{
- "id": 24181,
+ "id": 24725,
"properties": {
"facing": "east",
"half": "lower",
@@ -57367,7 +57397,7 @@
}
},
{
- "id": 24182,
+ "id": 24726,
"properties": {
"facing": "east",
"half": "lower",
@@ -57377,7 +57407,7 @@
}
},
{
- "id": 24183,
+ "id": 24727,
"properties": {
"facing": "east",
"half": "lower",
@@ -57387,7 +57417,7 @@
}
},
{
- "id": 24184,
+ "id": 24728,
"properties": {
"facing": "east",
"half": "lower",
@@ -57412,14 +57442,14 @@
},
"states": [
{
- "id": 25145,
+ "id": 25689,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25146,
+ "id": 25690,
"properties": {
"waterlogged": "false"
}
@@ -57435,7 +57465,7 @@
"states": [
{
"default": true,
- "id": 23411
+ "id": 23955
}
]
},
@@ -57472,7 +57502,7 @@
},
"states": [
{
- "id": 24633,
+ "id": 25177,
"properties": {
"facing": "north",
"half": "top",
@@ -57482,7 +57512,7 @@
}
},
{
- "id": 24634,
+ "id": 25178,
"properties": {
"facing": "north",
"half": "top",
@@ -57492,7 +57522,7 @@
}
},
{
- "id": 24635,
+ "id": 25179,
"properties": {
"facing": "north",
"half": "top",
@@ -57502,7 +57532,7 @@
}
},
{
- "id": 24636,
+ "id": 25180,
"properties": {
"facing": "north",
"half": "top",
@@ -57512,7 +57542,7 @@
}
},
{
- "id": 24637,
+ "id": 25181,
"properties": {
"facing": "north",
"half": "top",
@@ -57522,7 +57552,7 @@
}
},
{
- "id": 24638,
+ "id": 25182,
"properties": {
"facing": "north",
"half": "top",
@@ -57532,7 +57562,7 @@
}
},
{
- "id": 24639,
+ "id": 25183,
"properties": {
"facing": "north",
"half": "top",
@@ -57542,7 +57572,7 @@
}
},
{
- "id": 24640,
+ "id": 25184,
"properties": {
"facing": "north",
"half": "top",
@@ -57552,7 +57582,7 @@
}
},
{
- "id": 24641,
+ "id": 25185,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57562,7 +57592,7 @@
}
},
{
- "id": 24642,
+ "id": 25186,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57572,7 +57602,7 @@
}
},
{
- "id": 24643,
+ "id": 25187,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57582,7 +57612,7 @@
}
},
{
- "id": 24644,
+ "id": 25188,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57592,7 +57622,7 @@
}
},
{
- "id": 24645,
+ "id": 25189,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57602,7 +57632,7 @@
}
},
{
- "id": 24646,
+ "id": 25190,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57612,7 +57642,7 @@
}
},
{
- "id": 24647,
+ "id": 25191,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57623,7 +57653,7 @@
},
{
"default": true,
- "id": 24648,
+ "id": 25192,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57633,7 +57663,7 @@
}
},
{
- "id": 24649,
+ "id": 25193,
"properties": {
"facing": "south",
"half": "top",
@@ -57643,7 +57673,7 @@
}
},
{
- "id": 24650,
+ "id": 25194,
"properties": {
"facing": "south",
"half": "top",
@@ -57653,7 +57683,7 @@
}
},
{
- "id": 24651,
+ "id": 25195,
"properties": {
"facing": "south",
"half": "top",
@@ -57663,7 +57693,7 @@
}
},
{
- "id": 24652,
+ "id": 25196,
"properties": {
"facing": "south",
"half": "top",
@@ -57673,7 +57703,7 @@
}
},
{
- "id": 24653,
+ "id": 25197,
"properties": {
"facing": "south",
"half": "top",
@@ -57683,7 +57713,7 @@
}
},
{
- "id": 24654,
+ "id": 25198,
"properties": {
"facing": "south",
"half": "top",
@@ -57693,7 +57723,7 @@
}
},
{
- "id": 24655,
+ "id": 25199,
"properties": {
"facing": "south",
"half": "top",
@@ -57703,7 +57733,7 @@
}
},
{
- "id": 24656,
+ "id": 25200,
"properties": {
"facing": "south",
"half": "top",
@@ -57713,7 +57743,7 @@
}
},
{
- "id": 24657,
+ "id": 25201,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57723,7 +57753,7 @@
}
},
{
- "id": 24658,
+ "id": 25202,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57733,7 +57763,7 @@
}
},
{
- "id": 24659,
+ "id": 25203,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57743,7 +57773,7 @@
}
},
{
- "id": 24660,
+ "id": 25204,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57753,7 +57783,7 @@
}
},
{
- "id": 24661,
+ "id": 25205,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57763,7 +57793,7 @@
}
},
{
- "id": 24662,
+ "id": 25206,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57773,7 +57803,7 @@
}
},
{
- "id": 24663,
+ "id": 25207,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57783,7 +57813,7 @@
}
},
{
- "id": 24664,
+ "id": 25208,
"properties": {
"facing": "south",
"half": "bottom",
@@ -57793,7 +57823,7 @@
}
},
{
- "id": 24665,
+ "id": 25209,
"properties": {
"facing": "west",
"half": "top",
@@ -57803,7 +57833,7 @@
}
},
{
- "id": 24666,
+ "id": 25210,
"properties": {
"facing": "west",
"half": "top",
@@ -57813,7 +57843,7 @@
}
},
{
- "id": 24667,
+ "id": 25211,
"properties": {
"facing": "west",
"half": "top",
@@ -57823,7 +57853,7 @@
}
},
{
- "id": 24668,
+ "id": 25212,
"properties": {
"facing": "west",
"half": "top",
@@ -57833,7 +57863,7 @@
}
},
{
- "id": 24669,
+ "id": 25213,
"properties": {
"facing": "west",
"half": "top",
@@ -57843,7 +57873,7 @@
}
},
{
- "id": 24670,
+ "id": 25214,
"properties": {
"facing": "west",
"half": "top",
@@ -57853,7 +57883,7 @@
}
},
{
- "id": 24671,
+ "id": 25215,
"properties": {
"facing": "west",
"half": "top",
@@ -57863,7 +57893,7 @@
}
},
{
- "id": 24672,
+ "id": 25216,
"properties": {
"facing": "west",
"half": "top",
@@ -57873,7 +57903,7 @@
}
},
{
- "id": 24673,
+ "id": 25217,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57883,7 +57913,7 @@
}
},
{
- "id": 24674,
+ "id": 25218,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57893,7 +57923,7 @@
}
},
{
- "id": 24675,
+ "id": 25219,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57903,7 +57933,7 @@
}
},
{
- "id": 24676,
+ "id": 25220,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57913,7 +57943,7 @@
}
},
{
- "id": 24677,
+ "id": 25221,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57923,7 +57953,7 @@
}
},
{
- "id": 24678,
+ "id": 25222,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57933,7 +57963,7 @@
}
},
{
- "id": 24679,
+ "id": 25223,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57943,7 +57973,7 @@
}
},
{
- "id": 24680,
+ "id": 25224,
"properties": {
"facing": "west",
"half": "bottom",
@@ -57953,7 +57983,7 @@
}
},
{
- "id": 24681,
+ "id": 25225,
"properties": {
"facing": "east",
"half": "top",
@@ -57963,7 +57993,7 @@
}
},
{
- "id": 24682,
+ "id": 25226,
"properties": {
"facing": "east",
"half": "top",
@@ -57973,7 +58003,7 @@
}
},
{
- "id": 24683,
+ "id": 25227,
"properties": {
"facing": "east",
"half": "top",
@@ -57983,7 +58013,7 @@
}
},
{
- "id": 24684,
+ "id": 25228,
"properties": {
"facing": "east",
"half": "top",
@@ -57993,7 +58023,7 @@
}
},
{
- "id": 24685,
+ "id": 25229,
"properties": {
"facing": "east",
"half": "top",
@@ -58003,7 +58033,7 @@
}
},
{
- "id": 24686,
+ "id": 25230,
"properties": {
"facing": "east",
"half": "top",
@@ -58013,7 +58043,7 @@
}
},
{
- "id": 24687,
+ "id": 25231,
"properties": {
"facing": "east",
"half": "top",
@@ -58023,7 +58053,7 @@
}
},
{
- "id": 24688,
+ "id": 25232,
"properties": {
"facing": "east",
"half": "top",
@@ -58033,7 +58063,7 @@
}
},
{
- "id": 24689,
+ "id": 25233,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58043,7 +58073,7 @@
}
},
{
- "id": 24690,
+ "id": 25234,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58053,7 +58083,7 @@
}
},
{
- "id": 24691,
+ "id": 25235,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58063,7 +58093,7 @@
}
},
{
- "id": 24692,
+ "id": 25236,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58073,7 +58103,7 @@
}
},
{
- "id": 24693,
+ "id": 25237,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58083,7 +58113,7 @@
}
},
{
- "id": 24694,
+ "id": 25238,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58093,7 +58123,7 @@
}
},
{
- "id": 24695,
+ "id": 25239,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58103,7 +58133,7 @@
}
},
{
- "id": 24696,
+ "id": 25240,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58120,7 +58150,7 @@
"properties": {},
"suspicious_stew_effects": [
{
- "duration": 120,
+ "duration": 100,
"id": "minecraft:jump_boost"
}
]
@@ -58140,7 +58170,7 @@
"states": [
{
"default": true,
- "id": 27021
+ "id": 27565
}
]
},
@@ -58152,7 +58182,7 @@
"states": [
{
"default": true,
- "id": 27022
+ "id": 27566
}
]
},
@@ -58164,7 +58194,7 @@
"states": [
{
"default": true,
- "id": 21192
+ "id": 21736
}
]
},
@@ -58176,7 +58206,7 @@
"states": [
{
"default": true,
- "id": 20342
+ "id": 20886
}
]
},
@@ -58188,7 +58218,7 @@
"states": [
{
"default": true,
- "id": 6769
+ "id": 6772
}
]
},
@@ -58223,7 +58253,7 @@
},
"states": [
{
- "id": 27059,
+ "id": 27603,
"properties": {
"crafting": "true",
"orientation": "down_east",
@@ -58231,7 +58261,7 @@
}
},
{
- "id": 27060,
+ "id": 27604,
"properties": {
"crafting": "true",
"orientation": "down_east",
@@ -58239,7 +58269,7 @@
}
},
{
- "id": 27061,
+ "id": 27605,
"properties": {
"crafting": "true",
"orientation": "down_north",
@@ -58247,7 +58277,7 @@
}
},
{
- "id": 27062,
+ "id": 27606,
"properties": {
"crafting": "true",
"orientation": "down_north",
@@ -58255,7 +58285,7 @@
}
},
{
- "id": 27063,
+ "id": 27607,
"properties": {
"crafting": "true",
"orientation": "down_south",
@@ -58263,7 +58293,7 @@
}
},
{
- "id": 27064,
+ "id": 27608,
"properties": {
"crafting": "true",
"orientation": "down_south",
@@ -58271,7 +58301,7 @@
}
},
{
- "id": 27065,
+ "id": 27609,
"properties": {
"crafting": "true",
"orientation": "down_west",
@@ -58279,7 +58309,7 @@
}
},
{
- "id": 27066,
+ "id": 27610,
"properties": {
"crafting": "true",
"orientation": "down_west",
@@ -58287,7 +58317,7 @@
}
},
{
- "id": 27067,
+ "id": 27611,
"properties": {
"crafting": "true",
"orientation": "up_east",
@@ -58295,7 +58325,7 @@
}
},
{
- "id": 27068,
+ "id": 27612,
"properties": {
"crafting": "true",
"orientation": "up_east",
@@ -58303,7 +58333,7 @@
}
},
{
- "id": 27069,
+ "id": 27613,
"properties": {
"crafting": "true",
"orientation": "up_north",
@@ -58311,7 +58341,7 @@
}
},
{
- "id": 27070,
+ "id": 27614,
"properties": {
"crafting": "true",
"orientation": "up_north",
@@ -58319,7 +58349,7 @@
}
},
{
- "id": 27071,
+ "id": 27615,
"properties": {
"crafting": "true",
"orientation": "up_south",
@@ -58327,7 +58357,7 @@
}
},
{
- "id": 27072,
+ "id": 27616,
"properties": {
"crafting": "true",
"orientation": "up_south",
@@ -58335,7 +58365,7 @@
}
},
{
- "id": 27073,
+ "id": 27617,
"properties": {
"crafting": "true",
"orientation": "up_west",
@@ -58343,7 +58373,7 @@
}
},
{
- "id": 27074,
+ "id": 27618,
"properties": {
"crafting": "true",
"orientation": "up_west",
@@ -58351,7 +58381,7 @@
}
},
{
- "id": 27075,
+ "id": 27619,
"properties": {
"crafting": "true",
"orientation": "west_up",
@@ -58359,7 +58389,7 @@
}
},
{
- "id": 27076,
+ "id": 27620,
"properties": {
"crafting": "true",
"orientation": "west_up",
@@ -58367,7 +58397,7 @@
}
},
{
- "id": 27077,
+ "id": 27621,
"properties": {
"crafting": "true",
"orientation": "east_up",
@@ -58375,7 +58405,7 @@
}
},
{
- "id": 27078,
+ "id": 27622,
"properties": {
"crafting": "true",
"orientation": "east_up",
@@ -58383,7 +58413,7 @@
}
},
{
- "id": 27079,
+ "id": 27623,
"properties": {
"crafting": "true",
"orientation": "north_up",
@@ -58391,7 +58421,7 @@
}
},
{
- "id": 27080,
+ "id": 27624,
"properties": {
"crafting": "true",
"orientation": "north_up",
@@ -58399,7 +58429,7 @@
}
},
{
- "id": 27081,
+ "id": 27625,
"properties": {
"crafting": "true",
"orientation": "south_up",
@@ -58407,7 +58437,7 @@
}
},
{
- "id": 27082,
+ "id": 27626,
"properties": {
"crafting": "true",
"orientation": "south_up",
@@ -58415,7 +58445,7 @@
}
},
{
- "id": 27083,
+ "id": 27627,
"properties": {
"crafting": "false",
"orientation": "down_east",
@@ -58423,7 +58453,7 @@
}
},
{
- "id": 27084,
+ "id": 27628,
"properties": {
"crafting": "false",
"orientation": "down_east",
@@ -58431,7 +58461,7 @@
}
},
{
- "id": 27085,
+ "id": 27629,
"properties": {
"crafting": "false",
"orientation": "down_north",
@@ -58439,7 +58469,7 @@
}
},
{
- "id": 27086,
+ "id": 27630,
"properties": {
"crafting": "false",
"orientation": "down_north",
@@ -58447,7 +58477,7 @@
}
},
{
- "id": 27087,
+ "id": 27631,
"properties": {
"crafting": "false",
"orientation": "down_south",
@@ -58455,7 +58485,7 @@
}
},
{
- "id": 27088,
+ "id": 27632,
"properties": {
"crafting": "false",
"orientation": "down_south",
@@ -58463,7 +58493,7 @@
}
},
{
- "id": 27089,
+ "id": 27633,
"properties": {
"crafting": "false",
"orientation": "down_west",
@@ -58471,7 +58501,7 @@
}
},
{
- "id": 27090,
+ "id": 27634,
"properties": {
"crafting": "false",
"orientation": "down_west",
@@ -58479,7 +58509,7 @@
}
},
{
- "id": 27091,
+ "id": 27635,
"properties": {
"crafting": "false",
"orientation": "up_east",
@@ -58487,7 +58517,7 @@
}
},
{
- "id": 27092,
+ "id": 27636,
"properties": {
"crafting": "false",
"orientation": "up_east",
@@ -58495,7 +58525,7 @@
}
},
{
- "id": 27093,
+ "id": 27637,
"properties": {
"crafting": "false",
"orientation": "up_north",
@@ -58503,7 +58533,7 @@
}
},
{
- "id": 27094,
+ "id": 27638,
"properties": {
"crafting": "false",
"orientation": "up_north",
@@ -58511,7 +58541,7 @@
}
},
{
- "id": 27095,
+ "id": 27639,
"properties": {
"crafting": "false",
"orientation": "up_south",
@@ -58519,7 +58549,7 @@
}
},
{
- "id": 27096,
+ "id": 27640,
"properties": {
"crafting": "false",
"orientation": "up_south",
@@ -58527,7 +58557,7 @@
}
},
{
- "id": 27097,
+ "id": 27641,
"properties": {
"crafting": "false",
"orientation": "up_west",
@@ -58535,7 +58565,7 @@
}
},
{
- "id": 27098,
+ "id": 27642,
"properties": {
"crafting": "false",
"orientation": "up_west",
@@ -58543,7 +58573,7 @@
}
},
{
- "id": 27099,
+ "id": 27643,
"properties": {
"crafting": "false",
"orientation": "west_up",
@@ -58551,7 +58581,7 @@
}
},
{
- "id": 27100,
+ "id": 27644,
"properties": {
"crafting": "false",
"orientation": "west_up",
@@ -58559,7 +58589,7 @@
}
},
{
- "id": 27101,
+ "id": 27645,
"properties": {
"crafting": "false",
"orientation": "east_up",
@@ -58567,7 +58597,7 @@
}
},
{
- "id": 27102,
+ "id": 27646,
"properties": {
"crafting": "false",
"orientation": "east_up",
@@ -58575,7 +58605,7 @@
}
},
{
- "id": 27103,
+ "id": 27647,
"properties": {
"crafting": "false",
"orientation": "north_up",
@@ -58584,7 +58614,7 @@
},
{
"default": true,
- "id": 27104,
+ "id": 27648,
"properties": {
"crafting": "false",
"orientation": "north_up",
@@ -58592,7 +58622,7 @@
}
},
{
- "id": 27105,
+ "id": 27649,
"properties": {
"crafting": "false",
"orientation": "south_up",
@@ -58600,7 +58630,7 @@
}
},
{
- "id": 27106,
+ "id": 27650,
"properties": {
"crafting": "false",
"orientation": "south_up",
@@ -58617,7 +58647,7 @@
"states": [
{
"default": true,
- "id": 4329
+ "id": 4332
}
]
},
@@ -58627,80 +58657,116 @@
"properties": {}
},
"properties": {
+ "active": [
+ "true",
+ "false"
+ ],
"axis": [
"x",
"y",
"z"
],
- "creaking": [
- "disabled",
- "dormant",
- "active"
+ "natural": [
+ "true",
+ "false"
]
},
"states": [
{
"id": 2917,
"properties": {
+ "active": "true",
"axis": "x",
- "creaking": "disabled"
+ "natural": "true"
}
},
{
"id": 2918,
"properties": {
+ "active": "true",
"axis": "x",
- "creaking": "dormant"
+ "natural": "false"
}
},
{
"id": 2919,
"properties": {
- "axis": "x",
- "creaking": "active"
+ "active": "true",
+ "axis": "y",
+ "natural": "true"
}
},
{
- "default": true,
"id": 2920,
"properties": {
+ "active": "true",
"axis": "y",
- "creaking": "disabled"
+ "natural": "false"
}
},
{
"id": 2921,
"properties": {
- "axis": "y",
- "creaking": "dormant"
+ "active": "true",
+ "axis": "z",
+ "natural": "true"
}
},
{
"id": 2922,
"properties": {
- "axis": "y",
- "creaking": "active"
+ "active": "true",
+ "axis": "z",
+ "natural": "false"
}
},
{
"id": 2923,
"properties": {
- "axis": "z",
- "creaking": "disabled"
+ "active": "false",
+ "axis": "x",
+ "natural": "true"
}
},
{
"id": 2924,
"properties": {
- "axis": "z",
- "creaking": "dormant"
+ "active": "false",
+ "axis": "x",
+ "natural": "false"
}
},
{
"id": 2925,
"properties": {
+ "active": "false",
+ "axis": "y",
+ "natural": "true"
+ }
+ },
+ {
+ "default": true,
+ "id": 2926,
+ "properties": {
+ "active": "false",
+ "axis": "y",
+ "natural": "false"
+ }
+ },
+ {
+ "id": 2927,
+ "properties": {
+ "active": "false",
"axis": "z",
- "creaking": "active"
+ "natural": "true"
+ }
+ },
+ {
+ "id": 2928,
+ "properties": {
+ "active": "false",
+ "axis": "z",
+ "natural": "false"
}
}
]
@@ -58737,112 +58803,112 @@
},
"states": [
{
- "id": 9242,
+ "id": 9786,
"properties": {
"powered": "true",
"rotation": "0"
}
},
{
- "id": 9243,
+ "id": 9787,
"properties": {
"powered": "true",
"rotation": "1"
}
},
{
- "id": 9244,
+ "id": 9788,
"properties": {
"powered": "true",
"rotation": "2"
}
},
{
- "id": 9245,
+ "id": 9789,
"properties": {
"powered": "true",
"rotation": "3"
}
},
{
- "id": 9246,
+ "id": 9790,
"properties": {
"powered": "true",
"rotation": "4"
}
},
{
- "id": 9247,
+ "id": 9791,
"properties": {
"powered": "true",
"rotation": "5"
}
},
{
- "id": 9248,
+ "id": 9792,
"properties": {
"powered": "true",
"rotation": "6"
}
},
{
- "id": 9249,
+ "id": 9793,
"properties": {
"powered": "true",
"rotation": "7"
}
},
{
- "id": 9250,
+ "id": 9794,
"properties": {
"powered": "true",
"rotation": "8"
}
},
{
- "id": 9251,
+ "id": 9795,
"properties": {
"powered": "true",
"rotation": "9"
}
},
{
- "id": 9252,
+ "id": 9796,
"properties": {
"powered": "true",
"rotation": "10"
}
},
{
- "id": 9253,
+ "id": 9797,
"properties": {
"powered": "true",
"rotation": "11"
}
},
{
- "id": 9254,
+ "id": 9798,
"properties": {
"powered": "true",
"rotation": "12"
}
},
{
- "id": 9255,
+ "id": 9799,
"properties": {
"powered": "true",
"rotation": "13"
}
},
{
- "id": 9256,
+ "id": 9800,
"properties": {
"powered": "true",
"rotation": "14"
}
},
{
- "id": 9257,
+ "id": 9801,
"properties": {
"powered": "true",
"rotation": "15"
@@ -58850,112 +58916,112 @@
},
{
"default": true,
- "id": 9258,
+ "id": 9802,
"properties": {
"powered": "false",
"rotation": "0"
}
},
{
- "id": 9259,
+ "id": 9803,
"properties": {
"powered": "false",
"rotation": "1"
}
},
{
- "id": 9260,
+ "id": 9804,
"properties": {
"powered": "false",
"rotation": "2"
}
},
{
- "id": 9261,
+ "id": 9805,
"properties": {
"powered": "false",
"rotation": "3"
}
},
{
- "id": 9262,
+ "id": 9806,
"properties": {
"powered": "false",
"rotation": "4"
}
},
{
- "id": 9263,
+ "id": 9807,
"properties": {
"powered": "false",
"rotation": "5"
}
},
{
- "id": 9264,
+ "id": 9808,
"properties": {
"powered": "false",
"rotation": "6"
}
},
{
- "id": 9265,
+ "id": 9809,
"properties": {
"powered": "false",
"rotation": "7"
}
},
{
- "id": 9266,
+ "id": 9810,
"properties": {
"powered": "false",
"rotation": "8"
}
},
{
- "id": 9267,
+ "id": 9811,
"properties": {
"powered": "false",
"rotation": "9"
}
},
{
- "id": 9268,
+ "id": 9812,
"properties": {
"powered": "false",
"rotation": "10"
}
},
{
- "id": 9269,
+ "id": 9813,
"properties": {
"powered": "false",
"rotation": "11"
}
},
{
- "id": 9270,
+ "id": 9814,
"properties": {
"powered": "false",
"rotation": "12"
}
},
{
- "id": 9271,
+ "id": 9815,
"properties": {
"powered": "false",
"rotation": "13"
}
},
{
- "id": 9272,
+ "id": 9816,
"properties": {
"powered": "false",
"rotation": "14"
}
},
{
- "id": 9273,
+ "id": 9817,
"properties": {
"powered": "false",
"rotation": "15"
@@ -58983,7 +59049,7 @@
},
"states": [
{
- "id": 9274,
+ "id": 9818,
"properties": {
"facing": "north",
"powered": "true"
@@ -58991,49 +59057,49 @@
},
{
"default": true,
- "id": 9275,
+ "id": 9819,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 9276,
+ "id": 9820,
"properties": {
"facing": "south",
"powered": "true"
}
},
{
- "id": 9277,
+ "id": 9821,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 9278,
+ "id": 9822,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 9279,
+ "id": 9823,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 9280,
+ "id": 9824,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 9281,
+ "id": 9825,
"properties": {
"facing": "east",
"powered": "false"
@@ -59067,7 +59133,7 @@
},
"states": [
{
- "id": 19569,
+ "id": 20113,
"properties": {
"face": "floor",
"facing": "north",
@@ -59075,7 +59141,7 @@
}
},
{
- "id": 19570,
+ "id": 20114,
"properties": {
"face": "floor",
"facing": "north",
@@ -59083,7 +59149,7 @@
}
},
{
- "id": 19571,
+ "id": 20115,
"properties": {
"face": "floor",
"facing": "south",
@@ -59091,7 +59157,7 @@
}
},
{
- "id": 19572,
+ "id": 20116,
"properties": {
"face": "floor",
"facing": "south",
@@ -59099,7 +59165,7 @@
}
},
{
- "id": 19573,
+ "id": 20117,
"properties": {
"face": "floor",
"facing": "west",
@@ -59107,7 +59173,7 @@
}
},
{
- "id": 19574,
+ "id": 20118,
"properties": {
"face": "floor",
"facing": "west",
@@ -59115,7 +59181,7 @@
}
},
{
- "id": 19575,
+ "id": 20119,
"properties": {
"face": "floor",
"facing": "east",
@@ -59123,7 +59189,7 @@
}
},
{
- "id": 19576,
+ "id": 20120,
"properties": {
"face": "floor",
"facing": "east",
@@ -59131,7 +59197,7 @@
}
},
{
- "id": 19577,
+ "id": 20121,
"properties": {
"face": "wall",
"facing": "north",
@@ -59140,7 +59206,7 @@
},
{
"default": true,
- "id": 19578,
+ "id": 20122,
"properties": {
"face": "wall",
"facing": "north",
@@ -59148,7 +59214,7 @@
}
},
{
- "id": 19579,
+ "id": 20123,
"properties": {
"face": "wall",
"facing": "south",
@@ -59156,7 +59222,7 @@
}
},
{
- "id": 19580,
+ "id": 20124,
"properties": {
"face": "wall",
"facing": "south",
@@ -59164,7 +59230,7 @@
}
},
{
- "id": 19581,
+ "id": 20125,
"properties": {
"face": "wall",
"facing": "west",
@@ -59172,7 +59238,7 @@
}
},
{
- "id": 19582,
+ "id": 20126,
"properties": {
"face": "wall",
"facing": "west",
@@ -59180,7 +59246,7 @@
}
},
{
- "id": 19583,
+ "id": 20127,
"properties": {
"face": "wall",
"facing": "east",
@@ -59188,7 +59254,7 @@
}
},
{
- "id": 19584,
+ "id": 20128,
"properties": {
"face": "wall",
"facing": "east",
@@ -59196,7 +59262,7 @@
}
},
{
- "id": 19585,
+ "id": 20129,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -59204,7 +59270,7 @@
}
},
{
- "id": 19586,
+ "id": 20130,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -59212,7 +59278,7 @@
}
},
{
- "id": 19587,
+ "id": 20131,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -59220,7 +59286,7 @@
}
},
{
- "id": 19588,
+ "id": 20132,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -59228,7 +59294,7 @@
}
},
{
- "id": 19589,
+ "id": 20133,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -59236,7 +59302,7 @@
}
},
{
- "id": 19590,
+ "id": 20134,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -59244,7 +59310,7 @@
}
},
{
- "id": 19591,
+ "id": 20135,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -59252,7 +59318,7 @@
}
},
{
- "id": 19592,
+ "id": 20136,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -59293,7 +59359,7 @@
},
"states": [
{
- "id": 19617,
+ "id": 20161,
"properties": {
"facing": "north",
"half": "upper",
@@ -59303,7 +59369,7 @@
}
},
{
- "id": 19618,
+ "id": 20162,
"properties": {
"facing": "north",
"half": "upper",
@@ -59313,7 +59379,7 @@
}
},
{
- "id": 19619,
+ "id": 20163,
"properties": {
"facing": "north",
"half": "upper",
@@ -59323,7 +59389,7 @@
}
},
{
- "id": 19620,
+ "id": 20164,
"properties": {
"facing": "north",
"half": "upper",
@@ -59333,7 +59399,7 @@
}
},
{
- "id": 19621,
+ "id": 20165,
"properties": {
"facing": "north",
"half": "upper",
@@ -59343,7 +59409,7 @@
}
},
{
- "id": 19622,
+ "id": 20166,
"properties": {
"facing": "north",
"half": "upper",
@@ -59353,7 +59419,7 @@
}
},
{
- "id": 19623,
+ "id": 20167,
"properties": {
"facing": "north",
"half": "upper",
@@ -59363,7 +59429,7 @@
}
},
{
- "id": 19624,
+ "id": 20168,
"properties": {
"facing": "north",
"half": "upper",
@@ -59373,7 +59439,7 @@
}
},
{
- "id": 19625,
+ "id": 20169,
"properties": {
"facing": "north",
"half": "lower",
@@ -59383,7 +59449,7 @@
}
},
{
- "id": 19626,
+ "id": 20170,
"properties": {
"facing": "north",
"half": "lower",
@@ -59393,7 +59459,7 @@
}
},
{
- "id": 19627,
+ "id": 20171,
"properties": {
"facing": "north",
"half": "lower",
@@ -59404,7 +59470,7 @@
},
{
"default": true,
- "id": 19628,
+ "id": 20172,
"properties": {
"facing": "north",
"half": "lower",
@@ -59414,7 +59480,7 @@
}
},
{
- "id": 19629,
+ "id": 20173,
"properties": {
"facing": "north",
"half": "lower",
@@ -59424,7 +59490,7 @@
}
},
{
- "id": 19630,
+ "id": 20174,
"properties": {
"facing": "north",
"half": "lower",
@@ -59434,7 +59500,7 @@
}
},
{
- "id": 19631,
+ "id": 20175,
"properties": {
"facing": "north",
"half": "lower",
@@ -59444,7 +59510,7 @@
}
},
{
- "id": 19632,
+ "id": 20176,
"properties": {
"facing": "north",
"half": "lower",
@@ -59454,7 +59520,7 @@
}
},
{
- "id": 19633,
+ "id": 20177,
"properties": {
"facing": "south",
"half": "upper",
@@ -59464,7 +59530,7 @@
}
},
{
- "id": 19634,
+ "id": 20178,
"properties": {
"facing": "south",
"half": "upper",
@@ -59474,7 +59540,7 @@
}
},
{
- "id": 19635,
+ "id": 20179,
"properties": {
"facing": "south",
"half": "upper",
@@ -59484,7 +59550,7 @@
}
},
{
- "id": 19636,
+ "id": 20180,
"properties": {
"facing": "south",
"half": "upper",
@@ -59494,7 +59560,7 @@
}
},
{
- "id": 19637,
+ "id": 20181,
"properties": {
"facing": "south",
"half": "upper",
@@ -59504,7 +59570,7 @@
}
},
{
- "id": 19638,
+ "id": 20182,
"properties": {
"facing": "south",
"half": "upper",
@@ -59514,7 +59580,7 @@
}
},
{
- "id": 19639,
+ "id": 20183,
"properties": {
"facing": "south",
"half": "upper",
@@ -59524,7 +59590,7 @@
}
},
{
- "id": 19640,
+ "id": 20184,
"properties": {
"facing": "south",
"half": "upper",
@@ -59534,7 +59600,7 @@
}
},
{
- "id": 19641,
+ "id": 20185,
"properties": {
"facing": "south",
"half": "lower",
@@ -59544,7 +59610,7 @@
}
},
{
- "id": 19642,
+ "id": 20186,
"properties": {
"facing": "south",
"half": "lower",
@@ -59554,7 +59620,7 @@
}
},
{
- "id": 19643,
+ "id": 20187,
"properties": {
"facing": "south",
"half": "lower",
@@ -59564,7 +59630,7 @@
}
},
{
- "id": 19644,
+ "id": 20188,
"properties": {
"facing": "south",
"half": "lower",
@@ -59574,7 +59640,7 @@
}
},
{
- "id": 19645,
+ "id": 20189,
"properties": {
"facing": "south",
"half": "lower",
@@ -59584,7 +59650,7 @@
}
},
{
- "id": 19646,
+ "id": 20190,
"properties": {
"facing": "south",
"half": "lower",
@@ -59594,7 +59660,7 @@
}
},
{
- "id": 19647,
+ "id": 20191,
"properties": {
"facing": "south",
"half": "lower",
@@ -59604,7 +59670,7 @@
}
},
{
- "id": 19648,
+ "id": 20192,
"properties": {
"facing": "south",
"half": "lower",
@@ -59614,7 +59680,7 @@
}
},
{
- "id": 19649,
+ "id": 20193,
"properties": {
"facing": "west",
"half": "upper",
@@ -59624,7 +59690,7 @@
}
},
{
- "id": 19650,
+ "id": 20194,
"properties": {
"facing": "west",
"half": "upper",
@@ -59634,7 +59700,7 @@
}
},
{
- "id": 19651,
+ "id": 20195,
"properties": {
"facing": "west",
"half": "upper",
@@ -59644,7 +59710,7 @@
}
},
{
- "id": 19652,
+ "id": 20196,
"properties": {
"facing": "west",
"half": "upper",
@@ -59654,7 +59720,7 @@
}
},
{
- "id": 19653,
+ "id": 20197,
"properties": {
"facing": "west",
"half": "upper",
@@ -59664,7 +59730,7 @@
}
},
{
- "id": 19654,
+ "id": 20198,
"properties": {
"facing": "west",
"half": "upper",
@@ -59674,7 +59740,7 @@
}
},
{
- "id": 19655,
+ "id": 20199,
"properties": {
"facing": "west",
"half": "upper",
@@ -59684,7 +59750,7 @@
}
},
{
- "id": 19656,
+ "id": 20200,
"properties": {
"facing": "west",
"half": "upper",
@@ -59694,7 +59760,7 @@
}
},
{
- "id": 19657,
+ "id": 20201,
"properties": {
"facing": "west",
"half": "lower",
@@ -59704,7 +59770,7 @@
}
},
{
- "id": 19658,
+ "id": 20202,
"properties": {
"facing": "west",
"half": "lower",
@@ -59714,7 +59780,7 @@
}
},
{
- "id": 19659,
+ "id": 20203,
"properties": {
"facing": "west",
"half": "lower",
@@ -59724,7 +59790,7 @@
}
},
{
- "id": 19660,
+ "id": 20204,
"properties": {
"facing": "west",
"half": "lower",
@@ -59734,7 +59800,7 @@
}
},
{
- "id": 19661,
+ "id": 20205,
"properties": {
"facing": "west",
"half": "lower",
@@ -59744,7 +59810,7 @@
}
},
{
- "id": 19662,
+ "id": 20206,
"properties": {
"facing": "west",
"half": "lower",
@@ -59754,7 +59820,7 @@
}
},
{
- "id": 19663,
+ "id": 20207,
"properties": {
"facing": "west",
"half": "lower",
@@ -59764,7 +59830,7 @@
}
},
{
- "id": 19664,
+ "id": 20208,
"properties": {
"facing": "west",
"half": "lower",
@@ -59774,7 +59840,7 @@
}
},
{
- "id": 19665,
+ "id": 20209,
"properties": {
"facing": "east",
"half": "upper",
@@ -59784,7 +59850,7 @@
}
},
{
- "id": 19666,
+ "id": 20210,
"properties": {
"facing": "east",
"half": "upper",
@@ -59794,7 +59860,7 @@
}
},
{
- "id": 19667,
+ "id": 20211,
"properties": {
"facing": "east",
"half": "upper",
@@ -59804,7 +59870,7 @@
}
},
{
- "id": 19668,
+ "id": 20212,
"properties": {
"facing": "east",
"half": "upper",
@@ -59814,7 +59880,7 @@
}
},
{
- "id": 19669,
+ "id": 20213,
"properties": {
"facing": "east",
"half": "upper",
@@ -59824,7 +59890,7 @@
}
},
{
- "id": 19670,
+ "id": 20214,
"properties": {
"facing": "east",
"half": "upper",
@@ -59834,7 +59900,7 @@
}
},
{
- "id": 19671,
+ "id": 20215,
"properties": {
"facing": "east",
"half": "upper",
@@ -59844,7 +59910,7 @@
}
},
{
- "id": 19672,
+ "id": 20216,
"properties": {
"facing": "east",
"half": "upper",
@@ -59854,7 +59920,7 @@
}
},
{
- "id": 19673,
+ "id": 20217,
"properties": {
"facing": "east",
"half": "lower",
@@ -59864,7 +59930,7 @@
}
},
{
- "id": 19674,
+ "id": 20218,
"properties": {
"facing": "east",
"half": "lower",
@@ -59874,7 +59940,7 @@
}
},
{
- "id": 19675,
+ "id": 20219,
"properties": {
"facing": "east",
"half": "lower",
@@ -59884,7 +59950,7 @@
}
},
{
- "id": 19676,
+ "id": 20220,
"properties": {
"facing": "east",
"half": "lower",
@@ -59894,7 +59960,7 @@
}
},
{
- "id": 19677,
+ "id": 20221,
"properties": {
"facing": "east",
"half": "lower",
@@ -59904,7 +59970,7 @@
}
},
{
- "id": 19678,
+ "id": 20222,
"properties": {
"facing": "east",
"half": "lower",
@@ -59914,7 +59980,7 @@
}
},
{
- "id": 19679,
+ "id": 20223,
"properties": {
"facing": "east",
"half": "lower",
@@ -59924,7 +59990,7 @@
}
},
{
- "id": 19680,
+ "id": 20224,
"properties": {
"facing": "east",
"half": "lower",
@@ -59964,7 +60030,7 @@
},
"states": [
{
- "id": 19153,
+ "id": 19697,
"properties": {
"east": "true",
"north": "true",
@@ -59974,7 +60040,7 @@
}
},
{
- "id": 19154,
+ "id": 19698,
"properties": {
"east": "true",
"north": "true",
@@ -59984,7 +60050,7 @@
}
},
{
- "id": 19155,
+ "id": 19699,
"properties": {
"east": "true",
"north": "true",
@@ -59994,7 +60060,7 @@
}
},
{
- "id": 19156,
+ "id": 19700,
"properties": {
"east": "true",
"north": "true",
@@ -60004,7 +60070,7 @@
}
},
{
- "id": 19157,
+ "id": 19701,
"properties": {
"east": "true",
"north": "true",
@@ -60014,7 +60080,7 @@
}
},
{
- "id": 19158,
+ "id": 19702,
"properties": {
"east": "true",
"north": "true",
@@ -60024,7 +60090,7 @@
}
},
{
- "id": 19159,
+ "id": 19703,
"properties": {
"east": "true",
"north": "true",
@@ -60034,7 +60100,7 @@
}
},
{
- "id": 19160,
+ "id": 19704,
"properties": {
"east": "true",
"north": "true",
@@ -60044,7 +60110,7 @@
}
},
{
- "id": 19161,
+ "id": 19705,
"properties": {
"east": "true",
"north": "false",
@@ -60054,7 +60120,7 @@
}
},
{
- "id": 19162,
+ "id": 19706,
"properties": {
"east": "true",
"north": "false",
@@ -60064,7 +60130,7 @@
}
},
{
- "id": 19163,
+ "id": 19707,
"properties": {
"east": "true",
"north": "false",
@@ -60074,7 +60140,7 @@
}
},
{
- "id": 19164,
+ "id": 19708,
"properties": {
"east": "true",
"north": "false",
@@ -60084,7 +60150,7 @@
}
},
{
- "id": 19165,
+ "id": 19709,
"properties": {
"east": "true",
"north": "false",
@@ -60094,7 +60160,7 @@
}
},
{
- "id": 19166,
+ "id": 19710,
"properties": {
"east": "true",
"north": "false",
@@ -60104,7 +60170,7 @@
}
},
{
- "id": 19167,
+ "id": 19711,
"properties": {
"east": "true",
"north": "false",
@@ -60114,7 +60180,7 @@
}
},
{
- "id": 19168,
+ "id": 19712,
"properties": {
"east": "true",
"north": "false",
@@ -60124,7 +60190,7 @@
}
},
{
- "id": 19169,
+ "id": 19713,
"properties": {
"east": "false",
"north": "true",
@@ -60134,7 +60200,7 @@
}
},
{
- "id": 19170,
+ "id": 19714,
"properties": {
"east": "false",
"north": "true",
@@ -60144,7 +60210,7 @@
}
},
{
- "id": 19171,
+ "id": 19715,
"properties": {
"east": "false",
"north": "true",
@@ -60154,7 +60220,7 @@
}
},
{
- "id": 19172,
+ "id": 19716,
"properties": {
"east": "false",
"north": "true",
@@ -60164,7 +60230,7 @@
}
},
{
- "id": 19173,
+ "id": 19717,
"properties": {
"east": "false",
"north": "true",
@@ -60174,7 +60240,7 @@
}
},
{
- "id": 19174,
+ "id": 19718,
"properties": {
"east": "false",
"north": "true",
@@ -60184,7 +60250,7 @@
}
},
{
- "id": 19175,
+ "id": 19719,
"properties": {
"east": "false",
"north": "true",
@@ -60194,7 +60260,7 @@
}
},
{
- "id": 19176,
+ "id": 19720,
"properties": {
"east": "false",
"north": "true",
@@ -60204,7 +60270,7 @@
}
},
{
- "id": 19177,
+ "id": 19721,
"properties": {
"east": "false",
"north": "false",
@@ -60214,7 +60280,7 @@
}
},
{
- "id": 19178,
+ "id": 19722,
"properties": {
"east": "false",
"north": "false",
@@ -60224,7 +60290,7 @@
}
},
{
- "id": 19179,
+ "id": 19723,
"properties": {
"east": "false",
"north": "false",
@@ -60234,7 +60300,7 @@
}
},
{
- "id": 19180,
+ "id": 19724,
"properties": {
"east": "false",
"north": "false",
@@ -60244,7 +60310,7 @@
}
},
{
- "id": 19181,
+ "id": 19725,
"properties": {
"east": "false",
"north": "false",
@@ -60254,7 +60320,7 @@
}
},
{
- "id": 19182,
+ "id": 19726,
"properties": {
"east": "false",
"north": "false",
@@ -60264,7 +60330,7 @@
}
},
{
- "id": 19183,
+ "id": 19727,
"properties": {
"east": "false",
"north": "false",
@@ -60275,7 +60341,7 @@
},
{
"default": true,
- "id": 19184,
+ "id": 19728,
"properties": {
"east": "false",
"north": "false",
@@ -60314,7 +60380,7 @@
},
"states": [
{
- "id": 19345,
+ "id": 19889,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60323,7 +60389,7 @@
}
},
{
- "id": 19346,
+ "id": 19890,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60332,7 +60398,7 @@
}
},
{
- "id": 19347,
+ "id": 19891,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60341,7 +60407,7 @@
}
},
{
- "id": 19348,
+ "id": 19892,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60350,7 +60416,7 @@
}
},
{
- "id": 19349,
+ "id": 19893,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60359,7 +60425,7 @@
}
},
{
- "id": 19350,
+ "id": 19894,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60368,7 +60434,7 @@
}
},
{
- "id": 19351,
+ "id": 19895,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60378,7 +60444,7 @@
},
{
"default": true,
- "id": 19352,
+ "id": 19896,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60387,7 +60453,7 @@
}
},
{
- "id": 19353,
+ "id": 19897,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60396,7 +60462,7 @@
}
},
{
- "id": 19354,
+ "id": 19898,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60405,7 +60471,7 @@
}
},
{
- "id": 19355,
+ "id": 19899,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60414,7 +60480,7 @@
}
},
{
- "id": 19356,
+ "id": 19900,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60423,7 +60489,7 @@
}
},
{
- "id": 19357,
+ "id": 19901,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60432,7 +60498,7 @@
}
},
{
- "id": 19358,
+ "id": 19902,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60441,7 +60507,7 @@
}
},
{
- "id": 19359,
+ "id": 19903,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60450,7 +60516,7 @@
}
},
{
- "id": 19360,
+ "id": 19904,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60459,7 +60525,7 @@
}
},
{
- "id": 19361,
+ "id": 19905,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60468,7 +60534,7 @@
}
},
{
- "id": 19362,
+ "id": 19906,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60477,7 +60543,7 @@
}
},
{
- "id": 19363,
+ "id": 19907,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60486,7 +60552,7 @@
}
},
{
- "id": 19364,
+ "id": 19908,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60495,7 +60561,7 @@
}
},
{
- "id": 19365,
+ "id": 19909,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60504,7 +60570,7 @@
}
},
{
- "id": 19366,
+ "id": 19910,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60513,7 +60579,7 @@
}
},
{
- "id": 19367,
+ "id": 19911,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60522,7 +60588,7 @@
}
},
{
- "id": 19368,
+ "id": 19912,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60531,7 +60597,7 @@
}
},
{
- "id": 19369,
+ "id": 19913,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60540,7 +60606,7 @@
}
},
{
- "id": 19370,
+ "id": 19914,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60549,7 +60615,7 @@
}
},
{
- "id": 19371,
+ "id": 19915,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60558,7 +60624,7 @@
}
},
{
- "id": 19372,
+ "id": 19916,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60567,7 +60633,7 @@
}
},
{
- "id": 19373,
+ "id": 19917,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60576,7 +60642,7 @@
}
},
{
- "id": 19374,
+ "id": 19918,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60585,7 +60651,7 @@
}
},
{
- "id": 19375,
+ "id": 19919,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60594,7 +60660,7 @@
}
},
{
- "id": 19376,
+ "id": 19920,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60614,7 +60680,7 @@
"states": [
{
"default": true,
- "id": 19078
+ "id": 19622
}
]
},
@@ -60653,240 +60719,240 @@
]
},
"states": [
- {
- "id": 5438,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5439,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5440,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5441,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5442,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5443,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5444,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5445,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5446,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5447,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5448,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5449,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5450,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5451,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5452,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5453,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5454,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5455,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5456,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5457,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5458,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5459,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5460,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5461,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5462,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5463,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5464,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5465,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5466,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5467,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5468,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5469,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5470,
"properties": {
"attached": "true",
"rotation": "14",
@@ -60894,7 +60960,7 @@
}
},
{
- "id": 5468,
+ "id": 5471,
"properties": {
"attached": "true",
"rotation": "15",
@@ -60902,7 +60968,7 @@
}
},
{
- "id": 5469,
+ "id": 5472,
"properties": {
"attached": "true",
"rotation": "15",
@@ -60910,7 +60976,7 @@
}
},
{
- "id": 5470,
+ "id": 5473,
"properties": {
"attached": "false",
"rotation": "0",
@@ -60919,215 +60985,215 @@
},
{
"default": true,
- "id": 5471,
+ "id": 5474,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5472,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5473,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5474,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5475,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5476,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5477,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5478,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5479,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5480,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5481,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5482,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5483,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5484,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5485,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5486,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5487,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5488,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5489,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5490,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5491,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5492,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5493,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5494,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5495,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5496,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5497,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5498,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5499,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5500,
"properties": {
"attached": "false",
"rotation": "13",
@@ -61135,7 +61201,7 @@
}
},
{
- "id": 5498,
+ "id": 5501,
"properties": {
"attached": "false",
"rotation": "14",
@@ -61143,7 +61209,7 @@
}
},
{
- "id": 5499,
+ "id": 5502,
"properties": {
"attached": "false",
"rotation": "14",
@@ -61151,7 +61217,7 @@
}
},
{
- "id": 5500,
+ "id": 5503,
"properties": {
"attached": "false",
"rotation": "15",
@@ -61159,7 +61225,7 @@
}
},
{
- "id": 5501,
+ "id": 5504,
"properties": {
"attached": "false",
"rotation": "15",
@@ -61182,20 +61248,20 @@
},
"states": [
{
- "id": 19071,
+ "id": 19615,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19072,
+ "id": 19616,
"properties": {
"axis": "y"
}
},
{
- "id": 19073,
+ "id": 19617,
"properties": {
"axis": "z"
}
@@ -61210,7 +61276,7 @@
"states": [
{
"default": true,
- "id": 19077
+ "id": 19621
}
]
},
@@ -61222,7 +61288,7 @@
"states": [
{
"default": true,
- "id": 19135
+ "id": 19679
}
]
},
@@ -61240,14 +61306,14 @@
},
"states": [
{
- "id": 19149,
+ "id": 19693,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 19150,
+ "id": 19694,
"properties": {
"powered": "false"
}
@@ -61262,7 +61328,7 @@
"states": [
{
"default": true,
- "id": 19134
+ "id": 19678
}
]
},
@@ -61298,7 +61364,7 @@
},
"states": [
{
- "id": 19745,
+ "id": 20289,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -61306,217 +61372,217 @@
},
{
"default": true,
- "id": 19746,
+ "id": 20290,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
{
- "id": 19747,
+ "id": 20291,
"properties": {
"rotation": "1",
"waterlogged": "true"
}
},
{
- "id": 19748,
+ "id": 20292,
"properties": {
"rotation": "1",
"waterlogged": "false"
}
},
{
- "id": 19749,
+ "id": 20293,
"properties": {
"rotation": "2",
"waterlogged": "true"
}
},
{
- "id": 19750,
+ "id": 20294,
"properties": {
"rotation": "2",
"waterlogged": "false"
}
},
{
- "id": 19751,
+ "id": 20295,
"properties": {
"rotation": "3",
"waterlogged": "true"
}
},
{
- "id": 19752,
+ "id": 20296,
"properties": {
"rotation": "3",
"waterlogged": "false"
}
},
{
- "id": 19753,
+ "id": 20297,
"properties": {
"rotation": "4",
"waterlogged": "true"
}
},
{
- "id": 19754,
+ "id": 20298,
"properties": {
"rotation": "4",
"waterlogged": "false"
}
},
{
- "id": 19755,
+ "id": 20299,
"properties": {
"rotation": "5",
"waterlogged": "true"
}
},
{
- "id": 19756,
+ "id": 20300,
"properties": {
"rotation": "5",
"waterlogged": "false"
}
},
{
- "id": 19757,
+ "id": 20301,
"properties": {
"rotation": "6",
"waterlogged": "true"
}
},
{
- "id": 19758,
+ "id": 20302,
"properties": {
"rotation": "6",
"waterlogged": "false"
}
},
{
- "id": 19759,
+ "id": 20303,
"properties": {
"rotation": "7",
"waterlogged": "true"
}
},
{
- "id": 19760,
+ "id": 20304,
"properties": {
"rotation": "7",
"waterlogged": "false"
}
},
{
- "id": 19761,
+ "id": 20305,
"properties": {
"rotation": "8",
"waterlogged": "true"
}
},
{
- "id": 19762,
+ "id": 20306,
"properties": {
"rotation": "8",
"waterlogged": "false"
}
},
{
- "id": 19763,
+ "id": 20307,
"properties": {
"rotation": "9",
"waterlogged": "true"
}
},
{
- "id": 19764,
+ "id": 20308,
"properties": {
"rotation": "9",
"waterlogged": "false"
}
},
{
- "id": 19765,
+ "id": 20309,
"properties": {
"rotation": "10",
"waterlogged": "true"
}
},
{
- "id": 19766,
+ "id": 20310,
"properties": {
"rotation": "10",
"waterlogged": "false"
}
},
{
- "id": 19767,
+ "id": 20311,
"properties": {
"rotation": "11",
"waterlogged": "true"
}
},
{
- "id": 19768,
+ "id": 20312,
"properties": {
"rotation": "11",
"waterlogged": "false"
}
},
{
- "id": 19769,
+ "id": 20313,
"properties": {
"rotation": "12",
"waterlogged": "true"
}
},
{
- "id": 19770,
+ "id": 20314,
"properties": {
"rotation": "12",
"waterlogged": "false"
}
},
{
- "id": 19771,
+ "id": 20315,
"properties": {
"rotation": "13",
"waterlogged": "true"
}
},
{
- "id": 19772,
+ "id": 20316,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 19773,
+ "id": 20317,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 19774,
+ "id": 20318,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 19775,
+ "id": 20319,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 19776,
+ "id": 20320,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -61542,21 +61608,21 @@
},
"states": [
{
- "id": 19137,
+ "id": 19681,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 19138,
+ "id": 19682,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 19139,
+ "id": 19683,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -61564,21 +61630,21 @@
},
{
"default": true,
- "id": 19140,
+ "id": 19684,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 19141,
+ "id": 19685,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 19142,
+ "id": 19686,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -61619,7 +61685,7 @@
},
"states": [
{
- "id": 19409,
+ "id": 19953,
"properties": {
"facing": "north",
"half": "top",
@@ -61628,7 +61694,7 @@
}
},
{
- "id": 19410,
+ "id": 19954,
"properties": {
"facing": "north",
"half": "top",
@@ -61637,7 +61703,7 @@
}
},
{
- "id": 19411,
+ "id": 19955,
"properties": {
"facing": "north",
"half": "top",
@@ -61646,7 +61712,7 @@
}
},
{
- "id": 19412,
+ "id": 19956,
"properties": {
"facing": "north",
"half": "top",
@@ -61655,7 +61721,7 @@
}
},
{
- "id": 19413,
+ "id": 19957,
"properties": {
"facing": "north",
"half": "top",
@@ -61664,7 +61730,7 @@
}
},
{
- "id": 19414,
+ "id": 19958,
"properties": {
"facing": "north",
"half": "top",
@@ -61673,7 +61739,7 @@
}
},
{
- "id": 19415,
+ "id": 19959,
"properties": {
"facing": "north",
"half": "top",
@@ -61682,7 +61748,7 @@
}
},
{
- "id": 19416,
+ "id": 19960,
"properties": {
"facing": "north",
"half": "top",
@@ -61691,7 +61757,7 @@
}
},
{
- "id": 19417,
+ "id": 19961,
"properties": {
"facing": "north",
"half": "top",
@@ -61700,7 +61766,7 @@
}
},
{
- "id": 19418,
+ "id": 19962,
"properties": {
"facing": "north",
"half": "top",
@@ -61709,7 +61775,7 @@
}
},
{
- "id": 19419,
+ "id": 19963,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61719,7 +61785,7 @@
},
{
"default": true,
- "id": 19420,
+ "id": 19964,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61728,7 +61794,7 @@
}
},
{
- "id": 19421,
+ "id": 19965,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61737,7 +61803,7 @@
}
},
{
- "id": 19422,
+ "id": 19966,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61746,7 +61812,7 @@
}
},
{
- "id": 19423,
+ "id": 19967,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61755,7 +61821,7 @@
}
},
{
- "id": 19424,
+ "id": 19968,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61764,7 +61830,7 @@
}
},
{
- "id": 19425,
+ "id": 19969,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61773,7 +61839,7 @@
}
},
{
- "id": 19426,
+ "id": 19970,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61782,7 +61848,7 @@
}
},
{
- "id": 19427,
+ "id": 19971,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61791,7 +61857,7 @@
}
},
{
- "id": 19428,
+ "id": 19972,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61800,7 +61866,7 @@
}
},
{
- "id": 19429,
+ "id": 19973,
"properties": {
"facing": "south",
"half": "top",
@@ -61809,7 +61875,7 @@
}
},
{
- "id": 19430,
+ "id": 19974,
"properties": {
"facing": "south",
"half": "top",
@@ -61818,7 +61884,7 @@
}
},
{
- "id": 19431,
+ "id": 19975,
"properties": {
"facing": "south",
"half": "top",
@@ -61827,7 +61893,7 @@
}
},
{
- "id": 19432,
+ "id": 19976,
"properties": {
"facing": "south",
"half": "top",
@@ -61836,7 +61902,7 @@
}
},
{
- "id": 19433,
+ "id": 19977,
"properties": {
"facing": "south",
"half": "top",
@@ -61845,7 +61911,7 @@
}
},
{
- "id": 19434,
+ "id": 19978,
"properties": {
"facing": "south",
"half": "top",
@@ -61854,7 +61920,7 @@
}
},
{
- "id": 19435,
+ "id": 19979,
"properties": {
"facing": "south",
"half": "top",
@@ -61863,7 +61929,7 @@
}
},
{
- "id": 19436,
+ "id": 19980,
"properties": {
"facing": "south",
"half": "top",
@@ -61872,7 +61938,7 @@
}
},
{
- "id": 19437,
+ "id": 19981,
"properties": {
"facing": "south",
"half": "top",
@@ -61881,7 +61947,7 @@
}
},
{
- "id": 19438,
+ "id": 19982,
"properties": {
"facing": "south",
"half": "top",
@@ -61890,7 +61956,7 @@
}
},
{
- "id": 19439,
+ "id": 19983,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61899,7 +61965,7 @@
}
},
{
- "id": 19440,
+ "id": 19984,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61908,7 +61974,7 @@
}
},
{
- "id": 19441,
+ "id": 19985,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61917,7 +61983,7 @@
}
},
{
- "id": 19442,
+ "id": 19986,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61926,7 +61992,7 @@
}
},
{
- "id": 19443,
+ "id": 19987,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61935,7 +62001,7 @@
}
},
{
- "id": 19444,
+ "id": 19988,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61944,7 +62010,7 @@
}
},
{
- "id": 19445,
+ "id": 19989,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61953,7 +62019,7 @@
}
},
{
- "id": 19446,
+ "id": 19990,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61962,7 +62028,7 @@
}
},
{
- "id": 19447,
+ "id": 19991,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61971,7 +62037,7 @@
}
},
{
- "id": 19448,
+ "id": 19992,
"properties": {
"facing": "south",
"half": "bottom",
@@ -61980,7 +62046,7 @@
}
},
{
- "id": 19449,
+ "id": 19993,
"properties": {
"facing": "west",
"half": "top",
@@ -61989,7 +62055,7 @@
}
},
{
- "id": 19450,
+ "id": 19994,
"properties": {
"facing": "west",
"half": "top",
@@ -61998,7 +62064,7 @@
}
},
{
- "id": 19451,
+ "id": 19995,
"properties": {
"facing": "west",
"half": "top",
@@ -62007,7 +62073,7 @@
}
},
{
- "id": 19452,
+ "id": 19996,
"properties": {
"facing": "west",
"half": "top",
@@ -62016,7 +62082,7 @@
}
},
{
- "id": 19453,
+ "id": 19997,
"properties": {
"facing": "west",
"half": "top",
@@ -62025,7 +62091,7 @@
}
},
{
- "id": 19454,
+ "id": 19998,
"properties": {
"facing": "west",
"half": "top",
@@ -62034,7 +62100,7 @@
}
},
{
- "id": 19455,
+ "id": 19999,
"properties": {
"facing": "west",
"half": "top",
@@ -62043,7 +62109,7 @@
}
},
{
- "id": 19456,
+ "id": 20000,
"properties": {
"facing": "west",
"half": "top",
@@ -62052,7 +62118,7 @@
}
},
{
- "id": 19457,
+ "id": 20001,
"properties": {
"facing": "west",
"half": "top",
@@ -62061,7 +62127,7 @@
}
},
{
- "id": 19458,
+ "id": 20002,
"properties": {
"facing": "west",
"half": "top",
@@ -62070,7 +62136,7 @@
}
},
{
- "id": 19459,
+ "id": 20003,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62079,7 +62145,7 @@
}
},
{
- "id": 19460,
+ "id": 20004,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62088,7 +62154,7 @@
}
},
{
- "id": 19461,
+ "id": 20005,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62097,7 +62163,7 @@
}
},
{
- "id": 19462,
+ "id": 20006,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62106,7 +62172,7 @@
}
},
{
- "id": 19463,
+ "id": 20007,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62115,7 +62181,7 @@
}
},
{
- "id": 19464,
+ "id": 20008,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62124,7 +62190,7 @@
}
},
{
- "id": 19465,
+ "id": 20009,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62133,7 +62199,7 @@
}
},
{
- "id": 19466,
+ "id": 20010,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62142,7 +62208,7 @@
}
},
{
- "id": 19467,
+ "id": 20011,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62151,7 +62217,7 @@
}
},
{
- "id": 19468,
+ "id": 20012,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62160,7 +62226,7 @@
}
},
{
- "id": 19469,
+ "id": 20013,
"properties": {
"facing": "east",
"half": "top",
@@ -62169,7 +62235,7 @@
}
},
{
- "id": 19470,
+ "id": 20014,
"properties": {
"facing": "east",
"half": "top",
@@ -62178,7 +62244,7 @@
}
},
{
- "id": 19471,
+ "id": 20015,
"properties": {
"facing": "east",
"half": "top",
@@ -62187,7 +62253,7 @@
}
},
{
- "id": 19472,
+ "id": 20016,
"properties": {
"facing": "east",
"half": "top",
@@ -62196,7 +62262,7 @@
}
},
{
- "id": 19473,
+ "id": 20017,
"properties": {
"facing": "east",
"half": "top",
@@ -62205,7 +62271,7 @@
}
},
{
- "id": 19474,
+ "id": 20018,
"properties": {
"facing": "east",
"half": "top",
@@ -62214,7 +62280,7 @@
}
},
{
- "id": 19475,
+ "id": 20019,
"properties": {
"facing": "east",
"half": "top",
@@ -62223,7 +62289,7 @@
}
},
{
- "id": 19476,
+ "id": 20020,
"properties": {
"facing": "east",
"half": "top",
@@ -62232,7 +62298,7 @@
}
},
{
- "id": 19477,
+ "id": 20021,
"properties": {
"facing": "east",
"half": "top",
@@ -62241,7 +62307,7 @@
}
},
{
- "id": 19478,
+ "id": 20022,
"properties": {
"facing": "east",
"half": "top",
@@ -62250,7 +62316,7 @@
}
},
{
- "id": 19479,
+ "id": 20023,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62259,7 +62325,7 @@
}
},
{
- "id": 19480,
+ "id": 20024,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62268,7 +62334,7 @@
}
},
{
- "id": 19481,
+ "id": 20025,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62277,7 +62343,7 @@
}
},
{
- "id": 19482,
+ "id": 20026,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62286,7 +62352,7 @@
}
},
{
- "id": 19483,
+ "id": 20027,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62295,7 +62361,7 @@
}
},
{
- "id": 19484,
+ "id": 20028,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62304,7 +62370,7 @@
}
},
{
- "id": 19485,
+ "id": 20029,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62313,7 +62379,7 @@
}
},
{
- "id": 19486,
+ "id": 20030,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62322,7 +62388,7 @@
}
},
{
- "id": 19487,
+ "id": 20031,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62331,7 +62397,7 @@
}
},
{
- "id": 19488,
+ "id": 20032,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62355,20 +62421,20 @@
},
"states": [
{
- "id": 19065,
+ "id": 19609,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19066,
+ "id": 19610,
"properties": {
"axis": "y"
}
},
{
- "id": 19067,
+ "id": 19611,
"properties": {
"axis": "z"
}
@@ -62407,7 +62473,7 @@
},
"states": [
{
- "id": 19217,
+ "id": 19761,
"properties": {
"facing": "north",
"half": "top",
@@ -62417,7 +62483,7 @@
}
},
{
- "id": 19218,
+ "id": 19762,
"properties": {
"facing": "north",
"half": "top",
@@ -62427,7 +62493,7 @@
}
},
{
- "id": 19219,
+ "id": 19763,
"properties": {
"facing": "north",
"half": "top",
@@ -62437,7 +62503,7 @@
}
},
{
- "id": 19220,
+ "id": 19764,
"properties": {
"facing": "north",
"half": "top",
@@ -62447,7 +62513,7 @@
}
},
{
- "id": 19221,
+ "id": 19765,
"properties": {
"facing": "north",
"half": "top",
@@ -62457,7 +62523,7 @@
}
},
{
- "id": 19222,
+ "id": 19766,
"properties": {
"facing": "north",
"half": "top",
@@ -62467,7 +62533,7 @@
}
},
{
- "id": 19223,
+ "id": 19767,
"properties": {
"facing": "north",
"half": "top",
@@ -62477,7 +62543,7 @@
}
},
{
- "id": 19224,
+ "id": 19768,
"properties": {
"facing": "north",
"half": "top",
@@ -62487,7 +62553,7 @@
}
},
{
- "id": 19225,
+ "id": 19769,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62497,7 +62563,7 @@
}
},
{
- "id": 19226,
+ "id": 19770,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62507,7 +62573,7 @@
}
},
{
- "id": 19227,
+ "id": 19771,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62517,7 +62583,7 @@
}
},
{
- "id": 19228,
+ "id": 19772,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62527,7 +62593,7 @@
}
},
{
- "id": 19229,
+ "id": 19773,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62537,7 +62603,7 @@
}
},
{
- "id": 19230,
+ "id": 19774,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62547,7 +62613,7 @@
}
},
{
- "id": 19231,
+ "id": 19775,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62558,7 +62624,7 @@
},
{
"default": true,
- "id": 19232,
+ "id": 19776,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62568,7 +62634,7 @@
}
},
{
- "id": 19233,
+ "id": 19777,
"properties": {
"facing": "south",
"half": "top",
@@ -62578,7 +62644,7 @@
}
},
{
- "id": 19234,
+ "id": 19778,
"properties": {
"facing": "south",
"half": "top",
@@ -62588,7 +62654,7 @@
}
},
{
- "id": 19235,
+ "id": 19779,
"properties": {
"facing": "south",
"half": "top",
@@ -62598,7 +62664,7 @@
}
},
{
- "id": 19236,
+ "id": 19780,
"properties": {
"facing": "south",
"half": "top",
@@ -62608,7 +62674,7 @@
}
},
{
- "id": 19237,
+ "id": 19781,
"properties": {
"facing": "south",
"half": "top",
@@ -62618,7 +62684,7 @@
}
},
{
- "id": 19238,
+ "id": 19782,
"properties": {
"facing": "south",
"half": "top",
@@ -62628,7 +62694,7 @@
}
},
{
- "id": 19239,
+ "id": 19783,
"properties": {
"facing": "south",
"half": "top",
@@ -62638,7 +62704,7 @@
}
},
{
- "id": 19240,
+ "id": 19784,
"properties": {
"facing": "south",
"half": "top",
@@ -62648,7 +62714,7 @@
}
},
{
- "id": 19241,
+ "id": 19785,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62658,7 +62724,7 @@
}
},
{
- "id": 19242,
+ "id": 19786,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62668,7 +62734,7 @@
}
},
{
- "id": 19243,
+ "id": 19787,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62678,7 +62744,7 @@
}
},
{
- "id": 19244,
+ "id": 19788,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62688,7 +62754,7 @@
}
},
{
- "id": 19245,
+ "id": 19789,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62698,7 +62764,7 @@
}
},
{
- "id": 19246,
+ "id": 19790,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62708,7 +62774,7 @@
}
},
{
- "id": 19247,
+ "id": 19791,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62718,7 +62784,7 @@
}
},
{
- "id": 19248,
+ "id": 19792,
"properties": {
"facing": "south",
"half": "bottom",
@@ -62728,7 +62794,7 @@
}
},
{
- "id": 19249,
+ "id": 19793,
"properties": {
"facing": "west",
"half": "top",
@@ -62738,7 +62804,7 @@
}
},
{
- "id": 19250,
+ "id": 19794,
"properties": {
"facing": "west",
"half": "top",
@@ -62748,7 +62814,7 @@
}
},
{
- "id": 19251,
+ "id": 19795,
"properties": {
"facing": "west",
"half": "top",
@@ -62758,7 +62824,7 @@
}
},
{
- "id": 19252,
+ "id": 19796,
"properties": {
"facing": "west",
"half": "top",
@@ -62768,7 +62834,7 @@
}
},
{
- "id": 19253,
+ "id": 19797,
"properties": {
"facing": "west",
"half": "top",
@@ -62778,7 +62844,7 @@
}
},
{
- "id": 19254,
+ "id": 19798,
"properties": {
"facing": "west",
"half": "top",
@@ -62788,7 +62854,7 @@
}
},
{
- "id": 19255,
+ "id": 19799,
"properties": {
"facing": "west",
"half": "top",
@@ -62798,7 +62864,7 @@
}
},
{
- "id": 19256,
+ "id": 19800,
"properties": {
"facing": "west",
"half": "top",
@@ -62808,7 +62874,7 @@
}
},
{
- "id": 19257,
+ "id": 19801,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62818,7 +62884,7 @@
}
},
{
- "id": 19258,
+ "id": 19802,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62828,7 +62894,7 @@
}
},
{
- "id": 19259,
+ "id": 19803,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62838,7 +62904,7 @@
}
},
{
- "id": 19260,
+ "id": 19804,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62848,7 +62914,7 @@
}
},
{
- "id": 19261,
+ "id": 19805,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62858,7 +62924,7 @@
}
},
{
- "id": 19262,
+ "id": 19806,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62868,7 +62934,7 @@
}
},
{
- "id": 19263,
+ "id": 19807,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62878,7 +62944,7 @@
}
},
{
- "id": 19264,
+ "id": 19808,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62888,7 +62954,7 @@
}
},
{
- "id": 19265,
+ "id": 19809,
"properties": {
"facing": "east",
"half": "top",
@@ -62898,7 +62964,7 @@
}
},
{
- "id": 19266,
+ "id": 19810,
"properties": {
"facing": "east",
"half": "top",
@@ -62908,7 +62974,7 @@
}
},
{
- "id": 19267,
+ "id": 19811,
"properties": {
"facing": "east",
"half": "top",
@@ -62918,7 +62984,7 @@
}
},
{
- "id": 19268,
+ "id": 19812,
"properties": {
"facing": "east",
"half": "top",
@@ -62928,7 +62994,7 @@
}
},
{
- "id": 19269,
+ "id": 19813,
"properties": {
"facing": "east",
"half": "top",
@@ -62938,7 +63004,7 @@
}
},
{
- "id": 19270,
+ "id": 19814,
"properties": {
"facing": "east",
"half": "top",
@@ -62948,7 +63014,7 @@
}
},
{
- "id": 19271,
+ "id": 19815,
"properties": {
"facing": "east",
"half": "top",
@@ -62958,7 +63024,7 @@
}
},
{
- "id": 19272,
+ "id": 19816,
"properties": {
"facing": "east",
"half": "top",
@@ -62968,7 +63034,7 @@
}
},
{
- "id": 19273,
+ "id": 19817,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62978,7 +63044,7 @@
}
},
{
- "id": 19274,
+ "id": 19818,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62988,7 +63054,7 @@
}
},
{
- "id": 19275,
+ "id": 19819,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62998,7 +63064,7 @@
}
},
{
- "id": 19276,
+ "id": 19820,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63008,7 +63074,7 @@
}
},
{
- "id": 19277,
+ "id": 19821,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63018,7 +63084,7 @@
}
},
{
- "id": 19278,
+ "id": 19822,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63028,7 +63094,7 @@
}
},
{
- "id": 19279,
+ "id": 19823,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63038,7 +63104,7 @@
}
},
{
- "id": 19280,
+ "id": 19824,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63069,7 +63135,7 @@
},
"states": [
{
- "id": 5766,
+ "id": 5769,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -63077,49 +63143,49 @@
},
{
"default": true,
- "id": 5767,
+ "id": 5770,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5768,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5769,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5770,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5771,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5772,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5773,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5774,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5775,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5773,
+ "id": 5776,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -63147,7 +63213,7 @@
},
"states": [
{
- "id": 19809,
+ "id": 20353,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -63155,49 +63221,49 @@
},
{
"default": true,
- "id": 19810,
+ "id": 20354,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 19811,
+ "id": 20355,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 19812,
+ "id": 20356,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 19813,
+ "id": 20357,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 19814,
+ "id": 20358,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 19815,
+ "id": 20359,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 19816,
+ "id": 20360,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -63213,7 +63279,7 @@
"states": [
{
"default": true,
- "id": 19918
+ "id": 20462
}
]
},
@@ -63226,7 +63292,7 @@
"states": [
{
"default": true,
- "id": 23416
+ "id": 23960
}
]
},
@@ -63249,21 +63315,21 @@
},
"states": [
{
- "id": 23763,
+ "id": 24307,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 23764,
+ "id": 24308,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 23765,
+ "id": 24309,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -63271,21 +63337,21 @@
},
{
"default": true,
- "id": 23766,
+ "id": 24310,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 23767,
+ "id": 24311,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 23768,
+ "id": 24312,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -63327,7 +63393,7 @@
},
"states": [
{
- "id": 23665,
+ "id": 24209,
"properties": {
"facing": "north",
"half": "top",
@@ -63336,7 +63402,7 @@
}
},
{
- "id": 23666,
+ "id": 24210,
"properties": {
"facing": "north",
"half": "top",
@@ -63345,7 +63411,7 @@
}
},
{
- "id": 23667,
+ "id": 24211,
"properties": {
"facing": "north",
"half": "top",
@@ -63354,7 +63420,7 @@
}
},
{
- "id": 23668,
+ "id": 24212,
"properties": {
"facing": "north",
"half": "top",
@@ -63363,7 +63429,7 @@
}
},
{
- "id": 23669,
+ "id": 24213,
"properties": {
"facing": "north",
"half": "top",
@@ -63372,7 +63438,7 @@
}
},
{
- "id": 23670,
+ "id": 24214,
"properties": {
"facing": "north",
"half": "top",
@@ -63381,7 +63447,7 @@
}
},
{
- "id": 23671,
+ "id": 24215,
"properties": {
"facing": "north",
"half": "top",
@@ -63390,7 +63456,7 @@
}
},
{
- "id": 23672,
+ "id": 24216,
"properties": {
"facing": "north",
"half": "top",
@@ -63399,7 +63465,7 @@
}
},
{
- "id": 23673,
+ "id": 24217,
"properties": {
"facing": "north",
"half": "top",
@@ -63408,7 +63474,7 @@
}
},
{
- "id": 23674,
+ "id": 24218,
"properties": {
"facing": "north",
"half": "top",
@@ -63417,7 +63483,7 @@
}
},
{
- "id": 23675,
+ "id": 24219,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63427,7 +63493,7 @@
},
{
"default": true,
- "id": 23676,
+ "id": 24220,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63436,7 +63502,7 @@
}
},
{
- "id": 23677,
+ "id": 24221,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63445,7 +63511,7 @@
}
},
{
- "id": 23678,
+ "id": 24222,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63454,7 +63520,7 @@
}
},
{
- "id": 23679,
+ "id": 24223,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63463,7 +63529,7 @@
}
},
{
- "id": 23680,
+ "id": 24224,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63472,7 +63538,7 @@
}
},
{
- "id": 23681,
+ "id": 24225,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63481,7 +63547,7 @@
}
},
{
- "id": 23682,
+ "id": 24226,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63490,7 +63556,7 @@
}
},
{
- "id": 23683,
+ "id": 24227,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63499,7 +63565,7 @@
}
},
{
- "id": 23684,
+ "id": 24228,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63508,7 +63574,7 @@
}
},
{
- "id": 23685,
+ "id": 24229,
"properties": {
"facing": "south",
"half": "top",
@@ -63517,7 +63583,7 @@
}
},
{
- "id": 23686,
+ "id": 24230,
"properties": {
"facing": "south",
"half": "top",
@@ -63526,7 +63592,7 @@
}
},
{
- "id": 23687,
+ "id": 24231,
"properties": {
"facing": "south",
"half": "top",
@@ -63535,7 +63601,7 @@
}
},
{
- "id": 23688,
+ "id": 24232,
"properties": {
"facing": "south",
"half": "top",
@@ -63544,7 +63610,7 @@
}
},
{
- "id": 23689,
+ "id": 24233,
"properties": {
"facing": "south",
"half": "top",
@@ -63553,7 +63619,7 @@
}
},
{
- "id": 23690,
+ "id": 24234,
"properties": {
"facing": "south",
"half": "top",
@@ -63562,7 +63628,7 @@
}
},
{
- "id": 23691,
+ "id": 24235,
"properties": {
"facing": "south",
"half": "top",
@@ -63571,7 +63637,7 @@
}
},
{
- "id": 23692,
+ "id": 24236,
"properties": {
"facing": "south",
"half": "top",
@@ -63580,7 +63646,7 @@
}
},
{
- "id": 23693,
+ "id": 24237,
"properties": {
"facing": "south",
"half": "top",
@@ -63589,7 +63655,7 @@
}
},
{
- "id": 23694,
+ "id": 24238,
"properties": {
"facing": "south",
"half": "top",
@@ -63598,7 +63664,7 @@
}
},
{
- "id": 23695,
+ "id": 24239,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63607,7 +63673,7 @@
}
},
{
- "id": 23696,
+ "id": 24240,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63616,7 +63682,7 @@
}
},
{
- "id": 23697,
+ "id": 24241,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63625,7 +63691,7 @@
}
},
{
- "id": 23698,
+ "id": 24242,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63634,7 +63700,7 @@
}
},
{
- "id": 23699,
+ "id": 24243,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63643,7 +63709,7 @@
}
},
{
- "id": 23700,
+ "id": 24244,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63652,7 +63718,7 @@
}
},
{
- "id": 23701,
+ "id": 24245,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63661,7 +63727,7 @@
}
},
{
- "id": 23702,
+ "id": 24246,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63670,7 +63736,7 @@
}
},
{
- "id": 23703,
+ "id": 24247,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63679,7 +63745,7 @@
}
},
{
- "id": 23704,
+ "id": 24248,
"properties": {
"facing": "south",
"half": "bottom",
@@ -63688,7 +63754,7 @@
}
},
{
- "id": 23705,
+ "id": 24249,
"properties": {
"facing": "west",
"half": "top",
@@ -63697,7 +63763,7 @@
}
},
{
- "id": 23706,
+ "id": 24250,
"properties": {
"facing": "west",
"half": "top",
@@ -63706,7 +63772,7 @@
}
},
{
- "id": 23707,
+ "id": 24251,
"properties": {
"facing": "west",
"half": "top",
@@ -63715,7 +63781,7 @@
}
},
{
- "id": 23708,
+ "id": 24252,
"properties": {
"facing": "west",
"half": "top",
@@ -63724,7 +63790,7 @@
}
},
{
- "id": 23709,
+ "id": 24253,
"properties": {
"facing": "west",
"half": "top",
@@ -63733,7 +63799,7 @@
}
},
{
- "id": 23710,
+ "id": 24254,
"properties": {
"facing": "west",
"half": "top",
@@ -63742,7 +63808,7 @@
}
},
{
- "id": 23711,
+ "id": 24255,
"properties": {
"facing": "west",
"half": "top",
@@ -63751,7 +63817,7 @@
}
},
{
- "id": 23712,
+ "id": 24256,
"properties": {
"facing": "west",
"half": "top",
@@ -63760,7 +63826,7 @@
}
},
{
- "id": 23713,
+ "id": 24257,
"properties": {
"facing": "west",
"half": "top",
@@ -63769,7 +63835,7 @@
}
},
{
- "id": 23714,
+ "id": 24258,
"properties": {
"facing": "west",
"half": "top",
@@ -63778,7 +63844,7 @@
}
},
{
- "id": 23715,
+ "id": 24259,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63787,7 +63853,7 @@
}
},
{
- "id": 23716,
+ "id": 24260,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63796,7 +63862,7 @@
}
},
{
- "id": 23717,
+ "id": 24261,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63805,7 +63871,7 @@
}
},
{
- "id": 23718,
+ "id": 24262,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63814,7 +63880,7 @@
}
},
{
- "id": 23719,
+ "id": 24263,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63823,7 +63889,7 @@
}
},
{
- "id": 23720,
+ "id": 24264,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63832,7 +63898,7 @@
}
},
{
- "id": 23721,
+ "id": 24265,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63841,7 +63907,7 @@
}
},
{
- "id": 23722,
+ "id": 24266,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63850,7 +63916,7 @@
}
},
{
- "id": 23723,
+ "id": 24267,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63859,7 +63925,7 @@
}
},
{
- "id": 23724,
+ "id": 24268,
"properties": {
"facing": "west",
"half": "bottom",
@@ -63868,7 +63934,7 @@
}
},
{
- "id": 23725,
+ "id": 24269,
"properties": {
"facing": "east",
"half": "top",
@@ -63877,7 +63943,7 @@
}
},
{
- "id": 23726,
+ "id": 24270,
"properties": {
"facing": "east",
"half": "top",
@@ -63886,7 +63952,7 @@
}
},
{
- "id": 23727,
+ "id": 24271,
"properties": {
"facing": "east",
"half": "top",
@@ -63895,7 +63961,7 @@
}
},
{
- "id": 23728,
+ "id": 24272,
"properties": {
"facing": "east",
"half": "top",
@@ -63904,7 +63970,7 @@
}
},
{
- "id": 23729,
+ "id": 24273,
"properties": {
"facing": "east",
"half": "top",
@@ -63913,7 +63979,7 @@
}
},
{
- "id": 23730,
+ "id": 24274,
"properties": {
"facing": "east",
"half": "top",
@@ -63922,7 +63988,7 @@
}
},
{
- "id": 23731,
+ "id": 24275,
"properties": {
"facing": "east",
"half": "top",
@@ -63931,7 +63997,7 @@
}
},
{
- "id": 23732,
+ "id": 24276,
"properties": {
"facing": "east",
"half": "top",
@@ -63940,7 +64006,7 @@
}
},
{
- "id": 23733,
+ "id": 24277,
"properties": {
"facing": "east",
"half": "top",
@@ -63949,7 +64015,7 @@
}
},
{
- "id": 23734,
+ "id": 24278,
"properties": {
"facing": "east",
"half": "top",
@@ -63958,7 +64024,7 @@
}
},
{
- "id": 23735,
+ "id": 24279,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63967,7 +64033,7 @@
}
},
{
- "id": 23736,
+ "id": 24280,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63976,7 +64042,7 @@
}
},
{
- "id": 23737,
+ "id": 24281,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63985,7 +64051,7 @@
}
},
{
- "id": 23738,
+ "id": 24282,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63994,7 +64060,7 @@
}
},
{
- "id": 23739,
+ "id": 24283,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64003,7 +64069,7 @@
}
},
{
- "id": 23740,
+ "id": 24284,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64012,7 +64078,7 @@
}
},
{
- "id": 23741,
+ "id": 24285,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64021,7 +64087,7 @@
}
},
{
- "id": 23742,
+ "id": 24286,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64030,7 +64096,7 @@
}
},
{
- "id": 23743,
+ "id": 24287,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64039,7 +64105,7 @@
}
},
{
- "id": 23744,
+ "id": 24288,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64057,7 +64123,7 @@
"states": [
{
"default": true,
- "id": 11416
+ "id": 11960
}
]
},
@@ -64079,21 +64145,21 @@
},
"states": [
{
- "id": 11635,
+ "id": 12179,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11636,
+ "id": 12180,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11637,
+ "id": 12181,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -64101,21 +64167,21 @@
},
{
"default": true,
- "id": 11638,
+ "id": 12182,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11639,
+ "id": 12183,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11640,
+ "id": 12184,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -64153,21 +64219,21 @@
},
"states": [
{
- "id": 11581,
+ "id": 12125,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11582,
+ "id": 12126,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11583,
+ "id": 12127,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -64175,21 +64241,21 @@
},
{
"default": true,
- "id": 11584,
+ "id": 12128,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11585,
+ "id": 12129,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11586,
+ "id": 12130,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -64226,97 +64292,97 @@
"states": [
{
"default": true,
- "id": 11238,
+ "id": 11782,
"properties": {
"rotation": "0"
}
},
{
- "id": 11239,
+ "id": 11783,
"properties": {
"rotation": "1"
}
},
{
- "id": 11240,
+ "id": 11784,
"properties": {
"rotation": "2"
}
},
{
- "id": 11241,
+ "id": 11785,
"properties": {
"rotation": "3"
}
},
{
- "id": 11242,
+ "id": 11786,
"properties": {
"rotation": "4"
}
},
{
- "id": 11243,
+ "id": 11787,
"properties": {
"rotation": "5"
}
},
{
- "id": 11244,
+ "id": 11788,
"properties": {
"rotation": "6"
}
},
{
- "id": 11245,
+ "id": 11789,
"properties": {
"rotation": "7"
}
},
{
- "id": 11246,
+ "id": 11790,
"properties": {
"rotation": "8"
}
},
{
- "id": 11247,
+ "id": 11791,
"properties": {
"rotation": "9"
}
},
{
- "id": 11248,
+ "id": 11792,
"properties": {
"rotation": "10"
}
},
{
- "id": 11249,
+ "id": 11793,
"properties": {
"rotation": "11"
}
},
{
- "id": 11250,
+ "id": 11794,
"properties": {
"rotation": "12"
}
},
{
- "id": 11251,
+ "id": 11795,
"properties": {
"rotation": "13"
}
},
{
- "id": 11252,
+ "id": 11796,
"properties": {
"rotation": "14"
}
},
{
- "id": 11253,
+ "id": 11797,
"properties": {
"rotation": "15"
}
@@ -64500,7 +64566,7 @@
},
"states": [
{
- "id": 21354,
+ "id": 21898,
"properties": {
"candles": "1",
"lit": "true",
@@ -64508,7 +64574,7 @@
}
},
{
- "id": 21355,
+ "id": 21899,
"properties": {
"candles": "1",
"lit": "true",
@@ -64516,7 +64582,7 @@
}
},
{
- "id": 21356,
+ "id": 21900,
"properties": {
"candles": "1",
"lit": "false",
@@ -64525,7 +64591,7 @@
},
{
"default": true,
- "id": 21357,
+ "id": 21901,
"properties": {
"candles": "1",
"lit": "false",
@@ -64533,7 +64599,7 @@
}
},
{
- "id": 21358,
+ "id": 21902,
"properties": {
"candles": "2",
"lit": "true",
@@ -64541,7 +64607,7 @@
}
},
{
- "id": 21359,
+ "id": 21903,
"properties": {
"candles": "2",
"lit": "true",
@@ -64549,7 +64615,7 @@
}
},
{
- "id": 21360,
+ "id": 21904,
"properties": {
"candles": "2",
"lit": "false",
@@ -64557,7 +64623,7 @@
}
},
{
- "id": 21361,
+ "id": 21905,
"properties": {
"candles": "2",
"lit": "false",
@@ -64565,7 +64631,7 @@
}
},
{
- "id": 21362,
+ "id": 21906,
"properties": {
"candles": "3",
"lit": "true",
@@ -64573,7 +64639,7 @@
}
},
{
- "id": 21363,
+ "id": 21907,
"properties": {
"candles": "3",
"lit": "true",
@@ -64581,7 +64647,7 @@
}
},
{
- "id": 21364,
+ "id": 21908,
"properties": {
"candles": "3",
"lit": "false",
@@ -64589,7 +64655,7 @@
}
},
{
- "id": 21365,
+ "id": 21909,
"properties": {
"candles": "3",
"lit": "false",
@@ -64597,7 +64663,7 @@
}
},
{
- "id": 21366,
+ "id": 21910,
"properties": {
"candles": "4",
"lit": "true",
@@ -64605,7 +64671,7 @@
}
},
{
- "id": 21367,
+ "id": 21911,
"properties": {
"candles": "4",
"lit": "true",
@@ -64613,7 +64679,7 @@
}
},
{
- "id": 21368,
+ "id": 21912,
"properties": {
"candles": "4",
"lit": "false",
@@ -64621,7 +64687,7 @@
}
},
{
- "id": 21369,
+ "id": 21913,
"properties": {
"candles": "4",
"lit": "false",
@@ -64644,14 +64710,14 @@
},
"states": [
{
- "id": 21486,
+ "id": 22030,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21487,
+ "id": 22031,
"properties": {
"lit": "false"
}
@@ -64667,7 +64733,7 @@
"states": [
{
"default": true,
- "id": 11072
+ "id": 11616
}
]
},
@@ -64679,7 +64745,7 @@
"states": [
{
"default": true,
- "id": 13206
+ "id": 13750
}
]
},
@@ -64692,7 +64758,7 @@
"states": [
{
"default": true,
- "id": 13222
+ "id": 13766
}
]
},
@@ -64712,25 +64778,25 @@
"states": [
{
"default": true,
- "id": 13169,
+ "id": 13713,
"properties": {
"facing": "north"
}
},
{
- "id": 13170,
+ "id": 13714,
"properties": {
"facing": "south"
}
},
{
- "id": 13171,
+ "id": 13715,
"properties": {
"facing": "west"
}
},
{
- "id": 13172,
+ "id": 13716,
"properties": {
"facing": "east"
}
@@ -64755,38 +64821,38 @@
},
"states": [
{
- "id": 13091,
+ "id": 13635,
"properties": {
"facing": "north"
}
},
{
- "id": 13092,
+ "id": 13636,
"properties": {
"facing": "east"
}
},
{
- "id": 13093,
+ "id": 13637,
"properties": {
"facing": "south"
}
},
{
- "id": 13094,
+ "id": 13638,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13095,
+ "id": 13639,
"properties": {
"facing": "up"
}
},
{
- "id": 13096,
+ "id": 13640,
"properties": {
"facing": "down"
}
@@ -64802,7 +64868,7 @@
"states": [
{
"default": true,
- "id": 6120
+ "id": 6123
}
]
},
@@ -64836,7 +64902,7 @@
},
"states": [
{
- "id": 9915,
+ "id": 10459,
"properties": {
"east": "true",
"north": "true",
@@ -64846,7 +64912,7 @@
}
},
{
- "id": 9916,
+ "id": 10460,
"properties": {
"east": "true",
"north": "true",
@@ -64856,7 +64922,7 @@
}
},
{
- "id": 9917,
+ "id": 10461,
"properties": {
"east": "true",
"north": "true",
@@ -64866,7 +64932,7 @@
}
},
{
- "id": 9918,
+ "id": 10462,
"properties": {
"east": "true",
"north": "true",
@@ -64876,7 +64942,7 @@
}
},
{
- "id": 9919,
+ "id": 10463,
"properties": {
"east": "true",
"north": "true",
@@ -64886,7 +64952,7 @@
}
},
{
- "id": 9920,
+ "id": 10464,
"properties": {
"east": "true",
"north": "true",
@@ -64896,7 +64962,7 @@
}
},
{
- "id": 9921,
+ "id": 10465,
"properties": {
"east": "true",
"north": "true",
@@ -64906,7 +64972,7 @@
}
},
{
- "id": 9922,
+ "id": 10466,
"properties": {
"east": "true",
"north": "true",
@@ -64916,7 +64982,7 @@
}
},
{
- "id": 9923,
+ "id": 10467,
"properties": {
"east": "true",
"north": "false",
@@ -64926,7 +64992,7 @@
}
},
{
- "id": 9924,
+ "id": 10468,
"properties": {
"east": "true",
"north": "false",
@@ -64936,7 +65002,7 @@
}
},
{
- "id": 9925,
+ "id": 10469,
"properties": {
"east": "true",
"north": "false",
@@ -64946,7 +65012,7 @@
}
},
{
- "id": 9926,
+ "id": 10470,
"properties": {
"east": "true",
"north": "false",
@@ -64956,7 +65022,7 @@
}
},
{
- "id": 9927,
+ "id": 10471,
"properties": {
"east": "true",
"north": "false",
@@ -64966,7 +65032,7 @@
}
},
{
- "id": 9928,
+ "id": 10472,
"properties": {
"east": "true",
"north": "false",
@@ -64976,7 +65042,7 @@
}
},
{
- "id": 9929,
+ "id": 10473,
"properties": {
"east": "true",
"north": "false",
@@ -64986,7 +65052,7 @@
}
},
{
- "id": 9930,
+ "id": 10474,
"properties": {
"east": "true",
"north": "false",
@@ -64996,7 +65062,7 @@
}
},
{
- "id": 9931,
+ "id": 10475,
"properties": {
"east": "false",
"north": "true",
@@ -65006,7 +65072,7 @@
}
},
{
- "id": 9932,
+ "id": 10476,
"properties": {
"east": "false",
"north": "true",
@@ -65016,7 +65082,7 @@
}
},
{
- "id": 9933,
+ "id": 10477,
"properties": {
"east": "false",
"north": "true",
@@ -65026,7 +65092,7 @@
}
},
{
- "id": 9934,
+ "id": 10478,
"properties": {
"east": "false",
"north": "true",
@@ -65036,7 +65102,7 @@
}
},
{
- "id": 9935,
+ "id": 10479,
"properties": {
"east": "false",
"north": "true",
@@ -65046,7 +65112,7 @@
}
},
{
- "id": 9936,
+ "id": 10480,
"properties": {
"east": "false",
"north": "true",
@@ -65056,7 +65122,7 @@
}
},
{
- "id": 9937,
+ "id": 10481,
"properties": {
"east": "false",
"north": "true",
@@ -65066,7 +65132,7 @@
}
},
{
- "id": 9938,
+ "id": 10482,
"properties": {
"east": "false",
"north": "true",
@@ -65076,7 +65142,7 @@
}
},
{
- "id": 9939,
+ "id": 10483,
"properties": {
"east": "false",
"north": "false",
@@ -65086,7 +65152,7 @@
}
},
{
- "id": 9940,
+ "id": 10484,
"properties": {
"east": "false",
"north": "false",
@@ -65096,7 +65162,7 @@
}
},
{
- "id": 9941,
+ "id": 10485,
"properties": {
"east": "false",
"north": "false",
@@ -65106,7 +65172,7 @@
}
},
{
- "id": 9942,
+ "id": 10486,
"properties": {
"east": "false",
"north": "false",
@@ -65116,7 +65182,7 @@
}
},
{
- "id": 9943,
+ "id": 10487,
"properties": {
"east": "false",
"north": "false",
@@ -65126,7 +65192,7 @@
}
},
{
- "id": 9944,
+ "id": 10488,
"properties": {
"east": "false",
"north": "false",
@@ -65136,7 +65202,7 @@
}
},
{
- "id": 9945,
+ "id": 10489,
"properties": {
"east": "false",
"north": "false",
@@ -65147,7 +65213,7 @@
},
{
"default": true,
- "id": 9946,
+ "id": 10490,
"properties": {
"east": "false",
"north": "false",
@@ -65166,7 +65232,7 @@
"states": [
{
"default": true,
- "id": 9620
+ "id": 10164
}
]
},
@@ -65187,25 +65253,25 @@
"states": [
{
"default": true,
- "id": 11386,
+ "id": 11930,
"properties": {
"facing": "north"
}
},
{
- "id": 11387,
+ "id": 11931,
"properties": {
"facing": "south"
}
},
{
- "id": 11388,
+ "id": 11932,
"properties": {
"facing": "west"
}
},
{
- "id": 11389,
+ "id": 11933,
"properties": {
"facing": "east"
}
@@ -65240,25 +65306,25 @@
"states": [
{
"default": true,
- "id": 9370,
+ "id": 9914,
"properties": {
"facing": "north"
}
},
{
- "id": 9371,
+ "id": 9915,
"properties": {
"facing": "south"
}
},
{
- "id": 9372,
+ "id": 9916,
"properties": {
"facing": "west"
}
},
{
- "id": 9373,
+ "id": 9917,
"properties": {
"facing": "east"
}
@@ -65309,7 +65375,7 @@
},
"states": [
{
- "id": 8986,
+ "id": 9530,
"properties": {
"face": "floor",
"facing": "north",
@@ -65317,7 +65383,7 @@
}
},
{
- "id": 8987,
+ "id": 9531,
"properties": {
"face": "floor",
"facing": "north",
@@ -65325,7 +65391,7 @@
}
},
{
- "id": 8988,
+ "id": 9532,
"properties": {
"face": "floor",
"facing": "south",
@@ -65333,7 +65399,7 @@
}
},
{
- "id": 8989,
+ "id": 9533,
"properties": {
"face": "floor",
"facing": "south",
@@ -65341,7 +65407,7 @@
}
},
{
- "id": 8990,
+ "id": 9534,
"properties": {
"face": "floor",
"facing": "west",
@@ -65349,7 +65415,7 @@
}
},
{
- "id": 8991,
+ "id": 9535,
"properties": {
"face": "floor",
"facing": "west",
@@ -65357,7 +65423,7 @@
}
},
{
- "id": 8992,
+ "id": 9536,
"properties": {
"face": "floor",
"facing": "east",
@@ -65365,7 +65431,7 @@
}
},
{
- "id": 8993,
+ "id": 9537,
"properties": {
"face": "floor",
"facing": "east",
@@ -65373,7 +65439,7 @@
}
},
{
- "id": 8994,
+ "id": 9538,
"properties": {
"face": "wall",
"facing": "north",
@@ -65382,7 +65448,7 @@
},
{
"default": true,
- "id": 8995,
+ "id": 9539,
"properties": {
"face": "wall",
"facing": "north",
@@ -65390,7 +65456,7 @@
}
},
{
- "id": 8996,
+ "id": 9540,
"properties": {
"face": "wall",
"facing": "south",
@@ -65398,7 +65464,7 @@
}
},
{
- "id": 8997,
+ "id": 9541,
"properties": {
"face": "wall",
"facing": "south",
@@ -65406,7 +65472,7 @@
}
},
{
- "id": 8998,
+ "id": 9542,
"properties": {
"face": "wall",
"facing": "west",
@@ -65414,7 +65480,7 @@
}
},
{
- "id": 8999,
+ "id": 9543,
"properties": {
"face": "wall",
"facing": "west",
@@ -65422,7 +65488,7 @@
}
},
{
- "id": 9000,
+ "id": 9544,
"properties": {
"face": "wall",
"facing": "east",
@@ -65430,7 +65496,7 @@
}
},
{
- "id": 9001,
+ "id": 9545,
"properties": {
"face": "wall",
"facing": "east",
@@ -65438,7 +65504,7 @@
}
},
{
- "id": 9002,
+ "id": 9546,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -65446,7 +65512,7 @@
}
},
{
- "id": 9003,
+ "id": 9547,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -65454,7 +65520,7 @@
}
},
{
- "id": 9004,
+ "id": 9548,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -65462,7 +65528,7 @@
}
},
{
- "id": 9005,
+ "id": 9549,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -65470,7 +65536,7 @@
}
},
{
- "id": 9006,
+ "id": 9550,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -65478,7 +65544,7 @@
}
},
{
- "id": 9007,
+ "id": 9551,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -65486,7 +65552,7 @@
}
},
{
- "id": 9008,
+ "id": 9552,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -65494,7 +65560,7 @@
}
},
{
- "id": 9009,
+ "id": 9553,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -65535,7 +65601,7 @@
},
"states": [
{
- "id": 12547,
+ "id": 13091,
"properties": {
"facing": "north",
"half": "upper",
@@ -65545,7 +65611,7 @@
}
},
{
- "id": 12548,
+ "id": 13092,
"properties": {
"facing": "north",
"half": "upper",
@@ -65555,7 +65621,7 @@
}
},
{
- "id": 12549,
+ "id": 13093,
"properties": {
"facing": "north",
"half": "upper",
@@ -65565,7 +65631,7 @@
}
},
{
- "id": 12550,
+ "id": 13094,
"properties": {
"facing": "north",
"half": "upper",
@@ -65575,7 +65641,7 @@
}
},
{
- "id": 12551,
+ "id": 13095,
"properties": {
"facing": "north",
"half": "upper",
@@ -65585,7 +65651,7 @@
}
},
{
- "id": 12552,
+ "id": 13096,
"properties": {
"facing": "north",
"half": "upper",
@@ -65595,7 +65661,7 @@
}
},
{
- "id": 12553,
+ "id": 13097,
"properties": {
"facing": "north",
"half": "upper",
@@ -65605,7 +65671,7 @@
}
},
{
- "id": 12554,
+ "id": 13098,
"properties": {
"facing": "north",
"half": "upper",
@@ -65615,7 +65681,7 @@
}
},
{
- "id": 12555,
+ "id": 13099,
"properties": {
"facing": "north",
"half": "lower",
@@ -65625,7 +65691,7 @@
}
},
{
- "id": 12556,
+ "id": 13100,
"properties": {
"facing": "north",
"half": "lower",
@@ -65635,7 +65701,7 @@
}
},
{
- "id": 12557,
+ "id": 13101,
"properties": {
"facing": "north",
"half": "lower",
@@ -65646,7 +65712,7 @@
},
{
"default": true,
- "id": 12558,
+ "id": 13102,
"properties": {
"facing": "north",
"half": "lower",
@@ -65656,7 +65722,7 @@
}
},
{
- "id": 12559,
+ "id": 13103,
"properties": {
"facing": "north",
"half": "lower",
@@ -65666,7 +65732,7 @@
}
},
{
- "id": 12560,
+ "id": 13104,
"properties": {
"facing": "north",
"half": "lower",
@@ -65676,7 +65742,7 @@
}
},
{
- "id": 12561,
+ "id": 13105,
"properties": {
"facing": "north",
"half": "lower",
@@ -65686,7 +65752,7 @@
}
},
{
- "id": 12562,
+ "id": 13106,
"properties": {
"facing": "north",
"half": "lower",
@@ -65696,7 +65762,7 @@
}
},
{
- "id": 12563,
+ "id": 13107,
"properties": {
"facing": "south",
"half": "upper",
@@ -65706,7 +65772,7 @@
}
},
{
- "id": 12564,
+ "id": 13108,
"properties": {
"facing": "south",
"half": "upper",
@@ -65716,7 +65782,7 @@
}
},
{
- "id": 12565,
+ "id": 13109,
"properties": {
"facing": "south",
"half": "upper",
@@ -65726,7 +65792,7 @@
}
},
{
- "id": 12566,
+ "id": 13110,
"properties": {
"facing": "south",
"half": "upper",
@@ -65736,7 +65802,7 @@
}
},
{
- "id": 12567,
+ "id": 13111,
"properties": {
"facing": "south",
"half": "upper",
@@ -65746,7 +65812,7 @@
}
},
{
- "id": 12568,
+ "id": 13112,
"properties": {
"facing": "south",
"half": "upper",
@@ -65756,7 +65822,7 @@
}
},
{
- "id": 12569,
+ "id": 13113,
"properties": {
"facing": "south",
"half": "upper",
@@ -65766,7 +65832,7 @@
}
},
{
- "id": 12570,
+ "id": 13114,
"properties": {
"facing": "south",
"half": "upper",
@@ -65776,7 +65842,7 @@
}
},
{
- "id": 12571,
+ "id": 13115,
"properties": {
"facing": "south",
"half": "lower",
@@ -65786,7 +65852,7 @@
}
},
{
- "id": 12572,
+ "id": 13116,
"properties": {
"facing": "south",
"half": "lower",
@@ -65796,7 +65862,7 @@
}
},
{
- "id": 12573,
+ "id": 13117,
"properties": {
"facing": "south",
"half": "lower",
@@ -65806,7 +65872,7 @@
}
},
{
- "id": 12574,
+ "id": 13118,
"properties": {
"facing": "south",
"half": "lower",
@@ -65816,7 +65882,7 @@
}
},
{
- "id": 12575,
+ "id": 13119,
"properties": {
"facing": "south",
"half": "lower",
@@ -65826,7 +65892,7 @@
}
},
{
- "id": 12576,
+ "id": 13120,
"properties": {
"facing": "south",
"half": "lower",
@@ -65836,7 +65902,7 @@
}
},
{
- "id": 12577,
+ "id": 13121,
"properties": {
"facing": "south",
"half": "lower",
@@ -65846,7 +65912,7 @@
}
},
{
- "id": 12578,
+ "id": 13122,
"properties": {
"facing": "south",
"half": "lower",
@@ -65856,7 +65922,7 @@
}
},
{
- "id": 12579,
+ "id": 13123,
"properties": {
"facing": "west",
"half": "upper",
@@ -65866,7 +65932,7 @@
}
},
{
- "id": 12580,
+ "id": 13124,
"properties": {
"facing": "west",
"half": "upper",
@@ -65876,7 +65942,7 @@
}
},
{
- "id": 12581,
+ "id": 13125,
"properties": {
"facing": "west",
"half": "upper",
@@ -65886,7 +65952,7 @@
}
},
{
- "id": 12582,
+ "id": 13126,
"properties": {
"facing": "west",
"half": "upper",
@@ -65896,7 +65962,7 @@
}
},
{
- "id": 12583,
+ "id": 13127,
"properties": {
"facing": "west",
"half": "upper",
@@ -65906,7 +65972,7 @@
}
},
{
- "id": 12584,
+ "id": 13128,
"properties": {
"facing": "west",
"half": "upper",
@@ -65916,7 +65982,7 @@
}
},
{
- "id": 12585,
+ "id": 13129,
"properties": {
"facing": "west",
"half": "upper",
@@ -65926,7 +65992,7 @@
}
},
{
- "id": 12586,
+ "id": 13130,
"properties": {
"facing": "west",
"half": "upper",
@@ -65936,7 +66002,7 @@
}
},
{
- "id": 12587,
+ "id": 13131,
"properties": {
"facing": "west",
"half": "lower",
@@ -65946,7 +66012,7 @@
}
},
{
- "id": 12588,
+ "id": 13132,
"properties": {
"facing": "west",
"half": "lower",
@@ -65956,7 +66022,7 @@
}
},
{
- "id": 12589,
+ "id": 13133,
"properties": {
"facing": "west",
"half": "lower",
@@ -65966,7 +66032,7 @@
}
},
{
- "id": 12590,
+ "id": 13134,
"properties": {
"facing": "west",
"half": "lower",
@@ -65976,7 +66042,7 @@
}
},
{
- "id": 12591,
+ "id": 13135,
"properties": {
"facing": "west",
"half": "lower",
@@ -65986,7 +66052,7 @@
}
},
{
- "id": 12592,
+ "id": 13136,
"properties": {
"facing": "west",
"half": "lower",
@@ -65996,7 +66062,7 @@
}
},
{
- "id": 12593,
+ "id": 13137,
"properties": {
"facing": "west",
"half": "lower",
@@ -66006,7 +66072,7 @@
}
},
{
- "id": 12594,
+ "id": 13138,
"properties": {
"facing": "west",
"half": "lower",
@@ -66016,7 +66082,7 @@
}
},
{
- "id": 12595,
+ "id": 13139,
"properties": {
"facing": "east",
"half": "upper",
@@ -66026,7 +66092,7 @@
}
},
{
- "id": 12596,
+ "id": 13140,
"properties": {
"facing": "east",
"half": "upper",
@@ -66036,7 +66102,7 @@
}
},
{
- "id": 12597,
+ "id": 13141,
"properties": {
"facing": "east",
"half": "upper",
@@ -66046,7 +66112,7 @@
}
},
{
- "id": 12598,
+ "id": 13142,
"properties": {
"facing": "east",
"half": "upper",
@@ -66056,7 +66122,7 @@
}
},
{
- "id": 12599,
+ "id": 13143,
"properties": {
"facing": "east",
"half": "upper",
@@ -66066,7 +66132,7 @@
}
},
{
- "id": 12600,
+ "id": 13144,
"properties": {
"facing": "east",
"half": "upper",
@@ -66076,7 +66142,7 @@
}
},
{
- "id": 12601,
+ "id": 13145,
"properties": {
"facing": "east",
"half": "upper",
@@ -66086,7 +66152,7 @@
}
},
{
- "id": 12602,
+ "id": 13146,
"properties": {
"facing": "east",
"half": "upper",
@@ -66096,7 +66162,7 @@
}
},
{
- "id": 12603,
+ "id": 13147,
"properties": {
"facing": "east",
"half": "lower",
@@ -66106,7 +66172,7 @@
}
},
{
- "id": 12604,
+ "id": 13148,
"properties": {
"facing": "east",
"half": "lower",
@@ -66116,7 +66182,7 @@
}
},
{
- "id": 12605,
+ "id": 13149,
"properties": {
"facing": "east",
"half": "lower",
@@ -66126,7 +66192,7 @@
}
},
{
- "id": 12606,
+ "id": 13150,
"properties": {
"facing": "east",
"half": "lower",
@@ -66136,7 +66202,7 @@
}
},
{
- "id": 12607,
+ "id": 13151,
"properties": {
"facing": "east",
"half": "lower",
@@ -66146,7 +66212,7 @@
}
},
{
- "id": 12608,
+ "id": 13152,
"properties": {
"facing": "east",
"half": "lower",
@@ -66156,7 +66222,7 @@
}
},
{
- "id": 12609,
+ "id": 13153,
"properties": {
"facing": "east",
"half": "lower",
@@ -66166,7 +66232,7 @@
}
},
{
- "id": 12610,
+ "id": 13154,
"properties": {
"facing": "east",
"half": "lower",
@@ -66206,7 +66272,7 @@
},
"states": [
{
- "id": 12099,
+ "id": 12643,
"properties": {
"east": "true",
"north": "true",
@@ -66216,7 +66282,7 @@
}
},
{
- "id": 12100,
+ "id": 12644,
"properties": {
"east": "true",
"north": "true",
@@ -66226,7 +66292,7 @@
}
},
{
- "id": 12101,
+ "id": 12645,
"properties": {
"east": "true",
"north": "true",
@@ -66236,7 +66302,7 @@
}
},
{
- "id": 12102,
+ "id": 12646,
"properties": {
"east": "true",
"north": "true",
@@ -66246,7 +66312,7 @@
}
},
{
- "id": 12103,
+ "id": 12647,
"properties": {
"east": "true",
"north": "true",
@@ -66256,7 +66322,7 @@
}
},
{
- "id": 12104,
+ "id": 12648,
"properties": {
"east": "true",
"north": "true",
@@ -66266,7 +66332,7 @@
}
},
{
- "id": 12105,
+ "id": 12649,
"properties": {
"east": "true",
"north": "true",
@@ -66276,7 +66342,7 @@
}
},
{
- "id": 12106,
+ "id": 12650,
"properties": {
"east": "true",
"north": "true",
@@ -66286,7 +66352,7 @@
}
},
{
- "id": 12107,
+ "id": 12651,
"properties": {
"east": "true",
"north": "false",
@@ -66296,7 +66362,7 @@
}
},
{
- "id": 12108,
+ "id": 12652,
"properties": {
"east": "true",
"north": "false",
@@ -66306,7 +66372,7 @@
}
},
{
- "id": 12109,
+ "id": 12653,
"properties": {
"east": "true",
"north": "false",
@@ -66316,7 +66382,7 @@
}
},
{
- "id": 12110,
+ "id": 12654,
"properties": {
"east": "true",
"north": "false",
@@ -66326,7 +66392,7 @@
}
},
{
- "id": 12111,
+ "id": 12655,
"properties": {
"east": "true",
"north": "false",
@@ -66336,7 +66402,7 @@
}
},
{
- "id": 12112,
+ "id": 12656,
"properties": {
"east": "true",
"north": "false",
@@ -66346,7 +66412,7 @@
}
},
{
- "id": 12113,
+ "id": 12657,
"properties": {
"east": "true",
"north": "false",
@@ -66356,7 +66422,7 @@
}
},
{
- "id": 12114,
+ "id": 12658,
"properties": {
"east": "true",
"north": "false",
@@ -66366,7 +66432,7 @@
}
},
{
- "id": 12115,
+ "id": 12659,
"properties": {
"east": "false",
"north": "true",
@@ -66376,7 +66442,7 @@
}
},
{
- "id": 12116,
+ "id": 12660,
"properties": {
"east": "false",
"north": "true",
@@ -66386,7 +66452,7 @@
}
},
{
- "id": 12117,
+ "id": 12661,
"properties": {
"east": "false",
"north": "true",
@@ -66396,7 +66462,7 @@
}
},
{
- "id": 12118,
+ "id": 12662,
"properties": {
"east": "false",
"north": "true",
@@ -66406,7 +66472,7 @@
}
},
{
- "id": 12119,
+ "id": 12663,
"properties": {
"east": "false",
"north": "true",
@@ -66416,7 +66482,7 @@
}
},
{
- "id": 12120,
+ "id": 12664,
"properties": {
"east": "false",
"north": "true",
@@ -66426,7 +66492,7 @@
}
},
{
- "id": 12121,
+ "id": 12665,
"properties": {
"east": "false",
"north": "true",
@@ -66436,7 +66502,7 @@
}
},
{
- "id": 12122,
+ "id": 12666,
"properties": {
"east": "false",
"north": "true",
@@ -66446,7 +66512,7 @@
}
},
{
- "id": 12123,
+ "id": 12667,
"properties": {
"east": "false",
"north": "false",
@@ -66456,7 +66522,7 @@
}
},
{
- "id": 12124,
+ "id": 12668,
"properties": {
"east": "false",
"north": "false",
@@ -66466,7 +66532,7 @@
}
},
{
- "id": 12125,
+ "id": 12669,
"properties": {
"east": "false",
"north": "false",
@@ -66476,7 +66542,7 @@
}
},
{
- "id": 12126,
+ "id": 12670,
"properties": {
"east": "false",
"north": "false",
@@ -66486,7 +66552,7 @@
}
},
{
- "id": 12127,
+ "id": 12671,
"properties": {
"east": "false",
"north": "false",
@@ -66496,7 +66562,7 @@
}
},
{
- "id": 12128,
+ "id": 12672,
"properties": {
"east": "false",
"north": "false",
@@ -66506,7 +66572,7 @@
}
},
{
- "id": 12129,
+ "id": 12673,
"properties": {
"east": "false",
"north": "false",
@@ -66517,7 +66583,7 @@
},
{
"default": true,
- "id": 12130,
+ "id": 12674,
"properties": {
"east": "false",
"north": "false",
@@ -66556,7 +66622,7 @@
},
"states": [
{
- "id": 11811,
+ "id": 12355,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -66565,7 +66631,7 @@
}
},
{
- "id": 11812,
+ "id": 12356,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -66574,7 +66640,7 @@
}
},
{
- "id": 11813,
+ "id": 12357,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -66583,7 +66649,7 @@
}
},
{
- "id": 11814,
+ "id": 12358,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -66592,7 +66658,7 @@
}
},
{
- "id": 11815,
+ "id": 12359,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -66601,7 +66667,7 @@
}
},
{
- "id": 11816,
+ "id": 12360,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -66610,7 +66676,7 @@
}
},
{
- "id": 11817,
+ "id": 12361,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -66620,7 +66686,7 @@
},
{
"default": true,
- "id": 11818,
+ "id": 12362,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -66629,7 +66695,7 @@
}
},
{
- "id": 11819,
+ "id": 12363,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -66638,7 +66704,7 @@
}
},
{
- "id": 11820,
+ "id": 12364,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -66647,7 +66713,7 @@
}
},
{
- "id": 11821,
+ "id": 12365,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -66656,7 +66722,7 @@
}
},
{
- "id": 11822,
+ "id": 12366,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -66665,7 +66731,7 @@
}
},
{
- "id": 11823,
+ "id": 12367,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -66674,7 +66740,7 @@
}
},
{
- "id": 11824,
+ "id": 12368,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -66683,7 +66749,7 @@
}
},
{
- "id": 11825,
+ "id": 12369,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -66692,7 +66758,7 @@
}
},
{
- "id": 11826,
+ "id": 12370,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -66701,7 +66767,7 @@
}
},
{
- "id": 11827,
+ "id": 12371,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -66710,7 +66776,7 @@
}
},
{
- "id": 11828,
+ "id": 12372,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -66719,7 +66785,7 @@
}
},
{
- "id": 11829,
+ "id": 12373,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -66728,7 +66794,7 @@
}
},
{
- "id": 11830,
+ "id": 12374,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -66737,7 +66803,7 @@
}
},
{
- "id": 11831,
+ "id": 12375,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -66746,7 +66812,7 @@
}
},
{
- "id": 11832,
+ "id": 12376,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -66755,7 +66821,7 @@
}
},
{
- "id": 11833,
+ "id": 12377,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -66764,7 +66830,7 @@
}
},
{
- "id": 11834,
+ "id": 12378,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -66773,7 +66839,7 @@
}
},
{
- "id": 11835,
+ "id": 12379,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -66782,7 +66848,7 @@
}
},
{
- "id": 11836,
+ "id": 12380,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -66791,7 +66857,7 @@
}
},
{
- "id": 11837,
+ "id": 12381,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -66800,7 +66866,7 @@
}
},
{
- "id": 11838,
+ "id": 12382,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -66809,7 +66875,7 @@
}
},
{
- "id": 11839,
+ "id": 12383,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -66818,7 +66884,7 @@
}
},
{
- "id": 11840,
+ "id": 12384,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -66827,7 +66893,7 @@
}
},
{
- "id": 11841,
+ "id": 12385,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -66836,7 +66902,7 @@
}
},
{
- "id": 11842,
+ "id": 12386,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -66881,240 +66947,240 @@
]
},
"states": [
- {
- "id": 5310,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5311,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5312,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5313,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5314,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5315,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5316,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5317,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5318,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5319,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5320,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5321,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5322,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5323,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5324,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5325,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5326,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5327,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5328,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5329,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5330,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5331,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5332,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5333,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5334,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5335,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5336,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5337,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5338,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5339,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5340,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5341,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5342,
"properties": {
"attached": "true",
"rotation": "14",
@@ -67122,7 +67188,7 @@
}
},
{
- "id": 5340,
+ "id": 5343,
"properties": {
"attached": "true",
"rotation": "15",
@@ -67130,7 +67196,7 @@
}
},
{
- "id": 5341,
+ "id": 5344,
"properties": {
"attached": "true",
"rotation": "15",
@@ -67138,7 +67204,7 @@
}
},
{
- "id": 5342,
+ "id": 5345,
"properties": {
"attached": "false",
"rotation": "0",
@@ -67147,215 +67213,215 @@
},
{
"default": true,
- "id": 5343,
+ "id": 5346,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5344,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5345,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5346,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5347,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5348,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5349,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5350,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5351,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5352,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5353,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5354,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5355,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5356,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5357,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5358,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5359,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5360,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5361,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5362,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5363,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5364,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5365,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5366,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5367,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5368,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5369,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5370,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5371,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5372,
"properties": {
"attached": "false",
"rotation": "13",
@@ -67363,7 +67429,7 @@
}
},
{
- "id": 5370,
+ "id": 5373,
"properties": {
"attached": "false",
"rotation": "14",
@@ -67371,7 +67437,7 @@
}
},
{
- "id": 5371,
+ "id": 5374,
"properties": {
"attached": "false",
"rotation": "14",
@@ -67379,7 +67445,7 @@
}
},
{
- "id": 5372,
+ "id": 5375,
"properties": {
"attached": "false",
"rotation": "15",
@@ -67387,7 +67453,7 @@
}
},
{
- "id": 5373,
+ "id": 5376,
"properties": {
"attached": "false",
"rotation": "15",
@@ -67708,14 +67774,14 @@
},
"states": [
{
- "id": 5892,
+ "id": 5895,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5893,
+ "id": 5896,
"properties": {
"powered": "false"
}
@@ -67782,7 +67848,7 @@
},
"states": [
{
- "id": 4546,
+ "id": 4549,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -67790,217 +67856,217 @@
},
{
"default": true,
- "id": 4547,
+ "id": 4550,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4548,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4549,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4550,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4551,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4552,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4553,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4554,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4555,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4556,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4557,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4558,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4559,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4560,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4561,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4562,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4563,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4564,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4565,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4566,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4567,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4568,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4569,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4570,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4571,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4572,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4573,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4574,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4575,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4576,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4574,
+ "id": 4577,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4575,
+ "id": 4578,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4576,
+ "id": 4579,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4577,
+ "id": 4580,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -68026,21 +68092,21 @@
},
"states": [
{
- "id": 11533,
+ "id": 12077,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11534,
+ "id": 12078,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11535,
+ "id": 12079,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -68048,21 +68114,21 @@
},
{
"default": true,
- "id": 11536,
+ "id": 12080,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11537,
+ "id": 12081,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11538,
+ "id": 12082,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -68103,7 +68169,7 @@
},
"states": [
{
- "id": 10299,
+ "id": 10843,
"properties": {
"facing": "north",
"half": "top",
@@ -68112,7 +68178,7 @@
}
},
{
- "id": 10300,
+ "id": 10844,
"properties": {
"facing": "north",
"half": "top",
@@ -68121,7 +68187,7 @@
}
},
{
- "id": 10301,
+ "id": 10845,
"properties": {
"facing": "north",
"half": "top",
@@ -68130,7 +68196,7 @@
}
},
{
- "id": 10302,
+ "id": 10846,
"properties": {
"facing": "north",
"half": "top",
@@ -68139,7 +68205,7 @@
}
},
{
- "id": 10303,
+ "id": 10847,
"properties": {
"facing": "north",
"half": "top",
@@ -68148,7 +68214,7 @@
}
},
{
- "id": 10304,
+ "id": 10848,
"properties": {
"facing": "north",
"half": "top",
@@ -68157,7 +68223,7 @@
}
},
{
- "id": 10305,
+ "id": 10849,
"properties": {
"facing": "north",
"half": "top",
@@ -68166,7 +68232,7 @@
}
},
{
- "id": 10306,
+ "id": 10850,
"properties": {
"facing": "north",
"half": "top",
@@ -68175,7 +68241,7 @@
}
},
{
- "id": 10307,
+ "id": 10851,
"properties": {
"facing": "north",
"half": "top",
@@ -68184,7 +68250,7 @@
}
},
{
- "id": 10308,
+ "id": 10852,
"properties": {
"facing": "north",
"half": "top",
@@ -68193,7 +68259,7 @@
}
},
{
- "id": 10309,
+ "id": 10853,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68203,7 +68269,7 @@
},
{
"default": true,
- "id": 10310,
+ "id": 10854,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68212,7 +68278,7 @@
}
},
{
- "id": 10311,
+ "id": 10855,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68221,7 +68287,7 @@
}
},
{
- "id": 10312,
+ "id": 10856,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68230,7 +68296,7 @@
}
},
{
- "id": 10313,
+ "id": 10857,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68239,7 +68305,7 @@
}
},
{
- "id": 10314,
+ "id": 10858,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68248,7 +68314,7 @@
}
},
{
- "id": 10315,
+ "id": 10859,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68257,7 +68323,7 @@
}
},
{
- "id": 10316,
+ "id": 10860,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68266,7 +68332,7 @@
}
},
{
- "id": 10317,
+ "id": 10861,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68275,7 +68341,7 @@
}
},
{
- "id": 10318,
+ "id": 10862,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68284,7 +68350,7 @@
}
},
{
- "id": 10319,
+ "id": 10863,
"properties": {
"facing": "south",
"half": "top",
@@ -68293,7 +68359,7 @@
}
},
{
- "id": 10320,
+ "id": 10864,
"properties": {
"facing": "south",
"half": "top",
@@ -68302,7 +68368,7 @@
}
},
{
- "id": 10321,
+ "id": 10865,
"properties": {
"facing": "south",
"half": "top",
@@ -68311,7 +68377,7 @@
}
},
{
- "id": 10322,
+ "id": 10866,
"properties": {
"facing": "south",
"half": "top",
@@ -68320,7 +68386,7 @@
}
},
{
- "id": 10323,
+ "id": 10867,
"properties": {
"facing": "south",
"half": "top",
@@ -68329,7 +68395,7 @@
}
},
{
- "id": 10324,
+ "id": 10868,
"properties": {
"facing": "south",
"half": "top",
@@ -68338,7 +68404,7 @@
}
},
{
- "id": 10325,
+ "id": 10869,
"properties": {
"facing": "south",
"half": "top",
@@ -68347,7 +68413,7 @@
}
},
{
- "id": 10326,
+ "id": 10870,
"properties": {
"facing": "south",
"half": "top",
@@ -68356,7 +68422,7 @@
}
},
{
- "id": 10327,
+ "id": 10871,
"properties": {
"facing": "south",
"half": "top",
@@ -68365,7 +68431,7 @@
}
},
{
- "id": 10328,
+ "id": 10872,
"properties": {
"facing": "south",
"half": "top",
@@ -68374,7 +68440,7 @@
}
},
{
- "id": 10329,
+ "id": 10873,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68383,7 +68449,7 @@
}
},
{
- "id": 10330,
+ "id": 10874,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68392,7 +68458,7 @@
}
},
{
- "id": 10331,
+ "id": 10875,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68401,7 +68467,7 @@
}
},
{
- "id": 10332,
+ "id": 10876,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68410,7 +68476,7 @@
}
},
{
- "id": 10333,
+ "id": 10877,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68419,7 +68485,7 @@
}
},
{
- "id": 10334,
+ "id": 10878,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68428,7 +68494,7 @@
}
},
{
- "id": 10335,
+ "id": 10879,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68437,7 +68503,7 @@
}
},
{
- "id": 10336,
+ "id": 10880,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68446,7 +68512,7 @@
}
},
{
- "id": 10337,
+ "id": 10881,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68455,7 +68521,7 @@
}
},
{
- "id": 10338,
+ "id": 10882,
"properties": {
"facing": "south",
"half": "bottom",
@@ -68464,7 +68530,7 @@
}
},
{
- "id": 10339,
+ "id": 10883,
"properties": {
"facing": "west",
"half": "top",
@@ -68473,7 +68539,7 @@
}
},
{
- "id": 10340,
+ "id": 10884,
"properties": {
"facing": "west",
"half": "top",
@@ -68482,7 +68548,7 @@
}
},
{
- "id": 10341,
+ "id": 10885,
"properties": {
"facing": "west",
"half": "top",
@@ -68491,7 +68557,7 @@
}
},
{
- "id": 10342,
+ "id": 10886,
"properties": {
"facing": "west",
"half": "top",
@@ -68500,7 +68566,7 @@
}
},
{
- "id": 10343,
+ "id": 10887,
"properties": {
"facing": "west",
"half": "top",
@@ -68509,7 +68575,7 @@
}
},
{
- "id": 10344,
+ "id": 10888,
"properties": {
"facing": "west",
"half": "top",
@@ -68518,7 +68584,7 @@
}
},
{
- "id": 10345,
+ "id": 10889,
"properties": {
"facing": "west",
"half": "top",
@@ -68527,7 +68593,7 @@
}
},
{
- "id": 10346,
+ "id": 10890,
"properties": {
"facing": "west",
"half": "top",
@@ -68536,7 +68602,7 @@
}
},
{
- "id": 10347,
+ "id": 10891,
"properties": {
"facing": "west",
"half": "top",
@@ -68545,7 +68611,7 @@
}
},
{
- "id": 10348,
+ "id": 10892,
"properties": {
"facing": "west",
"half": "top",
@@ -68554,7 +68620,7 @@
}
},
{
- "id": 10349,
+ "id": 10893,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68563,7 +68629,7 @@
}
},
{
- "id": 10350,
+ "id": 10894,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68572,7 +68638,7 @@
}
},
{
- "id": 10351,
+ "id": 10895,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68581,7 +68647,7 @@
}
},
{
- "id": 10352,
+ "id": 10896,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68590,7 +68656,7 @@
}
},
{
- "id": 10353,
+ "id": 10897,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68599,7 +68665,7 @@
}
},
{
- "id": 10354,
+ "id": 10898,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68608,7 +68674,7 @@
}
},
{
- "id": 10355,
+ "id": 10899,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68617,7 +68683,7 @@
}
},
{
- "id": 10356,
+ "id": 10900,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68626,7 +68692,7 @@
}
},
{
- "id": 10357,
+ "id": 10901,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68635,7 +68701,7 @@
}
},
{
- "id": 10358,
+ "id": 10902,
"properties": {
"facing": "west",
"half": "bottom",
@@ -68644,7 +68710,7 @@
}
},
{
- "id": 10359,
+ "id": 10903,
"properties": {
"facing": "east",
"half": "top",
@@ -68653,7 +68719,7 @@
}
},
{
- "id": 10360,
+ "id": 10904,
"properties": {
"facing": "east",
"half": "top",
@@ -68662,7 +68728,7 @@
}
},
{
- "id": 10361,
+ "id": 10905,
"properties": {
"facing": "east",
"half": "top",
@@ -68671,7 +68737,7 @@
}
},
{
- "id": 10362,
+ "id": 10906,
"properties": {
"facing": "east",
"half": "top",
@@ -68680,7 +68746,7 @@
}
},
{
- "id": 10363,
+ "id": 10907,
"properties": {
"facing": "east",
"half": "top",
@@ -68689,7 +68755,7 @@
}
},
{
- "id": 10364,
+ "id": 10908,
"properties": {
"facing": "east",
"half": "top",
@@ -68698,7 +68764,7 @@
}
},
{
- "id": 10365,
+ "id": 10909,
"properties": {
"facing": "east",
"half": "top",
@@ -68707,7 +68773,7 @@
}
},
{
- "id": 10366,
+ "id": 10910,
"properties": {
"facing": "east",
"half": "top",
@@ -68716,7 +68782,7 @@
}
},
{
- "id": 10367,
+ "id": 10911,
"properties": {
"facing": "east",
"half": "top",
@@ -68725,7 +68791,7 @@
}
},
{
- "id": 10368,
+ "id": 10912,
"properties": {
"facing": "east",
"half": "top",
@@ -68734,7 +68800,7 @@
}
},
{
- "id": 10369,
+ "id": 10913,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68743,7 +68809,7 @@
}
},
{
- "id": 10370,
+ "id": 10914,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68752,7 +68818,7 @@
}
},
{
- "id": 10371,
+ "id": 10915,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68761,7 +68827,7 @@
}
},
{
- "id": 10372,
+ "id": 10916,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68770,7 +68836,7 @@
}
},
{
- "id": 10373,
+ "id": 10917,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68779,7 +68845,7 @@
}
},
{
- "id": 10374,
+ "id": 10918,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68788,7 +68854,7 @@
}
},
{
- "id": 10375,
+ "id": 10919,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68797,7 +68863,7 @@
}
},
{
- "id": 10376,
+ "id": 10920,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68806,7 +68872,7 @@
}
},
{
- "id": 10377,
+ "id": 10921,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68815,7 +68881,7 @@
}
},
{
- "id": 10378,
+ "id": 10922,
"properties": {
"facing": "east",
"half": "bottom",
@@ -68856,44 +68922,14 @@
]
},
"states": [
- {
- "id": 6511,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6512,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6513,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6514,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -68901,9 +68937,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -68911,9 +68947,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -68921,9 +68957,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -68932,42 +68968,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6519,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6520,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6521,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6522,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6523,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6524,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6525,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68977,7 +69043,7 @@
}
},
{
- "id": 6523,
+ "id": 6526,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68987,7 +69053,7 @@
}
},
{
- "id": 6524,
+ "id": 6527,
"properties": {
"facing": "north",
"half": "bottom",
@@ -68997,7 +69063,7 @@
}
},
{
- "id": 6525,
+ "id": 6528,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69008,7 +69074,7 @@
},
{
"default": true,
- "id": 6526,
+ "id": 6529,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69017,44 +69083,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6527,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6528,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6529,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6530,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -69062,9 +69098,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69072,9 +69108,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -69082,9 +69118,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69093,38 +69129,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6535,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6536,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6537,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69133,8 +69169,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -69142,9 +69178,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69152,9 +69188,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -69162,9 +69198,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69173,48 +69209,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6543,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6544,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6545,
+ "id": 6544,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6545,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6546,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -69222,9 +69258,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69232,9 +69268,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -69242,9 +69278,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69253,38 +69289,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6551,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6552,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6553,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69293,8 +69329,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -69302,9 +69338,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69312,9 +69348,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -69322,9 +69358,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69333,48 +69369,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6559,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6560,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6561,
+ "id": 6560,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6561,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6562,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -69382,9 +69418,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69392,9 +69428,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -69402,9 +69438,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69413,38 +69449,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6567,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6568,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6569,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -69453,12 +69489,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6571,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6572,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6573,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6574,
"properties": {
"facing": "east",
"half": "bottom",
@@ -69468,7 +69534,7 @@
}
},
{
- "id": 6572,
+ "id": 6575,
"properties": {
"facing": "east",
"half": "bottom",
@@ -69478,7 +69544,7 @@
}
},
{
- "id": 6573,
+ "id": 6576,
"properties": {
"facing": "east",
"half": "bottom",
@@ -69488,7 +69554,7 @@
}
},
{
- "id": 6574,
+ "id": 6577,
"properties": {
"facing": "east",
"half": "bottom",
@@ -69519,7 +69585,7 @@
},
"states": [
{
- "id": 5742,
+ "id": 5745,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -69527,49 +69593,49 @@
},
{
"default": true,
- "id": 5743,
+ "id": 5746,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5744,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5745,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5746,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5747,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5748,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5749,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5750,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5751,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5749,
+ "id": 5752,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -69597,7 +69663,7 @@
},
"states": [
{
- "id": 4894,
+ "id": 4897,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -69605,49 +69671,49 @@
},
{
"default": true,
- "id": 4895,
+ "id": 4898,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4896,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4897,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4898,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4899,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4900,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4901,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4902,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4903,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4901,
+ "id": 4904,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -69697,7 +69763,7 @@
"states": [
{
"default": true,
- "id": 10800
+ "id": 11344
}
]
},
@@ -69719,21 +69785,21 @@
},
"states": [
{
- "id": 11053,
+ "id": 11597,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11054,
+ "id": 11598,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11055,
+ "id": 11599,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -69741,21 +69807,21 @@
},
{
"default": true,
- "id": 11056,
+ "id": 11600,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11057,
+ "id": 11601,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11058,
+ "id": 11602,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -69796,7 +69862,7 @@
},
"states": [
{
- "id": 10961,
+ "id": 11505,
"properties": {
"facing": "north",
"half": "top",
@@ -69805,7 +69871,7 @@
}
},
{
- "id": 10962,
+ "id": 11506,
"properties": {
"facing": "north",
"half": "top",
@@ -69814,7 +69880,7 @@
}
},
{
- "id": 10963,
+ "id": 11507,
"properties": {
"facing": "north",
"half": "top",
@@ -69823,7 +69889,7 @@
}
},
{
- "id": 10964,
+ "id": 11508,
"properties": {
"facing": "north",
"half": "top",
@@ -69832,7 +69898,7 @@
}
},
{
- "id": 10965,
+ "id": 11509,
"properties": {
"facing": "north",
"half": "top",
@@ -69841,7 +69907,7 @@
}
},
{
- "id": 10966,
+ "id": 11510,
"properties": {
"facing": "north",
"half": "top",
@@ -69850,7 +69916,7 @@
}
},
{
- "id": 10967,
+ "id": 11511,
"properties": {
"facing": "north",
"half": "top",
@@ -69859,7 +69925,7 @@
}
},
{
- "id": 10968,
+ "id": 11512,
"properties": {
"facing": "north",
"half": "top",
@@ -69868,7 +69934,7 @@
}
},
{
- "id": 10969,
+ "id": 11513,
"properties": {
"facing": "north",
"half": "top",
@@ -69877,7 +69943,7 @@
}
},
{
- "id": 10970,
+ "id": 11514,
"properties": {
"facing": "north",
"half": "top",
@@ -69886,7 +69952,7 @@
}
},
{
- "id": 10971,
+ "id": 11515,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69896,7 +69962,7 @@
},
{
"default": true,
- "id": 10972,
+ "id": 11516,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69905,7 +69971,7 @@
}
},
{
- "id": 10973,
+ "id": 11517,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69914,7 +69980,7 @@
}
},
{
- "id": 10974,
+ "id": 11518,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69923,7 +69989,7 @@
}
},
{
- "id": 10975,
+ "id": 11519,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69932,7 +69998,7 @@
}
},
{
- "id": 10976,
+ "id": 11520,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69941,7 +70007,7 @@
}
},
{
- "id": 10977,
+ "id": 11521,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69950,7 +70016,7 @@
}
},
{
- "id": 10978,
+ "id": 11522,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69959,7 +70025,7 @@
}
},
{
- "id": 10979,
+ "id": 11523,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69968,7 +70034,7 @@
}
},
{
- "id": 10980,
+ "id": 11524,
"properties": {
"facing": "north",
"half": "bottom",
@@ -69977,7 +70043,7 @@
}
},
{
- "id": 10981,
+ "id": 11525,
"properties": {
"facing": "south",
"half": "top",
@@ -69986,7 +70052,7 @@
}
},
{
- "id": 10982,
+ "id": 11526,
"properties": {
"facing": "south",
"half": "top",
@@ -69995,7 +70061,7 @@
}
},
{
- "id": 10983,
+ "id": 11527,
"properties": {
"facing": "south",
"half": "top",
@@ -70004,7 +70070,7 @@
}
},
{
- "id": 10984,
+ "id": 11528,
"properties": {
"facing": "south",
"half": "top",
@@ -70013,7 +70079,7 @@
}
},
{
- "id": 10985,
+ "id": 11529,
"properties": {
"facing": "south",
"half": "top",
@@ -70022,7 +70088,7 @@
}
},
{
- "id": 10986,
+ "id": 11530,
"properties": {
"facing": "south",
"half": "top",
@@ -70031,7 +70097,7 @@
}
},
{
- "id": 10987,
+ "id": 11531,
"properties": {
"facing": "south",
"half": "top",
@@ -70040,7 +70106,7 @@
}
},
{
- "id": 10988,
+ "id": 11532,
"properties": {
"facing": "south",
"half": "top",
@@ -70049,7 +70115,7 @@
}
},
{
- "id": 10989,
+ "id": 11533,
"properties": {
"facing": "south",
"half": "top",
@@ -70058,7 +70124,7 @@
}
},
{
- "id": 10990,
+ "id": 11534,
"properties": {
"facing": "south",
"half": "top",
@@ -70067,7 +70133,7 @@
}
},
{
- "id": 10991,
+ "id": 11535,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70076,7 +70142,7 @@
}
},
{
- "id": 10992,
+ "id": 11536,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70085,7 +70151,7 @@
}
},
{
- "id": 10993,
+ "id": 11537,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70094,7 +70160,7 @@
}
},
{
- "id": 10994,
+ "id": 11538,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70103,7 +70169,7 @@
}
},
{
- "id": 10995,
+ "id": 11539,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70112,7 +70178,7 @@
}
},
{
- "id": 10996,
+ "id": 11540,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70121,7 +70187,7 @@
}
},
{
- "id": 10997,
+ "id": 11541,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70130,7 +70196,7 @@
}
},
{
- "id": 10998,
+ "id": 11542,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70139,7 +70205,7 @@
}
},
{
- "id": 10999,
+ "id": 11543,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70148,7 +70214,7 @@
}
},
{
- "id": 11000,
+ "id": 11544,
"properties": {
"facing": "south",
"half": "bottom",
@@ -70157,7 +70223,7 @@
}
},
{
- "id": 11001,
+ "id": 11545,
"properties": {
"facing": "west",
"half": "top",
@@ -70166,7 +70232,7 @@
}
},
{
- "id": 11002,
+ "id": 11546,
"properties": {
"facing": "west",
"half": "top",
@@ -70175,7 +70241,7 @@
}
},
{
- "id": 11003,
+ "id": 11547,
"properties": {
"facing": "west",
"half": "top",
@@ -70184,7 +70250,7 @@
}
},
{
- "id": 11004,
+ "id": 11548,
"properties": {
"facing": "west",
"half": "top",
@@ -70193,7 +70259,7 @@
}
},
{
- "id": 11005,
+ "id": 11549,
"properties": {
"facing": "west",
"half": "top",
@@ -70202,7 +70268,7 @@
}
},
{
- "id": 11006,
+ "id": 11550,
"properties": {
"facing": "west",
"half": "top",
@@ -70211,7 +70277,7 @@
}
},
{
- "id": 11007,
+ "id": 11551,
"properties": {
"facing": "west",
"half": "top",
@@ -70220,7 +70286,7 @@
}
},
{
- "id": 11008,
+ "id": 11552,
"properties": {
"facing": "west",
"half": "top",
@@ -70229,7 +70295,7 @@
}
},
{
- "id": 11009,
+ "id": 11553,
"properties": {
"facing": "west",
"half": "top",
@@ -70238,7 +70304,7 @@
}
},
{
- "id": 11010,
+ "id": 11554,
"properties": {
"facing": "west",
"half": "top",
@@ -70247,7 +70313,7 @@
}
},
{
- "id": 11011,
+ "id": 11555,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70256,7 +70322,7 @@
}
},
{
- "id": 11012,
+ "id": 11556,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70265,7 +70331,7 @@
}
},
{
- "id": 11013,
+ "id": 11557,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70274,7 +70340,7 @@
}
},
{
- "id": 11014,
+ "id": 11558,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70283,7 +70349,7 @@
}
},
{
- "id": 11015,
+ "id": 11559,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70292,7 +70358,7 @@
}
},
{
- "id": 11016,
+ "id": 11560,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70301,7 +70367,7 @@
}
},
{
- "id": 11017,
+ "id": 11561,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70310,7 +70376,7 @@
}
},
{
- "id": 11018,
+ "id": 11562,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70319,7 +70385,7 @@
}
},
{
- "id": 11019,
+ "id": 11563,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70328,7 +70394,7 @@
}
},
{
- "id": 11020,
+ "id": 11564,
"properties": {
"facing": "west",
"half": "bottom",
@@ -70337,7 +70403,7 @@
}
},
{
- "id": 11021,
+ "id": 11565,
"properties": {
"facing": "east",
"half": "top",
@@ -70346,7 +70412,7 @@
}
},
{
- "id": 11022,
+ "id": 11566,
"properties": {
"facing": "east",
"half": "top",
@@ -70355,7 +70421,7 @@
}
},
{
- "id": 11023,
+ "id": 11567,
"properties": {
"facing": "east",
"half": "top",
@@ -70364,7 +70430,7 @@
}
},
{
- "id": 11024,
+ "id": 11568,
"properties": {
"facing": "east",
"half": "top",
@@ -70373,7 +70439,7 @@
}
},
{
- "id": 11025,
+ "id": 11569,
"properties": {
"facing": "east",
"half": "top",
@@ -70382,7 +70448,7 @@
}
},
{
- "id": 11026,
+ "id": 11570,
"properties": {
"facing": "east",
"half": "top",
@@ -70391,7 +70457,7 @@
}
},
{
- "id": 11027,
+ "id": 11571,
"properties": {
"facing": "east",
"half": "top",
@@ -70400,7 +70466,7 @@
}
},
{
- "id": 11028,
+ "id": 11572,
"properties": {
"facing": "east",
"half": "top",
@@ -70409,7 +70475,7 @@
}
},
{
- "id": 11029,
+ "id": 11573,
"properties": {
"facing": "east",
"half": "top",
@@ -70418,7 +70484,7 @@
}
},
{
- "id": 11030,
+ "id": 11574,
"properties": {
"facing": "east",
"half": "top",
@@ -70427,7 +70493,7 @@
}
},
{
- "id": 11031,
+ "id": 11575,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70436,7 +70502,7 @@
}
},
{
- "id": 11032,
+ "id": 11576,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70445,7 +70511,7 @@
}
},
{
- "id": 11033,
+ "id": 11577,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70454,7 +70520,7 @@
}
},
{
- "id": 11034,
+ "id": 11578,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70463,7 +70529,7 @@
}
},
{
- "id": 11035,
+ "id": 11579,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70472,7 +70538,7 @@
}
},
{
- "id": 11036,
+ "id": 11580,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70481,7 +70547,7 @@
}
},
{
- "id": 11037,
+ "id": 11581,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70490,7 +70556,7 @@
}
},
{
- "id": 11038,
+ "id": 11582,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70499,7 +70565,7 @@
}
},
{
- "id": 11039,
+ "id": 11583,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70508,7 +70574,7 @@
}
},
{
- "id": 11040,
+ "id": 11584,
"properties": {
"facing": "east",
"half": "bottom",
@@ -70549,112 +70615,112 @@
},
"states": [
{
- "id": 9446,
+ "id": 9990,
"properties": {
"inverted": "true",
"power": "0"
}
},
{
- "id": 9447,
+ "id": 9991,
"properties": {
"inverted": "true",
"power": "1"
}
},
{
- "id": 9448,
+ "id": 9992,
"properties": {
"inverted": "true",
"power": "2"
}
},
{
- "id": 9449,
+ "id": 9993,
"properties": {
"inverted": "true",
"power": "3"
}
},
{
- "id": 9450,
+ "id": 9994,
"properties": {
"inverted": "true",
"power": "4"
}
},
{
- "id": 9451,
+ "id": 9995,
"properties": {
"inverted": "true",
"power": "5"
}
},
{
- "id": 9452,
+ "id": 9996,
"properties": {
"inverted": "true",
"power": "6"
}
},
{
- "id": 9453,
+ "id": 9997,
"properties": {
"inverted": "true",
"power": "7"
}
},
{
- "id": 9454,
+ "id": 9998,
"properties": {
"inverted": "true",
"power": "8"
}
},
{
- "id": 9455,
+ "id": 9999,
"properties": {
"inverted": "true",
"power": "9"
}
},
{
- "id": 9456,
+ "id": 10000,
"properties": {
"inverted": "true",
"power": "10"
}
},
{
- "id": 9457,
+ "id": 10001,
"properties": {
"inverted": "true",
"power": "11"
}
},
{
- "id": 9458,
+ "id": 10002,
"properties": {
"inverted": "true",
"power": "12"
}
},
{
- "id": 9459,
+ "id": 10003,
"properties": {
"inverted": "true",
"power": "13"
}
},
{
- "id": 9460,
+ "id": 10004,
"properties": {
"inverted": "true",
"power": "14"
}
},
{
- "id": 9461,
+ "id": 10005,
"properties": {
"inverted": "true",
"power": "15"
@@ -70662,112 +70728,112 @@
},
{
"default": true,
- "id": 9462,
+ "id": 10006,
"properties": {
"inverted": "false",
"power": "0"
}
},
{
- "id": 9463,
+ "id": 10007,
"properties": {
"inverted": "false",
"power": "1"
}
},
{
- "id": 9464,
+ "id": 10008,
"properties": {
"inverted": "false",
"power": "2"
}
},
{
- "id": 9465,
+ "id": 10009,
"properties": {
"inverted": "false",
"power": "3"
}
},
{
- "id": 9466,
+ "id": 10010,
"properties": {
"inverted": "false",
"power": "4"
}
},
{
- "id": 9467,
+ "id": 10011,
"properties": {
"inverted": "false",
"power": "5"
}
},
{
- "id": 9468,
+ "id": 10012,
"properties": {
"inverted": "false",
"power": "6"
}
},
{
- "id": 9469,
+ "id": 10013,
"properties": {
"inverted": "false",
"power": "7"
}
},
{
- "id": 9470,
+ "id": 10014,
"properties": {
"inverted": "false",
"power": "8"
}
},
{
- "id": 9471,
+ "id": 10015,
"properties": {
"inverted": "false",
"power": "9"
}
},
{
- "id": 9472,
+ "id": 10016,
"properties": {
"inverted": "false",
"power": "10"
}
},
{
- "id": 9473,
+ "id": 10017,
"properties": {
"inverted": "false",
"power": "11"
}
},
{
- "id": 9474,
+ "id": 10018,
"properties": {
"inverted": "false",
"power": "12"
}
},
{
- "id": 9475,
+ "id": 10019,
"properties": {
"inverted": "false",
"power": "13"
}
},
{
- "id": 9476,
+ "id": 10020,
"properties": {
"inverted": "false",
"power": "14"
}
},
{
- "id": 9477,
+ "id": 10021,
"properties": {
"inverted": "false",
"power": "15"
@@ -70789,13 +70855,13 @@
"states": [
{
"default": true,
- "id": 13284,
+ "id": 13828,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13285,
+ "id": 13829,
"properties": {
"waterlogged": "false"
}
@@ -70810,7 +70876,7 @@
"states": [
{
"default": true,
- "id": 13273
+ "id": 13817
}
]
},
@@ -70828,13 +70894,13 @@
"states": [
{
"default": true,
- "id": 13304,
+ "id": 13848,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13305,
+ "id": 13849,
"properties": {
"waterlogged": "false"
}
@@ -70861,56 +70927,56 @@
"states": [
{
"default": true,
- "id": 13330,
+ "id": 13874,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13331,
+ "id": 13875,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13332,
+ "id": 13876,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13333,
+ "id": 13877,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13334,
+ "id": 13878,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13335,
+ "id": 13879,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13336,
+ "id": 13880,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13337,
+ "id": 13881,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -70932,13 +70998,13 @@
"states": [
{
"default": true,
- "id": 13286,
+ "id": 13830,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13287,
+ "id": 13831,
"properties": {
"waterlogged": "false"
}
@@ -70953,7 +71019,7 @@
"states": [
{
"default": true,
- "id": 13274
+ "id": 13818
}
]
},
@@ -70971,13 +71037,13 @@
"states": [
{
"default": true,
- "id": 13306,
+ "id": 13850,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13307,
+ "id": 13851,
"properties": {
"waterlogged": "false"
}
@@ -71004,56 +71070,56 @@
"states": [
{
"default": true,
- "id": 13338,
+ "id": 13882,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13339,
+ "id": 13883,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13340,
+ "id": 13884,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13341,
+ "id": 13885,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13342,
+ "id": 13886,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13343,
+ "id": 13887,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13344,
+ "id": 13888,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13345,
+ "id": 13889,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -71087,13 +71153,13 @@
"states": [
{
"default": true,
- "id": 13288,
+ "id": 13832,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13289,
+ "id": 13833,
"properties": {
"waterlogged": "false"
}
@@ -71108,7 +71174,7 @@
"states": [
{
"default": true,
- "id": 13275
+ "id": 13819
}
]
},
@@ -71126,13 +71192,13 @@
"states": [
{
"default": true,
- "id": 13308,
+ "id": 13852,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13309,
+ "id": 13853,
"properties": {
"waterlogged": "false"
}
@@ -71159,56 +71225,56 @@
"states": [
{
"default": true,
- "id": 13346,
+ "id": 13890,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13347,
+ "id": 13891,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13348,
+ "id": 13892,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13349,
+ "id": 13893,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13350,
+ "id": 13894,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13351,
+ "id": 13895,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13352,
+ "id": 13896,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13353,
+ "id": 13897,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -71230,13 +71296,13 @@
"states": [
{
"default": true,
- "id": 13290,
+ "id": 13834,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13291,
+ "id": 13835,
"properties": {
"waterlogged": "false"
}
@@ -71251,7 +71317,7 @@
"states": [
{
"default": true,
- "id": 13276
+ "id": 13820
}
]
},
@@ -71269,13 +71335,13 @@
"states": [
{
"default": true,
- "id": 13310,
+ "id": 13854,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13311,
+ "id": 13855,
"properties": {
"waterlogged": "false"
}
@@ -71302,56 +71368,56 @@
"states": [
{
"default": true,
- "id": 13354,
+ "id": 13898,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13355,
+ "id": 13899,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13356,
+ "id": 13900,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13357,
+ "id": 13901,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13358,
+ "id": 13902,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13359,
+ "id": 13903,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13360,
+ "id": 13904,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13361,
+ "id": 13905,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -71373,13 +71439,13 @@
"states": [
{
"default": true,
- "id": 13282,
+ "id": 13826,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13283,
+ "id": 13827,
"properties": {
"waterlogged": "false"
}
@@ -71394,7 +71460,7 @@
"states": [
{
"default": true,
- "id": 13272
+ "id": 13816
}
]
},
@@ -71412,13 +71478,13 @@
"states": [
{
"default": true,
- "id": 13302,
+ "id": 13846,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13303,
+ "id": 13847,
"properties": {
"waterlogged": "false"
}
@@ -71445,56 +71511,56 @@
"states": [
{
"default": true,
- "id": 13322,
+ "id": 13866,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13323,
+ "id": 13867,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13324,
+ "id": 13868,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13325,
+ "id": 13869,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13326,
+ "id": 13870,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13327,
+ "id": 13871,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13328,
+ "id": 13872,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13329,
+ "id": 13873,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -71525,7 +71591,7 @@
},
"states": [
{
- "id": 27043,
+ "id": 27587,
"properties": {
"cracked": "true",
"facing": "north",
@@ -71533,7 +71599,7 @@
}
},
{
- "id": 27044,
+ "id": 27588,
"properties": {
"cracked": "true",
"facing": "north",
@@ -71541,7 +71607,7 @@
}
},
{
- "id": 27045,
+ "id": 27589,
"properties": {
"cracked": "true",
"facing": "south",
@@ -71549,7 +71615,7 @@
}
},
{
- "id": 27046,
+ "id": 27590,
"properties": {
"cracked": "true",
"facing": "south",
@@ -71557,7 +71623,7 @@
}
},
{
- "id": 27047,
+ "id": 27591,
"properties": {
"cracked": "true",
"facing": "west",
@@ -71565,7 +71631,7 @@
}
},
{
- "id": 27048,
+ "id": 27592,
"properties": {
"cracked": "true",
"facing": "west",
@@ -71573,7 +71639,7 @@
}
},
{
- "id": 27049,
+ "id": 27593,
"properties": {
"cracked": "true",
"facing": "east",
@@ -71581,7 +71647,7 @@
}
},
{
- "id": 27050,
+ "id": 27594,
"properties": {
"cracked": "true",
"facing": "east",
@@ -71589,7 +71655,7 @@
}
},
{
- "id": 27051,
+ "id": 27595,
"properties": {
"cracked": "false",
"facing": "north",
@@ -71598,7 +71664,7 @@
},
{
"default": true,
- "id": 27052,
+ "id": 27596,
"properties": {
"cracked": "false",
"facing": "north",
@@ -71606,7 +71672,7 @@
}
},
{
- "id": 27053,
+ "id": 27597,
"properties": {
"cracked": "false",
"facing": "south",
@@ -71614,7 +71680,7 @@
}
},
{
- "id": 27054,
+ "id": 27598,
"properties": {
"cracked": "false",
"facing": "south",
@@ -71622,7 +71688,7 @@
}
},
{
- "id": 27055,
+ "id": 27599,
"properties": {
"cracked": "false",
"facing": "west",
@@ -71630,7 +71696,7 @@
}
},
{
- "id": 27056,
+ "id": 27600,
"properties": {
"cracked": "false",
"facing": "west",
@@ -71638,7 +71704,7 @@
}
},
{
- "id": 27057,
+ "id": 27601,
"properties": {
"cracked": "false",
"facing": "east",
@@ -71646,7 +71712,7 @@
}
},
{
- "id": 27058,
+ "id": 27602,
"properties": {
"cracked": "false",
"facing": "east",
@@ -71669,20 +71735,20 @@
},
"states": [
{
- "id": 25373,
+ "id": 25917,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 25374,
+ "id": 25918,
"properties": {
"axis": "y"
}
},
{
- "id": 25375,
+ "id": 25919,
"properties": {
"axis": "z"
}
@@ -71707,21 +71773,21 @@
},
"states": [
{
- "id": 26690,
+ "id": 27234,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 26691,
+ "id": 27235,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 26692,
+ "id": 27236,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -71729,21 +71795,21 @@
},
{
"default": true,
- "id": 26693,
+ "id": 27237,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 26694,
+ "id": 27238,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 26695,
+ "id": 27239,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -71784,7 +71850,7 @@
},
"states": [
{
- "id": 26610,
+ "id": 27154,
"properties": {
"facing": "north",
"half": "top",
@@ -71793,7 +71859,7 @@
}
},
{
- "id": 26611,
+ "id": 27155,
"properties": {
"facing": "north",
"half": "top",
@@ -71802,7 +71868,7 @@
}
},
{
- "id": 26612,
+ "id": 27156,
"properties": {
"facing": "north",
"half": "top",
@@ -71811,7 +71877,7 @@
}
},
{
- "id": 26613,
+ "id": 27157,
"properties": {
"facing": "north",
"half": "top",
@@ -71820,7 +71886,7 @@
}
},
{
- "id": 26614,
+ "id": 27158,
"properties": {
"facing": "north",
"half": "top",
@@ -71829,7 +71895,7 @@
}
},
{
- "id": 26615,
+ "id": 27159,
"properties": {
"facing": "north",
"half": "top",
@@ -71838,7 +71904,7 @@
}
},
{
- "id": 26616,
+ "id": 27160,
"properties": {
"facing": "north",
"half": "top",
@@ -71847,7 +71913,7 @@
}
},
{
- "id": 26617,
+ "id": 27161,
"properties": {
"facing": "north",
"half": "top",
@@ -71856,7 +71922,7 @@
}
},
{
- "id": 26618,
+ "id": 27162,
"properties": {
"facing": "north",
"half": "top",
@@ -71865,7 +71931,7 @@
}
},
{
- "id": 26619,
+ "id": 27163,
"properties": {
"facing": "north",
"half": "top",
@@ -71874,7 +71940,7 @@
}
},
{
- "id": 26620,
+ "id": 27164,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71884,7 +71950,7 @@
},
{
"default": true,
- "id": 26621,
+ "id": 27165,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71893,7 +71959,7 @@
}
},
{
- "id": 26622,
+ "id": 27166,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71902,7 +71968,7 @@
}
},
{
- "id": 26623,
+ "id": 27167,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71911,7 +71977,7 @@
}
},
{
- "id": 26624,
+ "id": 27168,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71920,7 +71986,7 @@
}
},
{
- "id": 26625,
+ "id": 27169,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71929,7 +71995,7 @@
}
},
{
- "id": 26626,
+ "id": 27170,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71938,7 +72004,7 @@
}
},
{
- "id": 26627,
+ "id": 27171,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71947,7 +72013,7 @@
}
},
{
- "id": 26628,
+ "id": 27172,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71956,7 +72022,7 @@
}
},
{
- "id": 26629,
+ "id": 27173,
"properties": {
"facing": "north",
"half": "bottom",
@@ -71965,7 +72031,7 @@
}
},
{
- "id": 26630,
+ "id": 27174,
"properties": {
"facing": "south",
"half": "top",
@@ -71974,7 +72040,7 @@
}
},
{
- "id": 26631,
+ "id": 27175,
"properties": {
"facing": "south",
"half": "top",
@@ -71983,7 +72049,7 @@
}
},
{
- "id": 26632,
+ "id": 27176,
"properties": {
"facing": "south",
"half": "top",
@@ -71992,7 +72058,7 @@
}
},
{
- "id": 26633,
+ "id": 27177,
"properties": {
"facing": "south",
"half": "top",
@@ -72001,7 +72067,7 @@
}
},
{
- "id": 26634,
+ "id": 27178,
"properties": {
"facing": "south",
"half": "top",
@@ -72010,7 +72076,7 @@
}
},
{
- "id": 26635,
+ "id": 27179,
"properties": {
"facing": "south",
"half": "top",
@@ -72019,7 +72085,7 @@
}
},
{
- "id": 26636,
+ "id": 27180,
"properties": {
"facing": "south",
"half": "top",
@@ -72028,7 +72094,7 @@
}
},
{
- "id": 26637,
+ "id": 27181,
"properties": {
"facing": "south",
"half": "top",
@@ -72037,7 +72103,7 @@
}
},
{
- "id": 26638,
+ "id": 27182,
"properties": {
"facing": "south",
"half": "top",
@@ -72046,7 +72112,7 @@
}
},
{
- "id": 26639,
+ "id": 27183,
"properties": {
"facing": "south",
"half": "top",
@@ -72055,7 +72121,7 @@
}
},
{
- "id": 26640,
+ "id": 27184,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72064,7 +72130,7 @@
}
},
{
- "id": 26641,
+ "id": 27185,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72073,7 +72139,7 @@
}
},
{
- "id": 26642,
+ "id": 27186,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72082,7 +72148,7 @@
}
},
{
- "id": 26643,
+ "id": 27187,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72091,7 +72157,7 @@
}
},
{
- "id": 26644,
+ "id": 27188,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72100,7 +72166,7 @@
}
},
{
- "id": 26645,
+ "id": 27189,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72109,7 +72175,7 @@
}
},
{
- "id": 26646,
+ "id": 27190,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72118,7 +72184,7 @@
}
},
{
- "id": 26647,
+ "id": 27191,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72127,7 +72193,7 @@
}
},
{
- "id": 26648,
+ "id": 27192,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72136,7 +72202,7 @@
}
},
{
- "id": 26649,
+ "id": 27193,
"properties": {
"facing": "south",
"half": "bottom",
@@ -72145,7 +72211,7 @@
}
},
{
- "id": 26650,
+ "id": 27194,
"properties": {
"facing": "west",
"half": "top",
@@ -72154,7 +72220,7 @@
}
},
{
- "id": 26651,
+ "id": 27195,
"properties": {
"facing": "west",
"half": "top",
@@ -72163,7 +72229,7 @@
}
},
{
- "id": 26652,
+ "id": 27196,
"properties": {
"facing": "west",
"half": "top",
@@ -72172,7 +72238,7 @@
}
},
{
- "id": 26653,
+ "id": 27197,
"properties": {
"facing": "west",
"half": "top",
@@ -72181,7 +72247,7 @@
}
},
{
- "id": 26654,
+ "id": 27198,
"properties": {
"facing": "west",
"half": "top",
@@ -72190,7 +72256,7 @@
}
},
{
- "id": 26655,
+ "id": 27199,
"properties": {
"facing": "west",
"half": "top",
@@ -72199,7 +72265,7 @@
}
},
{
- "id": 26656,
+ "id": 27200,
"properties": {
"facing": "west",
"half": "top",
@@ -72208,7 +72274,7 @@
}
},
{
- "id": 26657,
+ "id": 27201,
"properties": {
"facing": "west",
"half": "top",
@@ -72217,7 +72283,7 @@
}
},
{
- "id": 26658,
+ "id": 27202,
"properties": {
"facing": "west",
"half": "top",
@@ -72226,7 +72292,7 @@
}
},
{
- "id": 26659,
+ "id": 27203,
"properties": {
"facing": "west",
"half": "top",
@@ -72235,7 +72301,7 @@
}
},
{
- "id": 26660,
+ "id": 27204,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72244,7 +72310,7 @@
}
},
{
- "id": 26661,
+ "id": 27205,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72253,7 +72319,7 @@
}
},
{
- "id": 26662,
+ "id": 27206,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72262,7 +72328,7 @@
}
},
{
- "id": 26663,
+ "id": 27207,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72271,7 +72337,7 @@
}
},
{
- "id": 26664,
+ "id": 27208,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72280,7 +72346,7 @@
}
},
{
- "id": 26665,
+ "id": 27209,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72289,7 +72355,7 @@
}
},
{
- "id": 26666,
+ "id": 27210,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72298,7 +72364,7 @@
}
},
{
- "id": 26667,
+ "id": 27211,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72307,7 +72373,7 @@
}
},
{
- "id": 26668,
+ "id": 27212,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72316,7 +72382,7 @@
}
},
{
- "id": 26669,
+ "id": 27213,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72325,7 +72391,7 @@
}
},
{
- "id": 26670,
+ "id": 27214,
"properties": {
"facing": "east",
"half": "top",
@@ -72334,7 +72400,7 @@
}
},
{
- "id": 26671,
+ "id": 27215,
"properties": {
"facing": "east",
"half": "top",
@@ -72343,7 +72409,7 @@
}
},
{
- "id": 26672,
+ "id": 27216,
"properties": {
"facing": "east",
"half": "top",
@@ -72352,7 +72418,7 @@
}
},
{
- "id": 26673,
+ "id": 27217,
"properties": {
"facing": "east",
"half": "top",
@@ -72361,7 +72427,7 @@
}
},
{
- "id": 26674,
+ "id": 27218,
"properties": {
"facing": "east",
"half": "top",
@@ -72370,7 +72436,7 @@
}
},
{
- "id": 26675,
+ "id": 27219,
"properties": {
"facing": "east",
"half": "top",
@@ -72379,7 +72445,7 @@
}
},
{
- "id": 26676,
+ "id": 27220,
"properties": {
"facing": "east",
"half": "top",
@@ -72388,7 +72454,7 @@
}
},
{
- "id": 26677,
+ "id": 27221,
"properties": {
"facing": "east",
"half": "top",
@@ -72397,7 +72463,7 @@
}
},
{
- "id": 26678,
+ "id": 27222,
"properties": {
"facing": "east",
"half": "top",
@@ -72406,7 +72472,7 @@
}
},
{
- "id": 26679,
+ "id": 27223,
"properties": {
"facing": "east",
"half": "top",
@@ -72415,7 +72481,7 @@
}
},
{
- "id": 26680,
+ "id": 27224,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72424,7 +72490,7 @@
}
},
{
- "id": 26681,
+ "id": 27225,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72433,7 +72499,7 @@
}
},
{
- "id": 26682,
+ "id": 27226,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72442,7 +72508,7 @@
}
},
{
- "id": 26683,
+ "id": 27227,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72451,7 +72517,7 @@
}
},
{
- "id": 26684,
+ "id": 27228,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72460,7 +72526,7 @@
}
},
{
- "id": 26685,
+ "id": 27229,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72469,7 +72535,7 @@
}
},
{
- "id": 26686,
+ "id": 27230,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72478,7 +72544,7 @@
}
},
{
- "id": 26687,
+ "id": 27231,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72487,7 +72553,7 @@
}
},
{
- "id": 26688,
+ "id": 27232,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72496,7 +72562,7 @@
}
},
{
- "id": 26689,
+ "id": 27233,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72543,7 +72609,7 @@
},
"states": [
{
- "id": 26696,
+ "id": 27240,
"properties": {
"east": "none",
"north": "none",
@@ -72554,7 +72620,7 @@
}
},
{
- "id": 26697,
+ "id": 27241,
"properties": {
"east": "none",
"north": "none",
@@ -72565,7 +72631,7 @@
}
},
{
- "id": 26698,
+ "id": 27242,
"properties": {
"east": "none",
"north": "none",
@@ -72577,7 +72643,7 @@
},
{
"default": true,
- "id": 26699,
+ "id": 27243,
"properties": {
"east": "none",
"north": "none",
@@ -72588,7 +72654,7 @@
}
},
{
- "id": 26700,
+ "id": 27244,
"properties": {
"east": "none",
"north": "none",
@@ -72599,7 +72665,7 @@
}
},
{
- "id": 26701,
+ "id": 27245,
"properties": {
"east": "none",
"north": "none",
@@ -72610,7 +72676,7 @@
}
},
{
- "id": 26702,
+ "id": 27246,
"properties": {
"east": "none",
"north": "none",
@@ -72621,7 +72687,7 @@
}
},
{
- "id": 26703,
+ "id": 27247,
"properties": {
"east": "none",
"north": "none",
@@ -72632,7 +72698,7 @@
}
},
{
- "id": 26704,
+ "id": 27248,
"properties": {
"east": "none",
"north": "none",
@@ -72643,7 +72709,7 @@
}
},
{
- "id": 26705,
+ "id": 27249,
"properties": {
"east": "none",
"north": "none",
@@ -72654,7 +72720,7 @@
}
},
{
- "id": 26706,
+ "id": 27250,
"properties": {
"east": "none",
"north": "none",
@@ -72665,7 +72731,7 @@
}
},
{
- "id": 26707,
+ "id": 27251,
"properties": {
"east": "none",
"north": "none",
@@ -72676,7 +72742,7 @@
}
},
{
- "id": 26708,
+ "id": 27252,
"properties": {
"east": "none",
"north": "none",
@@ -72687,7 +72753,7 @@
}
},
{
- "id": 26709,
+ "id": 27253,
"properties": {
"east": "none",
"north": "none",
@@ -72698,7 +72764,7 @@
}
},
{
- "id": 26710,
+ "id": 27254,
"properties": {
"east": "none",
"north": "none",
@@ -72709,7 +72775,7 @@
}
},
{
- "id": 26711,
+ "id": 27255,
"properties": {
"east": "none",
"north": "none",
@@ -72720,7 +72786,7 @@
}
},
{
- "id": 26712,
+ "id": 27256,
"properties": {
"east": "none",
"north": "none",
@@ -72731,7 +72797,7 @@
}
},
{
- "id": 26713,
+ "id": 27257,
"properties": {
"east": "none",
"north": "none",
@@ -72742,7 +72808,7 @@
}
},
{
- "id": 26714,
+ "id": 27258,
"properties": {
"east": "none",
"north": "none",
@@ -72753,7 +72819,7 @@
}
},
{
- "id": 26715,
+ "id": 27259,
"properties": {
"east": "none",
"north": "none",
@@ -72764,7 +72830,7 @@
}
},
{
- "id": 26716,
+ "id": 27260,
"properties": {
"east": "none",
"north": "none",
@@ -72775,7 +72841,7 @@
}
},
{
- "id": 26717,
+ "id": 27261,
"properties": {
"east": "none",
"north": "none",
@@ -72786,7 +72852,7 @@
}
},
{
- "id": 26718,
+ "id": 27262,
"properties": {
"east": "none",
"north": "none",
@@ -72797,7 +72863,7 @@
}
},
{
- "id": 26719,
+ "id": 27263,
"properties": {
"east": "none",
"north": "none",
@@ -72808,7 +72874,7 @@
}
},
{
- "id": 26720,
+ "id": 27264,
"properties": {
"east": "none",
"north": "none",
@@ -72819,7 +72885,7 @@
}
},
{
- "id": 26721,
+ "id": 27265,
"properties": {
"east": "none",
"north": "none",
@@ -72830,7 +72896,7 @@
}
},
{
- "id": 26722,
+ "id": 27266,
"properties": {
"east": "none",
"north": "none",
@@ -72841,7 +72907,7 @@
}
},
{
- "id": 26723,
+ "id": 27267,
"properties": {
"east": "none",
"north": "none",
@@ -72852,7 +72918,7 @@
}
},
{
- "id": 26724,
+ "id": 27268,
"properties": {
"east": "none",
"north": "none",
@@ -72863,7 +72929,7 @@
}
},
{
- "id": 26725,
+ "id": 27269,
"properties": {
"east": "none",
"north": "none",
@@ -72874,7 +72940,7 @@
}
},
{
- "id": 26726,
+ "id": 27270,
"properties": {
"east": "none",
"north": "none",
@@ -72885,7 +72951,7 @@
}
},
{
- "id": 26727,
+ "id": 27271,
"properties": {
"east": "none",
"north": "none",
@@ -72896,7 +72962,7 @@
}
},
{
- "id": 26728,
+ "id": 27272,
"properties": {
"east": "none",
"north": "none",
@@ -72907,7 +72973,7 @@
}
},
{
- "id": 26729,
+ "id": 27273,
"properties": {
"east": "none",
"north": "none",
@@ -72918,7 +72984,7 @@
}
},
{
- "id": 26730,
+ "id": 27274,
"properties": {
"east": "none",
"north": "none",
@@ -72929,7 +72995,7 @@
}
},
{
- "id": 26731,
+ "id": 27275,
"properties": {
"east": "none",
"north": "none",
@@ -72940,7 +73006,7 @@
}
},
{
- "id": 26732,
+ "id": 27276,
"properties": {
"east": "none",
"north": "low",
@@ -72951,7 +73017,7 @@
}
},
{
- "id": 26733,
+ "id": 27277,
"properties": {
"east": "none",
"north": "low",
@@ -72962,7 +73028,7 @@
}
},
{
- "id": 26734,
+ "id": 27278,
"properties": {
"east": "none",
"north": "low",
@@ -72973,7 +73039,7 @@
}
},
{
- "id": 26735,
+ "id": 27279,
"properties": {
"east": "none",
"north": "low",
@@ -72984,7 +73050,7 @@
}
},
{
- "id": 26736,
+ "id": 27280,
"properties": {
"east": "none",
"north": "low",
@@ -72995,7 +73061,7 @@
}
},
{
- "id": 26737,
+ "id": 27281,
"properties": {
"east": "none",
"north": "low",
@@ -73006,7 +73072,7 @@
}
},
{
- "id": 26738,
+ "id": 27282,
"properties": {
"east": "none",
"north": "low",
@@ -73017,7 +73083,7 @@
}
},
{
- "id": 26739,
+ "id": 27283,
"properties": {
"east": "none",
"north": "low",
@@ -73028,7 +73094,7 @@
}
},
{
- "id": 26740,
+ "id": 27284,
"properties": {
"east": "none",
"north": "low",
@@ -73039,7 +73105,7 @@
}
},
{
- "id": 26741,
+ "id": 27285,
"properties": {
"east": "none",
"north": "low",
@@ -73050,7 +73116,7 @@
}
},
{
- "id": 26742,
+ "id": 27286,
"properties": {
"east": "none",
"north": "low",
@@ -73061,7 +73127,7 @@
}
},
{
- "id": 26743,
+ "id": 27287,
"properties": {
"east": "none",
"north": "low",
@@ -73072,7 +73138,7 @@
}
},
{
- "id": 26744,
+ "id": 27288,
"properties": {
"east": "none",
"north": "low",
@@ -73083,7 +73149,7 @@
}
},
{
- "id": 26745,
+ "id": 27289,
"properties": {
"east": "none",
"north": "low",
@@ -73094,7 +73160,7 @@
}
},
{
- "id": 26746,
+ "id": 27290,
"properties": {
"east": "none",
"north": "low",
@@ -73105,7 +73171,7 @@
}
},
{
- "id": 26747,
+ "id": 27291,
"properties": {
"east": "none",
"north": "low",
@@ -73116,7 +73182,7 @@
}
},
{
- "id": 26748,
+ "id": 27292,
"properties": {
"east": "none",
"north": "low",
@@ -73127,7 +73193,7 @@
}
},
{
- "id": 26749,
+ "id": 27293,
"properties": {
"east": "none",
"north": "low",
@@ -73138,7 +73204,7 @@
}
},
{
- "id": 26750,
+ "id": 27294,
"properties": {
"east": "none",
"north": "low",
@@ -73149,7 +73215,7 @@
}
},
{
- "id": 26751,
+ "id": 27295,
"properties": {
"east": "none",
"north": "low",
@@ -73160,7 +73226,7 @@
}
},
{
- "id": 26752,
+ "id": 27296,
"properties": {
"east": "none",
"north": "low",
@@ -73171,7 +73237,7 @@
}
},
{
- "id": 26753,
+ "id": 27297,
"properties": {
"east": "none",
"north": "low",
@@ -73182,7 +73248,7 @@
}
},
{
- "id": 26754,
+ "id": 27298,
"properties": {
"east": "none",
"north": "low",
@@ -73193,7 +73259,7 @@
}
},
{
- "id": 26755,
+ "id": 27299,
"properties": {
"east": "none",
"north": "low",
@@ -73204,7 +73270,7 @@
}
},
{
- "id": 26756,
+ "id": 27300,
"properties": {
"east": "none",
"north": "low",
@@ -73215,7 +73281,7 @@
}
},
{
- "id": 26757,
+ "id": 27301,
"properties": {
"east": "none",
"north": "low",
@@ -73226,7 +73292,7 @@
}
},
{
- "id": 26758,
+ "id": 27302,
"properties": {
"east": "none",
"north": "low",
@@ -73237,7 +73303,7 @@
}
},
{
- "id": 26759,
+ "id": 27303,
"properties": {
"east": "none",
"north": "low",
@@ -73248,7 +73314,7 @@
}
},
{
- "id": 26760,
+ "id": 27304,
"properties": {
"east": "none",
"north": "low",
@@ -73259,7 +73325,7 @@
}
},
{
- "id": 26761,
+ "id": 27305,
"properties": {
"east": "none",
"north": "low",
@@ -73270,7 +73336,7 @@
}
},
{
- "id": 26762,
+ "id": 27306,
"properties": {
"east": "none",
"north": "low",
@@ -73281,7 +73347,7 @@
}
},
{
- "id": 26763,
+ "id": 27307,
"properties": {
"east": "none",
"north": "low",
@@ -73292,7 +73358,7 @@
}
},
{
- "id": 26764,
+ "id": 27308,
"properties": {
"east": "none",
"north": "low",
@@ -73303,7 +73369,7 @@
}
},
{
- "id": 26765,
+ "id": 27309,
"properties": {
"east": "none",
"north": "low",
@@ -73314,7 +73380,7 @@
}
},
{
- "id": 26766,
+ "id": 27310,
"properties": {
"east": "none",
"north": "low",
@@ -73325,7 +73391,7 @@
}
},
{
- "id": 26767,
+ "id": 27311,
"properties": {
"east": "none",
"north": "low",
@@ -73336,7 +73402,7 @@
}
},
{
- "id": 26768,
+ "id": 27312,
"properties": {
"east": "none",
"north": "tall",
@@ -73347,7 +73413,7 @@
}
},
{
- "id": 26769,
+ "id": 27313,
"properties": {
"east": "none",
"north": "tall",
@@ -73358,7 +73424,7 @@
}
},
{
- "id": 26770,
+ "id": 27314,
"properties": {
"east": "none",
"north": "tall",
@@ -73369,7 +73435,7 @@
}
},
{
- "id": 26771,
+ "id": 27315,
"properties": {
"east": "none",
"north": "tall",
@@ -73380,7 +73446,7 @@
}
},
{
- "id": 26772,
+ "id": 27316,
"properties": {
"east": "none",
"north": "tall",
@@ -73391,7 +73457,7 @@
}
},
{
- "id": 26773,
+ "id": 27317,
"properties": {
"east": "none",
"north": "tall",
@@ -73402,7 +73468,7 @@
}
},
{
- "id": 26774,
+ "id": 27318,
"properties": {
"east": "none",
"north": "tall",
@@ -73413,7 +73479,7 @@
}
},
{
- "id": 26775,
+ "id": 27319,
"properties": {
"east": "none",
"north": "tall",
@@ -73424,7 +73490,7 @@
}
},
{
- "id": 26776,
+ "id": 27320,
"properties": {
"east": "none",
"north": "tall",
@@ -73435,7 +73501,7 @@
}
},
{
- "id": 26777,
+ "id": 27321,
"properties": {
"east": "none",
"north": "tall",
@@ -73446,7 +73512,7 @@
}
},
{
- "id": 26778,
+ "id": 27322,
"properties": {
"east": "none",
"north": "tall",
@@ -73457,7 +73523,7 @@
}
},
{
- "id": 26779,
+ "id": 27323,
"properties": {
"east": "none",
"north": "tall",
@@ -73468,7 +73534,7 @@
}
},
{
- "id": 26780,
+ "id": 27324,
"properties": {
"east": "none",
"north": "tall",
@@ -73479,7 +73545,7 @@
}
},
{
- "id": 26781,
+ "id": 27325,
"properties": {
"east": "none",
"north": "tall",
@@ -73490,7 +73556,7 @@
}
},
{
- "id": 26782,
+ "id": 27326,
"properties": {
"east": "none",
"north": "tall",
@@ -73501,7 +73567,7 @@
}
},
{
- "id": 26783,
+ "id": 27327,
"properties": {
"east": "none",
"north": "tall",
@@ -73512,7 +73578,7 @@
}
},
{
- "id": 26784,
+ "id": 27328,
"properties": {
"east": "none",
"north": "tall",
@@ -73523,7 +73589,7 @@
}
},
{
- "id": 26785,
+ "id": 27329,
"properties": {
"east": "none",
"north": "tall",
@@ -73534,7 +73600,7 @@
}
},
{
- "id": 26786,
+ "id": 27330,
"properties": {
"east": "none",
"north": "tall",
@@ -73545,7 +73611,7 @@
}
},
{
- "id": 26787,
+ "id": 27331,
"properties": {
"east": "none",
"north": "tall",
@@ -73556,7 +73622,7 @@
}
},
{
- "id": 26788,
+ "id": 27332,
"properties": {
"east": "none",
"north": "tall",
@@ -73567,7 +73633,7 @@
}
},
{
- "id": 26789,
+ "id": 27333,
"properties": {
"east": "none",
"north": "tall",
@@ -73578,7 +73644,7 @@
}
},
{
- "id": 26790,
+ "id": 27334,
"properties": {
"east": "none",
"north": "tall",
@@ -73589,7 +73655,7 @@
}
},
{
- "id": 26791,
+ "id": 27335,
"properties": {
"east": "none",
"north": "tall",
@@ -73600,7 +73666,7 @@
}
},
{
- "id": 26792,
+ "id": 27336,
"properties": {
"east": "none",
"north": "tall",
@@ -73611,7 +73677,7 @@
}
},
{
- "id": 26793,
+ "id": 27337,
"properties": {
"east": "none",
"north": "tall",
@@ -73622,7 +73688,7 @@
}
},
{
- "id": 26794,
+ "id": 27338,
"properties": {
"east": "none",
"north": "tall",
@@ -73633,7 +73699,7 @@
}
},
{
- "id": 26795,
+ "id": 27339,
"properties": {
"east": "none",
"north": "tall",
@@ -73644,7 +73710,7 @@
}
},
{
- "id": 26796,
+ "id": 27340,
"properties": {
"east": "none",
"north": "tall",
@@ -73655,7 +73721,7 @@
}
},
{
- "id": 26797,
+ "id": 27341,
"properties": {
"east": "none",
"north": "tall",
@@ -73666,7 +73732,7 @@
}
},
{
- "id": 26798,
+ "id": 27342,
"properties": {
"east": "none",
"north": "tall",
@@ -73677,7 +73743,7 @@
}
},
{
- "id": 26799,
+ "id": 27343,
"properties": {
"east": "none",
"north": "tall",
@@ -73688,7 +73754,7 @@
}
},
{
- "id": 26800,
+ "id": 27344,
"properties": {
"east": "none",
"north": "tall",
@@ -73699,7 +73765,7 @@
}
},
{
- "id": 26801,
+ "id": 27345,
"properties": {
"east": "none",
"north": "tall",
@@ -73710,7 +73776,7 @@
}
},
{
- "id": 26802,
+ "id": 27346,
"properties": {
"east": "none",
"north": "tall",
@@ -73721,7 +73787,7 @@
}
},
{
- "id": 26803,
+ "id": 27347,
"properties": {
"east": "none",
"north": "tall",
@@ -73732,7 +73798,7 @@
}
},
{
- "id": 26804,
+ "id": 27348,
"properties": {
"east": "low",
"north": "none",
@@ -73743,7 +73809,7 @@
}
},
{
- "id": 26805,
+ "id": 27349,
"properties": {
"east": "low",
"north": "none",
@@ -73754,7 +73820,7 @@
}
},
{
- "id": 26806,
+ "id": 27350,
"properties": {
"east": "low",
"north": "none",
@@ -73765,7 +73831,7 @@
}
},
{
- "id": 26807,
+ "id": 27351,
"properties": {
"east": "low",
"north": "none",
@@ -73776,7 +73842,7 @@
}
},
{
- "id": 26808,
+ "id": 27352,
"properties": {
"east": "low",
"north": "none",
@@ -73787,7 +73853,7 @@
}
},
{
- "id": 26809,
+ "id": 27353,
"properties": {
"east": "low",
"north": "none",
@@ -73798,7 +73864,7 @@
}
},
{
- "id": 26810,
+ "id": 27354,
"properties": {
"east": "low",
"north": "none",
@@ -73809,7 +73875,7 @@
}
},
{
- "id": 26811,
+ "id": 27355,
"properties": {
"east": "low",
"north": "none",
@@ -73820,7 +73886,7 @@
}
},
{
- "id": 26812,
+ "id": 27356,
"properties": {
"east": "low",
"north": "none",
@@ -73831,7 +73897,7 @@
}
},
{
- "id": 26813,
+ "id": 27357,
"properties": {
"east": "low",
"north": "none",
@@ -73842,7 +73908,7 @@
}
},
{
- "id": 26814,
+ "id": 27358,
"properties": {
"east": "low",
"north": "none",
@@ -73853,7 +73919,7 @@
}
},
{
- "id": 26815,
+ "id": 27359,
"properties": {
"east": "low",
"north": "none",
@@ -73864,7 +73930,7 @@
}
},
{
- "id": 26816,
+ "id": 27360,
"properties": {
"east": "low",
"north": "none",
@@ -73875,7 +73941,7 @@
}
},
{
- "id": 26817,
+ "id": 27361,
"properties": {
"east": "low",
"north": "none",
@@ -73886,7 +73952,7 @@
}
},
{
- "id": 26818,
+ "id": 27362,
"properties": {
"east": "low",
"north": "none",
@@ -73897,7 +73963,7 @@
}
},
{
- "id": 26819,
+ "id": 27363,
"properties": {
"east": "low",
"north": "none",
@@ -73908,7 +73974,7 @@
}
},
{
- "id": 26820,
+ "id": 27364,
"properties": {
"east": "low",
"north": "none",
@@ -73919,7 +73985,7 @@
}
},
{
- "id": 26821,
+ "id": 27365,
"properties": {
"east": "low",
"north": "none",
@@ -73930,7 +73996,7 @@
}
},
{
- "id": 26822,
+ "id": 27366,
"properties": {
"east": "low",
"north": "none",
@@ -73941,7 +74007,7 @@
}
},
{
- "id": 26823,
+ "id": 27367,
"properties": {
"east": "low",
"north": "none",
@@ -73952,7 +74018,7 @@
}
},
{
- "id": 26824,
+ "id": 27368,
"properties": {
"east": "low",
"north": "none",
@@ -73963,7 +74029,7 @@
}
},
{
- "id": 26825,
+ "id": 27369,
"properties": {
"east": "low",
"north": "none",
@@ -73974,7 +74040,7 @@
}
},
{
- "id": 26826,
+ "id": 27370,
"properties": {
"east": "low",
"north": "none",
@@ -73985,7 +74051,7 @@
}
},
{
- "id": 26827,
+ "id": 27371,
"properties": {
"east": "low",
"north": "none",
@@ -73996,7 +74062,7 @@
}
},
{
- "id": 26828,
+ "id": 27372,
"properties": {
"east": "low",
"north": "none",
@@ -74007,7 +74073,7 @@
}
},
{
- "id": 26829,
+ "id": 27373,
"properties": {
"east": "low",
"north": "none",
@@ -74018,7 +74084,7 @@
}
},
{
- "id": 26830,
+ "id": 27374,
"properties": {
"east": "low",
"north": "none",
@@ -74029,7 +74095,7 @@
}
},
{
- "id": 26831,
+ "id": 27375,
"properties": {
"east": "low",
"north": "none",
@@ -74040,7 +74106,7 @@
}
},
{
- "id": 26832,
+ "id": 27376,
"properties": {
"east": "low",
"north": "none",
@@ -74051,7 +74117,7 @@
}
},
{
- "id": 26833,
+ "id": 27377,
"properties": {
"east": "low",
"north": "none",
@@ -74062,7 +74128,7 @@
}
},
{
- "id": 26834,
+ "id": 27378,
"properties": {
"east": "low",
"north": "none",
@@ -74073,7 +74139,7 @@
}
},
{
- "id": 26835,
+ "id": 27379,
"properties": {
"east": "low",
"north": "none",
@@ -74084,7 +74150,7 @@
}
},
{
- "id": 26836,
+ "id": 27380,
"properties": {
"east": "low",
"north": "none",
@@ -74095,7 +74161,7 @@
}
},
{
- "id": 26837,
+ "id": 27381,
"properties": {
"east": "low",
"north": "none",
@@ -74106,7 +74172,7 @@
}
},
{
- "id": 26838,
+ "id": 27382,
"properties": {
"east": "low",
"north": "none",
@@ -74117,7 +74183,7 @@
}
},
{
- "id": 26839,
+ "id": 27383,
"properties": {
"east": "low",
"north": "none",
@@ -74128,7 +74194,7 @@
}
},
{
- "id": 26840,
+ "id": 27384,
"properties": {
"east": "low",
"north": "low",
@@ -74139,7 +74205,7 @@
}
},
{
- "id": 26841,
+ "id": 27385,
"properties": {
"east": "low",
"north": "low",
@@ -74150,7 +74216,7 @@
}
},
{
- "id": 26842,
+ "id": 27386,
"properties": {
"east": "low",
"north": "low",
@@ -74161,7 +74227,7 @@
}
},
{
- "id": 26843,
+ "id": 27387,
"properties": {
"east": "low",
"north": "low",
@@ -74172,7 +74238,7 @@
}
},
{
- "id": 26844,
+ "id": 27388,
"properties": {
"east": "low",
"north": "low",
@@ -74183,7 +74249,7 @@
}
},
{
- "id": 26845,
+ "id": 27389,
"properties": {
"east": "low",
"north": "low",
@@ -74194,7 +74260,7 @@
}
},
{
- "id": 26846,
+ "id": 27390,
"properties": {
"east": "low",
"north": "low",
@@ -74205,7 +74271,7 @@
}
},
{
- "id": 26847,
+ "id": 27391,
"properties": {
"east": "low",
"north": "low",
@@ -74216,7 +74282,7 @@
}
},
{
- "id": 26848,
+ "id": 27392,
"properties": {
"east": "low",
"north": "low",
@@ -74227,7 +74293,7 @@
}
},
{
- "id": 26849,
+ "id": 27393,
"properties": {
"east": "low",
"north": "low",
@@ -74238,7 +74304,7 @@
}
},
{
- "id": 26850,
+ "id": 27394,
"properties": {
"east": "low",
"north": "low",
@@ -74249,7 +74315,7 @@
}
},
{
- "id": 26851,
+ "id": 27395,
"properties": {
"east": "low",
"north": "low",
@@ -74260,7 +74326,7 @@
}
},
{
- "id": 26852,
+ "id": 27396,
"properties": {
"east": "low",
"north": "low",
@@ -74271,7 +74337,7 @@
}
},
{
- "id": 26853,
+ "id": 27397,
"properties": {
"east": "low",
"north": "low",
@@ -74282,7 +74348,7 @@
}
},
{
- "id": 26854,
+ "id": 27398,
"properties": {
"east": "low",
"north": "low",
@@ -74293,7 +74359,7 @@
}
},
{
- "id": 26855,
+ "id": 27399,
"properties": {
"east": "low",
"north": "low",
@@ -74304,7 +74370,7 @@
}
},
{
- "id": 26856,
+ "id": 27400,
"properties": {
"east": "low",
"north": "low",
@@ -74315,7 +74381,7 @@
}
},
{
- "id": 26857,
+ "id": 27401,
"properties": {
"east": "low",
"north": "low",
@@ -74326,7 +74392,7 @@
}
},
{
- "id": 26858,
+ "id": 27402,
"properties": {
"east": "low",
"north": "low",
@@ -74337,7 +74403,7 @@
}
},
{
- "id": 26859,
+ "id": 27403,
"properties": {
"east": "low",
"north": "low",
@@ -74348,7 +74414,7 @@
}
},
{
- "id": 26860,
+ "id": 27404,
"properties": {
"east": "low",
"north": "low",
@@ -74359,7 +74425,7 @@
}
},
{
- "id": 26861,
+ "id": 27405,
"properties": {
"east": "low",
"north": "low",
@@ -74370,7 +74436,7 @@
}
},
{
- "id": 26862,
+ "id": 27406,
"properties": {
"east": "low",
"north": "low",
@@ -74381,7 +74447,7 @@
}
},
{
- "id": 26863,
+ "id": 27407,
"properties": {
"east": "low",
"north": "low",
@@ -74392,7 +74458,7 @@
}
},
{
- "id": 26864,
+ "id": 27408,
"properties": {
"east": "low",
"north": "low",
@@ -74403,7 +74469,7 @@
}
},
{
- "id": 26865,
+ "id": 27409,
"properties": {
"east": "low",
"north": "low",
@@ -74414,7 +74480,7 @@
}
},
{
- "id": 26866,
+ "id": 27410,
"properties": {
"east": "low",
"north": "low",
@@ -74425,7 +74491,7 @@
}
},
{
- "id": 26867,
+ "id": 27411,
"properties": {
"east": "low",
"north": "low",
@@ -74436,7 +74502,7 @@
}
},
{
- "id": 26868,
+ "id": 27412,
"properties": {
"east": "low",
"north": "low",
@@ -74447,7 +74513,7 @@
}
},
{
- "id": 26869,
+ "id": 27413,
"properties": {
"east": "low",
"north": "low",
@@ -74458,7 +74524,7 @@
}
},
{
- "id": 26870,
+ "id": 27414,
"properties": {
"east": "low",
"north": "low",
@@ -74469,7 +74535,7 @@
}
},
{
- "id": 26871,
+ "id": 27415,
"properties": {
"east": "low",
"north": "low",
@@ -74480,7 +74546,7 @@
}
},
{
- "id": 26872,
+ "id": 27416,
"properties": {
"east": "low",
"north": "low",
@@ -74491,7 +74557,7 @@
}
},
{
- "id": 26873,
+ "id": 27417,
"properties": {
"east": "low",
"north": "low",
@@ -74502,7 +74568,7 @@
}
},
{
- "id": 26874,
+ "id": 27418,
"properties": {
"east": "low",
"north": "low",
@@ -74513,7 +74579,7 @@
}
},
{
- "id": 26875,
+ "id": 27419,
"properties": {
"east": "low",
"north": "low",
@@ -74524,7 +74590,7 @@
}
},
{
- "id": 26876,
+ "id": 27420,
"properties": {
"east": "low",
"north": "tall",
@@ -74535,7 +74601,7 @@
}
},
{
- "id": 26877,
+ "id": 27421,
"properties": {
"east": "low",
"north": "tall",
@@ -74546,7 +74612,7 @@
}
},
{
- "id": 26878,
+ "id": 27422,
"properties": {
"east": "low",
"north": "tall",
@@ -74557,7 +74623,7 @@
}
},
{
- "id": 26879,
+ "id": 27423,
"properties": {
"east": "low",
"north": "tall",
@@ -74568,7 +74634,7 @@
}
},
{
- "id": 26880,
+ "id": 27424,
"properties": {
"east": "low",
"north": "tall",
@@ -74579,7 +74645,7 @@
}
},
{
- "id": 26881,
+ "id": 27425,
"properties": {
"east": "low",
"north": "tall",
@@ -74590,7 +74656,7 @@
}
},
{
- "id": 26882,
+ "id": 27426,
"properties": {
"east": "low",
"north": "tall",
@@ -74601,7 +74667,7 @@
}
},
{
- "id": 26883,
+ "id": 27427,
"properties": {
"east": "low",
"north": "tall",
@@ -74612,7 +74678,7 @@
}
},
{
- "id": 26884,
+ "id": 27428,
"properties": {
"east": "low",
"north": "tall",
@@ -74623,7 +74689,7 @@
}
},
{
- "id": 26885,
+ "id": 27429,
"properties": {
"east": "low",
"north": "tall",
@@ -74634,7 +74700,7 @@
}
},
{
- "id": 26886,
+ "id": 27430,
"properties": {
"east": "low",
"north": "tall",
@@ -74645,7 +74711,7 @@
}
},
{
- "id": 26887,
+ "id": 27431,
"properties": {
"east": "low",
"north": "tall",
@@ -74656,7 +74722,7 @@
}
},
{
- "id": 26888,
+ "id": 27432,
"properties": {
"east": "low",
"north": "tall",
@@ -74667,7 +74733,7 @@
}
},
{
- "id": 26889,
+ "id": 27433,
"properties": {
"east": "low",
"north": "tall",
@@ -74678,7 +74744,7 @@
}
},
{
- "id": 26890,
+ "id": 27434,
"properties": {
"east": "low",
"north": "tall",
@@ -74689,7 +74755,7 @@
}
},
{
- "id": 26891,
+ "id": 27435,
"properties": {
"east": "low",
"north": "tall",
@@ -74700,7 +74766,7 @@
}
},
{
- "id": 26892,
+ "id": 27436,
"properties": {
"east": "low",
"north": "tall",
@@ -74711,7 +74777,7 @@
}
},
{
- "id": 26893,
+ "id": 27437,
"properties": {
"east": "low",
"north": "tall",
@@ -74722,7 +74788,7 @@
}
},
{
- "id": 26894,
+ "id": 27438,
"properties": {
"east": "low",
"north": "tall",
@@ -74733,7 +74799,7 @@
}
},
{
- "id": 26895,
+ "id": 27439,
"properties": {
"east": "low",
"north": "tall",
@@ -74744,7 +74810,7 @@
}
},
{
- "id": 26896,
+ "id": 27440,
"properties": {
"east": "low",
"north": "tall",
@@ -74755,7 +74821,7 @@
}
},
{
- "id": 26897,
+ "id": 27441,
"properties": {
"east": "low",
"north": "tall",
@@ -74766,7 +74832,7 @@
}
},
{
- "id": 26898,
+ "id": 27442,
"properties": {
"east": "low",
"north": "tall",
@@ -74777,7 +74843,7 @@
}
},
{
- "id": 26899,
+ "id": 27443,
"properties": {
"east": "low",
"north": "tall",
@@ -74788,7 +74854,7 @@
}
},
{
- "id": 26900,
+ "id": 27444,
"properties": {
"east": "low",
"north": "tall",
@@ -74799,7 +74865,7 @@
}
},
{
- "id": 26901,
+ "id": 27445,
"properties": {
"east": "low",
"north": "tall",
@@ -74810,7 +74876,7 @@
}
},
{
- "id": 26902,
+ "id": 27446,
"properties": {
"east": "low",
"north": "tall",
@@ -74821,7 +74887,7 @@
}
},
{
- "id": 26903,
+ "id": 27447,
"properties": {
"east": "low",
"north": "tall",
@@ -74832,7 +74898,7 @@
}
},
{
- "id": 26904,
+ "id": 27448,
"properties": {
"east": "low",
"north": "tall",
@@ -74843,7 +74909,7 @@
}
},
{
- "id": 26905,
+ "id": 27449,
"properties": {
"east": "low",
"north": "tall",
@@ -74854,7 +74920,7 @@
}
},
{
- "id": 26906,
+ "id": 27450,
"properties": {
"east": "low",
"north": "tall",
@@ -74865,7 +74931,7 @@
}
},
{
- "id": 26907,
+ "id": 27451,
"properties": {
"east": "low",
"north": "tall",
@@ -74876,7 +74942,7 @@
}
},
{
- "id": 26908,
+ "id": 27452,
"properties": {
"east": "low",
"north": "tall",
@@ -74887,7 +74953,7 @@
}
},
{
- "id": 26909,
+ "id": 27453,
"properties": {
"east": "low",
"north": "tall",
@@ -74898,7 +74964,7 @@
}
},
{
- "id": 26910,
+ "id": 27454,
"properties": {
"east": "low",
"north": "tall",
@@ -74909,7 +74975,7 @@
}
},
{
- "id": 26911,
+ "id": 27455,
"properties": {
"east": "low",
"north": "tall",
@@ -74920,7 +74986,7 @@
}
},
{
- "id": 26912,
+ "id": 27456,
"properties": {
"east": "tall",
"north": "none",
@@ -74931,7 +74997,7 @@
}
},
{
- "id": 26913,
+ "id": 27457,
"properties": {
"east": "tall",
"north": "none",
@@ -74942,7 +75008,7 @@
}
},
{
- "id": 26914,
+ "id": 27458,
"properties": {
"east": "tall",
"north": "none",
@@ -74953,7 +75019,7 @@
}
},
{
- "id": 26915,
+ "id": 27459,
"properties": {
"east": "tall",
"north": "none",
@@ -74964,7 +75030,7 @@
}
},
{
- "id": 26916,
+ "id": 27460,
"properties": {
"east": "tall",
"north": "none",
@@ -74975,7 +75041,7 @@
}
},
{
- "id": 26917,
+ "id": 27461,
"properties": {
"east": "tall",
"north": "none",
@@ -74986,7 +75052,7 @@
}
},
{
- "id": 26918,
+ "id": 27462,
"properties": {
"east": "tall",
"north": "none",
@@ -74997,7 +75063,7 @@
}
},
{
- "id": 26919,
+ "id": 27463,
"properties": {
"east": "tall",
"north": "none",
@@ -75008,7 +75074,7 @@
}
},
{
- "id": 26920,
+ "id": 27464,
"properties": {
"east": "tall",
"north": "none",
@@ -75019,7 +75085,7 @@
}
},
{
- "id": 26921,
+ "id": 27465,
"properties": {
"east": "tall",
"north": "none",
@@ -75030,7 +75096,7 @@
}
},
{
- "id": 26922,
+ "id": 27466,
"properties": {
"east": "tall",
"north": "none",
@@ -75041,7 +75107,7 @@
}
},
{
- "id": 26923,
+ "id": 27467,
"properties": {
"east": "tall",
"north": "none",
@@ -75052,7 +75118,7 @@
}
},
{
- "id": 26924,
+ "id": 27468,
"properties": {
"east": "tall",
"north": "none",
@@ -75063,7 +75129,7 @@
}
},
{
- "id": 26925,
+ "id": 27469,
"properties": {
"east": "tall",
"north": "none",
@@ -75074,7 +75140,7 @@
}
},
{
- "id": 26926,
+ "id": 27470,
"properties": {
"east": "tall",
"north": "none",
@@ -75085,7 +75151,7 @@
}
},
{
- "id": 26927,
+ "id": 27471,
"properties": {
"east": "tall",
"north": "none",
@@ -75096,7 +75162,7 @@
}
},
{
- "id": 26928,
+ "id": 27472,
"properties": {
"east": "tall",
"north": "none",
@@ -75107,7 +75173,7 @@
}
},
{
- "id": 26929,
+ "id": 27473,
"properties": {
"east": "tall",
"north": "none",
@@ -75118,7 +75184,7 @@
}
},
{
- "id": 26930,
+ "id": 27474,
"properties": {
"east": "tall",
"north": "none",
@@ -75129,7 +75195,7 @@
}
},
{
- "id": 26931,
+ "id": 27475,
"properties": {
"east": "tall",
"north": "none",
@@ -75140,7 +75206,7 @@
}
},
{
- "id": 26932,
+ "id": 27476,
"properties": {
"east": "tall",
"north": "none",
@@ -75151,7 +75217,7 @@
}
},
{
- "id": 26933,
+ "id": 27477,
"properties": {
"east": "tall",
"north": "none",
@@ -75162,7 +75228,7 @@
}
},
{
- "id": 26934,
+ "id": 27478,
"properties": {
"east": "tall",
"north": "none",
@@ -75173,7 +75239,7 @@
}
},
{
- "id": 26935,
+ "id": 27479,
"properties": {
"east": "tall",
"north": "none",
@@ -75184,7 +75250,7 @@
}
},
{
- "id": 26936,
+ "id": 27480,
"properties": {
"east": "tall",
"north": "none",
@@ -75195,7 +75261,7 @@
}
},
{
- "id": 26937,
+ "id": 27481,
"properties": {
"east": "tall",
"north": "none",
@@ -75206,7 +75272,7 @@
}
},
{
- "id": 26938,
+ "id": 27482,
"properties": {
"east": "tall",
"north": "none",
@@ -75217,7 +75283,7 @@
}
},
{
- "id": 26939,
+ "id": 27483,
"properties": {
"east": "tall",
"north": "none",
@@ -75228,7 +75294,7 @@
}
},
{
- "id": 26940,
+ "id": 27484,
"properties": {
"east": "tall",
"north": "none",
@@ -75239,7 +75305,7 @@
}
},
{
- "id": 26941,
+ "id": 27485,
"properties": {
"east": "tall",
"north": "none",
@@ -75250,7 +75316,7 @@
}
},
{
- "id": 26942,
+ "id": 27486,
"properties": {
"east": "tall",
"north": "none",
@@ -75261,7 +75327,7 @@
}
},
{
- "id": 26943,
+ "id": 27487,
"properties": {
"east": "tall",
"north": "none",
@@ -75272,7 +75338,7 @@
}
},
{
- "id": 26944,
+ "id": 27488,
"properties": {
"east": "tall",
"north": "none",
@@ -75283,7 +75349,7 @@
}
},
{
- "id": 26945,
+ "id": 27489,
"properties": {
"east": "tall",
"north": "none",
@@ -75294,7 +75360,7 @@
}
},
{
- "id": 26946,
+ "id": 27490,
"properties": {
"east": "tall",
"north": "none",
@@ -75305,7 +75371,7 @@
}
},
{
- "id": 26947,
+ "id": 27491,
"properties": {
"east": "tall",
"north": "none",
@@ -75316,7 +75382,7 @@
}
},
{
- "id": 26948,
+ "id": 27492,
"properties": {
"east": "tall",
"north": "low",
@@ -75327,7 +75393,7 @@
}
},
{
- "id": 26949,
+ "id": 27493,
"properties": {
"east": "tall",
"north": "low",
@@ -75338,7 +75404,7 @@
}
},
{
- "id": 26950,
+ "id": 27494,
"properties": {
"east": "tall",
"north": "low",
@@ -75349,7 +75415,7 @@
}
},
{
- "id": 26951,
+ "id": 27495,
"properties": {
"east": "tall",
"north": "low",
@@ -75360,7 +75426,7 @@
}
},
{
- "id": 26952,
+ "id": 27496,
"properties": {
"east": "tall",
"north": "low",
@@ -75371,7 +75437,7 @@
}
},
{
- "id": 26953,
+ "id": 27497,
"properties": {
"east": "tall",
"north": "low",
@@ -75382,7 +75448,7 @@
}
},
{
- "id": 26954,
+ "id": 27498,
"properties": {
"east": "tall",
"north": "low",
@@ -75393,7 +75459,7 @@
}
},
{
- "id": 26955,
+ "id": 27499,
"properties": {
"east": "tall",
"north": "low",
@@ -75404,7 +75470,7 @@
}
},
{
- "id": 26956,
+ "id": 27500,
"properties": {
"east": "tall",
"north": "low",
@@ -75415,7 +75481,7 @@
}
},
{
- "id": 26957,
+ "id": 27501,
"properties": {
"east": "tall",
"north": "low",
@@ -75426,7 +75492,7 @@
}
},
{
- "id": 26958,
+ "id": 27502,
"properties": {
"east": "tall",
"north": "low",
@@ -75437,7 +75503,7 @@
}
},
{
- "id": 26959,
+ "id": 27503,
"properties": {
"east": "tall",
"north": "low",
@@ -75448,7 +75514,7 @@
}
},
{
- "id": 26960,
+ "id": 27504,
"properties": {
"east": "tall",
"north": "low",
@@ -75459,7 +75525,7 @@
}
},
{
- "id": 26961,
+ "id": 27505,
"properties": {
"east": "tall",
"north": "low",
@@ -75470,7 +75536,7 @@
}
},
{
- "id": 26962,
+ "id": 27506,
"properties": {
"east": "tall",
"north": "low",
@@ -75481,7 +75547,7 @@
}
},
{
- "id": 26963,
+ "id": 27507,
"properties": {
"east": "tall",
"north": "low",
@@ -75492,7 +75558,7 @@
}
},
{
- "id": 26964,
+ "id": 27508,
"properties": {
"east": "tall",
"north": "low",
@@ -75503,7 +75569,7 @@
}
},
{
- "id": 26965,
+ "id": 27509,
"properties": {
"east": "tall",
"north": "low",
@@ -75514,7 +75580,7 @@
}
},
{
- "id": 26966,
+ "id": 27510,
"properties": {
"east": "tall",
"north": "low",
@@ -75525,7 +75591,7 @@
}
},
{
- "id": 26967,
+ "id": 27511,
"properties": {
"east": "tall",
"north": "low",
@@ -75536,7 +75602,7 @@
}
},
{
- "id": 26968,
+ "id": 27512,
"properties": {
"east": "tall",
"north": "low",
@@ -75547,7 +75613,7 @@
}
},
{
- "id": 26969,
+ "id": 27513,
"properties": {
"east": "tall",
"north": "low",
@@ -75558,7 +75624,7 @@
}
},
{
- "id": 26970,
+ "id": 27514,
"properties": {
"east": "tall",
"north": "low",
@@ -75569,7 +75635,7 @@
}
},
{
- "id": 26971,
+ "id": 27515,
"properties": {
"east": "tall",
"north": "low",
@@ -75580,7 +75646,7 @@
}
},
{
- "id": 26972,
+ "id": 27516,
"properties": {
"east": "tall",
"north": "low",
@@ -75591,7 +75657,7 @@
}
},
{
- "id": 26973,
+ "id": 27517,
"properties": {
"east": "tall",
"north": "low",
@@ -75602,7 +75668,7 @@
}
},
{
- "id": 26974,
+ "id": 27518,
"properties": {
"east": "tall",
"north": "low",
@@ -75613,7 +75679,7 @@
}
},
{
- "id": 26975,
+ "id": 27519,
"properties": {
"east": "tall",
"north": "low",
@@ -75624,7 +75690,7 @@
}
},
{
- "id": 26976,
+ "id": 27520,
"properties": {
"east": "tall",
"north": "low",
@@ -75635,7 +75701,7 @@
}
},
{
- "id": 26977,
+ "id": 27521,
"properties": {
"east": "tall",
"north": "low",
@@ -75646,7 +75712,7 @@
}
},
{
- "id": 26978,
+ "id": 27522,
"properties": {
"east": "tall",
"north": "low",
@@ -75657,7 +75723,7 @@
}
},
{
- "id": 26979,
+ "id": 27523,
"properties": {
"east": "tall",
"north": "low",
@@ -75668,7 +75734,7 @@
}
},
{
- "id": 26980,
+ "id": 27524,
"properties": {
"east": "tall",
"north": "low",
@@ -75679,7 +75745,7 @@
}
},
{
- "id": 26981,
+ "id": 27525,
"properties": {
"east": "tall",
"north": "low",
@@ -75690,7 +75756,7 @@
}
},
{
- "id": 26982,
+ "id": 27526,
"properties": {
"east": "tall",
"north": "low",
@@ -75701,7 +75767,7 @@
}
},
{
- "id": 26983,
+ "id": 27527,
"properties": {
"east": "tall",
"north": "low",
@@ -75712,7 +75778,7 @@
}
},
{
- "id": 26984,
+ "id": 27528,
"properties": {
"east": "tall",
"north": "tall",
@@ -75723,7 +75789,7 @@
}
},
{
- "id": 26985,
+ "id": 27529,
"properties": {
"east": "tall",
"north": "tall",
@@ -75734,7 +75800,7 @@
}
},
{
- "id": 26986,
+ "id": 27530,
"properties": {
"east": "tall",
"north": "tall",
@@ -75745,7 +75811,7 @@
}
},
{
- "id": 26987,
+ "id": 27531,
"properties": {
"east": "tall",
"north": "tall",
@@ -75756,7 +75822,7 @@
}
},
{
- "id": 26988,
+ "id": 27532,
"properties": {
"east": "tall",
"north": "tall",
@@ -75767,7 +75833,7 @@
}
},
{
- "id": 26989,
+ "id": 27533,
"properties": {
"east": "tall",
"north": "tall",
@@ -75778,7 +75844,7 @@
}
},
{
- "id": 26990,
+ "id": 27534,
"properties": {
"east": "tall",
"north": "tall",
@@ -75789,7 +75855,7 @@
}
},
{
- "id": 26991,
+ "id": 27535,
"properties": {
"east": "tall",
"north": "tall",
@@ -75800,7 +75866,7 @@
}
},
{
- "id": 26992,
+ "id": 27536,
"properties": {
"east": "tall",
"north": "tall",
@@ -75811,7 +75877,7 @@
}
},
{
- "id": 26993,
+ "id": 27537,
"properties": {
"east": "tall",
"north": "tall",
@@ -75822,7 +75888,7 @@
}
},
{
- "id": 26994,
+ "id": 27538,
"properties": {
"east": "tall",
"north": "tall",
@@ -75833,7 +75899,7 @@
}
},
{
- "id": 26995,
+ "id": 27539,
"properties": {
"east": "tall",
"north": "tall",
@@ -75844,7 +75910,7 @@
}
},
{
- "id": 26996,
+ "id": 27540,
"properties": {
"east": "tall",
"north": "tall",
@@ -75855,7 +75921,7 @@
}
},
{
- "id": 26997,
+ "id": 27541,
"properties": {
"east": "tall",
"north": "tall",
@@ -75866,7 +75932,7 @@
}
},
{
- "id": 26998,
+ "id": 27542,
"properties": {
"east": "tall",
"north": "tall",
@@ -75877,7 +75943,7 @@
}
},
{
- "id": 26999,
+ "id": 27543,
"properties": {
"east": "tall",
"north": "tall",
@@ -75888,7 +75954,7 @@
}
},
{
- "id": 27000,
+ "id": 27544,
"properties": {
"east": "tall",
"north": "tall",
@@ -75899,7 +75965,7 @@
}
},
{
- "id": 27001,
+ "id": 27545,
"properties": {
"east": "tall",
"north": "tall",
@@ -75910,7 +75976,7 @@
}
},
{
- "id": 27002,
+ "id": 27546,
"properties": {
"east": "tall",
"north": "tall",
@@ -75921,7 +75987,7 @@
}
},
{
- "id": 27003,
+ "id": 27547,
"properties": {
"east": "tall",
"north": "tall",
@@ -75932,7 +75998,7 @@
}
},
{
- "id": 27004,
+ "id": 27548,
"properties": {
"east": "tall",
"north": "tall",
@@ -75943,7 +76009,7 @@
}
},
{
- "id": 27005,
+ "id": 27549,
"properties": {
"east": "tall",
"north": "tall",
@@ -75954,7 +76020,7 @@
}
},
{
- "id": 27006,
+ "id": 27550,
"properties": {
"east": "tall",
"north": "tall",
@@ -75965,7 +76031,7 @@
}
},
{
- "id": 27007,
+ "id": 27551,
"properties": {
"east": "tall",
"north": "tall",
@@ -75976,7 +76042,7 @@
}
},
{
- "id": 27008,
+ "id": 27552,
"properties": {
"east": "tall",
"north": "tall",
@@ -75987,7 +76053,7 @@
}
},
{
- "id": 27009,
+ "id": 27553,
"properties": {
"east": "tall",
"north": "tall",
@@ -75998,7 +76064,7 @@
}
},
{
- "id": 27010,
+ "id": 27554,
"properties": {
"east": "tall",
"north": "tall",
@@ -76009,7 +76075,7 @@
}
},
{
- "id": 27011,
+ "id": 27555,
"properties": {
"east": "tall",
"north": "tall",
@@ -76020,7 +76086,7 @@
}
},
{
- "id": 27012,
+ "id": 27556,
"properties": {
"east": "tall",
"north": "tall",
@@ -76031,7 +76097,7 @@
}
},
{
- "id": 27013,
+ "id": 27557,
"properties": {
"east": "tall",
"north": "tall",
@@ -76042,7 +76108,7 @@
}
},
{
- "id": 27014,
+ "id": 27558,
"properties": {
"east": "tall",
"north": "tall",
@@ -76053,7 +76119,7 @@
}
},
{
- "id": 27015,
+ "id": 27559,
"properties": {
"east": "tall",
"north": "tall",
@@ -76064,7 +76130,7 @@
}
},
{
- "id": 27016,
+ "id": 27560,
"properties": {
"east": "tall",
"north": "tall",
@@ -76075,7 +76141,7 @@
}
},
{
- "id": 27017,
+ "id": 27561,
"properties": {
"east": "tall",
"north": "tall",
@@ -76086,7 +76152,7 @@
}
},
{
- "id": 27018,
+ "id": 27562,
"properties": {
"east": "tall",
"north": "tall",
@@ -76097,7 +76163,7 @@
}
},
{
- "id": 27019,
+ "id": 27563,
"properties": {
"east": "tall",
"north": "tall",
@@ -76117,7 +76183,7 @@
"states": [
{
"default": true,
- "id": 26609
+ "id": 27153
}
]
},
@@ -76147,7 +76213,7 @@
"states": [
{
"default": true,
- "id": 23412
+ "id": 23956
}
]
},
@@ -76164,7 +76230,7 @@
"states": [
{
"default": true,
- "id": 4327
+ "id": 4330
}
]
},
@@ -76181,7 +76247,7 @@
"states": [
{
"default": true,
- "id": 7742
+ "id": 8286
}
]
},
@@ -76241,14 +76307,14 @@
},
"states": [
{
- "id": 5902,
+ "id": 5905,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 5903,
+ "id": 5906,
"properties": {
"lit": "false"
}
@@ -76273,21 +76339,21 @@
},
"states": [
{
- "id": 26279,
+ "id": 26823,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 26280,
+ "id": 26824,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 26281,
+ "id": 26825,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -76295,21 +76361,21 @@
},
{
"default": true,
- "id": 26282,
+ "id": 26826,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 26283,
+ "id": 26827,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 26284,
+ "id": 26828,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -76350,7 +76416,7 @@
},
"states": [
{
- "id": 26199,
+ "id": 26743,
"properties": {
"facing": "north",
"half": "top",
@@ -76359,7 +76425,7 @@
}
},
{
- "id": 26200,
+ "id": 26744,
"properties": {
"facing": "north",
"half": "top",
@@ -76368,7 +76434,7 @@
}
},
{
- "id": 26201,
+ "id": 26745,
"properties": {
"facing": "north",
"half": "top",
@@ -76377,7 +76443,7 @@
}
},
{
- "id": 26202,
+ "id": 26746,
"properties": {
"facing": "north",
"half": "top",
@@ -76386,7 +76452,7 @@
}
},
{
- "id": 26203,
+ "id": 26747,
"properties": {
"facing": "north",
"half": "top",
@@ -76395,7 +76461,7 @@
}
},
{
- "id": 26204,
+ "id": 26748,
"properties": {
"facing": "north",
"half": "top",
@@ -76404,7 +76470,7 @@
}
},
{
- "id": 26205,
+ "id": 26749,
"properties": {
"facing": "north",
"half": "top",
@@ -76413,7 +76479,7 @@
}
},
{
- "id": 26206,
+ "id": 26750,
"properties": {
"facing": "north",
"half": "top",
@@ -76422,7 +76488,7 @@
}
},
{
- "id": 26207,
+ "id": 26751,
"properties": {
"facing": "north",
"half": "top",
@@ -76431,7 +76497,7 @@
}
},
{
- "id": 26208,
+ "id": 26752,
"properties": {
"facing": "north",
"half": "top",
@@ -76440,7 +76506,7 @@
}
},
{
- "id": 26209,
+ "id": 26753,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76450,7 +76516,7 @@
},
{
"default": true,
- "id": 26210,
+ "id": 26754,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76459,7 +76525,7 @@
}
},
{
- "id": 26211,
+ "id": 26755,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76468,7 +76534,7 @@
}
},
{
- "id": 26212,
+ "id": 26756,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76477,7 +76543,7 @@
}
},
{
- "id": 26213,
+ "id": 26757,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76486,7 +76552,7 @@
}
},
{
- "id": 26214,
+ "id": 26758,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76495,7 +76561,7 @@
}
},
{
- "id": 26215,
+ "id": 26759,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76504,7 +76570,7 @@
}
},
{
- "id": 26216,
+ "id": 26760,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76513,7 +76579,7 @@
}
},
{
- "id": 26217,
+ "id": 26761,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76522,7 +76588,7 @@
}
},
{
- "id": 26218,
+ "id": 26762,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76531,7 +76597,7 @@
}
},
{
- "id": 26219,
+ "id": 26763,
"properties": {
"facing": "south",
"half": "top",
@@ -76540,7 +76606,7 @@
}
},
{
- "id": 26220,
+ "id": 26764,
"properties": {
"facing": "south",
"half": "top",
@@ -76549,7 +76615,7 @@
}
},
{
- "id": 26221,
+ "id": 26765,
"properties": {
"facing": "south",
"half": "top",
@@ -76558,7 +76624,7 @@
}
},
{
- "id": 26222,
+ "id": 26766,
"properties": {
"facing": "south",
"half": "top",
@@ -76567,7 +76633,7 @@
}
},
{
- "id": 26223,
+ "id": 26767,
"properties": {
"facing": "south",
"half": "top",
@@ -76576,7 +76642,7 @@
}
},
{
- "id": 26224,
+ "id": 26768,
"properties": {
"facing": "south",
"half": "top",
@@ -76585,7 +76651,7 @@
}
},
{
- "id": 26225,
+ "id": 26769,
"properties": {
"facing": "south",
"half": "top",
@@ -76594,7 +76660,7 @@
}
},
{
- "id": 26226,
+ "id": 26770,
"properties": {
"facing": "south",
"half": "top",
@@ -76603,7 +76669,7 @@
}
},
{
- "id": 26227,
+ "id": 26771,
"properties": {
"facing": "south",
"half": "top",
@@ -76612,7 +76678,7 @@
}
},
{
- "id": 26228,
+ "id": 26772,
"properties": {
"facing": "south",
"half": "top",
@@ -76621,7 +76687,7 @@
}
},
{
- "id": 26229,
+ "id": 26773,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76630,7 +76696,7 @@
}
},
{
- "id": 26230,
+ "id": 26774,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76639,7 +76705,7 @@
}
},
{
- "id": 26231,
+ "id": 26775,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76648,7 +76714,7 @@
}
},
{
- "id": 26232,
+ "id": 26776,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76657,7 +76723,7 @@
}
},
{
- "id": 26233,
+ "id": 26777,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76666,7 +76732,7 @@
}
},
{
- "id": 26234,
+ "id": 26778,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76675,7 +76741,7 @@
}
},
{
- "id": 26235,
+ "id": 26779,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76684,7 +76750,7 @@
}
},
{
- "id": 26236,
+ "id": 26780,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76693,7 +76759,7 @@
}
},
{
- "id": 26237,
+ "id": 26781,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76702,7 +76768,7 @@
}
},
{
- "id": 26238,
+ "id": 26782,
"properties": {
"facing": "south",
"half": "bottom",
@@ -76711,7 +76777,7 @@
}
},
{
- "id": 26239,
+ "id": 26783,
"properties": {
"facing": "west",
"half": "top",
@@ -76720,7 +76786,7 @@
}
},
{
- "id": 26240,
+ "id": 26784,
"properties": {
"facing": "west",
"half": "top",
@@ -76729,7 +76795,7 @@
}
},
{
- "id": 26241,
+ "id": 26785,
"properties": {
"facing": "west",
"half": "top",
@@ -76738,7 +76804,7 @@
}
},
{
- "id": 26242,
+ "id": 26786,
"properties": {
"facing": "west",
"half": "top",
@@ -76747,7 +76813,7 @@
}
},
{
- "id": 26243,
+ "id": 26787,
"properties": {
"facing": "west",
"half": "top",
@@ -76756,7 +76822,7 @@
}
},
{
- "id": 26244,
+ "id": 26788,
"properties": {
"facing": "west",
"half": "top",
@@ -76765,7 +76831,7 @@
}
},
{
- "id": 26245,
+ "id": 26789,
"properties": {
"facing": "west",
"half": "top",
@@ -76774,7 +76840,7 @@
}
},
{
- "id": 26246,
+ "id": 26790,
"properties": {
"facing": "west",
"half": "top",
@@ -76783,7 +76849,7 @@
}
},
{
- "id": 26247,
+ "id": 26791,
"properties": {
"facing": "west",
"half": "top",
@@ -76792,7 +76858,7 @@
}
},
{
- "id": 26248,
+ "id": 26792,
"properties": {
"facing": "west",
"half": "top",
@@ -76801,7 +76867,7 @@
}
},
{
- "id": 26249,
+ "id": 26793,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76810,7 +76876,7 @@
}
},
{
- "id": 26250,
+ "id": 26794,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76819,7 +76885,7 @@
}
},
{
- "id": 26251,
+ "id": 26795,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76828,7 +76894,7 @@
}
},
{
- "id": 26252,
+ "id": 26796,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76837,7 +76903,7 @@
}
},
{
- "id": 26253,
+ "id": 26797,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76846,7 +76912,7 @@
}
},
{
- "id": 26254,
+ "id": 26798,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76855,7 +76921,7 @@
}
},
{
- "id": 26255,
+ "id": 26799,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76864,7 +76930,7 @@
}
},
{
- "id": 26256,
+ "id": 26800,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76873,7 +76939,7 @@
}
},
{
- "id": 26257,
+ "id": 26801,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76882,7 +76948,7 @@
}
},
{
- "id": 26258,
+ "id": 26802,
"properties": {
"facing": "west",
"half": "bottom",
@@ -76891,7 +76957,7 @@
}
},
{
- "id": 26259,
+ "id": 26803,
"properties": {
"facing": "east",
"half": "top",
@@ -76900,7 +76966,7 @@
}
},
{
- "id": 26260,
+ "id": 26804,
"properties": {
"facing": "east",
"half": "top",
@@ -76909,7 +76975,7 @@
}
},
{
- "id": 26261,
+ "id": 26805,
"properties": {
"facing": "east",
"half": "top",
@@ -76918,7 +76984,7 @@
}
},
{
- "id": 26262,
+ "id": 26806,
"properties": {
"facing": "east",
"half": "top",
@@ -76927,7 +76993,7 @@
}
},
{
- "id": 26263,
+ "id": 26807,
"properties": {
"facing": "east",
"half": "top",
@@ -76936,7 +77002,7 @@
}
},
{
- "id": 26264,
+ "id": 26808,
"properties": {
"facing": "east",
"half": "top",
@@ -76945,7 +77011,7 @@
}
},
{
- "id": 26265,
+ "id": 26809,
"properties": {
"facing": "east",
"half": "top",
@@ -76954,7 +77020,7 @@
}
},
{
- "id": 26266,
+ "id": 26810,
"properties": {
"facing": "east",
"half": "top",
@@ -76963,7 +77029,7 @@
}
},
{
- "id": 26267,
+ "id": 26811,
"properties": {
"facing": "east",
"half": "top",
@@ -76972,7 +77038,7 @@
}
},
{
- "id": 26268,
+ "id": 26812,
"properties": {
"facing": "east",
"half": "top",
@@ -76981,7 +77047,7 @@
}
},
{
- "id": 26269,
+ "id": 26813,
"properties": {
"facing": "east",
"half": "bottom",
@@ -76990,7 +77056,7 @@
}
},
{
- "id": 26270,
+ "id": 26814,
"properties": {
"facing": "east",
"half": "bottom",
@@ -76999,7 +77065,7 @@
}
},
{
- "id": 26271,
+ "id": 26815,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77008,7 +77074,7 @@
}
},
{
- "id": 26272,
+ "id": 26816,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77017,7 +77083,7 @@
}
},
{
- "id": 26273,
+ "id": 26817,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77026,7 +77092,7 @@
}
},
{
- "id": 26274,
+ "id": 26818,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77035,7 +77101,7 @@
}
},
{
- "id": 26275,
+ "id": 26819,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77044,7 +77110,7 @@
}
},
{
- "id": 26276,
+ "id": 26820,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77053,7 +77119,7 @@
}
},
{
- "id": 26277,
+ "id": 26821,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77062,7 +77128,7 @@
}
},
{
- "id": 26278,
+ "id": 26822,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77109,7 +77175,7 @@
},
"states": [
{
- "id": 26285,
+ "id": 26829,
"properties": {
"east": "none",
"north": "none",
@@ -77120,7 +77186,7 @@
}
},
{
- "id": 26286,
+ "id": 26830,
"properties": {
"east": "none",
"north": "none",
@@ -77131,7 +77197,7 @@
}
},
{
- "id": 26287,
+ "id": 26831,
"properties": {
"east": "none",
"north": "none",
@@ -77143,7 +77209,7 @@
},
{
"default": true,
- "id": 26288,
+ "id": 26832,
"properties": {
"east": "none",
"north": "none",
@@ -77154,7 +77220,7 @@
}
},
{
- "id": 26289,
+ "id": 26833,
"properties": {
"east": "none",
"north": "none",
@@ -77165,7 +77231,7 @@
}
},
{
- "id": 26290,
+ "id": 26834,
"properties": {
"east": "none",
"north": "none",
@@ -77176,7 +77242,7 @@
}
},
{
- "id": 26291,
+ "id": 26835,
"properties": {
"east": "none",
"north": "none",
@@ -77187,7 +77253,7 @@
}
},
{
- "id": 26292,
+ "id": 26836,
"properties": {
"east": "none",
"north": "none",
@@ -77198,7 +77264,7 @@
}
},
{
- "id": 26293,
+ "id": 26837,
"properties": {
"east": "none",
"north": "none",
@@ -77209,7 +77275,7 @@
}
},
{
- "id": 26294,
+ "id": 26838,
"properties": {
"east": "none",
"north": "none",
@@ -77220,7 +77286,7 @@
}
},
{
- "id": 26295,
+ "id": 26839,
"properties": {
"east": "none",
"north": "none",
@@ -77231,7 +77297,7 @@
}
},
{
- "id": 26296,
+ "id": 26840,
"properties": {
"east": "none",
"north": "none",
@@ -77242,7 +77308,7 @@
}
},
{
- "id": 26297,
+ "id": 26841,
"properties": {
"east": "none",
"north": "none",
@@ -77253,7 +77319,7 @@
}
},
{
- "id": 26298,
+ "id": 26842,
"properties": {
"east": "none",
"north": "none",
@@ -77264,7 +77330,7 @@
}
},
{
- "id": 26299,
+ "id": 26843,
"properties": {
"east": "none",
"north": "none",
@@ -77275,7 +77341,7 @@
}
},
{
- "id": 26300,
+ "id": 26844,
"properties": {
"east": "none",
"north": "none",
@@ -77286,7 +77352,7 @@
}
},
{
- "id": 26301,
+ "id": 26845,
"properties": {
"east": "none",
"north": "none",
@@ -77297,7 +77363,7 @@
}
},
{
- "id": 26302,
+ "id": 26846,
"properties": {
"east": "none",
"north": "none",
@@ -77308,7 +77374,7 @@
}
},
{
- "id": 26303,
+ "id": 26847,
"properties": {
"east": "none",
"north": "none",
@@ -77319,7 +77385,7 @@
}
},
{
- "id": 26304,
+ "id": 26848,
"properties": {
"east": "none",
"north": "none",
@@ -77330,7 +77396,7 @@
}
},
{
- "id": 26305,
+ "id": 26849,
"properties": {
"east": "none",
"north": "none",
@@ -77341,7 +77407,7 @@
}
},
{
- "id": 26306,
+ "id": 26850,
"properties": {
"east": "none",
"north": "none",
@@ -77352,7 +77418,7 @@
}
},
{
- "id": 26307,
+ "id": 26851,
"properties": {
"east": "none",
"north": "none",
@@ -77363,7 +77429,7 @@
}
},
{
- "id": 26308,
+ "id": 26852,
"properties": {
"east": "none",
"north": "none",
@@ -77374,7 +77440,7 @@
}
},
{
- "id": 26309,
+ "id": 26853,
"properties": {
"east": "none",
"north": "none",
@@ -77385,7 +77451,7 @@
}
},
{
- "id": 26310,
+ "id": 26854,
"properties": {
"east": "none",
"north": "none",
@@ -77396,7 +77462,7 @@
}
},
{
- "id": 26311,
+ "id": 26855,
"properties": {
"east": "none",
"north": "none",
@@ -77407,7 +77473,7 @@
}
},
{
- "id": 26312,
+ "id": 26856,
"properties": {
"east": "none",
"north": "none",
@@ -77418,7 +77484,7 @@
}
},
{
- "id": 26313,
+ "id": 26857,
"properties": {
"east": "none",
"north": "none",
@@ -77429,7 +77495,7 @@
}
},
{
- "id": 26314,
+ "id": 26858,
"properties": {
"east": "none",
"north": "none",
@@ -77440,7 +77506,7 @@
}
},
{
- "id": 26315,
+ "id": 26859,
"properties": {
"east": "none",
"north": "none",
@@ -77451,7 +77517,7 @@
}
},
{
- "id": 26316,
+ "id": 26860,
"properties": {
"east": "none",
"north": "none",
@@ -77462,7 +77528,7 @@
}
},
{
- "id": 26317,
+ "id": 26861,
"properties": {
"east": "none",
"north": "none",
@@ -77473,7 +77539,7 @@
}
},
{
- "id": 26318,
+ "id": 26862,
"properties": {
"east": "none",
"north": "none",
@@ -77484,7 +77550,7 @@
}
},
{
- "id": 26319,
+ "id": 26863,
"properties": {
"east": "none",
"north": "none",
@@ -77495,7 +77561,7 @@
}
},
{
- "id": 26320,
+ "id": 26864,
"properties": {
"east": "none",
"north": "none",
@@ -77506,7 +77572,7 @@
}
},
{
- "id": 26321,
+ "id": 26865,
"properties": {
"east": "none",
"north": "low",
@@ -77517,7 +77583,7 @@
}
},
{
- "id": 26322,
+ "id": 26866,
"properties": {
"east": "none",
"north": "low",
@@ -77528,7 +77594,7 @@
}
},
{
- "id": 26323,
+ "id": 26867,
"properties": {
"east": "none",
"north": "low",
@@ -77539,7 +77605,7 @@
}
},
{
- "id": 26324,
+ "id": 26868,
"properties": {
"east": "none",
"north": "low",
@@ -77550,7 +77616,7 @@
}
},
{
- "id": 26325,
+ "id": 26869,
"properties": {
"east": "none",
"north": "low",
@@ -77561,7 +77627,7 @@
}
},
{
- "id": 26326,
+ "id": 26870,
"properties": {
"east": "none",
"north": "low",
@@ -77572,7 +77638,7 @@
}
},
{
- "id": 26327,
+ "id": 26871,
"properties": {
"east": "none",
"north": "low",
@@ -77583,7 +77649,7 @@
}
},
{
- "id": 26328,
+ "id": 26872,
"properties": {
"east": "none",
"north": "low",
@@ -77594,7 +77660,7 @@
}
},
{
- "id": 26329,
+ "id": 26873,
"properties": {
"east": "none",
"north": "low",
@@ -77605,7 +77671,7 @@
}
},
{
- "id": 26330,
+ "id": 26874,
"properties": {
"east": "none",
"north": "low",
@@ -77616,7 +77682,7 @@
}
},
{
- "id": 26331,
+ "id": 26875,
"properties": {
"east": "none",
"north": "low",
@@ -77627,7 +77693,7 @@
}
},
{
- "id": 26332,
+ "id": 26876,
"properties": {
"east": "none",
"north": "low",
@@ -77638,7 +77704,7 @@
}
},
{
- "id": 26333,
+ "id": 26877,
"properties": {
"east": "none",
"north": "low",
@@ -77649,7 +77715,7 @@
}
},
{
- "id": 26334,
+ "id": 26878,
"properties": {
"east": "none",
"north": "low",
@@ -77660,7 +77726,7 @@
}
},
{
- "id": 26335,
+ "id": 26879,
"properties": {
"east": "none",
"north": "low",
@@ -77671,7 +77737,7 @@
}
},
{
- "id": 26336,
+ "id": 26880,
"properties": {
"east": "none",
"north": "low",
@@ -77682,7 +77748,7 @@
}
},
{
- "id": 26337,
+ "id": 26881,
"properties": {
"east": "none",
"north": "low",
@@ -77693,7 +77759,7 @@
}
},
{
- "id": 26338,
+ "id": 26882,
"properties": {
"east": "none",
"north": "low",
@@ -77704,7 +77770,7 @@
}
},
{
- "id": 26339,
+ "id": 26883,
"properties": {
"east": "none",
"north": "low",
@@ -77715,7 +77781,7 @@
}
},
{
- "id": 26340,
+ "id": 26884,
"properties": {
"east": "none",
"north": "low",
@@ -77726,7 +77792,7 @@
}
},
{
- "id": 26341,
+ "id": 26885,
"properties": {
"east": "none",
"north": "low",
@@ -77737,7 +77803,7 @@
}
},
{
- "id": 26342,
+ "id": 26886,
"properties": {
"east": "none",
"north": "low",
@@ -77748,7 +77814,7 @@
}
},
{
- "id": 26343,
+ "id": 26887,
"properties": {
"east": "none",
"north": "low",
@@ -77759,7 +77825,7 @@
}
},
{
- "id": 26344,
+ "id": 26888,
"properties": {
"east": "none",
"north": "low",
@@ -77770,7 +77836,7 @@
}
},
{
- "id": 26345,
+ "id": 26889,
"properties": {
"east": "none",
"north": "low",
@@ -77781,7 +77847,7 @@
}
},
{
- "id": 26346,
+ "id": 26890,
"properties": {
"east": "none",
"north": "low",
@@ -77792,7 +77858,7 @@
}
},
{
- "id": 26347,
+ "id": 26891,
"properties": {
"east": "none",
"north": "low",
@@ -77803,7 +77869,7 @@
}
},
{
- "id": 26348,
+ "id": 26892,
"properties": {
"east": "none",
"north": "low",
@@ -77814,7 +77880,7 @@
}
},
{
- "id": 26349,
+ "id": 26893,
"properties": {
"east": "none",
"north": "low",
@@ -77825,7 +77891,7 @@
}
},
{
- "id": 26350,
+ "id": 26894,
"properties": {
"east": "none",
"north": "low",
@@ -77836,7 +77902,7 @@
}
},
{
- "id": 26351,
+ "id": 26895,
"properties": {
"east": "none",
"north": "low",
@@ -77847,7 +77913,7 @@
}
},
{
- "id": 26352,
+ "id": 26896,
"properties": {
"east": "none",
"north": "low",
@@ -77858,7 +77924,7 @@
}
},
{
- "id": 26353,
+ "id": 26897,
"properties": {
"east": "none",
"north": "low",
@@ -77869,7 +77935,7 @@
}
},
{
- "id": 26354,
+ "id": 26898,
"properties": {
"east": "none",
"north": "low",
@@ -77880,7 +77946,7 @@
}
},
{
- "id": 26355,
+ "id": 26899,
"properties": {
"east": "none",
"north": "low",
@@ -77891,7 +77957,7 @@
}
},
{
- "id": 26356,
+ "id": 26900,
"properties": {
"east": "none",
"north": "low",
@@ -77902,7 +77968,7 @@
}
},
{
- "id": 26357,
+ "id": 26901,
"properties": {
"east": "none",
"north": "tall",
@@ -77913,7 +77979,7 @@
}
},
{
- "id": 26358,
+ "id": 26902,
"properties": {
"east": "none",
"north": "tall",
@@ -77924,7 +77990,7 @@
}
},
{
- "id": 26359,
+ "id": 26903,
"properties": {
"east": "none",
"north": "tall",
@@ -77935,7 +78001,7 @@
}
},
{
- "id": 26360,
+ "id": 26904,
"properties": {
"east": "none",
"north": "tall",
@@ -77946,7 +78012,7 @@
}
},
{
- "id": 26361,
+ "id": 26905,
"properties": {
"east": "none",
"north": "tall",
@@ -77957,7 +78023,7 @@
}
},
{
- "id": 26362,
+ "id": 26906,
"properties": {
"east": "none",
"north": "tall",
@@ -77968,7 +78034,7 @@
}
},
{
- "id": 26363,
+ "id": 26907,
"properties": {
"east": "none",
"north": "tall",
@@ -77979,7 +78045,7 @@
}
},
{
- "id": 26364,
+ "id": 26908,
"properties": {
"east": "none",
"north": "tall",
@@ -77990,7 +78056,7 @@
}
},
{
- "id": 26365,
+ "id": 26909,
"properties": {
"east": "none",
"north": "tall",
@@ -78001,7 +78067,7 @@
}
},
{
- "id": 26366,
+ "id": 26910,
"properties": {
"east": "none",
"north": "tall",
@@ -78012,7 +78078,7 @@
}
},
{
- "id": 26367,
+ "id": 26911,
"properties": {
"east": "none",
"north": "tall",
@@ -78023,7 +78089,7 @@
}
},
{
- "id": 26368,
+ "id": 26912,
"properties": {
"east": "none",
"north": "tall",
@@ -78034,7 +78100,7 @@
}
},
{
- "id": 26369,
+ "id": 26913,
"properties": {
"east": "none",
"north": "tall",
@@ -78045,7 +78111,7 @@
}
},
{
- "id": 26370,
+ "id": 26914,
"properties": {
"east": "none",
"north": "tall",
@@ -78056,7 +78122,7 @@
}
},
{
- "id": 26371,
+ "id": 26915,
"properties": {
"east": "none",
"north": "tall",
@@ -78067,7 +78133,7 @@
}
},
{
- "id": 26372,
+ "id": 26916,
"properties": {
"east": "none",
"north": "tall",
@@ -78078,7 +78144,7 @@
}
},
{
- "id": 26373,
+ "id": 26917,
"properties": {
"east": "none",
"north": "tall",
@@ -78089,7 +78155,7 @@
}
},
{
- "id": 26374,
+ "id": 26918,
"properties": {
"east": "none",
"north": "tall",
@@ -78100,7 +78166,7 @@
}
},
{
- "id": 26375,
+ "id": 26919,
"properties": {
"east": "none",
"north": "tall",
@@ -78111,7 +78177,7 @@
}
},
{
- "id": 26376,
+ "id": 26920,
"properties": {
"east": "none",
"north": "tall",
@@ -78122,7 +78188,7 @@
}
},
{
- "id": 26377,
+ "id": 26921,
"properties": {
"east": "none",
"north": "tall",
@@ -78133,7 +78199,7 @@
}
},
{
- "id": 26378,
+ "id": 26922,
"properties": {
"east": "none",
"north": "tall",
@@ -78144,7 +78210,7 @@
}
},
{
- "id": 26379,
+ "id": 26923,
"properties": {
"east": "none",
"north": "tall",
@@ -78155,7 +78221,7 @@
}
},
{
- "id": 26380,
+ "id": 26924,
"properties": {
"east": "none",
"north": "tall",
@@ -78166,7 +78232,7 @@
}
},
{
- "id": 26381,
+ "id": 26925,
"properties": {
"east": "none",
"north": "tall",
@@ -78177,7 +78243,7 @@
}
},
{
- "id": 26382,
+ "id": 26926,
"properties": {
"east": "none",
"north": "tall",
@@ -78188,7 +78254,7 @@
}
},
{
- "id": 26383,
+ "id": 26927,
"properties": {
"east": "none",
"north": "tall",
@@ -78199,7 +78265,7 @@
}
},
{
- "id": 26384,
+ "id": 26928,
"properties": {
"east": "none",
"north": "tall",
@@ -78210,7 +78276,7 @@
}
},
{
- "id": 26385,
+ "id": 26929,
"properties": {
"east": "none",
"north": "tall",
@@ -78221,7 +78287,7 @@
}
},
{
- "id": 26386,
+ "id": 26930,
"properties": {
"east": "none",
"north": "tall",
@@ -78232,7 +78298,7 @@
}
},
{
- "id": 26387,
+ "id": 26931,
"properties": {
"east": "none",
"north": "tall",
@@ -78243,7 +78309,7 @@
}
},
{
- "id": 26388,
+ "id": 26932,
"properties": {
"east": "none",
"north": "tall",
@@ -78254,7 +78320,7 @@
}
},
{
- "id": 26389,
+ "id": 26933,
"properties": {
"east": "none",
"north": "tall",
@@ -78265,7 +78331,7 @@
}
},
{
- "id": 26390,
+ "id": 26934,
"properties": {
"east": "none",
"north": "tall",
@@ -78276,7 +78342,7 @@
}
},
{
- "id": 26391,
+ "id": 26935,
"properties": {
"east": "none",
"north": "tall",
@@ -78287,7 +78353,7 @@
}
},
{
- "id": 26392,
+ "id": 26936,
"properties": {
"east": "none",
"north": "tall",
@@ -78298,7 +78364,7 @@
}
},
{
- "id": 26393,
+ "id": 26937,
"properties": {
"east": "low",
"north": "none",
@@ -78309,7 +78375,7 @@
}
},
{
- "id": 26394,
+ "id": 26938,
"properties": {
"east": "low",
"north": "none",
@@ -78320,7 +78386,7 @@
}
},
{
- "id": 26395,
+ "id": 26939,
"properties": {
"east": "low",
"north": "none",
@@ -78331,7 +78397,7 @@
}
},
{
- "id": 26396,
+ "id": 26940,
"properties": {
"east": "low",
"north": "none",
@@ -78342,7 +78408,7 @@
}
},
{
- "id": 26397,
+ "id": 26941,
"properties": {
"east": "low",
"north": "none",
@@ -78353,7 +78419,7 @@
}
},
{
- "id": 26398,
+ "id": 26942,
"properties": {
"east": "low",
"north": "none",
@@ -78364,7 +78430,7 @@
}
},
{
- "id": 26399,
+ "id": 26943,
"properties": {
"east": "low",
"north": "none",
@@ -78375,7 +78441,7 @@
}
},
{
- "id": 26400,
+ "id": 26944,
"properties": {
"east": "low",
"north": "none",
@@ -78386,7 +78452,7 @@
}
},
{
- "id": 26401,
+ "id": 26945,
"properties": {
"east": "low",
"north": "none",
@@ -78397,7 +78463,7 @@
}
},
{
- "id": 26402,
+ "id": 26946,
"properties": {
"east": "low",
"north": "none",
@@ -78408,7 +78474,7 @@
}
},
{
- "id": 26403,
+ "id": 26947,
"properties": {
"east": "low",
"north": "none",
@@ -78419,7 +78485,7 @@
}
},
{
- "id": 26404,
+ "id": 26948,
"properties": {
"east": "low",
"north": "none",
@@ -78430,7 +78496,7 @@
}
},
{
- "id": 26405,
+ "id": 26949,
"properties": {
"east": "low",
"north": "none",
@@ -78441,7 +78507,7 @@
}
},
{
- "id": 26406,
+ "id": 26950,
"properties": {
"east": "low",
"north": "none",
@@ -78452,7 +78518,7 @@
}
},
{
- "id": 26407,
+ "id": 26951,
"properties": {
"east": "low",
"north": "none",
@@ -78463,7 +78529,7 @@
}
},
{
- "id": 26408,
+ "id": 26952,
"properties": {
"east": "low",
"north": "none",
@@ -78474,7 +78540,7 @@
}
},
{
- "id": 26409,
+ "id": 26953,
"properties": {
"east": "low",
"north": "none",
@@ -78485,7 +78551,7 @@
}
},
{
- "id": 26410,
+ "id": 26954,
"properties": {
"east": "low",
"north": "none",
@@ -78496,7 +78562,7 @@
}
},
{
- "id": 26411,
+ "id": 26955,
"properties": {
"east": "low",
"north": "none",
@@ -78507,7 +78573,7 @@
}
},
{
- "id": 26412,
+ "id": 26956,
"properties": {
"east": "low",
"north": "none",
@@ -78518,7 +78584,7 @@
}
},
{
- "id": 26413,
+ "id": 26957,
"properties": {
"east": "low",
"north": "none",
@@ -78529,7 +78595,7 @@
}
},
{
- "id": 26414,
+ "id": 26958,
"properties": {
"east": "low",
"north": "none",
@@ -78540,7 +78606,7 @@
}
},
{
- "id": 26415,
+ "id": 26959,
"properties": {
"east": "low",
"north": "none",
@@ -78551,7 +78617,7 @@
}
},
{
- "id": 26416,
+ "id": 26960,
"properties": {
"east": "low",
"north": "none",
@@ -78562,7 +78628,7 @@
}
},
{
- "id": 26417,
+ "id": 26961,
"properties": {
"east": "low",
"north": "none",
@@ -78573,7 +78639,7 @@
}
},
{
- "id": 26418,
+ "id": 26962,
"properties": {
"east": "low",
"north": "none",
@@ -78584,7 +78650,7 @@
}
},
{
- "id": 26419,
+ "id": 26963,
"properties": {
"east": "low",
"north": "none",
@@ -78595,7 +78661,7 @@
}
},
{
- "id": 26420,
+ "id": 26964,
"properties": {
"east": "low",
"north": "none",
@@ -78606,7 +78672,7 @@
}
},
{
- "id": 26421,
+ "id": 26965,
"properties": {
"east": "low",
"north": "none",
@@ -78617,7 +78683,7 @@
}
},
{
- "id": 26422,
+ "id": 26966,
"properties": {
"east": "low",
"north": "none",
@@ -78628,7 +78694,7 @@
}
},
{
- "id": 26423,
+ "id": 26967,
"properties": {
"east": "low",
"north": "none",
@@ -78639,7 +78705,7 @@
}
},
{
- "id": 26424,
+ "id": 26968,
"properties": {
"east": "low",
"north": "none",
@@ -78650,7 +78716,7 @@
}
},
{
- "id": 26425,
+ "id": 26969,
"properties": {
"east": "low",
"north": "none",
@@ -78661,7 +78727,7 @@
}
},
{
- "id": 26426,
+ "id": 26970,
"properties": {
"east": "low",
"north": "none",
@@ -78672,7 +78738,7 @@
}
},
{
- "id": 26427,
+ "id": 26971,
"properties": {
"east": "low",
"north": "none",
@@ -78683,7 +78749,7 @@
}
},
{
- "id": 26428,
+ "id": 26972,
"properties": {
"east": "low",
"north": "none",
@@ -78694,7 +78760,7 @@
}
},
{
- "id": 26429,
+ "id": 26973,
"properties": {
"east": "low",
"north": "low",
@@ -78705,7 +78771,7 @@
}
},
{
- "id": 26430,
+ "id": 26974,
"properties": {
"east": "low",
"north": "low",
@@ -78716,7 +78782,7 @@
}
},
{
- "id": 26431,
+ "id": 26975,
"properties": {
"east": "low",
"north": "low",
@@ -78727,7 +78793,7 @@
}
},
{
- "id": 26432,
+ "id": 26976,
"properties": {
"east": "low",
"north": "low",
@@ -78738,7 +78804,7 @@
}
},
{
- "id": 26433,
+ "id": 26977,
"properties": {
"east": "low",
"north": "low",
@@ -78749,7 +78815,7 @@
}
},
{
- "id": 26434,
+ "id": 26978,
"properties": {
"east": "low",
"north": "low",
@@ -78760,7 +78826,7 @@
}
},
{
- "id": 26435,
+ "id": 26979,
"properties": {
"east": "low",
"north": "low",
@@ -78771,7 +78837,7 @@
}
},
{
- "id": 26436,
+ "id": 26980,
"properties": {
"east": "low",
"north": "low",
@@ -78782,7 +78848,7 @@
}
},
{
- "id": 26437,
+ "id": 26981,
"properties": {
"east": "low",
"north": "low",
@@ -78793,7 +78859,7 @@
}
},
{
- "id": 26438,
+ "id": 26982,
"properties": {
"east": "low",
"north": "low",
@@ -78804,7 +78870,7 @@
}
},
{
- "id": 26439,
+ "id": 26983,
"properties": {
"east": "low",
"north": "low",
@@ -78815,7 +78881,7 @@
}
},
{
- "id": 26440,
+ "id": 26984,
"properties": {
"east": "low",
"north": "low",
@@ -78826,7 +78892,7 @@
}
},
{
- "id": 26441,
+ "id": 26985,
"properties": {
"east": "low",
"north": "low",
@@ -78837,7 +78903,7 @@
}
},
{
- "id": 26442,
+ "id": 26986,
"properties": {
"east": "low",
"north": "low",
@@ -78848,7 +78914,7 @@
}
},
{
- "id": 26443,
+ "id": 26987,
"properties": {
"east": "low",
"north": "low",
@@ -78859,7 +78925,7 @@
}
},
{
- "id": 26444,
+ "id": 26988,
"properties": {
"east": "low",
"north": "low",
@@ -78870,7 +78936,7 @@
}
},
{
- "id": 26445,
+ "id": 26989,
"properties": {
"east": "low",
"north": "low",
@@ -78881,7 +78947,7 @@
}
},
{
- "id": 26446,
+ "id": 26990,
"properties": {
"east": "low",
"north": "low",
@@ -78892,7 +78958,7 @@
}
},
{
- "id": 26447,
+ "id": 26991,
"properties": {
"east": "low",
"north": "low",
@@ -78903,7 +78969,7 @@
}
},
{
- "id": 26448,
+ "id": 26992,
"properties": {
"east": "low",
"north": "low",
@@ -78914,7 +78980,7 @@
}
},
{
- "id": 26449,
+ "id": 26993,
"properties": {
"east": "low",
"north": "low",
@@ -78925,7 +78991,7 @@
}
},
{
- "id": 26450,
+ "id": 26994,
"properties": {
"east": "low",
"north": "low",
@@ -78936,7 +79002,7 @@
}
},
{
- "id": 26451,
+ "id": 26995,
"properties": {
"east": "low",
"north": "low",
@@ -78947,7 +79013,7 @@
}
},
{
- "id": 26452,
+ "id": 26996,
"properties": {
"east": "low",
"north": "low",
@@ -78958,7 +79024,7 @@
}
},
{
- "id": 26453,
+ "id": 26997,
"properties": {
"east": "low",
"north": "low",
@@ -78969,7 +79035,7 @@
}
},
{
- "id": 26454,
+ "id": 26998,
"properties": {
"east": "low",
"north": "low",
@@ -78980,7 +79046,7 @@
}
},
{
- "id": 26455,
+ "id": 26999,
"properties": {
"east": "low",
"north": "low",
@@ -78991,7 +79057,7 @@
}
},
{
- "id": 26456,
+ "id": 27000,
"properties": {
"east": "low",
"north": "low",
@@ -79002,7 +79068,7 @@
}
},
{
- "id": 26457,
+ "id": 27001,
"properties": {
"east": "low",
"north": "low",
@@ -79013,7 +79079,7 @@
}
},
{
- "id": 26458,
+ "id": 27002,
"properties": {
"east": "low",
"north": "low",
@@ -79024,7 +79090,7 @@
}
},
{
- "id": 26459,
+ "id": 27003,
"properties": {
"east": "low",
"north": "low",
@@ -79035,7 +79101,7 @@
}
},
{
- "id": 26460,
+ "id": 27004,
"properties": {
"east": "low",
"north": "low",
@@ -79046,7 +79112,7 @@
}
},
{
- "id": 26461,
+ "id": 27005,
"properties": {
"east": "low",
"north": "low",
@@ -79057,7 +79123,7 @@
}
},
{
- "id": 26462,
+ "id": 27006,
"properties": {
"east": "low",
"north": "low",
@@ -79068,7 +79134,7 @@
}
},
{
- "id": 26463,
+ "id": 27007,
"properties": {
"east": "low",
"north": "low",
@@ -79079,7 +79145,7 @@
}
},
{
- "id": 26464,
+ "id": 27008,
"properties": {
"east": "low",
"north": "low",
@@ -79090,7 +79156,7 @@
}
},
{
- "id": 26465,
+ "id": 27009,
"properties": {
"east": "low",
"north": "tall",
@@ -79101,7 +79167,7 @@
}
},
{
- "id": 26466,
+ "id": 27010,
"properties": {
"east": "low",
"north": "tall",
@@ -79112,7 +79178,7 @@
}
},
{
- "id": 26467,
+ "id": 27011,
"properties": {
"east": "low",
"north": "tall",
@@ -79123,7 +79189,7 @@
}
},
{
- "id": 26468,
+ "id": 27012,
"properties": {
"east": "low",
"north": "tall",
@@ -79134,7 +79200,7 @@
}
},
{
- "id": 26469,
+ "id": 27013,
"properties": {
"east": "low",
"north": "tall",
@@ -79145,7 +79211,7 @@
}
},
{
- "id": 26470,
+ "id": 27014,
"properties": {
"east": "low",
"north": "tall",
@@ -79156,7 +79222,7 @@
}
},
{
- "id": 26471,
+ "id": 27015,
"properties": {
"east": "low",
"north": "tall",
@@ -79167,7 +79233,7 @@
}
},
{
- "id": 26472,
+ "id": 27016,
"properties": {
"east": "low",
"north": "tall",
@@ -79178,7 +79244,7 @@
}
},
{
- "id": 26473,
+ "id": 27017,
"properties": {
"east": "low",
"north": "tall",
@@ -79189,7 +79255,7 @@
}
},
{
- "id": 26474,
+ "id": 27018,
"properties": {
"east": "low",
"north": "tall",
@@ -79200,7 +79266,7 @@
}
},
{
- "id": 26475,
+ "id": 27019,
"properties": {
"east": "low",
"north": "tall",
@@ -79211,7 +79277,7 @@
}
},
{
- "id": 26476,
+ "id": 27020,
"properties": {
"east": "low",
"north": "tall",
@@ -79222,7 +79288,7 @@
}
},
{
- "id": 26477,
+ "id": 27021,
"properties": {
"east": "low",
"north": "tall",
@@ -79233,7 +79299,7 @@
}
},
{
- "id": 26478,
+ "id": 27022,
"properties": {
"east": "low",
"north": "tall",
@@ -79244,7 +79310,7 @@
}
},
{
- "id": 26479,
+ "id": 27023,
"properties": {
"east": "low",
"north": "tall",
@@ -79255,7 +79321,7 @@
}
},
{
- "id": 26480,
+ "id": 27024,
"properties": {
"east": "low",
"north": "tall",
@@ -79266,7 +79332,7 @@
}
},
{
- "id": 26481,
+ "id": 27025,
"properties": {
"east": "low",
"north": "tall",
@@ -79277,7 +79343,7 @@
}
},
{
- "id": 26482,
+ "id": 27026,
"properties": {
"east": "low",
"north": "tall",
@@ -79288,7 +79354,7 @@
}
},
{
- "id": 26483,
+ "id": 27027,
"properties": {
"east": "low",
"north": "tall",
@@ -79299,7 +79365,7 @@
}
},
{
- "id": 26484,
+ "id": 27028,
"properties": {
"east": "low",
"north": "tall",
@@ -79310,7 +79376,7 @@
}
},
{
- "id": 26485,
+ "id": 27029,
"properties": {
"east": "low",
"north": "tall",
@@ -79321,7 +79387,7 @@
}
},
{
- "id": 26486,
+ "id": 27030,
"properties": {
"east": "low",
"north": "tall",
@@ -79332,7 +79398,7 @@
}
},
{
- "id": 26487,
+ "id": 27031,
"properties": {
"east": "low",
"north": "tall",
@@ -79343,7 +79409,7 @@
}
},
{
- "id": 26488,
+ "id": 27032,
"properties": {
"east": "low",
"north": "tall",
@@ -79354,7 +79420,7 @@
}
},
{
- "id": 26489,
+ "id": 27033,
"properties": {
"east": "low",
"north": "tall",
@@ -79365,7 +79431,7 @@
}
},
{
- "id": 26490,
+ "id": 27034,
"properties": {
"east": "low",
"north": "tall",
@@ -79376,7 +79442,7 @@
}
},
{
- "id": 26491,
+ "id": 27035,
"properties": {
"east": "low",
"north": "tall",
@@ -79387,7 +79453,7 @@
}
},
{
- "id": 26492,
+ "id": 27036,
"properties": {
"east": "low",
"north": "tall",
@@ -79398,7 +79464,7 @@
}
},
{
- "id": 26493,
+ "id": 27037,
"properties": {
"east": "low",
"north": "tall",
@@ -79409,7 +79475,7 @@
}
},
{
- "id": 26494,
+ "id": 27038,
"properties": {
"east": "low",
"north": "tall",
@@ -79420,7 +79486,7 @@
}
},
{
- "id": 26495,
+ "id": 27039,
"properties": {
"east": "low",
"north": "tall",
@@ -79431,7 +79497,7 @@
}
},
{
- "id": 26496,
+ "id": 27040,
"properties": {
"east": "low",
"north": "tall",
@@ -79442,7 +79508,7 @@
}
},
{
- "id": 26497,
+ "id": 27041,
"properties": {
"east": "low",
"north": "tall",
@@ -79453,7 +79519,7 @@
}
},
{
- "id": 26498,
+ "id": 27042,
"properties": {
"east": "low",
"north": "tall",
@@ -79464,7 +79530,7 @@
}
},
{
- "id": 26499,
+ "id": 27043,
"properties": {
"east": "low",
"north": "tall",
@@ -79475,7 +79541,7 @@
}
},
{
- "id": 26500,
+ "id": 27044,
"properties": {
"east": "low",
"north": "tall",
@@ -79486,7 +79552,7 @@
}
},
{
- "id": 26501,
+ "id": 27045,
"properties": {
"east": "tall",
"north": "none",
@@ -79497,7 +79563,7 @@
}
},
{
- "id": 26502,
+ "id": 27046,
"properties": {
"east": "tall",
"north": "none",
@@ -79508,7 +79574,7 @@
}
},
{
- "id": 26503,
+ "id": 27047,
"properties": {
"east": "tall",
"north": "none",
@@ -79519,7 +79585,7 @@
}
},
{
- "id": 26504,
+ "id": 27048,
"properties": {
"east": "tall",
"north": "none",
@@ -79530,7 +79596,7 @@
}
},
{
- "id": 26505,
+ "id": 27049,
"properties": {
"east": "tall",
"north": "none",
@@ -79541,7 +79607,7 @@
}
},
{
- "id": 26506,
+ "id": 27050,
"properties": {
"east": "tall",
"north": "none",
@@ -79552,7 +79618,7 @@
}
},
{
- "id": 26507,
+ "id": 27051,
"properties": {
"east": "tall",
"north": "none",
@@ -79563,7 +79629,7 @@
}
},
{
- "id": 26508,
+ "id": 27052,
"properties": {
"east": "tall",
"north": "none",
@@ -79574,7 +79640,7 @@
}
},
{
- "id": 26509,
+ "id": 27053,
"properties": {
"east": "tall",
"north": "none",
@@ -79585,7 +79651,7 @@
}
},
{
- "id": 26510,
+ "id": 27054,
"properties": {
"east": "tall",
"north": "none",
@@ -79596,7 +79662,7 @@
}
},
{
- "id": 26511,
+ "id": 27055,
"properties": {
"east": "tall",
"north": "none",
@@ -79607,7 +79673,7 @@
}
},
{
- "id": 26512,
+ "id": 27056,
"properties": {
"east": "tall",
"north": "none",
@@ -79618,7 +79684,7 @@
}
},
{
- "id": 26513,
+ "id": 27057,
"properties": {
"east": "tall",
"north": "none",
@@ -79629,7 +79695,7 @@
}
},
{
- "id": 26514,
+ "id": 27058,
"properties": {
"east": "tall",
"north": "none",
@@ -79640,7 +79706,7 @@
}
},
{
- "id": 26515,
+ "id": 27059,
"properties": {
"east": "tall",
"north": "none",
@@ -79651,7 +79717,7 @@
}
},
{
- "id": 26516,
+ "id": 27060,
"properties": {
"east": "tall",
"north": "none",
@@ -79662,7 +79728,7 @@
}
},
{
- "id": 26517,
+ "id": 27061,
"properties": {
"east": "tall",
"north": "none",
@@ -79673,7 +79739,7 @@
}
},
{
- "id": 26518,
+ "id": 27062,
"properties": {
"east": "tall",
"north": "none",
@@ -79684,7 +79750,7 @@
}
},
{
- "id": 26519,
+ "id": 27063,
"properties": {
"east": "tall",
"north": "none",
@@ -79695,7 +79761,7 @@
}
},
{
- "id": 26520,
+ "id": 27064,
"properties": {
"east": "tall",
"north": "none",
@@ -79706,7 +79772,7 @@
}
},
{
- "id": 26521,
+ "id": 27065,
"properties": {
"east": "tall",
"north": "none",
@@ -79717,7 +79783,7 @@
}
},
{
- "id": 26522,
+ "id": 27066,
"properties": {
"east": "tall",
"north": "none",
@@ -79728,7 +79794,7 @@
}
},
{
- "id": 26523,
+ "id": 27067,
"properties": {
"east": "tall",
"north": "none",
@@ -79739,7 +79805,7 @@
}
},
{
- "id": 26524,
+ "id": 27068,
"properties": {
"east": "tall",
"north": "none",
@@ -79750,7 +79816,7 @@
}
},
{
- "id": 26525,
+ "id": 27069,
"properties": {
"east": "tall",
"north": "none",
@@ -79761,7 +79827,7 @@
}
},
{
- "id": 26526,
+ "id": 27070,
"properties": {
"east": "tall",
"north": "none",
@@ -79772,7 +79838,7 @@
}
},
{
- "id": 26527,
+ "id": 27071,
"properties": {
"east": "tall",
"north": "none",
@@ -79783,7 +79849,7 @@
}
},
{
- "id": 26528,
+ "id": 27072,
"properties": {
"east": "tall",
"north": "none",
@@ -79794,7 +79860,7 @@
}
},
{
- "id": 26529,
+ "id": 27073,
"properties": {
"east": "tall",
"north": "none",
@@ -79805,7 +79871,7 @@
}
},
{
- "id": 26530,
+ "id": 27074,
"properties": {
"east": "tall",
"north": "none",
@@ -79816,7 +79882,7 @@
}
},
{
- "id": 26531,
+ "id": 27075,
"properties": {
"east": "tall",
"north": "none",
@@ -79827,7 +79893,7 @@
}
},
{
- "id": 26532,
+ "id": 27076,
"properties": {
"east": "tall",
"north": "none",
@@ -79838,7 +79904,7 @@
}
},
{
- "id": 26533,
+ "id": 27077,
"properties": {
"east": "tall",
"north": "none",
@@ -79849,7 +79915,7 @@
}
},
{
- "id": 26534,
+ "id": 27078,
"properties": {
"east": "tall",
"north": "none",
@@ -79860,7 +79926,7 @@
}
},
{
- "id": 26535,
+ "id": 27079,
"properties": {
"east": "tall",
"north": "none",
@@ -79871,7 +79937,7 @@
}
},
{
- "id": 26536,
+ "id": 27080,
"properties": {
"east": "tall",
"north": "none",
@@ -79882,7 +79948,7 @@
}
},
{
- "id": 26537,
+ "id": 27081,
"properties": {
"east": "tall",
"north": "low",
@@ -79893,7 +79959,7 @@
}
},
{
- "id": 26538,
+ "id": 27082,
"properties": {
"east": "tall",
"north": "low",
@@ -79904,7 +79970,7 @@
}
},
{
- "id": 26539,
+ "id": 27083,
"properties": {
"east": "tall",
"north": "low",
@@ -79915,7 +79981,7 @@
}
},
{
- "id": 26540,
+ "id": 27084,
"properties": {
"east": "tall",
"north": "low",
@@ -79926,7 +79992,7 @@
}
},
{
- "id": 26541,
+ "id": 27085,
"properties": {
"east": "tall",
"north": "low",
@@ -79937,7 +80003,7 @@
}
},
{
- "id": 26542,
+ "id": 27086,
"properties": {
"east": "tall",
"north": "low",
@@ -79948,7 +80014,7 @@
}
},
{
- "id": 26543,
+ "id": 27087,
"properties": {
"east": "tall",
"north": "low",
@@ -79959,7 +80025,7 @@
}
},
{
- "id": 26544,
+ "id": 27088,
"properties": {
"east": "tall",
"north": "low",
@@ -79970,7 +80036,7 @@
}
},
{
- "id": 26545,
+ "id": 27089,
"properties": {
"east": "tall",
"north": "low",
@@ -79981,7 +80047,7 @@
}
},
{
- "id": 26546,
+ "id": 27090,
"properties": {
"east": "tall",
"north": "low",
@@ -79992,7 +80058,7 @@
}
},
{
- "id": 26547,
+ "id": 27091,
"properties": {
"east": "tall",
"north": "low",
@@ -80003,7 +80069,7 @@
}
},
{
- "id": 26548,
+ "id": 27092,
"properties": {
"east": "tall",
"north": "low",
@@ -80014,7 +80080,7 @@
}
},
{
- "id": 26549,
+ "id": 27093,
"properties": {
"east": "tall",
"north": "low",
@@ -80025,7 +80091,7 @@
}
},
{
- "id": 26550,
+ "id": 27094,
"properties": {
"east": "tall",
"north": "low",
@@ -80036,7 +80102,7 @@
}
},
{
- "id": 26551,
+ "id": 27095,
"properties": {
"east": "tall",
"north": "low",
@@ -80047,7 +80113,7 @@
}
},
{
- "id": 26552,
+ "id": 27096,
"properties": {
"east": "tall",
"north": "low",
@@ -80058,7 +80124,7 @@
}
},
{
- "id": 26553,
+ "id": 27097,
"properties": {
"east": "tall",
"north": "low",
@@ -80069,7 +80135,7 @@
}
},
{
- "id": 26554,
+ "id": 27098,
"properties": {
"east": "tall",
"north": "low",
@@ -80080,7 +80146,7 @@
}
},
{
- "id": 26555,
+ "id": 27099,
"properties": {
"east": "tall",
"north": "low",
@@ -80091,7 +80157,7 @@
}
},
{
- "id": 26556,
+ "id": 27100,
"properties": {
"east": "tall",
"north": "low",
@@ -80102,7 +80168,7 @@
}
},
{
- "id": 26557,
+ "id": 27101,
"properties": {
"east": "tall",
"north": "low",
@@ -80113,7 +80179,7 @@
}
},
{
- "id": 26558,
+ "id": 27102,
"properties": {
"east": "tall",
"north": "low",
@@ -80124,7 +80190,7 @@
}
},
{
- "id": 26559,
+ "id": 27103,
"properties": {
"east": "tall",
"north": "low",
@@ -80135,7 +80201,7 @@
}
},
{
- "id": 26560,
+ "id": 27104,
"properties": {
"east": "tall",
"north": "low",
@@ -80146,7 +80212,7 @@
}
},
{
- "id": 26561,
+ "id": 27105,
"properties": {
"east": "tall",
"north": "low",
@@ -80157,7 +80223,7 @@
}
},
{
- "id": 26562,
+ "id": 27106,
"properties": {
"east": "tall",
"north": "low",
@@ -80168,7 +80234,7 @@
}
},
{
- "id": 26563,
+ "id": 27107,
"properties": {
"east": "tall",
"north": "low",
@@ -80179,7 +80245,7 @@
}
},
{
- "id": 26564,
+ "id": 27108,
"properties": {
"east": "tall",
"north": "low",
@@ -80190,7 +80256,7 @@
}
},
{
- "id": 26565,
+ "id": 27109,
"properties": {
"east": "tall",
"north": "low",
@@ -80201,7 +80267,7 @@
}
},
{
- "id": 26566,
+ "id": 27110,
"properties": {
"east": "tall",
"north": "low",
@@ -80212,7 +80278,7 @@
}
},
{
- "id": 26567,
+ "id": 27111,
"properties": {
"east": "tall",
"north": "low",
@@ -80223,7 +80289,7 @@
}
},
{
- "id": 26568,
+ "id": 27112,
"properties": {
"east": "tall",
"north": "low",
@@ -80234,7 +80300,7 @@
}
},
{
- "id": 26569,
+ "id": 27113,
"properties": {
"east": "tall",
"north": "low",
@@ -80245,7 +80311,7 @@
}
},
{
- "id": 26570,
+ "id": 27114,
"properties": {
"east": "tall",
"north": "low",
@@ -80256,7 +80322,7 @@
}
},
{
- "id": 26571,
+ "id": 27115,
"properties": {
"east": "tall",
"north": "low",
@@ -80267,7 +80333,7 @@
}
},
{
- "id": 26572,
+ "id": 27116,
"properties": {
"east": "tall",
"north": "low",
@@ -80278,7 +80344,7 @@
}
},
{
- "id": 26573,
+ "id": 27117,
"properties": {
"east": "tall",
"north": "tall",
@@ -80289,7 +80355,7 @@
}
},
{
- "id": 26574,
+ "id": 27118,
"properties": {
"east": "tall",
"north": "tall",
@@ -80300,7 +80366,7 @@
}
},
{
- "id": 26575,
+ "id": 27119,
"properties": {
"east": "tall",
"north": "tall",
@@ -80311,7 +80377,7 @@
}
},
{
- "id": 26576,
+ "id": 27120,
"properties": {
"east": "tall",
"north": "tall",
@@ -80322,7 +80388,7 @@
}
},
{
- "id": 26577,
+ "id": 27121,
"properties": {
"east": "tall",
"north": "tall",
@@ -80333,7 +80399,7 @@
}
},
{
- "id": 26578,
+ "id": 27122,
"properties": {
"east": "tall",
"north": "tall",
@@ -80344,7 +80410,7 @@
}
},
{
- "id": 26579,
+ "id": 27123,
"properties": {
"east": "tall",
"north": "tall",
@@ -80355,7 +80421,7 @@
}
},
{
- "id": 26580,
+ "id": 27124,
"properties": {
"east": "tall",
"north": "tall",
@@ -80366,7 +80432,7 @@
}
},
{
- "id": 26581,
+ "id": 27125,
"properties": {
"east": "tall",
"north": "tall",
@@ -80377,7 +80443,7 @@
}
},
{
- "id": 26582,
+ "id": 27126,
"properties": {
"east": "tall",
"north": "tall",
@@ -80388,7 +80454,7 @@
}
},
{
- "id": 26583,
+ "id": 27127,
"properties": {
"east": "tall",
"north": "tall",
@@ -80399,7 +80465,7 @@
}
},
{
- "id": 26584,
+ "id": 27128,
"properties": {
"east": "tall",
"north": "tall",
@@ -80410,7 +80476,7 @@
}
},
{
- "id": 26585,
+ "id": 27129,
"properties": {
"east": "tall",
"north": "tall",
@@ -80421,7 +80487,7 @@
}
},
{
- "id": 26586,
+ "id": 27130,
"properties": {
"east": "tall",
"north": "tall",
@@ -80432,7 +80498,7 @@
}
},
{
- "id": 26587,
+ "id": 27131,
"properties": {
"east": "tall",
"north": "tall",
@@ -80443,7 +80509,7 @@
}
},
{
- "id": 26588,
+ "id": 27132,
"properties": {
"east": "tall",
"north": "tall",
@@ -80454,7 +80520,7 @@
}
},
{
- "id": 26589,
+ "id": 27133,
"properties": {
"east": "tall",
"north": "tall",
@@ -80465,7 +80531,7 @@
}
},
{
- "id": 26590,
+ "id": 27134,
"properties": {
"east": "tall",
"north": "tall",
@@ -80476,7 +80542,7 @@
}
},
{
- "id": 26591,
+ "id": 27135,
"properties": {
"east": "tall",
"north": "tall",
@@ -80487,7 +80553,7 @@
}
},
{
- "id": 26592,
+ "id": 27136,
"properties": {
"east": "tall",
"north": "tall",
@@ -80498,7 +80564,7 @@
}
},
{
- "id": 26593,
+ "id": 27137,
"properties": {
"east": "tall",
"north": "tall",
@@ -80509,7 +80575,7 @@
}
},
{
- "id": 26594,
+ "id": 27138,
"properties": {
"east": "tall",
"north": "tall",
@@ -80520,7 +80586,7 @@
}
},
{
- "id": 26595,
+ "id": 27139,
"properties": {
"east": "tall",
"north": "tall",
@@ -80531,7 +80597,7 @@
}
},
{
- "id": 26596,
+ "id": 27140,
"properties": {
"east": "tall",
"north": "tall",
@@ -80542,7 +80608,7 @@
}
},
{
- "id": 26597,
+ "id": 27141,
"properties": {
"east": "tall",
"north": "tall",
@@ -80553,7 +80619,7 @@
}
},
{
- "id": 26598,
+ "id": 27142,
"properties": {
"east": "tall",
"north": "tall",
@@ -80564,7 +80630,7 @@
}
},
{
- "id": 26599,
+ "id": 27143,
"properties": {
"east": "tall",
"north": "tall",
@@ -80575,7 +80641,7 @@
}
},
{
- "id": 26600,
+ "id": 27144,
"properties": {
"east": "tall",
"north": "tall",
@@ -80586,7 +80652,7 @@
}
},
{
- "id": 26601,
+ "id": 27145,
"properties": {
"east": "tall",
"north": "tall",
@@ -80597,7 +80663,7 @@
}
},
{
- "id": 26602,
+ "id": 27146,
"properties": {
"east": "tall",
"north": "tall",
@@ -80608,7 +80674,7 @@
}
},
{
- "id": 26603,
+ "id": 27147,
"properties": {
"east": "tall",
"north": "tall",
@@ -80619,7 +80685,7 @@
}
},
{
- "id": 26604,
+ "id": 27148,
"properties": {
"east": "tall",
"north": "tall",
@@ -80630,7 +80696,7 @@
}
},
{
- "id": 26605,
+ "id": 27149,
"properties": {
"east": "tall",
"north": "tall",
@@ -80641,7 +80707,7 @@
}
},
{
- "id": 26606,
+ "id": 27150,
"properties": {
"east": "tall",
"north": "tall",
@@ -80652,7 +80718,7 @@
}
},
{
- "id": 26607,
+ "id": 27151,
"properties": {
"east": "tall",
"north": "tall",
@@ -80663,7 +80729,7 @@
}
},
{
- "id": 26608,
+ "id": 27152,
"properties": {
"east": "tall",
"north": "tall",
@@ -80683,7 +80749,7 @@
"states": [
{
"default": true,
- "id": 26198
+ "id": 26742
}
]
},
@@ -80914,7 +80980,7 @@
"states": [
{
"default": true,
- "id": 4328
+ "id": 4331
}
]
},
@@ -80931,7 +80997,7 @@
"states": [
{
"default": true,
- "id": 4326
+ "id": 4329
}
]
},
@@ -80965,21 +81031,21 @@
},
"states": [
{
- "id": 14623,
+ "id": 15167,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14624,
+ "id": 15168,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14625,
+ "id": 15169,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -80987,21 +81053,21 @@
},
{
"default": true,
- "id": 14626,
+ "id": 15170,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14627,
+ "id": 15171,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14628,
+ "id": 15172,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -81042,7 +81108,7 @@
},
"states": [
{
- "id": 14471,
+ "id": 15015,
"properties": {
"facing": "north",
"half": "top",
@@ -81051,7 +81117,7 @@
}
},
{
- "id": 14472,
+ "id": 15016,
"properties": {
"facing": "north",
"half": "top",
@@ -81060,7 +81126,7 @@
}
},
{
- "id": 14473,
+ "id": 15017,
"properties": {
"facing": "north",
"half": "top",
@@ -81069,7 +81135,7 @@
}
},
{
- "id": 14474,
+ "id": 15018,
"properties": {
"facing": "north",
"half": "top",
@@ -81078,7 +81144,7 @@
}
},
{
- "id": 14475,
+ "id": 15019,
"properties": {
"facing": "north",
"half": "top",
@@ -81087,7 +81153,7 @@
}
},
{
- "id": 14476,
+ "id": 15020,
"properties": {
"facing": "north",
"half": "top",
@@ -81096,7 +81162,7 @@
}
},
{
- "id": 14477,
+ "id": 15021,
"properties": {
"facing": "north",
"half": "top",
@@ -81105,7 +81171,7 @@
}
},
{
- "id": 14478,
+ "id": 15022,
"properties": {
"facing": "north",
"half": "top",
@@ -81114,7 +81180,7 @@
}
},
{
- "id": 14479,
+ "id": 15023,
"properties": {
"facing": "north",
"half": "top",
@@ -81123,7 +81189,7 @@
}
},
{
- "id": 14480,
+ "id": 15024,
"properties": {
"facing": "north",
"half": "top",
@@ -81132,7 +81198,7 @@
}
},
{
- "id": 14481,
+ "id": 15025,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81142,7 +81208,7 @@
},
{
"default": true,
- "id": 14482,
+ "id": 15026,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81151,7 +81217,7 @@
}
},
{
- "id": 14483,
+ "id": 15027,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81160,7 +81226,7 @@
}
},
{
- "id": 14484,
+ "id": 15028,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81169,7 +81235,7 @@
}
},
{
- "id": 14485,
+ "id": 15029,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81178,7 +81244,7 @@
}
},
{
- "id": 14486,
+ "id": 15030,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81187,7 +81253,7 @@
}
},
{
- "id": 14487,
+ "id": 15031,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81196,7 +81262,7 @@
}
},
{
- "id": 14488,
+ "id": 15032,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81205,7 +81271,7 @@
}
},
{
- "id": 14489,
+ "id": 15033,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81214,7 +81280,7 @@
}
},
{
- "id": 14490,
+ "id": 15034,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81223,7 +81289,7 @@
}
},
{
- "id": 14491,
+ "id": 15035,
"properties": {
"facing": "south",
"half": "top",
@@ -81232,7 +81298,7 @@
}
},
{
- "id": 14492,
+ "id": 15036,
"properties": {
"facing": "south",
"half": "top",
@@ -81241,7 +81307,7 @@
}
},
{
- "id": 14493,
+ "id": 15037,
"properties": {
"facing": "south",
"half": "top",
@@ -81250,7 +81316,7 @@
}
},
{
- "id": 14494,
+ "id": 15038,
"properties": {
"facing": "south",
"half": "top",
@@ -81259,7 +81325,7 @@
}
},
{
- "id": 14495,
+ "id": 15039,
"properties": {
"facing": "south",
"half": "top",
@@ -81268,7 +81334,7 @@
}
},
{
- "id": 14496,
+ "id": 15040,
"properties": {
"facing": "south",
"half": "top",
@@ -81277,7 +81343,7 @@
}
},
{
- "id": 14497,
+ "id": 15041,
"properties": {
"facing": "south",
"half": "top",
@@ -81286,7 +81352,7 @@
}
},
{
- "id": 14498,
+ "id": 15042,
"properties": {
"facing": "south",
"half": "top",
@@ -81295,7 +81361,7 @@
}
},
{
- "id": 14499,
+ "id": 15043,
"properties": {
"facing": "south",
"half": "top",
@@ -81304,7 +81370,7 @@
}
},
{
- "id": 14500,
+ "id": 15044,
"properties": {
"facing": "south",
"half": "top",
@@ -81313,7 +81379,7 @@
}
},
{
- "id": 14501,
+ "id": 15045,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81322,7 +81388,7 @@
}
},
{
- "id": 14502,
+ "id": 15046,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81331,7 +81397,7 @@
}
},
{
- "id": 14503,
+ "id": 15047,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81340,7 +81406,7 @@
}
},
{
- "id": 14504,
+ "id": 15048,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81349,7 +81415,7 @@
}
},
{
- "id": 14505,
+ "id": 15049,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81358,7 +81424,7 @@
}
},
{
- "id": 14506,
+ "id": 15050,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81367,7 +81433,7 @@
}
},
{
- "id": 14507,
+ "id": 15051,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81376,7 +81442,7 @@
}
},
{
- "id": 14508,
+ "id": 15052,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81385,7 +81451,7 @@
}
},
{
- "id": 14509,
+ "id": 15053,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81394,7 +81460,7 @@
}
},
{
- "id": 14510,
+ "id": 15054,
"properties": {
"facing": "south",
"half": "bottom",
@@ -81403,7 +81469,7 @@
}
},
{
- "id": 14511,
+ "id": 15055,
"properties": {
"facing": "west",
"half": "top",
@@ -81412,7 +81478,7 @@
}
},
{
- "id": 14512,
+ "id": 15056,
"properties": {
"facing": "west",
"half": "top",
@@ -81421,7 +81487,7 @@
}
},
{
- "id": 14513,
+ "id": 15057,
"properties": {
"facing": "west",
"half": "top",
@@ -81430,7 +81496,7 @@
}
},
{
- "id": 14514,
+ "id": 15058,
"properties": {
"facing": "west",
"half": "top",
@@ -81439,7 +81505,7 @@
}
},
{
- "id": 14515,
+ "id": 15059,
"properties": {
"facing": "west",
"half": "top",
@@ -81448,7 +81514,7 @@
}
},
{
- "id": 14516,
+ "id": 15060,
"properties": {
"facing": "west",
"half": "top",
@@ -81457,7 +81523,7 @@
}
},
{
- "id": 14517,
+ "id": 15061,
"properties": {
"facing": "west",
"half": "top",
@@ -81466,7 +81532,7 @@
}
},
{
- "id": 14518,
+ "id": 15062,
"properties": {
"facing": "west",
"half": "top",
@@ -81475,7 +81541,7 @@
}
},
{
- "id": 14519,
+ "id": 15063,
"properties": {
"facing": "west",
"half": "top",
@@ -81484,7 +81550,7 @@
}
},
{
- "id": 14520,
+ "id": 15064,
"properties": {
"facing": "west",
"half": "top",
@@ -81493,7 +81559,7 @@
}
},
{
- "id": 14521,
+ "id": 15065,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81502,7 +81568,7 @@
}
},
{
- "id": 14522,
+ "id": 15066,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81511,7 +81577,7 @@
}
},
{
- "id": 14523,
+ "id": 15067,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81520,7 +81586,7 @@
}
},
{
- "id": 14524,
+ "id": 15068,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81529,7 +81595,7 @@
}
},
{
- "id": 14525,
+ "id": 15069,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81538,7 +81604,7 @@
}
},
{
- "id": 14526,
+ "id": 15070,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81547,7 +81613,7 @@
}
},
{
- "id": 14527,
+ "id": 15071,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81556,7 +81622,7 @@
}
},
{
- "id": 14528,
+ "id": 15072,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81565,7 +81631,7 @@
}
},
{
- "id": 14529,
+ "id": 15073,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81574,7 +81640,7 @@
}
},
{
- "id": 14530,
+ "id": 15074,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81583,7 +81649,7 @@
}
},
{
- "id": 14531,
+ "id": 15075,
"properties": {
"facing": "east",
"half": "top",
@@ -81592,7 +81658,7 @@
}
},
{
- "id": 14532,
+ "id": 15076,
"properties": {
"facing": "east",
"half": "top",
@@ -81601,7 +81667,7 @@
}
},
{
- "id": 14533,
+ "id": 15077,
"properties": {
"facing": "east",
"half": "top",
@@ -81610,7 +81676,7 @@
}
},
{
- "id": 14534,
+ "id": 15078,
"properties": {
"facing": "east",
"half": "top",
@@ -81619,7 +81685,7 @@
}
},
{
- "id": 14535,
+ "id": 15079,
"properties": {
"facing": "east",
"half": "top",
@@ -81628,7 +81694,7 @@
}
},
{
- "id": 14536,
+ "id": 15080,
"properties": {
"facing": "east",
"half": "top",
@@ -81637,7 +81703,7 @@
}
},
{
- "id": 14537,
+ "id": 15081,
"properties": {
"facing": "east",
"half": "top",
@@ -81646,7 +81712,7 @@
}
},
{
- "id": 14538,
+ "id": 15082,
"properties": {
"facing": "east",
"half": "top",
@@ -81655,7 +81721,7 @@
}
},
{
- "id": 14539,
+ "id": 15083,
"properties": {
"facing": "east",
"half": "top",
@@ -81664,7 +81730,7 @@
}
},
{
- "id": 14540,
+ "id": 15084,
"properties": {
"facing": "east",
"half": "top",
@@ -81673,7 +81739,7 @@
}
},
{
- "id": 14541,
+ "id": 15085,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81682,7 +81748,7 @@
}
},
{
- "id": 14542,
+ "id": 15086,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81691,7 +81757,7 @@
}
},
{
- "id": 14543,
+ "id": 15087,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81700,7 +81766,7 @@
}
},
{
- "id": 14544,
+ "id": 15088,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81709,7 +81775,7 @@
}
},
{
- "id": 14545,
+ "id": 15089,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81718,7 +81784,7 @@
}
},
{
- "id": 14546,
+ "id": 15090,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81727,7 +81793,7 @@
}
},
{
- "id": 14547,
+ "id": 15091,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81736,7 +81802,7 @@
}
},
{
- "id": 14548,
+ "id": 15092,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81745,7 +81811,7 @@
}
},
{
- "id": 14549,
+ "id": 15093,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81754,7 +81820,7 @@
}
},
{
- "id": 14550,
+ "id": 15094,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81801,7 +81867,7 @@
},
"states": [
{
- "id": 18517,
+ "id": 19061,
"properties": {
"east": "none",
"north": "none",
@@ -81812,7 +81878,7 @@
}
},
{
- "id": 18518,
+ "id": 19062,
"properties": {
"east": "none",
"north": "none",
@@ -81823,7 +81889,7 @@
}
},
{
- "id": 18519,
+ "id": 19063,
"properties": {
"east": "none",
"north": "none",
@@ -81835,7 +81901,7 @@
},
{
"default": true,
- "id": 18520,
+ "id": 19064,
"properties": {
"east": "none",
"north": "none",
@@ -81846,7 +81912,7 @@
}
},
{
- "id": 18521,
+ "id": 19065,
"properties": {
"east": "none",
"north": "none",
@@ -81857,7 +81923,7 @@
}
},
{
- "id": 18522,
+ "id": 19066,
"properties": {
"east": "none",
"north": "none",
@@ -81868,7 +81934,7 @@
}
},
{
- "id": 18523,
+ "id": 19067,
"properties": {
"east": "none",
"north": "none",
@@ -81879,7 +81945,7 @@
}
},
{
- "id": 18524,
+ "id": 19068,
"properties": {
"east": "none",
"north": "none",
@@ -81890,7 +81956,7 @@
}
},
{
- "id": 18525,
+ "id": 19069,
"properties": {
"east": "none",
"north": "none",
@@ -81901,7 +81967,7 @@
}
},
{
- "id": 18526,
+ "id": 19070,
"properties": {
"east": "none",
"north": "none",
@@ -81912,7 +81978,7 @@
}
},
{
- "id": 18527,
+ "id": 19071,
"properties": {
"east": "none",
"north": "none",
@@ -81923,7 +81989,7 @@
}
},
{
- "id": 18528,
+ "id": 19072,
"properties": {
"east": "none",
"north": "none",
@@ -81934,7 +82000,7 @@
}
},
{
- "id": 18529,
+ "id": 19073,
"properties": {
"east": "none",
"north": "none",
@@ -81945,7 +82011,7 @@
}
},
{
- "id": 18530,
+ "id": 19074,
"properties": {
"east": "none",
"north": "none",
@@ -81956,7 +82022,7 @@
}
},
{
- "id": 18531,
+ "id": 19075,
"properties": {
"east": "none",
"north": "none",
@@ -81967,7 +82033,7 @@
}
},
{
- "id": 18532,
+ "id": 19076,
"properties": {
"east": "none",
"north": "none",
@@ -81978,7 +82044,7 @@
}
},
{
- "id": 18533,
+ "id": 19077,
"properties": {
"east": "none",
"north": "none",
@@ -81989,7 +82055,7 @@
}
},
{
- "id": 18534,
+ "id": 19078,
"properties": {
"east": "none",
"north": "none",
@@ -82000,7 +82066,7 @@
}
},
{
- "id": 18535,
+ "id": 19079,
"properties": {
"east": "none",
"north": "none",
@@ -82011,7 +82077,7 @@
}
},
{
- "id": 18536,
+ "id": 19080,
"properties": {
"east": "none",
"north": "none",
@@ -82022,7 +82088,7 @@
}
},
{
- "id": 18537,
+ "id": 19081,
"properties": {
"east": "none",
"north": "none",
@@ -82033,7 +82099,7 @@
}
},
{
- "id": 18538,
+ "id": 19082,
"properties": {
"east": "none",
"north": "none",
@@ -82044,7 +82110,7 @@
}
},
{
- "id": 18539,
+ "id": 19083,
"properties": {
"east": "none",
"north": "none",
@@ -82055,7 +82121,7 @@
}
},
{
- "id": 18540,
+ "id": 19084,
"properties": {
"east": "none",
"north": "none",
@@ -82066,7 +82132,7 @@
}
},
{
- "id": 18541,
+ "id": 19085,
"properties": {
"east": "none",
"north": "none",
@@ -82077,7 +82143,7 @@
}
},
{
- "id": 18542,
+ "id": 19086,
"properties": {
"east": "none",
"north": "none",
@@ -82088,7 +82154,7 @@
}
},
{
- "id": 18543,
+ "id": 19087,
"properties": {
"east": "none",
"north": "none",
@@ -82099,7 +82165,7 @@
}
},
{
- "id": 18544,
+ "id": 19088,
"properties": {
"east": "none",
"north": "none",
@@ -82110,7 +82176,7 @@
}
},
{
- "id": 18545,
+ "id": 19089,
"properties": {
"east": "none",
"north": "none",
@@ -82121,7 +82187,7 @@
}
},
{
- "id": 18546,
+ "id": 19090,
"properties": {
"east": "none",
"north": "none",
@@ -82132,7 +82198,7 @@
}
},
{
- "id": 18547,
+ "id": 19091,
"properties": {
"east": "none",
"north": "none",
@@ -82143,7 +82209,7 @@
}
},
{
- "id": 18548,
+ "id": 19092,
"properties": {
"east": "none",
"north": "none",
@@ -82154,7 +82220,7 @@
}
},
{
- "id": 18549,
+ "id": 19093,
"properties": {
"east": "none",
"north": "none",
@@ -82165,7 +82231,7 @@
}
},
{
- "id": 18550,
+ "id": 19094,
"properties": {
"east": "none",
"north": "none",
@@ -82176,7 +82242,7 @@
}
},
{
- "id": 18551,
+ "id": 19095,
"properties": {
"east": "none",
"north": "none",
@@ -82187,7 +82253,7 @@
}
},
{
- "id": 18552,
+ "id": 19096,
"properties": {
"east": "none",
"north": "none",
@@ -82198,7 +82264,7 @@
}
},
{
- "id": 18553,
+ "id": 19097,
"properties": {
"east": "none",
"north": "low",
@@ -82209,7 +82275,7 @@
}
},
{
- "id": 18554,
+ "id": 19098,
"properties": {
"east": "none",
"north": "low",
@@ -82220,7 +82286,7 @@
}
},
{
- "id": 18555,
+ "id": 19099,
"properties": {
"east": "none",
"north": "low",
@@ -82231,7 +82297,7 @@
}
},
{
- "id": 18556,
+ "id": 19100,
"properties": {
"east": "none",
"north": "low",
@@ -82242,7 +82308,7 @@
}
},
{
- "id": 18557,
+ "id": 19101,
"properties": {
"east": "none",
"north": "low",
@@ -82253,7 +82319,7 @@
}
},
{
- "id": 18558,
+ "id": 19102,
"properties": {
"east": "none",
"north": "low",
@@ -82264,7 +82330,7 @@
}
},
{
- "id": 18559,
+ "id": 19103,
"properties": {
"east": "none",
"north": "low",
@@ -82275,7 +82341,7 @@
}
},
{
- "id": 18560,
+ "id": 19104,
"properties": {
"east": "none",
"north": "low",
@@ -82286,7 +82352,7 @@
}
},
{
- "id": 18561,
+ "id": 19105,
"properties": {
"east": "none",
"north": "low",
@@ -82297,7 +82363,7 @@
}
},
{
- "id": 18562,
+ "id": 19106,
"properties": {
"east": "none",
"north": "low",
@@ -82308,7 +82374,7 @@
}
},
{
- "id": 18563,
+ "id": 19107,
"properties": {
"east": "none",
"north": "low",
@@ -82319,7 +82385,7 @@
}
},
{
- "id": 18564,
+ "id": 19108,
"properties": {
"east": "none",
"north": "low",
@@ -82330,7 +82396,7 @@
}
},
{
- "id": 18565,
+ "id": 19109,
"properties": {
"east": "none",
"north": "low",
@@ -82341,7 +82407,7 @@
}
},
{
- "id": 18566,
+ "id": 19110,
"properties": {
"east": "none",
"north": "low",
@@ -82352,7 +82418,7 @@
}
},
{
- "id": 18567,
+ "id": 19111,
"properties": {
"east": "none",
"north": "low",
@@ -82363,7 +82429,7 @@
}
},
{
- "id": 18568,
+ "id": 19112,
"properties": {
"east": "none",
"north": "low",
@@ -82374,7 +82440,7 @@
}
},
{
- "id": 18569,
+ "id": 19113,
"properties": {
"east": "none",
"north": "low",
@@ -82385,7 +82451,7 @@
}
},
{
- "id": 18570,
+ "id": 19114,
"properties": {
"east": "none",
"north": "low",
@@ -82396,7 +82462,7 @@
}
},
{
- "id": 18571,
+ "id": 19115,
"properties": {
"east": "none",
"north": "low",
@@ -82407,7 +82473,7 @@
}
},
{
- "id": 18572,
+ "id": 19116,
"properties": {
"east": "none",
"north": "low",
@@ -82418,7 +82484,7 @@
}
},
{
- "id": 18573,
+ "id": 19117,
"properties": {
"east": "none",
"north": "low",
@@ -82429,7 +82495,7 @@
}
},
{
- "id": 18574,
+ "id": 19118,
"properties": {
"east": "none",
"north": "low",
@@ -82440,7 +82506,7 @@
}
},
{
- "id": 18575,
+ "id": 19119,
"properties": {
"east": "none",
"north": "low",
@@ -82451,7 +82517,7 @@
}
},
{
- "id": 18576,
+ "id": 19120,
"properties": {
"east": "none",
"north": "low",
@@ -82462,7 +82528,7 @@
}
},
{
- "id": 18577,
+ "id": 19121,
"properties": {
"east": "none",
"north": "low",
@@ -82473,7 +82539,7 @@
}
},
{
- "id": 18578,
+ "id": 19122,
"properties": {
"east": "none",
"north": "low",
@@ -82484,7 +82550,7 @@
}
},
{
- "id": 18579,
+ "id": 19123,
"properties": {
"east": "none",
"north": "low",
@@ -82495,7 +82561,7 @@
}
},
{
- "id": 18580,
+ "id": 19124,
"properties": {
"east": "none",
"north": "low",
@@ -82506,7 +82572,7 @@
}
},
{
- "id": 18581,
+ "id": 19125,
"properties": {
"east": "none",
"north": "low",
@@ -82517,7 +82583,7 @@
}
},
{
- "id": 18582,
+ "id": 19126,
"properties": {
"east": "none",
"north": "low",
@@ -82528,7 +82594,7 @@
}
},
{
- "id": 18583,
+ "id": 19127,
"properties": {
"east": "none",
"north": "low",
@@ -82539,7 +82605,7 @@
}
},
{
- "id": 18584,
+ "id": 19128,
"properties": {
"east": "none",
"north": "low",
@@ -82550,7 +82616,7 @@
}
},
{
- "id": 18585,
+ "id": 19129,
"properties": {
"east": "none",
"north": "low",
@@ -82561,7 +82627,7 @@
}
},
{
- "id": 18586,
+ "id": 19130,
"properties": {
"east": "none",
"north": "low",
@@ -82572,7 +82638,7 @@
}
},
{
- "id": 18587,
+ "id": 19131,
"properties": {
"east": "none",
"north": "low",
@@ -82583,7 +82649,7 @@
}
},
{
- "id": 18588,
+ "id": 19132,
"properties": {
"east": "none",
"north": "low",
@@ -82594,7 +82660,7 @@
}
},
{
- "id": 18589,
+ "id": 19133,
"properties": {
"east": "none",
"north": "tall",
@@ -82605,7 +82671,7 @@
}
},
{
- "id": 18590,
+ "id": 19134,
"properties": {
"east": "none",
"north": "tall",
@@ -82616,7 +82682,7 @@
}
},
{
- "id": 18591,
+ "id": 19135,
"properties": {
"east": "none",
"north": "tall",
@@ -82627,7 +82693,7 @@
}
},
{
- "id": 18592,
+ "id": 19136,
"properties": {
"east": "none",
"north": "tall",
@@ -82638,7 +82704,7 @@
}
},
{
- "id": 18593,
+ "id": 19137,
"properties": {
"east": "none",
"north": "tall",
@@ -82649,7 +82715,7 @@
}
},
{
- "id": 18594,
+ "id": 19138,
"properties": {
"east": "none",
"north": "tall",
@@ -82660,7 +82726,7 @@
}
},
{
- "id": 18595,
+ "id": 19139,
"properties": {
"east": "none",
"north": "tall",
@@ -82671,7 +82737,7 @@
}
},
{
- "id": 18596,
+ "id": 19140,
"properties": {
"east": "none",
"north": "tall",
@@ -82682,7 +82748,7 @@
}
},
{
- "id": 18597,
+ "id": 19141,
"properties": {
"east": "none",
"north": "tall",
@@ -82693,7 +82759,7 @@
}
},
{
- "id": 18598,
+ "id": 19142,
"properties": {
"east": "none",
"north": "tall",
@@ -82704,7 +82770,7 @@
}
},
{
- "id": 18599,
+ "id": 19143,
"properties": {
"east": "none",
"north": "tall",
@@ -82715,7 +82781,7 @@
}
},
{
- "id": 18600,
+ "id": 19144,
"properties": {
"east": "none",
"north": "tall",
@@ -82726,7 +82792,7 @@
}
},
{
- "id": 18601,
+ "id": 19145,
"properties": {
"east": "none",
"north": "tall",
@@ -82737,7 +82803,7 @@
}
},
{
- "id": 18602,
+ "id": 19146,
"properties": {
"east": "none",
"north": "tall",
@@ -82748,7 +82814,7 @@
}
},
{
- "id": 18603,
+ "id": 19147,
"properties": {
"east": "none",
"north": "tall",
@@ -82759,7 +82825,7 @@
}
},
{
- "id": 18604,
+ "id": 19148,
"properties": {
"east": "none",
"north": "tall",
@@ -82770,7 +82836,7 @@
}
},
{
- "id": 18605,
+ "id": 19149,
"properties": {
"east": "none",
"north": "tall",
@@ -82781,7 +82847,7 @@
}
},
{
- "id": 18606,
+ "id": 19150,
"properties": {
"east": "none",
"north": "tall",
@@ -82792,7 +82858,7 @@
}
},
{
- "id": 18607,
+ "id": 19151,
"properties": {
"east": "none",
"north": "tall",
@@ -82803,7 +82869,7 @@
}
},
{
- "id": 18608,
+ "id": 19152,
"properties": {
"east": "none",
"north": "tall",
@@ -82814,7 +82880,7 @@
}
},
{
- "id": 18609,
+ "id": 19153,
"properties": {
"east": "none",
"north": "tall",
@@ -82825,7 +82891,7 @@
}
},
{
- "id": 18610,
+ "id": 19154,
"properties": {
"east": "none",
"north": "tall",
@@ -82836,7 +82902,7 @@
}
},
{
- "id": 18611,
+ "id": 19155,
"properties": {
"east": "none",
"north": "tall",
@@ -82847,7 +82913,7 @@
}
},
{
- "id": 18612,
+ "id": 19156,
"properties": {
"east": "none",
"north": "tall",
@@ -82858,7 +82924,7 @@
}
},
{
- "id": 18613,
+ "id": 19157,
"properties": {
"east": "none",
"north": "tall",
@@ -82869,7 +82935,7 @@
}
},
{
- "id": 18614,
+ "id": 19158,
"properties": {
"east": "none",
"north": "tall",
@@ -82880,7 +82946,7 @@
}
},
{
- "id": 18615,
+ "id": 19159,
"properties": {
"east": "none",
"north": "tall",
@@ -82891,7 +82957,7 @@
}
},
{
- "id": 18616,
+ "id": 19160,
"properties": {
"east": "none",
"north": "tall",
@@ -82902,7 +82968,7 @@
}
},
{
- "id": 18617,
+ "id": 19161,
"properties": {
"east": "none",
"north": "tall",
@@ -82913,7 +82979,7 @@
}
},
{
- "id": 18618,
+ "id": 19162,
"properties": {
"east": "none",
"north": "tall",
@@ -82924,7 +82990,7 @@
}
},
{
- "id": 18619,
+ "id": 19163,
"properties": {
"east": "none",
"north": "tall",
@@ -82935,7 +83001,7 @@
}
},
{
- "id": 18620,
+ "id": 19164,
"properties": {
"east": "none",
"north": "tall",
@@ -82946,7 +83012,7 @@
}
},
{
- "id": 18621,
+ "id": 19165,
"properties": {
"east": "none",
"north": "tall",
@@ -82957,7 +83023,7 @@
}
},
{
- "id": 18622,
+ "id": 19166,
"properties": {
"east": "none",
"north": "tall",
@@ -82968,7 +83034,7 @@
}
},
{
- "id": 18623,
+ "id": 19167,
"properties": {
"east": "none",
"north": "tall",
@@ -82979,7 +83045,7 @@
}
},
{
- "id": 18624,
+ "id": 19168,
"properties": {
"east": "none",
"north": "tall",
@@ -82990,7 +83056,7 @@
}
},
{
- "id": 18625,
+ "id": 19169,
"properties": {
"east": "low",
"north": "none",
@@ -83001,7 +83067,7 @@
}
},
{
- "id": 18626,
+ "id": 19170,
"properties": {
"east": "low",
"north": "none",
@@ -83012,7 +83078,7 @@
}
},
{
- "id": 18627,
+ "id": 19171,
"properties": {
"east": "low",
"north": "none",
@@ -83023,7 +83089,7 @@
}
},
{
- "id": 18628,
+ "id": 19172,
"properties": {
"east": "low",
"north": "none",
@@ -83034,7 +83100,7 @@
}
},
{
- "id": 18629,
+ "id": 19173,
"properties": {
"east": "low",
"north": "none",
@@ -83045,7 +83111,7 @@
}
},
{
- "id": 18630,
+ "id": 19174,
"properties": {
"east": "low",
"north": "none",
@@ -83056,7 +83122,7 @@
}
},
{
- "id": 18631,
+ "id": 19175,
"properties": {
"east": "low",
"north": "none",
@@ -83067,7 +83133,7 @@
}
},
{
- "id": 18632,
+ "id": 19176,
"properties": {
"east": "low",
"north": "none",
@@ -83078,7 +83144,7 @@
}
},
{
- "id": 18633,
+ "id": 19177,
"properties": {
"east": "low",
"north": "none",
@@ -83089,7 +83155,7 @@
}
},
{
- "id": 18634,
+ "id": 19178,
"properties": {
"east": "low",
"north": "none",
@@ -83100,7 +83166,7 @@
}
},
{
- "id": 18635,
+ "id": 19179,
"properties": {
"east": "low",
"north": "none",
@@ -83111,7 +83177,7 @@
}
},
{
- "id": 18636,
+ "id": 19180,
"properties": {
"east": "low",
"north": "none",
@@ -83122,7 +83188,7 @@
}
},
{
- "id": 18637,
+ "id": 19181,
"properties": {
"east": "low",
"north": "none",
@@ -83133,7 +83199,7 @@
}
},
{
- "id": 18638,
+ "id": 19182,
"properties": {
"east": "low",
"north": "none",
@@ -83144,7 +83210,7 @@
}
},
{
- "id": 18639,
+ "id": 19183,
"properties": {
"east": "low",
"north": "none",
@@ -83155,7 +83221,7 @@
}
},
{
- "id": 18640,
+ "id": 19184,
"properties": {
"east": "low",
"north": "none",
@@ -83166,7 +83232,7 @@
}
},
{
- "id": 18641,
+ "id": 19185,
"properties": {
"east": "low",
"north": "none",
@@ -83177,7 +83243,7 @@
}
},
{
- "id": 18642,
+ "id": 19186,
"properties": {
"east": "low",
"north": "none",
@@ -83188,7 +83254,7 @@
}
},
{
- "id": 18643,
+ "id": 19187,
"properties": {
"east": "low",
"north": "none",
@@ -83199,7 +83265,7 @@
}
},
{
- "id": 18644,
+ "id": 19188,
"properties": {
"east": "low",
"north": "none",
@@ -83210,7 +83276,7 @@
}
},
{
- "id": 18645,
+ "id": 19189,
"properties": {
"east": "low",
"north": "none",
@@ -83221,7 +83287,7 @@
}
},
{
- "id": 18646,
+ "id": 19190,
"properties": {
"east": "low",
"north": "none",
@@ -83232,7 +83298,7 @@
}
},
{
- "id": 18647,
+ "id": 19191,
"properties": {
"east": "low",
"north": "none",
@@ -83243,7 +83309,7 @@
}
},
{
- "id": 18648,
+ "id": 19192,
"properties": {
"east": "low",
"north": "none",
@@ -83254,7 +83320,7 @@
}
},
{
- "id": 18649,
+ "id": 19193,
"properties": {
"east": "low",
"north": "none",
@@ -83265,7 +83331,7 @@
}
},
{
- "id": 18650,
+ "id": 19194,
"properties": {
"east": "low",
"north": "none",
@@ -83276,7 +83342,7 @@
}
},
{
- "id": 18651,
+ "id": 19195,
"properties": {
"east": "low",
"north": "none",
@@ -83287,7 +83353,7 @@
}
},
{
- "id": 18652,
+ "id": 19196,
"properties": {
"east": "low",
"north": "none",
@@ -83298,7 +83364,7 @@
}
},
{
- "id": 18653,
+ "id": 19197,
"properties": {
"east": "low",
"north": "none",
@@ -83309,7 +83375,7 @@
}
},
{
- "id": 18654,
+ "id": 19198,
"properties": {
"east": "low",
"north": "none",
@@ -83320,7 +83386,7 @@
}
},
{
- "id": 18655,
+ "id": 19199,
"properties": {
"east": "low",
"north": "none",
@@ -83331,7 +83397,7 @@
}
},
{
- "id": 18656,
+ "id": 19200,
"properties": {
"east": "low",
"north": "none",
@@ -83342,7 +83408,7 @@
}
},
{
- "id": 18657,
+ "id": 19201,
"properties": {
"east": "low",
"north": "none",
@@ -83353,7 +83419,7 @@
}
},
{
- "id": 18658,
+ "id": 19202,
"properties": {
"east": "low",
"north": "none",
@@ -83364,7 +83430,7 @@
}
},
{
- "id": 18659,
+ "id": 19203,
"properties": {
"east": "low",
"north": "none",
@@ -83375,7 +83441,7 @@
}
},
{
- "id": 18660,
+ "id": 19204,
"properties": {
"east": "low",
"north": "none",
@@ -83386,7 +83452,7 @@
}
},
{
- "id": 18661,
+ "id": 19205,
"properties": {
"east": "low",
"north": "low",
@@ -83397,7 +83463,7 @@
}
},
{
- "id": 18662,
+ "id": 19206,
"properties": {
"east": "low",
"north": "low",
@@ -83408,7 +83474,7 @@
}
},
{
- "id": 18663,
+ "id": 19207,
"properties": {
"east": "low",
"north": "low",
@@ -83419,7 +83485,7 @@
}
},
{
- "id": 18664,
+ "id": 19208,
"properties": {
"east": "low",
"north": "low",
@@ -83430,7 +83496,7 @@
}
},
{
- "id": 18665,
+ "id": 19209,
"properties": {
"east": "low",
"north": "low",
@@ -83441,7 +83507,7 @@
}
},
{
- "id": 18666,
+ "id": 19210,
"properties": {
"east": "low",
"north": "low",
@@ -83452,7 +83518,7 @@
}
},
{
- "id": 18667,
+ "id": 19211,
"properties": {
"east": "low",
"north": "low",
@@ -83463,7 +83529,7 @@
}
},
{
- "id": 18668,
+ "id": 19212,
"properties": {
"east": "low",
"north": "low",
@@ -83474,7 +83540,7 @@
}
},
{
- "id": 18669,
+ "id": 19213,
"properties": {
"east": "low",
"north": "low",
@@ -83485,7 +83551,7 @@
}
},
{
- "id": 18670,
+ "id": 19214,
"properties": {
"east": "low",
"north": "low",
@@ -83496,7 +83562,7 @@
}
},
{
- "id": 18671,
+ "id": 19215,
"properties": {
"east": "low",
"north": "low",
@@ -83507,7 +83573,7 @@
}
},
{
- "id": 18672,
+ "id": 19216,
"properties": {
"east": "low",
"north": "low",
@@ -83518,7 +83584,7 @@
}
},
{
- "id": 18673,
+ "id": 19217,
"properties": {
"east": "low",
"north": "low",
@@ -83529,7 +83595,7 @@
}
},
{
- "id": 18674,
+ "id": 19218,
"properties": {
"east": "low",
"north": "low",
@@ -83540,7 +83606,7 @@
}
},
{
- "id": 18675,
+ "id": 19219,
"properties": {
"east": "low",
"north": "low",
@@ -83551,7 +83617,7 @@
}
},
{
- "id": 18676,
+ "id": 19220,
"properties": {
"east": "low",
"north": "low",
@@ -83562,7 +83628,7 @@
}
},
{
- "id": 18677,
+ "id": 19221,
"properties": {
"east": "low",
"north": "low",
@@ -83573,7 +83639,7 @@
}
},
{
- "id": 18678,
+ "id": 19222,
"properties": {
"east": "low",
"north": "low",
@@ -83584,7 +83650,7 @@
}
},
{
- "id": 18679,
+ "id": 19223,
"properties": {
"east": "low",
"north": "low",
@@ -83595,7 +83661,7 @@
}
},
{
- "id": 18680,
+ "id": 19224,
"properties": {
"east": "low",
"north": "low",
@@ -83606,7 +83672,7 @@
}
},
{
- "id": 18681,
+ "id": 19225,
"properties": {
"east": "low",
"north": "low",
@@ -83617,7 +83683,7 @@
}
},
{
- "id": 18682,
+ "id": 19226,
"properties": {
"east": "low",
"north": "low",
@@ -83628,7 +83694,7 @@
}
},
{
- "id": 18683,
+ "id": 19227,
"properties": {
"east": "low",
"north": "low",
@@ -83639,7 +83705,7 @@
}
},
{
- "id": 18684,
+ "id": 19228,
"properties": {
"east": "low",
"north": "low",
@@ -83650,7 +83716,7 @@
}
},
{
- "id": 18685,
+ "id": 19229,
"properties": {
"east": "low",
"north": "low",
@@ -83661,7 +83727,7 @@
}
},
{
- "id": 18686,
+ "id": 19230,
"properties": {
"east": "low",
"north": "low",
@@ -83672,7 +83738,7 @@
}
},
{
- "id": 18687,
+ "id": 19231,
"properties": {
"east": "low",
"north": "low",
@@ -83683,7 +83749,7 @@
}
},
{
- "id": 18688,
+ "id": 19232,
"properties": {
"east": "low",
"north": "low",
@@ -83694,7 +83760,7 @@
}
},
{
- "id": 18689,
+ "id": 19233,
"properties": {
"east": "low",
"north": "low",
@@ -83705,7 +83771,7 @@
}
},
{
- "id": 18690,
+ "id": 19234,
"properties": {
"east": "low",
"north": "low",
@@ -83716,7 +83782,7 @@
}
},
{
- "id": 18691,
+ "id": 19235,
"properties": {
"east": "low",
"north": "low",
@@ -83727,7 +83793,7 @@
}
},
{
- "id": 18692,
+ "id": 19236,
"properties": {
"east": "low",
"north": "low",
@@ -83738,7 +83804,7 @@
}
},
{
- "id": 18693,
+ "id": 19237,
"properties": {
"east": "low",
"north": "low",
@@ -83749,7 +83815,7 @@
}
},
{
- "id": 18694,
+ "id": 19238,
"properties": {
"east": "low",
"north": "low",
@@ -83760,7 +83826,7 @@
}
},
{
- "id": 18695,
+ "id": 19239,
"properties": {
"east": "low",
"north": "low",
@@ -83771,7 +83837,7 @@
}
},
{
- "id": 18696,
+ "id": 19240,
"properties": {
"east": "low",
"north": "low",
@@ -83782,7 +83848,7 @@
}
},
{
- "id": 18697,
+ "id": 19241,
"properties": {
"east": "low",
"north": "tall",
@@ -83793,7 +83859,7 @@
}
},
{
- "id": 18698,
+ "id": 19242,
"properties": {
"east": "low",
"north": "tall",
@@ -83804,7 +83870,7 @@
}
},
{
- "id": 18699,
+ "id": 19243,
"properties": {
"east": "low",
"north": "tall",
@@ -83815,7 +83881,7 @@
}
},
{
- "id": 18700,
+ "id": 19244,
"properties": {
"east": "low",
"north": "tall",
@@ -83826,7 +83892,7 @@
}
},
{
- "id": 18701,
+ "id": 19245,
"properties": {
"east": "low",
"north": "tall",
@@ -83837,7 +83903,7 @@
}
},
{
- "id": 18702,
+ "id": 19246,
"properties": {
"east": "low",
"north": "tall",
@@ -83848,7 +83914,7 @@
}
},
{
- "id": 18703,
+ "id": 19247,
"properties": {
"east": "low",
"north": "tall",
@@ -83859,7 +83925,7 @@
}
},
{
- "id": 18704,
+ "id": 19248,
"properties": {
"east": "low",
"north": "tall",
@@ -83870,7 +83936,7 @@
}
},
{
- "id": 18705,
+ "id": 19249,
"properties": {
"east": "low",
"north": "tall",
@@ -83881,7 +83947,7 @@
}
},
{
- "id": 18706,
+ "id": 19250,
"properties": {
"east": "low",
"north": "tall",
@@ -83892,7 +83958,7 @@
}
},
{
- "id": 18707,
+ "id": 19251,
"properties": {
"east": "low",
"north": "tall",
@@ -83903,7 +83969,7 @@
}
},
{
- "id": 18708,
+ "id": 19252,
"properties": {
"east": "low",
"north": "tall",
@@ -83914,7 +83980,7 @@
}
},
{
- "id": 18709,
+ "id": 19253,
"properties": {
"east": "low",
"north": "tall",
@@ -83925,7 +83991,7 @@
}
},
{
- "id": 18710,
+ "id": 19254,
"properties": {
"east": "low",
"north": "tall",
@@ -83936,7 +84002,7 @@
}
},
{
- "id": 18711,
+ "id": 19255,
"properties": {
"east": "low",
"north": "tall",
@@ -83947,7 +84013,7 @@
}
},
{
- "id": 18712,
+ "id": 19256,
"properties": {
"east": "low",
"north": "tall",
@@ -83958,7 +84024,7 @@
}
},
{
- "id": 18713,
+ "id": 19257,
"properties": {
"east": "low",
"north": "tall",
@@ -83969,7 +84035,7 @@
}
},
{
- "id": 18714,
+ "id": 19258,
"properties": {
"east": "low",
"north": "tall",
@@ -83980,7 +84046,7 @@
}
},
{
- "id": 18715,
+ "id": 19259,
"properties": {
"east": "low",
"north": "tall",
@@ -83991,7 +84057,7 @@
}
},
{
- "id": 18716,
+ "id": 19260,
"properties": {
"east": "low",
"north": "tall",
@@ -84002,7 +84068,7 @@
}
},
{
- "id": 18717,
+ "id": 19261,
"properties": {
"east": "low",
"north": "tall",
@@ -84013,7 +84079,7 @@
}
},
{
- "id": 18718,
+ "id": 19262,
"properties": {
"east": "low",
"north": "tall",
@@ -84024,7 +84090,7 @@
}
},
{
- "id": 18719,
+ "id": 19263,
"properties": {
"east": "low",
"north": "tall",
@@ -84035,7 +84101,7 @@
}
},
{
- "id": 18720,
+ "id": 19264,
"properties": {
"east": "low",
"north": "tall",
@@ -84046,7 +84112,7 @@
}
},
{
- "id": 18721,
+ "id": 19265,
"properties": {
"east": "low",
"north": "tall",
@@ -84057,7 +84123,7 @@
}
},
{
- "id": 18722,
+ "id": 19266,
"properties": {
"east": "low",
"north": "tall",
@@ -84068,7 +84134,7 @@
}
},
{
- "id": 18723,
+ "id": 19267,
"properties": {
"east": "low",
"north": "tall",
@@ -84079,7 +84145,7 @@
}
},
{
- "id": 18724,
+ "id": 19268,
"properties": {
"east": "low",
"north": "tall",
@@ -84090,7 +84156,7 @@
}
},
{
- "id": 18725,
+ "id": 19269,
"properties": {
"east": "low",
"north": "tall",
@@ -84101,7 +84167,7 @@
}
},
{
- "id": 18726,
+ "id": 19270,
"properties": {
"east": "low",
"north": "tall",
@@ -84112,7 +84178,7 @@
}
},
{
- "id": 18727,
+ "id": 19271,
"properties": {
"east": "low",
"north": "tall",
@@ -84123,7 +84189,7 @@
}
},
{
- "id": 18728,
+ "id": 19272,
"properties": {
"east": "low",
"north": "tall",
@@ -84134,7 +84200,7 @@
}
},
{
- "id": 18729,
+ "id": 19273,
"properties": {
"east": "low",
"north": "tall",
@@ -84145,7 +84211,7 @@
}
},
{
- "id": 18730,
+ "id": 19274,
"properties": {
"east": "low",
"north": "tall",
@@ -84156,7 +84222,7 @@
}
},
{
- "id": 18731,
+ "id": 19275,
"properties": {
"east": "low",
"north": "tall",
@@ -84167,7 +84233,7 @@
}
},
{
- "id": 18732,
+ "id": 19276,
"properties": {
"east": "low",
"north": "tall",
@@ -84178,7 +84244,7 @@
}
},
{
- "id": 18733,
+ "id": 19277,
"properties": {
"east": "tall",
"north": "none",
@@ -84189,7 +84255,7 @@
}
},
{
- "id": 18734,
+ "id": 19278,
"properties": {
"east": "tall",
"north": "none",
@@ -84200,7 +84266,7 @@
}
},
{
- "id": 18735,
+ "id": 19279,
"properties": {
"east": "tall",
"north": "none",
@@ -84211,7 +84277,7 @@
}
},
{
- "id": 18736,
+ "id": 19280,
"properties": {
"east": "tall",
"north": "none",
@@ -84222,7 +84288,7 @@
}
},
{
- "id": 18737,
+ "id": 19281,
"properties": {
"east": "tall",
"north": "none",
@@ -84233,7 +84299,7 @@
}
},
{
- "id": 18738,
+ "id": 19282,
"properties": {
"east": "tall",
"north": "none",
@@ -84244,7 +84310,7 @@
}
},
{
- "id": 18739,
+ "id": 19283,
"properties": {
"east": "tall",
"north": "none",
@@ -84255,7 +84321,7 @@
}
},
{
- "id": 18740,
+ "id": 19284,
"properties": {
"east": "tall",
"north": "none",
@@ -84266,7 +84332,7 @@
}
},
{
- "id": 18741,
+ "id": 19285,
"properties": {
"east": "tall",
"north": "none",
@@ -84277,7 +84343,7 @@
}
},
{
- "id": 18742,
+ "id": 19286,
"properties": {
"east": "tall",
"north": "none",
@@ -84288,7 +84354,7 @@
}
},
{
- "id": 18743,
+ "id": 19287,
"properties": {
"east": "tall",
"north": "none",
@@ -84299,7 +84365,7 @@
}
},
{
- "id": 18744,
+ "id": 19288,
"properties": {
"east": "tall",
"north": "none",
@@ -84310,7 +84376,7 @@
}
},
{
- "id": 18745,
+ "id": 19289,
"properties": {
"east": "tall",
"north": "none",
@@ -84321,7 +84387,7 @@
}
},
{
- "id": 18746,
+ "id": 19290,
"properties": {
"east": "tall",
"north": "none",
@@ -84332,7 +84398,7 @@
}
},
{
- "id": 18747,
+ "id": 19291,
"properties": {
"east": "tall",
"north": "none",
@@ -84343,7 +84409,7 @@
}
},
{
- "id": 18748,
+ "id": 19292,
"properties": {
"east": "tall",
"north": "none",
@@ -84354,7 +84420,7 @@
}
},
{
- "id": 18749,
+ "id": 19293,
"properties": {
"east": "tall",
"north": "none",
@@ -84365,7 +84431,7 @@
}
},
{
- "id": 18750,
+ "id": 19294,
"properties": {
"east": "tall",
"north": "none",
@@ -84376,7 +84442,7 @@
}
},
{
- "id": 18751,
+ "id": 19295,
"properties": {
"east": "tall",
"north": "none",
@@ -84387,7 +84453,7 @@
}
},
{
- "id": 18752,
+ "id": 19296,
"properties": {
"east": "tall",
"north": "none",
@@ -84398,7 +84464,7 @@
}
},
{
- "id": 18753,
+ "id": 19297,
"properties": {
"east": "tall",
"north": "none",
@@ -84409,7 +84475,7 @@
}
},
{
- "id": 18754,
+ "id": 19298,
"properties": {
"east": "tall",
"north": "none",
@@ -84420,7 +84486,7 @@
}
},
{
- "id": 18755,
+ "id": 19299,
"properties": {
"east": "tall",
"north": "none",
@@ -84431,7 +84497,7 @@
}
},
{
- "id": 18756,
+ "id": 19300,
"properties": {
"east": "tall",
"north": "none",
@@ -84442,7 +84508,7 @@
}
},
{
- "id": 18757,
+ "id": 19301,
"properties": {
"east": "tall",
"north": "none",
@@ -84453,7 +84519,7 @@
}
},
{
- "id": 18758,
+ "id": 19302,
"properties": {
"east": "tall",
"north": "none",
@@ -84464,7 +84530,7 @@
}
},
{
- "id": 18759,
+ "id": 19303,
"properties": {
"east": "tall",
"north": "none",
@@ -84475,7 +84541,7 @@
}
},
{
- "id": 18760,
+ "id": 19304,
"properties": {
"east": "tall",
"north": "none",
@@ -84486,7 +84552,7 @@
}
},
{
- "id": 18761,
+ "id": 19305,
"properties": {
"east": "tall",
"north": "none",
@@ -84497,7 +84563,7 @@
}
},
{
- "id": 18762,
+ "id": 19306,
"properties": {
"east": "tall",
"north": "none",
@@ -84508,7 +84574,7 @@
}
},
{
- "id": 18763,
+ "id": 19307,
"properties": {
"east": "tall",
"north": "none",
@@ -84519,7 +84585,7 @@
}
},
{
- "id": 18764,
+ "id": 19308,
"properties": {
"east": "tall",
"north": "none",
@@ -84530,7 +84596,7 @@
}
},
{
- "id": 18765,
+ "id": 19309,
"properties": {
"east": "tall",
"north": "none",
@@ -84541,7 +84607,7 @@
}
},
{
- "id": 18766,
+ "id": 19310,
"properties": {
"east": "tall",
"north": "none",
@@ -84552,7 +84618,7 @@
}
},
{
- "id": 18767,
+ "id": 19311,
"properties": {
"east": "tall",
"north": "none",
@@ -84563,7 +84629,7 @@
}
},
{
- "id": 18768,
+ "id": 19312,
"properties": {
"east": "tall",
"north": "none",
@@ -84574,7 +84640,7 @@
}
},
{
- "id": 18769,
+ "id": 19313,
"properties": {
"east": "tall",
"north": "low",
@@ -84585,7 +84651,7 @@
}
},
{
- "id": 18770,
+ "id": 19314,
"properties": {
"east": "tall",
"north": "low",
@@ -84596,7 +84662,7 @@
}
},
{
- "id": 18771,
+ "id": 19315,
"properties": {
"east": "tall",
"north": "low",
@@ -84607,7 +84673,7 @@
}
},
{
- "id": 18772,
+ "id": 19316,
"properties": {
"east": "tall",
"north": "low",
@@ -84618,7 +84684,7 @@
}
},
{
- "id": 18773,
+ "id": 19317,
"properties": {
"east": "tall",
"north": "low",
@@ -84629,7 +84695,7 @@
}
},
{
- "id": 18774,
+ "id": 19318,
"properties": {
"east": "tall",
"north": "low",
@@ -84640,7 +84706,7 @@
}
},
{
- "id": 18775,
+ "id": 19319,
"properties": {
"east": "tall",
"north": "low",
@@ -84651,7 +84717,7 @@
}
},
{
- "id": 18776,
+ "id": 19320,
"properties": {
"east": "tall",
"north": "low",
@@ -84662,7 +84728,7 @@
}
},
{
- "id": 18777,
+ "id": 19321,
"properties": {
"east": "tall",
"north": "low",
@@ -84673,7 +84739,7 @@
}
},
{
- "id": 18778,
+ "id": 19322,
"properties": {
"east": "tall",
"north": "low",
@@ -84684,7 +84750,7 @@
}
},
{
- "id": 18779,
+ "id": 19323,
"properties": {
"east": "tall",
"north": "low",
@@ -84695,7 +84761,7 @@
}
},
{
- "id": 18780,
+ "id": 19324,
"properties": {
"east": "tall",
"north": "low",
@@ -84706,7 +84772,7 @@
}
},
{
- "id": 18781,
+ "id": 19325,
"properties": {
"east": "tall",
"north": "low",
@@ -84717,7 +84783,7 @@
}
},
{
- "id": 18782,
+ "id": 19326,
"properties": {
"east": "tall",
"north": "low",
@@ -84728,7 +84794,7 @@
}
},
{
- "id": 18783,
+ "id": 19327,
"properties": {
"east": "tall",
"north": "low",
@@ -84739,7 +84805,7 @@
}
},
{
- "id": 18784,
+ "id": 19328,
"properties": {
"east": "tall",
"north": "low",
@@ -84750,7 +84816,7 @@
}
},
{
- "id": 18785,
+ "id": 19329,
"properties": {
"east": "tall",
"north": "low",
@@ -84761,7 +84827,7 @@
}
},
{
- "id": 18786,
+ "id": 19330,
"properties": {
"east": "tall",
"north": "low",
@@ -84772,7 +84838,7 @@
}
},
{
- "id": 18787,
+ "id": 19331,
"properties": {
"east": "tall",
"north": "low",
@@ -84783,7 +84849,7 @@
}
},
{
- "id": 18788,
+ "id": 19332,
"properties": {
"east": "tall",
"north": "low",
@@ -84794,7 +84860,7 @@
}
},
{
- "id": 18789,
+ "id": 19333,
"properties": {
"east": "tall",
"north": "low",
@@ -84805,7 +84871,7 @@
}
},
{
- "id": 18790,
+ "id": 19334,
"properties": {
"east": "tall",
"north": "low",
@@ -84816,7 +84882,7 @@
}
},
{
- "id": 18791,
+ "id": 19335,
"properties": {
"east": "tall",
"north": "low",
@@ -84827,7 +84893,7 @@
}
},
{
- "id": 18792,
+ "id": 19336,
"properties": {
"east": "tall",
"north": "low",
@@ -84838,7 +84904,7 @@
}
},
{
- "id": 18793,
+ "id": 19337,
"properties": {
"east": "tall",
"north": "low",
@@ -84849,7 +84915,7 @@
}
},
{
- "id": 18794,
+ "id": 19338,
"properties": {
"east": "tall",
"north": "low",
@@ -84860,7 +84926,7 @@
}
},
{
- "id": 18795,
+ "id": 19339,
"properties": {
"east": "tall",
"north": "low",
@@ -84871,7 +84937,7 @@
}
},
{
- "id": 18796,
+ "id": 19340,
"properties": {
"east": "tall",
"north": "low",
@@ -84882,7 +84948,7 @@
}
},
{
- "id": 18797,
+ "id": 19341,
"properties": {
"east": "tall",
"north": "low",
@@ -84893,7 +84959,7 @@
}
},
{
- "id": 18798,
+ "id": 19342,
"properties": {
"east": "tall",
"north": "low",
@@ -84904,7 +84970,7 @@
}
},
{
- "id": 18799,
+ "id": 19343,
"properties": {
"east": "tall",
"north": "low",
@@ -84915,7 +84981,7 @@
}
},
{
- "id": 18800,
+ "id": 19344,
"properties": {
"east": "tall",
"north": "low",
@@ -84926,7 +84992,7 @@
}
},
{
- "id": 18801,
+ "id": 19345,
"properties": {
"east": "tall",
"north": "low",
@@ -84937,7 +85003,7 @@
}
},
{
- "id": 18802,
+ "id": 19346,
"properties": {
"east": "tall",
"north": "low",
@@ -84948,7 +85014,7 @@
}
},
{
- "id": 18803,
+ "id": 19347,
"properties": {
"east": "tall",
"north": "low",
@@ -84959,7 +85025,7 @@
}
},
{
- "id": 18804,
+ "id": 19348,
"properties": {
"east": "tall",
"north": "low",
@@ -84970,7 +85036,7 @@
}
},
{
- "id": 18805,
+ "id": 19349,
"properties": {
"east": "tall",
"north": "tall",
@@ -84981,7 +85047,7 @@
}
},
{
- "id": 18806,
+ "id": 19350,
"properties": {
"east": "tall",
"north": "tall",
@@ -84992,7 +85058,7 @@
}
},
{
- "id": 18807,
+ "id": 19351,
"properties": {
"east": "tall",
"north": "tall",
@@ -85003,7 +85069,7 @@
}
},
{
- "id": 18808,
+ "id": 19352,
"properties": {
"east": "tall",
"north": "tall",
@@ -85014,7 +85080,7 @@
}
},
{
- "id": 18809,
+ "id": 19353,
"properties": {
"east": "tall",
"north": "tall",
@@ -85025,7 +85091,7 @@
}
},
{
- "id": 18810,
+ "id": 19354,
"properties": {
"east": "tall",
"north": "tall",
@@ -85036,7 +85102,7 @@
}
},
{
- "id": 18811,
+ "id": 19355,
"properties": {
"east": "tall",
"north": "tall",
@@ -85047,7 +85113,7 @@
}
},
{
- "id": 18812,
+ "id": 19356,
"properties": {
"east": "tall",
"north": "tall",
@@ -85058,7 +85124,7 @@
}
},
{
- "id": 18813,
+ "id": 19357,
"properties": {
"east": "tall",
"north": "tall",
@@ -85069,7 +85135,7 @@
}
},
{
- "id": 18814,
+ "id": 19358,
"properties": {
"east": "tall",
"north": "tall",
@@ -85080,7 +85146,7 @@
}
},
{
- "id": 18815,
+ "id": 19359,
"properties": {
"east": "tall",
"north": "tall",
@@ -85091,7 +85157,7 @@
}
},
{
- "id": 18816,
+ "id": 19360,
"properties": {
"east": "tall",
"north": "tall",
@@ -85102,7 +85168,7 @@
}
},
{
- "id": 18817,
+ "id": 19361,
"properties": {
"east": "tall",
"north": "tall",
@@ -85113,7 +85179,7 @@
}
},
{
- "id": 18818,
+ "id": 19362,
"properties": {
"east": "tall",
"north": "tall",
@@ -85124,7 +85190,7 @@
}
},
{
- "id": 18819,
+ "id": 19363,
"properties": {
"east": "tall",
"north": "tall",
@@ -85135,7 +85201,7 @@
}
},
{
- "id": 18820,
+ "id": 19364,
"properties": {
"east": "tall",
"north": "tall",
@@ -85146,7 +85212,7 @@
}
},
{
- "id": 18821,
+ "id": 19365,
"properties": {
"east": "tall",
"north": "tall",
@@ -85157,7 +85223,7 @@
}
},
{
- "id": 18822,
+ "id": 19366,
"properties": {
"east": "tall",
"north": "tall",
@@ -85168,7 +85234,7 @@
}
},
{
- "id": 18823,
+ "id": 19367,
"properties": {
"east": "tall",
"north": "tall",
@@ -85179,7 +85245,7 @@
}
},
{
- "id": 18824,
+ "id": 19368,
"properties": {
"east": "tall",
"north": "tall",
@@ -85190,7 +85256,7 @@
}
},
{
- "id": 18825,
+ "id": 19369,
"properties": {
"east": "tall",
"north": "tall",
@@ -85201,7 +85267,7 @@
}
},
{
- "id": 18826,
+ "id": 19370,
"properties": {
"east": "tall",
"north": "tall",
@@ -85212,7 +85278,7 @@
}
},
{
- "id": 18827,
+ "id": 19371,
"properties": {
"east": "tall",
"north": "tall",
@@ -85223,7 +85289,7 @@
}
},
{
- "id": 18828,
+ "id": 19372,
"properties": {
"east": "tall",
"north": "tall",
@@ -85234,7 +85300,7 @@
}
},
{
- "id": 18829,
+ "id": 19373,
"properties": {
"east": "tall",
"north": "tall",
@@ -85245,7 +85311,7 @@
}
},
{
- "id": 18830,
+ "id": 19374,
"properties": {
"east": "tall",
"north": "tall",
@@ -85256,7 +85322,7 @@
}
},
{
- "id": 18831,
+ "id": 19375,
"properties": {
"east": "tall",
"north": "tall",
@@ -85267,7 +85333,7 @@
}
},
{
- "id": 18832,
+ "id": 19376,
"properties": {
"east": "tall",
"north": "tall",
@@ -85278,7 +85344,7 @@
}
},
{
- "id": 18833,
+ "id": 19377,
"properties": {
"east": "tall",
"north": "tall",
@@ -85289,7 +85355,7 @@
}
},
{
- "id": 18834,
+ "id": 19378,
"properties": {
"east": "tall",
"north": "tall",
@@ -85300,7 +85366,7 @@
}
},
{
- "id": 18835,
+ "id": 19379,
"properties": {
"east": "tall",
"north": "tall",
@@ -85311,7 +85377,7 @@
}
},
{
- "id": 18836,
+ "id": 19380,
"properties": {
"east": "tall",
"north": "tall",
@@ -85322,7 +85388,7 @@
}
},
{
- "id": 18837,
+ "id": 19381,
"properties": {
"east": "tall",
"north": "tall",
@@ -85333,7 +85399,7 @@
}
},
{
- "id": 18838,
+ "id": 19382,
"properties": {
"east": "tall",
"north": "tall",
@@ -85344,7 +85410,7 @@
}
},
{
- "id": 18839,
+ "id": 19383,
"properties": {
"east": "tall",
"north": "tall",
@@ -85355,7 +85421,7 @@
}
},
{
- "id": 18840,
+ "id": 19384,
"properties": {
"east": "tall",
"north": "tall",
@@ -85387,7 +85453,7 @@
"states": [
{
"default": true,
- "id": 12982
+ "id": 13526
}
]
},
@@ -85506,7 +85572,7 @@
"states": [
{
"default": true,
- "id": 7646
+ "id": 8190
}
]
},
@@ -85542,112 +85608,112 @@
},
"states": [
{
- "id": 9282,
+ "id": 9826,
"properties": {
"powered": "true",
"rotation": "0"
}
},
{
- "id": 9283,
+ "id": 9827,
"properties": {
"powered": "true",
"rotation": "1"
}
},
{
- "id": 9284,
+ "id": 9828,
"properties": {
"powered": "true",
"rotation": "2"
}
},
{
- "id": 9285,
+ "id": 9829,
"properties": {
"powered": "true",
"rotation": "3"
}
},
{
- "id": 9286,
+ "id": 9830,
"properties": {
"powered": "true",
"rotation": "4"
}
},
{
- "id": 9287,
+ "id": 9831,
"properties": {
"powered": "true",
"rotation": "5"
}
},
{
- "id": 9288,
+ "id": 9832,
"properties": {
"powered": "true",
"rotation": "6"
}
},
{
- "id": 9289,
+ "id": 9833,
"properties": {
"powered": "true",
"rotation": "7"
}
},
{
- "id": 9290,
+ "id": 9834,
"properties": {
"powered": "true",
"rotation": "8"
}
},
{
- "id": 9291,
+ "id": 9835,
"properties": {
"powered": "true",
"rotation": "9"
}
},
{
- "id": 9292,
+ "id": 9836,
"properties": {
"powered": "true",
"rotation": "10"
}
},
{
- "id": 9293,
+ "id": 9837,
"properties": {
"powered": "true",
"rotation": "11"
}
},
{
- "id": 9294,
+ "id": 9838,
"properties": {
"powered": "true",
"rotation": "12"
}
},
{
- "id": 9295,
+ "id": 9839,
"properties": {
"powered": "true",
"rotation": "13"
}
},
{
- "id": 9296,
+ "id": 9840,
"properties": {
"powered": "true",
"rotation": "14"
}
},
{
- "id": 9297,
+ "id": 9841,
"properties": {
"powered": "true",
"rotation": "15"
@@ -85655,112 +85721,112 @@
},
{
"default": true,
- "id": 9298,
+ "id": 9842,
"properties": {
"powered": "false",
"rotation": "0"
}
},
{
- "id": 9299,
+ "id": 9843,
"properties": {
"powered": "false",
"rotation": "1"
}
},
{
- "id": 9300,
+ "id": 9844,
"properties": {
"powered": "false",
"rotation": "2"
}
},
{
- "id": 9301,
+ "id": 9845,
"properties": {
"powered": "false",
"rotation": "3"
}
},
{
- "id": 9302,
+ "id": 9846,
"properties": {
"powered": "false",
"rotation": "4"
}
},
{
- "id": 9303,
+ "id": 9847,
"properties": {
"powered": "false",
"rotation": "5"
}
},
{
- "id": 9304,
+ "id": 9848,
"properties": {
"powered": "false",
"rotation": "6"
}
},
{
- "id": 9305,
+ "id": 9849,
"properties": {
"powered": "false",
"rotation": "7"
}
},
{
- "id": 9306,
+ "id": 9850,
"properties": {
"powered": "false",
"rotation": "8"
}
},
{
- "id": 9307,
+ "id": 9851,
"properties": {
"powered": "false",
"rotation": "9"
}
},
{
- "id": 9308,
+ "id": 9852,
"properties": {
"powered": "false",
"rotation": "10"
}
},
{
- "id": 9309,
+ "id": 9853,
"properties": {
"powered": "false",
"rotation": "11"
}
},
{
- "id": 9310,
+ "id": 9854,
"properties": {
"powered": "false",
"rotation": "12"
}
},
{
- "id": 9311,
+ "id": 9855,
"properties": {
"powered": "false",
"rotation": "13"
}
},
{
- "id": 9312,
+ "id": 9856,
"properties": {
"powered": "false",
"rotation": "14"
}
},
{
- "id": 9313,
+ "id": 9857,
"properties": {
"powered": "false",
"rotation": "15"
@@ -85788,7 +85854,7 @@
},
"states": [
{
- "id": 9314,
+ "id": 9858,
"properties": {
"facing": "north",
"powered": "true"
@@ -85796,49 +85862,49 @@
},
{
"default": true,
- "id": 9315,
+ "id": 9859,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 9316,
+ "id": 9860,
"properties": {
"facing": "south",
"powered": "true"
}
},
{
- "id": 9317,
+ "id": 9861,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 9318,
+ "id": 9862,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 9319,
+ "id": 9863,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 9320,
+ "id": 9864,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 9321,
+ "id": 9865,
"properties": {
"facing": "east",
"powered": "false"
@@ -85854,7 +85920,7 @@
"states": [
{
"default": true,
- "id": 13256
+ "id": 13800
}
]
},
@@ -85866,7 +85932,7 @@
"states": [
{
"default": true,
- "id": 25237
+ "id": 25781
}
]
},
@@ -85891,7 +85957,7 @@
},
"states": [
{
- "id": 9599,
+ "id": 10143,
"properties": {
"facing": "north",
"triggered": "true"
@@ -85899,77 +85965,77 @@
},
{
"default": true,
- "id": 9600,
+ "id": 10144,
"properties": {
"facing": "north",
"triggered": "false"
}
},
{
- "id": 9601,
+ "id": 10145,
"properties": {
"facing": "east",
"triggered": "true"
}
},
{
- "id": 9602,
+ "id": 10146,
"properties": {
"facing": "east",
"triggered": "false"
}
},
{
- "id": 9603,
+ "id": 10147,
"properties": {
"facing": "south",
"triggered": "true"
}
},
{
- "id": 9604,
+ "id": 10148,
"properties": {
"facing": "south",
"triggered": "false"
}
},
{
- "id": 9605,
+ "id": 10149,
"properties": {
"facing": "west",
"triggered": "true"
}
},
{
- "id": 9606,
+ "id": 10150,
"properties": {
"facing": "west",
"triggered": "false"
}
},
{
- "id": 9607,
+ "id": 10151,
"properties": {
"facing": "up",
"triggered": "true"
}
},
{
- "id": 9608,
+ "id": 10152,
"properties": {
"facing": "up",
"triggered": "false"
}
},
{
- "id": 9609,
+ "id": 10153,
"properties": {
"facing": "down",
"triggered": "true"
}
},
{
- "id": 9610,
+ "id": 10154,
"properties": {
"facing": "down",
"triggered": "false"
@@ -85985,7 +86051,7 @@
"states": [
{
"default": true,
- "id": 7895
+ "id": 8439
}
]
},
@@ -86002,7 +86068,7 @@
"states": [
{
"default": true,
- "id": 7741
+ "id": 8285
}
]
},
@@ -86014,7 +86080,7 @@
"states": [
{
"default": true,
- "id": 7619
+ "id": 8163
}
]
},
@@ -86026,7 +86092,7 @@
"states": [
{
"default": true,
- "id": 12983
+ "id": 13527
}
]
},
@@ -86038,7 +86104,7 @@
"states": [
{
"default": true,
- "id": 7636
+ "id": 8180
}
]
},
@@ -86061,28 +86127,28 @@
},
"states": [
{
- "id": 7637,
+ "id": 8181,
"properties": {
"eye": "true",
"facing": "north"
}
},
{
- "id": 7638,
+ "id": 8182,
"properties": {
"eye": "true",
"facing": "south"
}
},
{
- "id": 7639,
+ "id": 8183,
"properties": {
"eye": "true",
"facing": "west"
}
},
{
- "id": 7640,
+ "id": 8184,
"properties": {
"eye": "true",
"facing": "east"
@@ -86090,28 +86156,28 @@
},
{
"default": true,
- "id": 7641,
+ "id": 8185,
"properties": {
"eye": "false",
"facing": "north"
}
},
{
- "id": 7642,
+ "id": 8186,
"properties": {
"eye": "false",
"facing": "south"
}
},
{
- "id": 7643,
+ "id": 8187,
"properties": {
"eye": "false",
"facing": "west"
}
},
{
- "id": 7644,
+ "id": 8188,
"properties": {
"eye": "false",
"facing": "east"
@@ -86136,38 +86202,38 @@
},
"states": [
{
- "id": 12803,
+ "id": 13347,
"properties": {
"facing": "north"
}
},
{
- "id": 12804,
+ "id": 13348,
"properties": {
"facing": "east"
}
},
{
- "id": 12805,
+ "id": 13349,
"properties": {
"facing": "south"
}
},
{
- "id": 12806,
+ "id": 13350,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 12807,
+ "id": 13351,
"properties": {
"facing": "up"
}
},
{
- "id": 12808,
+ "id": 13352,
"properties": {
"facing": "down"
}
@@ -86182,7 +86248,7 @@
"states": [
{
"default": true,
- "id": 7645
+ "id": 8189
}
]
},
@@ -86204,21 +86270,21 @@
},
"states": [
{
- "id": 14581,
+ "id": 15125,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14582,
+ "id": 15126,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14583,
+ "id": 15127,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -86226,21 +86292,21 @@
},
{
"default": true,
- "id": 14584,
+ "id": 15128,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14585,
+ "id": 15129,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14586,
+ "id": 15130,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -86281,7 +86347,7 @@
},
"states": [
{
- "id": 13831,
+ "id": 14375,
"properties": {
"facing": "north",
"half": "top",
@@ -86290,7 +86356,7 @@
}
},
{
- "id": 13832,
+ "id": 14376,
"properties": {
"facing": "north",
"half": "top",
@@ -86299,7 +86365,7 @@
}
},
{
- "id": 13833,
+ "id": 14377,
"properties": {
"facing": "north",
"half": "top",
@@ -86308,7 +86374,7 @@
}
},
{
- "id": 13834,
+ "id": 14378,
"properties": {
"facing": "north",
"half": "top",
@@ -86317,7 +86383,7 @@
}
},
{
- "id": 13835,
+ "id": 14379,
"properties": {
"facing": "north",
"half": "top",
@@ -86326,7 +86392,7 @@
}
},
{
- "id": 13836,
+ "id": 14380,
"properties": {
"facing": "north",
"half": "top",
@@ -86335,7 +86401,7 @@
}
},
{
- "id": 13837,
+ "id": 14381,
"properties": {
"facing": "north",
"half": "top",
@@ -86344,7 +86410,7 @@
}
},
{
- "id": 13838,
+ "id": 14382,
"properties": {
"facing": "north",
"half": "top",
@@ -86353,7 +86419,7 @@
}
},
{
- "id": 13839,
+ "id": 14383,
"properties": {
"facing": "north",
"half": "top",
@@ -86362,7 +86428,7 @@
}
},
{
- "id": 13840,
+ "id": 14384,
"properties": {
"facing": "north",
"half": "top",
@@ -86371,7 +86437,7 @@
}
},
{
- "id": 13841,
+ "id": 14385,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86381,7 +86447,7 @@
},
{
"default": true,
- "id": 13842,
+ "id": 14386,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86390,7 +86456,7 @@
}
},
{
- "id": 13843,
+ "id": 14387,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86399,7 +86465,7 @@
}
},
{
- "id": 13844,
+ "id": 14388,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86408,7 +86474,7 @@
}
},
{
- "id": 13845,
+ "id": 14389,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86417,7 +86483,7 @@
}
},
{
- "id": 13846,
+ "id": 14390,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86426,7 +86492,7 @@
}
},
{
- "id": 13847,
+ "id": 14391,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86435,7 +86501,7 @@
}
},
{
- "id": 13848,
+ "id": 14392,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86444,7 +86510,7 @@
}
},
{
- "id": 13849,
+ "id": 14393,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86453,7 +86519,7 @@
}
},
{
- "id": 13850,
+ "id": 14394,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86462,7 +86528,7 @@
}
},
{
- "id": 13851,
+ "id": 14395,
"properties": {
"facing": "south",
"half": "top",
@@ -86471,7 +86537,7 @@
}
},
{
- "id": 13852,
+ "id": 14396,
"properties": {
"facing": "south",
"half": "top",
@@ -86480,7 +86546,7 @@
}
},
{
- "id": 13853,
+ "id": 14397,
"properties": {
"facing": "south",
"half": "top",
@@ -86489,7 +86555,7 @@
}
},
{
- "id": 13854,
+ "id": 14398,
"properties": {
"facing": "south",
"half": "top",
@@ -86498,7 +86564,7 @@
}
},
{
- "id": 13855,
+ "id": 14399,
"properties": {
"facing": "south",
"half": "top",
@@ -86507,7 +86573,7 @@
}
},
{
- "id": 13856,
+ "id": 14400,
"properties": {
"facing": "south",
"half": "top",
@@ -86516,7 +86582,7 @@
}
},
{
- "id": 13857,
+ "id": 14401,
"properties": {
"facing": "south",
"half": "top",
@@ -86525,7 +86591,7 @@
}
},
{
- "id": 13858,
+ "id": 14402,
"properties": {
"facing": "south",
"half": "top",
@@ -86534,7 +86600,7 @@
}
},
{
- "id": 13859,
+ "id": 14403,
"properties": {
"facing": "south",
"half": "top",
@@ -86543,7 +86609,7 @@
}
},
{
- "id": 13860,
+ "id": 14404,
"properties": {
"facing": "south",
"half": "top",
@@ -86552,7 +86618,7 @@
}
},
{
- "id": 13861,
+ "id": 14405,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86561,7 +86627,7 @@
}
},
{
- "id": 13862,
+ "id": 14406,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86570,7 +86636,7 @@
}
},
{
- "id": 13863,
+ "id": 14407,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86579,7 +86645,7 @@
}
},
{
- "id": 13864,
+ "id": 14408,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86588,7 +86654,7 @@
}
},
{
- "id": 13865,
+ "id": 14409,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86597,7 +86663,7 @@
}
},
{
- "id": 13866,
+ "id": 14410,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86606,7 +86672,7 @@
}
},
{
- "id": 13867,
+ "id": 14411,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86615,7 +86681,7 @@
}
},
{
- "id": 13868,
+ "id": 14412,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86624,7 +86690,7 @@
}
},
{
- "id": 13869,
+ "id": 14413,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86633,7 +86699,7 @@
}
},
{
- "id": 13870,
+ "id": 14414,
"properties": {
"facing": "south",
"half": "bottom",
@@ -86642,7 +86708,7 @@
}
},
{
- "id": 13871,
+ "id": 14415,
"properties": {
"facing": "west",
"half": "top",
@@ -86651,7 +86717,7 @@
}
},
{
- "id": 13872,
+ "id": 14416,
"properties": {
"facing": "west",
"half": "top",
@@ -86660,7 +86726,7 @@
}
},
{
- "id": 13873,
+ "id": 14417,
"properties": {
"facing": "west",
"half": "top",
@@ -86669,7 +86735,7 @@
}
},
{
- "id": 13874,
+ "id": 14418,
"properties": {
"facing": "west",
"half": "top",
@@ -86678,7 +86744,7 @@
}
},
{
- "id": 13875,
+ "id": 14419,
"properties": {
"facing": "west",
"half": "top",
@@ -86687,7 +86753,7 @@
}
},
{
- "id": 13876,
+ "id": 14420,
"properties": {
"facing": "west",
"half": "top",
@@ -86696,7 +86762,7 @@
}
},
{
- "id": 13877,
+ "id": 14421,
"properties": {
"facing": "west",
"half": "top",
@@ -86705,7 +86771,7 @@
}
},
{
- "id": 13878,
+ "id": 14422,
"properties": {
"facing": "west",
"half": "top",
@@ -86714,7 +86780,7 @@
}
},
{
- "id": 13879,
+ "id": 14423,
"properties": {
"facing": "west",
"half": "top",
@@ -86723,7 +86789,7 @@
}
},
{
- "id": 13880,
+ "id": 14424,
"properties": {
"facing": "west",
"half": "top",
@@ -86732,7 +86798,7 @@
}
},
{
- "id": 13881,
+ "id": 14425,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86741,7 +86807,7 @@
}
},
{
- "id": 13882,
+ "id": 14426,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86750,7 +86816,7 @@
}
},
{
- "id": 13883,
+ "id": 14427,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86759,7 +86825,7 @@
}
},
{
- "id": 13884,
+ "id": 14428,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86768,7 +86834,7 @@
}
},
{
- "id": 13885,
+ "id": 14429,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86777,7 +86843,7 @@
}
},
{
- "id": 13886,
+ "id": 14430,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86786,7 +86852,7 @@
}
},
{
- "id": 13887,
+ "id": 14431,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86795,7 +86861,7 @@
}
},
{
- "id": 13888,
+ "id": 14432,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86804,7 +86870,7 @@
}
},
{
- "id": 13889,
+ "id": 14433,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86813,7 +86879,7 @@
}
},
{
- "id": 13890,
+ "id": 14434,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86822,7 +86888,7 @@
}
},
{
- "id": 13891,
+ "id": 14435,
"properties": {
"facing": "east",
"half": "top",
@@ -86831,7 +86897,7 @@
}
},
{
- "id": 13892,
+ "id": 14436,
"properties": {
"facing": "east",
"half": "top",
@@ -86840,7 +86906,7 @@
}
},
{
- "id": 13893,
+ "id": 14437,
"properties": {
"facing": "east",
"half": "top",
@@ -86849,7 +86915,7 @@
}
},
{
- "id": 13894,
+ "id": 14438,
"properties": {
"facing": "east",
"half": "top",
@@ -86858,7 +86924,7 @@
}
},
{
- "id": 13895,
+ "id": 14439,
"properties": {
"facing": "east",
"half": "top",
@@ -86867,7 +86933,7 @@
}
},
{
- "id": 13896,
+ "id": 14440,
"properties": {
"facing": "east",
"half": "top",
@@ -86876,7 +86942,7 @@
}
},
{
- "id": 13897,
+ "id": 14441,
"properties": {
"facing": "east",
"half": "top",
@@ -86885,7 +86951,7 @@
}
},
{
- "id": 13898,
+ "id": 14442,
"properties": {
"facing": "east",
"half": "top",
@@ -86894,7 +86960,7 @@
}
},
{
- "id": 13899,
+ "id": 14443,
"properties": {
"facing": "east",
"half": "top",
@@ -86903,7 +86969,7 @@
}
},
{
- "id": 13900,
+ "id": 14444,
"properties": {
"facing": "east",
"half": "top",
@@ -86912,7 +86978,7 @@
}
},
{
- "id": 13901,
+ "id": 14445,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86921,7 +86987,7 @@
}
},
{
- "id": 13902,
+ "id": 14446,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86930,7 +86996,7 @@
}
},
{
- "id": 13903,
+ "id": 14447,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86939,7 +87005,7 @@
}
},
{
- "id": 13904,
+ "id": 14448,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86948,7 +87014,7 @@
}
},
{
- "id": 13905,
+ "id": 14449,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86957,7 +87023,7 @@
}
},
{
- "id": 13906,
+ "id": 14450,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86966,7 +87032,7 @@
}
},
{
- "id": 13907,
+ "id": 14451,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86975,7 +87041,7 @@
}
},
{
- "id": 13908,
+ "id": 14452,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86984,7 +87050,7 @@
}
},
{
- "id": 13909,
+ "id": 14453,
"properties": {
"facing": "east",
"half": "bottom",
@@ -86993,7 +87059,7 @@
}
},
{
- "id": 13910,
+ "id": 14454,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87040,7 +87106,7 @@
},
"states": [
{
- "id": 18193,
+ "id": 18737,
"properties": {
"east": "none",
"north": "none",
@@ -87051,7 +87117,7 @@
}
},
{
- "id": 18194,
+ "id": 18738,
"properties": {
"east": "none",
"north": "none",
@@ -87062,7 +87128,7 @@
}
},
{
- "id": 18195,
+ "id": 18739,
"properties": {
"east": "none",
"north": "none",
@@ -87074,7 +87140,7 @@
},
{
"default": true,
- "id": 18196,
+ "id": 18740,
"properties": {
"east": "none",
"north": "none",
@@ -87085,7 +87151,7 @@
}
},
{
- "id": 18197,
+ "id": 18741,
"properties": {
"east": "none",
"north": "none",
@@ -87096,7 +87162,7 @@
}
},
{
- "id": 18198,
+ "id": 18742,
"properties": {
"east": "none",
"north": "none",
@@ -87107,7 +87173,7 @@
}
},
{
- "id": 18199,
+ "id": 18743,
"properties": {
"east": "none",
"north": "none",
@@ -87118,7 +87184,7 @@
}
},
{
- "id": 18200,
+ "id": 18744,
"properties": {
"east": "none",
"north": "none",
@@ -87129,7 +87195,7 @@
}
},
{
- "id": 18201,
+ "id": 18745,
"properties": {
"east": "none",
"north": "none",
@@ -87140,7 +87206,7 @@
}
},
{
- "id": 18202,
+ "id": 18746,
"properties": {
"east": "none",
"north": "none",
@@ -87151,7 +87217,7 @@
}
},
{
- "id": 18203,
+ "id": 18747,
"properties": {
"east": "none",
"north": "none",
@@ -87162,7 +87228,7 @@
}
},
{
- "id": 18204,
+ "id": 18748,
"properties": {
"east": "none",
"north": "none",
@@ -87173,7 +87239,7 @@
}
},
{
- "id": 18205,
+ "id": 18749,
"properties": {
"east": "none",
"north": "none",
@@ -87184,7 +87250,7 @@
}
},
{
- "id": 18206,
+ "id": 18750,
"properties": {
"east": "none",
"north": "none",
@@ -87195,7 +87261,7 @@
}
},
{
- "id": 18207,
+ "id": 18751,
"properties": {
"east": "none",
"north": "none",
@@ -87206,7 +87272,7 @@
}
},
{
- "id": 18208,
+ "id": 18752,
"properties": {
"east": "none",
"north": "none",
@@ -87217,7 +87283,7 @@
}
},
{
- "id": 18209,
+ "id": 18753,
"properties": {
"east": "none",
"north": "none",
@@ -87228,7 +87294,7 @@
}
},
{
- "id": 18210,
+ "id": 18754,
"properties": {
"east": "none",
"north": "none",
@@ -87239,7 +87305,7 @@
}
},
{
- "id": 18211,
+ "id": 18755,
"properties": {
"east": "none",
"north": "none",
@@ -87250,7 +87316,7 @@
}
},
{
- "id": 18212,
+ "id": 18756,
"properties": {
"east": "none",
"north": "none",
@@ -87261,7 +87327,7 @@
}
},
{
- "id": 18213,
+ "id": 18757,
"properties": {
"east": "none",
"north": "none",
@@ -87272,7 +87338,7 @@
}
},
{
- "id": 18214,
+ "id": 18758,
"properties": {
"east": "none",
"north": "none",
@@ -87283,7 +87349,7 @@
}
},
{
- "id": 18215,
+ "id": 18759,
"properties": {
"east": "none",
"north": "none",
@@ -87294,7 +87360,7 @@
}
},
{
- "id": 18216,
+ "id": 18760,
"properties": {
"east": "none",
"north": "none",
@@ -87305,7 +87371,7 @@
}
},
{
- "id": 18217,
+ "id": 18761,
"properties": {
"east": "none",
"north": "none",
@@ -87316,7 +87382,7 @@
}
},
{
- "id": 18218,
+ "id": 18762,
"properties": {
"east": "none",
"north": "none",
@@ -87327,7 +87393,7 @@
}
},
{
- "id": 18219,
+ "id": 18763,
"properties": {
"east": "none",
"north": "none",
@@ -87338,7 +87404,7 @@
}
},
{
- "id": 18220,
+ "id": 18764,
"properties": {
"east": "none",
"north": "none",
@@ -87349,7 +87415,7 @@
}
},
{
- "id": 18221,
+ "id": 18765,
"properties": {
"east": "none",
"north": "none",
@@ -87360,7 +87426,7 @@
}
},
{
- "id": 18222,
+ "id": 18766,
"properties": {
"east": "none",
"north": "none",
@@ -87371,7 +87437,7 @@
}
},
{
- "id": 18223,
+ "id": 18767,
"properties": {
"east": "none",
"north": "none",
@@ -87382,7 +87448,7 @@
}
},
{
- "id": 18224,
+ "id": 18768,
"properties": {
"east": "none",
"north": "none",
@@ -87393,7 +87459,7 @@
}
},
{
- "id": 18225,
+ "id": 18769,
"properties": {
"east": "none",
"north": "none",
@@ -87404,7 +87470,7 @@
}
},
{
- "id": 18226,
+ "id": 18770,
"properties": {
"east": "none",
"north": "none",
@@ -87415,7 +87481,7 @@
}
},
{
- "id": 18227,
+ "id": 18771,
"properties": {
"east": "none",
"north": "none",
@@ -87426,7 +87492,7 @@
}
},
{
- "id": 18228,
+ "id": 18772,
"properties": {
"east": "none",
"north": "none",
@@ -87437,7 +87503,7 @@
}
},
{
- "id": 18229,
+ "id": 18773,
"properties": {
"east": "none",
"north": "low",
@@ -87448,7 +87514,7 @@
}
},
{
- "id": 18230,
+ "id": 18774,
"properties": {
"east": "none",
"north": "low",
@@ -87459,7 +87525,7 @@
}
},
{
- "id": 18231,
+ "id": 18775,
"properties": {
"east": "none",
"north": "low",
@@ -87470,7 +87536,7 @@
}
},
{
- "id": 18232,
+ "id": 18776,
"properties": {
"east": "none",
"north": "low",
@@ -87481,7 +87547,7 @@
}
},
{
- "id": 18233,
+ "id": 18777,
"properties": {
"east": "none",
"north": "low",
@@ -87492,7 +87558,7 @@
}
},
{
- "id": 18234,
+ "id": 18778,
"properties": {
"east": "none",
"north": "low",
@@ -87503,7 +87569,7 @@
}
},
{
- "id": 18235,
+ "id": 18779,
"properties": {
"east": "none",
"north": "low",
@@ -87514,7 +87580,7 @@
}
},
{
- "id": 18236,
+ "id": 18780,
"properties": {
"east": "none",
"north": "low",
@@ -87525,7 +87591,7 @@
}
},
{
- "id": 18237,
+ "id": 18781,
"properties": {
"east": "none",
"north": "low",
@@ -87536,7 +87602,7 @@
}
},
{
- "id": 18238,
+ "id": 18782,
"properties": {
"east": "none",
"north": "low",
@@ -87547,7 +87613,7 @@
}
},
{
- "id": 18239,
+ "id": 18783,
"properties": {
"east": "none",
"north": "low",
@@ -87558,7 +87624,7 @@
}
},
{
- "id": 18240,
+ "id": 18784,
"properties": {
"east": "none",
"north": "low",
@@ -87569,7 +87635,7 @@
}
},
{
- "id": 18241,
+ "id": 18785,
"properties": {
"east": "none",
"north": "low",
@@ -87580,7 +87646,7 @@
}
},
{
- "id": 18242,
+ "id": 18786,
"properties": {
"east": "none",
"north": "low",
@@ -87591,7 +87657,7 @@
}
},
{
- "id": 18243,
+ "id": 18787,
"properties": {
"east": "none",
"north": "low",
@@ -87602,7 +87668,7 @@
}
},
{
- "id": 18244,
+ "id": 18788,
"properties": {
"east": "none",
"north": "low",
@@ -87613,7 +87679,7 @@
}
},
{
- "id": 18245,
+ "id": 18789,
"properties": {
"east": "none",
"north": "low",
@@ -87624,7 +87690,7 @@
}
},
{
- "id": 18246,
+ "id": 18790,
"properties": {
"east": "none",
"north": "low",
@@ -87635,7 +87701,7 @@
}
},
{
- "id": 18247,
+ "id": 18791,
"properties": {
"east": "none",
"north": "low",
@@ -87646,7 +87712,7 @@
}
},
{
- "id": 18248,
+ "id": 18792,
"properties": {
"east": "none",
"north": "low",
@@ -87657,7 +87723,7 @@
}
},
{
- "id": 18249,
+ "id": 18793,
"properties": {
"east": "none",
"north": "low",
@@ -87668,7 +87734,7 @@
}
},
{
- "id": 18250,
+ "id": 18794,
"properties": {
"east": "none",
"north": "low",
@@ -87679,7 +87745,7 @@
}
},
{
- "id": 18251,
+ "id": 18795,
"properties": {
"east": "none",
"north": "low",
@@ -87690,7 +87756,7 @@
}
},
{
- "id": 18252,
+ "id": 18796,
"properties": {
"east": "none",
"north": "low",
@@ -87701,7 +87767,7 @@
}
},
{
- "id": 18253,
+ "id": 18797,
"properties": {
"east": "none",
"north": "low",
@@ -87712,7 +87778,7 @@
}
},
{
- "id": 18254,
+ "id": 18798,
"properties": {
"east": "none",
"north": "low",
@@ -87723,7 +87789,7 @@
}
},
{
- "id": 18255,
+ "id": 18799,
"properties": {
"east": "none",
"north": "low",
@@ -87734,7 +87800,7 @@
}
},
{
- "id": 18256,
+ "id": 18800,
"properties": {
"east": "none",
"north": "low",
@@ -87745,7 +87811,7 @@
}
},
{
- "id": 18257,
+ "id": 18801,
"properties": {
"east": "none",
"north": "low",
@@ -87756,7 +87822,7 @@
}
},
{
- "id": 18258,
+ "id": 18802,
"properties": {
"east": "none",
"north": "low",
@@ -87767,7 +87833,7 @@
}
},
{
- "id": 18259,
+ "id": 18803,
"properties": {
"east": "none",
"north": "low",
@@ -87778,7 +87844,7 @@
}
},
{
- "id": 18260,
+ "id": 18804,
"properties": {
"east": "none",
"north": "low",
@@ -87789,7 +87855,7 @@
}
},
{
- "id": 18261,
+ "id": 18805,
"properties": {
"east": "none",
"north": "low",
@@ -87800,7 +87866,7 @@
}
},
{
- "id": 18262,
+ "id": 18806,
"properties": {
"east": "none",
"north": "low",
@@ -87811,7 +87877,7 @@
}
},
{
- "id": 18263,
+ "id": 18807,
"properties": {
"east": "none",
"north": "low",
@@ -87822,7 +87888,7 @@
}
},
{
- "id": 18264,
+ "id": 18808,
"properties": {
"east": "none",
"north": "low",
@@ -87833,7 +87899,7 @@
}
},
{
- "id": 18265,
+ "id": 18809,
"properties": {
"east": "none",
"north": "tall",
@@ -87844,7 +87910,7 @@
}
},
{
- "id": 18266,
+ "id": 18810,
"properties": {
"east": "none",
"north": "tall",
@@ -87855,7 +87921,7 @@
}
},
{
- "id": 18267,
+ "id": 18811,
"properties": {
"east": "none",
"north": "tall",
@@ -87866,7 +87932,7 @@
}
},
{
- "id": 18268,
+ "id": 18812,
"properties": {
"east": "none",
"north": "tall",
@@ -87877,7 +87943,7 @@
}
},
{
- "id": 18269,
+ "id": 18813,
"properties": {
"east": "none",
"north": "tall",
@@ -87888,7 +87954,7 @@
}
},
{
- "id": 18270,
+ "id": 18814,
"properties": {
"east": "none",
"north": "tall",
@@ -87899,7 +87965,7 @@
}
},
{
- "id": 18271,
+ "id": 18815,
"properties": {
"east": "none",
"north": "tall",
@@ -87910,7 +87976,7 @@
}
},
{
- "id": 18272,
+ "id": 18816,
"properties": {
"east": "none",
"north": "tall",
@@ -87921,7 +87987,7 @@
}
},
{
- "id": 18273,
+ "id": 18817,
"properties": {
"east": "none",
"north": "tall",
@@ -87932,7 +87998,7 @@
}
},
{
- "id": 18274,
+ "id": 18818,
"properties": {
"east": "none",
"north": "tall",
@@ -87943,7 +88009,7 @@
}
},
{
- "id": 18275,
+ "id": 18819,
"properties": {
"east": "none",
"north": "tall",
@@ -87954,7 +88020,7 @@
}
},
{
- "id": 18276,
+ "id": 18820,
"properties": {
"east": "none",
"north": "tall",
@@ -87965,7 +88031,7 @@
}
},
{
- "id": 18277,
+ "id": 18821,
"properties": {
"east": "none",
"north": "tall",
@@ -87976,7 +88042,7 @@
}
},
{
- "id": 18278,
+ "id": 18822,
"properties": {
"east": "none",
"north": "tall",
@@ -87987,7 +88053,7 @@
}
},
{
- "id": 18279,
+ "id": 18823,
"properties": {
"east": "none",
"north": "tall",
@@ -87998,7 +88064,7 @@
}
},
{
- "id": 18280,
+ "id": 18824,
"properties": {
"east": "none",
"north": "tall",
@@ -88009,7 +88075,7 @@
}
},
{
- "id": 18281,
+ "id": 18825,
"properties": {
"east": "none",
"north": "tall",
@@ -88020,7 +88086,7 @@
}
},
{
- "id": 18282,
+ "id": 18826,
"properties": {
"east": "none",
"north": "tall",
@@ -88031,7 +88097,7 @@
}
},
{
- "id": 18283,
+ "id": 18827,
"properties": {
"east": "none",
"north": "tall",
@@ -88042,7 +88108,7 @@
}
},
{
- "id": 18284,
+ "id": 18828,
"properties": {
"east": "none",
"north": "tall",
@@ -88053,7 +88119,7 @@
}
},
{
- "id": 18285,
+ "id": 18829,
"properties": {
"east": "none",
"north": "tall",
@@ -88064,7 +88130,7 @@
}
},
{
- "id": 18286,
+ "id": 18830,
"properties": {
"east": "none",
"north": "tall",
@@ -88075,7 +88141,7 @@
}
},
{
- "id": 18287,
+ "id": 18831,
"properties": {
"east": "none",
"north": "tall",
@@ -88086,7 +88152,7 @@
}
},
{
- "id": 18288,
+ "id": 18832,
"properties": {
"east": "none",
"north": "tall",
@@ -88097,7 +88163,7 @@
}
},
{
- "id": 18289,
+ "id": 18833,
"properties": {
"east": "none",
"north": "tall",
@@ -88108,7 +88174,7 @@
}
},
{
- "id": 18290,
+ "id": 18834,
"properties": {
"east": "none",
"north": "tall",
@@ -88119,7 +88185,7 @@
}
},
{
- "id": 18291,
+ "id": 18835,
"properties": {
"east": "none",
"north": "tall",
@@ -88130,7 +88196,7 @@
}
},
{
- "id": 18292,
+ "id": 18836,
"properties": {
"east": "none",
"north": "tall",
@@ -88141,7 +88207,7 @@
}
},
{
- "id": 18293,
+ "id": 18837,
"properties": {
"east": "none",
"north": "tall",
@@ -88152,7 +88218,7 @@
}
},
{
- "id": 18294,
+ "id": 18838,
"properties": {
"east": "none",
"north": "tall",
@@ -88163,7 +88229,7 @@
}
},
{
- "id": 18295,
+ "id": 18839,
"properties": {
"east": "none",
"north": "tall",
@@ -88174,7 +88240,7 @@
}
},
{
- "id": 18296,
+ "id": 18840,
"properties": {
"east": "none",
"north": "tall",
@@ -88185,7 +88251,7 @@
}
},
{
- "id": 18297,
+ "id": 18841,
"properties": {
"east": "none",
"north": "tall",
@@ -88196,7 +88262,7 @@
}
},
{
- "id": 18298,
+ "id": 18842,
"properties": {
"east": "none",
"north": "tall",
@@ -88207,7 +88273,7 @@
}
},
{
- "id": 18299,
+ "id": 18843,
"properties": {
"east": "none",
"north": "tall",
@@ -88218,7 +88284,7 @@
}
},
{
- "id": 18300,
+ "id": 18844,
"properties": {
"east": "none",
"north": "tall",
@@ -88229,7 +88295,7 @@
}
},
{
- "id": 18301,
+ "id": 18845,
"properties": {
"east": "low",
"north": "none",
@@ -88240,7 +88306,7 @@
}
},
{
- "id": 18302,
+ "id": 18846,
"properties": {
"east": "low",
"north": "none",
@@ -88251,7 +88317,7 @@
}
},
{
- "id": 18303,
+ "id": 18847,
"properties": {
"east": "low",
"north": "none",
@@ -88262,7 +88328,7 @@
}
},
{
- "id": 18304,
+ "id": 18848,
"properties": {
"east": "low",
"north": "none",
@@ -88273,7 +88339,7 @@
}
},
{
- "id": 18305,
+ "id": 18849,
"properties": {
"east": "low",
"north": "none",
@@ -88284,7 +88350,7 @@
}
},
{
- "id": 18306,
+ "id": 18850,
"properties": {
"east": "low",
"north": "none",
@@ -88295,7 +88361,7 @@
}
},
{
- "id": 18307,
+ "id": 18851,
"properties": {
"east": "low",
"north": "none",
@@ -88306,7 +88372,7 @@
}
},
{
- "id": 18308,
+ "id": 18852,
"properties": {
"east": "low",
"north": "none",
@@ -88317,7 +88383,7 @@
}
},
{
- "id": 18309,
+ "id": 18853,
"properties": {
"east": "low",
"north": "none",
@@ -88328,7 +88394,7 @@
}
},
{
- "id": 18310,
+ "id": 18854,
"properties": {
"east": "low",
"north": "none",
@@ -88339,7 +88405,7 @@
}
},
{
- "id": 18311,
+ "id": 18855,
"properties": {
"east": "low",
"north": "none",
@@ -88350,7 +88416,7 @@
}
},
{
- "id": 18312,
+ "id": 18856,
"properties": {
"east": "low",
"north": "none",
@@ -88361,7 +88427,7 @@
}
},
{
- "id": 18313,
+ "id": 18857,
"properties": {
"east": "low",
"north": "none",
@@ -88372,7 +88438,7 @@
}
},
{
- "id": 18314,
+ "id": 18858,
"properties": {
"east": "low",
"north": "none",
@@ -88383,7 +88449,7 @@
}
},
{
- "id": 18315,
+ "id": 18859,
"properties": {
"east": "low",
"north": "none",
@@ -88394,7 +88460,7 @@
}
},
{
- "id": 18316,
+ "id": 18860,
"properties": {
"east": "low",
"north": "none",
@@ -88405,7 +88471,7 @@
}
},
{
- "id": 18317,
+ "id": 18861,
"properties": {
"east": "low",
"north": "none",
@@ -88416,7 +88482,7 @@
}
},
{
- "id": 18318,
+ "id": 18862,
"properties": {
"east": "low",
"north": "none",
@@ -88427,7 +88493,7 @@
}
},
{
- "id": 18319,
+ "id": 18863,
"properties": {
"east": "low",
"north": "none",
@@ -88438,7 +88504,7 @@
}
},
{
- "id": 18320,
+ "id": 18864,
"properties": {
"east": "low",
"north": "none",
@@ -88449,7 +88515,7 @@
}
},
{
- "id": 18321,
+ "id": 18865,
"properties": {
"east": "low",
"north": "none",
@@ -88460,7 +88526,7 @@
}
},
{
- "id": 18322,
+ "id": 18866,
"properties": {
"east": "low",
"north": "none",
@@ -88471,7 +88537,7 @@
}
},
{
- "id": 18323,
+ "id": 18867,
"properties": {
"east": "low",
"north": "none",
@@ -88482,7 +88548,7 @@
}
},
{
- "id": 18324,
+ "id": 18868,
"properties": {
"east": "low",
"north": "none",
@@ -88493,7 +88559,7 @@
}
},
{
- "id": 18325,
+ "id": 18869,
"properties": {
"east": "low",
"north": "none",
@@ -88504,7 +88570,7 @@
}
},
{
- "id": 18326,
+ "id": 18870,
"properties": {
"east": "low",
"north": "none",
@@ -88515,7 +88581,7 @@
}
},
{
- "id": 18327,
+ "id": 18871,
"properties": {
"east": "low",
"north": "none",
@@ -88526,7 +88592,7 @@
}
},
{
- "id": 18328,
+ "id": 18872,
"properties": {
"east": "low",
"north": "none",
@@ -88537,7 +88603,7 @@
}
},
{
- "id": 18329,
+ "id": 18873,
"properties": {
"east": "low",
"north": "none",
@@ -88548,7 +88614,7 @@
}
},
{
- "id": 18330,
+ "id": 18874,
"properties": {
"east": "low",
"north": "none",
@@ -88559,7 +88625,7 @@
}
},
{
- "id": 18331,
+ "id": 18875,
"properties": {
"east": "low",
"north": "none",
@@ -88570,7 +88636,7 @@
}
},
{
- "id": 18332,
+ "id": 18876,
"properties": {
"east": "low",
"north": "none",
@@ -88581,7 +88647,7 @@
}
},
{
- "id": 18333,
+ "id": 18877,
"properties": {
"east": "low",
"north": "none",
@@ -88592,7 +88658,7 @@
}
},
{
- "id": 18334,
+ "id": 18878,
"properties": {
"east": "low",
"north": "none",
@@ -88603,7 +88669,7 @@
}
},
{
- "id": 18335,
+ "id": 18879,
"properties": {
"east": "low",
"north": "none",
@@ -88614,7 +88680,7 @@
}
},
{
- "id": 18336,
+ "id": 18880,
"properties": {
"east": "low",
"north": "none",
@@ -88625,7 +88691,7 @@
}
},
{
- "id": 18337,
+ "id": 18881,
"properties": {
"east": "low",
"north": "low",
@@ -88636,7 +88702,7 @@
}
},
{
- "id": 18338,
+ "id": 18882,
"properties": {
"east": "low",
"north": "low",
@@ -88647,7 +88713,7 @@
}
},
{
- "id": 18339,
+ "id": 18883,
"properties": {
"east": "low",
"north": "low",
@@ -88658,7 +88724,7 @@
}
},
{
- "id": 18340,
+ "id": 18884,
"properties": {
"east": "low",
"north": "low",
@@ -88669,7 +88735,7 @@
}
},
{
- "id": 18341,
+ "id": 18885,
"properties": {
"east": "low",
"north": "low",
@@ -88680,7 +88746,7 @@
}
},
{
- "id": 18342,
+ "id": 18886,
"properties": {
"east": "low",
"north": "low",
@@ -88691,7 +88757,7 @@
}
},
{
- "id": 18343,
+ "id": 18887,
"properties": {
"east": "low",
"north": "low",
@@ -88702,7 +88768,7 @@
}
},
{
- "id": 18344,
+ "id": 18888,
"properties": {
"east": "low",
"north": "low",
@@ -88713,7 +88779,7 @@
}
},
{
- "id": 18345,
+ "id": 18889,
"properties": {
"east": "low",
"north": "low",
@@ -88724,7 +88790,7 @@
}
},
{
- "id": 18346,
+ "id": 18890,
"properties": {
"east": "low",
"north": "low",
@@ -88735,7 +88801,7 @@
}
},
{
- "id": 18347,
+ "id": 18891,
"properties": {
"east": "low",
"north": "low",
@@ -88746,7 +88812,7 @@
}
},
{
- "id": 18348,
+ "id": 18892,
"properties": {
"east": "low",
"north": "low",
@@ -88757,7 +88823,7 @@
}
},
{
- "id": 18349,
+ "id": 18893,
"properties": {
"east": "low",
"north": "low",
@@ -88768,7 +88834,7 @@
}
},
{
- "id": 18350,
+ "id": 18894,
"properties": {
"east": "low",
"north": "low",
@@ -88779,7 +88845,7 @@
}
},
{
- "id": 18351,
+ "id": 18895,
"properties": {
"east": "low",
"north": "low",
@@ -88790,7 +88856,7 @@
}
},
{
- "id": 18352,
+ "id": 18896,
"properties": {
"east": "low",
"north": "low",
@@ -88801,7 +88867,7 @@
}
},
{
- "id": 18353,
+ "id": 18897,
"properties": {
"east": "low",
"north": "low",
@@ -88812,7 +88878,7 @@
}
},
{
- "id": 18354,
+ "id": 18898,
"properties": {
"east": "low",
"north": "low",
@@ -88823,7 +88889,7 @@
}
},
{
- "id": 18355,
+ "id": 18899,
"properties": {
"east": "low",
"north": "low",
@@ -88834,7 +88900,7 @@
}
},
{
- "id": 18356,
+ "id": 18900,
"properties": {
"east": "low",
"north": "low",
@@ -88845,7 +88911,7 @@
}
},
{
- "id": 18357,
+ "id": 18901,
"properties": {
"east": "low",
"north": "low",
@@ -88856,7 +88922,7 @@
}
},
{
- "id": 18358,
+ "id": 18902,
"properties": {
"east": "low",
"north": "low",
@@ -88867,7 +88933,7 @@
}
},
{
- "id": 18359,
+ "id": 18903,
"properties": {
"east": "low",
"north": "low",
@@ -88878,7 +88944,7 @@
}
},
{
- "id": 18360,
+ "id": 18904,
"properties": {
"east": "low",
"north": "low",
@@ -88889,7 +88955,7 @@
}
},
{
- "id": 18361,
+ "id": 18905,
"properties": {
"east": "low",
"north": "low",
@@ -88900,7 +88966,7 @@
}
},
{
- "id": 18362,
+ "id": 18906,
"properties": {
"east": "low",
"north": "low",
@@ -88911,7 +88977,7 @@
}
},
{
- "id": 18363,
+ "id": 18907,
"properties": {
"east": "low",
"north": "low",
@@ -88922,7 +88988,7 @@
}
},
{
- "id": 18364,
+ "id": 18908,
"properties": {
"east": "low",
"north": "low",
@@ -88933,7 +88999,7 @@
}
},
{
- "id": 18365,
+ "id": 18909,
"properties": {
"east": "low",
"north": "low",
@@ -88944,7 +89010,7 @@
}
},
{
- "id": 18366,
+ "id": 18910,
"properties": {
"east": "low",
"north": "low",
@@ -88955,7 +89021,7 @@
}
},
{
- "id": 18367,
+ "id": 18911,
"properties": {
"east": "low",
"north": "low",
@@ -88966,7 +89032,7 @@
}
},
{
- "id": 18368,
+ "id": 18912,
"properties": {
"east": "low",
"north": "low",
@@ -88977,7 +89043,7 @@
}
},
{
- "id": 18369,
+ "id": 18913,
"properties": {
"east": "low",
"north": "low",
@@ -88988,7 +89054,7 @@
}
},
{
- "id": 18370,
+ "id": 18914,
"properties": {
"east": "low",
"north": "low",
@@ -88999,7 +89065,7 @@
}
},
{
- "id": 18371,
+ "id": 18915,
"properties": {
"east": "low",
"north": "low",
@@ -89010,7 +89076,7 @@
}
},
{
- "id": 18372,
+ "id": 18916,
"properties": {
"east": "low",
"north": "low",
@@ -89021,7 +89087,7 @@
}
},
{
- "id": 18373,
+ "id": 18917,
"properties": {
"east": "low",
"north": "tall",
@@ -89032,7 +89098,7 @@
}
},
{
- "id": 18374,
+ "id": 18918,
"properties": {
"east": "low",
"north": "tall",
@@ -89043,7 +89109,7 @@
}
},
{
- "id": 18375,
+ "id": 18919,
"properties": {
"east": "low",
"north": "tall",
@@ -89054,7 +89120,7 @@
}
},
{
- "id": 18376,
+ "id": 18920,
"properties": {
"east": "low",
"north": "tall",
@@ -89065,7 +89131,7 @@
}
},
{
- "id": 18377,
+ "id": 18921,
"properties": {
"east": "low",
"north": "tall",
@@ -89076,7 +89142,7 @@
}
},
{
- "id": 18378,
+ "id": 18922,
"properties": {
"east": "low",
"north": "tall",
@@ -89087,7 +89153,7 @@
}
},
{
- "id": 18379,
+ "id": 18923,
"properties": {
"east": "low",
"north": "tall",
@@ -89098,7 +89164,7 @@
}
},
{
- "id": 18380,
+ "id": 18924,
"properties": {
"east": "low",
"north": "tall",
@@ -89109,7 +89175,7 @@
}
},
{
- "id": 18381,
+ "id": 18925,
"properties": {
"east": "low",
"north": "tall",
@@ -89120,7 +89186,7 @@
}
},
{
- "id": 18382,
+ "id": 18926,
"properties": {
"east": "low",
"north": "tall",
@@ -89131,7 +89197,7 @@
}
},
{
- "id": 18383,
+ "id": 18927,
"properties": {
"east": "low",
"north": "tall",
@@ -89142,7 +89208,7 @@
}
},
{
- "id": 18384,
+ "id": 18928,
"properties": {
"east": "low",
"north": "tall",
@@ -89153,7 +89219,7 @@
}
},
{
- "id": 18385,
+ "id": 18929,
"properties": {
"east": "low",
"north": "tall",
@@ -89164,7 +89230,7 @@
}
},
{
- "id": 18386,
+ "id": 18930,
"properties": {
"east": "low",
"north": "tall",
@@ -89175,7 +89241,7 @@
}
},
{
- "id": 18387,
+ "id": 18931,
"properties": {
"east": "low",
"north": "tall",
@@ -89186,7 +89252,7 @@
}
},
{
- "id": 18388,
+ "id": 18932,
"properties": {
"east": "low",
"north": "tall",
@@ -89197,7 +89263,7 @@
}
},
{
- "id": 18389,
+ "id": 18933,
"properties": {
"east": "low",
"north": "tall",
@@ -89208,7 +89274,7 @@
}
},
{
- "id": 18390,
+ "id": 18934,
"properties": {
"east": "low",
"north": "tall",
@@ -89219,7 +89285,7 @@
}
},
{
- "id": 18391,
+ "id": 18935,
"properties": {
"east": "low",
"north": "tall",
@@ -89230,7 +89296,7 @@
}
},
{
- "id": 18392,
+ "id": 18936,
"properties": {
"east": "low",
"north": "tall",
@@ -89241,7 +89307,7 @@
}
},
{
- "id": 18393,
+ "id": 18937,
"properties": {
"east": "low",
"north": "tall",
@@ -89252,7 +89318,7 @@
}
},
{
- "id": 18394,
+ "id": 18938,
"properties": {
"east": "low",
"north": "tall",
@@ -89263,7 +89329,7 @@
}
},
{
- "id": 18395,
+ "id": 18939,
"properties": {
"east": "low",
"north": "tall",
@@ -89274,7 +89340,7 @@
}
},
{
- "id": 18396,
+ "id": 18940,
"properties": {
"east": "low",
"north": "tall",
@@ -89285,7 +89351,7 @@
}
},
{
- "id": 18397,
+ "id": 18941,
"properties": {
"east": "low",
"north": "tall",
@@ -89296,7 +89362,7 @@
}
},
{
- "id": 18398,
+ "id": 18942,
"properties": {
"east": "low",
"north": "tall",
@@ -89307,7 +89373,7 @@
}
},
{
- "id": 18399,
+ "id": 18943,
"properties": {
"east": "low",
"north": "tall",
@@ -89318,7 +89384,7 @@
}
},
{
- "id": 18400,
+ "id": 18944,
"properties": {
"east": "low",
"north": "tall",
@@ -89329,7 +89395,7 @@
}
},
{
- "id": 18401,
+ "id": 18945,
"properties": {
"east": "low",
"north": "tall",
@@ -89340,7 +89406,7 @@
}
},
{
- "id": 18402,
+ "id": 18946,
"properties": {
"east": "low",
"north": "tall",
@@ -89351,7 +89417,7 @@
}
},
{
- "id": 18403,
+ "id": 18947,
"properties": {
"east": "low",
"north": "tall",
@@ -89362,7 +89428,7 @@
}
},
{
- "id": 18404,
+ "id": 18948,
"properties": {
"east": "low",
"north": "tall",
@@ -89373,7 +89439,7 @@
}
},
{
- "id": 18405,
+ "id": 18949,
"properties": {
"east": "low",
"north": "tall",
@@ -89384,7 +89450,7 @@
}
},
{
- "id": 18406,
+ "id": 18950,
"properties": {
"east": "low",
"north": "tall",
@@ -89395,7 +89461,7 @@
}
},
{
- "id": 18407,
+ "id": 18951,
"properties": {
"east": "low",
"north": "tall",
@@ -89406,7 +89472,7 @@
}
},
{
- "id": 18408,
+ "id": 18952,
"properties": {
"east": "low",
"north": "tall",
@@ -89417,7 +89483,7 @@
}
},
{
- "id": 18409,
+ "id": 18953,
"properties": {
"east": "tall",
"north": "none",
@@ -89428,7 +89494,7 @@
}
},
{
- "id": 18410,
+ "id": 18954,
"properties": {
"east": "tall",
"north": "none",
@@ -89439,7 +89505,7 @@
}
},
{
- "id": 18411,
+ "id": 18955,
"properties": {
"east": "tall",
"north": "none",
@@ -89450,7 +89516,7 @@
}
},
{
- "id": 18412,
+ "id": 18956,
"properties": {
"east": "tall",
"north": "none",
@@ -89461,7 +89527,7 @@
}
},
{
- "id": 18413,
+ "id": 18957,
"properties": {
"east": "tall",
"north": "none",
@@ -89472,7 +89538,7 @@
}
},
{
- "id": 18414,
+ "id": 18958,
"properties": {
"east": "tall",
"north": "none",
@@ -89483,7 +89549,7 @@
}
},
{
- "id": 18415,
+ "id": 18959,
"properties": {
"east": "tall",
"north": "none",
@@ -89494,7 +89560,7 @@
}
},
{
- "id": 18416,
+ "id": 18960,
"properties": {
"east": "tall",
"north": "none",
@@ -89505,7 +89571,7 @@
}
},
{
- "id": 18417,
+ "id": 18961,
"properties": {
"east": "tall",
"north": "none",
@@ -89516,7 +89582,7 @@
}
},
{
- "id": 18418,
+ "id": 18962,
"properties": {
"east": "tall",
"north": "none",
@@ -89527,7 +89593,7 @@
}
},
{
- "id": 18419,
+ "id": 18963,
"properties": {
"east": "tall",
"north": "none",
@@ -89538,7 +89604,7 @@
}
},
{
- "id": 18420,
+ "id": 18964,
"properties": {
"east": "tall",
"north": "none",
@@ -89549,7 +89615,7 @@
}
},
{
- "id": 18421,
+ "id": 18965,
"properties": {
"east": "tall",
"north": "none",
@@ -89560,7 +89626,7 @@
}
},
{
- "id": 18422,
+ "id": 18966,
"properties": {
"east": "tall",
"north": "none",
@@ -89571,7 +89637,7 @@
}
},
{
- "id": 18423,
+ "id": 18967,
"properties": {
"east": "tall",
"north": "none",
@@ -89582,7 +89648,7 @@
}
},
{
- "id": 18424,
+ "id": 18968,
"properties": {
"east": "tall",
"north": "none",
@@ -89593,7 +89659,7 @@
}
},
{
- "id": 18425,
+ "id": 18969,
"properties": {
"east": "tall",
"north": "none",
@@ -89604,7 +89670,7 @@
}
},
{
- "id": 18426,
+ "id": 18970,
"properties": {
"east": "tall",
"north": "none",
@@ -89615,7 +89681,7 @@
}
},
{
- "id": 18427,
+ "id": 18971,
"properties": {
"east": "tall",
"north": "none",
@@ -89626,7 +89692,7 @@
}
},
{
- "id": 18428,
+ "id": 18972,
"properties": {
"east": "tall",
"north": "none",
@@ -89637,7 +89703,7 @@
}
},
{
- "id": 18429,
+ "id": 18973,
"properties": {
"east": "tall",
"north": "none",
@@ -89648,7 +89714,7 @@
}
},
{
- "id": 18430,
+ "id": 18974,
"properties": {
"east": "tall",
"north": "none",
@@ -89659,7 +89725,7 @@
}
},
{
- "id": 18431,
+ "id": 18975,
"properties": {
"east": "tall",
"north": "none",
@@ -89670,7 +89736,7 @@
}
},
{
- "id": 18432,
+ "id": 18976,
"properties": {
"east": "tall",
"north": "none",
@@ -89681,7 +89747,7 @@
}
},
{
- "id": 18433,
+ "id": 18977,
"properties": {
"east": "tall",
"north": "none",
@@ -89692,7 +89758,7 @@
}
},
{
- "id": 18434,
+ "id": 18978,
"properties": {
"east": "tall",
"north": "none",
@@ -89703,7 +89769,7 @@
}
},
{
- "id": 18435,
+ "id": 18979,
"properties": {
"east": "tall",
"north": "none",
@@ -89714,7 +89780,7 @@
}
},
{
- "id": 18436,
+ "id": 18980,
"properties": {
"east": "tall",
"north": "none",
@@ -89725,7 +89791,7 @@
}
},
{
- "id": 18437,
+ "id": 18981,
"properties": {
"east": "tall",
"north": "none",
@@ -89736,7 +89802,7 @@
}
},
{
- "id": 18438,
+ "id": 18982,
"properties": {
"east": "tall",
"north": "none",
@@ -89747,7 +89813,7 @@
}
},
{
- "id": 18439,
+ "id": 18983,
"properties": {
"east": "tall",
"north": "none",
@@ -89758,7 +89824,7 @@
}
},
{
- "id": 18440,
+ "id": 18984,
"properties": {
"east": "tall",
"north": "none",
@@ -89769,7 +89835,7 @@
}
},
{
- "id": 18441,
+ "id": 18985,
"properties": {
"east": "tall",
"north": "none",
@@ -89780,7 +89846,7 @@
}
},
{
- "id": 18442,
+ "id": 18986,
"properties": {
"east": "tall",
"north": "none",
@@ -89791,7 +89857,7 @@
}
},
{
- "id": 18443,
+ "id": 18987,
"properties": {
"east": "tall",
"north": "none",
@@ -89802,7 +89868,7 @@
}
},
{
- "id": 18444,
+ "id": 18988,
"properties": {
"east": "tall",
"north": "none",
@@ -89813,7 +89879,7 @@
}
},
{
- "id": 18445,
+ "id": 18989,
"properties": {
"east": "tall",
"north": "low",
@@ -89824,7 +89890,7 @@
}
},
{
- "id": 18446,
+ "id": 18990,
"properties": {
"east": "tall",
"north": "low",
@@ -89835,7 +89901,7 @@
}
},
{
- "id": 18447,
+ "id": 18991,
"properties": {
"east": "tall",
"north": "low",
@@ -89846,7 +89912,7 @@
}
},
{
- "id": 18448,
+ "id": 18992,
"properties": {
"east": "tall",
"north": "low",
@@ -89857,7 +89923,7 @@
}
},
{
- "id": 18449,
+ "id": 18993,
"properties": {
"east": "tall",
"north": "low",
@@ -89868,7 +89934,7 @@
}
},
{
- "id": 18450,
+ "id": 18994,
"properties": {
"east": "tall",
"north": "low",
@@ -89879,7 +89945,7 @@
}
},
{
- "id": 18451,
+ "id": 18995,
"properties": {
"east": "tall",
"north": "low",
@@ -89890,7 +89956,7 @@
}
},
{
- "id": 18452,
+ "id": 18996,
"properties": {
"east": "tall",
"north": "low",
@@ -89901,7 +89967,7 @@
}
},
{
- "id": 18453,
+ "id": 18997,
"properties": {
"east": "tall",
"north": "low",
@@ -89912,7 +89978,7 @@
}
},
{
- "id": 18454,
+ "id": 18998,
"properties": {
"east": "tall",
"north": "low",
@@ -89923,7 +89989,7 @@
}
},
{
- "id": 18455,
+ "id": 18999,
"properties": {
"east": "tall",
"north": "low",
@@ -89934,7 +90000,7 @@
}
},
{
- "id": 18456,
+ "id": 19000,
"properties": {
"east": "tall",
"north": "low",
@@ -89945,7 +90011,7 @@
}
},
{
- "id": 18457,
+ "id": 19001,
"properties": {
"east": "tall",
"north": "low",
@@ -89956,7 +90022,7 @@
}
},
{
- "id": 18458,
+ "id": 19002,
"properties": {
"east": "tall",
"north": "low",
@@ -89967,7 +90033,7 @@
}
},
{
- "id": 18459,
+ "id": 19003,
"properties": {
"east": "tall",
"north": "low",
@@ -89978,7 +90044,7 @@
}
},
{
- "id": 18460,
+ "id": 19004,
"properties": {
"east": "tall",
"north": "low",
@@ -89989,7 +90055,7 @@
}
},
{
- "id": 18461,
+ "id": 19005,
"properties": {
"east": "tall",
"north": "low",
@@ -90000,7 +90066,7 @@
}
},
{
- "id": 18462,
+ "id": 19006,
"properties": {
"east": "tall",
"north": "low",
@@ -90011,7 +90077,7 @@
}
},
{
- "id": 18463,
+ "id": 19007,
"properties": {
"east": "tall",
"north": "low",
@@ -90022,7 +90088,7 @@
}
},
{
- "id": 18464,
+ "id": 19008,
"properties": {
"east": "tall",
"north": "low",
@@ -90033,7 +90099,7 @@
}
},
{
- "id": 18465,
+ "id": 19009,
"properties": {
"east": "tall",
"north": "low",
@@ -90044,7 +90110,7 @@
}
},
{
- "id": 18466,
+ "id": 19010,
"properties": {
"east": "tall",
"north": "low",
@@ -90055,7 +90121,7 @@
}
},
{
- "id": 18467,
+ "id": 19011,
"properties": {
"east": "tall",
"north": "low",
@@ -90066,7 +90132,7 @@
}
},
{
- "id": 18468,
+ "id": 19012,
"properties": {
"east": "tall",
"north": "low",
@@ -90077,7 +90143,7 @@
}
},
{
- "id": 18469,
+ "id": 19013,
"properties": {
"east": "tall",
"north": "low",
@@ -90088,7 +90154,7 @@
}
},
{
- "id": 18470,
+ "id": 19014,
"properties": {
"east": "tall",
"north": "low",
@@ -90099,7 +90165,7 @@
}
},
{
- "id": 18471,
+ "id": 19015,
"properties": {
"east": "tall",
"north": "low",
@@ -90110,7 +90176,7 @@
}
},
{
- "id": 18472,
+ "id": 19016,
"properties": {
"east": "tall",
"north": "low",
@@ -90121,7 +90187,7 @@
}
},
{
- "id": 18473,
+ "id": 19017,
"properties": {
"east": "tall",
"north": "low",
@@ -90132,7 +90198,7 @@
}
},
{
- "id": 18474,
+ "id": 19018,
"properties": {
"east": "tall",
"north": "low",
@@ -90143,7 +90209,7 @@
}
},
{
- "id": 18475,
+ "id": 19019,
"properties": {
"east": "tall",
"north": "low",
@@ -90154,7 +90220,7 @@
}
},
{
- "id": 18476,
+ "id": 19020,
"properties": {
"east": "tall",
"north": "low",
@@ -90165,7 +90231,7 @@
}
},
{
- "id": 18477,
+ "id": 19021,
"properties": {
"east": "tall",
"north": "low",
@@ -90176,7 +90242,7 @@
}
},
{
- "id": 18478,
+ "id": 19022,
"properties": {
"east": "tall",
"north": "low",
@@ -90187,7 +90253,7 @@
}
},
{
- "id": 18479,
+ "id": 19023,
"properties": {
"east": "tall",
"north": "low",
@@ -90198,7 +90264,7 @@
}
},
{
- "id": 18480,
+ "id": 19024,
"properties": {
"east": "tall",
"north": "low",
@@ -90209,7 +90275,7 @@
}
},
{
- "id": 18481,
+ "id": 19025,
"properties": {
"east": "tall",
"north": "tall",
@@ -90220,7 +90286,7 @@
}
},
{
- "id": 18482,
+ "id": 19026,
"properties": {
"east": "tall",
"north": "tall",
@@ -90231,7 +90297,7 @@
}
},
{
- "id": 18483,
+ "id": 19027,
"properties": {
"east": "tall",
"north": "tall",
@@ -90242,7 +90308,7 @@
}
},
{
- "id": 18484,
+ "id": 19028,
"properties": {
"east": "tall",
"north": "tall",
@@ -90253,7 +90319,7 @@
}
},
{
- "id": 18485,
+ "id": 19029,
"properties": {
"east": "tall",
"north": "tall",
@@ -90264,7 +90330,7 @@
}
},
{
- "id": 18486,
+ "id": 19030,
"properties": {
"east": "tall",
"north": "tall",
@@ -90275,7 +90341,7 @@
}
},
{
- "id": 18487,
+ "id": 19031,
"properties": {
"east": "tall",
"north": "tall",
@@ -90286,7 +90352,7 @@
}
},
{
- "id": 18488,
+ "id": 19032,
"properties": {
"east": "tall",
"north": "tall",
@@ -90297,7 +90363,7 @@
}
},
{
- "id": 18489,
+ "id": 19033,
"properties": {
"east": "tall",
"north": "tall",
@@ -90308,7 +90374,7 @@
}
},
{
- "id": 18490,
+ "id": 19034,
"properties": {
"east": "tall",
"north": "tall",
@@ -90319,7 +90385,7 @@
}
},
{
- "id": 18491,
+ "id": 19035,
"properties": {
"east": "tall",
"north": "tall",
@@ -90330,7 +90396,7 @@
}
},
{
- "id": 18492,
+ "id": 19036,
"properties": {
"east": "tall",
"north": "tall",
@@ -90341,7 +90407,7 @@
}
},
{
- "id": 18493,
+ "id": 19037,
"properties": {
"east": "tall",
"north": "tall",
@@ -90352,7 +90418,7 @@
}
},
{
- "id": 18494,
+ "id": 19038,
"properties": {
"east": "tall",
"north": "tall",
@@ -90363,7 +90429,7 @@
}
},
{
- "id": 18495,
+ "id": 19039,
"properties": {
"east": "tall",
"north": "tall",
@@ -90374,7 +90440,7 @@
}
},
{
- "id": 18496,
+ "id": 19040,
"properties": {
"east": "tall",
"north": "tall",
@@ -90385,7 +90451,7 @@
}
},
{
- "id": 18497,
+ "id": 19041,
"properties": {
"east": "tall",
"north": "tall",
@@ -90396,7 +90462,7 @@
}
},
{
- "id": 18498,
+ "id": 19042,
"properties": {
"east": "tall",
"north": "tall",
@@ -90407,7 +90473,7 @@
}
},
{
- "id": 18499,
+ "id": 19043,
"properties": {
"east": "tall",
"north": "tall",
@@ -90418,7 +90484,7 @@
}
},
{
- "id": 18500,
+ "id": 19044,
"properties": {
"east": "tall",
"north": "tall",
@@ -90429,7 +90495,7 @@
}
},
{
- "id": 18501,
+ "id": 19045,
"properties": {
"east": "tall",
"north": "tall",
@@ -90440,7 +90506,7 @@
}
},
{
- "id": 18502,
+ "id": 19046,
"properties": {
"east": "tall",
"north": "tall",
@@ -90451,7 +90517,7 @@
}
},
{
- "id": 18503,
+ "id": 19047,
"properties": {
"east": "tall",
"north": "tall",
@@ -90462,7 +90528,7 @@
}
},
{
- "id": 18504,
+ "id": 19048,
"properties": {
"east": "tall",
"north": "tall",
@@ -90473,7 +90539,7 @@
}
},
{
- "id": 18505,
+ "id": 19049,
"properties": {
"east": "tall",
"north": "tall",
@@ -90484,7 +90550,7 @@
}
},
{
- "id": 18506,
+ "id": 19050,
"properties": {
"east": "tall",
"north": "tall",
@@ -90495,7 +90561,7 @@
}
},
{
- "id": 18507,
+ "id": 19051,
"properties": {
"east": "tall",
"north": "tall",
@@ -90506,7 +90572,7 @@
}
},
{
- "id": 18508,
+ "id": 19052,
"properties": {
"east": "tall",
"north": "tall",
@@ -90517,7 +90583,7 @@
}
},
{
- "id": 18509,
+ "id": 19053,
"properties": {
"east": "tall",
"north": "tall",
@@ -90528,7 +90594,7 @@
}
},
{
- "id": 18510,
+ "id": 19054,
"properties": {
"east": "tall",
"north": "tall",
@@ -90539,7 +90605,7 @@
}
},
{
- "id": 18511,
+ "id": 19055,
"properties": {
"east": "tall",
"north": "tall",
@@ -90550,7 +90616,7 @@
}
},
{
- "id": 18512,
+ "id": 19056,
"properties": {
"east": "tall",
"north": "tall",
@@ -90561,7 +90627,7 @@
}
},
{
- "id": 18513,
+ "id": 19057,
"properties": {
"east": "tall",
"north": "tall",
@@ -90572,7 +90638,7 @@
}
},
{
- "id": 18514,
+ "id": 19058,
"properties": {
"east": "tall",
"north": "tall",
@@ -90583,7 +90649,7 @@
}
},
{
- "id": 18515,
+ "id": 19059,
"properties": {
"east": "tall",
"north": "tall",
@@ -90594,7 +90660,7 @@
}
},
{
- "id": 18516,
+ "id": 19060,
"properties": {
"east": "tall",
"north": "tall",
@@ -90614,7 +90680,7 @@
"states": [
{
"default": true,
- "id": 12963
+ "id": 13507
}
]
},
@@ -90637,7 +90703,7 @@
},
"states": [
{
- "id": 7743,
+ "id": 8287,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -90645,49 +90711,49 @@
},
{
"default": true,
- "id": 7744,
+ "id": 8288,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 7745,
+ "id": 8289,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 7746,
+ "id": 8290,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 7747,
+ "id": 8291,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 7748,
+ "id": 8292,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 7749,
+ "id": 8293,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 7750,
+ "id": 8294,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -90704,7 +90770,7 @@
"states": [
{
"default": true,
- "id": 23419
+ "id": 23963
}
]
},
@@ -90717,7 +90783,7 @@
"states": [
{
"default": true,
- "id": 23408
+ "id": 23952
}
]
},
@@ -90739,21 +90805,21 @@
},
"states": [
{
- "id": 25165,
+ "id": 25709,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25166,
+ "id": 25710,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25167,
+ "id": 25711,
"properties": {
"lit": "false",
"powered": "true"
@@ -90761,7 +90827,7 @@
},
{
"default": true,
- "id": 25168,
+ "id": 25712,
"properties": {
"lit": "false",
"powered": "false"
@@ -90802,7 +90868,7 @@
},
"states": [
{
- "id": 24185,
+ "id": 24729,
"properties": {
"facing": "north",
"half": "upper",
@@ -90812,7 +90878,7 @@
}
},
{
- "id": 24186,
+ "id": 24730,
"properties": {
"facing": "north",
"half": "upper",
@@ -90822,7 +90888,7 @@
}
},
{
- "id": 24187,
+ "id": 24731,
"properties": {
"facing": "north",
"half": "upper",
@@ -90832,7 +90898,7 @@
}
},
{
- "id": 24188,
+ "id": 24732,
"properties": {
"facing": "north",
"half": "upper",
@@ -90842,7 +90908,7 @@
}
},
{
- "id": 24189,
+ "id": 24733,
"properties": {
"facing": "north",
"half": "upper",
@@ -90852,7 +90918,7 @@
}
},
{
- "id": 24190,
+ "id": 24734,
"properties": {
"facing": "north",
"half": "upper",
@@ -90862,7 +90928,7 @@
}
},
{
- "id": 24191,
+ "id": 24735,
"properties": {
"facing": "north",
"half": "upper",
@@ -90872,7 +90938,7 @@
}
},
{
- "id": 24192,
+ "id": 24736,
"properties": {
"facing": "north",
"half": "upper",
@@ -90882,7 +90948,7 @@
}
},
{
- "id": 24193,
+ "id": 24737,
"properties": {
"facing": "north",
"half": "lower",
@@ -90892,7 +90958,7 @@
}
},
{
- "id": 24194,
+ "id": 24738,
"properties": {
"facing": "north",
"half": "lower",
@@ -90902,7 +90968,7 @@
}
},
{
- "id": 24195,
+ "id": 24739,
"properties": {
"facing": "north",
"half": "lower",
@@ -90913,7 +90979,7 @@
},
{
"default": true,
- "id": 24196,
+ "id": 24740,
"properties": {
"facing": "north",
"half": "lower",
@@ -90923,7 +90989,7 @@
}
},
{
- "id": 24197,
+ "id": 24741,
"properties": {
"facing": "north",
"half": "lower",
@@ -90933,7 +90999,7 @@
}
},
{
- "id": 24198,
+ "id": 24742,
"properties": {
"facing": "north",
"half": "lower",
@@ -90943,7 +91009,7 @@
}
},
{
- "id": 24199,
+ "id": 24743,
"properties": {
"facing": "north",
"half": "lower",
@@ -90953,7 +91019,7 @@
}
},
{
- "id": 24200,
+ "id": 24744,
"properties": {
"facing": "north",
"half": "lower",
@@ -90963,7 +91029,7 @@
}
},
{
- "id": 24201,
+ "id": 24745,
"properties": {
"facing": "south",
"half": "upper",
@@ -90973,7 +91039,7 @@
}
},
{
- "id": 24202,
+ "id": 24746,
"properties": {
"facing": "south",
"half": "upper",
@@ -90983,7 +91049,7 @@
}
},
{
- "id": 24203,
+ "id": 24747,
"properties": {
"facing": "south",
"half": "upper",
@@ -90993,7 +91059,7 @@
}
},
{
- "id": 24204,
+ "id": 24748,
"properties": {
"facing": "south",
"half": "upper",
@@ -91003,7 +91069,7 @@
}
},
{
- "id": 24205,
+ "id": 24749,
"properties": {
"facing": "south",
"half": "upper",
@@ -91013,7 +91079,7 @@
}
},
{
- "id": 24206,
+ "id": 24750,
"properties": {
"facing": "south",
"half": "upper",
@@ -91023,7 +91089,7 @@
}
},
{
- "id": 24207,
+ "id": 24751,
"properties": {
"facing": "south",
"half": "upper",
@@ -91033,7 +91099,7 @@
}
},
{
- "id": 24208,
+ "id": 24752,
"properties": {
"facing": "south",
"half": "upper",
@@ -91043,7 +91109,7 @@
}
},
{
- "id": 24209,
+ "id": 24753,
"properties": {
"facing": "south",
"half": "lower",
@@ -91053,7 +91119,7 @@
}
},
{
- "id": 24210,
+ "id": 24754,
"properties": {
"facing": "south",
"half": "lower",
@@ -91063,7 +91129,7 @@
}
},
{
- "id": 24211,
+ "id": 24755,
"properties": {
"facing": "south",
"half": "lower",
@@ -91073,7 +91139,7 @@
}
},
{
- "id": 24212,
+ "id": 24756,
"properties": {
"facing": "south",
"half": "lower",
@@ -91083,7 +91149,7 @@
}
},
{
- "id": 24213,
+ "id": 24757,
"properties": {
"facing": "south",
"half": "lower",
@@ -91093,7 +91159,7 @@
}
},
{
- "id": 24214,
+ "id": 24758,
"properties": {
"facing": "south",
"half": "lower",
@@ -91103,7 +91169,7 @@
}
},
{
- "id": 24215,
+ "id": 24759,
"properties": {
"facing": "south",
"half": "lower",
@@ -91113,7 +91179,7 @@
}
},
{
- "id": 24216,
+ "id": 24760,
"properties": {
"facing": "south",
"half": "lower",
@@ -91123,7 +91189,7 @@
}
},
{
- "id": 24217,
+ "id": 24761,
"properties": {
"facing": "west",
"half": "upper",
@@ -91133,7 +91199,7 @@
}
},
{
- "id": 24218,
+ "id": 24762,
"properties": {
"facing": "west",
"half": "upper",
@@ -91143,7 +91209,7 @@
}
},
{
- "id": 24219,
+ "id": 24763,
"properties": {
"facing": "west",
"half": "upper",
@@ -91153,7 +91219,7 @@
}
},
{
- "id": 24220,
+ "id": 24764,
"properties": {
"facing": "west",
"half": "upper",
@@ -91163,7 +91229,7 @@
}
},
{
- "id": 24221,
+ "id": 24765,
"properties": {
"facing": "west",
"half": "upper",
@@ -91173,7 +91239,7 @@
}
},
{
- "id": 24222,
+ "id": 24766,
"properties": {
"facing": "west",
"half": "upper",
@@ -91183,7 +91249,7 @@
}
},
{
- "id": 24223,
+ "id": 24767,
"properties": {
"facing": "west",
"half": "upper",
@@ -91193,7 +91259,7 @@
}
},
{
- "id": 24224,
+ "id": 24768,
"properties": {
"facing": "west",
"half": "upper",
@@ -91203,7 +91269,7 @@
}
},
{
- "id": 24225,
+ "id": 24769,
"properties": {
"facing": "west",
"half": "lower",
@@ -91213,7 +91279,7 @@
}
},
{
- "id": 24226,
+ "id": 24770,
"properties": {
"facing": "west",
"half": "lower",
@@ -91223,7 +91289,7 @@
}
},
{
- "id": 24227,
+ "id": 24771,
"properties": {
"facing": "west",
"half": "lower",
@@ -91233,7 +91299,7 @@
}
},
{
- "id": 24228,
+ "id": 24772,
"properties": {
"facing": "west",
"half": "lower",
@@ -91243,7 +91309,7 @@
}
},
{
- "id": 24229,
+ "id": 24773,
"properties": {
"facing": "west",
"half": "lower",
@@ -91253,7 +91319,7 @@
}
},
{
- "id": 24230,
+ "id": 24774,
"properties": {
"facing": "west",
"half": "lower",
@@ -91263,7 +91329,7 @@
}
},
{
- "id": 24231,
+ "id": 24775,
"properties": {
"facing": "west",
"half": "lower",
@@ -91273,7 +91339,7 @@
}
},
{
- "id": 24232,
+ "id": 24776,
"properties": {
"facing": "west",
"half": "lower",
@@ -91283,7 +91349,7 @@
}
},
{
- "id": 24233,
+ "id": 24777,
"properties": {
"facing": "east",
"half": "upper",
@@ -91293,7 +91359,7 @@
}
},
{
- "id": 24234,
+ "id": 24778,
"properties": {
"facing": "east",
"half": "upper",
@@ -91303,7 +91369,7 @@
}
},
{
- "id": 24235,
+ "id": 24779,
"properties": {
"facing": "east",
"half": "upper",
@@ -91313,7 +91379,7 @@
}
},
{
- "id": 24236,
+ "id": 24780,
"properties": {
"facing": "east",
"half": "upper",
@@ -91323,7 +91389,7 @@
}
},
{
- "id": 24237,
+ "id": 24781,
"properties": {
"facing": "east",
"half": "upper",
@@ -91333,7 +91399,7 @@
}
},
{
- "id": 24238,
+ "id": 24782,
"properties": {
"facing": "east",
"half": "upper",
@@ -91343,7 +91409,7 @@
}
},
{
- "id": 24239,
+ "id": 24783,
"properties": {
"facing": "east",
"half": "upper",
@@ -91353,7 +91419,7 @@
}
},
{
- "id": 24240,
+ "id": 24784,
"properties": {
"facing": "east",
"half": "upper",
@@ -91363,7 +91429,7 @@
}
},
{
- "id": 24241,
+ "id": 24785,
"properties": {
"facing": "east",
"half": "lower",
@@ -91373,7 +91439,7 @@
}
},
{
- "id": 24242,
+ "id": 24786,
"properties": {
"facing": "east",
"half": "lower",
@@ -91383,7 +91449,7 @@
}
},
{
- "id": 24243,
+ "id": 24787,
"properties": {
"facing": "east",
"half": "lower",
@@ -91393,7 +91459,7 @@
}
},
{
- "id": 24244,
+ "id": 24788,
"properties": {
"facing": "east",
"half": "lower",
@@ -91403,7 +91469,7 @@
}
},
{
- "id": 24245,
+ "id": 24789,
"properties": {
"facing": "east",
"half": "lower",
@@ -91413,7 +91479,7 @@
}
},
{
- "id": 24246,
+ "id": 24790,
"properties": {
"facing": "east",
"half": "lower",
@@ -91423,7 +91489,7 @@
}
},
{
- "id": 24247,
+ "id": 24791,
"properties": {
"facing": "east",
"half": "lower",
@@ -91433,7 +91499,7 @@
}
},
{
- "id": 24248,
+ "id": 24792,
"properties": {
"facing": "east",
"half": "lower",
@@ -91458,14 +91524,14 @@
},
"states": [
{
- "id": 25147,
+ "id": 25691,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25148,
+ "id": 25692,
"properties": {
"waterlogged": "false"
}
@@ -91505,7 +91571,7 @@
},
"states": [
{
- "id": 24697,
+ "id": 25241,
"properties": {
"facing": "north",
"half": "top",
@@ -91515,7 +91581,7 @@
}
},
{
- "id": 24698,
+ "id": 25242,
"properties": {
"facing": "north",
"half": "top",
@@ -91525,7 +91591,7 @@
}
},
{
- "id": 24699,
+ "id": 25243,
"properties": {
"facing": "north",
"half": "top",
@@ -91535,7 +91601,7 @@
}
},
{
- "id": 24700,
+ "id": 25244,
"properties": {
"facing": "north",
"half": "top",
@@ -91545,7 +91611,7 @@
}
},
{
- "id": 24701,
+ "id": 25245,
"properties": {
"facing": "north",
"half": "top",
@@ -91555,7 +91621,7 @@
}
},
{
- "id": 24702,
+ "id": 25246,
"properties": {
"facing": "north",
"half": "top",
@@ -91565,7 +91631,7 @@
}
},
{
- "id": 24703,
+ "id": 25247,
"properties": {
"facing": "north",
"half": "top",
@@ -91575,7 +91641,7 @@
}
},
{
- "id": 24704,
+ "id": 25248,
"properties": {
"facing": "north",
"half": "top",
@@ -91585,7 +91651,7 @@
}
},
{
- "id": 24705,
+ "id": 25249,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91595,7 +91661,7 @@
}
},
{
- "id": 24706,
+ "id": 25250,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91605,7 +91671,7 @@
}
},
{
- "id": 24707,
+ "id": 25251,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91615,7 +91681,7 @@
}
},
{
- "id": 24708,
+ "id": 25252,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91625,7 +91691,7 @@
}
},
{
- "id": 24709,
+ "id": 25253,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91635,7 +91701,7 @@
}
},
{
- "id": 24710,
+ "id": 25254,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91645,7 +91711,7 @@
}
},
{
- "id": 24711,
+ "id": 25255,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91656,7 +91722,7 @@
},
{
"default": true,
- "id": 24712,
+ "id": 25256,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91666,7 +91732,7 @@
}
},
{
- "id": 24713,
+ "id": 25257,
"properties": {
"facing": "south",
"half": "top",
@@ -91676,7 +91742,7 @@
}
},
{
- "id": 24714,
+ "id": 25258,
"properties": {
"facing": "south",
"half": "top",
@@ -91686,7 +91752,7 @@
}
},
{
- "id": 24715,
+ "id": 25259,
"properties": {
"facing": "south",
"half": "top",
@@ -91696,7 +91762,7 @@
}
},
{
- "id": 24716,
+ "id": 25260,
"properties": {
"facing": "south",
"half": "top",
@@ -91706,7 +91772,7 @@
}
},
{
- "id": 24717,
+ "id": 25261,
"properties": {
"facing": "south",
"half": "top",
@@ -91716,7 +91782,7 @@
}
},
{
- "id": 24718,
+ "id": 25262,
"properties": {
"facing": "south",
"half": "top",
@@ -91726,7 +91792,7 @@
}
},
{
- "id": 24719,
+ "id": 25263,
"properties": {
"facing": "south",
"half": "top",
@@ -91736,7 +91802,7 @@
}
},
{
- "id": 24720,
+ "id": 25264,
"properties": {
"facing": "south",
"half": "top",
@@ -91746,7 +91812,7 @@
}
},
{
- "id": 24721,
+ "id": 25265,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91756,7 +91822,7 @@
}
},
{
- "id": 24722,
+ "id": 25266,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91766,7 +91832,7 @@
}
},
{
- "id": 24723,
+ "id": 25267,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91776,7 +91842,7 @@
}
},
{
- "id": 24724,
+ "id": 25268,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91786,7 +91852,7 @@
}
},
{
- "id": 24725,
+ "id": 25269,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91796,7 +91862,7 @@
}
},
{
- "id": 24726,
+ "id": 25270,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91806,7 +91872,7 @@
}
},
{
- "id": 24727,
+ "id": 25271,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91816,7 +91882,7 @@
}
},
{
- "id": 24728,
+ "id": 25272,
"properties": {
"facing": "south",
"half": "bottom",
@@ -91826,7 +91892,7 @@
}
},
{
- "id": 24729,
+ "id": 25273,
"properties": {
"facing": "west",
"half": "top",
@@ -91836,7 +91902,7 @@
}
},
{
- "id": 24730,
+ "id": 25274,
"properties": {
"facing": "west",
"half": "top",
@@ -91846,7 +91912,7 @@
}
},
{
- "id": 24731,
+ "id": 25275,
"properties": {
"facing": "west",
"half": "top",
@@ -91856,7 +91922,7 @@
}
},
{
- "id": 24732,
+ "id": 25276,
"properties": {
"facing": "west",
"half": "top",
@@ -91866,7 +91932,7 @@
}
},
{
- "id": 24733,
+ "id": 25277,
"properties": {
"facing": "west",
"half": "top",
@@ -91876,7 +91942,7 @@
}
},
{
- "id": 24734,
+ "id": 25278,
"properties": {
"facing": "west",
"half": "top",
@@ -91886,7 +91952,7 @@
}
},
{
- "id": 24735,
+ "id": 25279,
"properties": {
"facing": "west",
"half": "top",
@@ -91896,7 +91962,7 @@
}
},
{
- "id": 24736,
+ "id": 25280,
"properties": {
"facing": "west",
"half": "top",
@@ -91906,7 +91972,7 @@
}
},
{
- "id": 24737,
+ "id": 25281,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91916,7 +91982,7 @@
}
},
{
- "id": 24738,
+ "id": 25282,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91926,7 +91992,7 @@
}
},
{
- "id": 24739,
+ "id": 25283,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91936,7 +92002,7 @@
}
},
{
- "id": 24740,
+ "id": 25284,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91946,7 +92012,7 @@
}
},
{
- "id": 24741,
+ "id": 25285,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91956,7 +92022,7 @@
}
},
{
- "id": 24742,
+ "id": 25286,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91966,7 +92032,7 @@
}
},
{
- "id": 24743,
+ "id": 25287,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91976,7 +92042,7 @@
}
},
{
- "id": 24744,
+ "id": 25288,
"properties": {
"facing": "west",
"half": "bottom",
@@ -91986,7 +92052,7 @@
}
},
{
- "id": 24745,
+ "id": 25289,
"properties": {
"facing": "east",
"half": "top",
@@ -91996,7 +92062,7 @@
}
},
{
- "id": 24746,
+ "id": 25290,
"properties": {
"facing": "east",
"half": "top",
@@ -92006,7 +92072,7 @@
}
},
{
- "id": 24747,
+ "id": 25291,
"properties": {
"facing": "east",
"half": "top",
@@ -92016,7 +92082,7 @@
}
},
{
- "id": 24748,
+ "id": 25292,
"properties": {
"facing": "east",
"half": "top",
@@ -92026,7 +92092,7 @@
}
},
{
- "id": 24749,
+ "id": 25293,
"properties": {
"facing": "east",
"half": "top",
@@ -92036,7 +92102,7 @@
}
},
{
- "id": 24750,
+ "id": 25294,
"properties": {
"facing": "east",
"half": "top",
@@ -92046,7 +92112,7 @@
}
},
{
- "id": 24751,
+ "id": 25295,
"properties": {
"facing": "east",
"half": "top",
@@ -92056,7 +92122,7 @@
}
},
{
- "id": 24752,
+ "id": 25296,
"properties": {
"facing": "east",
"half": "top",
@@ -92066,7 +92132,7 @@
}
},
{
- "id": 24753,
+ "id": 25297,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92076,7 +92142,7 @@
}
},
{
- "id": 24754,
+ "id": 25298,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92086,7 +92152,7 @@
}
},
{
- "id": 24755,
+ "id": 25299,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92096,7 +92162,7 @@
}
},
{
- "id": 24756,
+ "id": 25300,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92106,7 +92172,7 @@
}
},
{
- "id": 24757,
+ "id": 25301,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92116,7 +92182,7 @@
}
},
{
- "id": 24758,
+ "id": 25302,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92126,7 +92192,7 @@
}
},
{
- "id": 24759,
+ "id": 25303,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92136,7 +92202,7 @@
}
},
{
- "id": 24760,
+ "id": 25304,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92156,7 +92222,7 @@
"states": [
{
"default": true,
- "id": 23415
+ "id": 23959
}
]
},
@@ -92179,21 +92245,21 @@
},
"states": [
{
- "id": 23757,
+ "id": 24301,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 23758,
+ "id": 24302,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 23759,
+ "id": 24303,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -92201,21 +92267,21 @@
},
{
"default": true,
- "id": 23760,
+ "id": 24304,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 23761,
+ "id": 24305,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 23762,
+ "id": 24306,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -92257,7 +92323,7 @@
},
"states": [
{
- "id": 23585,
+ "id": 24129,
"properties": {
"facing": "north",
"half": "top",
@@ -92266,7 +92332,7 @@
}
},
{
- "id": 23586,
+ "id": 24130,
"properties": {
"facing": "north",
"half": "top",
@@ -92275,7 +92341,7 @@
}
},
{
- "id": 23587,
+ "id": 24131,
"properties": {
"facing": "north",
"half": "top",
@@ -92284,7 +92350,7 @@
}
},
{
- "id": 23588,
+ "id": 24132,
"properties": {
"facing": "north",
"half": "top",
@@ -92293,7 +92359,7 @@
}
},
{
- "id": 23589,
+ "id": 24133,
"properties": {
"facing": "north",
"half": "top",
@@ -92302,7 +92368,7 @@
}
},
{
- "id": 23590,
+ "id": 24134,
"properties": {
"facing": "north",
"half": "top",
@@ -92311,7 +92377,7 @@
}
},
{
- "id": 23591,
+ "id": 24135,
"properties": {
"facing": "north",
"half": "top",
@@ -92320,7 +92386,7 @@
}
},
{
- "id": 23592,
+ "id": 24136,
"properties": {
"facing": "north",
"half": "top",
@@ -92329,7 +92395,7 @@
}
},
{
- "id": 23593,
+ "id": 24137,
"properties": {
"facing": "north",
"half": "top",
@@ -92338,7 +92404,7 @@
}
},
{
- "id": 23594,
+ "id": 24138,
"properties": {
"facing": "north",
"half": "top",
@@ -92347,7 +92413,7 @@
}
},
{
- "id": 23595,
+ "id": 24139,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92357,7 +92423,7 @@
},
{
"default": true,
- "id": 23596,
+ "id": 24140,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92366,7 +92432,7 @@
}
},
{
- "id": 23597,
+ "id": 24141,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92375,7 +92441,7 @@
}
},
{
- "id": 23598,
+ "id": 24142,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92384,7 +92450,7 @@
}
},
{
- "id": 23599,
+ "id": 24143,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92393,7 +92459,7 @@
}
},
{
- "id": 23600,
+ "id": 24144,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92402,7 +92468,7 @@
}
},
{
- "id": 23601,
+ "id": 24145,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92411,7 +92477,7 @@
}
},
{
- "id": 23602,
+ "id": 24146,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92420,7 +92486,7 @@
}
},
{
- "id": 23603,
+ "id": 24147,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92429,7 +92495,7 @@
}
},
{
- "id": 23604,
+ "id": 24148,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92438,7 +92504,7 @@
}
},
{
- "id": 23605,
+ "id": 24149,
"properties": {
"facing": "south",
"half": "top",
@@ -92447,7 +92513,7 @@
}
},
{
- "id": 23606,
+ "id": 24150,
"properties": {
"facing": "south",
"half": "top",
@@ -92456,7 +92522,7 @@
}
},
{
- "id": 23607,
+ "id": 24151,
"properties": {
"facing": "south",
"half": "top",
@@ -92465,7 +92531,7 @@
}
},
{
- "id": 23608,
+ "id": 24152,
"properties": {
"facing": "south",
"half": "top",
@@ -92474,7 +92540,7 @@
}
},
{
- "id": 23609,
+ "id": 24153,
"properties": {
"facing": "south",
"half": "top",
@@ -92483,7 +92549,7 @@
}
},
{
- "id": 23610,
+ "id": 24154,
"properties": {
"facing": "south",
"half": "top",
@@ -92492,7 +92558,7 @@
}
},
{
- "id": 23611,
+ "id": 24155,
"properties": {
"facing": "south",
"half": "top",
@@ -92501,7 +92567,7 @@
}
},
{
- "id": 23612,
+ "id": 24156,
"properties": {
"facing": "south",
"half": "top",
@@ -92510,7 +92576,7 @@
}
},
{
- "id": 23613,
+ "id": 24157,
"properties": {
"facing": "south",
"half": "top",
@@ -92519,7 +92585,7 @@
}
},
{
- "id": 23614,
+ "id": 24158,
"properties": {
"facing": "south",
"half": "top",
@@ -92528,7 +92594,7 @@
}
},
{
- "id": 23615,
+ "id": 24159,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92537,7 +92603,7 @@
}
},
{
- "id": 23616,
+ "id": 24160,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92546,7 +92612,7 @@
}
},
{
- "id": 23617,
+ "id": 24161,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92555,7 +92621,7 @@
}
},
{
- "id": 23618,
+ "id": 24162,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92564,7 +92630,7 @@
}
},
{
- "id": 23619,
+ "id": 24163,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92573,7 +92639,7 @@
}
},
{
- "id": 23620,
+ "id": 24164,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92582,7 +92648,7 @@
}
},
{
- "id": 23621,
+ "id": 24165,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92591,7 +92657,7 @@
}
},
{
- "id": 23622,
+ "id": 24166,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92600,7 +92666,7 @@
}
},
{
- "id": 23623,
+ "id": 24167,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92609,7 +92675,7 @@
}
},
{
- "id": 23624,
+ "id": 24168,
"properties": {
"facing": "south",
"half": "bottom",
@@ -92618,7 +92684,7 @@
}
},
{
- "id": 23625,
+ "id": 24169,
"properties": {
"facing": "west",
"half": "top",
@@ -92627,7 +92693,7 @@
}
},
{
- "id": 23626,
+ "id": 24170,
"properties": {
"facing": "west",
"half": "top",
@@ -92636,7 +92702,7 @@
}
},
{
- "id": 23627,
+ "id": 24171,
"properties": {
"facing": "west",
"half": "top",
@@ -92645,7 +92711,7 @@
}
},
{
- "id": 23628,
+ "id": 24172,
"properties": {
"facing": "west",
"half": "top",
@@ -92654,7 +92720,7 @@
}
},
{
- "id": 23629,
+ "id": 24173,
"properties": {
"facing": "west",
"half": "top",
@@ -92663,7 +92729,7 @@
}
},
{
- "id": 23630,
+ "id": 24174,
"properties": {
"facing": "west",
"half": "top",
@@ -92672,7 +92738,7 @@
}
},
{
- "id": 23631,
+ "id": 24175,
"properties": {
"facing": "west",
"half": "top",
@@ -92681,7 +92747,7 @@
}
},
{
- "id": 23632,
+ "id": 24176,
"properties": {
"facing": "west",
"half": "top",
@@ -92690,7 +92756,7 @@
}
},
{
- "id": 23633,
+ "id": 24177,
"properties": {
"facing": "west",
"half": "top",
@@ -92699,7 +92765,7 @@
}
},
{
- "id": 23634,
+ "id": 24178,
"properties": {
"facing": "west",
"half": "top",
@@ -92708,7 +92774,7 @@
}
},
{
- "id": 23635,
+ "id": 24179,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92717,7 +92783,7 @@
}
},
{
- "id": 23636,
+ "id": 24180,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92726,7 +92792,7 @@
}
},
{
- "id": 23637,
+ "id": 24181,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92735,7 +92801,7 @@
}
},
{
- "id": 23638,
+ "id": 24182,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92744,7 +92810,7 @@
}
},
{
- "id": 23639,
+ "id": 24183,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92753,7 +92819,7 @@
}
},
{
- "id": 23640,
+ "id": 24184,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92762,7 +92828,7 @@
}
},
{
- "id": 23641,
+ "id": 24185,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92771,7 +92837,7 @@
}
},
{
- "id": 23642,
+ "id": 24186,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92780,7 +92846,7 @@
}
},
{
- "id": 23643,
+ "id": 24187,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92789,7 +92855,7 @@
}
},
{
- "id": 23644,
+ "id": 24188,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92798,7 +92864,7 @@
}
},
{
- "id": 23645,
+ "id": 24189,
"properties": {
"facing": "east",
"half": "top",
@@ -92807,7 +92873,7 @@
}
},
{
- "id": 23646,
+ "id": 24190,
"properties": {
"facing": "east",
"half": "top",
@@ -92816,7 +92882,7 @@
}
},
{
- "id": 23647,
+ "id": 24191,
"properties": {
"facing": "east",
"half": "top",
@@ -92825,7 +92891,7 @@
}
},
{
- "id": 23648,
+ "id": 24192,
"properties": {
"facing": "east",
"half": "top",
@@ -92834,7 +92900,7 @@
}
},
{
- "id": 23649,
+ "id": 24193,
"properties": {
"facing": "east",
"half": "top",
@@ -92843,7 +92909,7 @@
}
},
{
- "id": 23650,
+ "id": 24194,
"properties": {
"facing": "east",
"half": "top",
@@ -92852,7 +92918,7 @@
}
},
{
- "id": 23651,
+ "id": 24195,
"properties": {
"facing": "east",
"half": "top",
@@ -92861,7 +92927,7 @@
}
},
{
- "id": 23652,
+ "id": 24196,
"properties": {
"facing": "east",
"half": "top",
@@ -92870,7 +92936,7 @@
}
},
{
- "id": 23653,
+ "id": 24197,
"properties": {
"facing": "east",
"half": "top",
@@ -92879,7 +92945,7 @@
}
},
{
- "id": 23654,
+ "id": 24198,
"properties": {
"facing": "east",
"half": "top",
@@ -92888,7 +92954,7 @@
}
},
{
- "id": 23655,
+ "id": 24199,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92897,7 +92963,7 @@
}
},
{
- "id": 23656,
+ "id": 24200,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92906,7 +92972,7 @@
}
},
{
- "id": 23657,
+ "id": 24201,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92915,7 +92981,7 @@
}
},
{
- "id": 23658,
+ "id": 24202,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92924,7 +92990,7 @@
}
},
{
- "id": 23659,
+ "id": 24203,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92933,7 +92999,7 @@
}
},
{
- "id": 23660,
+ "id": 24204,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92942,7 +93008,7 @@
}
},
{
- "id": 23661,
+ "id": 24205,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92951,7 +93017,7 @@
}
},
{
- "id": 23662,
+ "id": 24206,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92960,7 +93026,7 @@
}
},
{
- "id": 23663,
+ "id": 24207,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92969,7 +93035,7 @@
}
},
{
- "id": 23664,
+ "id": 24208,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92999,49 +93065,49 @@
"states": [
{
"default": true,
- "id": 4338,
+ "id": 4341,
"properties": {
"moisture": "0"
}
},
{
- "id": 4339,
+ "id": 4342,
"properties": {
"moisture": "1"
}
},
{
- "id": 4340,
+ "id": 4343,
"properties": {
"moisture": "2"
}
},
{
- "id": 4341,
+ "id": 4344,
"properties": {
"moisture": "3"
}
},
{
- "id": 4342,
+ "id": 4345,
"properties": {
"moisture": "4"
}
},
{
- "id": 4343,
+ "id": 4346,
"properties": {
"moisture": "5"
}
},
{
- "id": 4344,
+ "id": 4347,
"properties": {
"moisture": "6"
}
},
{
- "id": 4345,
+ "id": 4348,
"properties": {
"moisture": "7"
}
@@ -98756,13 +98822,13 @@
"states": [
{
"default": true,
- "id": 13298,
+ "id": 13842,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13299,
+ "id": 13843,
"properties": {
"waterlogged": "false"
}
@@ -98778,7 +98844,7 @@
"states": [
{
"default": true,
- "id": 13280
+ "id": 13824
}
]
},
@@ -98797,13 +98863,13 @@
"states": [
{
"default": true,
- "id": 13318,
+ "id": 13862,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13319,
+ "id": 13863,
"properties": {
"waterlogged": "false"
}
@@ -98831,56 +98897,56 @@
"states": [
{
"default": true,
- "id": 13386,
+ "id": 13930,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13387,
+ "id": 13931,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13388,
+ "id": 13932,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13389,
+ "id": 13933,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13390,
+ "id": 13934,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13391,
+ "id": 13935,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13392,
+ "id": 13936,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13393,
+ "id": 13937,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -98896,7 +98962,7 @@
"states": [
{
"default": true,
- "id": 18906
+ "id": 19450
}
]
},
@@ -98909,7 +98975,7 @@
"states": [
{
"default": true,
- "id": 8797
+ "id": 9341
}
]
},
@@ -98921,7 +98987,7 @@
"states": [
{
"default": true,
- "id": 25294
+ "id": 25838
}
]
},
@@ -99185,7 +99251,7 @@
"states": [
{
"default": true,
- "id": 27041
+ "id": 27585
}
]
},
@@ -99205,25 +99271,25 @@
"states": [
{
"default": true,
- "id": 13008,
+ "id": 13552,
"properties": {
"age": "0"
}
},
{
- "id": 13009,
+ "id": 13553,
"properties": {
"age": "1"
}
},
{
- "id": 13010,
+ "id": 13554,
"properties": {
"age": "2"
}
},
{
- "id": 13011,
+ "id": 13555,
"properties": {
"age": "3"
}
@@ -99249,7 +99315,7 @@
},
"states": [
{
- "id": 4346,
+ "id": 4349,
"properties": {
"facing": "north",
"lit": "true"
@@ -99257,49 +99323,49 @@
},
{
"default": true,
- "id": 4347,
+ "id": 4350,
"properties": {
"facing": "north",
"lit": "false"
}
},
- {
- "id": 4348,
- "properties": {
- "facing": "south",
- "lit": "true"
- }
- },
- {
- "id": 4349,
- "properties": {
- "facing": "south",
- "lit": "false"
- }
- },
- {
- "id": 4350,
- "properties": {
- "facing": "west",
- "lit": "true"
- }
- },
{
"id": 4351,
"properties": {
- "facing": "west",
- "lit": "false"
+ "facing": "south",
+ "lit": "true"
}
},
{
"id": 4352,
+ "properties": {
+ "facing": "south",
+ "lit": "false"
+ }
+ },
+ {
+ "id": 4353,
+ "properties": {
+ "facing": "west",
+ "lit": "true"
+ }
+ },
+ {
+ "id": 4354,
+ "properties": {
+ "facing": "west",
+ "lit": "false"
+ }
+ },
+ {
+ "id": 4355,
"properties": {
"facing": "east",
"lit": "true"
}
},
{
- "id": 4353,
+ "id": 4356,
"properties": {
"facing": "east",
"lit": "false"
@@ -99315,7 +99381,7 @@
"states": [
{
"default": true,
- "id": 20754
+ "id": 21298
}
]
},
@@ -99359,44 +99425,14 @@
]
},
"states": [
- {
- "id": 7009,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 7010,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 7011,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
{
"id": 7012,
"properties": {
"east": "true",
"north": "true",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99404,9 +99440,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99414,9 +99450,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99424,9 +99460,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99435,38 +99471,38 @@
"east": "true",
"north": "true",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 7017,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7018,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 7019,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99475,8 +99511,8 @@
"east": "true",
"north": "false",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99484,9 +99520,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99494,9 +99530,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99504,9 +99540,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99515,48 +99551,48 @@
"east": "true",
"north": "false",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 7025,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 7026,
- "properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"waterlogged": "true",
"west": "false"
}
},
{
- "id": 7027,
+ "id": 7026,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"waterlogged": "false",
"west": "true"
}
},
+ {
+ "id": 7027,
+ "properties": {
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
{
"id": 7028,
"properties": {
"east": "false",
"north": "true",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99564,9 +99600,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99574,9 +99610,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99584,9 +99620,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99595,42 +99631,72 @@
"east": "false",
"north": "true",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 7033,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7034,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 7035,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7036,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7037,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7038,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7039,
"properties": {
"east": "false",
"north": "false",
@@ -99640,7 +99706,7 @@
}
},
{
- "id": 7037,
+ "id": 7040,
"properties": {
"east": "false",
"north": "false",
@@ -99650,7 +99716,7 @@
}
},
{
- "id": 7038,
+ "id": 7041,
"properties": {
"east": "false",
"north": "false",
@@ -99660,7 +99726,7 @@
}
},
{
- "id": 7039,
+ "id": 7042,
"properties": {
"east": "false",
"north": "false",
@@ -99671,7 +99737,7 @@
},
{
"default": true,
- "id": 7040,
+ "id": 7043,
"properties": {
"east": "false",
"north": "false",
@@ -99718,42 +99784,6 @@
]
},
"states": [
- {
- "id": 7099,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 7100,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 7101,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
{
"id": 7102,
"properties": {
@@ -99762,8 +99792,8 @@
"north": "true",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99773,9 +99803,9 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99785,9 +99815,9 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99797,9 +99827,9 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99810,8 +99840,8 @@
"north": "true",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99820,10 +99850,10 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99832,10 +99862,10 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99844,10 +99874,10 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99858,8 +99888,8 @@
"north": "true",
"south": "false",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99869,9 +99899,9 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99881,9 +99911,9 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99893,9 +99923,9 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99906,8 +99936,8 @@
"north": "true",
"south": "false",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99915,11 +99945,11 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99927,11 +99957,11 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99939,11 +99969,11 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99954,8 +99984,8 @@
"north": "false",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -99965,9 +99995,9 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -99977,9 +100007,9 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -99989,9 +100019,9 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100002,8 +100032,8 @@
"north": "false",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100012,10 +100042,10 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100024,10 +100054,10 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100036,10 +100066,10 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100050,8 +100080,8 @@
"north": "false",
"south": "false",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100061,9 +100091,9 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100073,9 +100103,9 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100085,9 +100115,9 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100098,44 +100128,44 @@
"north": "false",
"south": "false",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 7131,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7132,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 7133,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100146,8 +100176,8 @@
"north": "true",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100157,9 +100187,9 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100169,9 +100199,9 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100181,9 +100211,9 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100194,8 +100224,8 @@
"north": "true",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100204,10 +100234,10 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100216,10 +100246,10 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100228,10 +100258,10 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100242,8 +100272,8 @@
"north": "true",
"south": "false",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100253,9 +100283,9 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100265,9 +100295,9 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100277,9 +100307,9 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100290,8 +100320,8 @@
"north": "true",
"south": "false",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100299,11 +100329,11 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100311,11 +100341,11 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100323,11 +100353,11 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100338,8 +100368,8 @@
"north": "false",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100349,9 +100379,9 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100361,9 +100391,9 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100373,9 +100403,9 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100386,8 +100416,8 @@
"north": "false",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100396,10 +100426,10 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100408,10 +100438,10 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100420,10 +100450,10 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100434,8 +100464,8 @@
"north": "false",
"south": "false",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100445,9 +100475,9 @@
"east": "false",
"north": "false",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100457,9 +100487,9 @@
"east": "false",
"north": "false",
"south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100469,9 +100499,9 @@
"east": "false",
"north": "false",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100482,46 +100512,46 @@
"north": "false",
"south": "false",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 7163,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 7164,
- "properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
"waterlogged": "true",
"west": "false"
}
},
{
- "id": 7165,
+ "id": 7164,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
"waterlogged": "false",
"west": "true"
}
},
+ {
+ "id": 7165,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
{
"id": 7166,
"properties": {
@@ -100530,8 +100560,8 @@
"north": "true",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100541,9 +100571,9 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100553,9 +100583,9 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100565,9 +100595,9 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100578,8 +100608,8 @@
"north": "true",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100588,10 +100618,10 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100600,10 +100630,10 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100612,10 +100642,10 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100626,8 +100656,8 @@
"north": "true",
"south": "false",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100637,9 +100667,9 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100649,9 +100679,9 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100661,9 +100691,9 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100674,8 +100704,8 @@
"north": "true",
"south": "false",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100683,11 +100713,11 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100695,11 +100725,11 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100707,11 +100737,11 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100722,8 +100752,8 @@
"north": "false",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100733,9 +100763,9 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100745,9 +100775,9 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100757,9 +100787,9 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100770,8 +100800,8 @@
"north": "false",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100780,10 +100810,10 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100792,10 +100822,10 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100804,10 +100834,10 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100818,8 +100848,8 @@
"north": "false",
"south": "false",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100829,9 +100859,9 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100841,9 +100871,9 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100853,9 +100883,9 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100866,44 +100896,44 @@
"north": "false",
"south": "false",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 7195,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7196,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 7197,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100914,8 +100944,8 @@
"north": "true",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100925,9 +100955,9 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100937,9 +100967,9 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100949,9 +100979,9 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100962,8 +100992,8 @@
"north": "true",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -100972,10 +101002,10 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -100984,10 +101014,10 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -100996,10 +101026,10 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101010,8 +101040,8 @@
"north": "true",
"south": "false",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -101021,9 +101051,9 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101033,9 +101063,9 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -101045,9 +101075,9 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101058,8 +101088,8 @@
"north": "true",
"south": "false",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -101067,11 +101097,11 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101079,11 +101109,11 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -101091,11 +101121,11 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101106,8 +101136,8 @@
"north": "false",
"south": "true",
"up": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -101117,9 +101147,9 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101129,9 +101159,9 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -101141,9 +101171,9 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
+ "up": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101154,8 +101184,8 @@
"north": "false",
"south": "true",
"up": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -101164,10 +101194,10 @@
"down": "false",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -101176,10 +101206,10 @@
"down": "false",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -101188,14 +101218,50 @@
"down": "false",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
+ "south": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7222,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7223,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7224,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7225,
"properties": {
"down": "false",
"east": "false",
@@ -101207,7 +101273,7 @@
}
},
{
- "id": 7223,
+ "id": 7226,
"properties": {
"down": "false",
"east": "false",
@@ -101219,7 +101285,7 @@
}
},
{
- "id": 7224,
+ "id": 7227,
"properties": {
"down": "false",
"east": "false",
@@ -101231,7 +101297,7 @@
}
},
{
- "id": 7225,
+ "id": 7228,
"properties": {
"down": "false",
"east": "false",
@@ -101244,7 +101310,7 @@
},
{
"default": true,
- "id": 7226,
+ "id": 7229,
"properties": {
"down": "false",
"east": "false",
@@ -101265,7 +101331,7 @@
"states": [
{
"default": true,
- "id": 6029
+ "id": 6032
}
]
},
@@ -101324,21 +101390,21 @@
},
"states": [
{
- "id": 14599,
+ "id": 15143,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14600,
+ "id": 15144,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14601,
+ "id": 15145,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -101346,21 +101412,21 @@
},
{
"default": true,
- "id": 14602,
+ "id": 15146,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14603,
+ "id": 15147,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14604,
+ "id": 15148,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -101401,7 +101467,7 @@
},
"states": [
{
- "id": 14151,
+ "id": 14695,
"properties": {
"facing": "north",
"half": "top",
@@ -101410,7 +101476,7 @@
}
},
{
- "id": 14152,
+ "id": 14696,
"properties": {
"facing": "north",
"half": "top",
@@ -101419,7 +101485,7 @@
}
},
{
- "id": 14153,
+ "id": 14697,
"properties": {
"facing": "north",
"half": "top",
@@ -101428,7 +101494,7 @@
}
},
{
- "id": 14154,
+ "id": 14698,
"properties": {
"facing": "north",
"half": "top",
@@ -101437,7 +101503,7 @@
}
},
{
- "id": 14155,
+ "id": 14699,
"properties": {
"facing": "north",
"half": "top",
@@ -101446,7 +101512,7 @@
}
},
{
- "id": 14156,
+ "id": 14700,
"properties": {
"facing": "north",
"half": "top",
@@ -101455,7 +101521,7 @@
}
},
{
- "id": 14157,
+ "id": 14701,
"properties": {
"facing": "north",
"half": "top",
@@ -101464,7 +101530,7 @@
}
},
{
- "id": 14158,
+ "id": 14702,
"properties": {
"facing": "north",
"half": "top",
@@ -101473,7 +101539,7 @@
}
},
{
- "id": 14159,
+ "id": 14703,
"properties": {
"facing": "north",
"half": "top",
@@ -101482,7 +101548,7 @@
}
},
{
- "id": 14160,
+ "id": 14704,
"properties": {
"facing": "north",
"half": "top",
@@ -101491,7 +101557,7 @@
}
},
{
- "id": 14161,
+ "id": 14705,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101501,7 +101567,7 @@
},
{
"default": true,
- "id": 14162,
+ "id": 14706,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101510,7 +101576,7 @@
}
},
{
- "id": 14163,
+ "id": 14707,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101519,7 +101585,7 @@
}
},
{
- "id": 14164,
+ "id": 14708,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101528,7 +101594,7 @@
}
},
{
- "id": 14165,
+ "id": 14709,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101537,7 +101603,7 @@
}
},
{
- "id": 14166,
+ "id": 14710,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101546,7 +101612,7 @@
}
},
{
- "id": 14167,
+ "id": 14711,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101555,7 +101621,7 @@
}
},
{
- "id": 14168,
+ "id": 14712,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101564,7 +101630,7 @@
}
},
{
- "id": 14169,
+ "id": 14713,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101573,7 +101639,7 @@
}
},
{
- "id": 14170,
+ "id": 14714,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101582,7 +101648,7 @@
}
},
{
- "id": 14171,
+ "id": 14715,
"properties": {
"facing": "south",
"half": "top",
@@ -101591,7 +101657,7 @@
}
},
{
- "id": 14172,
+ "id": 14716,
"properties": {
"facing": "south",
"half": "top",
@@ -101600,7 +101666,7 @@
}
},
{
- "id": 14173,
+ "id": 14717,
"properties": {
"facing": "south",
"half": "top",
@@ -101609,7 +101675,7 @@
}
},
{
- "id": 14174,
+ "id": 14718,
"properties": {
"facing": "south",
"half": "top",
@@ -101618,7 +101684,7 @@
}
},
{
- "id": 14175,
+ "id": 14719,
"properties": {
"facing": "south",
"half": "top",
@@ -101627,7 +101693,7 @@
}
},
{
- "id": 14176,
+ "id": 14720,
"properties": {
"facing": "south",
"half": "top",
@@ -101636,7 +101702,7 @@
}
},
{
- "id": 14177,
+ "id": 14721,
"properties": {
"facing": "south",
"half": "top",
@@ -101645,7 +101711,7 @@
}
},
{
- "id": 14178,
+ "id": 14722,
"properties": {
"facing": "south",
"half": "top",
@@ -101654,7 +101720,7 @@
}
},
{
- "id": 14179,
+ "id": 14723,
"properties": {
"facing": "south",
"half": "top",
@@ -101663,7 +101729,7 @@
}
},
{
- "id": 14180,
+ "id": 14724,
"properties": {
"facing": "south",
"half": "top",
@@ -101672,7 +101738,7 @@
}
},
{
- "id": 14181,
+ "id": 14725,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101681,7 +101747,7 @@
}
},
{
- "id": 14182,
+ "id": 14726,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101690,7 +101756,7 @@
}
},
{
- "id": 14183,
+ "id": 14727,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101699,7 +101765,7 @@
}
},
{
- "id": 14184,
+ "id": 14728,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101708,7 +101774,7 @@
}
},
{
- "id": 14185,
+ "id": 14729,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101717,7 +101783,7 @@
}
},
{
- "id": 14186,
+ "id": 14730,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101726,7 +101792,7 @@
}
},
{
- "id": 14187,
+ "id": 14731,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101735,7 +101801,7 @@
}
},
{
- "id": 14188,
+ "id": 14732,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101744,7 +101810,7 @@
}
},
{
- "id": 14189,
+ "id": 14733,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101753,7 +101819,7 @@
}
},
{
- "id": 14190,
+ "id": 14734,
"properties": {
"facing": "south",
"half": "bottom",
@@ -101762,7 +101828,7 @@
}
},
{
- "id": 14191,
+ "id": 14735,
"properties": {
"facing": "west",
"half": "top",
@@ -101771,7 +101837,7 @@
}
},
{
- "id": 14192,
+ "id": 14736,
"properties": {
"facing": "west",
"half": "top",
@@ -101780,7 +101846,7 @@
}
},
{
- "id": 14193,
+ "id": 14737,
"properties": {
"facing": "west",
"half": "top",
@@ -101789,7 +101855,7 @@
}
},
{
- "id": 14194,
+ "id": 14738,
"properties": {
"facing": "west",
"half": "top",
@@ -101798,7 +101864,7 @@
}
},
{
- "id": 14195,
+ "id": 14739,
"properties": {
"facing": "west",
"half": "top",
@@ -101807,7 +101873,7 @@
}
},
{
- "id": 14196,
+ "id": 14740,
"properties": {
"facing": "west",
"half": "top",
@@ -101816,7 +101882,7 @@
}
},
{
- "id": 14197,
+ "id": 14741,
"properties": {
"facing": "west",
"half": "top",
@@ -101825,7 +101891,7 @@
}
},
{
- "id": 14198,
+ "id": 14742,
"properties": {
"facing": "west",
"half": "top",
@@ -101834,7 +101900,7 @@
}
},
{
- "id": 14199,
+ "id": 14743,
"properties": {
"facing": "west",
"half": "top",
@@ -101843,7 +101909,7 @@
}
},
{
- "id": 14200,
+ "id": 14744,
"properties": {
"facing": "west",
"half": "top",
@@ -101852,7 +101918,7 @@
}
},
{
- "id": 14201,
+ "id": 14745,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101861,7 +101927,7 @@
}
},
{
- "id": 14202,
+ "id": 14746,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101870,7 +101936,7 @@
}
},
{
- "id": 14203,
+ "id": 14747,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101879,7 +101945,7 @@
}
},
{
- "id": 14204,
+ "id": 14748,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101888,7 +101954,7 @@
}
},
{
- "id": 14205,
+ "id": 14749,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101897,7 +101963,7 @@
}
},
{
- "id": 14206,
+ "id": 14750,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101906,7 +101972,7 @@
}
},
{
- "id": 14207,
+ "id": 14751,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101915,7 +101981,7 @@
}
},
{
- "id": 14208,
+ "id": 14752,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101924,7 +101990,7 @@
}
},
{
- "id": 14209,
+ "id": 14753,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101933,7 +101999,7 @@
}
},
{
- "id": 14210,
+ "id": 14754,
"properties": {
"facing": "west",
"half": "bottom",
@@ -101942,7 +102008,7 @@
}
},
{
- "id": 14211,
+ "id": 14755,
"properties": {
"facing": "east",
"half": "top",
@@ -101951,7 +102017,7 @@
}
},
{
- "id": 14212,
+ "id": 14756,
"properties": {
"facing": "east",
"half": "top",
@@ -101960,7 +102026,7 @@
}
},
{
- "id": 14213,
+ "id": 14757,
"properties": {
"facing": "east",
"half": "top",
@@ -101969,7 +102035,7 @@
}
},
{
- "id": 14214,
+ "id": 14758,
"properties": {
"facing": "east",
"half": "top",
@@ -101978,7 +102044,7 @@
}
},
{
- "id": 14215,
+ "id": 14759,
"properties": {
"facing": "east",
"half": "top",
@@ -101987,7 +102053,7 @@
}
},
{
- "id": 14216,
+ "id": 14760,
"properties": {
"facing": "east",
"half": "top",
@@ -101996,7 +102062,7 @@
}
},
{
- "id": 14217,
+ "id": 14761,
"properties": {
"facing": "east",
"half": "top",
@@ -102005,7 +102071,7 @@
}
},
{
- "id": 14218,
+ "id": 14762,
"properties": {
"facing": "east",
"half": "top",
@@ -102014,7 +102080,7 @@
}
},
{
- "id": 14219,
+ "id": 14763,
"properties": {
"facing": "east",
"half": "top",
@@ -102023,7 +102089,7 @@
}
},
{
- "id": 14220,
+ "id": 14764,
"properties": {
"facing": "east",
"half": "top",
@@ -102032,7 +102098,7 @@
}
},
{
- "id": 14221,
+ "id": 14765,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102041,7 +102107,7 @@
}
},
{
- "id": 14222,
+ "id": 14766,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102050,7 +102116,7 @@
}
},
{
- "id": 14223,
+ "id": 14767,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102059,7 +102125,7 @@
}
},
{
- "id": 14224,
+ "id": 14768,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102068,7 +102134,7 @@
}
},
{
- "id": 14225,
+ "id": 14769,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102077,7 +102143,7 @@
}
},
{
- "id": 14226,
+ "id": 14770,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102086,7 +102152,7 @@
}
},
{
- "id": 14227,
+ "id": 14771,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102095,7 +102161,7 @@
}
},
{
- "id": 14228,
+ "id": 14772,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102104,7 +102170,7 @@
}
},
{
- "id": 14229,
+ "id": 14773,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102113,7 +102179,7 @@
}
},
{
- "id": 14230,
+ "id": 14774,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102160,7 +102226,7 @@
},
"states": [
{
- "id": 15925,
+ "id": 16469,
"properties": {
"east": "none",
"north": "none",
@@ -102171,7 +102237,7 @@
}
},
{
- "id": 15926,
+ "id": 16470,
"properties": {
"east": "none",
"north": "none",
@@ -102182,7 +102248,7 @@
}
},
{
- "id": 15927,
+ "id": 16471,
"properties": {
"east": "none",
"north": "none",
@@ -102194,7 +102260,7 @@
},
{
"default": true,
- "id": 15928,
+ "id": 16472,
"properties": {
"east": "none",
"north": "none",
@@ -102205,7 +102271,7 @@
}
},
{
- "id": 15929,
+ "id": 16473,
"properties": {
"east": "none",
"north": "none",
@@ -102216,7 +102282,7 @@
}
},
{
- "id": 15930,
+ "id": 16474,
"properties": {
"east": "none",
"north": "none",
@@ -102227,7 +102293,7 @@
}
},
{
- "id": 15931,
+ "id": 16475,
"properties": {
"east": "none",
"north": "none",
@@ -102238,7 +102304,7 @@
}
},
{
- "id": 15932,
+ "id": 16476,
"properties": {
"east": "none",
"north": "none",
@@ -102249,7 +102315,7 @@
}
},
{
- "id": 15933,
+ "id": 16477,
"properties": {
"east": "none",
"north": "none",
@@ -102260,7 +102326,7 @@
}
},
{
- "id": 15934,
+ "id": 16478,
"properties": {
"east": "none",
"north": "none",
@@ -102271,7 +102337,7 @@
}
},
{
- "id": 15935,
+ "id": 16479,
"properties": {
"east": "none",
"north": "none",
@@ -102282,7 +102348,7 @@
}
},
{
- "id": 15936,
+ "id": 16480,
"properties": {
"east": "none",
"north": "none",
@@ -102293,7 +102359,7 @@
}
},
{
- "id": 15937,
+ "id": 16481,
"properties": {
"east": "none",
"north": "none",
@@ -102304,7 +102370,7 @@
}
},
{
- "id": 15938,
+ "id": 16482,
"properties": {
"east": "none",
"north": "none",
@@ -102315,7 +102381,7 @@
}
},
{
- "id": 15939,
+ "id": 16483,
"properties": {
"east": "none",
"north": "none",
@@ -102326,7 +102392,7 @@
}
},
{
- "id": 15940,
+ "id": 16484,
"properties": {
"east": "none",
"north": "none",
@@ -102337,7 +102403,7 @@
}
},
{
- "id": 15941,
+ "id": 16485,
"properties": {
"east": "none",
"north": "none",
@@ -102348,7 +102414,7 @@
}
},
{
- "id": 15942,
+ "id": 16486,
"properties": {
"east": "none",
"north": "none",
@@ -102359,7 +102425,7 @@
}
},
{
- "id": 15943,
+ "id": 16487,
"properties": {
"east": "none",
"north": "none",
@@ -102370,7 +102436,7 @@
}
},
{
- "id": 15944,
+ "id": 16488,
"properties": {
"east": "none",
"north": "none",
@@ -102381,7 +102447,7 @@
}
},
{
- "id": 15945,
+ "id": 16489,
"properties": {
"east": "none",
"north": "none",
@@ -102392,7 +102458,7 @@
}
},
{
- "id": 15946,
+ "id": 16490,
"properties": {
"east": "none",
"north": "none",
@@ -102403,7 +102469,7 @@
}
},
{
- "id": 15947,
+ "id": 16491,
"properties": {
"east": "none",
"north": "none",
@@ -102414,7 +102480,7 @@
}
},
{
- "id": 15948,
+ "id": 16492,
"properties": {
"east": "none",
"north": "none",
@@ -102425,7 +102491,7 @@
}
},
{
- "id": 15949,
+ "id": 16493,
"properties": {
"east": "none",
"north": "none",
@@ -102436,7 +102502,7 @@
}
},
{
- "id": 15950,
+ "id": 16494,
"properties": {
"east": "none",
"north": "none",
@@ -102447,7 +102513,7 @@
}
},
{
- "id": 15951,
+ "id": 16495,
"properties": {
"east": "none",
"north": "none",
@@ -102458,7 +102524,7 @@
}
},
{
- "id": 15952,
+ "id": 16496,
"properties": {
"east": "none",
"north": "none",
@@ -102469,7 +102535,7 @@
}
},
{
- "id": 15953,
+ "id": 16497,
"properties": {
"east": "none",
"north": "none",
@@ -102480,7 +102546,7 @@
}
},
{
- "id": 15954,
+ "id": 16498,
"properties": {
"east": "none",
"north": "none",
@@ -102491,7 +102557,7 @@
}
},
{
- "id": 15955,
+ "id": 16499,
"properties": {
"east": "none",
"north": "none",
@@ -102502,7 +102568,7 @@
}
},
{
- "id": 15956,
+ "id": 16500,
"properties": {
"east": "none",
"north": "none",
@@ -102513,7 +102579,7 @@
}
},
{
- "id": 15957,
+ "id": 16501,
"properties": {
"east": "none",
"north": "none",
@@ -102524,7 +102590,7 @@
}
},
{
- "id": 15958,
+ "id": 16502,
"properties": {
"east": "none",
"north": "none",
@@ -102535,7 +102601,7 @@
}
},
{
- "id": 15959,
+ "id": 16503,
"properties": {
"east": "none",
"north": "none",
@@ -102546,7 +102612,7 @@
}
},
{
- "id": 15960,
+ "id": 16504,
"properties": {
"east": "none",
"north": "none",
@@ -102557,7 +102623,7 @@
}
},
{
- "id": 15961,
+ "id": 16505,
"properties": {
"east": "none",
"north": "low",
@@ -102568,7 +102634,7 @@
}
},
{
- "id": 15962,
+ "id": 16506,
"properties": {
"east": "none",
"north": "low",
@@ -102579,7 +102645,7 @@
}
},
{
- "id": 15963,
+ "id": 16507,
"properties": {
"east": "none",
"north": "low",
@@ -102590,7 +102656,7 @@
}
},
{
- "id": 15964,
+ "id": 16508,
"properties": {
"east": "none",
"north": "low",
@@ -102601,7 +102667,7 @@
}
},
{
- "id": 15965,
+ "id": 16509,
"properties": {
"east": "none",
"north": "low",
@@ -102612,7 +102678,7 @@
}
},
{
- "id": 15966,
+ "id": 16510,
"properties": {
"east": "none",
"north": "low",
@@ -102623,7 +102689,7 @@
}
},
{
- "id": 15967,
+ "id": 16511,
"properties": {
"east": "none",
"north": "low",
@@ -102634,7 +102700,7 @@
}
},
{
- "id": 15968,
+ "id": 16512,
"properties": {
"east": "none",
"north": "low",
@@ -102645,7 +102711,7 @@
}
},
{
- "id": 15969,
+ "id": 16513,
"properties": {
"east": "none",
"north": "low",
@@ -102656,7 +102722,7 @@
}
},
{
- "id": 15970,
+ "id": 16514,
"properties": {
"east": "none",
"north": "low",
@@ -102667,7 +102733,7 @@
}
},
{
- "id": 15971,
+ "id": 16515,
"properties": {
"east": "none",
"north": "low",
@@ -102678,7 +102744,7 @@
}
},
{
- "id": 15972,
+ "id": 16516,
"properties": {
"east": "none",
"north": "low",
@@ -102689,7 +102755,7 @@
}
},
{
- "id": 15973,
+ "id": 16517,
"properties": {
"east": "none",
"north": "low",
@@ -102700,7 +102766,7 @@
}
},
{
- "id": 15974,
+ "id": 16518,
"properties": {
"east": "none",
"north": "low",
@@ -102711,7 +102777,7 @@
}
},
{
- "id": 15975,
+ "id": 16519,
"properties": {
"east": "none",
"north": "low",
@@ -102722,7 +102788,7 @@
}
},
{
- "id": 15976,
+ "id": 16520,
"properties": {
"east": "none",
"north": "low",
@@ -102733,7 +102799,7 @@
}
},
{
- "id": 15977,
+ "id": 16521,
"properties": {
"east": "none",
"north": "low",
@@ -102744,7 +102810,7 @@
}
},
{
- "id": 15978,
+ "id": 16522,
"properties": {
"east": "none",
"north": "low",
@@ -102755,7 +102821,7 @@
}
},
{
- "id": 15979,
+ "id": 16523,
"properties": {
"east": "none",
"north": "low",
@@ -102766,7 +102832,7 @@
}
},
{
- "id": 15980,
+ "id": 16524,
"properties": {
"east": "none",
"north": "low",
@@ -102777,7 +102843,7 @@
}
},
{
- "id": 15981,
+ "id": 16525,
"properties": {
"east": "none",
"north": "low",
@@ -102788,7 +102854,7 @@
}
},
{
- "id": 15982,
+ "id": 16526,
"properties": {
"east": "none",
"north": "low",
@@ -102799,7 +102865,7 @@
}
},
{
- "id": 15983,
+ "id": 16527,
"properties": {
"east": "none",
"north": "low",
@@ -102810,7 +102876,7 @@
}
},
{
- "id": 15984,
+ "id": 16528,
"properties": {
"east": "none",
"north": "low",
@@ -102821,7 +102887,7 @@
}
},
{
- "id": 15985,
+ "id": 16529,
"properties": {
"east": "none",
"north": "low",
@@ -102832,7 +102898,7 @@
}
},
{
- "id": 15986,
+ "id": 16530,
"properties": {
"east": "none",
"north": "low",
@@ -102843,7 +102909,7 @@
}
},
{
- "id": 15987,
+ "id": 16531,
"properties": {
"east": "none",
"north": "low",
@@ -102854,7 +102920,7 @@
}
},
{
- "id": 15988,
+ "id": 16532,
"properties": {
"east": "none",
"north": "low",
@@ -102865,7 +102931,7 @@
}
},
{
- "id": 15989,
+ "id": 16533,
"properties": {
"east": "none",
"north": "low",
@@ -102876,7 +102942,7 @@
}
},
{
- "id": 15990,
+ "id": 16534,
"properties": {
"east": "none",
"north": "low",
@@ -102887,7 +102953,7 @@
}
},
{
- "id": 15991,
+ "id": 16535,
"properties": {
"east": "none",
"north": "low",
@@ -102898,7 +102964,7 @@
}
},
{
- "id": 15992,
+ "id": 16536,
"properties": {
"east": "none",
"north": "low",
@@ -102909,7 +102975,7 @@
}
},
{
- "id": 15993,
+ "id": 16537,
"properties": {
"east": "none",
"north": "low",
@@ -102920,7 +102986,7 @@
}
},
{
- "id": 15994,
+ "id": 16538,
"properties": {
"east": "none",
"north": "low",
@@ -102931,7 +102997,7 @@
}
},
{
- "id": 15995,
+ "id": 16539,
"properties": {
"east": "none",
"north": "low",
@@ -102942,7 +103008,7 @@
}
},
{
- "id": 15996,
+ "id": 16540,
"properties": {
"east": "none",
"north": "low",
@@ -102953,7 +103019,7 @@
}
},
{
- "id": 15997,
+ "id": 16541,
"properties": {
"east": "none",
"north": "tall",
@@ -102964,7 +103030,7 @@
}
},
{
- "id": 15998,
+ "id": 16542,
"properties": {
"east": "none",
"north": "tall",
@@ -102975,7 +103041,7 @@
}
},
{
- "id": 15999,
+ "id": 16543,
"properties": {
"east": "none",
"north": "tall",
@@ -102986,7 +103052,7 @@
}
},
{
- "id": 16000,
+ "id": 16544,
"properties": {
"east": "none",
"north": "tall",
@@ -102997,7 +103063,7 @@
}
},
{
- "id": 16001,
+ "id": 16545,
"properties": {
"east": "none",
"north": "tall",
@@ -103008,7 +103074,7 @@
}
},
{
- "id": 16002,
+ "id": 16546,
"properties": {
"east": "none",
"north": "tall",
@@ -103019,7 +103085,7 @@
}
},
{
- "id": 16003,
+ "id": 16547,
"properties": {
"east": "none",
"north": "tall",
@@ -103030,7 +103096,7 @@
}
},
{
- "id": 16004,
+ "id": 16548,
"properties": {
"east": "none",
"north": "tall",
@@ -103041,7 +103107,7 @@
}
},
{
- "id": 16005,
+ "id": 16549,
"properties": {
"east": "none",
"north": "tall",
@@ -103052,7 +103118,7 @@
}
},
{
- "id": 16006,
+ "id": 16550,
"properties": {
"east": "none",
"north": "tall",
@@ -103063,7 +103129,7 @@
}
},
{
- "id": 16007,
+ "id": 16551,
"properties": {
"east": "none",
"north": "tall",
@@ -103074,7 +103140,7 @@
}
},
{
- "id": 16008,
+ "id": 16552,
"properties": {
"east": "none",
"north": "tall",
@@ -103085,7 +103151,7 @@
}
},
{
- "id": 16009,
+ "id": 16553,
"properties": {
"east": "none",
"north": "tall",
@@ -103096,7 +103162,7 @@
}
},
{
- "id": 16010,
+ "id": 16554,
"properties": {
"east": "none",
"north": "tall",
@@ -103107,7 +103173,7 @@
}
},
{
- "id": 16011,
+ "id": 16555,
"properties": {
"east": "none",
"north": "tall",
@@ -103118,7 +103184,7 @@
}
},
{
- "id": 16012,
+ "id": 16556,
"properties": {
"east": "none",
"north": "tall",
@@ -103129,7 +103195,7 @@
}
},
{
- "id": 16013,
+ "id": 16557,
"properties": {
"east": "none",
"north": "tall",
@@ -103140,7 +103206,7 @@
}
},
{
- "id": 16014,
+ "id": 16558,
"properties": {
"east": "none",
"north": "tall",
@@ -103151,7 +103217,7 @@
}
},
{
- "id": 16015,
+ "id": 16559,
"properties": {
"east": "none",
"north": "tall",
@@ -103162,7 +103228,7 @@
}
},
{
- "id": 16016,
+ "id": 16560,
"properties": {
"east": "none",
"north": "tall",
@@ -103173,7 +103239,7 @@
}
},
{
- "id": 16017,
+ "id": 16561,
"properties": {
"east": "none",
"north": "tall",
@@ -103184,7 +103250,7 @@
}
},
{
- "id": 16018,
+ "id": 16562,
"properties": {
"east": "none",
"north": "tall",
@@ -103195,7 +103261,7 @@
}
},
{
- "id": 16019,
+ "id": 16563,
"properties": {
"east": "none",
"north": "tall",
@@ -103206,7 +103272,7 @@
}
},
{
- "id": 16020,
+ "id": 16564,
"properties": {
"east": "none",
"north": "tall",
@@ -103217,7 +103283,7 @@
}
},
{
- "id": 16021,
+ "id": 16565,
"properties": {
"east": "none",
"north": "tall",
@@ -103228,7 +103294,7 @@
}
},
{
- "id": 16022,
+ "id": 16566,
"properties": {
"east": "none",
"north": "tall",
@@ -103239,7 +103305,7 @@
}
},
{
- "id": 16023,
+ "id": 16567,
"properties": {
"east": "none",
"north": "tall",
@@ -103250,7 +103316,7 @@
}
},
{
- "id": 16024,
+ "id": 16568,
"properties": {
"east": "none",
"north": "tall",
@@ -103261,7 +103327,7 @@
}
},
{
- "id": 16025,
+ "id": 16569,
"properties": {
"east": "none",
"north": "tall",
@@ -103272,7 +103338,7 @@
}
},
{
- "id": 16026,
+ "id": 16570,
"properties": {
"east": "none",
"north": "tall",
@@ -103283,7 +103349,7 @@
}
},
{
- "id": 16027,
+ "id": 16571,
"properties": {
"east": "none",
"north": "tall",
@@ -103294,7 +103360,7 @@
}
},
{
- "id": 16028,
+ "id": 16572,
"properties": {
"east": "none",
"north": "tall",
@@ -103305,7 +103371,7 @@
}
},
{
- "id": 16029,
+ "id": 16573,
"properties": {
"east": "none",
"north": "tall",
@@ -103316,7 +103382,7 @@
}
},
{
- "id": 16030,
+ "id": 16574,
"properties": {
"east": "none",
"north": "tall",
@@ -103327,7 +103393,7 @@
}
},
{
- "id": 16031,
+ "id": 16575,
"properties": {
"east": "none",
"north": "tall",
@@ -103338,7 +103404,7 @@
}
},
{
- "id": 16032,
+ "id": 16576,
"properties": {
"east": "none",
"north": "tall",
@@ -103349,7 +103415,7 @@
}
},
{
- "id": 16033,
+ "id": 16577,
"properties": {
"east": "low",
"north": "none",
@@ -103360,7 +103426,7 @@
}
},
{
- "id": 16034,
+ "id": 16578,
"properties": {
"east": "low",
"north": "none",
@@ -103371,7 +103437,7 @@
}
},
{
- "id": 16035,
+ "id": 16579,
"properties": {
"east": "low",
"north": "none",
@@ -103382,7 +103448,7 @@
}
},
{
- "id": 16036,
+ "id": 16580,
"properties": {
"east": "low",
"north": "none",
@@ -103393,7 +103459,7 @@
}
},
{
- "id": 16037,
+ "id": 16581,
"properties": {
"east": "low",
"north": "none",
@@ -103404,7 +103470,7 @@
}
},
{
- "id": 16038,
+ "id": 16582,
"properties": {
"east": "low",
"north": "none",
@@ -103415,7 +103481,7 @@
}
},
{
- "id": 16039,
+ "id": 16583,
"properties": {
"east": "low",
"north": "none",
@@ -103426,7 +103492,7 @@
}
},
{
- "id": 16040,
+ "id": 16584,
"properties": {
"east": "low",
"north": "none",
@@ -103437,7 +103503,7 @@
}
},
{
- "id": 16041,
+ "id": 16585,
"properties": {
"east": "low",
"north": "none",
@@ -103448,7 +103514,7 @@
}
},
{
- "id": 16042,
+ "id": 16586,
"properties": {
"east": "low",
"north": "none",
@@ -103459,7 +103525,7 @@
}
},
{
- "id": 16043,
+ "id": 16587,
"properties": {
"east": "low",
"north": "none",
@@ -103470,7 +103536,7 @@
}
},
{
- "id": 16044,
+ "id": 16588,
"properties": {
"east": "low",
"north": "none",
@@ -103481,7 +103547,7 @@
}
},
{
- "id": 16045,
+ "id": 16589,
"properties": {
"east": "low",
"north": "none",
@@ -103492,7 +103558,7 @@
}
},
{
- "id": 16046,
+ "id": 16590,
"properties": {
"east": "low",
"north": "none",
@@ -103503,7 +103569,7 @@
}
},
{
- "id": 16047,
+ "id": 16591,
"properties": {
"east": "low",
"north": "none",
@@ -103514,7 +103580,7 @@
}
},
{
- "id": 16048,
+ "id": 16592,
"properties": {
"east": "low",
"north": "none",
@@ -103525,7 +103591,7 @@
}
},
{
- "id": 16049,
+ "id": 16593,
"properties": {
"east": "low",
"north": "none",
@@ -103536,7 +103602,7 @@
}
},
{
- "id": 16050,
+ "id": 16594,
"properties": {
"east": "low",
"north": "none",
@@ -103547,7 +103613,7 @@
}
},
{
- "id": 16051,
+ "id": 16595,
"properties": {
"east": "low",
"north": "none",
@@ -103558,7 +103624,7 @@
}
},
{
- "id": 16052,
+ "id": 16596,
"properties": {
"east": "low",
"north": "none",
@@ -103569,7 +103635,7 @@
}
},
{
- "id": 16053,
+ "id": 16597,
"properties": {
"east": "low",
"north": "none",
@@ -103580,7 +103646,7 @@
}
},
{
- "id": 16054,
+ "id": 16598,
"properties": {
"east": "low",
"north": "none",
@@ -103591,7 +103657,7 @@
}
},
{
- "id": 16055,
+ "id": 16599,
"properties": {
"east": "low",
"north": "none",
@@ -103602,7 +103668,7 @@
}
},
{
- "id": 16056,
+ "id": 16600,
"properties": {
"east": "low",
"north": "none",
@@ -103613,7 +103679,7 @@
}
},
{
- "id": 16057,
+ "id": 16601,
"properties": {
"east": "low",
"north": "none",
@@ -103624,7 +103690,7 @@
}
},
{
- "id": 16058,
+ "id": 16602,
"properties": {
"east": "low",
"north": "none",
@@ -103635,7 +103701,7 @@
}
},
{
- "id": 16059,
+ "id": 16603,
"properties": {
"east": "low",
"north": "none",
@@ -103646,7 +103712,7 @@
}
},
{
- "id": 16060,
+ "id": 16604,
"properties": {
"east": "low",
"north": "none",
@@ -103657,7 +103723,7 @@
}
},
{
- "id": 16061,
+ "id": 16605,
"properties": {
"east": "low",
"north": "none",
@@ -103668,7 +103734,7 @@
}
},
{
- "id": 16062,
+ "id": 16606,
"properties": {
"east": "low",
"north": "none",
@@ -103679,7 +103745,7 @@
}
},
{
- "id": 16063,
+ "id": 16607,
"properties": {
"east": "low",
"north": "none",
@@ -103690,7 +103756,7 @@
}
},
{
- "id": 16064,
+ "id": 16608,
"properties": {
"east": "low",
"north": "none",
@@ -103701,7 +103767,7 @@
}
},
{
- "id": 16065,
+ "id": 16609,
"properties": {
"east": "low",
"north": "none",
@@ -103712,7 +103778,7 @@
}
},
{
- "id": 16066,
+ "id": 16610,
"properties": {
"east": "low",
"north": "none",
@@ -103723,7 +103789,7 @@
}
},
{
- "id": 16067,
+ "id": 16611,
"properties": {
"east": "low",
"north": "none",
@@ -103734,7 +103800,7 @@
}
},
{
- "id": 16068,
+ "id": 16612,
"properties": {
"east": "low",
"north": "none",
@@ -103745,7 +103811,7 @@
}
},
{
- "id": 16069,
+ "id": 16613,
"properties": {
"east": "low",
"north": "low",
@@ -103756,7 +103822,7 @@
}
},
{
- "id": 16070,
+ "id": 16614,
"properties": {
"east": "low",
"north": "low",
@@ -103767,7 +103833,7 @@
}
},
{
- "id": 16071,
+ "id": 16615,
"properties": {
"east": "low",
"north": "low",
@@ -103778,7 +103844,7 @@
}
},
{
- "id": 16072,
+ "id": 16616,
"properties": {
"east": "low",
"north": "low",
@@ -103789,7 +103855,7 @@
}
},
{
- "id": 16073,
+ "id": 16617,
"properties": {
"east": "low",
"north": "low",
@@ -103800,7 +103866,7 @@
}
},
{
- "id": 16074,
+ "id": 16618,
"properties": {
"east": "low",
"north": "low",
@@ -103811,7 +103877,7 @@
}
},
{
- "id": 16075,
+ "id": 16619,
"properties": {
"east": "low",
"north": "low",
@@ -103822,7 +103888,7 @@
}
},
{
- "id": 16076,
+ "id": 16620,
"properties": {
"east": "low",
"north": "low",
@@ -103833,7 +103899,7 @@
}
},
{
- "id": 16077,
+ "id": 16621,
"properties": {
"east": "low",
"north": "low",
@@ -103844,7 +103910,7 @@
}
},
{
- "id": 16078,
+ "id": 16622,
"properties": {
"east": "low",
"north": "low",
@@ -103855,7 +103921,7 @@
}
},
{
- "id": 16079,
+ "id": 16623,
"properties": {
"east": "low",
"north": "low",
@@ -103866,7 +103932,7 @@
}
},
{
- "id": 16080,
+ "id": 16624,
"properties": {
"east": "low",
"north": "low",
@@ -103877,7 +103943,7 @@
}
},
{
- "id": 16081,
+ "id": 16625,
"properties": {
"east": "low",
"north": "low",
@@ -103888,7 +103954,7 @@
}
},
{
- "id": 16082,
+ "id": 16626,
"properties": {
"east": "low",
"north": "low",
@@ -103899,7 +103965,7 @@
}
},
{
- "id": 16083,
+ "id": 16627,
"properties": {
"east": "low",
"north": "low",
@@ -103910,7 +103976,7 @@
}
},
{
- "id": 16084,
+ "id": 16628,
"properties": {
"east": "low",
"north": "low",
@@ -103921,7 +103987,7 @@
}
},
{
- "id": 16085,
+ "id": 16629,
"properties": {
"east": "low",
"north": "low",
@@ -103932,7 +103998,7 @@
}
},
{
- "id": 16086,
+ "id": 16630,
"properties": {
"east": "low",
"north": "low",
@@ -103943,7 +104009,7 @@
}
},
{
- "id": 16087,
+ "id": 16631,
"properties": {
"east": "low",
"north": "low",
@@ -103954,7 +104020,7 @@
}
},
{
- "id": 16088,
+ "id": 16632,
"properties": {
"east": "low",
"north": "low",
@@ -103965,7 +104031,7 @@
}
},
{
- "id": 16089,
+ "id": 16633,
"properties": {
"east": "low",
"north": "low",
@@ -103976,7 +104042,7 @@
}
},
{
- "id": 16090,
+ "id": 16634,
"properties": {
"east": "low",
"north": "low",
@@ -103987,7 +104053,7 @@
}
},
{
- "id": 16091,
+ "id": 16635,
"properties": {
"east": "low",
"north": "low",
@@ -103998,7 +104064,7 @@
}
},
{
- "id": 16092,
+ "id": 16636,
"properties": {
"east": "low",
"north": "low",
@@ -104009,7 +104075,7 @@
}
},
{
- "id": 16093,
+ "id": 16637,
"properties": {
"east": "low",
"north": "low",
@@ -104020,7 +104086,7 @@
}
},
{
- "id": 16094,
+ "id": 16638,
"properties": {
"east": "low",
"north": "low",
@@ -104031,7 +104097,7 @@
}
},
{
- "id": 16095,
+ "id": 16639,
"properties": {
"east": "low",
"north": "low",
@@ -104042,7 +104108,7 @@
}
},
{
- "id": 16096,
+ "id": 16640,
"properties": {
"east": "low",
"north": "low",
@@ -104053,7 +104119,7 @@
}
},
{
- "id": 16097,
+ "id": 16641,
"properties": {
"east": "low",
"north": "low",
@@ -104064,7 +104130,7 @@
}
},
{
- "id": 16098,
+ "id": 16642,
"properties": {
"east": "low",
"north": "low",
@@ -104075,7 +104141,7 @@
}
},
{
- "id": 16099,
+ "id": 16643,
"properties": {
"east": "low",
"north": "low",
@@ -104086,7 +104152,7 @@
}
},
{
- "id": 16100,
+ "id": 16644,
"properties": {
"east": "low",
"north": "low",
@@ -104097,7 +104163,7 @@
}
},
{
- "id": 16101,
+ "id": 16645,
"properties": {
"east": "low",
"north": "low",
@@ -104108,7 +104174,7 @@
}
},
{
- "id": 16102,
+ "id": 16646,
"properties": {
"east": "low",
"north": "low",
@@ -104119,7 +104185,7 @@
}
},
{
- "id": 16103,
+ "id": 16647,
"properties": {
"east": "low",
"north": "low",
@@ -104130,7 +104196,7 @@
}
},
{
- "id": 16104,
+ "id": 16648,
"properties": {
"east": "low",
"north": "low",
@@ -104141,7 +104207,7 @@
}
},
{
- "id": 16105,
+ "id": 16649,
"properties": {
"east": "low",
"north": "tall",
@@ -104152,7 +104218,7 @@
}
},
{
- "id": 16106,
+ "id": 16650,
"properties": {
"east": "low",
"north": "tall",
@@ -104163,7 +104229,7 @@
}
},
{
- "id": 16107,
+ "id": 16651,
"properties": {
"east": "low",
"north": "tall",
@@ -104174,7 +104240,7 @@
}
},
{
- "id": 16108,
+ "id": 16652,
"properties": {
"east": "low",
"north": "tall",
@@ -104185,7 +104251,7 @@
}
},
{
- "id": 16109,
+ "id": 16653,
"properties": {
"east": "low",
"north": "tall",
@@ -104196,7 +104262,7 @@
}
},
{
- "id": 16110,
+ "id": 16654,
"properties": {
"east": "low",
"north": "tall",
@@ -104207,7 +104273,7 @@
}
},
{
- "id": 16111,
+ "id": 16655,
"properties": {
"east": "low",
"north": "tall",
@@ -104218,7 +104284,7 @@
}
},
{
- "id": 16112,
+ "id": 16656,
"properties": {
"east": "low",
"north": "tall",
@@ -104229,7 +104295,7 @@
}
},
{
- "id": 16113,
+ "id": 16657,
"properties": {
"east": "low",
"north": "tall",
@@ -104240,7 +104306,7 @@
}
},
{
- "id": 16114,
+ "id": 16658,
"properties": {
"east": "low",
"north": "tall",
@@ -104251,7 +104317,7 @@
}
},
{
- "id": 16115,
+ "id": 16659,
"properties": {
"east": "low",
"north": "tall",
@@ -104262,7 +104328,7 @@
}
},
{
- "id": 16116,
+ "id": 16660,
"properties": {
"east": "low",
"north": "tall",
@@ -104273,7 +104339,7 @@
}
},
{
- "id": 16117,
+ "id": 16661,
"properties": {
"east": "low",
"north": "tall",
@@ -104284,7 +104350,7 @@
}
},
{
- "id": 16118,
+ "id": 16662,
"properties": {
"east": "low",
"north": "tall",
@@ -104295,7 +104361,7 @@
}
},
{
- "id": 16119,
+ "id": 16663,
"properties": {
"east": "low",
"north": "tall",
@@ -104306,7 +104372,7 @@
}
},
{
- "id": 16120,
+ "id": 16664,
"properties": {
"east": "low",
"north": "tall",
@@ -104317,7 +104383,7 @@
}
},
{
- "id": 16121,
+ "id": 16665,
"properties": {
"east": "low",
"north": "tall",
@@ -104328,7 +104394,7 @@
}
},
{
- "id": 16122,
+ "id": 16666,
"properties": {
"east": "low",
"north": "tall",
@@ -104339,7 +104405,7 @@
}
},
{
- "id": 16123,
+ "id": 16667,
"properties": {
"east": "low",
"north": "tall",
@@ -104350,7 +104416,7 @@
}
},
{
- "id": 16124,
+ "id": 16668,
"properties": {
"east": "low",
"north": "tall",
@@ -104361,7 +104427,7 @@
}
},
{
- "id": 16125,
+ "id": 16669,
"properties": {
"east": "low",
"north": "tall",
@@ -104372,7 +104438,7 @@
}
},
{
- "id": 16126,
+ "id": 16670,
"properties": {
"east": "low",
"north": "tall",
@@ -104383,7 +104449,7 @@
}
},
{
- "id": 16127,
+ "id": 16671,
"properties": {
"east": "low",
"north": "tall",
@@ -104394,7 +104460,7 @@
}
},
{
- "id": 16128,
+ "id": 16672,
"properties": {
"east": "low",
"north": "tall",
@@ -104405,7 +104471,7 @@
}
},
{
- "id": 16129,
+ "id": 16673,
"properties": {
"east": "low",
"north": "tall",
@@ -104416,7 +104482,7 @@
}
},
{
- "id": 16130,
+ "id": 16674,
"properties": {
"east": "low",
"north": "tall",
@@ -104427,7 +104493,7 @@
}
},
{
- "id": 16131,
+ "id": 16675,
"properties": {
"east": "low",
"north": "tall",
@@ -104438,7 +104504,7 @@
}
},
{
- "id": 16132,
+ "id": 16676,
"properties": {
"east": "low",
"north": "tall",
@@ -104449,7 +104515,7 @@
}
},
{
- "id": 16133,
+ "id": 16677,
"properties": {
"east": "low",
"north": "tall",
@@ -104460,7 +104526,7 @@
}
},
{
- "id": 16134,
+ "id": 16678,
"properties": {
"east": "low",
"north": "tall",
@@ -104471,7 +104537,7 @@
}
},
{
- "id": 16135,
+ "id": 16679,
"properties": {
"east": "low",
"north": "tall",
@@ -104482,7 +104548,7 @@
}
},
{
- "id": 16136,
+ "id": 16680,
"properties": {
"east": "low",
"north": "tall",
@@ -104493,7 +104559,7 @@
}
},
{
- "id": 16137,
+ "id": 16681,
"properties": {
"east": "low",
"north": "tall",
@@ -104504,7 +104570,7 @@
}
},
{
- "id": 16138,
+ "id": 16682,
"properties": {
"east": "low",
"north": "tall",
@@ -104515,7 +104581,7 @@
}
},
{
- "id": 16139,
+ "id": 16683,
"properties": {
"east": "low",
"north": "tall",
@@ -104526,7 +104592,7 @@
}
},
{
- "id": 16140,
+ "id": 16684,
"properties": {
"east": "low",
"north": "tall",
@@ -104537,7 +104603,7 @@
}
},
{
- "id": 16141,
+ "id": 16685,
"properties": {
"east": "tall",
"north": "none",
@@ -104548,7 +104614,7 @@
}
},
{
- "id": 16142,
+ "id": 16686,
"properties": {
"east": "tall",
"north": "none",
@@ -104559,7 +104625,7 @@
}
},
{
- "id": 16143,
+ "id": 16687,
"properties": {
"east": "tall",
"north": "none",
@@ -104570,7 +104636,7 @@
}
},
{
- "id": 16144,
+ "id": 16688,
"properties": {
"east": "tall",
"north": "none",
@@ -104581,7 +104647,7 @@
}
},
{
- "id": 16145,
+ "id": 16689,
"properties": {
"east": "tall",
"north": "none",
@@ -104592,7 +104658,7 @@
}
},
{
- "id": 16146,
+ "id": 16690,
"properties": {
"east": "tall",
"north": "none",
@@ -104603,7 +104669,7 @@
}
},
{
- "id": 16147,
+ "id": 16691,
"properties": {
"east": "tall",
"north": "none",
@@ -104614,7 +104680,7 @@
}
},
{
- "id": 16148,
+ "id": 16692,
"properties": {
"east": "tall",
"north": "none",
@@ -104625,7 +104691,7 @@
}
},
{
- "id": 16149,
+ "id": 16693,
"properties": {
"east": "tall",
"north": "none",
@@ -104636,7 +104702,7 @@
}
},
{
- "id": 16150,
+ "id": 16694,
"properties": {
"east": "tall",
"north": "none",
@@ -104647,7 +104713,7 @@
}
},
{
- "id": 16151,
+ "id": 16695,
"properties": {
"east": "tall",
"north": "none",
@@ -104658,7 +104724,7 @@
}
},
{
- "id": 16152,
+ "id": 16696,
"properties": {
"east": "tall",
"north": "none",
@@ -104669,7 +104735,7 @@
}
},
{
- "id": 16153,
+ "id": 16697,
"properties": {
"east": "tall",
"north": "none",
@@ -104680,7 +104746,7 @@
}
},
{
- "id": 16154,
+ "id": 16698,
"properties": {
"east": "tall",
"north": "none",
@@ -104691,7 +104757,7 @@
}
},
{
- "id": 16155,
+ "id": 16699,
"properties": {
"east": "tall",
"north": "none",
@@ -104702,7 +104768,7 @@
}
},
{
- "id": 16156,
+ "id": 16700,
"properties": {
"east": "tall",
"north": "none",
@@ -104713,7 +104779,7 @@
}
},
{
- "id": 16157,
+ "id": 16701,
"properties": {
"east": "tall",
"north": "none",
@@ -104724,7 +104790,7 @@
}
},
{
- "id": 16158,
+ "id": 16702,
"properties": {
"east": "tall",
"north": "none",
@@ -104735,7 +104801,7 @@
}
},
{
- "id": 16159,
+ "id": 16703,
"properties": {
"east": "tall",
"north": "none",
@@ -104746,7 +104812,7 @@
}
},
{
- "id": 16160,
+ "id": 16704,
"properties": {
"east": "tall",
"north": "none",
@@ -104757,7 +104823,7 @@
}
},
{
- "id": 16161,
+ "id": 16705,
"properties": {
"east": "tall",
"north": "none",
@@ -104768,7 +104834,7 @@
}
},
{
- "id": 16162,
+ "id": 16706,
"properties": {
"east": "tall",
"north": "none",
@@ -104779,7 +104845,7 @@
}
},
{
- "id": 16163,
+ "id": 16707,
"properties": {
"east": "tall",
"north": "none",
@@ -104790,7 +104856,7 @@
}
},
{
- "id": 16164,
+ "id": 16708,
"properties": {
"east": "tall",
"north": "none",
@@ -104801,7 +104867,7 @@
}
},
{
- "id": 16165,
+ "id": 16709,
"properties": {
"east": "tall",
"north": "none",
@@ -104812,7 +104878,7 @@
}
},
{
- "id": 16166,
+ "id": 16710,
"properties": {
"east": "tall",
"north": "none",
@@ -104823,7 +104889,7 @@
}
},
{
- "id": 16167,
+ "id": 16711,
"properties": {
"east": "tall",
"north": "none",
@@ -104834,7 +104900,7 @@
}
},
{
- "id": 16168,
+ "id": 16712,
"properties": {
"east": "tall",
"north": "none",
@@ -104845,7 +104911,7 @@
}
},
{
- "id": 16169,
+ "id": 16713,
"properties": {
"east": "tall",
"north": "none",
@@ -104856,7 +104922,7 @@
}
},
{
- "id": 16170,
+ "id": 16714,
"properties": {
"east": "tall",
"north": "none",
@@ -104867,7 +104933,7 @@
}
},
{
- "id": 16171,
+ "id": 16715,
"properties": {
"east": "tall",
"north": "none",
@@ -104878,7 +104944,7 @@
}
},
{
- "id": 16172,
+ "id": 16716,
"properties": {
"east": "tall",
"north": "none",
@@ -104889,7 +104955,7 @@
}
},
{
- "id": 16173,
+ "id": 16717,
"properties": {
"east": "tall",
"north": "none",
@@ -104900,7 +104966,7 @@
}
},
{
- "id": 16174,
+ "id": 16718,
"properties": {
"east": "tall",
"north": "none",
@@ -104911,7 +104977,7 @@
}
},
{
- "id": 16175,
+ "id": 16719,
"properties": {
"east": "tall",
"north": "none",
@@ -104922,7 +104988,7 @@
}
},
{
- "id": 16176,
+ "id": 16720,
"properties": {
"east": "tall",
"north": "none",
@@ -104933,7 +104999,7 @@
}
},
{
- "id": 16177,
+ "id": 16721,
"properties": {
"east": "tall",
"north": "low",
@@ -104944,7 +105010,7 @@
}
},
{
- "id": 16178,
+ "id": 16722,
"properties": {
"east": "tall",
"north": "low",
@@ -104955,7 +105021,7 @@
}
},
{
- "id": 16179,
+ "id": 16723,
"properties": {
"east": "tall",
"north": "low",
@@ -104966,7 +105032,7 @@
}
},
{
- "id": 16180,
+ "id": 16724,
"properties": {
"east": "tall",
"north": "low",
@@ -104977,7 +105043,7 @@
}
},
{
- "id": 16181,
+ "id": 16725,
"properties": {
"east": "tall",
"north": "low",
@@ -104988,7 +105054,7 @@
}
},
{
- "id": 16182,
+ "id": 16726,
"properties": {
"east": "tall",
"north": "low",
@@ -104999,7 +105065,7 @@
}
},
{
- "id": 16183,
+ "id": 16727,
"properties": {
"east": "tall",
"north": "low",
@@ -105010,7 +105076,7 @@
}
},
{
- "id": 16184,
+ "id": 16728,
"properties": {
"east": "tall",
"north": "low",
@@ -105021,7 +105087,7 @@
}
},
{
- "id": 16185,
+ "id": 16729,
"properties": {
"east": "tall",
"north": "low",
@@ -105032,7 +105098,7 @@
}
},
{
- "id": 16186,
+ "id": 16730,
"properties": {
"east": "tall",
"north": "low",
@@ -105043,7 +105109,7 @@
}
},
{
- "id": 16187,
+ "id": 16731,
"properties": {
"east": "tall",
"north": "low",
@@ -105054,7 +105120,7 @@
}
},
{
- "id": 16188,
+ "id": 16732,
"properties": {
"east": "tall",
"north": "low",
@@ -105065,7 +105131,7 @@
}
},
{
- "id": 16189,
+ "id": 16733,
"properties": {
"east": "tall",
"north": "low",
@@ -105076,7 +105142,7 @@
}
},
{
- "id": 16190,
+ "id": 16734,
"properties": {
"east": "tall",
"north": "low",
@@ -105087,7 +105153,7 @@
}
},
{
- "id": 16191,
+ "id": 16735,
"properties": {
"east": "tall",
"north": "low",
@@ -105098,7 +105164,7 @@
}
},
{
- "id": 16192,
+ "id": 16736,
"properties": {
"east": "tall",
"north": "low",
@@ -105109,7 +105175,7 @@
}
},
{
- "id": 16193,
+ "id": 16737,
"properties": {
"east": "tall",
"north": "low",
@@ -105120,7 +105186,7 @@
}
},
{
- "id": 16194,
+ "id": 16738,
"properties": {
"east": "tall",
"north": "low",
@@ -105131,7 +105197,7 @@
}
},
{
- "id": 16195,
+ "id": 16739,
"properties": {
"east": "tall",
"north": "low",
@@ -105142,7 +105208,7 @@
}
},
{
- "id": 16196,
+ "id": 16740,
"properties": {
"east": "tall",
"north": "low",
@@ -105153,7 +105219,7 @@
}
},
{
- "id": 16197,
+ "id": 16741,
"properties": {
"east": "tall",
"north": "low",
@@ -105164,7 +105230,7 @@
}
},
{
- "id": 16198,
+ "id": 16742,
"properties": {
"east": "tall",
"north": "low",
@@ -105175,7 +105241,7 @@
}
},
{
- "id": 16199,
+ "id": 16743,
"properties": {
"east": "tall",
"north": "low",
@@ -105186,7 +105252,7 @@
}
},
{
- "id": 16200,
+ "id": 16744,
"properties": {
"east": "tall",
"north": "low",
@@ -105197,7 +105263,7 @@
}
},
{
- "id": 16201,
+ "id": 16745,
"properties": {
"east": "tall",
"north": "low",
@@ -105208,7 +105274,7 @@
}
},
{
- "id": 16202,
+ "id": 16746,
"properties": {
"east": "tall",
"north": "low",
@@ -105219,7 +105285,7 @@
}
},
{
- "id": 16203,
+ "id": 16747,
"properties": {
"east": "tall",
"north": "low",
@@ -105230,7 +105296,7 @@
}
},
{
- "id": 16204,
+ "id": 16748,
"properties": {
"east": "tall",
"north": "low",
@@ -105241,7 +105307,7 @@
}
},
{
- "id": 16205,
+ "id": 16749,
"properties": {
"east": "tall",
"north": "low",
@@ -105252,7 +105318,7 @@
}
},
{
- "id": 16206,
+ "id": 16750,
"properties": {
"east": "tall",
"north": "low",
@@ -105263,7 +105329,7 @@
}
},
{
- "id": 16207,
+ "id": 16751,
"properties": {
"east": "tall",
"north": "low",
@@ -105274,7 +105340,7 @@
}
},
{
- "id": 16208,
+ "id": 16752,
"properties": {
"east": "tall",
"north": "low",
@@ -105285,7 +105351,7 @@
}
},
{
- "id": 16209,
+ "id": 16753,
"properties": {
"east": "tall",
"north": "low",
@@ -105296,7 +105362,7 @@
}
},
{
- "id": 16210,
+ "id": 16754,
"properties": {
"east": "tall",
"north": "low",
@@ -105307,7 +105373,7 @@
}
},
{
- "id": 16211,
+ "id": 16755,
"properties": {
"east": "tall",
"north": "low",
@@ -105318,7 +105384,7 @@
}
},
{
- "id": 16212,
+ "id": 16756,
"properties": {
"east": "tall",
"north": "low",
@@ -105329,7 +105395,7 @@
}
},
{
- "id": 16213,
+ "id": 16757,
"properties": {
"east": "tall",
"north": "tall",
@@ -105340,7 +105406,7 @@
}
},
{
- "id": 16214,
+ "id": 16758,
"properties": {
"east": "tall",
"north": "tall",
@@ -105351,7 +105417,7 @@
}
},
{
- "id": 16215,
+ "id": 16759,
"properties": {
"east": "tall",
"north": "tall",
@@ -105362,7 +105428,7 @@
}
},
{
- "id": 16216,
+ "id": 16760,
"properties": {
"east": "tall",
"north": "tall",
@@ -105373,7 +105439,7 @@
}
},
{
- "id": 16217,
+ "id": 16761,
"properties": {
"east": "tall",
"north": "tall",
@@ -105384,7 +105450,7 @@
}
},
{
- "id": 16218,
+ "id": 16762,
"properties": {
"east": "tall",
"north": "tall",
@@ -105395,7 +105461,7 @@
}
},
{
- "id": 16219,
+ "id": 16763,
"properties": {
"east": "tall",
"north": "tall",
@@ -105406,7 +105472,7 @@
}
},
{
- "id": 16220,
+ "id": 16764,
"properties": {
"east": "tall",
"north": "tall",
@@ -105417,7 +105483,7 @@
}
},
{
- "id": 16221,
+ "id": 16765,
"properties": {
"east": "tall",
"north": "tall",
@@ -105428,7 +105494,7 @@
}
},
{
- "id": 16222,
+ "id": 16766,
"properties": {
"east": "tall",
"north": "tall",
@@ -105439,7 +105505,7 @@
}
},
{
- "id": 16223,
+ "id": 16767,
"properties": {
"east": "tall",
"north": "tall",
@@ -105450,7 +105516,7 @@
}
},
{
- "id": 16224,
+ "id": 16768,
"properties": {
"east": "tall",
"north": "tall",
@@ -105461,7 +105527,7 @@
}
},
{
- "id": 16225,
+ "id": 16769,
"properties": {
"east": "tall",
"north": "tall",
@@ -105472,7 +105538,7 @@
}
},
{
- "id": 16226,
+ "id": 16770,
"properties": {
"east": "tall",
"north": "tall",
@@ -105483,7 +105549,7 @@
}
},
{
- "id": 16227,
+ "id": 16771,
"properties": {
"east": "tall",
"north": "tall",
@@ -105494,7 +105560,7 @@
}
},
{
- "id": 16228,
+ "id": 16772,
"properties": {
"east": "tall",
"north": "tall",
@@ -105505,7 +105571,7 @@
}
},
{
- "id": 16229,
+ "id": 16773,
"properties": {
"east": "tall",
"north": "tall",
@@ -105516,7 +105582,7 @@
}
},
{
- "id": 16230,
+ "id": 16774,
"properties": {
"east": "tall",
"north": "tall",
@@ -105527,7 +105593,7 @@
}
},
{
- "id": 16231,
+ "id": 16775,
"properties": {
"east": "tall",
"north": "tall",
@@ -105538,7 +105604,7 @@
}
},
{
- "id": 16232,
+ "id": 16776,
"properties": {
"east": "tall",
"north": "tall",
@@ -105549,7 +105615,7 @@
}
},
{
- "id": 16233,
+ "id": 16777,
"properties": {
"east": "tall",
"north": "tall",
@@ -105560,7 +105626,7 @@
}
},
{
- "id": 16234,
+ "id": 16778,
"properties": {
"east": "tall",
"north": "tall",
@@ -105571,7 +105637,7 @@
}
},
{
- "id": 16235,
+ "id": 16779,
"properties": {
"east": "tall",
"north": "tall",
@@ -105582,7 +105648,7 @@
}
},
{
- "id": 16236,
+ "id": 16780,
"properties": {
"east": "tall",
"north": "tall",
@@ -105593,7 +105659,7 @@
}
},
{
- "id": 16237,
+ "id": 16781,
"properties": {
"east": "tall",
"north": "tall",
@@ -105604,7 +105670,7 @@
}
},
{
- "id": 16238,
+ "id": 16782,
"properties": {
"east": "tall",
"north": "tall",
@@ -105615,7 +105681,7 @@
}
},
{
- "id": 16239,
+ "id": 16783,
"properties": {
"east": "tall",
"north": "tall",
@@ -105626,7 +105692,7 @@
}
},
{
- "id": 16240,
+ "id": 16784,
"properties": {
"east": "tall",
"north": "tall",
@@ -105637,7 +105703,7 @@
}
},
{
- "id": 16241,
+ "id": 16785,
"properties": {
"east": "tall",
"north": "tall",
@@ -105648,7 +105714,7 @@
}
},
{
- "id": 16242,
+ "id": 16786,
"properties": {
"east": "tall",
"north": "tall",
@@ -105659,7 +105725,7 @@
}
},
{
- "id": 16243,
+ "id": 16787,
"properties": {
"east": "tall",
"north": "tall",
@@ -105670,7 +105736,7 @@
}
},
{
- "id": 16244,
+ "id": 16788,
"properties": {
"east": "tall",
"north": "tall",
@@ -105681,7 +105747,7 @@
}
},
{
- "id": 16245,
+ "id": 16789,
"properties": {
"east": "tall",
"north": "tall",
@@ -105692,7 +105758,7 @@
}
},
{
- "id": 16246,
+ "id": 16790,
"properties": {
"east": "tall",
"north": "tall",
@@ -105703,7 +105769,7 @@
}
},
{
- "id": 16247,
+ "id": 16791,
"properties": {
"east": "tall",
"north": "tall",
@@ -105714,7 +105780,7 @@
}
},
{
- "id": 16248,
+ "id": 16792,
"properties": {
"east": "tall",
"north": "tall",
@@ -105795,97 +105861,97 @@
"states": [
{
"default": true,
- "id": 11206,
+ "id": 11750,
"properties": {
"rotation": "0"
}
},
{
- "id": 11207,
+ "id": 11751,
"properties": {
"rotation": "1"
}
},
{
- "id": 11208,
+ "id": 11752,
"properties": {
"rotation": "2"
}
},
{
- "id": 11209,
+ "id": 11753,
"properties": {
"rotation": "3"
}
},
{
- "id": 11210,
+ "id": 11754,
"properties": {
"rotation": "4"
}
},
{
- "id": 11211,
+ "id": 11755,
"properties": {
"rotation": "5"
}
},
{
- "id": 11212,
+ "id": 11756,
"properties": {
"rotation": "6"
}
},
{
- "id": 11213,
+ "id": 11757,
"properties": {
"rotation": "7"
}
},
{
- "id": 11214,
+ "id": 11758,
"properties": {
"rotation": "8"
}
},
{
- "id": 11215,
+ "id": 11759,
"properties": {
"rotation": "9"
}
},
{
- "id": 11216,
+ "id": 11760,
"properties": {
"rotation": "10"
}
},
{
- "id": 11217,
+ "id": 11761,
"properties": {
"rotation": "11"
}
},
{
- "id": 11218,
+ "id": 11762,
"properties": {
"rotation": "12"
}
},
{
- "id": 11219,
+ "id": 11763,
"properties": {
"rotation": "13"
}
},
{
- "id": 11220,
+ "id": 11764,
"properties": {
"rotation": "14"
}
},
{
- "id": 11221,
+ "id": 11765,
"properties": {
"rotation": "15"
}
@@ -106069,7 +106135,7 @@
},
"states": [
{
- "id": 21322,
+ "id": 21866,
"properties": {
"candles": "1",
"lit": "true",
@@ -106077,7 +106143,7 @@
}
},
{
- "id": 21323,
+ "id": 21867,
"properties": {
"candles": "1",
"lit": "true",
@@ -106085,7 +106151,7 @@
}
},
{
- "id": 21324,
+ "id": 21868,
"properties": {
"candles": "1",
"lit": "false",
@@ -106094,7 +106160,7 @@
},
{
"default": true,
- "id": 21325,
+ "id": 21869,
"properties": {
"candles": "1",
"lit": "false",
@@ -106102,7 +106168,7 @@
}
},
{
- "id": 21326,
+ "id": 21870,
"properties": {
"candles": "2",
"lit": "true",
@@ -106110,7 +106176,7 @@
}
},
{
- "id": 21327,
+ "id": 21871,
"properties": {
"candles": "2",
"lit": "true",
@@ -106118,7 +106184,7 @@
}
},
{
- "id": 21328,
+ "id": 21872,
"properties": {
"candles": "2",
"lit": "false",
@@ -106126,7 +106192,7 @@
}
},
{
- "id": 21329,
+ "id": 21873,
"properties": {
"candles": "2",
"lit": "false",
@@ -106134,7 +106200,7 @@
}
},
{
- "id": 21330,
+ "id": 21874,
"properties": {
"candles": "3",
"lit": "true",
@@ -106142,7 +106208,7 @@
}
},
{
- "id": 21331,
+ "id": 21875,
"properties": {
"candles": "3",
"lit": "true",
@@ -106150,7 +106216,7 @@
}
},
{
- "id": 21332,
+ "id": 21876,
"properties": {
"candles": "3",
"lit": "false",
@@ -106158,7 +106224,7 @@
}
},
{
- "id": 21333,
+ "id": 21877,
"properties": {
"candles": "3",
"lit": "false",
@@ -106166,7 +106232,7 @@
}
},
{
- "id": 21334,
+ "id": 21878,
"properties": {
"candles": "4",
"lit": "true",
@@ -106174,7 +106240,7 @@
}
},
{
- "id": 21335,
+ "id": 21879,
"properties": {
"candles": "4",
"lit": "true",
@@ -106182,7 +106248,7 @@
}
},
{
- "id": 21336,
+ "id": 21880,
"properties": {
"candles": "4",
"lit": "false",
@@ -106190,7 +106256,7 @@
}
},
{
- "id": 21337,
+ "id": 21881,
"properties": {
"candles": "4",
"lit": "false",
@@ -106213,14 +106279,14 @@
},
"states": [
{
- "id": 21482,
+ "id": 22026,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21483,
+ "id": 22027,
"properties": {
"lit": "false"
}
@@ -106236,7 +106302,7 @@
"states": [
{
"default": true,
- "id": 11070
+ "id": 11614
}
]
},
@@ -106248,7 +106314,7 @@
"states": [
{
"default": true,
- "id": 13204
+ "id": 13748
}
]
},
@@ -106261,7 +106327,7 @@
"states": [
{
"default": true,
- "id": 13220
+ "id": 13764
}
]
},
@@ -106281,25 +106347,25 @@
"states": [
{
"default": true,
- "id": 13161,
+ "id": 13705,
"properties": {
"facing": "north"
}
},
{
- "id": 13162,
+ "id": 13706,
"properties": {
"facing": "south"
}
},
{
- "id": 13163,
+ "id": 13707,
"properties": {
"facing": "west"
}
},
{
- "id": 13164,
+ "id": 13708,
"properties": {
"facing": "east"
}
@@ -106324,38 +106390,38 @@
},
"states": [
{
- "id": 13079,
+ "id": 13623,
"properties": {
"facing": "north"
}
},
{
- "id": 13080,
+ "id": 13624,
"properties": {
"facing": "east"
}
},
{
- "id": 13081,
+ "id": 13625,
"properties": {
"facing": "south"
}
},
{
- "id": 13082,
+ "id": 13626,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13083,
+ "id": 13627,
"properties": {
"facing": "up"
}
},
{
- "id": 13084,
+ "id": 13628,
"properties": {
"facing": "down"
}
@@ -106371,7 +106437,7 @@
"states": [
{
"default": true,
- "id": 6118
+ "id": 6121
}
]
},
@@ -106405,7 +106471,7 @@
},
"states": [
{
- "id": 9851,
+ "id": 10395,
"properties": {
"east": "true",
"north": "true",
@@ -106415,7 +106481,7 @@
}
},
{
- "id": 9852,
+ "id": 10396,
"properties": {
"east": "true",
"north": "true",
@@ -106425,7 +106491,7 @@
}
},
{
- "id": 9853,
+ "id": 10397,
"properties": {
"east": "true",
"north": "true",
@@ -106435,7 +106501,7 @@
}
},
{
- "id": 9854,
+ "id": 10398,
"properties": {
"east": "true",
"north": "true",
@@ -106445,7 +106511,7 @@
}
},
{
- "id": 9855,
+ "id": 10399,
"properties": {
"east": "true",
"north": "true",
@@ -106455,7 +106521,7 @@
}
},
{
- "id": 9856,
+ "id": 10400,
"properties": {
"east": "true",
"north": "true",
@@ -106465,7 +106531,7 @@
}
},
{
- "id": 9857,
+ "id": 10401,
"properties": {
"east": "true",
"north": "true",
@@ -106475,7 +106541,7 @@
}
},
{
- "id": 9858,
+ "id": 10402,
"properties": {
"east": "true",
"north": "true",
@@ -106485,7 +106551,7 @@
}
},
{
- "id": 9859,
+ "id": 10403,
"properties": {
"east": "true",
"north": "false",
@@ -106495,7 +106561,7 @@
}
},
{
- "id": 9860,
+ "id": 10404,
"properties": {
"east": "true",
"north": "false",
@@ -106505,7 +106571,7 @@
}
},
{
- "id": 9861,
+ "id": 10405,
"properties": {
"east": "true",
"north": "false",
@@ -106515,7 +106581,7 @@
}
},
{
- "id": 9862,
+ "id": 10406,
"properties": {
"east": "true",
"north": "false",
@@ -106525,7 +106591,7 @@
}
},
{
- "id": 9863,
+ "id": 10407,
"properties": {
"east": "true",
"north": "false",
@@ -106535,7 +106601,7 @@
}
},
{
- "id": 9864,
+ "id": 10408,
"properties": {
"east": "true",
"north": "false",
@@ -106545,7 +106611,7 @@
}
},
{
- "id": 9865,
+ "id": 10409,
"properties": {
"east": "true",
"north": "false",
@@ -106555,7 +106621,7 @@
}
},
{
- "id": 9866,
+ "id": 10410,
"properties": {
"east": "true",
"north": "false",
@@ -106565,7 +106631,7 @@
}
},
{
- "id": 9867,
+ "id": 10411,
"properties": {
"east": "false",
"north": "true",
@@ -106575,7 +106641,7 @@
}
},
{
- "id": 9868,
+ "id": 10412,
"properties": {
"east": "false",
"north": "true",
@@ -106585,7 +106651,7 @@
}
},
{
- "id": 9869,
+ "id": 10413,
"properties": {
"east": "false",
"north": "true",
@@ -106595,7 +106661,7 @@
}
},
{
- "id": 9870,
+ "id": 10414,
"properties": {
"east": "false",
"north": "true",
@@ -106605,7 +106671,7 @@
}
},
{
- "id": 9871,
+ "id": 10415,
"properties": {
"east": "false",
"north": "true",
@@ -106615,7 +106681,7 @@
}
},
{
- "id": 9872,
+ "id": 10416,
"properties": {
"east": "false",
"north": "true",
@@ -106625,7 +106691,7 @@
}
},
{
- "id": 9873,
+ "id": 10417,
"properties": {
"east": "false",
"north": "true",
@@ -106635,7 +106701,7 @@
}
},
{
- "id": 9874,
+ "id": 10418,
"properties": {
"east": "false",
"north": "true",
@@ -106645,7 +106711,7 @@
}
},
{
- "id": 9875,
+ "id": 10419,
"properties": {
"east": "false",
"north": "false",
@@ -106655,7 +106721,7 @@
}
},
{
- "id": 9876,
+ "id": 10420,
"properties": {
"east": "false",
"north": "false",
@@ -106665,7 +106731,7 @@
}
},
{
- "id": 9877,
+ "id": 10421,
"properties": {
"east": "false",
"north": "false",
@@ -106675,7 +106741,7 @@
}
},
{
- "id": 9878,
+ "id": 10422,
"properties": {
"east": "false",
"north": "false",
@@ -106685,7 +106751,7 @@
}
},
{
- "id": 9879,
+ "id": 10423,
"properties": {
"east": "false",
"north": "false",
@@ -106695,7 +106761,7 @@
}
},
{
- "id": 9880,
+ "id": 10424,
"properties": {
"east": "false",
"north": "false",
@@ -106705,7 +106771,7 @@
}
},
{
- "id": 9881,
+ "id": 10425,
"properties": {
"east": "false",
"north": "false",
@@ -106716,7 +106782,7 @@
},
{
"default": true,
- "id": 9882,
+ "id": 10426,
"properties": {
"east": "false",
"north": "false",
@@ -106735,7 +106801,7 @@
"states": [
{
"default": true,
- "id": 9618
+ "id": 10162
}
]
},
@@ -106756,25 +106822,25 @@
"states": [
{
"default": true,
- "id": 11378,
+ "id": 11922,
"properties": {
"facing": "north"
}
},
{
- "id": 11379,
+ "id": 11923,
"properties": {
"facing": "south"
}
},
{
- "id": 11380,
+ "id": 11924,
"properties": {
"facing": "west"
}
},
{
- "id": 11381,
+ "id": 11925,
"properties": {
"facing": "east"
}
@@ -106822,97 +106888,97 @@
"states": [
{
"default": true,
- "id": 11302,
+ "id": 11846,
"properties": {
"rotation": "0"
}
},
{
- "id": 11303,
+ "id": 11847,
"properties": {
"rotation": "1"
}
},
{
- "id": 11304,
+ "id": 11848,
"properties": {
"rotation": "2"
}
},
{
- "id": 11305,
+ "id": 11849,
"properties": {
"rotation": "3"
}
},
{
- "id": 11306,
+ "id": 11850,
"properties": {
"rotation": "4"
}
},
{
- "id": 11307,
+ "id": 11851,
"properties": {
"rotation": "5"
}
},
{
- "id": 11308,
+ "id": 11852,
"properties": {
"rotation": "6"
}
},
{
- "id": 11309,
+ "id": 11853,
"properties": {
"rotation": "7"
}
},
{
- "id": 11310,
+ "id": 11854,
"properties": {
"rotation": "8"
}
},
{
- "id": 11311,
+ "id": 11855,
"properties": {
"rotation": "9"
}
},
{
- "id": 11312,
+ "id": 11856,
"properties": {
"rotation": "10"
}
},
{
- "id": 11313,
+ "id": 11857,
"properties": {
"rotation": "11"
}
},
{
- "id": 11314,
+ "id": 11858,
"properties": {
"rotation": "12"
}
},
{
- "id": 11315,
+ "id": 11859,
"properties": {
"rotation": "13"
}
},
{
- "id": 11316,
+ "id": 11860,
"properties": {
"rotation": "14"
}
},
{
- "id": 11317,
+ "id": 11861,
"properties": {
"rotation": "15"
}
@@ -107096,7 +107162,7 @@
},
"states": [
{
- "id": 21418,
+ "id": 21962,
"properties": {
"candles": "1",
"lit": "true",
@@ -107104,7 +107170,7 @@
}
},
{
- "id": 21419,
+ "id": 21963,
"properties": {
"candles": "1",
"lit": "true",
@@ -107112,7 +107178,7 @@
}
},
{
- "id": 21420,
+ "id": 21964,
"properties": {
"candles": "1",
"lit": "false",
@@ -107121,7 +107187,7 @@
},
{
"default": true,
- "id": 21421,
+ "id": 21965,
"properties": {
"candles": "1",
"lit": "false",
@@ -107129,7 +107195,7 @@
}
},
{
- "id": 21422,
+ "id": 21966,
"properties": {
"candles": "2",
"lit": "true",
@@ -107137,7 +107203,7 @@
}
},
{
- "id": 21423,
+ "id": 21967,
"properties": {
"candles": "2",
"lit": "true",
@@ -107145,7 +107211,7 @@
}
},
{
- "id": 21424,
+ "id": 21968,
"properties": {
"candles": "2",
"lit": "false",
@@ -107153,7 +107219,7 @@
}
},
{
- "id": 21425,
+ "id": 21969,
"properties": {
"candles": "2",
"lit": "false",
@@ -107161,7 +107227,7 @@
}
},
{
- "id": 21426,
+ "id": 21970,
"properties": {
"candles": "3",
"lit": "true",
@@ -107169,7 +107235,7 @@
}
},
{
- "id": 21427,
+ "id": 21971,
"properties": {
"candles": "3",
"lit": "true",
@@ -107177,7 +107243,7 @@
}
},
{
- "id": 21428,
+ "id": 21972,
"properties": {
"candles": "3",
"lit": "false",
@@ -107185,7 +107251,7 @@
}
},
{
- "id": 21429,
+ "id": 21973,
"properties": {
"candles": "3",
"lit": "false",
@@ -107193,7 +107259,7 @@
}
},
{
- "id": 21430,
+ "id": 21974,
"properties": {
"candles": "4",
"lit": "true",
@@ -107201,7 +107267,7 @@
}
},
{
- "id": 21431,
+ "id": 21975,
"properties": {
"candles": "4",
"lit": "true",
@@ -107209,7 +107275,7 @@
}
},
{
- "id": 21432,
+ "id": 21976,
"properties": {
"candles": "4",
"lit": "false",
@@ -107217,7 +107283,7 @@
}
},
{
- "id": 21433,
+ "id": 21977,
"properties": {
"candles": "4",
"lit": "false",
@@ -107240,14 +107306,14 @@
},
"states": [
{
- "id": 21494,
+ "id": 22038,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21495,
+ "id": 22039,
"properties": {
"lit": "false"
}
@@ -107263,7 +107329,7 @@
"states": [
{
"default": true,
- "id": 11076
+ "id": 11620
}
]
},
@@ -107275,7 +107341,7 @@
"states": [
{
"default": true,
- "id": 13210
+ "id": 13754
}
]
},
@@ -107288,7 +107354,7 @@
"states": [
{
"default": true,
- "id": 13226
+ "id": 13770
}
]
},
@@ -107308,25 +107374,25 @@
"states": [
{
"default": true,
- "id": 13185,
+ "id": 13729,
"properties": {
"facing": "north"
}
},
{
- "id": 13186,
+ "id": 13730,
"properties": {
"facing": "south"
}
},
{
- "id": 13187,
+ "id": 13731,
"properties": {
"facing": "west"
}
},
{
- "id": 13188,
+ "id": 13732,
"properties": {
"facing": "east"
}
@@ -107351,38 +107417,38 @@
},
"states": [
{
- "id": 13115,
+ "id": 13659,
"properties": {
"facing": "north"
}
},
{
- "id": 13116,
+ "id": 13660,
"properties": {
"facing": "east"
}
},
{
- "id": 13117,
+ "id": 13661,
"properties": {
"facing": "south"
}
},
{
- "id": 13118,
+ "id": 13662,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13119,
+ "id": 13663,
"properties": {
"facing": "up"
}
},
{
- "id": 13120,
+ "id": 13664,
"properties": {
"facing": "down"
}
@@ -107398,7 +107464,7 @@
"states": [
{
"default": true,
- "id": 6124
+ "id": 6127
}
]
},
@@ -107432,7 +107498,7 @@
},
"states": [
{
- "id": 10043,
+ "id": 10587,
"properties": {
"east": "true",
"north": "true",
@@ -107442,7 +107508,7 @@
}
},
{
- "id": 10044,
+ "id": 10588,
"properties": {
"east": "true",
"north": "true",
@@ -107452,7 +107518,7 @@
}
},
{
- "id": 10045,
+ "id": 10589,
"properties": {
"east": "true",
"north": "true",
@@ -107462,7 +107528,7 @@
}
},
{
- "id": 10046,
+ "id": 10590,
"properties": {
"east": "true",
"north": "true",
@@ -107472,7 +107538,7 @@
}
},
{
- "id": 10047,
+ "id": 10591,
"properties": {
"east": "true",
"north": "true",
@@ -107482,7 +107548,7 @@
}
},
{
- "id": 10048,
+ "id": 10592,
"properties": {
"east": "true",
"north": "true",
@@ -107492,7 +107558,7 @@
}
},
{
- "id": 10049,
+ "id": 10593,
"properties": {
"east": "true",
"north": "true",
@@ -107502,7 +107568,7 @@
}
},
{
- "id": 10050,
+ "id": 10594,
"properties": {
"east": "true",
"north": "true",
@@ -107512,7 +107578,7 @@
}
},
{
- "id": 10051,
+ "id": 10595,
"properties": {
"east": "true",
"north": "false",
@@ -107522,7 +107588,7 @@
}
},
{
- "id": 10052,
+ "id": 10596,
"properties": {
"east": "true",
"north": "false",
@@ -107532,7 +107598,7 @@
}
},
{
- "id": 10053,
+ "id": 10597,
"properties": {
"east": "true",
"north": "false",
@@ -107542,7 +107608,7 @@
}
},
{
- "id": 10054,
+ "id": 10598,
"properties": {
"east": "true",
"north": "false",
@@ -107552,7 +107618,7 @@
}
},
{
- "id": 10055,
+ "id": 10599,
"properties": {
"east": "true",
"north": "false",
@@ -107562,7 +107628,7 @@
}
},
{
- "id": 10056,
+ "id": 10600,
"properties": {
"east": "true",
"north": "false",
@@ -107572,7 +107638,7 @@
}
},
{
- "id": 10057,
+ "id": 10601,
"properties": {
"east": "true",
"north": "false",
@@ -107582,7 +107648,7 @@
}
},
{
- "id": 10058,
+ "id": 10602,
"properties": {
"east": "true",
"north": "false",
@@ -107592,7 +107658,7 @@
}
},
{
- "id": 10059,
+ "id": 10603,
"properties": {
"east": "false",
"north": "true",
@@ -107602,7 +107668,7 @@
}
},
{
- "id": 10060,
+ "id": 10604,
"properties": {
"east": "false",
"north": "true",
@@ -107612,7 +107678,7 @@
}
},
{
- "id": 10061,
+ "id": 10605,
"properties": {
"east": "false",
"north": "true",
@@ -107622,7 +107688,7 @@
}
},
{
- "id": 10062,
+ "id": 10606,
"properties": {
"east": "false",
"north": "true",
@@ -107632,7 +107698,7 @@
}
},
{
- "id": 10063,
+ "id": 10607,
"properties": {
"east": "false",
"north": "true",
@@ -107642,7 +107708,7 @@
}
},
{
- "id": 10064,
+ "id": 10608,
"properties": {
"east": "false",
"north": "true",
@@ -107652,7 +107718,7 @@
}
},
{
- "id": 10065,
+ "id": 10609,
"properties": {
"east": "false",
"north": "true",
@@ -107662,7 +107728,7 @@
}
},
{
- "id": 10066,
+ "id": 10610,
"properties": {
"east": "false",
"north": "true",
@@ -107672,7 +107738,7 @@
}
},
{
- "id": 10067,
+ "id": 10611,
"properties": {
"east": "false",
"north": "false",
@@ -107682,7 +107748,7 @@
}
},
{
- "id": 10068,
+ "id": 10612,
"properties": {
"east": "false",
"north": "false",
@@ -107692,7 +107758,7 @@
}
},
{
- "id": 10069,
+ "id": 10613,
"properties": {
"east": "false",
"north": "false",
@@ -107702,7 +107768,7 @@
}
},
{
- "id": 10070,
+ "id": 10614,
"properties": {
"east": "false",
"north": "false",
@@ -107712,7 +107778,7 @@
}
},
{
- "id": 10071,
+ "id": 10615,
"properties": {
"east": "false",
"north": "false",
@@ -107722,7 +107788,7 @@
}
},
{
- "id": 10072,
+ "id": 10616,
"properties": {
"east": "false",
"north": "false",
@@ -107732,7 +107798,7 @@
}
},
{
- "id": 10073,
+ "id": 10617,
"properties": {
"east": "false",
"north": "false",
@@ -107743,7 +107809,7 @@
},
{
"default": true,
- "id": 10074,
+ "id": 10618,
"properties": {
"east": "false",
"north": "false",
@@ -107762,7 +107828,7 @@
"states": [
{
"default": true,
- "id": 9624
+ "id": 10168
}
]
},
@@ -107783,25 +107849,25 @@
"states": [
{
"default": true,
- "id": 11402,
+ "id": 11946,
"properties": {
"facing": "north"
}
},
{
- "id": 11403,
+ "id": 11947,
"properties": {
"facing": "south"
}
},
{
- "id": 11404,
+ "id": 11948,
"properties": {
"facing": "west"
}
},
{
- "id": 11405,
+ "id": 11949,
"properties": {
"facing": "east"
}
@@ -107840,28 +107906,28 @@
},
"states": [
{
- "id": 18907,
+ "id": 19451,
"properties": {
"face": "floor",
"facing": "north"
}
},
{
- "id": 18908,
+ "id": 19452,
"properties": {
"face": "floor",
"facing": "south"
}
},
{
- "id": 18909,
+ "id": 19453,
"properties": {
"face": "floor",
"facing": "west"
}
},
{
- "id": 18910,
+ "id": 19454,
"properties": {
"face": "floor",
"facing": "east"
@@ -107869,56 +107935,56 @@
},
{
"default": true,
- "id": 18911,
+ "id": 19455,
"properties": {
"face": "wall",
"facing": "north"
}
},
{
- "id": 18912,
+ "id": 19456,
"properties": {
"face": "wall",
"facing": "south"
}
},
{
- "id": 18913,
+ "id": 19457,
"properties": {
"face": "wall",
"facing": "west"
}
},
{
- "id": 18914,
+ "id": 19458,
"properties": {
"face": "wall",
"facing": "east"
}
},
{
- "id": 18915,
+ "id": 19459,
"properties": {
"face": "ceiling",
"facing": "north"
}
},
{
- "id": 18916,
+ "id": 19460,
"properties": {
"face": "ceiling",
"facing": "south"
}
},
{
- "id": 18917,
+ "id": 19461,
"properties": {
"face": "ceiling",
"facing": "west"
}
},
{
- "id": 18918,
+ "id": 19462,
"properties": {
"face": "ceiling",
"facing": "east"
@@ -107939,14 +108005,14 @@
},
"states": [
{
- "id": 25369,
+ "id": 25913,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25370,
+ "id": 25914,
"properties": {
"waterlogged": "false"
}
@@ -107967,20 +108033,20 @@
},
"states": [
{
- "id": 11060,
+ "id": 11604,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 11061,
+ "id": 11605,
"properties": {
"axis": "y"
}
},
{
- "id": 11062,
+ "id": 11606,
"properties": {
"axis": "z"
}
@@ -108000,14 +108066,14 @@
},
"states": [
{
- "id": 27151,
+ "id": 27695,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 27152,
+ "id": 27696,
"properties": {
"waterlogged": "false"
}
@@ -108044,97 +108110,97 @@
"states": [
{
"default": true,
- "id": 9414,
+ "id": 9958,
"properties": {
"power": "0"
}
},
{
- "id": 9415,
+ "id": 9959,
"properties": {
"power": "1"
}
},
{
- "id": 9416,
+ "id": 9960,
"properties": {
"power": "2"
}
},
{
- "id": 9417,
+ "id": 9961,
"properties": {
"power": "3"
}
},
{
- "id": 9418,
+ "id": 9962,
"properties": {
"power": "4"
}
},
{
- "id": 9419,
+ "id": 9963,
"properties": {
"power": "5"
}
},
{
- "id": 9420,
+ "id": 9964,
"properties": {
"power": "6"
}
},
{
- "id": 9421,
+ "id": 9965,
"properties": {
"power": "7"
}
},
{
- "id": 9422,
+ "id": 9966,
"properties": {
"power": "8"
}
},
{
- "id": 9423,
+ "id": 9967,
"properties": {
"power": "9"
}
},
{
- "id": 9424,
+ "id": 9968,
"properties": {
"power": "10"
}
},
{
- "id": 9425,
+ "id": 9969,
"properties": {
"power": "11"
}
},
{
- "id": 9426,
+ "id": 9970,
"properties": {
"power": "12"
}
},
{
- "id": 9427,
+ "id": 9971,
"properties": {
"power": "13"
}
},
{
- "id": 9428,
+ "id": 9972,
"properties": {
"power": "14"
}
},
{
- "id": 9429,
+ "id": 9973,
"properties": {
"power": "15"
}
@@ -108149,7 +108215,7 @@
"states": [
{
"default": true,
- "id": 19914
+ "id": 20458
}
]
},
@@ -108161,7 +108227,7 @@
"states": [
{
"default": true,
- "id": 19915
+ "id": 20459
}
]
},
@@ -108186,70 +108252,70 @@
"states": [
{
"default": true,
- "id": 9480,
+ "id": 10024,
"properties": {
"enabled": "true",
"facing": "down"
}
},
{
- "id": 9481,
+ "id": 10025,
"properties": {
"enabled": "true",
"facing": "north"
}
},
{
- "id": 9482,
+ "id": 10026,
"properties": {
"enabled": "true",
"facing": "south"
}
},
{
- "id": 9483,
+ "id": 10027,
"properties": {
"enabled": "true",
"facing": "west"
}
},
{
- "id": 9484,
+ "id": 10028,
"properties": {
"enabled": "true",
"facing": "east"
}
},
{
- "id": 9485,
+ "id": 10029,
"properties": {
"enabled": "false",
"facing": "down"
}
},
{
- "id": 9486,
+ "id": 10030,
"properties": {
"enabled": "false",
"facing": "north"
}
},
{
- "id": 9487,
+ "id": 10031,
"properties": {
"enabled": "false",
"facing": "south"
}
},
{
- "id": 9488,
+ "id": 10032,
"properties": {
"enabled": "false",
"facing": "west"
}
},
{
- "id": 9489,
+ "id": 10033,
"properties": {
"enabled": "false",
"facing": "east"
@@ -108272,13 +108338,13 @@
"states": [
{
"default": true,
- "id": 13300,
+ "id": 13844,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13301,
+ "id": 13845,
"properties": {
"waterlogged": "false"
}
@@ -108294,7 +108360,7 @@
"states": [
{
"default": true,
- "id": 13281
+ "id": 13825
}
]
},
@@ -108313,13 +108379,13 @@
"states": [
{
"default": true,
- "id": 13320,
+ "id": 13864,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13321,
+ "id": 13865,
"properties": {
"waterlogged": "false"
}
@@ -108347,56 +108413,56 @@
"states": [
{
"default": true,
- "id": 13394,
+ "id": 13938,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13395,
+ "id": 13939,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13396,
+ "id": 13940,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13397,
+ "id": 13941,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13398,
+ "id": 13942,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13399,
+ "id": 13943,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13400,
+ "id": 13944,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13401,
+ "id": 13945,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -108412,7 +108478,7 @@
"states": [
{
"default": true,
- "id": 5946
+ "id": 5949
}
]
},
@@ -108425,7 +108491,7 @@
"states": [
{
"default": true,
- "id": 6778
+ "id": 6781
}
]
},
@@ -108438,7 +108504,7 @@
"states": [
{
"default": true,
- "id": 6774
+ "id": 6777
}
]
},
@@ -108451,7 +108517,7 @@
"states": [
{
"default": true,
- "id": 6777
+ "id": 6780
}
]
},
@@ -108470,20 +108536,20 @@
},
"states": [
{
- "id": 27023,
+ "id": 27567,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27024,
+ "id": 27568,
"properties": {
"axis": "y"
}
},
{
- "id": 27025,
+ "id": 27569,
"properties": {
"axis": "z"
}
@@ -108499,7 +108565,7 @@
"states": [
{
"default": true,
- "id": 6776
+ "id": 6779
}
]
},
@@ -108512,7 +108578,7 @@
"states": [
{
"default": true,
- "id": 6773
+ "id": 6776
}
]
},
@@ -108525,7 +108591,7 @@
"states": [
{
"default": true,
- "id": 6775
+ "id": 6778
}
]
},
@@ -108557,44 +108623,14 @@
]
},
"states": [
- {
- "id": 6971,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 6972,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 6973,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
{
"id": 6974,
"properties": {
"east": "true",
"north": "true",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -108602,9 +108638,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -108612,9 +108648,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -108622,9 +108658,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -108633,38 +108669,38 @@
"east": "true",
"north": "true",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 6979,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6980,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 6981,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -108673,8 +108709,8 @@
"east": "true",
"north": "false",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -108682,9 +108718,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -108692,9 +108728,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -108702,9 +108738,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -108713,48 +108749,48 @@
"east": "true",
"north": "false",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 6987,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 6988,
- "properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"waterlogged": "true",
"west": "false"
}
},
{
- "id": 6989,
+ "id": 6988,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"waterlogged": "false",
"west": "true"
}
},
+ {
+ "id": 6989,
+ "properties": {
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
{
"id": 6990,
"properties": {
"east": "false",
"north": "true",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -108762,9 +108798,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -108772,9 +108808,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -108782,9 +108818,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -108793,42 +108829,72 @@
"east": "false",
"north": "true",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 6995,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6996,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 6997,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6998,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 6999,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7000,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7001,
"properties": {
"east": "false",
"north": "false",
@@ -108838,7 +108904,7 @@
}
},
{
- "id": 6999,
+ "id": 7002,
"properties": {
"east": "false",
"north": "false",
@@ -108848,7 +108914,7 @@
}
},
{
- "id": 7000,
+ "id": 7003,
"properties": {
"east": "false",
"north": "false",
@@ -108858,7 +108924,7 @@
}
},
{
- "id": 7001,
+ "id": 7004,
"properties": {
"east": "false",
"north": "false",
@@ -108869,7 +108935,7 @@
},
{
"default": true,
- "id": 7002,
+ "id": 7005,
"properties": {
"east": "false",
"north": "false",
@@ -108923,44 +108989,14 @@
]
},
"states": [
- {
- "id": 5816,
- "properties": {
- "facing": "north",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 5817,
- "properties": {
- "facing": "north",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 5818,
- "properties": {
- "facing": "north",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
{
"id": 5819,
"properties": {
"facing": "north",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -108968,9 +109004,9 @@
"properties": {
"facing": "north",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -108978,9 +109014,9 @@
"properties": {
"facing": "north",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -108988,13 +109024,43 @@
"properties": {
"facing": "north",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 5823,
+ "properties": {
+ "facing": "north",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5824,
+ "properties": {
+ "facing": "north",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5825,
+ "properties": {
+ "facing": "north",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5826,
"properties": {
"facing": "north",
"half": "upper",
@@ -109004,7 +109070,7 @@
}
},
{
- "id": 5824,
+ "id": 5827,
"properties": {
"facing": "north",
"half": "lower",
@@ -109014,7 +109080,7 @@
}
},
{
- "id": 5825,
+ "id": 5828,
"properties": {
"facing": "north",
"half": "lower",
@@ -109024,7 +109090,7 @@
}
},
{
- "id": 5826,
+ "id": 5829,
"properties": {
"facing": "north",
"half": "lower",
@@ -109035,7 +109101,7 @@
},
{
"default": true,
- "id": 5827,
+ "id": 5830,
"properties": {
"facing": "north",
"half": "lower",
@@ -109044,84 +109110,54 @@
"powered": "false"
}
},
- {
- "id": 5828,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 5829,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 5830,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
{
"id": 5831,
"properties": {
"facing": "north",
"half": "lower",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 5832,
"properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 5833,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
+ "facing": "north",
+ "half": "lower",
+ "hinge": "right",
"open": "true",
"powered": "false"
}
},
{
- "id": 5834,
+ "id": 5833,
"properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
+ "facing": "north",
+ "half": "lower",
+ "hinge": "right",
"open": "false",
"powered": "true"
}
},
+ {
+ "id": 5834,
+ "properties": {
+ "facing": "north",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
{
"id": 5835,
"properties": {
"facing": "south",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -109129,9 +109165,9 @@
"properties": {
"facing": "south",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109139,9 +109175,9 @@
"properties": {
"facing": "south",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -109149,9 +109185,9 @@
"properties": {
"facing": "south",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109160,38 +109196,38 @@
"facing": "south",
"half": "upper",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 5840,
"properties": {
"facing": "south",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 5841,
"properties": {
"facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
}
},
{
"id": 5842,
"properties": {
"facing": "south",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109200,8 +109236,8 @@
"facing": "south",
"half": "lower",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -109209,9 +109245,9 @@
"properties": {
"facing": "south",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109219,9 +109255,9 @@
"properties": {
"facing": "south",
"half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -109229,9 +109265,9 @@
"properties": {
"facing": "south",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109240,48 +109276,48 @@
"facing": "south",
"half": "lower",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 5848,
"properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 5849,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
"open": "true",
"powered": "false"
}
},
{
- "id": 5850,
+ "id": 5849,
"properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
"open": "false",
"powered": "true"
}
},
+ {
+ "id": 5850,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
{
"id": 5851,
"properties": {
"facing": "west",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -109289,9 +109325,9 @@
"properties": {
"facing": "west",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109299,9 +109335,9 @@
"properties": {
"facing": "west",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -109309,9 +109345,9 @@
"properties": {
"facing": "west",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109320,38 +109356,38 @@
"facing": "west",
"half": "upper",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 5856,
"properties": {
"facing": "west",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 5857,
"properties": {
"facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
}
},
{
"id": 5858,
"properties": {
"facing": "west",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109360,8 +109396,8 @@
"facing": "west",
"half": "lower",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -109369,9 +109405,9 @@
"properties": {
"facing": "west",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109379,9 +109415,9 @@
"properties": {
"facing": "west",
"half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -109389,9 +109425,9 @@
"properties": {
"facing": "west",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109400,48 +109436,48 @@
"facing": "west",
"half": "lower",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 5864,
"properties": {
- "facing": "east",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 5865,
- "properties": {
- "facing": "east",
- "half": "upper",
- "hinge": "left",
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
"open": "true",
"powered": "false"
}
},
{
- "id": 5866,
+ "id": 5865,
"properties": {
- "facing": "east",
- "half": "upper",
- "hinge": "left",
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
"open": "false",
"powered": "true"
}
},
+ {
+ "id": 5866,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
{
"id": 5867,
"properties": {
"facing": "east",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -109449,9 +109485,9 @@
"properties": {
"facing": "east",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109459,9 +109495,9 @@
"properties": {
"facing": "east",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -109469,9 +109505,9 @@
"properties": {
"facing": "east",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109480,38 +109516,38 @@
"facing": "east",
"half": "upper",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 5872,
"properties": {
"facing": "east",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 5873,
"properties": {
"facing": "east",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
}
},
{
"id": 5874,
"properties": {
"facing": "east",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -109520,12 +109556,42 @@
"facing": "east",
"half": "lower",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 5876,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5877,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5878,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5879,
"properties": {
"facing": "east",
"half": "lower",
@@ -109535,7 +109601,7 @@
}
},
{
- "id": 5877,
+ "id": 5880,
"properties": {
"facing": "east",
"half": "lower",
@@ -109545,7 +109611,7 @@
}
},
{
- "id": 5878,
+ "id": 5881,
"properties": {
"facing": "east",
"half": "lower",
@@ -109555,7 +109621,7 @@
}
},
{
- "id": 5879,
+ "id": 5882,
"properties": {
"facing": "east",
"half": "lower",
@@ -109611,7 +109677,7 @@
},
"states": [
{
- "id": 10734,
+ "id": 11278,
"properties": {
"facing": "north",
"half": "top",
@@ -109621,7 +109687,7 @@
}
},
{
- "id": 10735,
+ "id": 11279,
"properties": {
"facing": "north",
"half": "top",
@@ -109631,7 +109697,7 @@
}
},
{
- "id": 10736,
+ "id": 11280,
"properties": {
"facing": "north",
"half": "top",
@@ -109641,7 +109707,7 @@
}
},
{
- "id": 10737,
+ "id": 11281,
"properties": {
"facing": "north",
"half": "top",
@@ -109651,7 +109717,7 @@
}
},
{
- "id": 10738,
+ "id": 11282,
"properties": {
"facing": "north",
"half": "top",
@@ -109661,7 +109727,7 @@
}
},
{
- "id": 10739,
+ "id": 11283,
"properties": {
"facing": "north",
"half": "top",
@@ -109671,7 +109737,7 @@
}
},
{
- "id": 10740,
+ "id": 11284,
"properties": {
"facing": "north",
"half": "top",
@@ -109681,7 +109747,7 @@
}
},
{
- "id": 10741,
+ "id": 11285,
"properties": {
"facing": "north",
"half": "top",
@@ -109691,7 +109757,7 @@
}
},
{
- "id": 10742,
+ "id": 11286,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109701,7 +109767,7 @@
}
},
{
- "id": 10743,
+ "id": 11287,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109711,7 +109777,7 @@
}
},
{
- "id": 10744,
+ "id": 11288,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109721,7 +109787,7 @@
}
},
{
- "id": 10745,
+ "id": 11289,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109731,7 +109797,7 @@
}
},
{
- "id": 10746,
+ "id": 11290,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109741,7 +109807,7 @@
}
},
{
- "id": 10747,
+ "id": 11291,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109751,7 +109817,7 @@
}
},
{
- "id": 10748,
+ "id": 11292,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109762,7 +109828,7 @@
},
{
"default": true,
- "id": 10749,
+ "id": 11293,
"properties": {
"facing": "north",
"half": "bottom",
@@ -109772,7 +109838,7 @@
}
},
{
- "id": 10750,
+ "id": 11294,
"properties": {
"facing": "south",
"half": "top",
@@ -109782,7 +109848,7 @@
}
},
{
- "id": 10751,
+ "id": 11295,
"properties": {
"facing": "south",
"half": "top",
@@ -109792,7 +109858,7 @@
}
},
{
- "id": 10752,
+ "id": 11296,
"properties": {
"facing": "south",
"half": "top",
@@ -109802,7 +109868,7 @@
}
},
{
- "id": 10753,
+ "id": 11297,
"properties": {
"facing": "south",
"half": "top",
@@ -109812,7 +109878,7 @@
}
},
{
- "id": 10754,
+ "id": 11298,
"properties": {
"facing": "south",
"half": "top",
@@ -109822,7 +109888,7 @@
}
},
{
- "id": 10755,
+ "id": 11299,
"properties": {
"facing": "south",
"half": "top",
@@ -109832,7 +109898,7 @@
}
},
{
- "id": 10756,
+ "id": 11300,
"properties": {
"facing": "south",
"half": "top",
@@ -109842,7 +109908,7 @@
}
},
{
- "id": 10757,
+ "id": 11301,
"properties": {
"facing": "south",
"half": "top",
@@ -109852,7 +109918,7 @@
}
},
{
- "id": 10758,
+ "id": 11302,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109862,7 +109928,7 @@
}
},
{
- "id": 10759,
+ "id": 11303,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109872,7 +109938,7 @@
}
},
{
- "id": 10760,
+ "id": 11304,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109882,7 +109948,7 @@
}
},
{
- "id": 10761,
+ "id": 11305,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109892,7 +109958,7 @@
}
},
{
- "id": 10762,
+ "id": 11306,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109902,7 +109968,7 @@
}
},
{
- "id": 10763,
+ "id": 11307,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109912,7 +109978,7 @@
}
},
{
- "id": 10764,
+ "id": 11308,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109922,7 +109988,7 @@
}
},
{
- "id": 10765,
+ "id": 11309,
"properties": {
"facing": "south",
"half": "bottom",
@@ -109932,7 +109998,7 @@
}
},
{
- "id": 10766,
+ "id": 11310,
"properties": {
"facing": "west",
"half": "top",
@@ -109942,7 +110008,7 @@
}
},
{
- "id": 10767,
+ "id": 11311,
"properties": {
"facing": "west",
"half": "top",
@@ -109952,7 +110018,7 @@
}
},
{
- "id": 10768,
+ "id": 11312,
"properties": {
"facing": "west",
"half": "top",
@@ -109962,7 +110028,7 @@
}
},
{
- "id": 10769,
+ "id": 11313,
"properties": {
"facing": "west",
"half": "top",
@@ -109972,7 +110038,7 @@
}
},
{
- "id": 10770,
+ "id": 11314,
"properties": {
"facing": "west",
"half": "top",
@@ -109982,7 +110048,7 @@
}
},
{
- "id": 10771,
+ "id": 11315,
"properties": {
"facing": "west",
"half": "top",
@@ -109992,7 +110058,7 @@
}
},
{
- "id": 10772,
+ "id": 11316,
"properties": {
"facing": "west",
"half": "top",
@@ -110002,7 +110068,7 @@
}
},
{
- "id": 10773,
+ "id": 11317,
"properties": {
"facing": "west",
"half": "top",
@@ -110012,7 +110078,7 @@
}
},
{
- "id": 10774,
+ "id": 11318,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110022,7 +110088,7 @@
}
},
{
- "id": 10775,
+ "id": 11319,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110032,7 +110098,7 @@
}
},
{
- "id": 10776,
+ "id": 11320,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110042,7 +110108,7 @@
}
},
{
- "id": 10777,
+ "id": 11321,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110052,7 +110118,7 @@
}
},
{
- "id": 10778,
+ "id": 11322,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110062,7 +110128,7 @@
}
},
{
- "id": 10779,
+ "id": 11323,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110072,7 +110138,7 @@
}
},
{
- "id": 10780,
+ "id": 11324,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110082,7 +110148,7 @@
}
},
{
- "id": 10781,
+ "id": 11325,
"properties": {
"facing": "west",
"half": "bottom",
@@ -110092,7 +110158,7 @@
}
},
{
- "id": 10782,
+ "id": 11326,
"properties": {
"facing": "east",
"half": "top",
@@ -110102,7 +110168,7 @@
}
},
{
- "id": 10783,
+ "id": 11327,
"properties": {
"facing": "east",
"half": "top",
@@ -110112,7 +110178,7 @@
}
},
{
- "id": 10784,
+ "id": 11328,
"properties": {
"facing": "east",
"half": "top",
@@ -110122,7 +110188,7 @@
}
},
{
- "id": 10785,
+ "id": 11329,
"properties": {
"facing": "east",
"half": "top",
@@ -110132,7 +110198,7 @@
}
},
{
- "id": 10786,
+ "id": 11330,
"properties": {
"facing": "east",
"half": "top",
@@ -110142,7 +110208,7 @@
}
},
{
- "id": 10787,
+ "id": 11331,
"properties": {
"facing": "east",
"half": "top",
@@ -110152,7 +110218,7 @@
}
},
{
- "id": 10788,
+ "id": 11332,
"properties": {
"facing": "east",
"half": "top",
@@ -110162,7 +110228,7 @@
}
},
{
- "id": 10789,
+ "id": 11333,
"properties": {
"facing": "east",
"half": "top",
@@ -110172,7 +110238,7 @@
}
},
{
- "id": 10790,
+ "id": 11334,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110182,7 +110248,7 @@
}
},
{
- "id": 10791,
+ "id": 11335,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110192,7 +110258,7 @@
}
},
{
- "id": 10792,
+ "id": 11336,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110202,7 +110268,7 @@
}
},
{
- "id": 10793,
+ "id": 11337,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110212,7 +110278,7 @@
}
},
{
- "id": 10794,
+ "id": 11338,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110222,7 +110288,7 @@
}
},
{
- "id": 10795,
+ "id": 11339,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110232,7 +110298,7 @@
}
},
{
- "id": 10796,
+ "id": 11340,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110242,7 +110308,7 @@
}
},
{
- "id": 10797,
+ "id": 11341,
"properties": {
"facing": "east",
"half": "bottom",
@@ -110269,25 +110335,25 @@
"states": [
{
"default": true,
- "id": 6036,
+ "id": 6039,
"properties": {
"facing": "north"
}
},
{
- "id": 6037,
+ "id": 6040,
"properties": {
"facing": "south"
}
},
{
- "id": 6038,
+ "id": 6041,
"properties": {
"facing": "west"
}
},
{
- "id": 6039,
+ "id": 6042,
"properties": {
"facing": "east"
}
@@ -110317,74 +110383,74 @@
},
"states": [
{
- "id": 19829,
+ "id": 20373,
"properties": {
"orientation": "down_east"
}
},
{
- "id": 19830,
+ "id": 20374,
"properties": {
"orientation": "down_north"
}
},
{
- "id": 19831,
+ "id": 20375,
"properties": {
"orientation": "down_south"
}
},
{
- "id": 19832,
+ "id": 20376,
"properties": {
"orientation": "down_west"
}
},
{
- "id": 19833,
+ "id": 20377,
"properties": {
"orientation": "up_east"
}
},
{
- "id": 19834,
+ "id": 20378,
"properties": {
"orientation": "up_north"
}
},
{
- "id": 19835,
+ "id": 20379,
"properties": {
"orientation": "up_south"
}
},
{
- "id": 19836,
+ "id": 20380,
"properties": {
"orientation": "up_west"
}
},
{
- "id": 19837,
+ "id": 20381,
"properties": {
"orientation": "west_up"
}
},
{
- "id": 19838,
+ "id": 20382,
"properties": {
"orientation": "east_up"
}
},
{
"default": true,
- "id": 19839,
+ "id": 20383,
"properties": {
"orientation": "north_up"
}
},
{
- "id": 19840,
+ "id": 20384,
"properties": {
"orientation": "south_up"
}
@@ -110404,14 +110470,14 @@
},
"states": [
{
- "id": 5981,
+ "id": 5984,
"properties": {
"has_record": "true"
}
},
{
"default": true,
- "id": 5982,
+ "id": 5985,
"properties": {
"has_record": "false"
}
@@ -110444,7 +110510,7 @@
},
"states": [
{
- "id": 8914,
+ "id": 9458,
"properties": {
"face": "floor",
"facing": "north",
@@ -110452,7 +110518,7 @@
}
},
{
- "id": 8915,
+ "id": 9459,
"properties": {
"face": "floor",
"facing": "north",
@@ -110460,7 +110526,7 @@
}
},
{
- "id": 8916,
+ "id": 9460,
"properties": {
"face": "floor",
"facing": "south",
@@ -110468,7 +110534,7 @@
}
},
{
- "id": 8917,
+ "id": 9461,
"properties": {
"face": "floor",
"facing": "south",
@@ -110476,7 +110542,7 @@
}
},
{
- "id": 8918,
+ "id": 9462,
"properties": {
"face": "floor",
"facing": "west",
@@ -110484,7 +110550,7 @@
}
},
{
- "id": 8919,
+ "id": 9463,
"properties": {
"face": "floor",
"facing": "west",
@@ -110492,7 +110558,7 @@
}
},
{
- "id": 8920,
+ "id": 9464,
"properties": {
"face": "floor",
"facing": "east",
@@ -110500,7 +110566,7 @@
}
},
{
- "id": 8921,
+ "id": 9465,
"properties": {
"face": "floor",
"facing": "east",
@@ -110508,7 +110574,7 @@
}
},
{
- "id": 8922,
+ "id": 9466,
"properties": {
"face": "wall",
"facing": "north",
@@ -110517,7 +110583,7 @@
},
{
"default": true,
- "id": 8923,
+ "id": 9467,
"properties": {
"face": "wall",
"facing": "north",
@@ -110525,7 +110591,7 @@
}
},
{
- "id": 8924,
+ "id": 9468,
"properties": {
"face": "wall",
"facing": "south",
@@ -110533,7 +110599,7 @@
}
},
{
- "id": 8925,
+ "id": 9469,
"properties": {
"face": "wall",
"facing": "south",
@@ -110541,7 +110607,7 @@
}
},
{
- "id": 8926,
+ "id": 9470,
"properties": {
"face": "wall",
"facing": "west",
@@ -110549,7 +110615,7 @@
}
},
{
- "id": 8927,
+ "id": 9471,
"properties": {
"face": "wall",
"facing": "west",
@@ -110557,7 +110623,7 @@
}
},
{
- "id": 8928,
+ "id": 9472,
"properties": {
"face": "wall",
"facing": "east",
@@ -110565,7 +110631,7 @@
}
},
{
- "id": 8929,
+ "id": 9473,
"properties": {
"face": "wall",
"facing": "east",
@@ -110573,7 +110639,7 @@
}
},
{
- "id": 8930,
+ "id": 9474,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -110581,7 +110647,7 @@
}
},
{
- "id": 8931,
+ "id": 9475,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -110589,7 +110655,7 @@
}
},
{
- "id": 8932,
+ "id": 9476,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -110597,7 +110663,7 @@
}
},
{
- "id": 8933,
+ "id": 9477,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -110605,7 +110671,7 @@
}
},
{
- "id": 8934,
+ "id": 9478,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -110613,7 +110679,7 @@
}
},
{
- "id": 8935,
+ "id": 9479,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -110621,7 +110687,7 @@
}
},
{
- "id": 8936,
+ "id": 9480,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -110629,7 +110695,7 @@
}
},
{
- "id": 8937,
+ "id": 9481,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -110670,7 +110736,7 @@
},
"states": [
{
- "id": 12355,
+ "id": 12899,
"properties": {
"facing": "north",
"half": "upper",
@@ -110680,7 +110746,7 @@
}
},
{
- "id": 12356,
+ "id": 12900,
"properties": {
"facing": "north",
"half": "upper",
@@ -110690,7 +110756,7 @@
}
},
{
- "id": 12357,
+ "id": 12901,
"properties": {
"facing": "north",
"half": "upper",
@@ -110700,7 +110766,7 @@
}
},
{
- "id": 12358,
+ "id": 12902,
"properties": {
"facing": "north",
"half": "upper",
@@ -110710,7 +110776,7 @@
}
},
{
- "id": 12359,
+ "id": 12903,
"properties": {
"facing": "north",
"half": "upper",
@@ -110720,7 +110786,7 @@
}
},
{
- "id": 12360,
+ "id": 12904,
"properties": {
"facing": "north",
"half": "upper",
@@ -110730,7 +110796,7 @@
}
},
{
- "id": 12361,
+ "id": 12905,
"properties": {
"facing": "north",
"half": "upper",
@@ -110740,7 +110806,7 @@
}
},
{
- "id": 12362,
+ "id": 12906,
"properties": {
"facing": "north",
"half": "upper",
@@ -110750,7 +110816,7 @@
}
},
{
- "id": 12363,
+ "id": 12907,
"properties": {
"facing": "north",
"half": "lower",
@@ -110760,7 +110826,7 @@
}
},
{
- "id": 12364,
+ "id": 12908,
"properties": {
"facing": "north",
"half": "lower",
@@ -110770,7 +110836,7 @@
}
},
{
- "id": 12365,
+ "id": 12909,
"properties": {
"facing": "north",
"half": "lower",
@@ -110781,7 +110847,7 @@
},
{
"default": true,
- "id": 12366,
+ "id": 12910,
"properties": {
"facing": "north",
"half": "lower",
@@ -110791,7 +110857,7 @@
}
},
{
- "id": 12367,
+ "id": 12911,
"properties": {
"facing": "north",
"half": "lower",
@@ -110801,7 +110867,7 @@
}
},
{
- "id": 12368,
+ "id": 12912,
"properties": {
"facing": "north",
"half": "lower",
@@ -110811,7 +110877,7 @@
}
},
{
- "id": 12369,
+ "id": 12913,
"properties": {
"facing": "north",
"half": "lower",
@@ -110821,7 +110887,7 @@
}
},
{
- "id": 12370,
+ "id": 12914,
"properties": {
"facing": "north",
"half": "lower",
@@ -110831,7 +110897,7 @@
}
},
{
- "id": 12371,
+ "id": 12915,
"properties": {
"facing": "south",
"half": "upper",
@@ -110841,7 +110907,7 @@
}
},
{
- "id": 12372,
+ "id": 12916,
"properties": {
"facing": "south",
"half": "upper",
@@ -110851,7 +110917,7 @@
}
},
{
- "id": 12373,
+ "id": 12917,
"properties": {
"facing": "south",
"half": "upper",
@@ -110861,7 +110927,7 @@
}
},
{
- "id": 12374,
+ "id": 12918,
"properties": {
"facing": "south",
"half": "upper",
@@ -110871,7 +110937,7 @@
}
},
{
- "id": 12375,
+ "id": 12919,
"properties": {
"facing": "south",
"half": "upper",
@@ -110881,7 +110947,7 @@
}
},
{
- "id": 12376,
+ "id": 12920,
"properties": {
"facing": "south",
"half": "upper",
@@ -110891,7 +110957,7 @@
}
},
{
- "id": 12377,
+ "id": 12921,
"properties": {
"facing": "south",
"half": "upper",
@@ -110901,7 +110967,7 @@
}
},
{
- "id": 12378,
+ "id": 12922,
"properties": {
"facing": "south",
"half": "upper",
@@ -110911,7 +110977,7 @@
}
},
{
- "id": 12379,
+ "id": 12923,
"properties": {
"facing": "south",
"half": "lower",
@@ -110921,7 +110987,7 @@
}
},
{
- "id": 12380,
+ "id": 12924,
"properties": {
"facing": "south",
"half": "lower",
@@ -110931,7 +110997,7 @@
}
},
{
- "id": 12381,
+ "id": 12925,
"properties": {
"facing": "south",
"half": "lower",
@@ -110941,7 +111007,7 @@
}
},
{
- "id": 12382,
+ "id": 12926,
"properties": {
"facing": "south",
"half": "lower",
@@ -110951,7 +111017,7 @@
}
},
{
- "id": 12383,
+ "id": 12927,
"properties": {
"facing": "south",
"half": "lower",
@@ -110961,7 +111027,7 @@
}
},
{
- "id": 12384,
+ "id": 12928,
"properties": {
"facing": "south",
"half": "lower",
@@ -110971,7 +111037,7 @@
}
},
{
- "id": 12385,
+ "id": 12929,
"properties": {
"facing": "south",
"half": "lower",
@@ -110981,7 +111047,7 @@
}
},
{
- "id": 12386,
+ "id": 12930,
"properties": {
"facing": "south",
"half": "lower",
@@ -110991,7 +111057,7 @@
}
},
{
- "id": 12387,
+ "id": 12931,
"properties": {
"facing": "west",
"half": "upper",
@@ -111001,7 +111067,7 @@
}
},
{
- "id": 12388,
+ "id": 12932,
"properties": {
"facing": "west",
"half": "upper",
@@ -111011,7 +111077,7 @@
}
},
{
- "id": 12389,
+ "id": 12933,
"properties": {
"facing": "west",
"half": "upper",
@@ -111021,7 +111087,7 @@
}
},
{
- "id": 12390,
+ "id": 12934,
"properties": {
"facing": "west",
"half": "upper",
@@ -111031,7 +111097,7 @@
}
},
{
- "id": 12391,
+ "id": 12935,
"properties": {
"facing": "west",
"half": "upper",
@@ -111041,7 +111107,7 @@
}
},
{
- "id": 12392,
+ "id": 12936,
"properties": {
"facing": "west",
"half": "upper",
@@ -111051,7 +111117,7 @@
}
},
{
- "id": 12393,
+ "id": 12937,
"properties": {
"facing": "west",
"half": "upper",
@@ -111061,7 +111127,7 @@
}
},
{
- "id": 12394,
+ "id": 12938,
"properties": {
"facing": "west",
"half": "upper",
@@ -111071,7 +111137,7 @@
}
},
{
- "id": 12395,
+ "id": 12939,
"properties": {
"facing": "west",
"half": "lower",
@@ -111081,7 +111147,7 @@
}
},
{
- "id": 12396,
+ "id": 12940,
"properties": {
"facing": "west",
"half": "lower",
@@ -111091,7 +111157,7 @@
}
},
{
- "id": 12397,
+ "id": 12941,
"properties": {
"facing": "west",
"half": "lower",
@@ -111101,7 +111167,7 @@
}
},
{
- "id": 12398,
+ "id": 12942,
"properties": {
"facing": "west",
"half": "lower",
@@ -111111,7 +111177,7 @@
}
},
{
- "id": 12399,
+ "id": 12943,
"properties": {
"facing": "west",
"half": "lower",
@@ -111121,7 +111187,7 @@
}
},
{
- "id": 12400,
+ "id": 12944,
"properties": {
"facing": "west",
"half": "lower",
@@ -111131,7 +111197,7 @@
}
},
{
- "id": 12401,
+ "id": 12945,
"properties": {
"facing": "west",
"half": "lower",
@@ -111141,7 +111207,7 @@
}
},
{
- "id": 12402,
+ "id": 12946,
"properties": {
"facing": "west",
"half": "lower",
@@ -111151,7 +111217,7 @@
}
},
{
- "id": 12403,
+ "id": 12947,
"properties": {
"facing": "east",
"half": "upper",
@@ -111161,7 +111227,7 @@
}
},
{
- "id": 12404,
+ "id": 12948,
"properties": {
"facing": "east",
"half": "upper",
@@ -111171,7 +111237,7 @@
}
},
{
- "id": 12405,
+ "id": 12949,
"properties": {
"facing": "east",
"half": "upper",
@@ -111181,7 +111247,7 @@
}
},
{
- "id": 12406,
+ "id": 12950,
"properties": {
"facing": "east",
"half": "upper",
@@ -111191,7 +111257,7 @@
}
},
{
- "id": 12407,
+ "id": 12951,
"properties": {
"facing": "east",
"half": "upper",
@@ -111201,7 +111267,7 @@
}
},
{
- "id": 12408,
+ "id": 12952,
"properties": {
"facing": "east",
"half": "upper",
@@ -111211,7 +111277,7 @@
}
},
{
- "id": 12409,
+ "id": 12953,
"properties": {
"facing": "east",
"half": "upper",
@@ -111221,7 +111287,7 @@
}
},
{
- "id": 12410,
+ "id": 12954,
"properties": {
"facing": "east",
"half": "upper",
@@ -111231,7 +111297,7 @@
}
},
{
- "id": 12411,
+ "id": 12955,
"properties": {
"facing": "east",
"half": "lower",
@@ -111241,7 +111307,7 @@
}
},
{
- "id": 12412,
+ "id": 12956,
"properties": {
"facing": "east",
"half": "lower",
@@ -111251,7 +111317,7 @@
}
},
{
- "id": 12413,
+ "id": 12957,
"properties": {
"facing": "east",
"half": "lower",
@@ -111261,7 +111327,7 @@
}
},
{
- "id": 12414,
+ "id": 12958,
"properties": {
"facing": "east",
"half": "lower",
@@ -111271,7 +111337,7 @@
}
},
{
- "id": 12415,
+ "id": 12959,
"properties": {
"facing": "east",
"half": "lower",
@@ -111281,7 +111347,7 @@
}
},
{
- "id": 12416,
+ "id": 12960,
"properties": {
"facing": "east",
"half": "lower",
@@ -111291,7 +111357,7 @@
}
},
{
- "id": 12417,
+ "id": 12961,
"properties": {
"facing": "east",
"half": "lower",
@@ -111301,7 +111367,7 @@
}
},
{
- "id": 12418,
+ "id": 12962,
"properties": {
"facing": "east",
"half": "lower",
@@ -111341,7 +111407,7 @@
},
"states": [
{
- "id": 12003,
+ "id": 12547,
"properties": {
"east": "true",
"north": "true",
@@ -111351,7 +111417,7 @@
}
},
{
- "id": 12004,
+ "id": 12548,
"properties": {
"east": "true",
"north": "true",
@@ -111361,7 +111427,7 @@
}
},
{
- "id": 12005,
+ "id": 12549,
"properties": {
"east": "true",
"north": "true",
@@ -111371,7 +111437,7 @@
}
},
{
- "id": 12006,
+ "id": 12550,
"properties": {
"east": "true",
"north": "true",
@@ -111381,7 +111447,7 @@
}
},
{
- "id": 12007,
+ "id": 12551,
"properties": {
"east": "true",
"north": "true",
@@ -111391,7 +111457,7 @@
}
},
{
- "id": 12008,
+ "id": 12552,
"properties": {
"east": "true",
"north": "true",
@@ -111401,7 +111467,7 @@
}
},
{
- "id": 12009,
+ "id": 12553,
"properties": {
"east": "true",
"north": "true",
@@ -111411,7 +111477,7 @@
}
},
{
- "id": 12010,
+ "id": 12554,
"properties": {
"east": "true",
"north": "true",
@@ -111421,7 +111487,7 @@
}
},
{
- "id": 12011,
+ "id": 12555,
"properties": {
"east": "true",
"north": "false",
@@ -111431,7 +111497,7 @@
}
},
{
- "id": 12012,
+ "id": 12556,
"properties": {
"east": "true",
"north": "false",
@@ -111441,7 +111507,7 @@
}
},
{
- "id": 12013,
+ "id": 12557,
"properties": {
"east": "true",
"north": "false",
@@ -111451,7 +111517,7 @@
}
},
{
- "id": 12014,
+ "id": 12558,
"properties": {
"east": "true",
"north": "false",
@@ -111461,7 +111527,7 @@
}
},
{
- "id": 12015,
+ "id": 12559,
"properties": {
"east": "true",
"north": "false",
@@ -111471,7 +111537,7 @@
}
},
{
- "id": 12016,
+ "id": 12560,
"properties": {
"east": "true",
"north": "false",
@@ -111481,7 +111547,7 @@
}
},
{
- "id": 12017,
+ "id": 12561,
"properties": {
"east": "true",
"north": "false",
@@ -111491,7 +111557,7 @@
}
},
{
- "id": 12018,
+ "id": 12562,
"properties": {
"east": "true",
"north": "false",
@@ -111501,7 +111567,7 @@
}
},
{
- "id": 12019,
+ "id": 12563,
"properties": {
"east": "false",
"north": "true",
@@ -111511,7 +111577,7 @@
}
},
{
- "id": 12020,
+ "id": 12564,
"properties": {
"east": "false",
"north": "true",
@@ -111521,7 +111587,7 @@
}
},
{
- "id": 12021,
+ "id": 12565,
"properties": {
"east": "false",
"north": "true",
@@ -111531,7 +111597,7 @@
}
},
{
- "id": 12022,
+ "id": 12566,
"properties": {
"east": "false",
"north": "true",
@@ -111541,7 +111607,7 @@
}
},
{
- "id": 12023,
+ "id": 12567,
"properties": {
"east": "false",
"north": "true",
@@ -111551,7 +111617,7 @@
}
},
{
- "id": 12024,
+ "id": 12568,
"properties": {
"east": "false",
"north": "true",
@@ -111561,7 +111627,7 @@
}
},
{
- "id": 12025,
+ "id": 12569,
"properties": {
"east": "false",
"north": "true",
@@ -111571,7 +111637,7 @@
}
},
{
- "id": 12026,
+ "id": 12570,
"properties": {
"east": "false",
"north": "true",
@@ -111581,7 +111647,7 @@
}
},
{
- "id": 12027,
+ "id": 12571,
"properties": {
"east": "false",
"north": "false",
@@ -111591,7 +111657,7 @@
}
},
{
- "id": 12028,
+ "id": 12572,
"properties": {
"east": "false",
"north": "false",
@@ -111601,7 +111667,7 @@
}
},
{
- "id": 12029,
+ "id": 12573,
"properties": {
"east": "false",
"north": "false",
@@ -111611,7 +111677,7 @@
}
},
{
- "id": 12030,
+ "id": 12574,
"properties": {
"east": "false",
"north": "false",
@@ -111621,7 +111687,7 @@
}
},
{
- "id": 12031,
+ "id": 12575,
"properties": {
"east": "false",
"north": "false",
@@ -111631,7 +111697,7 @@
}
},
{
- "id": 12032,
+ "id": 12576,
"properties": {
"east": "false",
"north": "false",
@@ -111641,7 +111707,7 @@
}
},
{
- "id": 12033,
+ "id": 12577,
"properties": {
"east": "false",
"north": "false",
@@ -111652,7 +111718,7 @@
},
{
"default": true,
- "id": 12034,
+ "id": 12578,
"properties": {
"east": "false",
"north": "false",
@@ -111691,7 +111757,7 @@
},
"states": [
{
- "id": 11715,
+ "id": 12259,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -111700,7 +111766,7 @@
}
},
{
- "id": 11716,
+ "id": 12260,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -111709,7 +111775,7 @@
}
},
{
- "id": 11717,
+ "id": 12261,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -111718,7 +111784,7 @@
}
},
{
- "id": 11718,
+ "id": 12262,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -111727,7 +111793,7 @@
}
},
{
- "id": 11719,
+ "id": 12263,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -111736,7 +111802,7 @@
}
},
{
- "id": 11720,
+ "id": 12264,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -111745,7 +111811,7 @@
}
},
{
- "id": 11721,
+ "id": 12265,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -111755,7 +111821,7 @@
},
{
"default": true,
- "id": 11722,
+ "id": 12266,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -111764,7 +111830,7 @@
}
},
{
- "id": 11723,
+ "id": 12267,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -111773,7 +111839,7 @@
}
},
{
- "id": 11724,
+ "id": 12268,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -111782,7 +111848,7 @@
}
},
{
- "id": 11725,
+ "id": 12269,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -111791,7 +111857,7 @@
}
},
{
- "id": 11726,
+ "id": 12270,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -111800,7 +111866,7 @@
}
},
{
- "id": 11727,
+ "id": 12271,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -111809,7 +111875,7 @@
}
},
{
- "id": 11728,
+ "id": 12272,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -111818,7 +111884,7 @@
}
},
{
- "id": 11729,
+ "id": 12273,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -111827,7 +111893,7 @@
}
},
{
- "id": 11730,
+ "id": 12274,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -111836,7 +111902,7 @@
}
},
{
- "id": 11731,
+ "id": 12275,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -111845,7 +111911,7 @@
}
},
{
- "id": 11732,
+ "id": 12276,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -111854,7 +111920,7 @@
}
},
{
- "id": 11733,
+ "id": 12277,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -111863,7 +111929,7 @@
}
},
{
- "id": 11734,
+ "id": 12278,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -111872,7 +111938,7 @@
}
},
{
- "id": 11735,
+ "id": 12279,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -111881,7 +111947,7 @@
}
},
{
- "id": 11736,
+ "id": 12280,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -111890,7 +111956,7 @@
}
},
{
- "id": 11737,
+ "id": 12281,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -111899,7 +111965,7 @@
}
},
{
- "id": 11738,
+ "id": 12282,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -111908,7 +111974,7 @@
}
},
{
- "id": 11739,
+ "id": 12283,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -111917,7 +111983,7 @@
}
},
{
- "id": 11740,
+ "id": 12284,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -111926,7 +111992,7 @@
}
},
{
- "id": 11741,
+ "id": 12285,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -111935,7 +112001,7 @@
}
},
{
- "id": 11742,
+ "id": 12286,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -111944,7 +112010,7 @@
}
},
{
- "id": 11743,
+ "id": 12287,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -111953,7 +112019,7 @@
}
},
{
- "id": 11744,
+ "id": 12288,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -111962,7 +112028,7 @@
}
},
{
- "id": 11745,
+ "id": 12289,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -111971,7 +112037,7 @@
}
},
{
- "id": 11746,
+ "id": 12290,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -112016,240 +112082,240 @@
]
},
"states": [
- {
- "id": 5246,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5247,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5248,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5249,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5250,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5251,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5252,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5253,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5254,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5255,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5256,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5257,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5258,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5259,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5260,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5261,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5262,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5263,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5264,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5265,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5266,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5267,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5268,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5269,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5270,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5271,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5272,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5273,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5274,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5275,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5276,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5277,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5278,
"properties": {
"attached": "true",
"rotation": "14",
@@ -112257,7 +112323,7 @@
}
},
{
- "id": 5276,
+ "id": 5279,
"properties": {
"attached": "true",
"rotation": "15",
@@ -112265,7 +112331,7 @@
}
},
{
- "id": 5277,
+ "id": 5280,
"properties": {
"attached": "true",
"rotation": "15",
@@ -112273,7 +112339,7 @@
}
},
{
- "id": 5278,
+ "id": 5281,
"properties": {
"attached": "false",
"rotation": "0",
@@ -112282,215 +112348,215 @@
},
{
"default": true,
- "id": 5279,
+ "id": 5282,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5280,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5281,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5282,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5283,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5284,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5285,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5286,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5287,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5288,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5289,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5290,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5291,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5292,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5293,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5294,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5295,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5296,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5297,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5298,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5299,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5300,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5301,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5302,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5303,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5304,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5305,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5306,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5307,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5308,
"properties": {
"attached": "false",
"rotation": "13",
@@ -112498,7 +112564,7 @@
}
},
{
- "id": 5306,
+ "id": 5309,
"properties": {
"attached": "false",
"rotation": "14",
@@ -112506,7 +112572,7 @@
}
},
{
- "id": 5307,
+ "id": 5310,
"properties": {
"attached": "false",
"rotation": "14",
@@ -112514,7 +112580,7 @@
}
},
{
- "id": 5308,
+ "id": 5311,
"properties": {
"attached": "false",
"rotation": "15",
@@ -112522,7 +112588,7 @@
}
},
{
- "id": 5309,
+ "id": 5312,
"properties": {
"attached": "false",
"rotation": "15",
@@ -112843,14 +112909,14 @@
},
"states": [
{
- "id": 5886,
+ "id": 5889,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5887,
+ "id": 5890,
"properties": {
"powered": "false"
}
@@ -112917,7 +112983,7 @@
},
"states": [
{
- "id": 4514,
+ "id": 4517,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -112925,217 +112991,217 @@
},
{
"default": true,
- "id": 4515,
+ "id": 4518,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4516,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4517,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4518,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4519,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4520,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4521,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4522,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4523,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4524,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4525,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4526,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4527,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4528,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4529,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4530,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4531,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4532,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4533,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4534,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4535,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4536,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4537,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4538,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4539,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4540,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4541,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4542,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4543,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4544,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4542,
+ "id": 4545,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4543,
+ "id": 4546,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4544,
+ "id": 4547,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4545,
+ "id": 4548,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -113161,21 +113227,21 @@
},
"states": [
{
- "id": 11515,
+ "id": 12059,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11516,
+ "id": 12060,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11517,
+ "id": 12061,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -113183,21 +113249,21 @@
},
{
"default": true,
- "id": 11518,
+ "id": 12062,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11519,
+ "id": 12063,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11520,
+ "id": 12064,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -113238,7 +113304,7 @@
},
"states": [
{
- "id": 8056,
+ "id": 8600,
"properties": {
"facing": "north",
"half": "top",
@@ -113247,7 +113313,7 @@
}
},
{
- "id": 8057,
+ "id": 8601,
"properties": {
"facing": "north",
"half": "top",
@@ -113256,7 +113322,7 @@
}
},
{
- "id": 8058,
+ "id": 8602,
"properties": {
"facing": "north",
"half": "top",
@@ -113265,7 +113331,7 @@
}
},
{
- "id": 8059,
+ "id": 8603,
"properties": {
"facing": "north",
"half": "top",
@@ -113274,7 +113340,7 @@
}
},
{
- "id": 8060,
+ "id": 8604,
"properties": {
"facing": "north",
"half": "top",
@@ -113283,7 +113349,7 @@
}
},
{
- "id": 8061,
+ "id": 8605,
"properties": {
"facing": "north",
"half": "top",
@@ -113292,7 +113358,7 @@
}
},
{
- "id": 8062,
+ "id": 8606,
"properties": {
"facing": "north",
"half": "top",
@@ -113301,7 +113367,7 @@
}
},
{
- "id": 8063,
+ "id": 8607,
"properties": {
"facing": "north",
"half": "top",
@@ -113310,7 +113376,7 @@
}
},
{
- "id": 8064,
+ "id": 8608,
"properties": {
"facing": "north",
"half": "top",
@@ -113319,7 +113385,7 @@
}
},
{
- "id": 8065,
+ "id": 8609,
"properties": {
"facing": "north",
"half": "top",
@@ -113328,7 +113394,7 @@
}
},
{
- "id": 8066,
+ "id": 8610,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113338,7 +113404,7 @@
},
{
"default": true,
- "id": 8067,
+ "id": 8611,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113347,7 +113413,7 @@
}
},
{
- "id": 8068,
+ "id": 8612,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113356,7 +113422,7 @@
}
},
{
- "id": 8069,
+ "id": 8613,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113365,7 +113431,7 @@
}
},
{
- "id": 8070,
+ "id": 8614,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113374,7 +113440,7 @@
}
},
{
- "id": 8071,
+ "id": 8615,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113383,7 +113449,7 @@
}
},
{
- "id": 8072,
+ "id": 8616,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113392,7 +113458,7 @@
}
},
{
- "id": 8073,
+ "id": 8617,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113401,7 +113467,7 @@
}
},
{
- "id": 8074,
+ "id": 8618,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113410,7 +113476,7 @@
}
},
{
- "id": 8075,
+ "id": 8619,
"properties": {
"facing": "north",
"half": "bottom",
@@ -113419,7 +113485,7 @@
}
},
{
- "id": 8076,
+ "id": 8620,
"properties": {
"facing": "south",
"half": "top",
@@ -113428,7 +113494,7 @@
}
},
{
- "id": 8077,
+ "id": 8621,
"properties": {
"facing": "south",
"half": "top",
@@ -113437,7 +113503,7 @@
}
},
{
- "id": 8078,
+ "id": 8622,
"properties": {
"facing": "south",
"half": "top",
@@ -113446,7 +113512,7 @@
}
},
{
- "id": 8079,
+ "id": 8623,
"properties": {
"facing": "south",
"half": "top",
@@ -113455,7 +113521,7 @@
}
},
{
- "id": 8080,
+ "id": 8624,
"properties": {
"facing": "south",
"half": "top",
@@ -113464,7 +113530,7 @@
}
},
{
- "id": 8081,
+ "id": 8625,
"properties": {
"facing": "south",
"half": "top",
@@ -113473,7 +113539,7 @@
}
},
{
- "id": 8082,
+ "id": 8626,
"properties": {
"facing": "south",
"half": "top",
@@ -113482,7 +113548,7 @@
}
},
{
- "id": 8083,
+ "id": 8627,
"properties": {
"facing": "south",
"half": "top",
@@ -113491,7 +113557,7 @@
}
},
{
- "id": 8084,
+ "id": 8628,
"properties": {
"facing": "south",
"half": "top",
@@ -113500,7 +113566,7 @@
}
},
{
- "id": 8085,
+ "id": 8629,
"properties": {
"facing": "south",
"half": "top",
@@ -113509,7 +113575,7 @@
}
},
{
- "id": 8086,
+ "id": 8630,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113518,7 +113584,7 @@
}
},
{
- "id": 8087,
+ "id": 8631,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113527,7 +113593,7 @@
}
},
{
- "id": 8088,
+ "id": 8632,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113536,7 +113602,7 @@
}
},
{
- "id": 8089,
+ "id": 8633,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113545,7 +113611,7 @@
}
},
{
- "id": 8090,
+ "id": 8634,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113554,7 +113620,7 @@
}
},
{
- "id": 8091,
+ "id": 8635,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113563,7 +113629,7 @@
}
},
{
- "id": 8092,
+ "id": 8636,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113572,7 +113638,7 @@
}
},
{
- "id": 8093,
+ "id": 8637,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113581,7 +113647,7 @@
}
},
{
- "id": 8094,
+ "id": 8638,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113590,7 +113656,7 @@
}
},
{
- "id": 8095,
+ "id": 8639,
"properties": {
"facing": "south",
"half": "bottom",
@@ -113599,7 +113665,7 @@
}
},
{
- "id": 8096,
+ "id": 8640,
"properties": {
"facing": "west",
"half": "top",
@@ -113608,7 +113674,7 @@
}
},
{
- "id": 8097,
+ "id": 8641,
"properties": {
"facing": "west",
"half": "top",
@@ -113617,7 +113683,7 @@
}
},
{
- "id": 8098,
+ "id": 8642,
"properties": {
"facing": "west",
"half": "top",
@@ -113626,7 +113692,7 @@
}
},
{
- "id": 8099,
+ "id": 8643,
"properties": {
"facing": "west",
"half": "top",
@@ -113635,7 +113701,7 @@
}
},
{
- "id": 8100,
+ "id": 8644,
"properties": {
"facing": "west",
"half": "top",
@@ -113644,7 +113710,7 @@
}
},
{
- "id": 8101,
+ "id": 8645,
"properties": {
"facing": "west",
"half": "top",
@@ -113653,7 +113719,7 @@
}
},
{
- "id": 8102,
+ "id": 8646,
"properties": {
"facing": "west",
"half": "top",
@@ -113662,7 +113728,7 @@
}
},
{
- "id": 8103,
+ "id": 8647,
"properties": {
"facing": "west",
"half": "top",
@@ -113671,7 +113737,7 @@
}
},
{
- "id": 8104,
+ "id": 8648,
"properties": {
"facing": "west",
"half": "top",
@@ -113680,7 +113746,7 @@
}
},
{
- "id": 8105,
+ "id": 8649,
"properties": {
"facing": "west",
"half": "top",
@@ -113689,7 +113755,7 @@
}
},
{
- "id": 8106,
+ "id": 8650,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113698,7 +113764,7 @@
}
},
{
- "id": 8107,
+ "id": 8651,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113707,7 +113773,7 @@
}
},
{
- "id": 8108,
+ "id": 8652,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113716,7 +113782,7 @@
}
},
{
- "id": 8109,
+ "id": 8653,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113725,7 +113791,7 @@
}
},
{
- "id": 8110,
+ "id": 8654,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113734,7 +113800,7 @@
}
},
{
- "id": 8111,
+ "id": 8655,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113743,7 +113809,7 @@
}
},
{
- "id": 8112,
+ "id": 8656,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113752,7 +113818,7 @@
}
},
{
- "id": 8113,
+ "id": 8657,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113761,7 +113827,7 @@
}
},
{
- "id": 8114,
+ "id": 8658,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113770,7 +113836,7 @@
}
},
{
- "id": 8115,
+ "id": 8659,
"properties": {
"facing": "west",
"half": "bottom",
@@ -113779,7 +113845,7 @@
}
},
{
- "id": 8116,
+ "id": 8660,
"properties": {
"facing": "east",
"half": "top",
@@ -113788,7 +113854,7 @@
}
},
{
- "id": 8117,
+ "id": 8661,
"properties": {
"facing": "east",
"half": "top",
@@ -113797,7 +113863,7 @@
}
},
{
- "id": 8118,
+ "id": 8662,
"properties": {
"facing": "east",
"half": "top",
@@ -113806,7 +113872,7 @@
}
},
{
- "id": 8119,
+ "id": 8663,
"properties": {
"facing": "east",
"half": "top",
@@ -113815,7 +113881,7 @@
}
},
{
- "id": 8120,
+ "id": 8664,
"properties": {
"facing": "east",
"half": "top",
@@ -113824,7 +113890,7 @@
}
},
{
- "id": 8121,
+ "id": 8665,
"properties": {
"facing": "east",
"half": "top",
@@ -113833,7 +113899,7 @@
}
},
{
- "id": 8122,
+ "id": 8666,
"properties": {
"facing": "east",
"half": "top",
@@ -113842,7 +113908,7 @@
}
},
{
- "id": 8123,
+ "id": 8667,
"properties": {
"facing": "east",
"half": "top",
@@ -113851,7 +113917,7 @@
}
},
{
- "id": 8124,
+ "id": 8668,
"properties": {
"facing": "east",
"half": "top",
@@ -113860,7 +113926,7 @@
}
},
{
- "id": 8125,
+ "id": 8669,
"properties": {
"facing": "east",
"half": "top",
@@ -113869,7 +113935,7 @@
}
},
{
- "id": 8126,
+ "id": 8670,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113878,7 +113944,7 @@
}
},
{
- "id": 8127,
+ "id": 8671,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113887,7 +113953,7 @@
}
},
{
- "id": 8128,
+ "id": 8672,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113896,7 +113962,7 @@
}
},
{
- "id": 8129,
+ "id": 8673,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113905,7 +113971,7 @@
}
},
{
- "id": 8130,
+ "id": 8674,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113914,7 +113980,7 @@
}
},
{
- "id": 8131,
+ "id": 8675,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113923,7 +113989,7 @@
}
},
{
- "id": 8132,
+ "id": 8676,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113932,7 +113998,7 @@
}
},
{
- "id": 8133,
+ "id": 8677,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113941,7 +114007,7 @@
}
},
{
- "id": 8134,
+ "id": 8678,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113950,7 +114016,7 @@
}
},
{
- "id": 8135,
+ "id": 8679,
"properties": {
"facing": "east",
"half": "bottom",
@@ -113991,44 +114057,14 @@
]
},
"states": [
- {
- "id": 6319,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6320,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6321,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6322,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -114036,9 +114072,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114046,9 +114082,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -114056,9 +114092,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114067,42 +114103,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6327,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6328,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6329,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6330,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6331,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6332,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6333,
"properties": {
"facing": "north",
"half": "bottom",
@@ -114112,7 +114178,7 @@
}
},
{
- "id": 6331,
+ "id": 6334,
"properties": {
"facing": "north",
"half": "bottom",
@@ -114122,7 +114188,7 @@
}
},
{
- "id": 6332,
+ "id": 6335,
"properties": {
"facing": "north",
"half": "bottom",
@@ -114132,7 +114198,7 @@
}
},
{
- "id": 6333,
+ "id": 6336,
"properties": {
"facing": "north",
"half": "bottom",
@@ -114143,7 +114209,7 @@
},
{
"default": true,
- "id": 6334,
+ "id": 6337,
"properties": {
"facing": "north",
"half": "bottom",
@@ -114152,44 +114218,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6335,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6336,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6337,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6338,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -114197,9 +114233,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114207,9 +114243,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -114217,9 +114253,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114228,38 +114264,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6343,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6344,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6345,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114268,8 +114304,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -114277,9 +114313,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114287,9 +114323,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -114297,9 +114333,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114308,48 +114344,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6351,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6352,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6353,
+ "id": 6352,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6353,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6354,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -114357,9 +114393,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114367,9 +114403,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -114377,9 +114413,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114388,38 +114424,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6359,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6360,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6361,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114428,8 +114464,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -114437,9 +114473,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114447,9 +114483,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -114457,9 +114493,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114468,48 +114504,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6367,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6368,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6369,
+ "id": 6368,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6369,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6370,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -114517,9 +114553,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114527,9 +114563,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -114537,9 +114573,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114548,38 +114584,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6375,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6376,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6377,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -114588,12 +114624,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6379,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6380,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6381,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6382,
"properties": {
"facing": "east",
"half": "bottom",
@@ -114603,7 +114669,7 @@
}
},
{
- "id": 6380,
+ "id": 6383,
"properties": {
"facing": "east",
"half": "bottom",
@@ -114613,7 +114679,7 @@
}
},
{
- "id": 6381,
+ "id": 6384,
"properties": {
"facing": "east",
"half": "bottom",
@@ -114623,7 +114689,7 @@
}
},
{
- "id": 6382,
+ "id": 6385,
"properties": {
"facing": "east",
"half": "bottom",
@@ -114654,7 +114720,7 @@
},
"states": [
{
- "id": 5734,
+ "id": 5737,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -114662,49 +114728,49 @@
},
{
"default": true,
- "id": 5735,
+ "id": 5738,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5736,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5737,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5738,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5739,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5740,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5741,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5742,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5743,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5741,
+ "id": 5744,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -114732,7 +114798,7 @@
},
"states": [
{
- "id": 4886,
+ "id": 4889,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -114740,49 +114806,49 @@
},
{
"default": true,
- "id": 4887,
+ "id": 4890,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4888,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4889,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4890,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4891,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4892,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4893,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4894,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4895,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4893,
+ "id": 4896,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -114862,157 +114928,157 @@
"states": [
{
"default": true,
- "id": 13229,
+ "id": 13773,
"properties": {
"age": "0"
}
},
{
- "id": 13230,
+ "id": 13774,
"properties": {
"age": "1"
}
},
{
- "id": 13231,
+ "id": 13775,
"properties": {
"age": "2"
}
},
{
- "id": 13232,
+ "id": 13776,
"properties": {
"age": "3"
}
},
{
- "id": 13233,
+ "id": 13777,
"properties": {
"age": "4"
}
},
{
- "id": 13234,
+ "id": 13778,
"properties": {
"age": "5"
}
},
{
- "id": 13235,
+ "id": 13779,
"properties": {
"age": "6"
}
},
{
- "id": 13236,
+ "id": 13780,
"properties": {
"age": "7"
}
},
{
- "id": 13237,
+ "id": 13781,
"properties": {
"age": "8"
}
},
{
- "id": 13238,
+ "id": 13782,
"properties": {
"age": "9"
}
},
{
- "id": 13239,
+ "id": 13783,
"properties": {
"age": "10"
}
},
{
- "id": 13240,
+ "id": 13784,
"properties": {
"age": "11"
}
},
{
- "id": 13241,
+ "id": 13785,
"properties": {
"age": "12"
}
},
{
- "id": 13242,
+ "id": 13786,
"properties": {
"age": "13"
}
},
{
- "id": 13243,
+ "id": 13787,
"properties": {
"age": "14"
}
},
{
- "id": 13244,
+ "id": 13788,
"properties": {
"age": "15"
}
},
{
- "id": 13245,
+ "id": 13789,
"properties": {
"age": "16"
}
},
{
- "id": 13246,
+ "id": 13790,
"properties": {
"age": "17"
}
},
{
- "id": 13247,
+ "id": 13791,
"properties": {
"age": "18"
}
},
{
- "id": 13248,
+ "id": 13792,
"properties": {
"age": "19"
}
},
{
- "id": 13249,
+ "id": 13793,
"properties": {
"age": "20"
}
},
{
- "id": 13250,
+ "id": 13794,
"properties": {
"age": "21"
}
},
{
- "id": 13251,
+ "id": 13795,
"properties": {
"age": "22"
}
},
{
- "id": 13252,
+ "id": 13796,
"properties": {
"age": "23"
}
},
{
- "id": 13253,
+ "id": 13797,
"properties": {
"age": "24"
}
},
{
- "id": 13254,
+ "id": 13798,
"properties": {
"age": "25"
}
@@ -115027,7 +115093,7 @@
"states": [
{
"default": true,
- "id": 13255
+ "id": 13799
}
]
},
@@ -115050,7 +115116,7 @@
},
"states": [
{
- "id": 4738,
+ "id": 4741,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -115058,49 +115124,49 @@
},
{
"default": true,
- "id": 4739,
+ "id": 4742,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4740,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4741,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4742,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4743,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4744,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4745,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4746,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4747,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4745,
+ "id": 4748,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -115125,21 +115191,21 @@
},
"states": [
{
- "id": 18972,
+ "id": 19516,
"properties": {
"hanging": "true",
"waterlogged": "true"
}
},
{
- "id": 18973,
+ "id": 19517,
"properties": {
"hanging": "true",
"waterlogged": "false"
}
},
{
- "id": 18974,
+ "id": 19518,
"properties": {
"hanging": "false",
"waterlogged": "true"
@@ -115147,7 +115213,7 @@
},
{
"default": true,
- "id": 18975,
+ "id": 19519,
"properties": {
"hanging": "false",
"waterlogged": "false"
@@ -115207,63 +115273,63 @@
},
"states": [
{
- "id": 21514,
+ "id": 22058,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 21515,
+ "id": 22059,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 21516,
+ "id": 22060,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 21517,
+ "id": 22061,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 21518,
+ "id": 22062,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 21519,
+ "id": 22063,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 21520,
+ "id": 22064,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 21521,
+ "id": 22065,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 21522,
+ "id": 22066,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -115271,21 +115337,21 @@
},
{
"default": true,
- "id": 21523,
+ "id": 22067,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 21524,
+ "id": 22068,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 21525,
+ "id": 22069,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -115306,14 +115372,14 @@
},
"states": [
{
- "id": 11092,
+ "id": 11636,
"properties": {
"half": "upper"
}
},
{
"default": true,
- "id": 11093,
+ "id": 11637,
"properties": {
"half": "lower"
}
@@ -115454,7 +115520,7 @@
"states": [
{
"default": true,
- "id": 7632
+ "id": 8176
}
]
},
@@ -115481,7 +115547,7 @@
},
"states": [
{
- "id": 18919,
+ "id": 19463,
"properties": {
"facing": "north",
"has_book": "true",
@@ -115489,7 +115555,7 @@
}
},
{
- "id": 18920,
+ "id": 19464,
"properties": {
"facing": "north",
"has_book": "true",
@@ -115497,7 +115563,7 @@
}
},
{
- "id": 18921,
+ "id": 19465,
"properties": {
"facing": "north",
"has_book": "false",
@@ -115506,7 +115572,7 @@
},
{
"default": true,
- "id": 18922,
+ "id": 19466,
"properties": {
"facing": "north",
"has_book": "false",
@@ -115514,7 +115580,7 @@
}
},
{
- "id": 18923,
+ "id": 19467,
"properties": {
"facing": "south",
"has_book": "true",
@@ -115522,7 +115588,7 @@
}
},
{
- "id": 18924,
+ "id": 19468,
"properties": {
"facing": "south",
"has_book": "true",
@@ -115530,7 +115596,7 @@
}
},
{
- "id": 18925,
+ "id": 19469,
"properties": {
"facing": "south",
"has_book": "false",
@@ -115538,7 +115604,7 @@
}
},
{
- "id": 18926,
+ "id": 19470,
"properties": {
"facing": "south",
"has_book": "false",
@@ -115546,7 +115612,7 @@
}
},
{
- "id": 18927,
+ "id": 19471,
"properties": {
"facing": "west",
"has_book": "true",
@@ -115554,7 +115620,7 @@
}
},
{
- "id": 18928,
+ "id": 19472,
"properties": {
"facing": "west",
"has_book": "true",
@@ -115562,7 +115628,7 @@
}
},
{
- "id": 18929,
+ "id": 19473,
"properties": {
"facing": "west",
"has_book": "false",
@@ -115570,7 +115636,7 @@
}
},
{
- "id": 18930,
+ "id": 19474,
"properties": {
"facing": "west",
"has_book": "false",
@@ -115578,7 +115644,7 @@
}
},
{
- "id": 18931,
+ "id": 19475,
"properties": {
"facing": "east",
"has_book": "true",
@@ -115586,7 +115652,7 @@
}
},
{
- "id": 18932,
+ "id": 19476,
"properties": {
"facing": "east",
"has_book": "true",
@@ -115594,7 +115660,7 @@
}
},
{
- "id": 18933,
+ "id": 19477,
"properties": {
"facing": "east",
"has_book": "false",
@@ -115602,7 +115668,7 @@
}
},
{
- "id": 18934,
+ "id": 19478,
"properties": {
"facing": "east",
"has_book": "false",
@@ -115634,48 +115700,48 @@
]
},
"states": [
- {
- "id": 5790,
- "properties": {
- "face": "floor",
- "facing": "north",
- "powered": "true"
- }
- },
- {
- "id": 5791,
- "properties": {
- "face": "floor",
- "facing": "north",
- "powered": "false"
- }
- },
- {
- "id": 5792,
- "properties": {
- "face": "floor",
- "facing": "south",
- "powered": "true"
- }
- },
{
"id": 5793,
"properties": {
"face": "floor",
- "facing": "south",
- "powered": "false"
+ "facing": "north",
+ "powered": "true"
}
},
{
"id": 5794,
"properties": {
"face": "floor",
- "facing": "west",
- "powered": "true"
+ "facing": "north",
+ "powered": "false"
}
},
{
"id": 5795,
+ "properties": {
+ "face": "floor",
+ "facing": "south",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5796,
+ "properties": {
+ "face": "floor",
+ "facing": "south",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5797,
+ "properties": {
+ "face": "floor",
+ "facing": "west",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5798,
"properties": {
"face": "floor",
"facing": "west",
@@ -115683,7 +115749,7 @@
}
},
{
- "id": 5796,
+ "id": 5799,
"properties": {
"face": "floor",
"facing": "east",
@@ -115691,7 +115757,7 @@
}
},
{
- "id": 5797,
+ "id": 5800,
"properties": {
"face": "floor",
"facing": "east",
@@ -115699,7 +115765,7 @@
}
},
{
- "id": 5798,
+ "id": 5801,
"properties": {
"face": "wall",
"facing": "north",
@@ -115708,47 +115774,47 @@
},
{
"default": true,
- "id": 5799,
+ "id": 5802,
"properties": {
"face": "wall",
"facing": "north",
"powered": "false"
}
},
- {
- "id": 5800,
- "properties": {
- "face": "wall",
- "facing": "south",
- "powered": "true"
- }
- },
- {
- "id": 5801,
- "properties": {
- "face": "wall",
- "facing": "south",
- "powered": "false"
- }
- },
- {
- "id": 5802,
- "properties": {
- "face": "wall",
- "facing": "west",
- "powered": "true"
- }
- },
{
"id": 5803,
"properties": {
"face": "wall",
- "facing": "west",
- "powered": "false"
+ "facing": "south",
+ "powered": "true"
}
},
{
"id": 5804,
+ "properties": {
+ "face": "wall",
+ "facing": "south",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5805,
+ "properties": {
+ "face": "wall",
+ "facing": "west",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5806,
+ "properties": {
+ "face": "wall",
+ "facing": "west",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5807,
"properties": {
"face": "wall",
"facing": "east",
@@ -115756,47 +115822,47 @@
}
},
{
- "id": 5805,
+ "id": 5808,
"properties": {
"face": "wall",
"facing": "east",
"powered": "false"
}
},
- {
- "id": 5806,
- "properties": {
- "face": "ceiling",
- "facing": "north",
- "powered": "true"
- }
- },
- {
- "id": 5807,
- "properties": {
- "face": "ceiling",
- "facing": "north",
- "powered": "false"
- }
- },
- {
- "id": 5808,
- "properties": {
- "face": "ceiling",
- "facing": "south",
- "powered": "true"
- }
- },
{
"id": 5809,
"properties": {
"face": "ceiling",
- "facing": "south",
- "powered": "false"
+ "facing": "north",
+ "powered": "true"
}
},
{
"id": 5810,
+ "properties": {
+ "face": "ceiling",
+ "facing": "north",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5811,
+ "properties": {
+ "face": "ceiling",
+ "facing": "south",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5812,
+ "properties": {
+ "face": "ceiling",
+ "facing": "south",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5813,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -115804,7 +115870,7 @@
}
},
{
- "id": 5811,
+ "id": 5814,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -115812,7 +115878,7 @@
}
},
{
- "id": 5812,
+ "id": 5815,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -115820,7 +115886,7 @@
}
},
{
- "id": 5813,
+ "id": 5816,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -115860,217 +115926,217 @@
},
"states": [
{
- "id": 10702,
+ "id": 11246,
"properties": {
"level": "0",
"waterlogged": "true"
}
},
{
- "id": 10703,
+ "id": 11247,
"properties": {
"level": "0",
"waterlogged": "false"
}
},
{
- "id": 10704,
+ "id": 11248,
"properties": {
"level": "1",
"waterlogged": "true"
}
},
{
- "id": 10705,
+ "id": 11249,
"properties": {
"level": "1",
"waterlogged": "false"
}
},
{
- "id": 10706,
+ "id": 11250,
"properties": {
"level": "2",
"waterlogged": "true"
}
},
{
- "id": 10707,
+ "id": 11251,
"properties": {
"level": "2",
"waterlogged": "false"
}
},
{
- "id": 10708,
+ "id": 11252,
"properties": {
"level": "3",
"waterlogged": "true"
}
},
{
- "id": 10709,
+ "id": 11253,
"properties": {
"level": "3",
"waterlogged": "false"
}
},
{
- "id": 10710,
+ "id": 11254,
"properties": {
"level": "4",
"waterlogged": "true"
}
},
{
- "id": 10711,
+ "id": 11255,
"properties": {
"level": "4",
"waterlogged": "false"
}
},
{
- "id": 10712,
+ "id": 11256,
"properties": {
"level": "5",
"waterlogged": "true"
}
},
{
- "id": 10713,
+ "id": 11257,
"properties": {
"level": "5",
"waterlogged": "false"
}
},
{
- "id": 10714,
+ "id": 11258,
"properties": {
"level": "6",
"waterlogged": "true"
}
},
{
- "id": 10715,
+ "id": 11259,
"properties": {
"level": "6",
"waterlogged": "false"
}
},
{
- "id": 10716,
+ "id": 11260,
"properties": {
"level": "7",
"waterlogged": "true"
}
},
{
- "id": 10717,
+ "id": 11261,
"properties": {
"level": "7",
"waterlogged": "false"
}
},
{
- "id": 10718,
+ "id": 11262,
"properties": {
"level": "8",
"waterlogged": "true"
}
},
{
- "id": 10719,
+ "id": 11263,
"properties": {
"level": "8",
"waterlogged": "false"
}
},
{
- "id": 10720,
+ "id": 11264,
"properties": {
"level": "9",
"waterlogged": "true"
}
},
{
- "id": 10721,
+ "id": 11265,
"properties": {
"level": "9",
"waterlogged": "false"
}
},
{
- "id": 10722,
+ "id": 11266,
"properties": {
"level": "10",
"waterlogged": "true"
}
},
{
- "id": 10723,
+ "id": 11267,
"properties": {
"level": "10",
"waterlogged": "false"
}
},
{
- "id": 10724,
+ "id": 11268,
"properties": {
"level": "11",
"waterlogged": "true"
}
},
{
- "id": 10725,
+ "id": 11269,
"properties": {
"level": "11",
"waterlogged": "false"
}
},
{
- "id": 10726,
+ "id": 11270,
"properties": {
"level": "12",
"waterlogged": "true"
}
},
{
- "id": 10727,
+ "id": 11271,
"properties": {
"level": "12",
"waterlogged": "false"
}
},
{
- "id": 10728,
+ "id": 11272,
"properties": {
"level": "13",
"waterlogged": "true"
}
},
{
- "id": 10729,
+ "id": 11273,
"properties": {
"level": "13",
"waterlogged": "false"
}
},
{
- "id": 10730,
+ "id": 11274,
"properties": {
"level": "14",
"waterlogged": "true"
}
},
{
- "id": 10731,
+ "id": 11275,
"properties": {
"level": "14",
"waterlogged": "false"
}
},
{
- "id": 10732,
+ "id": 11276,
"properties": {
"level": "15",
"waterlogged": "true"
@@ -116078,7 +116144,7 @@
},
{
"default": true,
- "id": 10733,
+ "id": 11277,
"properties": {
"level": "15",
"waterlogged": "false"
@@ -116115,97 +116181,97 @@
"states": [
{
"default": true,
- "id": 11142,
+ "id": 11686,
"properties": {
"rotation": "0"
}
},
{
- "id": 11143,
+ "id": 11687,
"properties": {
"rotation": "1"
}
},
{
- "id": 11144,
+ "id": 11688,
"properties": {
"rotation": "2"
}
},
{
- "id": 11145,
+ "id": 11689,
"properties": {
"rotation": "3"
}
},
{
- "id": 11146,
+ "id": 11690,
"properties": {
"rotation": "4"
}
},
{
- "id": 11147,
+ "id": 11691,
"properties": {
"rotation": "5"
}
},
{
- "id": 11148,
+ "id": 11692,
"properties": {
"rotation": "6"
}
},
{
- "id": 11149,
+ "id": 11693,
"properties": {
"rotation": "7"
}
},
{
- "id": 11150,
+ "id": 11694,
"properties": {
"rotation": "8"
}
},
{
- "id": 11151,
+ "id": 11695,
"properties": {
"rotation": "9"
}
},
{
- "id": 11152,
+ "id": 11696,
"properties": {
"rotation": "10"
}
},
{
- "id": 11153,
+ "id": 11697,
"properties": {
"rotation": "11"
}
},
{
- "id": 11154,
+ "id": 11698,
"properties": {
"rotation": "12"
}
},
{
- "id": 11155,
+ "id": 11699,
"properties": {
"rotation": "13"
}
},
{
- "id": 11156,
+ "id": 11700,
"properties": {
"rotation": "14"
}
},
{
- "id": 11157,
+ "id": 11701,
"properties": {
"rotation": "15"
}
@@ -116389,7 +116455,7 @@
},
"states": [
{
- "id": 21258,
+ "id": 21802,
"properties": {
"candles": "1",
"lit": "true",
@@ -116397,7 +116463,7 @@
}
},
{
- "id": 21259,
+ "id": 21803,
"properties": {
"candles": "1",
"lit": "true",
@@ -116405,7 +116471,7 @@
}
},
{
- "id": 21260,
+ "id": 21804,
"properties": {
"candles": "1",
"lit": "false",
@@ -116414,7 +116480,7 @@
},
{
"default": true,
- "id": 21261,
+ "id": 21805,
"properties": {
"candles": "1",
"lit": "false",
@@ -116422,7 +116488,7 @@
}
},
{
- "id": 21262,
+ "id": 21806,
"properties": {
"candles": "2",
"lit": "true",
@@ -116430,7 +116496,7 @@
}
},
{
- "id": 21263,
+ "id": 21807,
"properties": {
"candles": "2",
"lit": "true",
@@ -116438,7 +116504,7 @@
}
},
{
- "id": 21264,
+ "id": 21808,
"properties": {
"candles": "2",
"lit": "false",
@@ -116446,7 +116512,7 @@
}
},
{
- "id": 21265,
+ "id": 21809,
"properties": {
"candles": "2",
"lit": "false",
@@ -116454,7 +116520,7 @@
}
},
{
- "id": 21266,
+ "id": 21810,
"properties": {
"candles": "3",
"lit": "true",
@@ -116462,7 +116528,7 @@
}
},
{
- "id": 21267,
+ "id": 21811,
"properties": {
"candles": "3",
"lit": "true",
@@ -116470,7 +116536,7 @@
}
},
{
- "id": 21268,
+ "id": 21812,
"properties": {
"candles": "3",
"lit": "false",
@@ -116478,7 +116544,7 @@
}
},
{
- "id": 21269,
+ "id": 21813,
"properties": {
"candles": "3",
"lit": "false",
@@ -116486,7 +116552,7 @@
}
},
{
- "id": 21270,
+ "id": 21814,
"properties": {
"candles": "4",
"lit": "true",
@@ -116494,7 +116560,7 @@
}
},
{
- "id": 21271,
+ "id": 21815,
"properties": {
"candles": "4",
"lit": "true",
@@ -116502,7 +116568,7 @@
}
},
{
- "id": 21272,
+ "id": 21816,
"properties": {
"candles": "4",
"lit": "false",
@@ -116510,7 +116576,7 @@
}
},
{
- "id": 21273,
+ "id": 21817,
"properties": {
"candles": "4",
"lit": "false",
@@ -116533,14 +116599,14 @@
},
"states": [
{
- "id": 21474,
+ "id": 22018,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21475,
+ "id": 22019,
"properties": {
"lit": "false"
}
@@ -116556,7 +116622,7 @@
"states": [
{
"default": true,
- "id": 11066
+ "id": 11610
}
]
},
@@ -116568,7 +116634,7 @@
"states": [
{
"default": true,
- "id": 13200
+ "id": 13744
}
]
},
@@ -116581,7 +116647,7 @@
"states": [
{
"default": true,
- "id": 13216
+ "id": 13760
}
]
},
@@ -116601,25 +116667,25 @@
"states": [
{
"default": true,
- "id": 13145,
+ "id": 13689,
"properties": {
"facing": "north"
}
},
{
- "id": 13146,
+ "id": 13690,
"properties": {
"facing": "south"
}
},
{
- "id": 13147,
+ "id": 13691,
"properties": {
"facing": "west"
}
},
{
- "id": 13148,
+ "id": 13692,
"properties": {
"facing": "east"
}
@@ -116644,38 +116710,38 @@
},
"states": [
{
- "id": 13055,
+ "id": 13599,
"properties": {
"facing": "north"
}
},
{
- "id": 13056,
+ "id": 13600,
"properties": {
"facing": "east"
}
},
{
- "id": 13057,
+ "id": 13601,
"properties": {
"facing": "south"
}
},
{
- "id": 13058,
+ "id": 13602,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13059,
+ "id": 13603,
"properties": {
"facing": "up"
}
},
{
- "id": 13060,
+ "id": 13604,
"properties": {
"facing": "down"
}
@@ -116691,7 +116757,7 @@
"states": [
{
"default": true,
- "id": 6114
+ "id": 6117
}
]
},
@@ -116725,7 +116791,7 @@
},
"states": [
{
- "id": 9723,
+ "id": 10267,
"properties": {
"east": "true",
"north": "true",
@@ -116735,7 +116801,7 @@
}
},
{
- "id": 9724,
+ "id": 10268,
"properties": {
"east": "true",
"north": "true",
@@ -116745,7 +116811,7 @@
}
},
{
- "id": 9725,
+ "id": 10269,
"properties": {
"east": "true",
"north": "true",
@@ -116755,7 +116821,7 @@
}
},
{
- "id": 9726,
+ "id": 10270,
"properties": {
"east": "true",
"north": "true",
@@ -116765,7 +116831,7 @@
}
},
{
- "id": 9727,
+ "id": 10271,
"properties": {
"east": "true",
"north": "true",
@@ -116775,7 +116841,7 @@
}
},
{
- "id": 9728,
+ "id": 10272,
"properties": {
"east": "true",
"north": "true",
@@ -116785,7 +116851,7 @@
}
},
{
- "id": 9729,
+ "id": 10273,
"properties": {
"east": "true",
"north": "true",
@@ -116795,7 +116861,7 @@
}
},
{
- "id": 9730,
+ "id": 10274,
"properties": {
"east": "true",
"north": "true",
@@ -116805,7 +116871,7 @@
}
},
{
- "id": 9731,
+ "id": 10275,
"properties": {
"east": "true",
"north": "false",
@@ -116815,7 +116881,7 @@
}
},
{
- "id": 9732,
+ "id": 10276,
"properties": {
"east": "true",
"north": "false",
@@ -116825,7 +116891,7 @@
}
},
{
- "id": 9733,
+ "id": 10277,
"properties": {
"east": "true",
"north": "false",
@@ -116835,7 +116901,7 @@
}
},
{
- "id": 9734,
+ "id": 10278,
"properties": {
"east": "true",
"north": "false",
@@ -116845,7 +116911,7 @@
}
},
{
- "id": 9735,
+ "id": 10279,
"properties": {
"east": "true",
"north": "false",
@@ -116855,7 +116921,7 @@
}
},
{
- "id": 9736,
+ "id": 10280,
"properties": {
"east": "true",
"north": "false",
@@ -116865,7 +116931,7 @@
}
},
{
- "id": 9737,
+ "id": 10281,
"properties": {
"east": "true",
"north": "false",
@@ -116875,7 +116941,7 @@
}
},
{
- "id": 9738,
+ "id": 10282,
"properties": {
"east": "true",
"north": "false",
@@ -116885,7 +116951,7 @@
}
},
{
- "id": 9739,
+ "id": 10283,
"properties": {
"east": "false",
"north": "true",
@@ -116895,7 +116961,7 @@
}
},
{
- "id": 9740,
+ "id": 10284,
"properties": {
"east": "false",
"north": "true",
@@ -116905,7 +116971,7 @@
}
},
{
- "id": 9741,
+ "id": 10285,
"properties": {
"east": "false",
"north": "true",
@@ -116915,7 +116981,7 @@
}
},
{
- "id": 9742,
+ "id": 10286,
"properties": {
"east": "false",
"north": "true",
@@ -116925,7 +116991,7 @@
}
},
{
- "id": 9743,
+ "id": 10287,
"properties": {
"east": "false",
"north": "true",
@@ -116935,7 +117001,7 @@
}
},
{
- "id": 9744,
+ "id": 10288,
"properties": {
"east": "false",
"north": "true",
@@ -116945,7 +117011,7 @@
}
},
{
- "id": 9745,
+ "id": 10289,
"properties": {
"east": "false",
"north": "true",
@@ -116955,7 +117021,7 @@
}
},
{
- "id": 9746,
+ "id": 10290,
"properties": {
"east": "false",
"north": "true",
@@ -116965,7 +117031,7 @@
}
},
{
- "id": 9747,
+ "id": 10291,
"properties": {
"east": "false",
"north": "false",
@@ -116975,7 +117041,7 @@
}
},
{
- "id": 9748,
+ "id": 10292,
"properties": {
"east": "false",
"north": "false",
@@ -116985,7 +117051,7 @@
}
},
{
- "id": 9749,
+ "id": 10293,
"properties": {
"east": "false",
"north": "false",
@@ -116995,7 +117061,7 @@
}
},
{
- "id": 9750,
+ "id": 10294,
"properties": {
"east": "false",
"north": "false",
@@ -117005,7 +117071,7 @@
}
},
{
- "id": 9751,
+ "id": 10295,
"properties": {
"east": "false",
"north": "false",
@@ -117015,7 +117081,7 @@
}
},
{
- "id": 9752,
+ "id": 10296,
"properties": {
"east": "false",
"north": "false",
@@ -117025,7 +117091,7 @@
}
},
{
- "id": 9753,
+ "id": 10297,
"properties": {
"east": "false",
"north": "false",
@@ -117036,7 +117102,7 @@
},
{
"default": true,
- "id": 9754,
+ "id": 10298,
"properties": {
"east": "false",
"north": "false",
@@ -117055,7 +117121,7 @@
"states": [
{
"default": true,
- "id": 9614
+ "id": 10158
}
]
},
@@ -117076,25 +117142,25 @@
"states": [
{
"default": true,
- "id": 11362,
+ "id": 11906,
"properties": {
"facing": "north"
}
},
{
- "id": 11363,
+ "id": 11907,
"properties": {
"facing": "south"
}
},
{
- "id": 11364,
+ "id": 11908,
"properties": {
"facing": "west"
}
},
{
- "id": 11365,
+ "id": 11909,
"properties": {
"facing": "east"
}
@@ -117142,97 +117208,97 @@
"states": [
{
"default": true,
- "id": 11222,
+ "id": 11766,
"properties": {
"rotation": "0"
}
},
{
- "id": 11223,
+ "id": 11767,
"properties": {
"rotation": "1"
}
},
{
- "id": 11224,
+ "id": 11768,
"properties": {
"rotation": "2"
}
},
{
- "id": 11225,
+ "id": 11769,
"properties": {
"rotation": "3"
}
},
{
- "id": 11226,
+ "id": 11770,
"properties": {
"rotation": "4"
}
},
{
- "id": 11227,
+ "id": 11771,
"properties": {
"rotation": "5"
}
},
{
- "id": 11228,
+ "id": 11772,
"properties": {
"rotation": "6"
}
},
{
- "id": 11229,
+ "id": 11773,
"properties": {
"rotation": "7"
}
},
{
- "id": 11230,
+ "id": 11774,
"properties": {
"rotation": "8"
}
},
{
- "id": 11231,
+ "id": 11775,
"properties": {
"rotation": "9"
}
},
{
- "id": 11232,
+ "id": 11776,
"properties": {
"rotation": "10"
}
},
{
- "id": 11233,
+ "id": 11777,
"properties": {
"rotation": "11"
}
},
{
- "id": 11234,
+ "id": 11778,
"properties": {
"rotation": "12"
}
},
{
- "id": 11235,
+ "id": 11779,
"properties": {
"rotation": "13"
}
},
{
- "id": 11236,
+ "id": 11780,
"properties": {
"rotation": "14"
}
},
{
- "id": 11237,
+ "id": 11781,
"properties": {
"rotation": "15"
}
@@ -117416,7 +117482,7 @@
},
"states": [
{
- "id": 21338,
+ "id": 21882,
"properties": {
"candles": "1",
"lit": "true",
@@ -117424,7 +117490,7 @@
}
},
{
- "id": 21339,
+ "id": 21883,
"properties": {
"candles": "1",
"lit": "true",
@@ -117432,7 +117498,7 @@
}
},
{
- "id": 21340,
+ "id": 21884,
"properties": {
"candles": "1",
"lit": "false",
@@ -117441,7 +117507,7 @@
},
{
"default": true,
- "id": 21341,
+ "id": 21885,
"properties": {
"candles": "1",
"lit": "false",
@@ -117449,7 +117515,7 @@
}
},
{
- "id": 21342,
+ "id": 21886,
"properties": {
"candles": "2",
"lit": "true",
@@ -117457,7 +117523,7 @@
}
},
{
- "id": 21343,
+ "id": 21887,
"properties": {
"candles": "2",
"lit": "true",
@@ -117465,7 +117531,7 @@
}
},
{
- "id": 21344,
+ "id": 21888,
"properties": {
"candles": "2",
"lit": "false",
@@ -117473,7 +117539,7 @@
}
},
{
- "id": 21345,
+ "id": 21889,
"properties": {
"candles": "2",
"lit": "false",
@@ -117481,7 +117547,7 @@
}
},
{
- "id": 21346,
+ "id": 21890,
"properties": {
"candles": "3",
"lit": "true",
@@ -117489,7 +117555,7 @@
}
},
{
- "id": 21347,
+ "id": 21891,
"properties": {
"candles": "3",
"lit": "true",
@@ -117497,7 +117563,7 @@
}
},
{
- "id": 21348,
+ "id": 21892,
"properties": {
"candles": "3",
"lit": "false",
@@ -117505,7 +117571,7 @@
}
},
{
- "id": 21349,
+ "id": 21893,
"properties": {
"candles": "3",
"lit": "false",
@@ -117513,7 +117579,7 @@
}
},
{
- "id": 21350,
+ "id": 21894,
"properties": {
"candles": "4",
"lit": "true",
@@ -117521,7 +117587,7 @@
}
},
{
- "id": 21351,
+ "id": 21895,
"properties": {
"candles": "4",
"lit": "true",
@@ -117529,7 +117595,7 @@
}
},
{
- "id": 21352,
+ "id": 21896,
"properties": {
"candles": "4",
"lit": "false",
@@ -117537,7 +117603,7 @@
}
},
{
- "id": 21353,
+ "id": 21897,
"properties": {
"candles": "4",
"lit": "false",
@@ -117560,14 +117626,14 @@
},
"states": [
{
- "id": 21484,
+ "id": 22028,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21485,
+ "id": 22029,
"properties": {
"lit": "false"
}
@@ -117583,7 +117649,7 @@
"states": [
{
"default": true,
- "id": 11071
+ "id": 11615
}
]
},
@@ -117595,7 +117661,7 @@
"states": [
{
"default": true,
- "id": 13205
+ "id": 13749
}
]
},
@@ -117608,7 +117674,7 @@
"states": [
{
"default": true,
- "id": 13221
+ "id": 13765
}
]
},
@@ -117628,25 +117694,25 @@
"states": [
{
"default": true,
- "id": 13165,
+ "id": 13709,
"properties": {
"facing": "north"
}
},
{
- "id": 13166,
+ "id": 13710,
"properties": {
"facing": "south"
}
},
{
- "id": 13167,
+ "id": 13711,
"properties": {
"facing": "west"
}
},
{
- "id": 13168,
+ "id": 13712,
"properties": {
"facing": "east"
}
@@ -117671,38 +117737,38 @@
},
"states": [
{
- "id": 13085,
+ "id": 13629,
"properties": {
"facing": "north"
}
},
{
- "id": 13086,
+ "id": 13630,
"properties": {
"facing": "east"
}
},
{
- "id": 13087,
+ "id": 13631,
"properties": {
"facing": "south"
}
},
{
- "id": 13088,
+ "id": 13632,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13089,
+ "id": 13633,
"properties": {
"facing": "up"
}
},
{
- "id": 13090,
+ "id": 13634,
"properties": {
"facing": "down"
}
@@ -117718,7 +117784,7 @@
"states": [
{
"default": true,
- "id": 6119
+ "id": 6122
}
]
},
@@ -117752,7 +117818,7 @@
},
"states": [
{
- "id": 9883,
+ "id": 10427,
"properties": {
"east": "true",
"north": "true",
@@ -117762,7 +117828,7 @@
}
},
{
- "id": 9884,
+ "id": 10428,
"properties": {
"east": "true",
"north": "true",
@@ -117772,7 +117838,7 @@
}
},
{
- "id": 9885,
+ "id": 10429,
"properties": {
"east": "true",
"north": "true",
@@ -117782,7 +117848,7 @@
}
},
{
- "id": 9886,
+ "id": 10430,
"properties": {
"east": "true",
"north": "true",
@@ -117792,7 +117858,7 @@
}
},
{
- "id": 9887,
+ "id": 10431,
"properties": {
"east": "true",
"north": "true",
@@ -117802,7 +117868,7 @@
}
},
{
- "id": 9888,
+ "id": 10432,
"properties": {
"east": "true",
"north": "true",
@@ -117812,7 +117878,7 @@
}
},
{
- "id": 9889,
+ "id": 10433,
"properties": {
"east": "true",
"north": "true",
@@ -117822,7 +117888,7 @@
}
},
{
- "id": 9890,
+ "id": 10434,
"properties": {
"east": "true",
"north": "true",
@@ -117832,7 +117898,7 @@
}
},
{
- "id": 9891,
+ "id": 10435,
"properties": {
"east": "true",
"north": "false",
@@ -117842,7 +117908,7 @@
}
},
{
- "id": 9892,
+ "id": 10436,
"properties": {
"east": "true",
"north": "false",
@@ -117852,7 +117918,7 @@
}
},
{
- "id": 9893,
+ "id": 10437,
"properties": {
"east": "true",
"north": "false",
@@ -117862,7 +117928,7 @@
}
},
{
- "id": 9894,
+ "id": 10438,
"properties": {
"east": "true",
"north": "false",
@@ -117872,7 +117938,7 @@
}
},
{
- "id": 9895,
+ "id": 10439,
"properties": {
"east": "true",
"north": "false",
@@ -117882,7 +117948,7 @@
}
},
{
- "id": 9896,
+ "id": 10440,
"properties": {
"east": "true",
"north": "false",
@@ -117892,7 +117958,7 @@
}
},
{
- "id": 9897,
+ "id": 10441,
"properties": {
"east": "true",
"north": "false",
@@ -117902,7 +117968,7 @@
}
},
{
- "id": 9898,
+ "id": 10442,
"properties": {
"east": "true",
"north": "false",
@@ -117912,7 +117978,7 @@
}
},
{
- "id": 9899,
+ "id": 10443,
"properties": {
"east": "false",
"north": "true",
@@ -117922,7 +117988,7 @@
}
},
{
- "id": 9900,
+ "id": 10444,
"properties": {
"east": "false",
"north": "true",
@@ -117932,7 +117998,7 @@
}
},
{
- "id": 9901,
+ "id": 10445,
"properties": {
"east": "false",
"north": "true",
@@ -117942,7 +118008,7 @@
}
},
{
- "id": 9902,
+ "id": 10446,
"properties": {
"east": "false",
"north": "true",
@@ -117952,7 +118018,7 @@
}
},
{
- "id": 9903,
+ "id": 10447,
"properties": {
"east": "false",
"north": "true",
@@ -117962,7 +118028,7 @@
}
},
{
- "id": 9904,
+ "id": 10448,
"properties": {
"east": "false",
"north": "true",
@@ -117972,7 +118038,7 @@
}
},
{
- "id": 9905,
+ "id": 10449,
"properties": {
"east": "false",
"north": "true",
@@ -117982,7 +118048,7 @@
}
},
{
- "id": 9906,
+ "id": 10450,
"properties": {
"east": "false",
"north": "true",
@@ -117992,7 +118058,7 @@
}
},
{
- "id": 9907,
+ "id": 10451,
"properties": {
"east": "false",
"north": "false",
@@ -118002,7 +118068,7 @@
}
},
{
- "id": 9908,
+ "id": 10452,
"properties": {
"east": "false",
"north": "false",
@@ -118012,7 +118078,7 @@
}
},
{
- "id": 9909,
+ "id": 10453,
"properties": {
"east": "false",
"north": "false",
@@ -118022,7 +118088,7 @@
}
},
{
- "id": 9910,
+ "id": 10454,
"properties": {
"east": "false",
"north": "false",
@@ -118032,7 +118098,7 @@
}
},
{
- "id": 9911,
+ "id": 10455,
"properties": {
"east": "false",
"north": "false",
@@ -118042,7 +118108,7 @@
}
},
{
- "id": 9912,
+ "id": 10456,
"properties": {
"east": "false",
"north": "false",
@@ -118052,7 +118118,7 @@
}
},
{
- "id": 9913,
+ "id": 10457,
"properties": {
"east": "false",
"north": "false",
@@ -118063,7 +118129,7 @@
},
{
"default": true,
- "id": 9914,
+ "id": 10458,
"properties": {
"east": "false",
"north": "false",
@@ -118082,7 +118148,7 @@
"states": [
{
"default": true,
- "id": 9619
+ "id": 10163
}
]
},
@@ -118103,25 +118169,25 @@
"states": [
{
"default": true,
- "id": 11382,
+ "id": 11926,
"properties": {
"facing": "north"
}
},
{
- "id": 11383,
+ "id": 11927,
"properties": {
"facing": "south"
}
},
{
- "id": 11384,
+ "id": 11928,
"properties": {
"facing": "west"
}
},
{
- "id": 11385,
+ "id": 11929,
"properties": {
"facing": "east"
}
@@ -118170,97 +118236,97 @@
"states": [
{
"default": true,
- "id": 9398,
+ "id": 9942,
"properties": {
"power": "0"
}
},
{
- "id": 9399,
+ "id": 9943,
"properties": {
"power": "1"
}
},
{
- "id": 9400,
+ "id": 9944,
"properties": {
"power": "2"
}
},
{
- "id": 9401,
+ "id": 9945,
"properties": {
"power": "3"
}
},
{
- "id": 9402,
+ "id": 9946,
"properties": {
"power": "4"
}
},
{
- "id": 9403,
+ "id": 9947,
"properties": {
"power": "5"
}
},
{
- "id": 9404,
+ "id": 9948,
"properties": {
"power": "6"
}
},
{
- "id": 9405,
+ "id": 9949,
"properties": {
"power": "7"
}
},
{
- "id": 9406,
+ "id": 9950,
"properties": {
"power": "8"
}
},
{
- "id": 9407,
+ "id": 9951,
"properties": {
"power": "9"
}
},
{
- "id": 9408,
+ "id": 9952,
"properties": {
"power": "10"
}
},
{
- "id": 9409,
+ "id": 9953,
"properties": {
"power": "11"
}
},
{
- "id": 9410,
+ "id": 9954,
"properties": {
"power": "12"
}
},
{
- "id": 9411,
+ "id": 9955,
"properties": {
"power": "13"
}
},
{
- "id": 9412,
+ "id": 9956,
"properties": {
"power": "14"
}
},
{
- "id": 9413,
+ "id": 9957,
"properties": {
"power": "15"
}
@@ -118292,7 +118358,7 @@
},
"states": [
{
- "id": 25193,
+ "id": 25737,
"properties": {
"facing": "north",
"powered": "true",
@@ -118300,7 +118366,7 @@
}
},
{
- "id": 25194,
+ "id": 25738,
"properties": {
"facing": "north",
"powered": "true",
@@ -118308,7 +118374,7 @@
}
},
{
- "id": 25195,
+ "id": 25739,
"properties": {
"facing": "north",
"powered": "false",
@@ -118316,7 +118382,7 @@
}
},
{
- "id": 25196,
+ "id": 25740,
"properties": {
"facing": "north",
"powered": "false",
@@ -118324,7 +118390,7 @@
}
},
{
- "id": 25197,
+ "id": 25741,
"properties": {
"facing": "east",
"powered": "true",
@@ -118332,7 +118398,7 @@
}
},
{
- "id": 25198,
+ "id": 25742,
"properties": {
"facing": "east",
"powered": "true",
@@ -118340,7 +118406,7 @@
}
},
{
- "id": 25199,
+ "id": 25743,
"properties": {
"facing": "east",
"powered": "false",
@@ -118348,7 +118414,7 @@
}
},
{
- "id": 25200,
+ "id": 25744,
"properties": {
"facing": "east",
"powered": "false",
@@ -118356,7 +118422,7 @@
}
},
{
- "id": 25201,
+ "id": 25745,
"properties": {
"facing": "south",
"powered": "true",
@@ -118364,7 +118430,7 @@
}
},
{
- "id": 25202,
+ "id": 25746,
"properties": {
"facing": "south",
"powered": "true",
@@ -118372,7 +118438,7 @@
}
},
{
- "id": 25203,
+ "id": 25747,
"properties": {
"facing": "south",
"powered": "false",
@@ -118380,7 +118446,7 @@
}
},
{
- "id": 25204,
+ "id": 25748,
"properties": {
"facing": "south",
"powered": "false",
@@ -118388,7 +118454,7 @@
}
},
{
- "id": 25205,
+ "id": 25749,
"properties": {
"facing": "west",
"powered": "true",
@@ -118396,7 +118462,7 @@
}
},
{
- "id": 25206,
+ "id": 25750,
"properties": {
"facing": "west",
"powered": "true",
@@ -118404,7 +118470,7 @@
}
},
{
- "id": 25207,
+ "id": 25751,
"properties": {
"facing": "west",
"powered": "false",
@@ -118412,7 +118478,7 @@
}
},
{
- "id": 25208,
+ "id": 25752,
"properties": {
"facing": "west",
"powered": "false",
@@ -118420,7 +118486,7 @@
}
},
{
- "id": 25209,
+ "id": 25753,
"properties": {
"facing": "up",
"powered": "true",
@@ -118428,7 +118494,7 @@
}
},
{
- "id": 25210,
+ "id": 25754,
"properties": {
"facing": "up",
"powered": "true",
@@ -118436,7 +118502,7 @@
}
},
{
- "id": 25211,
+ "id": 25755,
"properties": {
"facing": "up",
"powered": "false",
@@ -118445,7 +118511,7 @@
},
{
"default": true,
- "id": 25212,
+ "id": 25756,
"properties": {
"facing": "up",
"powered": "false",
@@ -118453,7 +118519,7 @@
}
},
{
- "id": 25213,
+ "id": 25757,
"properties": {
"facing": "down",
"powered": "true",
@@ -118461,7 +118527,7 @@
}
},
{
- "id": 25214,
+ "id": 25758,
"properties": {
"facing": "down",
"powered": "true",
@@ -118469,7 +118535,7 @@
}
},
{
- "id": 25215,
+ "id": 25759,
"properties": {
"facing": "down",
"powered": "false",
@@ -118477,7 +118543,7 @@
}
},
{
- "id": 25216,
+ "id": 25760,
"properties": {
"facing": "down",
"powered": "false",
@@ -118499,14 +118565,14 @@
},
"states": [
{
- "id": 11084,
+ "id": 11628,
"properties": {
"half": "upper"
}
},
{
"default": true,
- "id": 11085,
+ "id": 11629,
"properties": {
"half": "lower"
}
@@ -118519,7 +118585,7 @@
"properties": {},
"suspicious_stew_effects": [
{
- "duration": 240,
+ "duration": 220,
"id": "minecraft:poison"
}
]
@@ -118539,7 +118605,7 @@
"states": [
{
"default": true,
- "id": 7501
+ "id": 7632
}
]
},
@@ -118572,97 +118638,97 @@
"states": [
{
"default": true,
- "id": 11174,
+ "id": 11718,
"properties": {
"rotation": "0"
}
},
{
- "id": 11175,
+ "id": 11719,
"properties": {
"rotation": "1"
}
},
{
- "id": 11176,
+ "id": 11720,
"properties": {
"rotation": "2"
}
},
{
- "id": 11177,
+ "id": 11721,
"properties": {
"rotation": "3"
}
},
{
- "id": 11178,
+ "id": 11722,
"properties": {
"rotation": "4"
}
},
{
- "id": 11179,
+ "id": 11723,
"properties": {
"rotation": "5"
}
},
{
- "id": 11180,
+ "id": 11724,
"properties": {
"rotation": "6"
}
},
{
- "id": 11181,
+ "id": 11725,
"properties": {
"rotation": "7"
}
},
{
- "id": 11182,
+ "id": 11726,
"properties": {
"rotation": "8"
}
},
{
- "id": 11183,
+ "id": 11727,
"properties": {
"rotation": "9"
}
},
{
- "id": 11184,
+ "id": 11728,
"properties": {
"rotation": "10"
}
},
{
- "id": 11185,
+ "id": 11729,
"properties": {
"rotation": "11"
}
},
{
- "id": 11186,
+ "id": 11730,
"properties": {
"rotation": "12"
}
},
{
- "id": 11187,
+ "id": 11731,
"properties": {
"rotation": "13"
}
},
{
- "id": 11188,
+ "id": 11732,
"properties": {
"rotation": "14"
}
},
{
- "id": 11189,
+ "id": 11733,
"properties": {
"rotation": "15"
}
@@ -118846,7 +118912,7 @@
},
"states": [
{
- "id": 21290,
+ "id": 21834,
"properties": {
"candles": "1",
"lit": "true",
@@ -118854,7 +118920,7 @@
}
},
{
- "id": 21291,
+ "id": 21835,
"properties": {
"candles": "1",
"lit": "true",
@@ -118862,7 +118928,7 @@
}
},
{
- "id": 21292,
+ "id": 21836,
"properties": {
"candles": "1",
"lit": "false",
@@ -118871,7 +118937,7 @@
},
{
"default": true,
- "id": 21293,
+ "id": 21837,
"properties": {
"candles": "1",
"lit": "false",
@@ -118879,7 +118945,7 @@
}
},
{
- "id": 21294,
+ "id": 21838,
"properties": {
"candles": "2",
"lit": "true",
@@ -118887,7 +118953,7 @@
}
},
{
- "id": 21295,
+ "id": 21839,
"properties": {
"candles": "2",
"lit": "true",
@@ -118895,7 +118961,7 @@
}
},
{
- "id": 21296,
+ "id": 21840,
"properties": {
"candles": "2",
"lit": "false",
@@ -118903,7 +118969,7 @@
}
},
{
- "id": 21297,
+ "id": 21841,
"properties": {
"candles": "2",
"lit": "false",
@@ -118911,7 +118977,7 @@
}
},
{
- "id": 21298,
+ "id": 21842,
"properties": {
"candles": "3",
"lit": "true",
@@ -118919,7 +118985,7 @@
}
},
{
- "id": 21299,
+ "id": 21843,
"properties": {
"candles": "3",
"lit": "true",
@@ -118927,7 +118993,7 @@
}
},
{
- "id": 21300,
+ "id": 21844,
"properties": {
"candles": "3",
"lit": "false",
@@ -118935,7 +119001,7 @@
}
},
{
- "id": 21301,
+ "id": 21845,
"properties": {
"candles": "3",
"lit": "false",
@@ -118943,7 +119009,7 @@
}
},
{
- "id": 21302,
+ "id": 21846,
"properties": {
"candles": "4",
"lit": "true",
@@ -118951,7 +119017,7 @@
}
},
{
- "id": 21303,
+ "id": 21847,
"properties": {
"candles": "4",
"lit": "true",
@@ -118959,7 +119025,7 @@
}
},
{
- "id": 21304,
+ "id": 21848,
"properties": {
"candles": "4",
"lit": "false",
@@ -118967,7 +119033,7 @@
}
},
{
- "id": 21305,
+ "id": 21849,
"properties": {
"candles": "4",
"lit": "false",
@@ -118990,14 +119056,14 @@
},
"states": [
{
- "id": 21478,
+ "id": 22022,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21479,
+ "id": 22023,
"properties": {
"lit": "false"
}
@@ -119013,7 +119079,7 @@
"states": [
{
"default": true,
- "id": 11068
+ "id": 11612
}
]
},
@@ -119025,7 +119091,7 @@
"states": [
{
"default": true,
- "id": 13202
+ "id": 13746
}
]
},
@@ -119038,7 +119104,7 @@
"states": [
{
"default": true,
- "id": 13218
+ "id": 13762
}
]
},
@@ -119058,25 +119124,25 @@
"states": [
{
"default": true,
- "id": 13153,
+ "id": 13697,
"properties": {
"facing": "north"
}
},
{
- "id": 13154,
+ "id": 13698,
"properties": {
"facing": "south"
}
},
{
- "id": 13155,
+ "id": 13699,
"properties": {
"facing": "west"
}
},
{
- "id": 13156,
+ "id": 13700,
"properties": {
"facing": "east"
}
@@ -119101,38 +119167,38 @@
},
"states": [
{
- "id": 13067,
+ "id": 13611,
"properties": {
"facing": "north"
}
},
{
- "id": 13068,
+ "id": 13612,
"properties": {
"facing": "east"
}
},
{
- "id": 13069,
+ "id": 13613,
"properties": {
"facing": "south"
}
},
{
- "id": 13070,
+ "id": 13614,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13071,
+ "id": 13615,
"properties": {
"facing": "up"
}
},
{
- "id": 13072,
+ "id": 13616,
"properties": {
"facing": "down"
}
@@ -119148,7 +119214,7 @@
"states": [
{
"default": true,
- "id": 6116
+ "id": 6119
}
]
},
@@ -119182,7 +119248,7 @@
},
"states": [
{
- "id": 9787,
+ "id": 10331,
"properties": {
"east": "true",
"north": "true",
@@ -119192,7 +119258,7 @@
}
},
{
- "id": 9788,
+ "id": 10332,
"properties": {
"east": "true",
"north": "true",
@@ -119202,7 +119268,7 @@
}
},
{
- "id": 9789,
+ "id": 10333,
"properties": {
"east": "true",
"north": "true",
@@ -119212,7 +119278,7 @@
}
},
{
- "id": 9790,
+ "id": 10334,
"properties": {
"east": "true",
"north": "true",
@@ -119222,7 +119288,7 @@
}
},
{
- "id": 9791,
+ "id": 10335,
"properties": {
"east": "true",
"north": "true",
@@ -119232,7 +119298,7 @@
}
},
{
- "id": 9792,
+ "id": 10336,
"properties": {
"east": "true",
"north": "true",
@@ -119242,7 +119308,7 @@
}
},
{
- "id": 9793,
+ "id": 10337,
"properties": {
"east": "true",
"north": "true",
@@ -119252,7 +119318,7 @@
}
},
{
- "id": 9794,
+ "id": 10338,
"properties": {
"east": "true",
"north": "true",
@@ -119262,7 +119328,7 @@
}
},
{
- "id": 9795,
+ "id": 10339,
"properties": {
"east": "true",
"north": "false",
@@ -119272,7 +119338,7 @@
}
},
{
- "id": 9796,
+ "id": 10340,
"properties": {
"east": "true",
"north": "false",
@@ -119282,7 +119348,7 @@
}
},
{
- "id": 9797,
+ "id": 10341,
"properties": {
"east": "true",
"north": "false",
@@ -119292,7 +119358,7 @@
}
},
{
- "id": 9798,
+ "id": 10342,
"properties": {
"east": "true",
"north": "false",
@@ -119302,7 +119368,7 @@
}
},
{
- "id": 9799,
+ "id": 10343,
"properties": {
"east": "true",
"north": "false",
@@ -119312,7 +119378,7 @@
}
},
{
- "id": 9800,
+ "id": 10344,
"properties": {
"east": "true",
"north": "false",
@@ -119322,7 +119388,7 @@
}
},
{
- "id": 9801,
+ "id": 10345,
"properties": {
"east": "true",
"north": "false",
@@ -119332,7 +119398,7 @@
}
},
{
- "id": 9802,
+ "id": 10346,
"properties": {
"east": "true",
"north": "false",
@@ -119342,7 +119408,7 @@
}
},
{
- "id": 9803,
+ "id": 10347,
"properties": {
"east": "false",
"north": "true",
@@ -119352,7 +119418,7 @@
}
},
{
- "id": 9804,
+ "id": 10348,
"properties": {
"east": "false",
"north": "true",
@@ -119362,7 +119428,7 @@
}
},
{
- "id": 9805,
+ "id": 10349,
"properties": {
"east": "false",
"north": "true",
@@ -119372,7 +119438,7 @@
}
},
{
- "id": 9806,
+ "id": 10350,
"properties": {
"east": "false",
"north": "true",
@@ -119382,7 +119448,7 @@
}
},
{
- "id": 9807,
+ "id": 10351,
"properties": {
"east": "false",
"north": "true",
@@ -119392,7 +119458,7 @@
}
},
{
- "id": 9808,
+ "id": 10352,
"properties": {
"east": "false",
"north": "true",
@@ -119402,7 +119468,7 @@
}
},
{
- "id": 9809,
+ "id": 10353,
"properties": {
"east": "false",
"north": "true",
@@ -119412,7 +119478,7 @@
}
},
{
- "id": 9810,
+ "id": 10354,
"properties": {
"east": "false",
"north": "true",
@@ -119422,7 +119488,7 @@
}
},
{
- "id": 9811,
+ "id": 10355,
"properties": {
"east": "false",
"north": "false",
@@ -119432,7 +119498,7 @@
}
},
{
- "id": 9812,
+ "id": 10356,
"properties": {
"east": "false",
"north": "false",
@@ -119442,7 +119508,7 @@
}
},
{
- "id": 9813,
+ "id": 10357,
"properties": {
"east": "false",
"north": "false",
@@ -119452,7 +119518,7 @@
}
},
{
- "id": 9814,
+ "id": 10358,
"properties": {
"east": "false",
"north": "false",
@@ -119462,7 +119528,7 @@
}
},
{
- "id": 9815,
+ "id": 10359,
"properties": {
"east": "false",
"north": "false",
@@ -119472,7 +119538,7 @@
}
},
{
- "id": 9816,
+ "id": 10360,
"properties": {
"east": "false",
"north": "false",
@@ -119482,7 +119548,7 @@
}
},
{
- "id": 9817,
+ "id": 10361,
"properties": {
"east": "false",
"north": "false",
@@ -119493,7 +119559,7 @@
},
{
"default": true,
- "id": 9818,
+ "id": 10362,
"properties": {
"east": "false",
"north": "false",
@@ -119512,7 +119578,7 @@
"states": [
{
"default": true,
- "id": 9616
+ "id": 10160
}
]
},
@@ -119533,25 +119599,25 @@
"states": [
{
"default": true,
- "id": 11370,
+ "id": 11914,
"properties": {
"facing": "north"
}
},
{
- "id": 11371,
+ "id": 11915,
"properties": {
"facing": "south"
}
},
{
- "id": 11372,
+ "id": 11916,
"properties": {
"facing": "west"
}
},
{
- "id": 11373,
+ "id": 11917,
"properties": {
"facing": "east"
}
@@ -119578,7 +119644,7 @@
"states": [
{
"default": true,
- "id": 19928
+ "id": 20472
}
]
},
@@ -119598,25 +119664,25 @@
"states": [
{
"default": true,
- "id": 18873,
+ "id": 19417,
"properties": {
"facing": "north"
}
},
{
- "id": 18874,
+ "id": 19418,
"properties": {
"facing": "south"
}
},
{
- "id": 18875,
+ "id": 19419,
"properties": {
"facing": "west"
}
},
{
- "id": 18876,
+ "id": 19420,
"properties": {
"facing": "east"
}
@@ -119652,97 +119718,97 @@
"states": [
{
"default": true,
- "id": 11126,
+ "id": 11670,
"properties": {
"rotation": "0"
}
},
{
- "id": 11127,
+ "id": 11671,
"properties": {
"rotation": "1"
}
},
{
- "id": 11128,
+ "id": 11672,
"properties": {
"rotation": "2"
}
},
{
- "id": 11129,
+ "id": 11673,
"properties": {
"rotation": "3"
}
},
{
- "id": 11130,
+ "id": 11674,
"properties": {
"rotation": "4"
}
},
{
- "id": 11131,
+ "id": 11675,
"properties": {
"rotation": "5"
}
},
{
- "id": 11132,
+ "id": 11676,
"properties": {
"rotation": "6"
}
},
{
- "id": 11133,
+ "id": 11677,
"properties": {
"rotation": "7"
}
},
{
- "id": 11134,
+ "id": 11678,
"properties": {
"rotation": "8"
}
},
{
- "id": 11135,
+ "id": 11679,
"properties": {
"rotation": "9"
}
},
{
- "id": 11136,
+ "id": 11680,
"properties": {
"rotation": "10"
}
},
{
- "id": 11137,
+ "id": 11681,
"properties": {
"rotation": "11"
}
},
{
- "id": 11138,
+ "id": 11682,
"properties": {
"rotation": "12"
}
},
{
- "id": 11139,
+ "id": 11683,
"properties": {
"rotation": "13"
}
},
{
- "id": 11140,
+ "id": 11684,
"properties": {
"rotation": "14"
}
},
{
- "id": 11141,
+ "id": 11685,
"properties": {
"rotation": "15"
}
@@ -119926,7 +119992,7 @@
},
"states": [
{
- "id": 21242,
+ "id": 21786,
"properties": {
"candles": "1",
"lit": "true",
@@ -119934,7 +120000,7 @@
}
},
{
- "id": 21243,
+ "id": 21787,
"properties": {
"candles": "1",
"lit": "true",
@@ -119942,7 +120008,7 @@
}
},
{
- "id": 21244,
+ "id": 21788,
"properties": {
"candles": "1",
"lit": "false",
@@ -119951,7 +120017,7 @@
},
{
"default": true,
- "id": 21245,
+ "id": 21789,
"properties": {
"candles": "1",
"lit": "false",
@@ -119959,7 +120025,7 @@
}
},
{
- "id": 21246,
+ "id": 21790,
"properties": {
"candles": "2",
"lit": "true",
@@ -119967,7 +120033,7 @@
}
},
{
- "id": 21247,
+ "id": 21791,
"properties": {
"candles": "2",
"lit": "true",
@@ -119975,7 +120041,7 @@
}
},
{
- "id": 21248,
+ "id": 21792,
"properties": {
"candles": "2",
"lit": "false",
@@ -119983,7 +120049,7 @@
}
},
{
- "id": 21249,
+ "id": 21793,
"properties": {
"candles": "2",
"lit": "false",
@@ -119991,7 +120057,7 @@
}
},
{
- "id": 21250,
+ "id": 21794,
"properties": {
"candles": "3",
"lit": "true",
@@ -119999,7 +120065,7 @@
}
},
{
- "id": 21251,
+ "id": 21795,
"properties": {
"candles": "3",
"lit": "true",
@@ -120007,7 +120073,7 @@
}
},
{
- "id": 21252,
+ "id": 21796,
"properties": {
"candles": "3",
"lit": "false",
@@ -120015,7 +120081,7 @@
}
},
{
- "id": 21253,
+ "id": 21797,
"properties": {
"candles": "3",
"lit": "false",
@@ -120023,7 +120089,7 @@
}
},
{
- "id": 21254,
+ "id": 21798,
"properties": {
"candles": "4",
"lit": "true",
@@ -120031,7 +120097,7 @@
}
},
{
- "id": 21255,
+ "id": 21799,
"properties": {
"candles": "4",
"lit": "true",
@@ -120039,7 +120105,7 @@
}
},
{
- "id": 21256,
+ "id": 21800,
"properties": {
"candles": "4",
"lit": "false",
@@ -120047,7 +120113,7 @@
}
},
{
- "id": 21257,
+ "id": 21801,
"properties": {
"candles": "4",
"lit": "false",
@@ -120070,14 +120136,14 @@
},
"states": [
{
- "id": 21472,
+ "id": 22016,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21473,
+ "id": 22017,
"properties": {
"lit": "false"
}
@@ -120093,7 +120159,7 @@
"states": [
{
"default": true,
- "id": 11065
+ "id": 11609
}
]
},
@@ -120105,7 +120171,7 @@
"states": [
{
"default": true,
- "id": 13199
+ "id": 13743
}
]
},
@@ -120118,7 +120184,7 @@
"states": [
{
"default": true,
- "id": 13215
+ "id": 13759
}
]
},
@@ -120138,25 +120204,25 @@
"states": [
{
"default": true,
- "id": 13141,
+ "id": 13685,
"properties": {
"facing": "north"
}
},
{
- "id": 13142,
+ "id": 13686,
"properties": {
"facing": "south"
}
},
{
- "id": 13143,
+ "id": 13687,
"properties": {
"facing": "west"
}
},
{
- "id": 13144,
+ "id": 13688,
"properties": {
"facing": "east"
}
@@ -120181,38 +120247,38 @@
},
"states": [
{
- "id": 13049,
+ "id": 13593,
"properties": {
"facing": "north"
}
},
{
- "id": 13050,
+ "id": 13594,
"properties": {
"facing": "east"
}
},
{
- "id": 13051,
+ "id": 13595,
"properties": {
"facing": "south"
}
},
{
- "id": 13052,
+ "id": 13596,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13053,
+ "id": 13597,
"properties": {
"facing": "up"
}
},
{
- "id": 13054,
+ "id": 13598,
"properties": {
"facing": "down"
}
@@ -120228,7 +120294,7 @@
"states": [
{
"default": true,
- "id": 6113
+ "id": 6116
}
]
},
@@ -120262,7 +120328,7 @@
},
"states": [
{
- "id": 9691,
+ "id": 10235,
"properties": {
"east": "true",
"north": "true",
@@ -120272,7 +120338,7 @@
}
},
{
- "id": 9692,
+ "id": 10236,
"properties": {
"east": "true",
"north": "true",
@@ -120282,7 +120348,7 @@
}
},
{
- "id": 9693,
+ "id": 10237,
"properties": {
"east": "true",
"north": "true",
@@ -120292,7 +120358,7 @@
}
},
{
- "id": 9694,
+ "id": 10238,
"properties": {
"east": "true",
"north": "true",
@@ -120302,7 +120368,7 @@
}
},
{
- "id": 9695,
+ "id": 10239,
"properties": {
"east": "true",
"north": "true",
@@ -120312,7 +120378,7 @@
}
},
{
- "id": 9696,
+ "id": 10240,
"properties": {
"east": "true",
"north": "true",
@@ -120322,7 +120388,7 @@
}
},
{
- "id": 9697,
+ "id": 10241,
"properties": {
"east": "true",
"north": "true",
@@ -120332,7 +120398,7 @@
}
},
{
- "id": 9698,
+ "id": 10242,
"properties": {
"east": "true",
"north": "true",
@@ -120342,7 +120408,7 @@
}
},
{
- "id": 9699,
+ "id": 10243,
"properties": {
"east": "true",
"north": "false",
@@ -120352,7 +120418,7 @@
}
},
{
- "id": 9700,
+ "id": 10244,
"properties": {
"east": "true",
"north": "false",
@@ -120362,7 +120428,7 @@
}
},
{
- "id": 9701,
+ "id": 10245,
"properties": {
"east": "true",
"north": "false",
@@ -120372,7 +120438,7 @@
}
},
{
- "id": 9702,
+ "id": 10246,
"properties": {
"east": "true",
"north": "false",
@@ -120382,7 +120448,7 @@
}
},
{
- "id": 9703,
+ "id": 10247,
"properties": {
"east": "true",
"north": "false",
@@ -120392,7 +120458,7 @@
}
},
{
- "id": 9704,
+ "id": 10248,
"properties": {
"east": "true",
"north": "false",
@@ -120402,7 +120468,7 @@
}
},
{
- "id": 9705,
+ "id": 10249,
"properties": {
"east": "true",
"north": "false",
@@ -120412,7 +120478,7 @@
}
},
{
- "id": 9706,
+ "id": 10250,
"properties": {
"east": "true",
"north": "false",
@@ -120422,7 +120488,7 @@
}
},
{
- "id": 9707,
+ "id": 10251,
"properties": {
"east": "false",
"north": "true",
@@ -120432,7 +120498,7 @@
}
},
{
- "id": 9708,
+ "id": 10252,
"properties": {
"east": "false",
"north": "true",
@@ -120442,7 +120508,7 @@
}
},
{
- "id": 9709,
+ "id": 10253,
"properties": {
"east": "false",
"north": "true",
@@ -120452,7 +120518,7 @@
}
},
{
- "id": 9710,
+ "id": 10254,
"properties": {
"east": "false",
"north": "true",
@@ -120462,7 +120528,7 @@
}
},
{
- "id": 9711,
+ "id": 10255,
"properties": {
"east": "false",
"north": "true",
@@ -120472,7 +120538,7 @@
}
},
{
- "id": 9712,
+ "id": 10256,
"properties": {
"east": "false",
"north": "true",
@@ -120482,7 +120548,7 @@
}
},
{
- "id": 9713,
+ "id": 10257,
"properties": {
"east": "false",
"north": "true",
@@ -120492,7 +120558,7 @@
}
},
{
- "id": 9714,
+ "id": 10258,
"properties": {
"east": "false",
"north": "true",
@@ -120502,7 +120568,7 @@
}
},
{
- "id": 9715,
+ "id": 10259,
"properties": {
"east": "false",
"north": "false",
@@ -120512,7 +120578,7 @@
}
},
{
- "id": 9716,
+ "id": 10260,
"properties": {
"east": "false",
"north": "false",
@@ -120522,7 +120588,7 @@
}
},
{
- "id": 9717,
+ "id": 10261,
"properties": {
"east": "false",
"north": "false",
@@ -120532,7 +120598,7 @@
}
},
{
- "id": 9718,
+ "id": 10262,
"properties": {
"east": "false",
"north": "false",
@@ -120542,7 +120608,7 @@
}
},
{
- "id": 9719,
+ "id": 10263,
"properties": {
"east": "false",
"north": "false",
@@ -120552,7 +120618,7 @@
}
},
{
- "id": 9720,
+ "id": 10264,
"properties": {
"east": "false",
"north": "false",
@@ -120562,7 +120628,7 @@
}
},
{
- "id": 9721,
+ "id": 10265,
"properties": {
"east": "false",
"north": "false",
@@ -120573,7 +120639,7 @@
},
{
"default": true,
- "id": 9722,
+ "id": 10266,
"properties": {
"east": "false",
"north": "false",
@@ -120592,7 +120658,7 @@
"states": [
{
"default": true,
- "id": 9613
+ "id": 10157
}
]
},
@@ -120613,25 +120679,25 @@
"states": [
{
"default": true,
- "id": 11358,
+ "id": 11902,
"properties": {
"facing": "north"
}
},
{
- "id": 11359,
+ "id": 11903,
"properties": {
"facing": "south"
}
},
{
- "id": 11360,
+ "id": 11904,
"properties": {
"facing": "west"
}
},
{
- "id": 11361,
+ "id": 11905,
"properties": {
"facing": "east"
}
@@ -120658,7 +120724,7 @@
"states": [
{
"default": true,
- "id": 13012
+ "id": 13556
}
]
},
@@ -120688,7 +120754,7 @@
},
"states": [
{
- "id": 9034,
+ "id": 9578,
"properties": {
"face": "floor",
"facing": "north",
@@ -120696,7 +120762,7 @@
}
},
{
- "id": 9035,
+ "id": 9579,
"properties": {
"face": "floor",
"facing": "north",
@@ -120704,7 +120770,7 @@
}
},
{
- "id": 9036,
+ "id": 9580,
"properties": {
"face": "floor",
"facing": "south",
@@ -120712,7 +120778,7 @@
}
},
{
- "id": 9037,
+ "id": 9581,
"properties": {
"face": "floor",
"facing": "south",
@@ -120720,7 +120786,7 @@
}
},
{
- "id": 9038,
+ "id": 9582,
"properties": {
"face": "floor",
"facing": "west",
@@ -120728,7 +120794,7 @@
}
},
{
- "id": 9039,
+ "id": 9583,
"properties": {
"face": "floor",
"facing": "west",
@@ -120736,7 +120802,7 @@
}
},
{
- "id": 9040,
+ "id": 9584,
"properties": {
"face": "floor",
"facing": "east",
@@ -120744,7 +120810,7 @@
}
},
{
- "id": 9041,
+ "id": 9585,
"properties": {
"face": "floor",
"facing": "east",
@@ -120752,7 +120818,7 @@
}
},
{
- "id": 9042,
+ "id": 9586,
"properties": {
"face": "wall",
"facing": "north",
@@ -120761,7 +120827,7 @@
},
{
"default": true,
- "id": 9043,
+ "id": 9587,
"properties": {
"face": "wall",
"facing": "north",
@@ -120769,7 +120835,7 @@
}
},
{
- "id": 9044,
+ "id": 9588,
"properties": {
"face": "wall",
"facing": "south",
@@ -120777,7 +120843,7 @@
}
},
{
- "id": 9045,
+ "id": 9589,
"properties": {
"face": "wall",
"facing": "south",
@@ -120785,7 +120851,7 @@
}
},
{
- "id": 9046,
+ "id": 9590,
"properties": {
"face": "wall",
"facing": "west",
@@ -120793,7 +120859,7 @@
}
},
{
- "id": 9047,
+ "id": 9591,
"properties": {
"face": "wall",
"facing": "west",
@@ -120801,7 +120867,7 @@
}
},
{
- "id": 9048,
+ "id": 9592,
"properties": {
"face": "wall",
"facing": "east",
@@ -120809,7 +120875,7 @@
}
},
{
- "id": 9049,
+ "id": 9593,
"properties": {
"face": "wall",
"facing": "east",
@@ -120817,7 +120883,7 @@
}
},
{
- "id": 9050,
+ "id": 9594,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -120825,7 +120891,7 @@
}
},
{
- "id": 9051,
+ "id": 9595,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -120833,7 +120899,7 @@
}
},
{
- "id": 9052,
+ "id": 9596,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -120841,7 +120907,7 @@
}
},
{
- "id": 9053,
+ "id": 9597,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -120849,7 +120915,7 @@
}
},
{
- "id": 9054,
+ "id": 9598,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -120857,7 +120923,7 @@
}
},
{
- "id": 9055,
+ "id": 9599,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -120865,7 +120931,7 @@
}
},
{
- "id": 9056,
+ "id": 9600,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -120873,7 +120939,7 @@
}
},
{
- "id": 9057,
+ "id": 9601,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -120914,7 +120980,7 @@
},
"states": [
{
- "id": 12675,
+ "id": 13219,
"properties": {
"facing": "north",
"half": "upper",
@@ -120924,7 +120990,7 @@
}
},
{
- "id": 12676,
+ "id": 13220,
"properties": {
"facing": "north",
"half": "upper",
@@ -120934,7 +121000,7 @@
}
},
{
- "id": 12677,
+ "id": 13221,
"properties": {
"facing": "north",
"half": "upper",
@@ -120944,7 +121010,7 @@
}
},
{
- "id": 12678,
+ "id": 13222,
"properties": {
"facing": "north",
"half": "upper",
@@ -120954,7 +121020,7 @@
}
},
{
- "id": 12679,
+ "id": 13223,
"properties": {
"facing": "north",
"half": "upper",
@@ -120964,7 +121030,7 @@
}
},
{
- "id": 12680,
+ "id": 13224,
"properties": {
"facing": "north",
"half": "upper",
@@ -120974,7 +121040,7 @@
}
},
{
- "id": 12681,
+ "id": 13225,
"properties": {
"facing": "north",
"half": "upper",
@@ -120984,7 +121050,7 @@
}
},
{
- "id": 12682,
+ "id": 13226,
"properties": {
"facing": "north",
"half": "upper",
@@ -120994,7 +121060,7 @@
}
},
{
- "id": 12683,
+ "id": 13227,
"properties": {
"facing": "north",
"half": "lower",
@@ -121004,7 +121070,7 @@
}
},
{
- "id": 12684,
+ "id": 13228,
"properties": {
"facing": "north",
"half": "lower",
@@ -121014,7 +121080,7 @@
}
},
{
- "id": 12685,
+ "id": 13229,
"properties": {
"facing": "north",
"half": "lower",
@@ -121025,7 +121091,7 @@
},
{
"default": true,
- "id": 12686,
+ "id": 13230,
"properties": {
"facing": "north",
"half": "lower",
@@ -121035,7 +121101,7 @@
}
},
{
- "id": 12687,
+ "id": 13231,
"properties": {
"facing": "north",
"half": "lower",
@@ -121045,7 +121111,7 @@
}
},
{
- "id": 12688,
+ "id": 13232,
"properties": {
"facing": "north",
"half": "lower",
@@ -121055,7 +121121,7 @@
}
},
{
- "id": 12689,
+ "id": 13233,
"properties": {
"facing": "north",
"half": "lower",
@@ -121065,7 +121131,7 @@
}
},
{
- "id": 12690,
+ "id": 13234,
"properties": {
"facing": "north",
"half": "lower",
@@ -121075,7 +121141,7 @@
}
},
{
- "id": 12691,
+ "id": 13235,
"properties": {
"facing": "south",
"half": "upper",
@@ -121085,7 +121151,7 @@
}
},
{
- "id": 12692,
+ "id": 13236,
"properties": {
"facing": "south",
"half": "upper",
@@ -121095,7 +121161,7 @@
}
},
{
- "id": 12693,
+ "id": 13237,
"properties": {
"facing": "south",
"half": "upper",
@@ -121105,7 +121171,7 @@
}
},
{
- "id": 12694,
+ "id": 13238,
"properties": {
"facing": "south",
"half": "upper",
@@ -121115,7 +121181,7 @@
}
},
{
- "id": 12695,
+ "id": 13239,
"properties": {
"facing": "south",
"half": "upper",
@@ -121125,7 +121191,7 @@
}
},
{
- "id": 12696,
+ "id": 13240,
"properties": {
"facing": "south",
"half": "upper",
@@ -121135,7 +121201,7 @@
}
},
{
- "id": 12697,
+ "id": 13241,
"properties": {
"facing": "south",
"half": "upper",
@@ -121145,7 +121211,7 @@
}
},
{
- "id": 12698,
+ "id": 13242,
"properties": {
"facing": "south",
"half": "upper",
@@ -121155,7 +121221,7 @@
}
},
{
- "id": 12699,
+ "id": 13243,
"properties": {
"facing": "south",
"half": "lower",
@@ -121165,7 +121231,7 @@
}
},
{
- "id": 12700,
+ "id": 13244,
"properties": {
"facing": "south",
"half": "lower",
@@ -121175,7 +121241,7 @@
}
},
{
- "id": 12701,
+ "id": 13245,
"properties": {
"facing": "south",
"half": "lower",
@@ -121185,7 +121251,7 @@
}
},
{
- "id": 12702,
+ "id": 13246,
"properties": {
"facing": "south",
"half": "lower",
@@ -121195,7 +121261,7 @@
}
},
{
- "id": 12703,
+ "id": 13247,
"properties": {
"facing": "south",
"half": "lower",
@@ -121205,7 +121271,7 @@
}
},
{
- "id": 12704,
+ "id": 13248,
"properties": {
"facing": "south",
"half": "lower",
@@ -121215,7 +121281,7 @@
}
},
{
- "id": 12705,
+ "id": 13249,
"properties": {
"facing": "south",
"half": "lower",
@@ -121225,7 +121291,7 @@
}
},
{
- "id": 12706,
+ "id": 13250,
"properties": {
"facing": "south",
"half": "lower",
@@ -121235,7 +121301,7 @@
}
},
{
- "id": 12707,
+ "id": 13251,
"properties": {
"facing": "west",
"half": "upper",
@@ -121245,7 +121311,7 @@
}
},
{
- "id": 12708,
+ "id": 13252,
"properties": {
"facing": "west",
"half": "upper",
@@ -121255,7 +121321,7 @@
}
},
{
- "id": 12709,
+ "id": 13253,
"properties": {
"facing": "west",
"half": "upper",
@@ -121265,7 +121331,7 @@
}
},
{
- "id": 12710,
+ "id": 13254,
"properties": {
"facing": "west",
"half": "upper",
@@ -121275,7 +121341,7 @@
}
},
{
- "id": 12711,
+ "id": 13255,
"properties": {
"facing": "west",
"half": "upper",
@@ -121285,7 +121351,7 @@
}
},
{
- "id": 12712,
+ "id": 13256,
"properties": {
"facing": "west",
"half": "upper",
@@ -121295,7 +121361,7 @@
}
},
{
- "id": 12713,
+ "id": 13257,
"properties": {
"facing": "west",
"half": "upper",
@@ -121305,7 +121371,7 @@
}
},
{
- "id": 12714,
+ "id": 13258,
"properties": {
"facing": "west",
"half": "upper",
@@ -121315,7 +121381,7 @@
}
},
{
- "id": 12715,
+ "id": 13259,
"properties": {
"facing": "west",
"half": "lower",
@@ -121325,7 +121391,7 @@
}
},
{
- "id": 12716,
+ "id": 13260,
"properties": {
"facing": "west",
"half": "lower",
@@ -121335,7 +121401,7 @@
}
},
{
- "id": 12717,
+ "id": 13261,
"properties": {
"facing": "west",
"half": "lower",
@@ -121345,7 +121411,7 @@
}
},
{
- "id": 12718,
+ "id": 13262,
"properties": {
"facing": "west",
"half": "lower",
@@ -121355,7 +121421,7 @@
}
},
{
- "id": 12719,
+ "id": 13263,
"properties": {
"facing": "west",
"half": "lower",
@@ -121365,7 +121431,7 @@
}
},
{
- "id": 12720,
+ "id": 13264,
"properties": {
"facing": "west",
"half": "lower",
@@ -121375,7 +121441,7 @@
}
},
{
- "id": 12721,
+ "id": 13265,
"properties": {
"facing": "west",
"half": "lower",
@@ -121385,7 +121451,7 @@
}
},
{
- "id": 12722,
+ "id": 13266,
"properties": {
"facing": "west",
"half": "lower",
@@ -121395,7 +121461,7 @@
}
},
{
- "id": 12723,
+ "id": 13267,
"properties": {
"facing": "east",
"half": "upper",
@@ -121405,7 +121471,7 @@
}
},
{
- "id": 12724,
+ "id": 13268,
"properties": {
"facing": "east",
"half": "upper",
@@ -121415,7 +121481,7 @@
}
},
{
- "id": 12725,
+ "id": 13269,
"properties": {
"facing": "east",
"half": "upper",
@@ -121425,7 +121491,7 @@
}
},
{
- "id": 12726,
+ "id": 13270,
"properties": {
"facing": "east",
"half": "upper",
@@ -121435,7 +121501,7 @@
}
},
{
- "id": 12727,
+ "id": 13271,
"properties": {
"facing": "east",
"half": "upper",
@@ -121445,7 +121511,7 @@
}
},
{
- "id": 12728,
+ "id": 13272,
"properties": {
"facing": "east",
"half": "upper",
@@ -121455,7 +121521,7 @@
}
},
{
- "id": 12729,
+ "id": 13273,
"properties": {
"facing": "east",
"half": "upper",
@@ -121465,7 +121531,7 @@
}
},
{
- "id": 12730,
+ "id": 13274,
"properties": {
"facing": "east",
"half": "upper",
@@ -121475,7 +121541,7 @@
}
},
{
- "id": 12731,
+ "id": 13275,
"properties": {
"facing": "east",
"half": "lower",
@@ -121485,7 +121551,7 @@
}
},
{
- "id": 12732,
+ "id": 13276,
"properties": {
"facing": "east",
"half": "lower",
@@ -121495,7 +121561,7 @@
}
},
{
- "id": 12733,
+ "id": 13277,
"properties": {
"facing": "east",
"half": "lower",
@@ -121505,7 +121571,7 @@
}
},
{
- "id": 12734,
+ "id": 13278,
"properties": {
"facing": "east",
"half": "lower",
@@ -121515,7 +121581,7 @@
}
},
{
- "id": 12735,
+ "id": 13279,
"properties": {
"facing": "east",
"half": "lower",
@@ -121525,7 +121591,7 @@
}
},
{
- "id": 12736,
+ "id": 13280,
"properties": {
"facing": "east",
"half": "lower",
@@ -121535,7 +121601,7 @@
}
},
{
- "id": 12737,
+ "id": 13281,
"properties": {
"facing": "east",
"half": "lower",
@@ -121545,7 +121611,7 @@
}
},
{
- "id": 12738,
+ "id": 13282,
"properties": {
"facing": "east",
"half": "lower",
@@ -121585,7 +121651,7 @@
},
"states": [
{
- "id": 12163,
+ "id": 12707,
"properties": {
"east": "true",
"north": "true",
@@ -121595,7 +121661,7 @@
}
},
{
- "id": 12164,
+ "id": 12708,
"properties": {
"east": "true",
"north": "true",
@@ -121605,7 +121671,7 @@
}
},
{
- "id": 12165,
+ "id": 12709,
"properties": {
"east": "true",
"north": "true",
@@ -121615,7 +121681,7 @@
}
},
{
- "id": 12166,
+ "id": 12710,
"properties": {
"east": "true",
"north": "true",
@@ -121625,7 +121691,7 @@
}
},
{
- "id": 12167,
+ "id": 12711,
"properties": {
"east": "true",
"north": "true",
@@ -121635,7 +121701,7 @@
}
},
{
- "id": 12168,
+ "id": 12712,
"properties": {
"east": "true",
"north": "true",
@@ -121645,7 +121711,7 @@
}
},
{
- "id": 12169,
+ "id": 12713,
"properties": {
"east": "true",
"north": "true",
@@ -121655,7 +121721,7 @@
}
},
{
- "id": 12170,
+ "id": 12714,
"properties": {
"east": "true",
"north": "true",
@@ -121665,7 +121731,7 @@
}
},
{
- "id": 12171,
+ "id": 12715,
"properties": {
"east": "true",
"north": "false",
@@ -121675,7 +121741,7 @@
}
},
{
- "id": 12172,
+ "id": 12716,
"properties": {
"east": "true",
"north": "false",
@@ -121685,7 +121751,7 @@
}
},
{
- "id": 12173,
+ "id": 12717,
"properties": {
"east": "true",
"north": "false",
@@ -121695,7 +121761,7 @@
}
},
{
- "id": 12174,
+ "id": 12718,
"properties": {
"east": "true",
"north": "false",
@@ -121705,7 +121771,7 @@
}
},
{
- "id": 12175,
+ "id": 12719,
"properties": {
"east": "true",
"north": "false",
@@ -121715,7 +121781,7 @@
}
},
{
- "id": 12176,
+ "id": 12720,
"properties": {
"east": "true",
"north": "false",
@@ -121725,7 +121791,7 @@
}
},
{
- "id": 12177,
+ "id": 12721,
"properties": {
"east": "true",
"north": "false",
@@ -121735,7 +121801,7 @@
}
},
{
- "id": 12178,
+ "id": 12722,
"properties": {
"east": "true",
"north": "false",
@@ -121745,7 +121811,7 @@
}
},
{
- "id": 12179,
+ "id": 12723,
"properties": {
"east": "false",
"north": "true",
@@ -121755,7 +121821,7 @@
}
},
{
- "id": 12180,
+ "id": 12724,
"properties": {
"east": "false",
"north": "true",
@@ -121765,7 +121831,7 @@
}
},
{
- "id": 12181,
+ "id": 12725,
"properties": {
"east": "false",
"north": "true",
@@ -121775,7 +121841,7 @@
}
},
{
- "id": 12182,
+ "id": 12726,
"properties": {
"east": "false",
"north": "true",
@@ -121785,7 +121851,7 @@
}
},
{
- "id": 12183,
+ "id": 12727,
"properties": {
"east": "false",
"north": "true",
@@ -121795,7 +121861,7 @@
}
},
{
- "id": 12184,
+ "id": 12728,
"properties": {
"east": "false",
"north": "true",
@@ -121805,7 +121871,7 @@
}
},
{
- "id": 12185,
+ "id": 12729,
"properties": {
"east": "false",
"north": "true",
@@ -121815,7 +121881,7 @@
}
},
{
- "id": 12186,
+ "id": 12730,
"properties": {
"east": "false",
"north": "true",
@@ -121825,7 +121891,7 @@
}
},
{
- "id": 12187,
+ "id": 12731,
"properties": {
"east": "false",
"north": "false",
@@ -121835,7 +121901,7 @@
}
},
{
- "id": 12188,
+ "id": 12732,
"properties": {
"east": "false",
"north": "false",
@@ -121845,7 +121911,7 @@
}
},
{
- "id": 12189,
+ "id": 12733,
"properties": {
"east": "false",
"north": "false",
@@ -121855,7 +121921,7 @@
}
},
{
- "id": 12190,
+ "id": 12734,
"properties": {
"east": "false",
"north": "false",
@@ -121865,7 +121931,7 @@
}
},
{
- "id": 12191,
+ "id": 12735,
"properties": {
"east": "false",
"north": "false",
@@ -121875,7 +121941,7 @@
}
},
{
- "id": 12192,
+ "id": 12736,
"properties": {
"east": "false",
"north": "false",
@@ -121885,7 +121951,7 @@
}
},
{
- "id": 12193,
+ "id": 12737,
"properties": {
"east": "false",
"north": "false",
@@ -121896,7 +121962,7 @@
},
{
"default": true,
- "id": 12194,
+ "id": 12738,
"properties": {
"east": "false",
"north": "false",
@@ -121935,7 +122001,7 @@
},
"states": [
{
- "id": 11875,
+ "id": 12419,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -121944,7 +122010,7 @@
}
},
{
- "id": 11876,
+ "id": 12420,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -121953,7 +122019,7 @@
}
},
{
- "id": 11877,
+ "id": 12421,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -121962,7 +122028,7 @@
}
},
{
- "id": 11878,
+ "id": 12422,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -121971,7 +122037,7 @@
}
},
{
- "id": 11879,
+ "id": 12423,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -121980,7 +122046,7 @@
}
},
{
- "id": 11880,
+ "id": 12424,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -121989,7 +122055,7 @@
}
},
{
- "id": 11881,
+ "id": 12425,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -121999,7 +122065,7 @@
},
{
"default": true,
- "id": 11882,
+ "id": 12426,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -122008,7 +122074,7 @@
}
},
{
- "id": 11883,
+ "id": 12427,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -122017,7 +122083,7 @@
}
},
{
- "id": 11884,
+ "id": 12428,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -122026,7 +122092,7 @@
}
},
{
- "id": 11885,
+ "id": 12429,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -122035,7 +122101,7 @@
}
},
{
- "id": 11886,
+ "id": 12430,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -122044,7 +122110,7 @@
}
},
{
- "id": 11887,
+ "id": 12431,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -122053,7 +122119,7 @@
}
},
{
- "id": 11888,
+ "id": 12432,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -122062,7 +122128,7 @@
}
},
{
- "id": 11889,
+ "id": 12433,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -122071,7 +122137,7 @@
}
},
{
- "id": 11890,
+ "id": 12434,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -122080,7 +122146,7 @@
}
},
{
- "id": 11891,
+ "id": 12435,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -122089,7 +122155,7 @@
}
},
{
- "id": 11892,
+ "id": 12436,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -122098,7 +122164,7 @@
}
},
{
- "id": 11893,
+ "id": 12437,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -122107,7 +122173,7 @@
}
},
{
- "id": 11894,
+ "id": 12438,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -122116,7 +122182,7 @@
}
},
{
- "id": 11895,
+ "id": 12439,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -122125,7 +122191,7 @@
}
},
{
- "id": 11896,
+ "id": 12440,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -122134,7 +122200,7 @@
}
},
{
- "id": 11897,
+ "id": 12441,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -122143,7 +122209,7 @@
}
},
{
- "id": 11898,
+ "id": 12442,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -122152,7 +122218,7 @@
}
},
{
- "id": 11899,
+ "id": 12443,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -122161,7 +122227,7 @@
}
},
{
- "id": 11900,
+ "id": 12444,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -122170,7 +122236,7 @@
}
},
{
- "id": 11901,
+ "id": 12445,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -122179,7 +122245,7 @@
}
},
{
- "id": 11902,
+ "id": 12446,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -122188,7 +122254,7 @@
}
},
{
- "id": 11903,
+ "id": 12447,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -122197,7 +122263,7 @@
}
},
{
- "id": 11904,
+ "id": 12448,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -122206,7 +122272,7 @@
}
},
{
- "id": 11905,
+ "id": 12449,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -122215,7 +122281,7 @@
}
},
{
- "id": 11906,
+ "id": 12450,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -122260,240 +122326,240 @@
]
},
"states": [
- {
- "id": 5566,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5567,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5568,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5569,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5570,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5571,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5572,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5573,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5574,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5575,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5576,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5577,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5578,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5579,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5580,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5581,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5582,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5583,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5584,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5585,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5586,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5587,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5588,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5589,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5590,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5591,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5592,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5593,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5594,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5595,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5596,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5597,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5598,
"properties": {
"attached": "true",
"rotation": "14",
@@ -122501,7 +122567,7 @@
}
},
{
- "id": 5596,
+ "id": 5599,
"properties": {
"attached": "true",
"rotation": "15",
@@ -122509,7 +122575,7 @@
}
},
{
- "id": 5597,
+ "id": 5600,
"properties": {
"attached": "true",
"rotation": "15",
@@ -122517,7 +122583,7 @@
}
},
{
- "id": 5598,
+ "id": 5601,
"properties": {
"attached": "false",
"rotation": "0",
@@ -122526,215 +122592,215 @@
},
{
"default": true,
- "id": 5599,
+ "id": 5602,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5600,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5601,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5602,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5603,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5604,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5605,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5606,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5607,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5608,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5609,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5610,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5611,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5612,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5613,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5614,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5615,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5616,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5617,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5618,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5619,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5620,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5621,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5622,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5623,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5624,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5625,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5626,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5627,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5628,
"properties": {
"attached": "false",
"rotation": "13",
@@ -122742,7 +122808,7 @@
}
},
{
- "id": 5626,
+ "id": 5629,
"properties": {
"attached": "false",
"rotation": "14",
@@ -122750,7 +122816,7 @@
}
},
{
- "id": 5627,
+ "id": 5630,
"properties": {
"attached": "false",
"rotation": "14",
@@ -122758,7 +122824,7 @@
}
},
{
- "id": 5628,
+ "id": 5631,
"properties": {
"attached": "false",
"rotation": "15",
@@ -122766,7 +122832,7 @@
}
},
{
- "id": 5629,
+ "id": 5632,
"properties": {
"attached": "false",
"rotation": "15",
@@ -123087,14 +123153,14 @@
},
"states": [
{
- "id": 5896,
+ "id": 5899,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5897,
+ "id": 5900,
"properties": {
"powered": "false"
}
@@ -123551,7 +123617,7 @@
},
"states": [
{
- "id": 4610,
+ "id": 4613,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -123559,217 +123625,217 @@
},
{
"default": true,
- "id": 4611,
+ "id": 4614,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4612,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4613,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4614,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4615,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4616,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4617,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4618,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4619,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4620,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4621,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4622,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4623,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4624,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4625,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4626,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4627,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4628,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4629,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4630,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4631,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4632,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4633,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4634,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4635,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4636,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4637,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4638,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4639,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4640,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4638,
+ "id": 4641,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4639,
+ "id": 4642,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4640,
+ "id": 4643,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4641,
+ "id": 4644,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -123795,21 +123861,21 @@
},
"states": [
{
- "id": 11545,
+ "id": 12089,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11546,
+ "id": 12090,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11547,
+ "id": 12091,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -123817,21 +123883,21 @@
},
{
"default": true,
- "id": 11548,
+ "id": 12092,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11549,
+ "id": 12093,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11550,
+ "id": 12094,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -123872,7 +123938,7 @@
},
"states": [
{
- "id": 10459,
+ "id": 11003,
"properties": {
"facing": "north",
"half": "top",
@@ -123881,7 +123947,7 @@
}
},
{
- "id": 10460,
+ "id": 11004,
"properties": {
"facing": "north",
"half": "top",
@@ -123890,7 +123956,7 @@
}
},
{
- "id": 10461,
+ "id": 11005,
"properties": {
"facing": "north",
"half": "top",
@@ -123899,7 +123965,7 @@
}
},
{
- "id": 10462,
+ "id": 11006,
"properties": {
"facing": "north",
"half": "top",
@@ -123908,7 +123974,7 @@
}
},
{
- "id": 10463,
+ "id": 11007,
"properties": {
"facing": "north",
"half": "top",
@@ -123917,7 +123983,7 @@
}
},
{
- "id": 10464,
+ "id": 11008,
"properties": {
"facing": "north",
"half": "top",
@@ -123926,7 +123992,7 @@
}
},
{
- "id": 10465,
+ "id": 11009,
"properties": {
"facing": "north",
"half": "top",
@@ -123935,7 +124001,7 @@
}
},
{
- "id": 10466,
+ "id": 11010,
"properties": {
"facing": "north",
"half": "top",
@@ -123944,7 +124010,7 @@
}
},
{
- "id": 10467,
+ "id": 11011,
"properties": {
"facing": "north",
"half": "top",
@@ -123953,7 +124019,7 @@
}
},
{
- "id": 10468,
+ "id": 11012,
"properties": {
"facing": "north",
"half": "top",
@@ -123962,7 +124028,7 @@
}
},
{
- "id": 10469,
+ "id": 11013,
"properties": {
"facing": "north",
"half": "bottom",
@@ -123972,7 +124038,7 @@
},
{
"default": true,
- "id": 10470,
+ "id": 11014,
"properties": {
"facing": "north",
"half": "bottom",
@@ -123981,7 +124047,7 @@
}
},
{
- "id": 10471,
+ "id": 11015,
"properties": {
"facing": "north",
"half": "bottom",
@@ -123990,7 +124056,7 @@
}
},
{
- "id": 10472,
+ "id": 11016,
"properties": {
"facing": "north",
"half": "bottom",
@@ -123999,7 +124065,7 @@
}
},
{
- "id": 10473,
+ "id": 11017,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124008,7 +124074,7 @@
}
},
{
- "id": 10474,
+ "id": 11018,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124017,7 +124083,7 @@
}
},
{
- "id": 10475,
+ "id": 11019,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124026,7 +124092,7 @@
}
},
{
- "id": 10476,
+ "id": 11020,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124035,7 +124101,7 @@
}
},
{
- "id": 10477,
+ "id": 11021,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124044,7 +124110,7 @@
}
},
{
- "id": 10478,
+ "id": 11022,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124053,7 +124119,7 @@
}
},
{
- "id": 10479,
+ "id": 11023,
"properties": {
"facing": "south",
"half": "top",
@@ -124062,7 +124128,7 @@
}
},
{
- "id": 10480,
+ "id": 11024,
"properties": {
"facing": "south",
"half": "top",
@@ -124071,7 +124137,7 @@
}
},
{
- "id": 10481,
+ "id": 11025,
"properties": {
"facing": "south",
"half": "top",
@@ -124080,7 +124146,7 @@
}
},
{
- "id": 10482,
+ "id": 11026,
"properties": {
"facing": "south",
"half": "top",
@@ -124089,7 +124155,7 @@
}
},
{
- "id": 10483,
+ "id": 11027,
"properties": {
"facing": "south",
"half": "top",
@@ -124098,7 +124164,7 @@
}
},
{
- "id": 10484,
+ "id": 11028,
"properties": {
"facing": "south",
"half": "top",
@@ -124107,7 +124173,7 @@
}
},
{
- "id": 10485,
+ "id": 11029,
"properties": {
"facing": "south",
"half": "top",
@@ -124116,7 +124182,7 @@
}
},
{
- "id": 10486,
+ "id": 11030,
"properties": {
"facing": "south",
"half": "top",
@@ -124125,7 +124191,7 @@
}
},
{
- "id": 10487,
+ "id": 11031,
"properties": {
"facing": "south",
"half": "top",
@@ -124134,7 +124200,7 @@
}
},
{
- "id": 10488,
+ "id": 11032,
"properties": {
"facing": "south",
"half": "top",
@@ -124143,7 +124209,7 @@
}
},
{
- "id": 10489,
+ "id": 11033,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124152,7 +124218,7 @@
}
},
{
- "id": 10490,
+ "id": 11034,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124161,7 +124227,7 @@
}
},
{
- "id": 10491,
+ "id": 11035,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124170,7 +124236,7 @@
}
},
{
- "id": 10492,
+ "id": 11036,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124179,7 +124245,7 @@
}
},
{
- "id": 10493,
+ "id": 11037,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124188,7 +124254,7 @@
}
},
{
- "id": 10494,
+ "id": 11038,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124197,7 +124263,7 @@
}
},
{
- "id": 10495,
+ "id": 11039,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124206,7 +124272,7 @@
}
},
{
- "id": 10496,
+ "id": 11040,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124215,7 +124281,7 @@
}
},
{
- "id": 10497,
+ "id": 11041,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124224,7 +124290,7 @@
}
},
{
- "id": 10498,
+ "id": 11042,
"properties": {
"facing": "south",
"half": "bottom",
@@ -124233,7 +124299,7 @@
}
},
{
- "id": 10499,
+ "id": 11043,
"properties": {
"facing": "west",
"half": "top",
@@ -124242,7 +124308,7 @@
}
},
{
- "id": 10500,
+ "id": 11044,
"properties": {
"facing": "west",
"half": "top",
@@ -124251,7 +124317,7 @@
}
},
{
- "id": 10501,
+ "id": 11045,
"properties": {
"facing": "west",
"half": "top",
@@ -124260,7 +124326,7 @@
}
},
{
- "id": 10502,
+ "id": 11046,
"properties": {
"facing": "west",
"half": "top",
@@ -124269,7 +124335,7 @@
}
},
{
- "id": 10503,
+ "id": 11047,
"properties": {
"facing": "west",
"half": "top",
@@ -124278,7 +124344,7 @@
}
},
{
- "id": 10504,
+ "id": 11048,
"properties": {
"facing": "west",
"half": "top",
@@ -124287,7 +124353,7 @@
}
},
{
- "id": 10505,
+ "id": 11049,
"properties": {
"facing": "west",
"half": "top",
@@ -124296,7 +124362,7 @@
}
},
{
- "id": 10506,
+ "id": 11050,
"properties": {
"facing": "west",
"half": "top",
@@ -124305,7 +124371,7 @@
}
},
{
- "id": 10507,
+ "id": 11051,
"properties": {
"facing": "west",
"half": "top",
@@ -124314,7 +124380,7 @@
}
},
{
- "id": 10508,
+ "id": 11052,
"properties": {
"facing": "west",
"half": "top",
@@ -124323,7 +124389,7 @@
}
},
{
- "id": 10509,
+ "id": 11053,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124332,7 +124398,7 @@
}
},
{
- "id": 10510,
+ "id": 11054,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124341,7 +124407,7 @@
}
},
{
- "id": 10511,
+ "id": 11055,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124350,7 +124416,7 @@
}
},
{
- "id": 10512,
+ "id": 11056,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124359,7 +124425,7 @@
}
},
{
- "id": 10513,
+ "id": 11057,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124368,7 +124434,7 @@
}
},
{
- "id": 10514,
+ "id": 11058,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124377,7 +124443,7 @@
}
},
{
- "id": 10515,
+ "id": 11059,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124386,7 +124452,7 @@
}
},
{
- "id": 10516,
+ "id": 11060,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124395,7 +124461,7 @@
}
},
{
- "id": 10517,
+ "id": 11061,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124404,7 +124470,7 @@
}
},
{
- "id": 10518,
+ "id": 11062,
"properties": {
"facing": "west",
"half": "bottom",
@@ -124413,7 +124479,7 @@
}
},
{
- "id": 10519,
+ "id": 11063,
"properties": {
"facing": "east",
"half": "top",
@@ -124422,7 +124488,7 @@
}
},
{
- "id": 10520,
+ "id": 11064,
"properties": {
"facing": "east",
"half": "top",
@@ -124431,7 +124497,7 @@
}
},
{
- "id": 10521,
+ "id": 11065,
"properties": {
"facing": "east",
"half": "top",
@@ -124440,7 +124506,7 @@
}
},
{
- "id": 10522,
+ "id": 11066,
"properties": {
"facing": "east",
"half": "top",
@@ -124449,7 +124515,7 @@
}
},
{
- "id": 10523,
+ "id": 11067,
"properties": {
"facing": "east",
"half": "top",
@@ -124458,7 +124524,7 @@
}
},
{
- "id": 10524,
+ "id": 11068,
"properties": {
"facing": "east",
"half": "top",
@@ -124467,7 +124533,7 @@
}
},
{
- "id": 10525,
+ "id": 11069,
"properties": {
"facing": "east",
"half": "top",
@@ -124476,7 +124542,7 @@
}
},
{
- "id": 10526,
+ "id": 11070,
"properties": {
"facing": "east",
"half": "top",
@@ -124485,7 +124551,7 @@
}
},
{
- "id": 10527,
+ "id": 11071,
"properties": {
"facing": "east",
"half": "top",
@@ -124494,7 +124560,7 @@
}
},
{
- "id": 10528,
+ "id": 11072,
"properties": {
"facing": "east",
"half": "top",
@@ -124503,7 +124569,7 @@
}
},
{
- "id": 10529,
+ "id": 11073,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124512,7 +124578,7 @@
}
},
{
- "id": 10530,
+ "id": 11074,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124521,7 +124587,7 @@
}
},
{
- "id": 10531,
+ "id": 11075,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124530,7 +124596,7 @@
}
},
{
- "id": 10532,
+ "id": 11076,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124539,7 +124605,7 @@
}
},
{
- "id": 10533,
+ "id": 11077,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124548,7 +124614,7 @@
}
},
{
- "id": 10534,
+ "id": 11078,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124557,7 +124623,7 @@
}
},
{
- "id": 10535,
+ "id": 11079,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124566,7 +124632,7 @@
}
},
{
- "id": 10536,
+ "id": 11080,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124575,7 +124641,7 @@
}
},
{
- "id": 10537,
+ "id": 11081,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124584,7 +124650,7 @@
}
},
{
- "id": 10538,
+ "id": 11082,
"properties": {
"facing": "east",
"half": "bottom",
@@ -124625,44 +124691,14 @@
]
},
"states": [
- {
- "id": 6639,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6640,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6641,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6642,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -124670,9 +124706,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -124680,9 +124716,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -124690,9 +124726,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -124701,42 +124737,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6647,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6648,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6649,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6650,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6651,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6652,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6653,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124746,7 +124812,7 @@
}
},
{
- "id": 6651,
+ "id": 6654,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124756,7 +124822,7 @@
}
},
{
- "id": 6652,
+ "id": 6655,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124766,7 +124832,7 @@
}
},
{
- "id": 6653,
+ "id": 6656,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124777,7 +124843,7 @@
},
{
"default": true,
- "id": 6654,
+ "id": 6657,
"properties": {
"facing": "north",
"half": "bottom",
@@ -124786,44 +124852,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6655,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6656,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6657,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6658,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -124831,9 +124867,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -124841,9 +124877,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -124851,9 +124887,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -124862,38 +124898,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6663,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6664,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6665,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -124902,8 +124938,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -124911,9 +124947,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -124921,9 +124957,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -124931,9 +124967,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -124942,48 +124978,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6671,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6672,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6673,
+ "id": 6672,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6673,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6674,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -124991,9 +125027,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125001,9 +125037,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -125011,9 +125047,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125022,38 +125058,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6679,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6680,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6681,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125062,8 +125098,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -125071,9 +125107,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125081,9 +125117,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -125091,9 +125127,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125102,48 +125138,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6687,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6688,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6689,
+ "id": 6688,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6689,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6690,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -125151,9 +125187,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125161,9 +125197,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -125171,9 +125207,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125182,38 +125218,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6695,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6696,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6697,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -125222,12 +125258,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6699,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6700,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6701,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6702,
"properties": {
"facing": "east",
"half": "bottom",
@@ -125237,7 +125303,7 @@
}
},
{
- "id": 6700,
+ "id": 6703,
"properties": {
"facing": "east",
"half": "bottom",
@@ -125247,7 +125313,7 @@
}
},
{
- "id": 6701,
+ "id": 6704,
"properties": {
"facing": "east",
"half": "bottom",
@@ -125257,7 +125323,7 @@
}
},
{
- "id": 6702,
+ "id": 6705,
"properties": {
"facing": "east",
"half": "bottom",
@@ -125288,7 +125354,7 @@
},
"states": [
{
- "id": 5758,
+ "id": 5761,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -125296,49 +125362,49 @@
},
{
"default": true,
- "id": 5759,
+ "id": 5762,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5760,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5761,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5762,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5763,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5764,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5765,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5766,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5767,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5765,
+ "id": 5768,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -125366,7 +125432,7 @@
},
"states": [
{
- "id": 4910,
+ "id": 4913,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -125374,49 +125440,49 @@
},
{
"default": true,
- "id": 4911,
+ "id": 4914,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4912,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4913,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4914,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4915,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4916,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4917,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4918,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4919,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4917,
+ "id": 4920,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -125481,63 +125547,63 @@
},
"states": [
{
- "id": 21526,
+ "id": 22070,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 21527,
+ "id": 22071,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 21528,
+ "id": 22072,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 21529,
+ "id": 22073,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 21530,
+ "id": 22074,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 21531,
+ "id": 22075,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 21532,
+ "id": 22076,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 21533,
+ "id": 22077,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 21534,
+ "id": 22078,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -125545,21 +125611,21 @@
},
{
"default": true,
- "id": 21535,
+ "id": 22079,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 21536,
+ "id": 22080,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 21537,
+ "id": 22081,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -125575,7 +125641,7 @@
"states": [
{
"default": true,
- "id": 7042
+ "id": 7045
}
]
},
@@ -125602,49 +125668,49 @@
"states": [
{
"default": true,
- "id": 7059,
+ "id": 7062,
"properties": {
"age": "0"
}
},
{
- "id": 7060,
+ "id": 7063,
"properties": {
"age": "1"
}
},
{
- "id": 7061,
+ "id": 7064,
"properties": {
"age": "2"
}
},
{
- "id": 7062,
+ "id": 7065,
"properties": {
"age": "3"
}
},
{
- "id": 7063,
+ "id": 7066,
"properties": {
"age": "4"
}
},
{
- "id": 7064,
+ "id": 7067,
"properties": {
"age": "5"
}
},
{
- "id": 7065,
+ "id": 7068,
"properties": {
"age": "6"
}
},
{
- "id": 7066,
+ "id": 7069,
"properties": {
"age": "7"
}
@@ -125660,7 +125726,7 @@
"states": [
{
"default": true,
- "id": 25312
+ "id": 25856
}
]
},
@@ -125672,7 +125738,7 @@
"states": [
{
"default": true,
- "id": 25295
+ "id": 25839
}
]
},
@@ -125706,21 +125772,21 @@
},
"states": [
{
- "id": 14575,
+ "id": 15119,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14576,
+ "id": 15120,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14577,
+ "id": 15121,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -125728,21 +125794,21 @@
},
{
"default": true,
- "id": 14578,
+ "id": 15122,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14579,
+ "id": 15123,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14580,
+ "id": 15124,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -125783,7 +125849,7 @@
},
"states": [
{
- "id": 13751,
+ "id": 14295,
"properties": {
"facing": "north",
"half": "top",
@@ -125792,7 +125858,7 @@
}
},
{
- "id": 13752,
+ "id": 14296,
"properties": {
"facing": "north",
"half": "top",
@@ -125801,7 +125867,7 @@
}
},
{
- "id": 13753,
+ "id": 14297,
"properties": {
"facing": "north",
"half": "top",
@@ -125810,7 +125876,7 @@
}
},
{
- "id": 13754,
+ "id": 14298,
"properties": {
"facing": "north",
"half": "top",
@@ -125819,7 +125885,7 @@
}
},
{
- "id": 13755,
+ "id": 14299,
"properties": {
"facing": "north",
"half": "top",
@@ -125828,7 +125894,7 @@
}
},
{
- "id": 13756,
+ "id": 14300,
"properties": {
"facing": "north",
"half": "top",
@@ -125837,7 +125903,7 @@
}
},
{
- "id": 13757,
+ "id": 14301,
"properties": {
"facing": "north",
"half": "top",
@@ -125846,7 +125912,7 @@
}
},
{
- "id": 13758,
+ "id": 14302,
"properties": {
"facing": "north",
"half": "top",
@@ -125855,7 +125921,7 @@
}
},
{
- "id": 13759,
+ "id": 14303,
"properties": {
"facing": "north",
"half": "top",
@@ -125864,7 +125930,7 @@
}
},
{
- "id": 13760,
+ "id": 14304,
"properties": {
"facing": "north",
"half": "top",
@@ -125873,7 +125939,7 @@
}
},
{
- "id": 13761,
+ "id": 14305,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125883,7 +125949,7 @@
},
{
"default": true,
- "id": 13762,
+ "id": 14306,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125892,7 +125958,7 @@
}
},
{
- "id": 13763,
+ "id": 14307,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125901,7 +125967,7 @@
}
},
{
- "id": 13764,
+ "id": 14308,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125910,7 +125976,7 @@
}
},
{
- "id": 13765,
+ "id": 14309,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125919,7 +125985,7 @@
}
},
{
- "id": 13766,
+ "id": 14310,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125928,7 +125994,7 @@
}
},
{
- "id": 13767,
+ "id": 14311,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125937,7 +126003,7 @@
}
},
{
- "id": 13768,
+ "id": 14312,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125946,7 +126012,7 @@
}
},
{
- "id": 13769,
+ "id": 14313,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125955,7 +126021,7 @@
}
},
{
- "id": 13770,
+ "id": 14314,
"properties": {
"facing": "north",
"half": "bottom",
@@ -125964,7 +126030,7 @@
}
},
{
- "id": 13771,
+ "id": 14315,
"properties": {
"facing": "south",
"half": "top",
@@ -125973,7 +126039,7 @@
}
},
{
- "id": 13772,
+ "id": 14316,
"properties": {
"facing": "south",
"half": "top",
@@ -125982,7 +126048,7 @@
}
},
{
- "id": 13773,
+ "id": 14317,
"properties": {
"facing": "south",
"half": "top",
@@ -125991,7 +126057,7 @@
}
},
{
- "id": 13774,
+ "id": 14318,
"properties": {
"facing": "south",
"half": "top",
@@ -126000,7 +126066,7 @@
}
},
{
- "id": 13775,
+ "id": 14319,
"properties": {
"facing": "south",
"half": "top",
@@ -126009,7 +126075,7 @@
}
},
{
- "id": 13776,
+ "id": 14320,
"properties": {
"facing": "south",
"half": "top",
@@ -126018,7 +126084,7 @@
}
},
{
- "id": 13777,
+ "id": 14321,
"properties": {
"facing": "south",
"half": "top",
@@ -126027,7 +126093,7 @@
}
},
{
- "id": 13778,
+ "id": 14322,
"properties": {
"facing": "south",
"half": "top",
@@ -126036,7 +126102,7 @@
}
},
{
- "id": 13779,
+ "id": 14323,
"properties": {
"facing": "south",
"half": "top",
@@ -126045,7 +126111,7 @@
}
},
{
- "id": 13780,
+ "id": 14324,
"properties": {
"facing": "south",
"half": "top",
@@ -126054,7 +126120,7 @@
}
},
{
- "id": 13781,
+ "id": 14325,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126063,7 +126129,7 @@
}
},
{
- "id": 13782,
+ "id": 14326,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126072,7 +126138,7 @@
}
},
{
- "id": 13783,
+ "id": 14327,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126081,7 +126147,7 @@
}
},
{
- "id": 13784,
+ "id": 14328,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126090,7 +126156,7 @@
}
},
{
- "id": 13785,
+ "id": 14329,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126099,7 +126165,7 @@
}
},
{
- "id": 13786,
+ "id": 14330,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126108,7 +126174,7 @@
}
},
{
- "id": 13787,
+ "id": 14331,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126117,7 +126183,7 @@
}
},
{
- "id": 13788,
+ "id": 14332,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126126,7 +126192,7 @@
}
},
{
- "id": 13789,
+ "id": 14333,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126135,7 +126201,7 @@
}
},
{
- "id": 13790,
+ "id": 14334,
"properties": {
"facing": "south",
"half": "bottom",
@@ -126144,7 +126210,7 @@
}
},
{
- "id": 13791,
+ "id": 14335,
"properties": {
"facing": "west",
"half": "top",
@@ -126153,7 +126219,7 @@
}
},
{
- "id": 13792,
+ "id": 14336,
"properties": {
"facing": "west",
"half": "top",
@@ -126162,7 +126228,7 @@
}
},
{
- "id": 13793,
+ "id": 14337,
"properties": {
"facing": "west",
"half": "top",
@@ -126171,7 +126237,7 @@
}
},
{
- "id": 13794,
+ "id": 14338,
"properties": {
"facing": "west",
"half": "top",
@@ -126180,7 +126246,7 @@
}
},
{
- "id": 13795,
+ "id": 14339,
"properties": {
"facing": "west",
"half": "top",
@@ -126189,7 +126255,7 @@
}
},
{
- "id": 13796,
+ "id": 14340,
"properties": {
"facing": "west",
"half": "top",
@@ -126198,7 +126264,7 @@
}
},
{
- "id": 13797,
+ "id": 14341,
"properties": {
"facing": "west",
"half": "top",
@@ -126207,7 +126273,7 @@
}
},
{
- "id": 13798,
+ "id": 14342,
"properties": {
"facing": "west",
"half": "top",
@@ -126216,7 +126282,7 @@
}
},
{
- "id": 13799,
+ "id": 14343,
"properties": {
"facing": "west",
"half": "top",
@@ -126225,7 +126291,7 @@
}
},
{
- "id": 13800,
+ "id": 14344,
"properties": {
"facing": "west",
"half": "top",
@@ -126234,7 +126300,7 @@
}
},
{
- "id": 13801,
+ "id": 14345,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126243,7 +126309,7 @@
}
},
{
- "id": 13802,
+ "id": 14346,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126252,7 +126318,7 @@
}
},
{
- "id": 13803,
+ "id": 14347,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126261,7 +126327,7 @@
}
},
{
- "id": 13804,
+ "id": 14348,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126270,7 +126336,7 @@
}
},
{
- "id": 13805,
+ "id": 14349,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126279,7 +126345,7 @@
}
},
{
- "id": 13806,
+ "id": 14350,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126288,7 +126354,7 @@
}
},
{
- "id": 13807,
+ "id": 14351,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126297,7 +126363,7 @@
}
},
{
- "id": 13808,
+ "id": 14352,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126306,7 +126372,7 @@
}
},
{
- "id": 13809,
+ "id": 14353,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126315,7 +126381,7 @@
}
},
{
- "id": 13810,
+ "id": 14354,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126324,7 +126390,7 @@
}
},
{
- "id": 13811,
+ "id": 14355,
"properties": {
"facing": "east",
"half": "top",
@@ -126333,7 +126399,7 @@
}
},
{
- "id": 13812,
+ "id": 14356,
"properties": {
"facing": "east",
"half": "top",
@@ -126342,7 +126408,7 @@
}
},
{
- "id": 13813,
+ "id": 14357,
"properties": {
"facing": "east",
"half": "top",
@@ -126351,7 +126417,7 @@
}
},
{
- "id": 13814,
+ "id": 14358,
"properties": {
"facing": "east",
"half": "top",
@@ -126360,7 +126426,7 @@
}
},
{
- "id": 13815,
+ "id": 14359,
"properties": {
"facing": "east",
"half": "top",
@@ -126369,7 +126435,7 @@
}
},
{
- "id": 13816,
+ "id": 14360,
"properties": {
"facing": "east",
"half": "top",
@@ -126378,7 +126444,7 @@
}
},
{
- "id": 13817,
+ "id": 14361,
"properties": {
"facing": "east",
"half": "top",
@@ -126387,7 +126453,7 @@
}
},
{
- "id": 13818,
+ "id": 14362,
"properties": {
"facing": "east",
"half": "top",
@@ -126396,7 +126462,7 @@
}
},
{
- "id": 13819,
+ "id": 14363,
"properties": {
"facing": "east",
"half": "top",
@@ -126405,7 +126471,7 @@
}
},
{
- "id": 13820,
+ "id": 14364,
"properties": {
"facing": "east",
"half": "top",
@@ -126414,7 +126480,7 @@
}
},
{
- "id": 13821,
+ "id": 14365,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126423,7 +126489,7 @@
}
},
{
- "id": 13822,
+ "id": 14366,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126432,7 +126498,7 @@
}
},
{
- "id": 13823,
+ "id": 14367,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126441,7 +126507,7 @@
}
},
{
- "id": 13824,
+ "id": 14368,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126450,7 +126516,7 @@
}
},
{
- "id": 13825,
+ "id": 14369,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126459,7 +126525,7 @@
}
},
{
- "id": 13826,
+ "id": 14370,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126468,7 +126534,7 @@
}
},
{
- "id": 13827,
+ "id": 14371,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126477,7 +126543,7 @@
}
},
{
- "id": 13828,
+ "id": 14372,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126486,7 +126552,7 @@
}
},
{
- "id": 13829,
+ "id": 14373,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126495,7 +126561,7 @@
}
},
{
- "id": 13830,
+ "id": 14374,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126542,7 +126608,7 @@
},
"states": [
{
- "id": 8473,
+ "id": 9017,
"properties": {
"east": "none",
"north": "none",
@@ -126553,7 +126619,7 @@
}
},
{
- "id": 8474,
+ "id": 9018,
"properties": {
"east": "none",
"north": "none",
@@ -126564,7 +126630,7 @@
}
},
{
- "id": 8475,
+ "id": 9019,
"properties": {
"east": "none",
"north": "none",
@@ -126576,7 +126642,7 @@
},
{
"default": true,
- "id": 8476,
+ "id": 9020,
"properties": {
"east": "none",
"north": "none",
@@ -126587,7 +126653,7 @@
}
},
{
- "id": 8477,
+ "id": 9021,
"properties": {
"east": "none",
"north": "none",
@@ -126598,7 +126664,7 @@
}
},
{
- "id": 8478,
+ "id": 9022,
"properties": {
"east": "none",
"north": "none",
@@ -126609,7 +126675,7 @@
}
},
{
- "id": 8479,
+ "id": 9023,
"properties": {
"east": "none",
"north": "none",
@@ -126620,7 +126686,7 @@
}
},
{
- "id": 8480,
+ "id": 9024,
"properties": {
"east": "none",
"north": "none",
@@ -126631,7 +126697,7 @@
}
},
{
- "id": 8481,
+ "id": 9025,
"properties": {
"east": "none",
"north": "none",
@@ -126642,7 +126708,7 @@
}
},
{
- "id": 8482,
+ "id": 9026,
"properties": {
"east": "none",
"north": "none",
@@ -126653,7 +126719,7 @@
}
},
{
- "id": 8483,
+ "id": 9027,
"properties": {
"east": "none",
"north": "none",
@@ -126664,7 +126730,7 @@
}
},
{
- "id": 8484,
+ "id": 9028,
"properties": {
"east": "none",
"north": "none",
@@ -126675,7 +126741,7 @@
}
},
{
- "id": 8485,
+ "id": 9029,
"properties": {
"east": "none",
"north": "none",
@@ -126686,7 +126752,7 @@
}
},
{
- "id": 8486,
+ "id": 9030,
"properties": {
"east": "none",
"north": "none",
@@ -126697,7 +126763,7 @@
}
},
{
- "id": 8487,
+ "id": 9031,
"properties": {
"east": "none",
"north": "none",
@@ -126708,7 +126774,7 @@
}
},
{
- "id": 8488,
+ "id": 9032,
"properties": {
"east": "none",
"north": "none",
@@ -126719,7 +126785,7 @@
}
},
{
- "id": 8489,
+ "id": 9033,
"properties": {
"east": "none",
"north": "none",
@@ -126730,7 +126796,7 @@
}
},
{
- "id": 8490,
+ "id": 9034,
"properties": {
"east": "none",
"north": "none",
@@ -126741,7 +126807,7 @@
}
},
{
- "id": 8491,
+ "id": 9035,
"properties": {
"east": "none",
"north": "none",
@@ -126752,7 +126818,7 @@
}
},
{
- "id": 8492,
+ "id": 9036,
"properties": {
"east": "none",
"north": "none",
@@ -126763,7 +126829,7 @@
}
},
{
- "id": 8493,
+ "id": 9037,
"properties": {
"east": "none",
"north": "none",
@@ -126774,7 +126840,7 @@
}
},
{
- "id": 8494,
+ "id": 9038,
"properties": {
"east": "none",
"north": "none",
@@ -126785,7 +126851,7 @@
}
},
{
- "id": 8495,
+ "id": 9039,
"properties": {
"east": "none",
"north": "none",
@@ -126796,7 +126862,7 @@
}
},
{
- "id": 8496,
+ "id": 9040,
"properties": {
"east": "none",
"north": "none",
@@ -126807,7 +126873,7 @@
}
},
{
- "id": 8497,
+ "id": 9041,
"properties": {
"east": "none",
"north": "none",
@@ -126818,7 +126884,7 @@
}
},
{
- "id": 8498,
+ "id": 9042,
"properties": {
"east": "none",
"north": "none",
@@ -126829,7 +126895,7 @@
}
},
{
- "id": 8499,
+ "id": 9043,
"properties": {
"east": "none",
"north": "none",
@@ -126840,7 +126906,7 @@
}
},
{
- "id": 8500,
+ "id": 9044,
"properties": {
"east": "none",
"north": "none",
@@ -126851,7 +126917,7 @@
}
},
{
- "id": 8501,
+ "id": 9045,
"properties": {
"east": "none",
"north": "none",
@@ -126862,7 +126928,7 @@
}
},
{
- "id": 8502,
+ "id": 9046,
"properties": {
"east": "none",
"north": "none",
@@ -126873,7 +126939,7 @@
}
},
{
- "id": 8503,
+ "id": 9047,
"properties": {
"east": "none",
"north": "none",
@@ -126884,7 +126950,7 @@
}
},
{
- "id": 8504,
+ "id": 9048,
"properties": {
"east": "none",
"north": "none",
@@ -126895,7 +126961,7 @@
}
},
{
- "id": 8505,
+ "id": 9049,
"properties": {
"east": "none",
"north": "none",
@@ -126906,7 +126972,7 @@
}
},
{
- "id": 8506,
+ "id": 9050,
"properties": {
"east": "none",
"north": "none",
@@ -126917,7 +126983,7 @@
}
},
{
- "id": 8507,
+ "id": 9051,
"properties": {
"east": "none",
"north": "none",
@@ -126928,7 +126994,7 @@
}
},
{
- "id": 8508,
+ "id": 9052,
"properties": {
"east": "none",
"north": "none",
@@ -126939,7 +127005,7 @@
}
},
{
- "id": 8509,
+ "id": 9053,
"properties": {
"east": "none",
"north": "low",
@@ -126950,7 +127016,7 @@
}
},
{
- "id": 8510,
+ "id": 9054,
"properties": {
"east": "none",
"north": "low",
@@ -126961,7 +127027,7 @@
}
},
{
- "id": 8511,
+ "id": 9055,
"properties": {
"east": "none",
"north": "low",
@@ -126972,7 +127038,7 @@
}
},
{
- "id": 8512,
+ "id": 9056,
"properties": {
"east": "none",
"north": "low",
@@ -126983,7 +127049,7 @@
}
},
{
- "id": 8513,
+ "id": 9057,
"properties": {
"east": "none",
"north": "low",
@@ -126994,7 +127060,7 @@
}
},
{
- "id": 8514,
+ "id": 9058,
"properties": {
"east": "none",
"north": "low",
@@ -127005,7 +127071,7 @@
}
},
{
- "id": 8515,
+ "id": 9059,
"properties": {
"east": "none",
"north": "low",
@@ -127016,7 +127082,7 @@
}
},
{
- "id": 8516,
+ "id": 9060,
"properties": {
"east": "none",
"north": "low",
@@ -127027,7 +127093,7 @@
}
},
{
- "id": 8517,
+ "id": 9061,
"properties": {
"east": "none",
"north": "low",
@@ -127038,7 +127104,7 @@
}
},
{
- "id": 8518,
+ "id": 9062,
"properties": {
"east": "none",
"north": "low",
@@ -127049,7 +127115,7 @@
}
},
{
- "id": 8519,
+ "id": 9063,
"properties": {
"east": "none",
"north": "low",
@@ -127060,7 +127126,7 @@
}
},
{
- "id": 8520,
+ "id": 9064,
"properties": {
"east": "none",
"north": "low",
@@ -127071,7 +127137,7 @@
}
},
{
- "id": 8521,
+ "id": 9065,
"properties": {
"east": "none",
"north": "low",
@@ -127082,7 +127148,7 @@
}
},
{
- "id": 8522,
+ "id": 9066,
"properties": {
"east": "none",
"north": "low",
@@ -127093,7 +127159,7 @@
}
},
{
- "id": 8523,
+ "id": 9067,
"properties": {
"east": "none",
"north": "low",
@@ -127104,7 +127170,7 @@
}
},
{
- "id": 8524,
+ "id": 9068,
"properties": {
"east": "none",
"north": "low",
@@ -127115,7 +127181,7 @@
}
},
{
- "id": 8525,
+ "id": 9069,
"properties": {
"east": "none",
"north": "low",
@@ -127126,7 +127192,7 @@
}
},
{
- "id": 8526,
+ "id": 9070,
"properties": {
"east": "none",
"north": "low",
@@ -127137,7 +127203,7 @@
}
},
{
- "id": 8527,
+ "id": 9071,
"properties": {
"east": "none",
"north": "low",
@@ -127148,7 +127214,7 @@
}
},
{
- "id": 8528,
+ "id": 9072,
"properties": {
"east": "none",
"north": "low",
@@ -127159,7 +127225,7 @@
}
},
{
- "id": 8529,
+ "id": 9073,
"properties": {
"east": "none",
"north": "low",
@@ -127170,7 +127236,7 @@
}
},
{
- "id": 8530,
+ "id": 9074,
"properties": {
"east": "none",
"north": "low",
@@ -127181,7 +127247,7 @@
}
},
{
- "id": 8531,
+ "id": 9075,
"properties": {
"east": "none",
"north": "low",
@@ -127192,7 +127258,7 @@
}
},
{
- "id": 8532,
+ "id": 9076,
"properties": {
"east": "none",
"north": "low",
@@ -127203,7 +127269,7 @@
}
},
{
- "id": 8533,
+ "id": 9077,
"properties": {
"east": "none",
"north": "low",
@@ -127214,7 +127280,7 @@
}
},
{
- "id": 8534,
+ "id": 9078,
"properties": {
"east": "none",
"north": "low",
@@ -127225,7 +127291,7 @@
}
},
{
- "id": 8535,
+ "id": 9079,
"properties": {
"east": "none",
"north": "low",
@@ -127236,7 +127302,7 @@
}
},
{
- "id": 8536,
+ "id": 9080,
"properties": {
"east": "none",
"north": "low",
@@ -127247,7 +127313,7 @@
}
},
{
- "id": 8537,
+ "id": 9081,
"properties": {
"east": "none",
"north": "low",
@@ -127258,7 +127324,7 @@
}
},
{
- "id": 8538,
+ "id": 9082,
"properties": {
"east": "none",
"north": "low",
@@ -127269,7 +127335,7 @@
}
},
{
- "id": 8539,
+ "id": 9083,
"properties": {
"east": "none",
"north": "low",
@@ -127280,7 +127346,7 @@
}
},
{
- "id": 8540,
+ "id": 9084,
"properties": {
"east": "none",
"north": "low",
@@ -127291,7 +127357,7 @@
}
},
{
- "id": 8541,
+ "id": 9085,
"properties": {
"east": "none",
"north": "low",
@@ -127302,7 +127368,7 @@
}
},
{
- "id": 8542,
+ "id": 9086,
"properties": {
"east": "none",
"north": "low",
@@ -127313,7 +127379,7 @@
}
},
{
- "id": 8543,
+ "id": 9087,
"properties": {
"east": "none",
"north": "low",
@@ -127324,7 +127390,7 @@
}
},
{
- "id": 8544,
+ "id": 9088,
"properties": {
"east": "none",
"north": "low",
@@ -127335,7 +127401,7 @@
}
},
{
- "id": 8545,
+ "id": 9089,
"properties": {
"east": "none",
"north": "tall",
@@ -127346,7 +127412,7 @@
}
},
{
- "id": 8546,
+ "id": 9090,
"properties": {
"east": "none",
"north": "tall",
@@ -127357,7 +127423,7 @@
}
},
{
- "id": 8547,
+ "id": 9091,
"properties": {
"east": "none",
"north": "tall",
@@ -127368,7 +127434,7 @@
}
},
{
- "id": 8548,
+ "id": 9092,
"properties": {
"east": "none",
"north": "tall",
@@ -127379,7 +127445,7 @@
}
},
{
- "id": 8549,
+ "id": 9093,
"properties": {
"east": "none",
"north": "tall",
@@ -127390,7 +127456,7 @@
}
},
{
- "id": 8550,
+ "id": 9094,
"properties": {
"east": "none",
"north": "tall",
@@ -127401,7 +127467,7 @@
}
},
{
- "id": 8551,
+ "id": 9095,
"properties": {
"east": "none",
"north": "tall",
@@ -127412,7 +127478,7 @@
}
},
{
- "id": 8552,
+ "id": 9096,
"properties": {
"east": "none",
"north": "tall",
@@ -127423,7 +127489,7 @@
}
},
{
- "id": 8553,
+ "id": 9097,
"properties": {
"east": "none",
"north": "tall",
@@ -127434,7 +127500,7 @@
}
},
{
- "id": 8554,
+ "id": 9098,
"properties": {
"east": "none",
"north": "tall",
@@ -127445,7 +127511,7 @@
}
},
{
- "id": 8555,
+ "id": 9099,
"properties": {
"east": "none",
"north": "tall",
@@ -127456,7 +127522,7 @@
}
},
{
- "id": 8556,
+ "id": 9100,
"properties": {
"east": "none",
"north": "tall",
@@ -127467,7 +127533,7 @@
}
},
{
- "id": 8557,
+ "id": 9101,
"properties": {
"east": "none",
"north": "tall",
@@ -127478,7 +127544,7 @@
}
},
{
- "id": 8558,
+ "id": 9102,
"properties": {
"east": "none",
"north": "tall",
@@ -127489,7 +127555,7 @@
}
},
{
- "id": 8559,
+ "id": 9103,
"properties": {
"east": "none",
"north": "tall",
@@ -127500,7 +127566,7 @@
}
},
{
- "id": 8560,
+ "id": 9104,
"properties": {
"east": "none",
"north": "tall",
@@ -127511,7 +127577,7 @@
}
},
{
- "id": 8561,
+ "id": 9105,
"properties": {
"east": "none",
"north": "tall",
@@ -127522,7 +127588,7 @@
}
},
{
- "id": 8562,
+ "id": 9106,
"properties": {
"east": "none",
"north": "tall",
@@ -127533,7 +127599,7 @@
}
},
{
- "id": 8563,
+ "id": 9107,
"properties": {
"east": "none",
"north": "tall",
@@ -127544,7 +127610,7 @@
}
},
{
- "id": 8564,
+ "id": 9108,
"properties": {
"east": "none",
"north": "tall",
@@ -127555,7 +127621,7 @@
}
},
{
- "id": 8565,
+ "id": 9109,
"properties": {
"east": "none",
"north": "tall",
@@ -127566,7 +127632,7 @@
}
},
{
- "id": 8566,
+ "id": 9110,
"properties": {
"east": "none",
"north": "tall",
@@ -127577,7 +127643,7 @@
}
},
{
- "id": 8567,
+ "id": 9111,
"properties": {
"east": "none",
"north": "tall",
@@ -127588,7 +127654,7 @@
}
},
{
- "id": 8568,
+ "id": 9112,
"properties": {
"east": "none",
"north": "tall",
@@ -127599,7 +127665,7 @@
}
},
{
- "id": 8569,
+ "id": 9113,
"properties": {
"east": "none",
"north": "tall",
@@ -127610,7 +127676,7 @@
}
},
{
- "id": 8570,
+ "id": 9114,
"properties": {
"east": "none",
"north": "tall",
@@ -127621,7 +127687,7 @@
}
},
{
- "id": 8571,
+ "id": 9115,
"properties": {
"east": "none",
"north": "tall",
@@ -127632,7 +127698,7 @@
}
},
{
- "id": 8572,
+ "id": 9116,
"properties": {
"east": "none",
"north": "tall",
@@ -127643,7 +127709,7 @@
}
},
{
- "id": 8573,
+ "id": 9117,
"properties": {
"east": "none",
"north": "tall",
@@ -127654,7 +127720,7 @@
}
},
{
- "id": 8574,
+ "id": 9118,
"properties": {
"east": "none",
"north": "tall",
@@ -127665,7 +127731,7 @@
}
},
{
- "id": 8575,
+ "id": 9119,
"properties": {
"east": "none",
"north": "tall",
@@ -127676,7 +127742,7 @@
}
},
{
- "id": 8576,
+ "id": 9120,
"properties": {
"east": "none",
"north": "tall",
@@ -127687,7 +127753,7 @@
}
},
{
- "id": 8577,
+ "id": 9121,
"properties": {
"east": "none",
"north": "tall",
@@ -127698,7 +127764,7 @@
}
},
{
- "id": 8578,
+ "id": 9122,
"properties": {
"east": "none",
"north": "tall",
@@ -127709,7 +127775,7 @@
}
},
{
- "id": 8579,
+ "id": 9123,
"properties": {
"east": "none",
"north": "tall",
@@ -127720,7 +127786,7 @@
}
},
{
- "id": 8580,
+ "id": 9124,
"properties": {
"east": "none",
"north": "tall",
@@ -127731,7 +127797,7 @@
}
},
{
- "id": 8581,
+ "id": 9125,
"properties": {
"east": "low",
"north": "none",
@@ -127742,7 +127808,7 @@
}
},
{
- "id": 8582,
+ "id": 9126,
"properties": {
"east": "low",
"north": "none",
@@ -127753,7 +127819,7 @@
}
},
{
- "id": 8583,
+ "id": 9127,
"properties": {
"east": "low",
"north": "none",
@@ -127764,7 +127830,7 @@
}
},
{
- "id": 8584,
+ "id": 9128,
"properties": {
"east": "low",
"north": "none",
@@ -127775,7 +127841,7 @@
}
},
{
- "id": 8585,
+ "id": 9129,
"properties": {
"east": "low",
"north": "none",
@@ -127786,7 +127852,7 @@
}
},
{
- "id": 8586,
+ "id": 9130,
"properties": {
"east": "low",
"north": "none",
@@ -127797,7 +127863,7 @@
}
},
{
- "id": 8587,
+ "id": 9131,
"properties": {
"east": "low",
"north": "none",
@@ -127808,7 +127874,7 @@
}
},
{
- "id": 8588,
+ "id": 9132,
"properties": {
"east": "low",
"north": "none",
@@ -127819,7 +127885,7 @@
}
},
{
- "id": 8589,
+ "id": 9133,
"properties": {
"east": "low",
"north": "none",
@@ -127830,7 +127896,7 @@
}
},
{
- "id": 8590,
+ "id": 9134,
"properties": {
"east": "low",
"north": "none",
@@ -127841,7 +127907,7 @@
}
},
{
- "id": 8591,
+ "id": 9135,
"properties": {
"east": "low",
"north": "none",
@@ -127852,7 +127918,7 @@
}
},
{
- "id": 8592,
+ "id": 9136,
"properties": {
"east": "low",
"north": "none",
@@ -127863,7 +127929,7 @@
}
},
{
- "id": 8593,
+ "id": 9137,
"properties": {
"east": "low",
"north": "none",
@@ -127874,7 +127940,7 @@
}
},
{
- "id": 8594,
+ "id": 9138,
"properties": {
"east": "low",
"north": "none",
@@ -127885,7 +127951,7 @@
}
},
{
- "id": 8595,
+ "id": 9139,
"properties": {
"east": "low",
"north": "none",
@@ -127896,7 +127962,7 @@
}
},
{
- "id": 8596,
+ "id": 9140,
"properties": {
"east": "low",
"north": "none",
@@ -127907,7 +127973,7 @@
}
},
{
- "id": 8597,
+ "id": 9141,
"properties": {
"east": "low",
"north": "none",
@@ -127918,7 +127984,7 @@
}
},
{
- "id": 8598,
+ "id": 9142,
"properties": {
"east": "low",
"north": "none",
@@ -127929,7 +127995,7 @@
}
},
{
- "id": 8599,
+ "id": 9143,
"properties": {
"east": "low",
"north": "none",
@@ -127940,7 +128006,7 @@
}
},
{
- "id": 8600,
+ "id": 9144,
"properties": {
"east": "low",
"north": "none",
@@ -127951,7 +128017,7 @@
}
},
{
- "id": 8601,
+ "id": 9145,
"properties": {
"east": "low",
"north": "none",
@@ -127962,7 +128028,7 @@
}
},
{
- "id": 8602,
+ "id": 9146,
"properties": {
"east": "low",
"north": "none",
@@ -127973,7 +128039,7 @@
}
},
{
- "id": 8603,
+ "id": 9147,
"properties": {
"east": "low",
"north": "none",
@@ -127984,7 +128050,7 @@
}
},
{
- "id": 8604,
+ "id": 9148,
"properties": {
"east": "low",
"north": "none",
@@ -127995,7 +128061,7 @@
}
},
{
- "id": 8605,
+ "id": 9149,
"properties": {
"east": "low",
"north": "none",
@@ -128006,7 +128072,7 @@
}
},
{
- "id": 8606,
+ "id": 9150,
"properties": {
"east": "low",
"north": "none",
@@ -128017,7 +128083,7 @@
}
},
{
- "id": 8607,
+ "id": 9151,
"properties": {
"east": "low",
"north": "none",
@@ -128028,7 +128094,7 @@
}
},
{
- "id": 8608,
+ "id": 9152,
"properties": {
"east": "low",
"north": "none",
@@ -128039,7 +128105,7 @@
}
},
{
- "id": 8609,
+ "id": 9153,
"properties": {
"east": "low",
"north": "none",
@@ -128050,7 +128116,7 @@
}
},
{
- "id": 8610,
+ "id": 9154,
"properties": {
"east": "low",
"north": "none",
@@ -128061,7 +128127,7 @@
}
},
{
- "id": 8611,
+ "id": 9155,
"properties": {
"east": "low",
"north": "none",
@@ -128072,7 +128138,7 @@
}
},
{
- "id": 8612,
+ "id": 9156,
"properties": {
"east": "low",
"north": "none",
@@ -128083,7 +128149,7 @@
}
},
{
- "id": 8613,
+ "id": 9157,
"properties": {
"east": "low",
"north": "none",
@@ -128094,7 +128160,7 @@
}
},
{
- "id": 8614,
+ "id": 9158,
"properties": {
"east": "low",
"north": "none",
@@ -128105,7 +128171,7 @@
}
},
{
- "id": 8615,
+ "id": 9159,
"properties": {
"east": "low",
"north": "none",
@@ -128116,7 +128182,7 @@
}
},
{
- "id": 8616,
+ "id": 9160,
"properties": {
"east": "low",
"north": "none",
@@ -128127,7 +128193,7 @@
}
},
{
- "id": 8617,
+ "id": 9161,
"properties": {
"east": "low",
"north": "low",
@@ -128138,7 +128204,7 @@
}
},
{
- "id": 8618,
+ "id": 9162,
"properties": {
"east": "low",
"north": "low",
@@ -128149,7 +128215,7 @@
}
},
{
- "id": 8619,
+ "id": 9163,
"properties": {
"east": "low",
"north": "low",
@@ -128160,7 +128226,7 @@
}
},
{
- "id": 8620,
+ "id": 9164,
"properties": {
"east": "low",
"north": "low",
@@ -128171,7 +128237,7 @@
}
},
{
- "id": 8621,
+ "id": 9165,
"properties": {
"east": "low",
"north": "low",
@@ -128182,7 +128248,7 @@
}
},
{
- "id": 8622,
+ "id": 9166,
"properties": {
"east": "low",
"north": "low",
@@ -128193,7 +128259,7 @@
}
},
{
- "id": 8623,
+ "id": 9167,
"properties": {
"east": "low",
"north": "low",
@@ -128204,7 +128270,7 @@
}
},
{
- "id": 8624,
+ "id": 9168,
"properties": {
"east": "low",
"north": "low",
@@ -128215,7 +128281,7 @@
}
},
{
- "id": 8625,
+ "id": 9169,
"properties": {
"east": "low",
"north": "low",
@@ -128226,7 +128292,7 @@
}
},
{
- "id": 8626,
+ "id": 9170,
"properties": {
"east": "low",
"north": "low",
@@ -128237,7 +128303,7 @@
}
},
{
- "id": 8627,
+ "id": 9171,
"properties": {
"east": "low",
"north": "low",
@@ -128248,7 +128314,7 @@
}
},
{
- "id": 8628,
+ "id": 9172,
"properties": {
"east": "low",
"north": "low",
@@ -128259,7 +128325,7 @@
}
},
{
- "id": 8629,
+ "id": 9173,
"properties": {
"east": "low",
"north": "low",
@@ -128270,7 +128336,7 @@
}
},
{
- "id": 8630,
+ "id": 9174,
"properties": {
"east": "low",
"north": "low",
@@ -128281,7 +128347,7 @@
}
},
{
- "id": 8631,
+ "id": 9175,
"properties": {
"east": "low",
"north": "low",
@@ -128292,7 +128358,7 @@
}
},
{
- "id": 8632,
+ "id": 9176,
"properties": {
"east": "low",
"north": "low",
@@ -128303,7 +128369,7 @@
}
},
{
- "id": 8633,
+ "id": 9177,
"properties": {
"east": "low",
"north": "low",
@@ -128314,7 +128380,7 @@
}
},
{
- "id": 8634,
+ "id": 9178,
"properties": {
"east": "low",
"north": "low",
@@ -128325,7 +128391,7 @@
}
},
{
- "id": 8635,
+ "id": 9179,
"properties": {
"east": "low",
"north": "low",
@@ -128336,7 +128402,7 @@
}
},
{
- "id": 8636,
+ "id": 9180,
"properties": {
"east": "low",
"north": "low",
@@ -128347,7 +128413,7 @@
}
},
{
- "id": 8637,
+ "id": 9181,
"properties": {
"east": "low",
"north": "low",
@@ -128358,7 +128424,7 @@
}
},
{
- "id": 8638,
+ "id": 9182,
"properties": {
"east": "low",
"north": "low",
@@ -128369,7 +128435,7 @@
}
},
{
- "id": 8639,
+ "id": 9183,
"properties": {
"east": "low",
"north": "low",
@@ -128380,7 +128446,7 @@
}
},
{
- "id": 8640,
+ "id": 9184,
"properties": {
"east": "low",
"north": "low",
@@ -128391,7 +128457,7 @@
}
},
{
- "id": 8641,
+ "id": 9185,
"properties": {
"east": "low",
"north": "low",
@@ -128402,7 +128468,7 @@
}
},
{
- "id": 8642,
+ "id": 9186,
"properties": {
"east": "low",
"north": "low",
@@ -128413,7 +128479,7 @@
}
},
{
- "id": 8643,
+ "id": 9187,
"properties": {
"east": "low",
"north": "low",
@@ -128424,7 +128490,7 @@
}
},
{
- "id": 8644,
+ "id": 9188,
"properties": {
"east": "low",
"north": "low",
@@ -128435,7 +128501,7 @@
}
},
{
- "id": 8645,
+ "id": 9189,
"properties": {
"east": "low",
"north": "low",
@@ -128446,7 +128512,7 @@
}
},
{
- "id": 8646,
+ "id": 9190,
"properties": {
"east": "low",
"north": "low",
@@ -128457,7 +128523,7 @@
}
},
{
- "id": 8647,
+ "id": 9191,
"properties": {
"east": "low",
"north": "low",
@@ -128468,7 +128534,7 @@
}
},
{
- "id": 8648,
+ "id": 9192,
"properties": {
"east": "low",
"north": "low",
@@ -128479,7 +128545,7 @@
}
},
{
- "id": 8649,
+ "id": 9193,
"properties": {
"east": "low",
"north": "low",
@@ -128490,7 +128556,7 @@
}
},
{
- "id": 8650,
+ "id": 9194,
"properties": {
"east": "low",
"north": "low",
@@ -128501,7 +128567,7 @@
}
},
{
- "id": 8651,
+ "id": 9195,
"properties": {
"east": "low",
"north": "low",
@@ -128512,7 +128578,7 @@
}
},
{
- "id": 8652,
+ "id": 9196,
"properties": {
"east": "low",
"north": "low",
@@ -128523,7 +128589,7 @@
}
},
{
- "id": 8653,
+ "id": 9197,
"properties": {
"east": "low",
"north": "tall",
@@ -128534,7 +128600,7 @@
}
},
{
- "id": 8654,
+ "id": 9198,
"properties": {
"east": "low",
"north": "tall",
@@ -128545,7 +128611,7 @@
}
},
{
- "id": 8655,
+ "id": 9199,
"properties": {
"east": "low",
"north": "tall",
@@ -128556,7 +128622,7 @@
}
},
{
- "id": 8656,
+ "id": 9200,
"properties": {
"east": "low",
"north": "tall",
@@ -128567,7 +128633,7 @@
}
},
{
- "id": 8657,
+ "id": 9201,
"properties": {
"east": "low",
"north": "tall",
@@ -128578,7 +128644,7 @@
}
},
{
- "id": 8658,
+ "id": 9202,
"properties": {
"east": "low",
"north": "tall",
@@ -128589,7 +128655,7 @@
}
},
{
- "id": 8659,
+ "id": 9203,
"properties": {
"east": "low",
"north": "tall",
@@ -128600,7 +128666,7 @@
}
},
{
- "id": 8660,
+ "id": 9204,
"properties": {
"east": "low",
"north": "tall",
@@ -128611,7 +128677,7 @@
}
},
{
- "id": 8661,
+ "id": 9205,
"properties": {
"east": "low",
"north": "tall",
@@ -128622,7 +128688,7 @@
}
},
{
- "id": 8662,
+ "id": 9206,
"properties": {
"east": "low",
"north": "tall",
@@ -128633,7 +128699,7 @@
}
},
{
- "id": 8663,
+ "id": 9207,
"properties": {
"east": "low",
"north": "tall",
@@ -128644,7 +128710,7 @@
}
},
{
- "id": 8664,
+ "id": 9208,
"properties": {
"east": "low",
"north": "tall",
@@ -128655,7 +128721,7 @@
}
},
{
- "id": 8665,
+ "id": 9209,
"properties": {
"east": "low",
"north": "tall",
@@ -128666,7 +128732,7 @@
}
},
{
- "id": 8666,
+ "id": 9210,
"properties": {
"east": "low",
"north": "tall",
@@ -128677,7 +128743,7 @@
}
},
{
- "id": 8667,
+ "id": 9211,
"properties": {
"east": "low",
"north": "tall",
@@ -128688,7 +128754,7 @@
}
},
{
- "id": 8668,
+ "id": 9212,
"properties": {
"east": "low",
"north": "tall",
@@ -128699,7 +128765,7 @@
}
},
{
- "id": 8669,
+ "id": 9213,
"properties": {
"east": "low",
"north": "tall",
@@ -128710,7 +128776,7 @@
}
},
{
- "id": 8670,
+ "id": 9214,
"properties": {
"east": "low",
"north": "tall",
@@ -128721,7 +128787,7 @@
}
},
{
- "id": 8671,
+ "id": 9215,
"properties": {
"east": "low",
"north": "tall",
@@ -128732,7 +128798,7 @@
}
},
{
- "id": 8672,
+ "id": 9216,
"properties": {
"east": "low",
"north": "tall",
@@ -128743,7 +128809,7 @@
}
},
{
- "id": 8673,
+ "id": 9217,
"properties": {
"east": "low",
"north": "tall",
@@ -128754,7 +128820,7 @@
}
},
{
- "id": 8674,
+ "id": 9218,
"properties": {
"east": "low",
"north": "tall",
@@ -128765,7 +128831,7 @@
}
},
{
- "id": 8675,
+ "id": 9219,
"properties": {
"east": "low",
"north": "tall",
@@ -128776,7 +128842,7 @@
}
},
{
- "id": 8676,
+ "id": 9220,
"properties": {
"east": "low",
"north": "tall",
@@ -128787,7 +128853,7 @@
}
},
{
- "id": 8677,
+ "id": 9221,
"properties": {
"east": "low",
"north": "tall",
@@ -128798,7 +128864,7 @@
}
},
{
- "id": 8678,
+ "id": 9222,
"properties": {
"east": "low",
"north": "tall",
@@ -128809,7 +128875,7 @@
}
},
{
- "id": 8679,
+ "id": 9223,
"properties": {
"east": "low",
"north": "tall",
@@ -128820,7 +128886,7 @@
}
},
{
- "id": 8680,
+ "id": 9224,
"properties": {
"east": "low",
"north": "tall",
@@ -128831,7 +128897,7 @@
}
},
{
- "id": 8681,
+ "id": 9225,
"properties": {
"east": "low",
"north": "tall",
@@ -128842,7 +128908,7 @@
}
},
{
- "id": 8682,
+ "id": 9226,
"properties": {
"east": "low",
"north": "tall",
@@ -128853,7 +128919,7 @@
}
},
{
- "id": 8683,
+ "id": 9227,
"properties": {
"east": "low",
"north": "tall",
@@ -128864,7 +128930,7 @@
}
},
{
- "id": 8684,
+ "id": 9228,
"properties": {
"east": "low",
"north": "tall",
@@ -128875,7 +128941,7 @@
}
},
{
- "id": 8685,
+ "id": 9229,
"properties": {
"east": "low",
"north": "tall",
@@ -128886,7 +128952,7 @@
}
},
{
- "id": 8686,
+ "id": 9230,
"properties": {
"east": "low",
"north": "tall",
@@ -128897,7 +128963,7 @@
}
},
{
- "id": 8687,
+ "id": 9231,
"properties": {
"east": "low",
"north": "tall",
@@ -128908,7 +128974,7 @@
}
},
{
- "id": 8688,
+ "id": 9232,
"properties": {
"east": "low",
"north": "tall",
@@ -128919,7 +128985,7 @@
}
},
{
- "id": 8689,
+ "id": 9233,
"properties": {
"east": "tall",
"north": "none",
@@ -128930,7 +128996,7 @@
}
},
{
- "id": 8690,
+ "id": 9234,
"properties": {
"east": "tall",
"north": "none",
@@ -128941,7 +129007,7 @@
}
},
{
- "id": 8691,
+ "id": 9235,
"properties": {
"east": "tall",
"north": "none",
@@ -128952,7 +129018,7 @@
}
},
{
- "id": 8692,
+ "id": 9236,
"properties": {
"east": "tall",
"north": "none",
@@ -128963,7 +129029,7 @@
}
},
{
- "id": 8693,
+ "id": 9237,
"properties": {
"east": "tall",
"north": "none",
@@ -128974,7 +129040,7 @@
}
},
{
- "id": 8694,
+ "id": 9238,
"properties": {
"east": "tall",
"north": "none",
@@ -128985,7 +129051,7 @@
}
},
{
- "id": 8695,
+ "id": 9239,
"properties": {
"east": "tall",
"north": "none",
@@ -128996,7 +129062,7 @@
}
},
{
- "id": 8696,
+ "id": 9240,
"properties": {
"east": "tall",
"north": "none",
@@ -129007,7 +129073,7 @@
}
},
{
- "id": 8697,
+ "id": 9241,
"properties": {
"east": "tall",
"north": "none",
@@ -129018,7 +129084,7 @@
}
},
{
- "id": 8698,
+ "id": 9242,
"properties": {
"east": "tall",
"north": "none",
@@ -129029,7 +129095,7 @@
}
},
{
- "id": 8699,
+ "id": 9243,
"properties": {
"east": "tall",
"north": "none",
@@ -129040,7 +129106,7 @@
}
},
{
- "id": 8700,
+ "id": 9244,
"properties": {
"east": "tall",
"north": "none",
@@ -129051,7 +129117,7 @@
}
},
{
- "id": 8701,
+ "id": 9245,
"properties": {
"east": "tall",
"north": "none",
@@ -129062,7 +129128,7 @@
}
},
{
- "id": 8702,
+ "id": 9246,
"properties": {
"east": "tall",
"north": "none",
@@ -129073,7 +129139,7 @@
}
},
{
- "id": 8703,
+ "id": 9247,
"properties": {
"east": "tall",
"north": "none",
@@ -129084,7 +129150,7 @@
}
},
{
- "id": 8704,
+ "id": 9248,
"properties": {
"east": "tall",
"north": "none",
@@ -129095,7 +129161,7 @@
}
},
{
- "id": 8705,
+ "id": 9249,
"properties": {
"east": "tall",
"north": "none",
@@ -129106,7 +129172,7 @@
}
},
{
- "id": 8706,
+ "id": 9250,
"properties": {
"east": "tall",
"north": "none",
@@ -129117,7 +129183,7 @@
}
},
{
- "id": 8707,
+ "id": 9251,
"properties": {
"east": "tall",
"north": "none",
@@ -129128,7 +129194,7 @@
}
},
{
- "id": 8708,
+ "id": 9252,
"properties": {
"east": "tall",
"north": "none",
@@ -129139,7 +129205,7 @@
}
},
{
- "id": 8709,
+ "id": 9253,
"properties": {
"east": "tall",
"north": "none",
@@ -129150,7 +129216,7 @@
}
},
{
- "id": 8710,
+ "id": 9254,
"properties": {
"east": "tall",
"north": "none",
@@ -129161,7 +129227,7 @@
}
},
{
- "id": 8711,
+ "id": 9255,
"properties": {
"east": "tall",
"north": "none",
@@ -129172,7 +129238,7 @@
}
},
{
- "id": 8712,
+ "id": 9256,
"properties": {
"east": "tall",
"north": "none",
@@ -129183,7 +129249,7 @@
}
},
{
- "id": 8713,
+ "id": 9257,
"properties": {
"east": "tall",
"north": "none",
@@ -129194,7 +129260,7 @@
}
},
{
- "id": 8714,
+ "id": 9258,
"properties": {
"east": "tall",
"north": "none",
@@ -129205,7 +129271,7 @@
}
},
{
- "id": 8715,
+ "id": 9259,
"properties": {
"east": "tall",
"north": "none",
@@ -129216,7 +129282,7 @@
}
},
{
- "id": 8716,
+ "id": 9260,
"properties": {
"east": "tall",
"north": "none",
@@ -129227,7 +129293,7 @@
}
},
{
- "id": 8717,
+ "id": 9261,
"properties": {
"east": "tall",
"north": "none",
@@ -129238,7 +129304,7 @@
}
},
{
- "id": 8718,
+ "id": 9262,
"properties": {
"east": "tall",
"north": "none",
@@ -129249,7 +129315,7 @@
}
},
{
- "id": 8719,
+ "id": 9263,
"properties": {
"east": "tall",
"north": "none",
@@ -129260,7 +129326,7 @@
}
},
{
- "id": 8720,
+ "id": 9264,
"properties": {
"east": "tall",
"north": "none",
@@ -129271,7 +129337,7 @@
}
},
{
- "id": 8721,
+ "id": 9265,
"properties": {
"east": "tall",
"north": "none",
@@ -129282,7 +129348,7 @@
}
},
{
- "id": 8722,
+ "id": 9266,
"properties": {
"east": "tall",
"north": "none",
@@ -129293,7 +129359,7 @@
}
},
{
- "id": 8723,
+ "id": 9267,
"properties": {
"east": "tall",
"north": "none",
@@ -129304,7 +129370,7 @@
}
},
{
- "id": 8724,
+ "id": 9268,
"properties": {
"east": "tall",
"north": "none",
@@ -129315,7 +129381,7 @@
}
},
{
- "id": 8725,
+ "id": 9269,
"properties": {
"east": "tall",
"north": "low",
@@ -129326,7 +129392,7 @@
}
},
{
- "id": 8726,
+ "id": 9270,
"properties": {
"east": "tall",
"north": "low",
@@ -129337,7 +129403,7 @@
}
},
{
- "id": 8727,
+ "id": 9271,
"properties": {
"east": "tall",
"north": "low",
@@ -129348,7 +129414,7 @@
}
},
{
- "id": 8728,
+ "id": 9272,
"properties": {
"east": "tall",
"north": "low",
@@ -129359,7 +129425,7 @@
}
},
{
- "id": 8729,
+ "id": 9273,
"properties": {
"east": "tall",
"north": "low",
@@ -129370,7 +129436,7 @@
}
},
{
- "id": 8730,
+ "id": 9274,
"properties": {
"east": "tall",
"north": "low",
@@ -129381,7 +129447,7 @@
}
},
{
- "id": 8731,
+ "id": 9275,
"properties": {
"east": "tall",
"north": "low",
@@ -129392,7 +129458,7 @@
}
},
{
- "id": 8732,
+ "id": 9276,
"properties": {
"east": "tall",
"north": "low",
@@ -129403,7 +129469,7 @@
}
},
{
- "id": 8733,
+ "id": 9277,
"properties": {
"east": "tall",
"north": "low",
@@ -129414,7 +129480,7 @@
}
},
{
- "id": 8734,
+ "id": 9278,
"properties": {
"east": "tall",
"north": "low",
@@ -129425,7 +129491,7 @@
}
},
{
- "id": 8735,
+ "id": 9279,
"properties": {
"east": "tall",
"north": "low",
@@ -129436,7 +129502,7 @@
}
},
{
- "id": 8736,
+ "id": 9280,
"properties": {
"east": "tall",
"north": "low",
@@ -129447,7 +129513,7 @@
}
},
{
- "id": 8737,
+ "id": 9281,
"properties": {
"east": "tall",
"north": "low",
@@ -129458,7 +129524,7 @@
}
},
{
- "id": 8738,
+ "id": 9282,
"properties": {
"east": "tall",
"north": "low",
@@ -129469,7 +129535,7 @@
}
},
{
- "id": 8739,
+ "id": 9283,
"properties": {
"east": "tall",
"north": "low",
@@ -129480,7 +129546,7 @@
}
},
{
- "id": 8740,
+ "id": 9284,
"properties": {
"east": "tall",
"north": "low",
@@ -129491,7 +129557,7 @@
}
},
{
- "id": 8741,
+ "id": 9285,
"properties": {
"east": "tall",
"north": "low",
@@ -129502,7 +129568,7 @@
}
},
{
- "id": 8742,
+ "id": 9286,
"properties": {
"east": "tall",
"north": "low",
@@ -129513,7 +129579,7 @@
}
},
{
- "id": 8743,
+ "id": 9287,
"properties": {
"east": "tall",
"north": "low",
@@ -129524,7 +129590,7 @@
}
},
{
- "id": 8744,
+ "id": 9288,
"properties": {
"east": "tall",
"north": "low",
@@ -129535,7 +129601,7 @@
}
},
{
- "id": 8745,
+ "id": 9289,
"properties": {
"east": "tall",
"north": "low",
@@ -129546,7 +129612,7 @@
}
},
{
- "id": 8746,
+ "id": 9290,
"properties": {
"east": "tall",
"north": "low",
@@ -129557,7 +129623,7 @@
}
},
{
- "id": 8747,
+ "id": 9291,
"properties": {
"east": "tall",
"north": "low",
@@ -129568,7 +129634,7 @@
}
},
{
- "id": 8748,
+ "id": 9292,
"properties": {
"east": "tall",
"north": "low",
@@ -129579,7 +129645,7 @@
}
},
{
- "id": 8749,
+ "id": 9293,
"properties": {
"east": "tall",
"north": "low",
@@ -129590,7 +129656,7 @@
}
},
{
- "id": 8750,
+ "id": 9294,
"properties": {
"east": "tall",
"north": "low",
@@ -129601,7 +129667,7 @@
}
},
{
- "id": 8751,
+ "id": 9295,
"properties": {
"east": "tall",
"north": "low",
@@ -129612,7 +129678,7 @@
}
},
{
- "id": 8752,
+ "id": 9296,
"properties": {
"east": "tall",
"north": "low",
@@ -129623,7 +129689,7 @@
}
},
{
- "id": 8753,
+ "id": 9297,
"properties": {
"east": "tall",
"north": "low",
@@ -129634,7 +129700,7 @@
}
},
{
- "id": 8754,
+ "id": 9298,
"properties": {
"east": "tall",
"north": "low",
@@ -129645,7 +129711,7 @@
}
},
{
- "id": 8755,
+ "id": 9299,
"properties": {
"east": "tall",
"north": "low",
@@ -129656,7 +129722,7 @@
}
},
{
- "id": 8756,
+ "id": 9300,
"properties": {
"east": "tall",
"north": "low",
@@ -129667,7 +129733,7 @@
}
},
{
- "id": 8757,
+ "id": 9301,
"properties": {
"east": "tall",
"north": "low",
@@ -129678,7 +129744,7 @@
}
},
{
- "id": 8758,
+ "id": 9302,
"properties": {
"east": "tall",
"north": "low",
@@ -129689,7 +129755,7 @@
}
},
{
- "id": 8759,
+ "id": 9303,
"properties": {
"east": "tall",
"north": "low",
@@ -129700,7 +129766,7 @@
}
},
{
- "id": 8760,
+ "id": 9304,
"properties": {
"east": "tall",
"north": "low",
@@ -129711,7 +129777,7 @@
}
},
{
- "id": 8761,
+ "id": 9305,
"properties": {
"east": "tall",
"north": "tall",
@@ -129722,7 +129788,7 @@
}
},
{
- "id": 8762,
+ "id": 9306,
"properties": {
"east": "tall",
"north": "tall",
@@ -129733,7 +129799,7 @@
}
},
{
- "id": 8763,
+ "id": 9307,
"properties": {
"east": "tall",
"north": "tall",
@@ -129744,7 +129810,7 @@
}
},
{
- "id": 8764,
+ "id": 9308,
"properties": {
"east": "tall",
"north": "tall",
@@ -129755,7 +129821,7 @@
}
},
{
- "id": 8765,
+ "id": 9309,
"properties": {
"east": "tall",
"north": "tall",
@@ -129766,7 +129832,7 @@
}
},
{
- "id": 8766,
+ "id": 9310,
"properties": {
"east": "tall",
"north": "tall",
@@ -129777,7 +129843,7 @@
}
},
{
- "id": 8767,
+ "id": 9311,
"properties": {
"east": "tall",
"north": "tall",
@@ -129788,7 +129854,7 @@
}
},
{
- "id": 8768,
+ "id": 9312,
"properties": {
"east": "tall",
"north": "tall",
@@ -129799,7 +129865,7 @@
}
},
{
- "id": 8769,
+ "id": 9313,
"properties": {
"east": "tall",
"north": "tall",
@@ -129810,7 +129876,7 @@
}
},
{
- "id": 8770,
+ "id": 9314,
"properties": {
"east": "tall",
"north": "tall",
@@ -129821,7 +129887,7 @@
}
},
{
- "id": 8771,
+ "id": 9315,
"properties": {
"east": "tall",
"north": "tall",
@@ -129832,7 +129898,7 @@
}
},
{
- "id": 8772,
+ "id": 9316,
"properties": {
"east": "tall",
"north": "tall",
@@ -129843,7 +129909,7 @@
}
},
{
- "id": 8773,
+ "id": 9317,
"properties": {
"east": "tall",
"north": "tall",
@@ -129854,7 +129920,7 @@
}
},
{
- "id": 8774,
+ "id": 9318,
"properties": {
"east": "tall",
"north": "tall",
@@ -129865,7 +129931,7 @@
}
},
{
- "id": 8775,
+ "id": 9319,
"properties": {
"east": "tall",
"north": "tall",
@@ -129876,7 +129942,7 @@
}
},
{
- "id": 8776,
+ "id": 9320,
"properties": {
"east": "tall",
"north": "tall",
@@ -129887,7 +129953,7 @@
}
},
{
- "id": 8777,
+ "id": 9321,
"properties": {
"east": "tall",
"north": "tall",
@@ -129898,7 +129964,7 @@
}
},
{
- "id": 8778,
+ "id": 9322,
"properties": {
"east": "tall",
"north": "tall",
@@ -129909,7 +129975,7 @@
}
},
{
- "id": 8779,
+ "id": 9323,
"properties": {
"east": "tall",
"north": "tall",
@@ -129920,7 +129986,7 @@
}
},
{
- "id": 8780,
+ "id": 9324,
"properties": {
"east": "tall",
"north": "tall",
@@ -129931,7 +129997,7 @@
}
},
{
- "id": 8781,
+ "id": 9325,
"properties": {
"east": "tall",
"north": "tall",
@@ -129942,7 +130008,7 @@
}
},
{
- "id": 8782,
+ "id": 9326,
"properties": {
"east": "tall",
"north": "tall",
@@ -129953,7 +130019,7 @@
}
},
{
- "id": 8783,
+ "id": 9327,
"properties": {
"east": "tall",
"north": "tall",
@@ -129964,7 +130030,7 @@
}
},
{
- "id": 8784,
+ "id": 9328,
"properties": {
"east": "tall",
"north": "tall",
@@ -129975,7 +130041,7 @@
}
},
{
- "id": 8785,
+ "id": 9329,
"properties": {
"east": "tall",
"north": "tall",
@@ -129986,7 +130052,7 @@
}
},
{
- "id": 8786,
+ "id": 9330,
"properties": {
"east": "tall",
"north": "tall",
@@ -129997,7 +130063,7 @@
}
},
{
- "id": 8787,
+ "id": 9331,
"properties": {
"east": "tall",
"north": "tall",
@@ -130008,7 +130074,7 @@
}
},
{
- "id": 8788,
+ "id": 9332,
"properties": {
"east": "tall",
"north": "tall",
@@ -130019,7 +130085,7 @@
}
},
{
- "id": 8789,
+ "id": 9333,
"properties": {
"east": "tall",
"north": "tall",
@@ -130030,7 +130096,7 @@
}
},
{
- "id": 8790,
+ "id": 9334,
"properties": {
"east": "tall",
"north": "tall",
@@ -130041,7 +130107,7 @@
}
},
{
- "id": 8791,
+ "id": 9335,
"properties": {
"east": "tall",
"north": "tall",
@@ -130052,7 +130118,7 @@
}
},
{
- "id": 8792,
+ "id": 9336,
"properties": {
"east": "tall",
"north": "tall",
@@ -130063,7 +130129,7 @@
}
},
{
- "id": 8793,
+ "id": 9337,
"properties": {
"east": "tall",
"north": "tall",
@@ -130074,7 +130140,7 @@
}
},
{
- "id": 8794,
+ "id": 9338,
"properties": {
"east": "tall",
"north": "tall",
@@ -130085,7 +130151,7 @@
}
},
{
- "id": 8795,
+ "id": 9339,
"properties": {
"east": "tall",
"north": "tall",
@@ -130096,7 +130162,7 @@
}
},
{
- "id": 8796,
+ "id": 9340,
"properties": {
"east": "tall",
"north": "tall",
@@ -130126,21 +130192,21 @@
},
"states": [
{
- "id": 14563,
+ "id": 15107,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14564,
+ "id": 15108,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14565,
+ "id": 15109,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -130148,21 +130214,21 @@
},
{
"default": true,
- "id": 14566,
+ "id": 15110,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14567,
+ "id": 15111,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14568,
+ "id": 15112,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -130203,7 +130269,7 @@
},
"states": [
{
- "id": 13591,
+ "id": 14135,
"properties": {
"facing": "north",
"half": "top",
@@ -130212,7 +130278,7 @@
}
},
{
- "id": 13592,
+ "id": 14136,
"properties": {
"facing": "north",
"half": "top",
@@ -130221,7 +130287,7 @@
}
},
{
- "id": 13593,
+ "id": 14137,
"properties": {
"facing": "north",
"half": "top",
@@ -130230,7 +130296,7 @@
}
},
{
- "id": 13594,
+ "id": 14138,
"properties": {
"facing": "north",
"half": "top",
@@ -130239,7 +130305,7 @@
}
},
{
- "id": 13595,
+ "id": 14139,
"properties": {
"facing": "north",
"half": "top",
@@ -130248,7 +130314,7 @@
}
},
{
- "id": 13596,
+ "id": 14140,
"properties": {
"facing": "north",
"half": "top",
@@ -130257,7 +130323,7 @@
}
},
{
- "id": 13597,
+ "id": 14141,
"properties": {
"facing": "north",
"half": "top",
@@ -130266,7 +130332,7 @@
}
},
{
- "id": 13598,
+ "id": 14142,
"properties": {
"facing": "north",
"half": "top",
@@ -130275,7 +130341,7 @@
}
},
{
- "id": 13599,
+ "id": 14143,
"properties": {
"facing": "north",
"half": "top",
@@ -130284,7 +130350,7 @@
}
},
{
- "id": 13600,
+ "id": 14144,
"properties": {
"facing": "north",
"half": "top",
@@ -130293,7 +130359,7 @@
}
},
{
- "id": 13601,
+ "id": 14145,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130303,7 +130369,7 @@
},
{
"default": true,
- "id": 13602,
+ "id": 14146,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130312,7 +130378,7 @@
}
},
{
- "id": 13603,
+ "id": 14147,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130321,7 +130387,7 @@
}
},
{
- "id": 13604,
+ "id": 14148,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130330,7 +130396,7 @@
}
},
{
- "id": 13605,
+ "id": 14149,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130339,7 +130405,7 @@
}
},
{
- "id": 13606,
+ "id": 14150,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130348,7 +130414,7 @@
}
},
{
- "id": 13607,
+ "id": 14151,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130357,7 +130423,7 @@
}
},
{
- "id": 13608,
+ "id": 14152,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130366,7 +130432,7 @@
}
},
{
- "id": 13609,
+ "id": 14153,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130375,7 +130441,7 @@
}
},
{
- "id": 13610,
+ "id": 14154,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130384,7 +130450,7 @@
}
},
{
- "id": 13611,
+ "id": 14155,
"properties": {
"facing": "south",
"half": "top",
@@ -130393,7 +130459,7 @@
}
},
{
- "id": 13612,
+ "id": 14156,
"properties": {
"facing": "south",
"half": "top",
@@ -130402,7 +130468,7 @@
}
},
{
- "id": 13613,
+ "id": 14157,
"properties": {
"facing": "south",
"half": "top",
@@ -130411,7 +130477,7 @@
}
},
{
- "id": 13614,
+ "id": 14158,
"properties": {
"facing": "south",
"half": "top",
@@ -130420,7 +130486,7 @@
}
},
{
- "id": 13615,
+ "id": 14159,
"properties": {
"facing": "south",
"half": "top",
@@ -130429,7 +130495,7 @@
}
},
{
- "id": 13616,
+ "id": 14160,
"properties": {
"facing": "south",
"half": "top",
@@ -130438,7 +130504,7 @@
}
},
{
- "id": 13617,
+ "id": 14161,
"properties": {
"facing": "south",
"half": "top",
@@ -130447,7 +130513,7 @@
}
},
{
- "id": 13618,
+ "id": 14162,
"properties": {
"facing": "south",
"half": "top",
@@ -130456,7 +130522,7 @@
}
},
{
- "id": 13619,
+ "id": 14163,
"properties": {
"facing": "south",
"half": "top",
@@ -130465,7 +130531,7 @@
}
},
{
- "id": 13620,
+ "id": 14164,
"properties": {
"facing": "south",
"half": "top",
@@ -130474,7 +130540,7 @@
}
},
{
- "id": 13621,
+ "id": 14165,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130483,7 +130549,7 @@
}
},
{
- "id": 13622,
+ "id": 14166,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130492,7 +130558,7 @@
}
},
{
- "id": 13623,
+ "id": 14167,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130501,7 +130567,7 @@
}
},
{
- "id": 13624,
+ "id": 14168,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130510,7 +130576,7 @@
}
},
{
- "id": 13625,
+ "id": 14169,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130519,7 +130585,7 @@
}
},
{
- "id": 13626,
+ "id": 14170,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130528,7 +130594,7 @@
}
},
{
- "id": 13627,
+ "id": 14171,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130537,7 +130603,7 @@
}
},
{
- "id": 13628,
+ "id": 14172,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130546,7 +130612,7 @@
}
},
{
- "id": 13629,
+ "id": 14173,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130555,7 +130621,7 @@
}
},
{
- "id": 13630,
+ "id": 14174,
"properties": {
"facing": "south",
"half": "bottom",
@@ -130564,7 +130630,7 @@
}
},
{
- "id": 13631,
+ "id": 14175,
"properties": {
"facing": "west",
"half": "top",
@@ -130573,7 +130639,7 @@
}
},
{
- "id": 13632,
+ "id": 14176,
"properties": {
"facing": "west",
"half": "top",
@@ -130582,7 +130648,7 @@
}
},
{
- "id": 13633,
+ "id": 14177,
"properties": {
"facing": "west",
"half": "top",
@@ -130591,7 +130657,7 @@
}
},
{
- "id": 13634,
+ "id": 14178,
"properties": {
"facing": "west",
"half": "top",
@@ -130600,7 +130666,7 @@
}
},
{
- "id": 13635,
+ "id": 14179,
"properties": {
"facing": "west",
"half": "top",
@@ -130609,7 +130675,7 @@
}
},
{
- "id": 13636,
+ "id": 14180,
"properties": {
"facing": "west",
"half": "top",
@@ -130618,7 +130684,7 @@
}
},
{
- "id": 13637,
+ "id": 14181,
"properties": {
"facing": "west",
"half": "top",
@@ -130627,7 +130693,7 @@
}
},
{
- "id": 13638,
+ "id": 14182,
"properties": {
"facing": "west",
"half": "top",
@@ -130636,7 +130702,7 @@
}
},
{
- "id": 13639,
+ "id": 14183,
"properties": {
"facing": "west",
"half": "top",
@@ -130645,7 +130711,7 @@
}
},
{
- "id": 13640,
+ "id": 14184,
"properties": {
"facing": "west",
"half": "top",
@@ -130654,7 +130720,7 @@
}
},
{
- "id": 13641,
+ "id": 14185,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130663,7 +130729,7 @@
}
},
{
- "id": 13642,
+ "id": 14186,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130672,7 +130738,7 @@
}
},
{
- "id": 13643,
+ "id": 14187,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130681,7 +130747,7 @@
}
},
{
- "id": 13644,
+ "id": 14188,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130690,7 +130756,7 @@
}
},
{
- "id": 13645,
+ "id": 14189,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130699,7 +130765,7 @@
}
},
{
- "id": 13646,
+ "id": 14190,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130708,7 +130774,7 @@
}
},
{
- "id": 13647,
+ "id": 14191,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130717,7 +130783,7 @@
}
},
{
- "id": 13648,
+ "id": 14192,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130726,7 +130792,7 @@
}
},
{
- "id": 13649,
+ "id": 14193,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130735,7 +130801,7 @@
}
},
{
- "id": 13650,
+ "id": 14194,
"properties": {
"facing": "west",
"half": "bottom",
@@ -130744,7 +130810,7 @@
}
},
{
- "id": 13651,
+ "id": 14195,
"properties": {
"facing": "east",
"half": "top",
@@ -130753,7 +130819,7 @@
}
},
{
- "id": 13652,
+ "id": 14196,
"properties": {
"facing": "east",
"half": "top",
@@ -130762,7 +130828,7 @@
}
},
{
- "id": 13653,
+ "id": 14197,
"properties": {
"facing": "east",
"half": "top",
@@ -130771,7 +130837,7 @@
}
},
{
- "id": 13654,
+ "id": 14198,
"properties": {
"facing": "east",
"half": "top",
@@ -130780,7 +130846,7 @@
}
},
{
- "id": 13655,
+ "id": 14199,
"properties": {
"facing": "east",
"half": "top",
@@ -130789,7 +130855,7 @@
}
},
{
- "id": 13656,
+ "id": 14200,
"properties": {
"facing": "east",
"half": "top",
@@ -130798,7 +130864,7 @@
}
},
{
- "id": 13657,
+ "id": 14201,
"properties": {
"facing": "east",
"half": "top",
@@ -130807,7 +130873,7 @@
}
},
{
- "id": 13658,
+ "id": 14202,
"properties": {
"facing": "east",
"half": "top",
@@ -130816,7 +130882,7 @@
}
},
{
- "id": 13659,
+ "id": 14203,
"properties": {
"facing": "east",
"half": "top",
@@ -130825,7 +130891,7 @@
}
},
{
- "id": 13660,
+ "id": 14204,
"properties": {
"facing": "east",
"half": "top",
@@ -130834,7 +130900,7 @@
}
},
{
- "id": 13661,
+ "id": 14205,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130843,7 +130909,7 @@
}
},
{
- "id": 13662,
+ "id": 14206,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130852,7 +130918,7 @@
}
},
{
- "id": 13663,
+ "id": 14207,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130861,7 +130927,7 @@
}
},
{
- "id": 13664,
+ "id": 14208,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130870,7 +130936,7 @@
}
},
{
- "id": 13665,
+ "id": 14209,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130879,7 +130945,7 @@
}
},
{
- "id": 13666,
+ "id": 14210,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130888,7 +130954,7 @@
}
},
{
- "id": 13667,
+ "id": 14211,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130897,7 +130963,7 @@
}
},
{
- "id": 13668,
+ "id": 14212,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130906,7 +130972,7 @@
}
},
{
- "id": 13669,
+ "id": 14213,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130915,7 +130981,7 @@
}
},
{
- "id": 13670,
+ "id": 14214,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130962,7 +131028,7 @@
},
"states": [
{
- "id": 15601,
+ "id": 16145,
"properties": {
"east": "none",
"north": "none",
@@ -130973,7 +131039,7 @@
}
},
{
- "id": 15602,
+ "id": 16146,
"properties": {
"east": "none",
"north": "none",
@@ -130984,7 +131050,7 @@
}
},
{
- "id": 15603,
+ "id": 16147,
"properties": {
"east": "none",
"north": "none",
@@ -130996,7 +131062,7 @@
},
{
"default": true,
- "id": 15604,
+ "id": 16148,
"properties": {
"east": "none",
"north": "none",
@@ -131007,7 +131073,7 @@
}
},
{
- "id": 15605,
+ "id": 16149,
"properties": {
"east": "none",
"north": "none",
@@ -131018,7 +131084,7 @@
}
},
{
- "id": 15606,
+ "id": 16150,
"properties": {
"east": "none",
"north": "none",
@@ -131029,7 +131095,7 @@
}
},
{
- "id": 15607,
+ "id": 16151,
"properties": {
"east": "none",
"north": "none",
@@ -131040,7 +131106,7 @@
}
},
{
- "id": 15608,
+ "id": 16152,
"properties": {
"east": "none",
"north": "none",
@@ -131051,7 +131117,7 @@
}
},
{
- "id": 15609,
+ "id": 16153,
"properties": {
"east": "none",
"north": "none",
@@ -131062,7 +131128,7 @@
}
},
{
- "id": 15610,
+ "id": 16154,
"properties": {
"east": "none",
"north": "none",
@@ -131073,7 +131139,7 @@
}
},
{
- "id": 15611,
+ "id": 16155,
"properties": {
"east": "none",
"north": "none",
@@ -131084,7 +131150,7 @@
}
},
{
- "id": 15612,
+ "id": 16156,
"properties": {
"east": "none",
"north": "none",
@@ -131095,7 +131161,7 @@
}
},
{
- "id": 15613,
+ "id": 16157,
"properties": {
"east": "none",
"north": "none",
@@ -131106,7 +131172,7 @@
}
},
{
- "id": 15614,
+ "id": 16158,
"properties": {
"east": "none",
"north": "none",
@@ -131117,7 +131183,7 @@
}
},
{
- "id": 15615,
+ "id": 16159,
"properties": {
"east": "none",
"north": "none",
@@ -131128,7 +131194,7 @@
}
},
{
- "id": 15616,
+ "id": 16160,
"properties": {
"east": "none",
"north": "none",
@@ -131139,7 +131205,7 @@
}
},
{
- "id": 15617,
+ "id": 16161,
"properties": {
"east": "none",
"north": "none",
@@ -131150,7 +131216,7 @@
}
},
{
- "id": 15618,
+ "id": 16162,
"properties": {
"east": "none",
"north": "none",
@@ -131161,7 +131227,7 @@
}
},
{
- "id": 15619,
+ "id": 16163,
"properties": {
"east": "none",
"north": "none",
@@ -131172,7 +131238,7 @@
}
},
{
- "id": 15620,
+ "id": 16164,
"properties": {
"east": "none",
"north": "none",
@@ -131183,7 +131249,7 @@
}
},
{
- "id": 15621,
+ "id": 16165,
"properties": {
"east": "none",
"north": "none",
@@ -131194,7 +131260,7 @@
}
},
{
- "id": 15622,
+ "id": 16166,
"properties": {
"east": "none",
"north": "none",
@@ -131205,7 +131271,7 @@
}
},
{
- "id": 15623,
+ "id": 16167,
"properties": {
"east": "none",
"north": "none",
@@ -131216,7 +131282,7 @@
}
},
{
- "id": 15624,
+ "id": 16168,
"properties": {
"east": "none",
"north": "none",
@@ -131227,7 +131293,7 @@
}
},
{
- "id": 15625,
+ "id": 16169,
"properties": {
"east": "none",
"north": "none",
@@ -131238,7 +131304,7 @@
}
},
{
- "id": 15626,
+ "id": 16170,
"properties": {
"east": "none",
"north": "none",
@@ -131249,7 +131315,7 @@
}
},
{
- "id": 15627,
+ "id": 16171,
"properties": {
"east": "none",
"north": "none",
@@ -131260,7 +131326,7 @@
}
},
{
- "id": 15628,
+ "id": 16172,
"properties": {
"east": "none",
"north": "none",
@@ -131271,7 +131337,7 @@
}
},
{
- "id": 15629,
+ "id": 16173,
"properties": {
"east": "none",
"north": "none",
@@ -131282,7 +131348,7 @@
}
},
{
- "id": 15630,
+ "id": 16174,
"properties": {
"east": "none",
"north": "none",
@@ -131293,7 +131359,7 @@
}
},
{
- "id": 15631,
+ "id": 16175,
"properties": {
"east": "none",
"north": "none",
@@ -131304,7 +131370,7 @@
}
},
{
- "id": 15632,
+ "id": 16176,
"properties": {
"east": "none",
"north": "none",
@@ -131315,7 +131381,7 @@
}
},
{
- "id": 15633,
+ "id": 16177,
"properties": {
"east": "none",
"north": "none",
@@ -131326,7 +131392,7 @@
}
},
{
- "id": 15634,
+ "id": 16178,
"properties": {
"east": "none",
"north": "none",
@@ -131337,7 +131403,7 @@
}
},
{
- "id": 15635,
+ "id": 16179,
"properties": {
"east": "none",
"north": "none",
@@ -131348,7 +131414,7 @@
}
},
{
- "id": 15636,
+ "id": 16180,
"properties": {
"east": "none",
"north": "none",
@@ -131359,7 +131425,7 @@
}
},
{
- "id": 15637,
+ "id": 16181,
"properties": {
"east": "none",
"north": "low",
@@ -131370,7 +131436,7 @@
}
},
{
- "id": 15638,
+ "id": 16182,
"properties": {
"east": "none",
"north": "low",
@@ -131381,7 +131447,7 @@
}
},
{
- "id": 15639,
+ "id": 16183,
"properties": {
"east": "none",
"north": "low",
@@ -131392,7 +131458,7 @@
}
},
{
- "id": 15640,
+ "id": 16184,
"properties": {
"east": "none",
"north": "low",
@@ -131403,7 +131469,7 @@
}
},
{
- "id": 15641,
+ "id": 16185,
"properties": {
"east": "none",
"north": "low",
@@ -131414,7 +131480,7 @@
}
},
{
- "id": 15642,
+ "id": 16186,
"properties": {
"east": "none",
"north": "low",
@@ -131425,7 +131491,7 @@
}
},
{
- "id": 15643,
+ "id": 16187,
"properties": {
"east": "none",
"north": "low",
@@ -131436,7 +131502,7 @@
}
},
{
- "id": 15644,
+ "id": 16188,
"properties": {
"east": "none",
"north": "low",
@@ -131447,7 +131513,7 @@
}
},
{
- "id": 15645,
+ "id": 16189,
"properties": {
"east": "none",
"north": "low",
@@ -131458,7 +131524,7 @@
}
},
{
- "id": 15646,
+ "id": 16190,
"properties": {
"east": "none",
"north": "low",
@@ -131469,7 +131535,7 @@
}
},
{
- "id": 15647,
+ "id": 16191,
"properties": {
"east": "none",
"north": "low",
@@ -131480,7 +131546,7 @@
}
},
{
- "id": 15648,
+ "id": 16192,
"properties": {
"east": "none",
"north": "low",
@@ -131491,7 +131557,7 @@
}
},
{
- "id": 15649,
+ "id": 16193,
"properties": {
"east": "none",
"north": "low",
@@ -131502,7 +131568,7 @@
}
},
{
- "id": 15650,
+ "id": 16194,
"properties": {
"east": "none",
"north": "low",
@@ -131513,7 +131579,7 @@
}
},
{
- "id": 15651,
+ "id": 16195,
"properties": {
"east": "none",
"north": "low",
@@ -131524,7 +131590,7 @@
}
},
{
- "id": 15652,
+ "id": 16196,
"properties": {
"east": "none",
"north": "low",
@@ -131535,7 +131601,7 @@
}
},
{
- "id": 15653,
+ "id": 16197,
"properties": {
"east": "none",
"north": "low",
@@ -131546,7 +131612,7 @@
}
},
{
- "id": 15654,
+ "id": 16198,
"properties": {
"east": "none",
"north": "low",
@@ -131557,7 +131623,7 @@
}
},
{
- "id": 15655,
+ "id": 16199,
"properties": {
"east": "none",
"north": "low",
@@ -131568,7 +131634,7 @@
}
},
{
- "id": 15656,
+ "id": 16200,
"properties": {
"east": "none",
"north": "low",
@@ -131579,7 +131645,7 @@
}
},
{
- "id": 15657,
+ "id": 16201,
"properties": {
"east": "none",
"north": "low",
@@ -131590,7 +131656,7 @@
}
},
{
- "id": 15658,
+ "id": 16202,
"properties": {
"east": "none",
"north": "low",
@@ -131601,7 +131667,7 @@
}
},
{
- "id": 15659,
+ "id": 16203,
"properties": {
"east": "none",
"north": "low",
@@ -131612,7 +131678,7 @@
}
},
{
- "id": 15660,
+ "id": 16204,
"properties": {
"east": "none",
"north": "low",
@@ -131623,7 +131689,7 @@
}
},
{
- "id": 15661,
+ "id": 16205,
"properties": {
"east": "none",
"north": "low",
@@ -131634,7 +131700,7 @@
}
},
{
- "id": 15662,
+ "id": 16206,
"properties": {
"east": "none",
"north": "low",
@@ -131645,7 +131711,7 @@
}
},
{
- "id": 15663,
+ "id": 16207,
"properties": {
"east": "none",
"north": "low",
@@ -131656,7 +131722,7 @@
}
},
{
- "id": 15664,
+ "id": 16208,
"properties": {
"east": "none",
"north": "low",
@@ -131667,7 +131733,7 @@
}
},
{
- "id": 15665,
+ "id": 16209,
"properties": {
"east": "none",
"north": "low",
@@ -131678,7 +131744,7 @@
}
},
{
- "id": 15666,
+ "id": 16210,
"properties": {
"east": "none",
"north": "low",
@@ -131689,7 +131755,7 @@
}
},
{
- "id": 15667,
+ "id": 16211,
"properties": {
"east": "none",
"north": "low",
@@ -131700,7 +131766,7 @@
}
},
{
- "id": 15668,
+ "id": 16212,
"properties": {
"east": "none",
"north": "low",
@@ -131711,7 +131777,7 @@
}
},
{
- "id": 15669,
+ "id": 16213,
"properties": {
"east": "none",
"north": "low",
@@ -131722,7 +131788,7 @@
}
},
{
- "id": 15670,
+ "id": 16214,
"properties": {
"east": "none",
"north": "low",
@@ -131733,7 +131799,7 @@
}
},
{
- "id": 15671,
+ "id": 16215,
"properties": {
"east": "none",
"north": "low",
@@ -131744,7 +131810,7 @@
}
},
{
- "id": 15672,
+ "id": 16216,
"properties": {
"east": "none",
"north": "low",
@@ -131755,7 +131821,7 @@
}
},
{
- "id": 15673,
+ "id": 16217,
"properties": {
"east": "none",
"north": "tall",
@@ -131766,7 +131832,7 @@
}
},
{
- "id": 15674,
+ "id": 16218,
"properties": {
"east": "none",
"north": "tall",
@@ -131777,7 +131843,7 @@
}
},
{
- "id": 15675,
+ "id": 16219,
"properties": {
"east": "none",
"north": "tall",
@@ -131788,7 +131854,7 @@
}
},
{
- "id": 15676,
+ "id": 16220,
"properties": {
"east": "none",
"north": "tall",
@@ -131799,7 +131865,7 @@
}
},
{
- "id": 15677,
+ "id": 16221,
"properties": {
"east": "none",
"north": "tall",
@@ -131810,7 +131876,7 @@
}
},
{
- "id": 15678,
+ "id": 16222,
"properties": {
"east": "none",
"north": "tall",
@@ -131821,7 +131887,7 @@
}
},
{
- "id": 15679,
+ "id": 16223,
"properties": {
"east": "none",
"north": "tall",
@@ -131832,7 +131898,7 @@
}
},
{
- "id": 15680,
+ "id": 16224,
"properties": {
"east": "none",
"north": "tall",
@@ -131843,7 +131909,7 @@
}
},
{
- "id": 15681,
+ "id": 16225,
"properties": {
"east": "none",
"north": "tall",
@@ -131854,7 +131920,7 @@
}
},
{
- "id": 15682,
+ "id": 16226,
"properties": {
"east": "none",
"north": "tall",
@@ -131865,7 +131931,7 @@
}
},
{
- "id": 15683,
+ "id": 16227,
"properties": {
"east": "none",
"north": "tall",
@@ -131876,7 +131942,7 @@
}
},
{
- "id": 15684,
+ "id": 16228,
"properties": {
"east": "none",
"north": "tall",
@@ -131887,7 +131953,7 @@
}
},
{
- "id": 15685,
+ "id": 16229,
"properties": {
"east": "none",
"north": "tall",
@@ -131898,7 +131964,7 @@
}
},
{
- "id": 15686,
+ "id": 16230,
"properties": {
"east": "none",
"north": "tall",
@@ -131909,7 +131975,7 @@
}
},
{
- "id": 15687,
+ "id": 16231,
"properties": {
"east": "none",
"north": "tall",
@@ -131920,7 +131986,7 @@
}
},
{
- "id": 15688,
+ "id": 16232,
"properties": {
"east": "none",
"north": "tall",
@@ -131931,7 +131997,7 @@
}
},
{
- "id": 15689,
+ "id": 16233,
"properties": {
"east": "none",
"north": "tall",
@@ -131942,7 +132008,7 @@
}
},
{
- "id": 15690,
+ "id": 16234,
"properties": {
"east": "none",
"north": "tall",
@@ -131953,7 +132019,7 @@
}
},
{
- "id": 15691,
+ "id": 16235,
"properties": {
"east": "none",
"north": "tall",
@@ -131964,7 +132030,7 @@
}
},
{
- "id": 15692,
+ "id": 16236,
"properties": {
"east": "none",
"north": "tall",
@@ -131975,7 +132041,7 @@
}
},
{
- "id": 15693,
+ "id": 16237,
"properties": {
"east": "none",
"north": "tall",
@@ -131986,7 +132052,7 @@
}
},
{
- "id": 15694,
+ "id": 16238,
"properties": {
"east": "none",
"north": "tall",
@@ -131997,7 +132063,7 @@
}
},
{
- "id": 15695,
+ "id": 16239,
"properties": {
"east": "none",
"north": "tall",
@@ -132008,7 +132074,7 @@
}
},
{
- "id": 15696,
+ "id": 16240,
"properties": {
"east": "none",
"north": "tall",
@@ -132019,7 +132085,7 @@
}
},
{
- "id": 15697,
+ "id": 16241,
"properties": {
"east": "none",
"north": "tall",
@@ -132030,7 +132096,7 @@
}
},
{
- "id": 15698,
+ "id": 16242,
"properties": {
"east": "none",
"north": "tall",
@@ -132041,7 +132107,7 @@
}
},
{
- "id": 15699,
+ "id": 16243,
"properties": {
"east": "none",
"north": "tall",
@@ -132052,7 +132118,7 @@
}
},
{
- "id": 15700,
+ "id": 16244,
"properties": {
"east": "none",
"north": "tall",
@@ -132063,7 +132129,7 @@
}
},
{
- "id": 15701,
+ "id": 16245,
"properties": {
"east": "none",
"north": "tall",
@@ -132074,7 +132140,7 @@
}
},
{
- "id": 15702,
+ "id": 16246,
"properties": {
"east": "none",
"north": "tall",
@@ -132085,7 +132151,7 @@
}
},
{
- "id": 15703,
+ "id": 16247,
"properties": {
"east": "none",
"north": "tall",
@@ -132096,7 +132162,7 @@
}
},
{
- "id": 15704,
+ "id": 16248,
"properties": {
"east": "none",
"north": "tall",
@@ -132107,7 +132173,7 @@
}
},
{
- "id": 15705,
+ "id": 16249,
"properties": {
"east": "none",
"north": "tall",
@@ -132118,7 +132184,7 @@
}
},
{
- "id": 15706,
+ "id": 16250,
"properties": {
"east": "none",
"north": "tall",
@@ -132129,7 +132195,7 @@
}
},
{
- "id": 15707,
+ "id": 16251,
"properties": {
"east": "none",
"north": "tall",
@@ -132140,7 +132206,7 @@
}
},
{
- "id": 15708,
+ "id": 16252,
"properties": {
"east": "none",
"north": "tall",
@@ -132151,7 +132217,7 @@
}
},
{
- "id": 15709,
+ "id": 16253,
"properties": {
"east": "low",
"north": "none",
@@ -132162,7 +132228,7 @@
}
},
{
- "id": 15710,
+ "id": 16254,
"properties": {
"east": "low",
"north": "none",
@@ -132173,7 +132239,7 @@
}
},
{
- "id": 15711,
+ "id": 16255,
"properties": {
"east": "low",
"north": "none",
@@ -132184,7 +132250,7 @@
}
},
{
- "id": 15712,
+ "id": 16256,
"properties": {
"east": "low",
"north": "none",
@@ -132195,7 +132261,7 @@
}
},
{
- "id": 15713,
+ "id": 16257,
"properties": {
"east": "low",
"north": "none",
@@ -132206,7 +132272,7 @@
}
},
{
- "id": 15714,
+ "id": 16258,
"properties": {
"east": "low",
"north": "none",
@@ -132217,7 +132283,7 @@
}
},
{
- "id": 15715,
+ "id": 16259,
"properties": {
"east": "low",
"north": "none",
@@ -132228,7 +132294,7 @@
}
},
{
- "id": 15716,
+ "id": 16260,
"properties": {
"east": "low",
"north": "none",
@@ -132239,7 +132305,7 @@
}
},
{
- "id": 15717,
+ "id": 16261,
"properties": {
"east": "low",
"north": "none",
@@ -132250,7 +132316,7 @@
}
},
{
- "id": 15718,
+ "id": 16262,
"properties": {
"east": "low",
"north": "none",
@@ -132261,7 +132327,7 @@
}
},
{
- "id": 15719,
+ "id": 16263,
"properties": {
"east": "low",
"north": "none",
@@ -132272,7 +132338,7 @@
}
},
{
- "id": 15720,
+ "id": 16264,
"properties": {
"east": "low",
"north": "none",
@@ -132283,7 +132349,7 @@
}
},
{
- "id": 15721,
+ "id": 16265,
"properties": {
"east": "low",
"north": "none",
@@ -132294,7 +132360,7 @@
}
},
{
- "id": 15722,
+ "id": 16266,
"properties": {
"east": "low",
"north": "none",
@@ -132305,7 +132371,7 @@
}
},
{
- "id": 15723,
+ "id": 16267,
"properties": {
"east": "low",
"north": "none",
@@ -132316,7 +132382,7 @@
}
},
{
- "id": 15724,
+ "id": 16268,
"properties": {
"east": "low",
"north": "none",
@@ -132327,7 +132393,7 @@
}
},
{
- "id": 15725,
+ "id": 16269,
"properties": {
"east": "low",
"north": "none",
@@ -132338,7 +132404,7 @@
}
},
{
- "id": 15726,
+ "id": 16270,
"properties": {
"east": "low",
"north": "none",
@@ -132349,7 +132415,7 @@
}
},
{
- "id": 15727,
+ "id": 16271,
"properties": {
"east": "low",
"north": "none",
@@ -132360,7 +132426,7 @@
}
},
{
- "id": 15728,
+ "id": 16272,
"properties": {
"east": "low",
"north": "none",
@@ -132371,7 +132437,7 @@
}
},
{
- "id": 15729,
+ "id": 16273,
"properties": {
"east": "low",
"north": "none",
@@ -132382,7 +132448,7 @@
}
},
{
- "id": 15730,
+ "id": 16274,
"properties": {
"east": "low",
"north": "none",
@@ -132393,7 +132459,7 @@
}
},
{
- "id": 15731,
+ "id": 16275,
"properties": {
"east": "low",
"north": "none",
@@ -132404,7 +132470,7 @@
}
},
{
- "id": 15732,
+ "id": 16276,
"properties": {
"east": "low",
"north": "none",
@@ -132415,7 +132481,7 @@
}
},
{
- "id": 15733,
+ "id": 16277,
"properties": {
"east": "low",
"north": "none",
@@ -132426,7 +132492,7 @@
}
},
{
- "id": 15734,
+ "id": 16278,
"properties": {
"east": "low",
"north": "none",
@@ -132437,7 +132503,7 @@
}
},
{
- "id": 15735,
+ "id": 16279,
"properties": {
"east": "low",
"north": "none",
@@ -132448,7 +132514,7 @@
}
},
{
- "id": 15736,
+ "id": 16280,
"properties": {
"east": "low",
"north": "none",
@@ -132459,7 +132525,7 @@
}
},
{
- "id": 15737,
+ "id": 16281,
"properties": {
"east": "low",
"north": "none",
@@ -132470,7 +132536,7 @@
}
},
{
- "id": 15738,
+ "id": 16282,
"properties": {
"east": "low",
"north": "none",
@@ -132481,7 +132547,7 @@
}
},
{
- "id": 15739,
+ "id": 16283,
"properties": {
"east": "low",
"north": "none",
@@ -132492,7 +132558,7 @@
}
},
{
- "id": 15740,
+ "id": 16284,
"properties": {
"east": "low",
"north": "none",
@@ -132503,7 +132569,7 @@
}
},
{
- "id": 15741,
+ "id": 16285,
"properties": {
"east": "low",
"north": "none",
@@ -132514,7 +132580,7 @@
}
},
{
- "id": 15742,
+ "id": 16286,
"properties": {
"east": "low",
"north": "none",
@@ -132525,7 +132591,7 @@
}
},
{
- "id": 15743,
+ "id": 16287,
"properties": {
"east": "low",
"north": "none",
@@ -132536,7 +132602,7 @@
}
},
{
- "id": 15744,
+ "id": 16288,
"properties": {
"east": "low",
"north": "none",
@@ -132547,7 +132613,7 @@
}
},
{
- "id": 15745,
+ "id": 16289,
"properties": {
"east": "low",
"north": "low",
@@ -132558,7 +132624,7 @@
}
},
{
- "id": 15746,
+ "id": 16290,
"properties": {
"east": "low",
"north": "low",
@@ -132569,7 +132635,7 @@
}
},
{
- "id": 15747,
+ "id": 16291,
"properties": {
"east": "low",
"north": "low",
@@ -132580,7 +132646,7 @@
}
},
{
- "id": 15748,
+ "id": 16292,
"properties": {
"east": "low",
"north": "low",
@@ -132591,7 +132657,7 @@
}
},
{
- "id": 15749,
+ "id": 16293,
"properties": {
"east": "low",
"north": "low",
@@ -132602,7 +132668,7 @@
}
},
{
- "id": 15750,
+ "id": 16294,
"properties": {
"east": "low",
"north": "low",
@@ -132613,7 +132679,7 @@
}
},
{
- "id": 15751,
+ "id": 16295,
"properties": {
"east": "low",
"north": "low",
@@ -132624,7 +132690,7 @@
}
},
{
- "id": 15752,
+ "id": 16296,
"properties": {
"east": "low",
"north": "low",
@@ -132635,7 +132701,7 @@
}
},
{
- "id": 15753,
+ "id": 16297,
"properties": {
"east": "low",
"north": "low",
@@ -132646,7 +132712,7 @@
}
},
{
- "id": 15754,
+ "id": 16298,
"properties": {
"east": "low",
"north": "low",
@@ -132657,7 +132723,7 @@
}
},
{
- "id": 15755,
+ "id": 16299,
"properties": {
"east": "low",
"north": "low",
@@ -132668,7 +132734,7 @@
}
},
{
- "id": 15756,
+ "id": 16300,
"properties": {
"east": "low",
"north": "low",
@@ -132679,7 +132745,7 @@
}
},
{
- "id": 15757,
+ "id": 16301,
"properties": {
"east": "low",
"north": "low",
@@ -132690,7 +132756,7 @@
}
},
{
- "id": 15758,
+ "id": 16302,
"properties": {
"east": "low",
"north": "low",
@@ -132701,7 +132767,7 @@
}
},
{
- "id": 15759,
+ "id": 16303,
"properties": {
"east": "low",
"north": "low",
@@ -132712,7 +132778,7 @@
}
},
{
- "id": 15760,
+ "id": 16304,
"properties": {
"east": "low",
"north": "low",
@@ -132723,7 +132789,7 @@
}
},
{
- "id": 15761,
+ "id": 16305,
"properties": {
"east": "low",
"north": "low",
@@ -132734,7 +132800,7 @@
}
},
{
- "id": 15762,
+ "id": 16306,
"properties": {
"east": "low",
"north": "low",
@@ -132745,7 +132811,7 @@
}
},
{
- "id": 15763,
+ "id": 16307,
"properties": {
"east": "low",
"north": "low",
@@ -132756,7 +132822,7 @@
}
},
{
- "id": 15764,
+ "id": 16308,
"properties": {
"east": "low",
"north": "low",
@@ -132767,7 +132833,7 @@
}
},
{
- "id": 15765,
+ "id": 16309,
"properties": {
"east": "low",
"north": "low",
@@ -132778,7 +132844,7 @@
}
},
{
- "id": 15766,
+ "id": 16310,
"properties": {
"east": "low",
"north": "low",
@@ -132789,7 +132855,7 @@
}
},
{
- "id": 15767,
+ "id": 16311,
"properties": {
"east": "low",
"north": "low",
@@ -132800,7 +132866,7 @@
}
},
{
- "id": 15768,
+ "id": 16312,
"properties": {
"east": "low",
"north": "low",
@@ -132811,7 +132877,7 @@
}
},
{
- "id": 15769,
+ "id": 16313,
"properties": {
"east": "low",
"north": "low",
@@ -132822,7 +132888,7 @@
}
},
{
- "id": 15770,
+ "id": 16314,
"properties": {
"east": "low",
"north": "low",
@@ -132833,7 +132899,7 @@
}
},
{
- "id": 15771,
+ "id": 16315,
"properties": {
"east": "low",
"north": "low",
@@ -132844,7 +132910,7 @@
}
},
{
- "id": 15772,
+ "id": 16316,
"properties": {
"east": "low",
"north": "low",
@@ -132855,7 +132921,7 @@
}
},
{
- "id": 15773,
+ "id": 16317,
"properties": {
"east": "low",
"north": "low",
@@ -132866,7 +132932,7 @@
}
},
{
- "id": 15774,
+ "id": 16318,
"properties": {
"east": "low",
"north": "low",
@@ -132877,7 +132943,7 @@
}
},
{
- "id": 15775,
+ "id": 16319,
"properties": {
"east": "low",
"north": "low",
@@ -132888,7 +132954,7 @@
}
},
{
- "id": 15776,
+ "id": 16320,
"properties": {
"east": "low",
"north": "low",
@@ -132899,7 +132965,7 @@
}
},
{
- "id": 15777,
+ "id": 16321,
"properties": {
"east": "low",
"north": "low",
@@ -132910,7 +132976,7 @@
}
},
{
- "id": 15778,
+ "id": 16322,
"properties": {
"east": "low",
"north": "low",
@@ -132921,7 +132987,7 @@
}
},
{
- "id": 15779,
+ "id": 16323,
"properties": {
"east": "low",
"north": "low",
@@ -132932,7 +132998,7 @@
}
},
{
- "id": 15780,
+ "id": 16324,
"properties": {
"east": "low",
"north": "low",
@@ -132943,7 +133009,7 @@
}
},
{
- "id": 15781,
+ "id": 16325,
"properties": {
"east": "low",
"north": "tall",
@@ -132954,7 +133020,7 @@
}
},
{
- "id": 15782,
+ "id": 16326,
"properties": {
"east": "low",
"north": "tall",
@@ -132965,7 +133031,7 @@
}
},
{
- "id": 15783,
+ "id": 16327,
"properties": {
"east": "low",
"north": "tall",
@@ -132976,7 +133042,7 @@
}
},
{
- "id": 15784,
+ "id": 16328,
"properties": {
"east": "low",
"north": "tall",
@@ -132987,7 +133053,7 @@
}
},
{
- "id": 15785,
+ "id": 16329,
"properties": {
"east": "low",
"north": "tall",
@@ -132998,7 +133064,7 @@
}
},
{
- "id": 15786,
+ "id": 16330,
"properties": {
"east": "low",
"north": "tall",
@@ -133009,7 +133075,7 @@
}
},
{
- "id": 15787,
+ "id": 16331,
"properties": {
"east": "low",
"north": "tall",
@@ -133020,7 +133086,7 @@
}
},
{
- "id": 15788,
+ "id": 16332,
"properties": {
"east": "low",
"north": "tall",
@@ -133031,7 +133097,7 @@
}
},
{
- "id": 15789,
+ "id": 16333,
"properties": {
"east": "low",
"north": "tall",
@@ -133042,7 +133108,7 @@
}
},
{
- "id": 15790,
+ "id": 16334,
"properties": {
"east": "low",
"north": "tall",
@@ -133053,7 +133119,7 @@
}
},
{
- "id": 15791,
+ "id": 16335,
"properties": {
"east": "low",
"north": "tall",
@@ -133064,7 +133130,7 @@
}
},
{
- "id": 15792,
+ "id": 16336,
"properties": {
"east": "low",
"north": "tall",
@@ -133075,7 +133141,7 @@
}
},
{
- "id": 15793,
+ "id": 16337,
"properties": {
"east": "low",
"north": "tall",
@@ -133086,7 +133152,7 @@
}
},
{
- "id": 15794,
+ "id": 16338,
"properties": {
"east": "low",
"north": "tall",
@@ -133097,7 +133163,7 @@
}
},
{
- "id": 15795,
+ "id": 16339,
"properties": {
"east": "low",
"north": "tall",
@@ -133108,7 +133174,7 @@
}
},
{
- "id": 15796,
+ "id": 16340,
"properties": {
"east": "low",
"north": "tall",
@@ -133119,7 +133185,7 @@
}
},
{
- "id": 15797,
+ "id": 16341,
"properties": {
"east": "low",
"north": "tall",
@@ -133130,7 +133196,7 @@
}
},
{
- "id": 15798,
+ "id": 16342,
"properties": {
"east": "low",
"north": "tall",
@@ -133141,7 +133207,7 @@
}
},
{
- "id": 15799,
+ "id": 16343,
"properties": {
"east": "low",
"north": "tall",
@@ -133152,7 +133218,7 @@
}
},
{
- "id": 15800,
+ "id": 16344,
"properties": {
"east": "low",
"north": "tall",
@@ -133163,7 +133229,7 @@
}
},
{
- "id": 15801,
+ "id": 16345,
"properties": {
"east": "low",
"north": "tall",
@@ -133174,7 +133240,7 @@
}
},
{
- "id": 15802,
+ "id": 16346,
"properties": {
"east": "low",
"north": "tall",
@@ -133185,7 +133251,7 @@
}
},
{
- "id": 15803,
+ "id": 16347,
"properties": {
"east": "low",
"north": "tall",
@@ -133196,7 +133262,7 @@
}
},
{
- "id": 15804,
+ "id": 16348,
"properties": {
"east": "low",
"north": "tall",
@@ -133207,7 +133273,7 @@
}
},
{
- "id": 15805,
+ "id": 16349,
"properties": {
"east": "low",
"north": "tall",
@@ -133218,7 +133284,7 @@
}
},
{
- "id": 15806,
+ "id": 16350,
"properties": {
"east": "low",
"north": "tall",
@@ -133229,7 +133295,7 @@
}
},
{
- "id": 15807,
+ "id": 16351,
"properties": {
"east": "low",
"north": "tall",
@@ -133240,7 +133306,7 @@
}
},
{
- "id": 15808,
+ "id": 16352,
"properties": {
"east": "low",
"north": "tall",
@@ -133251,7 +133317,7 @@
}
},
{
- "id": 15809,
+ "id": 16353,
"properties": {
"east": "low",
"north": "tall",
@@ -133262,7 +133328,7 @@
}
},
{
- "id": 15810,
+ "id": 16354,
"properties": {
"east": "low",
"north": "tall",
@@ -133273,7 +133339,7 @@
}
},
{
- "id": 15811,
+ "id": 16355,
"properties": {
"east": "low",
"north": "tall",
@@ -133284,7 +133350,7 @@
}
},
{
- "id": 15812,
+ "id": 16356,
"properties": {
"east": "low",
"north": "tall",
@@ -133295,7 +133361,7 @@
}
},
{
- "id": 15813,
+ "id": 16357,
"properties": {
"east": "low",
"north": "tall",
@@ -133306,7 +133372,7 @@
}
},
{
- "id": 15814,
+ "id": 16358,
"properties": {
"east": "low",
"north": "tall",
@@ -133317,7 +133383,7 @@
}
},
{
- "id": 15815,
+ "id": 16359,
"properties": {
"east": "low",
"north": "tall",
@@ -133328,7 +133394,7 @@
}
},
{
- "id": 15816,
+ "id": 16360,
"properties": {
"east": "low",
"north": "tall",
@@ -133339,7 +133405,7 @@
}
},
{
- "id": 15817,
+ "id": 16361,
"properties": {
"east": "tall",
"north": "none",
@@ -133350,7 +133416,7 @@
}
},
{
- "id": 15818,
+ "id": 16362,
"properties": {
"east": "tall",
"north": "none",
@@ -133361,7 +133427,7 @@
}
},
{
- "id": 15819,
+ "id": 16363,
"properties": {
"east": "tall",
"north": "none",
@@ -133372,7 +133438,7 @@
}
},
{
- "id": 15820,
+ "id": 16364,
"properties": {
"east": "tall",
"north": "none",
@@ -133383,7 +133449,7 @@
}
},
{
- "id": 15821,
+ "id": 16365,
"properties": {
"east": "tall",
"north": "none",
@@ -133394,7 +133460,7 @@
}
},
{
- "id": 15822,
+ "id": 16366,
"properties": {
"east": "tall",
"north": "none",
@@ -133405,7 +133471,7 @@
}
},
{
- "id": 15823,
+ "id": 16367,
"properties": {
"east": "tall",
"north": "none",
@@ -133416,7 +133482,7 @@
}
},
{
- "id": 15824,
+ "id": 16368,
"properties": {
"east": "tall",
"north": "none",
@@ -133427,7 +133493,7 @@
}
},
{
- "id": 15825,
+ "id": 16369,
"properties": {
"east": "tall",
"north": "none",
@@ -133438,7 +133504,7 @@
}
},
{
- "id": 15826,
+ "id": 16370,
"properties": {
"east": "tall",
"north": "none",
@@ -133449,7 +133515,7 @@
}
},
{
- "id": 15827,
+ "id": 16371,
"properties": {
"east": "tall",
"north": "none",
@@ -133460,7 +133526,7 @@
}
},
{
- "id": 15828,
+ "id": 16372,
"properties": {
"east": "tall",
"north": "none",
@@ -133471,7 +133537,7 @@
}
},
{
- "id": 15829,
+ "id": 16373,
"properties": {
"east": "tall",
"north": "none",
@@ -133482,7 +133548,7 @@
}
},
{
- "id": 15830,
+ "id": 16374,
"properties": {
"east": "tall",
"north": "none",
@@ -133493,7 +133559,7 @@
}
},
{
- "id": 15831,
+ "id": 16375,
"properties": {
"east": "tall",
"north": "none",
@@ -133504,7 +133570,7 @@
}
},
{
- "id": 15832,
+ "id": 16376,
"properties": {
"east": "tall",
"north": "none",
@@ -133515,7 +133581,7 @@
}
},
{
- "id": 15833,
+ "id": 16377,
"properties": {
"east": "tall",
"north": "none",
@@ -133526,7 +133592,7 @@
}
},
{
- "id": 15834,
+ "id": 16378,
"properties": {
"east": "tall",
"north": "none",
@@ -133537,7 +133603,7 @@
}
},
{
- "id": 15835,
+ "id": 16379,
"properties": {
"east": "tall",
"north": "none",
@@ -133548,7 +133614,7 @@
}
},
{
- "id": 15836,
+ "id": 16380,
"properties": {
"east": "tall",
"north": "none",
@@ -133559,7 +133625,7 @@
}
},
{
- "id": 15837,
+ "id": 16381,
"properties": {
"east": "tall",
"north": "none",
@@ -133570,7 +133636,7 @@
}
},
{
- "id": 15838,
+ "id": 16382,
"properties": {
"east": "tall",
"north": "none",
@@ -133581,7 +133647,7 @@
}
},
{
- "id": 15839,
+ "id": 16383,
"properties": {
"east": "tall",
"north": "none",
@@ -133592,7 +133658,7 @@
}
},
{
- "id": 15840,
+ "id": 16384,
"properties": {
"east": "tall",
"north": "none",
@@ -133603,7 +133669,7 @@
}
},
{
- "id": 15841,
+ "id": 16385,
"properties": {
"east": "tall",
"north": "none",
@@ -133614,7 +133680,7 @@
}
},
{
- "id": 15842,
+ "id": 16386,
"properties": {
"east": "tall",
"north": "none",
@@ -133625,7 +133691,7 @@
}
},
{
- "id": 15843,
+ "id": 16387,
"properties": {
"east": "tall",
"north": "none",
@@ -133636,7 +133702,7 @@
}
},
{
- "id": 15844,
+ "id": 16388,
"properties": {
"east": "tall",
"north": "none",
@@ -133647,7 +133713,7 @@
}
},
{
- "id": 15845,
+ "id": 16389,
"properties": {
"east": "tall",
"north": "none",
@@ -133658,7 +133724,7 @@
}
},
{
- "id": 15846,
+ "id": 16390,
"properties": {
"east": "tall",
"north": "none",
@@ -133669,7 +133735,7 @@
}
},
{
- "id": 15847,
+ "id": 16391,
"properties": {
"east": "tall",
"north": "none",
@@ -133680,7 +133746,7 @@
}
},
{
- "id": 15848,
+ "id": 16392,
"properties": {
"east": "tall",
"north": "none",
@@ -133691,7 +133757,7 @@
}
},
{
- "id": 15849,
+ "id": 16393,
"properties": {
"east": "tall",
"north": "none",
@@ -133702,7 +133768,7 @@
}
},
{
- "id": 15850,
+ "id": 16394,
"properties": {
"east": "tall",
"north": "none",
@@ -133713,7 +133779,7 @@
}
},
{
- "id": 15851,
+ "id": 16395,
"properties": {
"east": "tall",
"north": "none",
@@ -133724,7 +133790,7 @@
}
},
{
- "id": 15852,
+ "id": 16396,
"properties": {
"east": "tall",
"north": "none",
@@ -133735,7 +133801,7 @@
}
},
{
- "id": 15853,
+ "id": 16397,
"properties": {
"east": "tall",
"north": "low",
@@ -133746,7 +133812,7 @@
}
},
{
- "id": 15854,
+ "id": 16398,
"properties": {
"east": "tall",
"north": "low",
@@ -133757,7 +133823,7 @@
}
},
{
- "id": 15855,
+ "id": 16399,
"properties": {
"east": "tall",
"north": "low",
@@ -133768,7 +133834,7 @@
}
},
{
- "id": 15856,
+ "id": 16400,
"properties": {
"east": "tall",
"north": "low",
@@ -133779,7 +133845,7 @@
}
},
{
- "id": 15857,
+ "id": 16401,
"properties": {
"east": "tall",
"north": "low",
@@ -133790,7 +133856,7 @@
}
},
{
- "id": 15858,
+ "id": 16402,
"properties": {
"east": "tall",
"north": "low",
@@ -133801,7 +133867,7 @@
}
},
{
- "id": 15859,
+ "id": 16403,
"properties": {
"east": "tall",
"north": "low",
@@ -133812,7 +133878,7 @@
}
},
{
- "id": 15860,
+ "id": 16404,
"properties": {
"east": "tall",
"north": "low",
@@ -133823,7 +133889,7 @@
}
},
{
- "id": 15861,
+ "id": 16405,
"properties": {
"east": "tall",
"north": "low",
@@ -133834,7 +133900,7 @@
}
},
{
- "id": 15862,
+ "id": 16406,
"properties": {
"east": "tall",
"north": "low",
@@ -133845,7 +133911,7 @@
}
},
{
- "id": 15863,
+ "id": 16407,
"properties": {
"east": "tall",
"north": "low",
@@ -133856,7 +133922,7 @@
}
},
{
- "id": 15864,
+ "id": 16408,
"properties": {
"east": "tall",
"north": "low",
@@ -133867,7 +133933,7 @@
}
},
{
- "id": 15865,
+ "id": 16409,
"properties": {
"east": "tall",
"north": "low",
@@ -133878,7 +133944,7 @@
}
},
{
- "id": 15866,
+ "id": 16410,
"properties": {
"east": "tall",
"north": "low",
@@ -133889,7 +133955,7 @@
}
},
{
- "id": 15867,
+ "id": 16411,
"properties": {
"east": "tall",
"north": "low",
@@ -133900,7 +133966,7 @@
}
},
{
- "id": 15868,
+ "id": 16412,
"properties": {
"east": "tall",
"north": "low",
@@ -133911,7 +133977,7 @@
}
},
{
- "id": 15869,
+ "id": 16413,
"properties": {
"east": "tall",
"north": "low",
@@ -133922,7 +133988,7 @@
}
},
{
- "id": 15870,
+ "id": 16414,
"properties": {
"east": "tall",
"north": "low",
@@ -133933,7 +133999,7 @@
}
},
{
- "id": 15871,
+ "id": 16415,
"properties": {
"east": "tall",
"north": "low",
@@ -133944,7 +134010,7 @@
}
},
{
- "id": 15872,
+ "id": 16416,
"properties": {
"east": "tall",
"north": "low",
@@ -133955,7 +134021,7 @@
}
},
{
- "id": 15873,
+ "id": 16417,
"properties": {
"east": "tall",
"north": "low",
@@ -133966,7 +134032,7 @@
}
},
{
- "id": 15874,
+ "id": 16418,
"properties": {
"east": "tall",
"north": "low",
@@ -133977,7 +134043,7 @@
}
},
{
- "id": 15875,
+ "id": 16419,
"properties": {
"east": "tall",
"north": "low",
@@ -133988,7 +134054,7 @@
}
},
{
- "id": 15876,
+ "id": 16420,
"properties": {
"east": "tall",
"north": "low",
@@ -133999,7 +134065,7 @@
}
},
{
- "id": 15877,
+ "id": 16421,
"properties": {
"east": "tall",
"north": "low",
@@ -134010,7 +134076,7 @@
}
},
{
- "id": 15878,
+ "id": 16422,
"properties": {
"east": "tall",
"north": "low",
@@ -134021,7 +134087,7 @@
}
},
{
- "id": 15879,
+ "id": 16423,
"properties": {
"east": "tall",
"north": "low",
@@ -134032,7 +134098,7 @@
}
},
{
- "id": 15880,
+ "id": 16424,
"properties": {
"east": "tall",
"north": "low",
@@ -134043,7 +134109,7 @@
}
},
{
- "id": 15881,
+ "id": 16425,
"properties": {
"east": "tall",
"north": "low",
@@ -134054,7 +134120,7 @@
}
},
{
- "id": 15882,
+ "id": 16426,
"properties": {
"east": "tall",
"north": "low",
@@ -134065,7 +134131,7 @@
}
},
{
- "id": 15883,
+ "id": 16427,
"properties": {
"east": "tall",
"north": "low",
@@ -134076,7 +134142,7 @@
}
},
{
- "id": 15884,
+ "id": 16428,
"properties": {
"east": "tall",
"north": "low",
@@ -134087,7 +134153,7 @@
}
},
{
- "id": 15885,
+ "id": 16429,
"properties": {
"east": "tall",
"north": "low",
@@ -134098,7 +134164,7 @@
}
},
{
- "id": 15886,
+ "id": 16430,
"properties": {
"east": "tall",
"north": "low",
@@ -134109,7 +134175,7 @@
}
},
{
- "id": 15887,
+ "id": 16431,
"properties": {
"east": "tall",
"north": "low",
@@ -134120,7 +134186,7 @@
}
},
{
- "id": 15888,
+ "id": 16432,
"properties": {
"east": "tall",
"north": "low",
@@ -134131,7 +134197,7 @@
}
},
{
- "id": 15889,
+ "id": 16433,
"properties": {
"east": "tall",
"north": "tall",
@@ -134142,7 +134208,7 @@
}
},
{
- "id": 15890,
+ "id": 16434,
"properties": {
"east": "tall",
"north": "tall",
@@ -134153,7 +134219,7 @@
}
},
{
- "id": 15891,
+ "id": 16435,
"properties": {
"east": "tall",
"north": "tall",
@@ -134164,7 +134230,7 @@
}
},
{
- "id": 15892,
+ "id": 16436,
"properties": {
"east": "tall",
"north": "tall",
@@ -134175,7 +134241,7 @@
}
},
{
- "id": 15893,
+ "id": 16437,
"properties": {
"east": "tall",
"north": "tall",
@@ -134186,7 +134252,7 @@
}
},
{
- "id": 15894,
+ "id": 16438,
"properties": {
"east": "tall",
"north": "tall",
@@ -134197,7 +134263,7 @@
}
},
{
- "id": 15895,
+ "id": 16439,
"properties": {
"east": "tall",
"north": "tall",
@@ -134208,7 +134274,7 @@
}
},
{
- "id": 15896,
+ "id": 16440,
"properties": {
"east": "tall",
"north": "tall",
@@ -134219,7 +134285,7 @@
}
},
{
- "id": 15897,
+ "id": 16441,
"properties": {
"east": "tall",
"north": "tall",
@@ -134230,7 +134296,7 @@
}
},
{
- "id": 15898,
+ "id": 16442,
"properties": {
"east": "tall",
"north": "tall",
@@ -134241,7 +134307,7 @@
}
},
{
- "id": 15899,
+ "id": 16443,
"properties": {
"east": "tall",
"north": "tall",
@@ -134252,7 +134318,7 @@
}
},
{
- "id": 15900,
+ "id": 16444,
"properties": {
"east": "tall",
"north": "tall",
@@ -134263,7 +134329,7 @@
}
},
{
- "id": 15901,
+ "id": 16445,
"properties": {
"east": "tall",
"north": "tall",
@@ -134274,7 +134340,7 @@
}
},
{
- "id": 15902,
+ "id": 16446,
"properties": {
"east": "tall",
"north": "tall",
@@ -134285,7 +134351,7 @@
}
},
{
- "id": 15903,
+ "id": 16447,
"properties": {
"east": "tall",
"north": "tall",
@@ -134296,7 +134362,7 @@
}
},
{
- "id": 15904,
+ "id": 16448,
"properties": {
"east": "tall",
"north": "tall",
@@ -134307,7 +134373,7 @@
}
},
{
- "id": 15905,
+ "id": 16449,
"properties": {
"east": "tall",
"north": "tall",
@@ -134318,7 +134384,7 @@
}
},
{
- "id": 15906,
+ "id": 16450,
"properties": {
"east": "tall",
"north": "tall",
@@ -134329,7 +134395,7 @@
}
},
{
- "id": 15907,
+ "id": 16451,
"properties": {
"east": "tall",
"north": "tall",
@@ -134340,7 +134406,7 @@
}
},
{
- "id": 15908,
+ "id": 16452,
"properties": {
"east": "tall",
"north": "tall",
@@ -134351,7 +134417,7 @@
}
},
{
- "id": 15909,
+ "id": 16453,
"properties": {
"east": "tall",
"north": "tall",
@@ -134362,7 +134428,7 @@
}
},
{
- "id": 15910,
+ "id": 16454,
"properties": {
"east": "tall",
"north": "tall",
@@ -134373,7 +134439,7 @@
}
},
{
- "id": 15911,
+ "id": 16455,
"properties": {
"east": "tall",
"north": "tall",
@@ -134384,7 +134450,7 @@
}
},
{
- "id": 15912,
+ "id": 16456,
"properties": {
"east": "tall",
"north": "tall",
@@ -134395,7 +134461,7 @@
}
},
{
- "id": 15913,
+ "id": 16457,
"properties": {
"east": "tall",
"north": "tall",
@@ -134406,7 +134472,7 @@
}
},
{
- "id": 15914,
+ "id": 16458,
"properties": {
"east": "tall",
"north": "tall",
@@ -134417,7 +134483,7 @@
}
},
{
- "id": 15915,
+ "id": 16459,
"properties": {
"east": "tall",
"north": "tall",
@@ -134428,7 +134494,7 @@
}
},
{
- "id": 15916,
+ "id": 16460,
"properties": {
"east": "tall",
"north": "tall",
@@ -134439,7 +134505,7 @@
}
},
{
- "id": 15917,
+ "id": 16461,
"properties": {
"east": "tall",
"north": "tall",
@@ -134450,7 +134516,7 @@
}
},
{
- "id": 15918,
+ "id": 16462,
"properties": {
"east": "tall",
"north": "tall",
@@ -134461,7 +134527,7 @@
}
},
{
- "id": 15919,
+ "id": 16463,
"properties": {
"east": "tall",
"north": "tall",
@@ -134472,7 +134538,7 @@
}
},
{
- "id": 15920,
+ "id": 16464,
"properties": {
"east": "tall",
"north": "tall",
@@ -134483,7 +134549,7 @@
}
},
{
- "id": 15921,
+ "id": 16465,
"properties": {
"east": "tall",
"north": "tall",
@@ -134494,7 +134560,7 @@
}
},
{
- "id": 15922,
+ "id": 16466,
"properties": {
"east": "tall",
"north": "tall",
@@ -134505,7 +134571,7 @@
}
},
{
- "id": 15923,
+ "id": 16467,
"properties": {
"east": "tall",
"north": "tall",
@@ -134516,7 +134582,7 @@
}
},
{
- "id": 15924,
+ "id": 16468,
"properties": {
"east": "tall",
"north": "tall",
@@ -134536,7 +134602,7 @@
"states": [
{
"default": true,
- "id": 6768
+ "id": 6771
}
]
},
@@ -134655,7 +134721,7 @@
"states": [
{
"default": true,
- "id": 25372
+ "id": 25916
}
]
},
@@ -134677,21 +134743,21 @@
},
"states": [
{
- "id": 11611,
+ "id": 12155,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11612,
+ "id": 12156,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11613,
+ "id": 12157,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -134699,21 +134765,21 @@
},
{
"default": true,
- "id": 11614,
+ "id": 12158,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11615,
+ "id": 12159,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11616,
+ "id": 12160,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -134754,7 +134820,7 @@
},
"states": [
{
- "id": 7419,
+ "id": 7550,
"properties": {
"facing": "north",
"half": "top",
@@ -134763,7 +134829,7 @@
}
},
{
- "id": 7420,
+ "id": 7551,
"properties": {
"facing": "north",
"half": "top",
@@ -134772,7 +134838,7 @@
}
},
{
- "id": 7421,
+ "id": 7552,
"properties": {
"facing": "north",
"half": "top",
@@ -134781,7 +134847,7 @@
}
},
{
- "id": 7422,
+ "id": 7553,
"properties": {
"facing": "north",
"half": "top",
@@ -134790,7 +134856,7 @@
}
},
{
- "id": 7423,
+ "id": 7554,
"properties": {
"facing": "north",
"half": "top",
@@ -134799,7 +134865,7 @@
}
},
{
- "id": 7424,
+ "id": 7555,
"properties": {
"facing": "north",
"half": "top",
@@ -134808,7 +134874,7 @@
}
},
{
- "id": 7425,
+ "id": 7556,
"properties": {
"facing": "north",
"half": "top",
@@ -134817,7 +134883,7 @@
}
},
{
- "id": 7426,
+ "id": 7557,
"properties": {
"facing": "north",
"half": "top",
@@ -134826,7 +134892,7 @@
}
},
{
- "id": 7427,
+ "id": 7558,
"properties": {
"facing": "north",
"half": "top",
@@ -134835,7 +134901,7 @@
}
},
{
- "id": 7428,
+ "id": 7559,
"properties": {
"facing": "north",
"half": "top",
@@ -134844,7 +134910,7 @@
}
},
{
- "id": 7429,
+ "id": 7560,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134854,7 +134920,7 @@
},
{
"default": true,
- "id": 7430,
+ "id": 7561,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134863,7 +134929,7 @@
}
},
{
- "id": 7431,
+ "id": 7562,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134872,7 +134938,7 @@
}
},
{
- "id": 7432,
+ "id": 7563,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134881,7 +134947,7 @@
}
},
{
- "id": 7433,
+ "id": 7564,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134890,7 +134956,7 @@
}
},
{
- "id": 7434,
+ "id": 7565,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134899,7 +134965,7 @@
}
},
{
- "id": 7435,
+ "id": 7566,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134908,7 +134974,7 @@
}
},
{
- "id": 7436,
+ "id": 7567,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134917,7 +134983,7 @@
}
},
{
- "id": 7437,
+ "id": 7568,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134926,7 +134992,7 @@
}
},
{
- "id": 7438,
+ "id": 7569,
"properties": {
"facing": "north",
"half": "bottom",
@@ -134935,7 +135001,7 @@
}
},
{
- "id": 7439,
+ "id": 7570,
"properties": {
"facing": "south",
"half": "top",
@@ -134944,7 +135010,7 @@
}
},
{
- "id": 7440,
+ "id": 7571,
"properties": {
"facing": "south",
"half": "top",
@@ -134953,7 +135019,7 @@
}
},
{
- "id": 7441,
+ "id": 7572,
"properties": {
"facing": "south",
"half": "top",
@@ -134962,7 +135028,7 @@
}
},
{
- "id": 7442,
+ "id": 7573,
"properties": {
"facing": "south",
"half": "top",
@@ -134971,7 +135037,7 @@
}
},
{
- "id": 7443,
+ "id": 7574,
"properties": {
"facing": "south",
"half": "top",
@@ -134980,7 +135046,7 @@
}
},
{
- "id": 7444,
+ "id": 7575,
"properties": {
"facing": "south",
"half": "top",
@@ -134989,7 +135055,7 @@
}
},
{
- "id": 7445,
+ "id": 7576,
"properties": {
"facing": "south",
"half": "top",
@@ -134998,7 +135064,7 @@
}
},
{
- "id": 7446,
+ "id": 7577,
"properties": {
"facing": "south",
"half": "top",
@@ -135007,7 +135073,7 @@
}
},
{
- "id": 7447,
+ "id": 7578,
"properties": {
"facing": "south",
"half": "top",
@@ -135016,7 +135082,7 @@
}
},
{
- "id": 7448,
+ "id": 7579,
"properties": {
"facing": "south",
"half": "top",
@@ -135025,7 +135091,7 @@
}
},
{
- "id": 7449,
+ "id": 7580,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135034,7 +135100,7 @@
}
},
{
- "id": 7450,
+ "id": 7581,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135043,7 +135109,7 @@
}
},
{
- "id": 7451,
+ "id": 7582,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135052,7 +135118,7 @@
}
},
{
- "id": 7452,
+ "id": 7583,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135061,7 +135127,7 @@
}
},
{
- "id": 7453,
+ "id": 7584,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135070,7 +135136,7 @@
}
},
{
- "id": 7454,
+ "id": 7585,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135079,7 +135145,7 @@
}
},
{
- "id": 7455,
+ "id": 7586,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135088,7 +135154,7 @@
}
},
{
- "id": 7456,
+ "id": 7587,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135097,7 +135163,7 @@
}
},
{
- "id": 7457,
+ "id": 7588,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135106,7 +135172,7 @@
}
},
{
- "id": 7458,
+ "id": 7589,
"properties": {
"facing": "south",
"half": "bottom",
@@ -135115,7 +135181,7 @@
}
},
{
- "id": 7459,
+ "id": 7590,
"properties": {
"facing": "west",
"half": "top",
@@ -135124,7 +135190,7 @@
}
},
{
- "id": 7460,
+ "id": 7591,
"properties": {
"facing": "west",
"half": "top",
@@ -135133,7 +135199,7 @@
}
},
{
- "id": 7461,
+ "id": 7592,
"properties": {
"facing": "west",
"half": "top",
@@ -135142,7 +135208,7 @@
}
},
{
- "id": 7462,
+ "id": 7593,
"properties": {
"facing": "west",
"half": "top",
@@ -135151,7 +135217,7 @@
}
},
{
- "id": 7463,
+ "id": 7594,
"properties": {
"facing": "west",
"half": "top",
@@ -135160,7 +135226,7 @@
}
},
{
- "id": 7464,
+ "id": 7595,
"properties": {
"facing": "west",
"half": "top",
@@ -135169,7 +135235,7 @@
}
},
{
- "id": 7465,
+ "id": 7596,
"properties": {
"facing": "west",
"half": "top",
@@ -135178,7 +135244,7 @@
}
},
{
- "id": 7466,
+ "id": 7597,
"properties": {
"facing": "west",
"half": "top",
@@ -135187,7 +135253,7 @@
}
},
{
- "id": 7467,
+ "id": 7598,
"properties": {
"facing": "west",
"half": "top",
@@ -135196,7 +135262,7 @@
}
},
{
- "id": 7468,
+ "id": 7599,
"properties": {
"facing": "west",
"half": "top",
@@ -135205,7 +135271,7 @@
}
},
{
- "id": 7469,
+ "id": 7600,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135214,7 +135280,7 @@
}
},
{
- "id": 7470,
+ "id": 7601,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135223,7 +135289,7 @@
}
},
{
- "id": 7471,
+ "id": 7602,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135232,7 +135298,7 @@
}
},
{
- "id": 7472,
+ "id": 7603,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135241,7 +135307,7 @@
}
},
{
- "id": 7473,
+ "id": 7604,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135250,7 +135316,7 @@
}
},
{
- "id": 7474,
+ "id": 7605,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135259,7 +135325,7 @@
}
},
{
- "id": 7475,
+ "id": 7606,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135268,7 +135334,7 @@
}
},
{
- "id": 7476,
+ "id": 7607,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135277,7 +135343,7 @@
}
},
{
- "id": 7477,
+ "id": 7608,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135286,7 +135352,7 @@
}
},
{
- "id": 7478,
+ "id": 7609,
"properties": {
"facing": "west",
"half": "bottom",
@@ -135295,7 +135361,7 @@
}
},
{
- "id": 7479,
+ "id": 7610,
"properties": {
"facing": "east",
"half": "top",
@@ -135304,7 +135370,7 @@
}
},
{
- "id": 7480,
+ "id": 7611,
"properties": {
"facing": "east",
"half": "top",
@@ -135313,7 +135379,7 @@
}
},
{
- "id": 7481,
+ "id": 7612,
"properties": {
"facing": "east",
"half": "top",
@@ -135322,7 +135388,7 @@
}
},
{
- "id": 7482,
+ "id": 7613,
"properties": {
"facing": "east",
"half": "top",
@@ -135331,7 +135397,7 @@
}
},
{
- "id": 7483,
+ "id": 7614,
"properties": {
"facing": "east",
"half": "top",
@@ -135340,7 +135406,7 @@
}
},
{
- "id": 7484,
+ "id": 7615,
"properties": {
"facing": "east",
"half": "top",
@@ -135349,7 +135415,7 @@
}
},
{
- "id": 7485,
+ "id": 7616,
"properties": {
"facing": "east",
"half": "top",
@@ -135358,7 +135424,7 @@
}
},
{
- "id": 7486,
+ "id": 7617,
"properties": {
"facing": "east",
"half": "top",
@@ -135367,7 +135433,7 @@
}
},
{
- "id": 7487,
+ "id": 7618,
"properties": {
"facing": "east",
"half": "top",
@@ -135376,7 +135442,7 @@
}
},
{
- "id": 7488,
+ "id": 7619,
"properties": {
"facing": "east",
"half": "top",
@@ -135385,7 +135451,7 @@
}
},
{
- "id": 7489,
+ "id": 7620,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135394,7 +135460,7 @@
}
},
{
- "id": 7490,
+ "id": 7621,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135403,7 +135469,7 @@
}
},
{
- "id": 7491,
+ "id": 7622,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135412,7 +135478,7 @@
}
},
{
- "id": 7492,
+ "id": 7623,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135421,7 +135487,7 @@
}
},
{
- "id": 7493,
+ "id": 7624,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135430,7 +135496,7 @@
}
},
{
- "id": 7494,
+ "id": 7625,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135439,7 +135505,7 @@
}
},
{
- "id": 7495,
+ "id": 7626,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135448,7 +135514,7 @@
}
},
{
- "id": 7496,
+ "id": 7627,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135457,7 +135523,7 @@
}
},
{
- "id": 7497,
+ "id": 7628,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135466,7 +135532,7 @@
}
},
{
- "id": 7498,
+ "id": 7629,
"properties": {
"facing": "east",
"half": "bottom",
@@ -135513,7 +135579,7 @@
},
"states": [
{
- "id": 16573,
+ "id": 17117,
"properties": {
"east": "none",
"north": "none",
@@ -135524,7 +135590,7 @@
}
},
{
- "id": 16574,
+ "id": 17118,
"properties": {
"east": "none",
"north": "none",
@@ -135535,7 +135601,7 @@
}
},
{
- "id": 16575,
+ "id": 17119,
"properties": {
"east": "none",
"north": "none",
@@ -135547,7 +135613,7 @@
},
{
"default": true,
- "id": 16576,
+ "id": 17120,
"properties": {
"east": "none",
"north": "none",
@@ -135558,7 +135624,7 @@
}
},
{
- "id": 16577,
+ "id": 17121,
"properties": {
"east": "none",
"north": "none",
@@ -135569,7 +135635,7 @@
}
},
{
- "id": 16578,
+ "id": 17122,
"properties": {
"east": "none",
"north": "none",
@@ -135580,7 +135646,7 @@
}
},
{
- "id": 16579,
+ "id": 17123,
"properties": {
"east": "none",
"north": "none",
@@ -135591,7 +135657,7 @@
}
},
{
- "id": 16580,
+ "id": 17124,
"properties": {
"east": "none",
"north": "none",
@@ -135602,7 +135668,7 @@
}
},
{
- "id": 16581,
+ "id": 17125,
"properties": {
"east": "none",
"north": "none",
@@ -135613,7 +135679,7 @@
}
},
{
- "id": 16582,
+ "id": 17126,
"properties": {
"east": "none",
"north": "none",
@@ -135624,7 +135690,7 @@
}
},
{
- "id": 16583,
+ "id": 17127,
"properties": {
"east": "none",
"north": "none",
@@ -135635,7 +135701,7 @@
}
},
{
- "id": 16584,
+ "id": 17128,
"properties": {
"east": "none",
"north": "none",
@@ -135646,7 +135712,7 @@
}
},
{
- "id": 16585,
+ "id": 17129,
"properties": {
"east": "none",
"north": "none",
@@ -135657,7 +135723,7 @@
}
},
{
- "id": 16586,
+ "id": 17130,
"properties": {
"east": "none",
"north": "none",
@@ -135668,7 +135734,7 @@
}
},
{
- "id": 16587,
+ "id": 17131,
"properties": {
"east": "none",
"north": "none",
@@ -135679,7 +135745,7 @@
}
},
{
- "id": 16588,
+ "id": 17132,
"properties": {
"east": "none",
"north": "none",
@@ -135690,7 +135756,7 @@
}
},
{
- "id": 16589,
+ "id": 17133,
"properties": {
"east": "none",
"north": "none",
@@ -135701,7 +135767,7 @@
}
},
{
- "id": 16590,
+ "id": 17134,
"properties": {
"east": "none",
"north": "none",
@@ -135712,7 +135778,7 @@
}
},
{
- "id": 16591,
+ "id": 17135,
"properties": {
"east": "none",
"north": "none",
@@ -135723,7 +135789,7 @@
}
},
{
- "id": 16592,
+ "id": 17136,
"properties": {
"east": "none",
"north": "none",
@@ -135734,7 +135800,7 @@
}
},
{
- "id": 16593,
+ "id": 17137,
"properties": {
"east": "none",
"north": "none",
@@ -135745,7 +135811,7 @@
}
},
{
- "id": 16594,
+ "id": 17138,
"properties": {
"east": "none",
"north": "none",
@@ -135756,7 +135822,7 @@
}
},
{
- "id": 16595,
+ "id": 17139,
"properties": {
"east": "none",
"north": "none",
@@ -135767,7 +135833,7 @@
}
},
{
- "id": 16596,
+ "id": 17140,
"properties": {
"east": "none",
"north": "none",
@@ -135778,7 +135844,7 @@
}
},
{
- "id": 16597,
+ "id": 17141,
"properties": {
"east": "none",
"north": "none",
@@ -135789,7 +135855,7 @@
}
},
{
- "id": 16598,
+ "id": 17142,
"properties": {
"east": "none",
"north": "none",
@@ -135800,7 +135866,7 @@
}
},
{
- "id": 16599,
+ "id": 17143,
"properties": {
"east": "none",
"north": "none",
@@ -135811,7 +135877,7 @@
}
},
{
- "id": 16600,
+ "id": 17144,
"properties": {
"east": "none",
"north": "none",
@@ -135822,7 +135888,7 @@
}
},
{
- "id": 16601,
+ "id": 17145,
"properties": {
"east": "none",
"north": "none",
@@ -135833,7 +135899,7 @@
}
},
{
- "id": 16602,
+ "id": 17146,
"properties": {
"east": "none",
"north": "none",
@@ -135844,7 +135910,7 @@
}
},
{
- "id": 16603,
+ "id": 17147,
"properties": {
"east": "none",
"north": "none",
@@ -135855,7 +135921,7 @@
}
},
{
- "id": 16604,
+ "id": 17148,
"properties": {
"east": "none",
"north": "none",
@@ -135866,7 +135932,7 @@
}
},
{
- "id": 16605,
+ "id": 17149,
"properties": {
"east": "none",
"north": "none",
@@ -135877,7 +135943,7 @@
}
},
{
- "id": 16606,
+ "id": 17150,
"properties": {
"east": "none",
"north": "none",
@@ -135888,7 +135954,7 @@
}
},
{
- "id": 16607,
+ "id": 17151,
"properties": {
"east": "none",
"north": "none",
@@ -135899,7 +135965,7 @@
}
},
{
- "id": 16608,
+ "id": 17152,
"properties": {
"east": "none",
"north": "none",
@@ -135910,7 +135976,7 @@
}
},
{
- "id": 16609,
+ "id": 17153,
"properties": {
"east": "none",
"north": "low",
@@ -135921,7 +135987,7 @@
}
},
{
- "id": 16610,
+ "id": 17154,
"properties": {
"east": "none",
"north": "low",
@@ -135932,7 +135998,7 @@
}
},
{
- "id": 16611,
+ "id": 17155,
"properties": {
"east": "none",
"north": "low",
@@ -135943,7 +136009,7 @@
}
},
{
- "id": 16612,
+ "id": 17156,
"properties": {
"east": "none",
"north": "low",
@@ -135954,7 +136020,7 @@
}
},
{
- "id": 16613,
+ "id": 17157,
"properties": {
"east": "none",
"north": "low",
@@ -135965,7 +136031,7 @@
}
},
{
- "id": 16614,
+ "id": 17158,
"properties": {
"east": "none",
"north": "low",
@@ -135976,7 +136042,7 @@
}
},
{
- "id": 16615,
+ "id": 17159,
"properties": {
"east": "none",
"north": "low",
@@ -135987,7 +136053,7 @@
}
},
{
- "id": 16616,
+ "id": 17160,
"properties": {
"east": "none",
"north": "low",
@@ -135998,7 +136064,7 @@
}
},
{
- "id": 16617,
+ "id": 17161,
"properties": {
"east": "none",
"north": "low",
@@ -136009,7 +136075,7 @@
}
},
{
- "id": 16618,
+ "id": 17162,
"properties": {
"east": "none",
"north": "low",
@@ -136020,7 +136086,7 @@
}
},
{
- "id": 16619,
+ "id": 17163,
"properties": {
"east": "none",
"north": "low",
@@ -136031,7 +136097,7 @@
}
},
{
- "id": 16620,
+ "id": 17164,
"properties": {
"east": "none",
"north": "low",
@@ -136042,7 +136108,7 @@
}
},
{
- "id": 16621,
+ "id": 17165,
"properties": {
"east": "none",
"north": "low",
@@ -136053,7 +136119,7 @@
}
},
{
- "id": 16622,
+ "id": 17166,
"properties": {
"east": "none",
"north": "low",
@@ -136064,7 +136130,7 @@
}
},
{
- "id": 16623,
+ "id": 17167,
"properties": {
"east": "none",
"north": "low",
@@ -136075,7 +136141,7 @@
}
},
{
- "id": 16624,
+ "id": 17168,
"properties": {
"east": "none",
"north": "low",
@@ -136086,7 +136152,7 @@
}
},
{
- "id": 16625,
+ "id": 17169,
"properties": {
"east": "none",
"north": "low",
@@ -136097,7 +136163,7 @@
}
},
{
- "id": 16626,
+ "id": 17170,
"properties": {
"east": "none",
"north": "low",
@@ -136108,7 +136174,7 @@
}
},
{
- "id": 16627,
+ "id": 17171,
"properties": {
"east": "none",
"north": "low",
@@ -136119,7 +136185,7 @@
}
},
{
- "id": 16628,
+ "id": 17172,
"properties": {
"east": "none",
"north": "low",
@@ -136130,7 +136196,7 @@
}
},
{
- "id": 16629,
+ "id": 17173,
"properties": {
"east": "none",
"north": "low",
@@ -136141,7 +136207,7 @@
}
},
{
- "id": 16630,
+ "id": 17174,
"properties": {
"east": "none",
"north": "low",
@@ -136152,7 +136218,7 @@
}
},
{
- "id": 16631,
+ "id": 17175,
"properties": {
"east": "none",
"north": "low",
@@ -136163,7 +136229,7 @@
}
},
{
- "id": 16632,
+ "id": 17176,
"properties": {
"east": "none",
"north": "low",
@@ -136174,7 +136240,7 @@
}
},
{
- "id": 16633,
+ "id": 17177,
"properties": {
"east": "none",
"north": "low",
@@ -136185,7 +136251,7 @@
}
},
{
- "id": 16634,
+ "id": 17178,
"properties": {
"east": "none",
"north": "low",
@@ -136196,7 +136262,7 @@
}
},
{
- "id": 16635,
+ "id": 17179,
"properties": {
"east": "none",
"north": "low",
@@ -136207,7 +136273,7 @@
}
},
{
- "id": 16636,
+ "id": 17180,
"properties": {
"east": "none",
"north": "low",
@@ -136218,7 +136284,7 @@
}
},
{
- "id": 16637,
+ "id": 17181,
"properties": {
"east": "none",
"north": "low",
@@ -136229,7 +136295,7 @@
}
},
{
- "id": 16638,
+ "id": 17182,
"properties": {
"east": "none",
"north": "low",
@@ -136240,7 +136306,7 @@
}
},
{
- "id": 16639,
+ "id": 17183,
"properties": {
"east": "none",
"north": "low",
@@ -136251,7 +136317,7 @@
}
},
{
- "id": 16640,
+ "id": 17184,
"properties": {
"east": "none",
"north": "low",
@@ -136262,7 +136328,7 @@
}
},
{
- "id": 16641,
+ "id": 17185,
"properties": {
"east": "none",
"north": "low",
@@ -136273,7 +136339,7 @@
}
},
{
- "id": 16642,
+ "id": 17186,
"properties": {
"east": "none",
"north": "low",
@@ -136284,7 +136350,7 @@
}
},
{
- "id": 16643,
+ "id": 17187,
"properties": {
"east": "none",
"north": "low",
@@ -136295,7 +136361,7 @@
}
},
{
- "id": 16644,
+ "id": 17188,
"properties": {
"east": "none",
"north": "low",
@@ -136306,7 +136372,7 @@
}
},
{
- "id": 16645,
+ "id": 17189,
"properties": {
"east": "none",
"north": "tall",
@@ -136317,7 +136383,7 @@
}
},
{
- "id": 16646,
+ "id": 17190,
"properties": {
"east": "none",
"north": "tall",
@@ -136328,7 +136394,7 @@
}
},
{
- "id": 16647,
+ "id": 17191,
"properties": {
"east": "none",
"north": "tall",
@@ -136339,7 +136405,7 @@
}
},
{
- "id": 16648,
+ "id": 17192,
"properties": {
"east": "none",
"north": "tall",
@@ -136350,7 +136416,7 @@
}
},
{
- "id": 16649,
+ "id": 17193,
"properties": {
"east": "none",
"north": "tall",
@@ -136361,7 +136427,7 @@
}
},
{
- "id": 16650,
+ "id": 17194,
"properties": {
"east": "none",
"north": "tall",
@@ -136372,7 +136438,7 @@
}
},
{
- "id": 16651,
+ "id": 17195,
"properties": {
"east": "none",
"north": "tall",
@@ -136383,7 +136449,7 @@
}
},
{
- "id": 16652,
+ "id": 17196,
"properties": {
"east": "none",
"north": "tall",
@@ -136394,7 +136460,7 @@
}
},
{
- "id": 16653,
+ "id": 17197,
"properties": {
"east": "none",
"north": "tall",
@@ -136405,7 +136471,7 @@
}
},
{
- "id": 16654,
+ "id": 17198,
"properties": {
"east": "none",
"north": "tall",
@@ -136416,7 +136482,7 @@
}
},
{
- "id": 16655,
+ "id": 17199,
"properties": {
"east": "none",
"north": "tall",
@@ -136427,7 +136493,7 @@
}
},
{
- "id": 16656,
+ "id": 17200,
"properties": {
"east": "none",
"north": "tall",
@@ -136438,7 +136504,7 @@
}
},
{
- "id": 16657,
+ "id": 17201,
"properties": {
"east": "none",
"north": "tall",
@@ -136449,7 +136515,7 @@
}
},
{
- "id": 16658,
+ "id": 17202,
"properties": {
"east": "none",
"north": "tall",
@@ -136460,7 +136526,7 @@
}
},
{
- "id": 16659,
+ "id": 17203,
"properties": {
"east": "none",
"north": "tall",
@@ -136471,7 +136537,7 @@
}
},
{
- "id": 16660,
+ "id": 17204,
"properties": {
"east": "none",
"north": "tall",
@@ -136482,7 +136548,7 @@
}
},
{
- "id": 16661,
+ "id": 17205,
"properties": {
"east": "none",
"north": "tall",
@@ -136493,7 +136559,7 @@
}
},
{
- "id": 16662,
+ "id": 17206,
"properties": {
"east": "none",
"north": "tall",
@@ -136504,7 +136570,7 @@
}
},
{
- "id": 16663,
+ "id": 17207,
"properties": {
"east": "none",
"north": "tall",
@@ -136515,7 +136581,7 @@
}
},
{
- "id": 16664,
+ "id": 17208,
"properties": {
"east": "none",
"north": "tall",
@@ -136526,7 +136592,7 @@
}
},
{
- "id": 16665,
+ "id": 17209,
"properties": {
"east": "none",
"north": "tall",
@@ -136537,7 +136603,7 @@
}
},
{
- "id": 16666,
+ "id": 17210,
"properties": {
"east": "none",
"north": "tall",
@@ -136548,7 +136614,7 @@
}
},
{
- "id": 16667,
+ "id": 17211,
"properties": {
"east": "none",
"north": "tall",
@@ -136559,7 +136625,7 @@
}
},
{
- "id": 16668,
+ "id": 17212,
"properties": {
"east": "none",
"north": "tall",
@@ -136570,7 +136636,7 @@
}
},
{
- "id": 16669,
+ "id": 17213,
"properties": {
"east": "none",
"north": "tall",
@@ -136581,7 +136647,7 @@
}
},
{
- "id": 16670,
+ "id": 17214,
"properties": {
"east": "none",
"north": "tall",
@@ -136592,7 +136658,7 @@
}
},
{
- "id": 16671,
+ "id": 17215,
"properties": {
"east": "none",
"north": "tall",
@@ -136603,7 +136669,7 @@
}
},
{
- "id": 16672,
+ "id": 17216,
"properties": {
"east": "none",
"north": "tall",
@@ -136614,7 +136680,7 @@
}
},
{
- "id": 16673,
+ "id": 17217,
"properties": {
"east": "none",
"north": "tall",
@@ -136625,7 +136691,7 @@
}
},
{
- "id": 16674,
+ "id": 17218,
"properties": {
"east": "none",
"north": "tall",
@@ -136636,7 +136702,7 @@
}
},
{
- "id": 16675,
+ "id": 17219,
"properties": {
"east": "none",
"north": "tall",
@@ -136647,7 +136713,7 @@
}
},
{
- "id": 16676,
+ "id": 17220,
"properties": {
"east": "none",
"north": "tall",
@@ -136658,7 +136724,7 @@
}
},
{
- "id": 16677,
+ "id": 17221,
"properties": {
"east": "none",
"north": "tall",
@@ -136669,7 +136735,7 @@
}
},
{
- "id": 16678,
+ "id": 17222,
"properties": {
"east": "none",
"north": "tall",
@@ -136680,7 +136746,7 @@
}
},
{
- "id": 16679,
+ "id": 17223,
"properties": {
"east": "none",
"north": "tall",
@@ -136691,7 +136757,7 @@
}
},
{
- "id": 16680,
+ "id": 17224,
"properties": {
"east": "none",
"north": "tall",
@@ -136702,7 +136768,7 @@
}
},
{
- "id": 16681,
+ "id": 17225,
"properties": {
"east": "low",
"north": "none",
@@ -136713,7 +136779,7 @@
}
},
{
- "id": 16682,
+ "id": 17226,
"properties": {
"east": "low",
"north": "none",
@@ -136724,7 +136790,7 @@
}
},
{
- "id": 16683,
+ "id": 17227,
"properties": {
"east": "low",
"north": "none",
@@ -136735,7 +136801,7 @@
}
},
{
- "id": 16684,
+ "id": 17228,
"properties": {
"east": "low",
"north": "none",
@@ -136746,7 +136812,7 @@
}
},
{
- "id": 16685,
+ "id": 17229,
"properties": {
"east": "low",
"north": "none",
@@ -136757,7 +136823,7 @@
}
},
{
- "id": 16686,
+ "id": 17230,
"properties": {
"east": "low",
"north": "none",
@@ -136768,7 +136834,7 @@
}
},
{
- "id": 16687,
+ "id": 17231,
"properties": {
"east": "low",
"north": "none",
@@ -136779,7 +136845,7 @@
}
},
{
- "id": 16688,
+ "id": 17232,
"properties": {
"east": "low",
"north": "none",
@@ -136790,7 +136856,7 @@
}
},
{
- "id": 16689,
+ "id": 17233,
"properties": {
"east": "low",
"north": "none",
@@ -136801,7 +136867,7 @@
}
},
{
- "id": 16690,
+ "id": 17234,
"properties": {
"east": "low",
"north": "none",
@@ -136812,7 +136878,7 @@
}
},
{
- "id": 16691,
+ "id": 17235,
"properties": {
"east": "low",
"north": "none",
@@ -136823,7 +136889,7 @@
}
},
{
- "id": 16692,
+ "id": 17236,
"properties": {
"east": "low",
"north": "none",
@@ -136834,7 +136900,7 @@
}
},
{
- "id": 16693,
+ "id": 17237,
"properties": {
"east": "low",
"north": "none",
@@ -136845,7 +136911,7 @@
}
},
{
- "id": 16694,
+ "id": 17238,
"properties": {
"east": "low",
"north": "none",
@@ -136856,7 +136922,7 @@
}
},
{
- "id": 16695,
+ "id": 17239,
"properties": {
"east": "low",
"north": "none",
@@ -136867,7 +136933,7 @@
}
},
{
- "id": 16696,
+ "id": 17240,
"properties": {
"east": "low",
"north": "none",
@@ -136878,7 +136944,7 @@
}
},
{
- "id": 16697,
+ "id": 17241,
"properties": {
"east": "low",
"north": "none",
@@ -136889,7 +136955,7 @@
}
},
{
- "id": 16698,
+ "id": 17242,
"properties": {
"east": "low",
"north": "none",
@@ -136900,7 +136966,7 @@
}
},
{
- "id": 16699,
+ "id": 17243,
"properties": {
"east": "low",
"north": "none",
@@ -136911,7 +136977,7 @@
}
},
{
- "id": 16700,
+ "id": 17244,
"properties": {
"east": "low",
"north": "none",
@@ -136922,7 +136988,7 @@
}
},
{
- "id": 16701,
+ "id": 17245,
"properties": {
"east": "low",
"north": "none",
@@ -136933,7 +136999,7 @@
}
},
{
- "id": 16702,
+ "id": 17246,
"properties": {
"east": "low",
"north": "none",
@@ -136944,7 +137010,7 @@
}
},
{
- "id": 16703,
+ "id": 17247,
"properties": {
"east": "low",
"north": "none",
@@ -136955,7 +137021,7 @@
}
},
{
- "id": 16704,
+ "id": 17248,
"properties": {
"east": "low",
"north": "none",
@@ -136966,7 +137032,7 @@
}
},
{
- "id": 16705,
+ "id": 17249,
"properties": {
"east": "low",
"north": "none",
@@ -136977,7 +137043,7 @@
}
},
{
- "id": 16706,
+ "id": 17250,
"properties": {
"east": "low",
"north": "none",
@@ -136988,7 +137054,7 @@
}
},
{
- "id": 16707,
+ "id": 17251,
"properties": {
"east": "low",
"north": "none",
@@ -136999,7 +137065,7 @@
}
},
{
- "id": 16708,
+ "id": 17252,
"properties": {
"east": "low",
"north": "none",
@@ -137010,7 +137076,7 @@
}
},
{
- "id": 16709,
+ "id": 17253,
"properties": {
"east": "low",
"north": "none",
@@ -137021,7 +137087,7 @@
}
},
{
- "id": 16710,
+ "id": 17254,
"properties": {
"east": "low",
"north": "none",
@@ -137032,7 +137098,7 @@
}
},
{
- "id": 16711,
+ "id": 17255,
"properties": {
"east": "low",
"north": "none",
@@ -137043,7 +137109,7 @@
}
},
{
- "id": 16712,
+ "id": 17256,
"properties": {
"east": "low",
"north": "none",
@@ -137054,7 +137120,7 @@
}
},
{
- "id": 16713,
+ "id": 17257,
"properties": {
"east": "low",
"north": "none",
@@ -137065,7 +137131,7 @@
}
},
{
- "id": 16714,
+ "id": 17258,
"properties": {
"east": "low",
"north": "none",
@@ -137076,7 +137142,7 @@
}
},
{
- "id": 16715,
+ "id": 17259,
"properties": {
"east": "low",
"north": "none",
@@ -137087,7 +137153,7 @@
}
},
{
- "id": 16716,
+ "id": 17260,
"properties": {
"east": "low",
"north": "none",
@@ -137098,7 +137164,7 @@
}
},
{
- "id": 16717,
+ "id": 17261,
"properties": {
"east": "low",
"north": "low",
@@ -137109,7 +137175,7 @@
}
},
{
- "id": 16718,
+ "id": 17262,
"properties": {
"east": "low",
"north": "low",
@@ -137120,7 +137186,7 @@
}
},
{
- "id": 16719,
+ "id": 17263,
"properties": {
"east": "low",
"north": "low",
@@ -137131,7 +137197,7 @@
}
},
{
- "id": 16720,
+ "id": 17264,
"properties": {
"east": "low",
"north": "low",
@@ -137142,7 +137208,7 @@
}
},
{
- "id": 16721,
+ "id": 17265,
"properties": {
"east": "low",
"north": "low",
@@ -137153,7 +137219,7 @@
}
},
{
- "id": 16722,
+ "id": 17266,
"properties": {
"east": "low",
"north": "low",
@@ -137164,7 +137230,7 @@
}
},
{
- "id": 16723,
+ "id": 17267,
"properties": {
"east": "low",
"north": "low",
@@ -137175,7 +137241,7 @@
}
},
{
- "id": 16724,
+ "id": 17268,
"properties": {
"east": "low",
"north": "low",
@@ -137186,7 +137252,7 @@
}
},
{
- "id": 16725,
+ "id": 17269,
"properties": {
"east": "low",
"north": "low",
@@ -137197,7 +137263,7 @@
}
},
{
- "id": 16726,
+ "id": 17270,
"properties": {
"east": "low",
"north": "low",
@@ -137208,7 +137274,7 @@
}
},
{
- "id": 16727,
+ "id": 17271,
"properties": {
"east": "low",
"north": "low",
@@ -137219,7 +137285,7 @@
}
},
{
- "id": 16728,
+ "id": 17272,
"properties": {
"east": "low",
"north": "low",
@@ -137230,7 +137296,7 @@
}
},
{
- "id": 16729,
+ "id": 17273,
"properties": {
"east": "low",
"north": "low",
@@ -137241,7 +137307,7 @@
}
},
{
- "id": 16730,
+ "id": 17274,
"properties": {
"east": "low",
"north": "low",
@@ -137252,7 +137318,7 @@
}
},
{
- "id": 16731,
+ "id": 17275,
"properties": {
"east": "low",
"north": "low",
@@ -137263,7 +137329,7 @@
}
},
{
- "id": 16732,
+ "id": 17276,
"properties": {
"east": "low",
"north": "low",
@@ -137274,7 +137340,7 @@
}
},
{
- "id": 16733,
+ "id": 17277,
"properties": {
"east": "low",
"north": "low",
@@ -137285,7 +137351,7 @@
}
},
{
- "id": 16734,
+ "id": 17278,
"properties": {
"east": "low",
"north": "low",
@@ -137296,7 +137362,7 @@
}
},
{
- "id": 16735,
+ "id": 17279,
"properties": {
"east": "low",
"north": "low",
@@ -137307,7 +137373,7 @@
}
},
{
- "id": 16736,
+ "id": 17280,
"properties": {
"east": "low",
"north": "low",
@@ -137318,7 +137384,7 @@
}
},
{
- "id": 16737,
+ "id": 17281,
"properties": {
"east": "low",
"north": "low",
@@ -137329,7 +137395,7 @@
}
},
{
- "id": 16738,
+ "id": 17282,
"properties": {
"east": "low",
"north": "low",
@@ -137340,7 +137406,7 @@
}
},
{
- "id": 16739,
+ "id": 17283,
"properties": {
"east": "low",
"north": "low",
@@ -137351,7 +137417,7 @@
}
},
{
- "id": 16740,
+ "id": 17284,
"properties": {
"east": "low",
"north": "low",
@@ -137362,7 +137428,7 @@
}
},
{
- "id": 16741,
+ "id": 17285,
"properties": {
"east": "low",
"north": "low",
@@ -137373,7 +137439,7 @@
}
},
{
- "id": 16742,
+ "id": 17286,
"properties": {
"east": "low",
"north": "low",
@@ -137384,7 +137450,7 @@
}
},
{
- "id": 16743,
+ "id": 17287,
"properties": {
"east": "low",
"north": "low",
@@ -137395,7 +137461,7 @@
}
},
{
- "id": 16744,
+ "id": 17288,
"properties": {
"east": "low",
"north": "low",
@@ -137406,7 +137472,7 @@
}
},
{
- "id": 16745,
+ "id": 17289,
"properties": {
"east": "low",
"north": "low",
@@ -137417,7 +137483,7 @@
}
},
{
- "id": 16746,
+ "id": 17290,
"properties": {
"east": "low",
"north": "low",
@@ -137428,7 +137494,7 @@
}
},
{
- "id": 16747,
+ "id": 17291,
"properties": {
"east": "low",
"north": "low",
@@ -137439,7 +137505,7 @@
}
},
{
- "id": 16748,
+ "id": 17292,
"properties": {
"east": "low",
"north": "low",
@@ -137450,7 +137516,7 @@
}
},
{
- "id": 16749,
+ "id": 17293,
"properties": {
"east": "low",
"north": "low",
@@ -137461,7 +137527,7 @@
}
},
{
- "id": 16750,
+ "id": 17294,
"properties": {
"east": "low",
"north": "low",
@@ -137472,7 +137538,7 @@
}
},
{
- "id": 16751,
+ "id": 17295,
"properties": {
"east": "low",
"north": "low",
@@ -137483,7 +137549,7 @@
}
},
{
- "id": 16752,
+ "id": 17296,
"properties": {
"east": "low",
"north": "low",
@@ -137494,7 +137560,7 @@
}
},
{
- "id": 16753,
+ "id": 17297,
"properties": {
"east": "low",
"north": "tall",
@@ -137505,7 +137571,7 @@
}
},
{
- "id": 16754,
+ "id": 17298,
"properties": {
"east": "low",
"north": "tall",
@@ -137516,7 +137582,7 @@
}
},
{
- "id": 16755,
+ "id": 17299,
"properties": {
"east": "low",
"north": "tall",
@@ -137527,7 +137593,7 @@
}
},
{
- "id": 16756,
+ "id": 17300,
"properties": {
"east": "low",
"north": "tall",
@@ -137538,7 +137604,7 @@
}
},
{
- "id": 16757,
+ "id": 17301,
"properties": {
"east": "low",
"north": "tall",
@@ -137549,7 +137615,7 @@
}
},
{
- "id": 16758,
+ "id": 17302,
"properties": {
"east": "low",
"north": "tall",
@@ -137560,7 +137626,7 @@
}
},
{
- "id": 16759,
+ "id": 17303,
"properties": {
"east": "low",
"north": "tall",
@@ -137571,7 +137637,7 @@
}
},
{
- "id": 16760,
+ "id": 17304,
"properties": {
"east": "low",
"north": "tall",
@@ -137582,7 +137648,7 @@
}
},
{
- "id": 16761,
+ "id": 17305,
"properties": {
"east": "low",
"north": "tall",
@@ -137593,7 +137659,7 @@
}
},
{
- "id": 16762,
+ "id": 17306,
"properties": {
"east": "low",
"north": "tall",
@@ -137604,7 +137670,7 @@
}
},
{
- "id": 16763,
+ "id": 17307,
"properties": {
"east": "low",
"north": "tall",
@@ -137615,7 +137681,7 @@
}
},
{
- "id": 16764,
+ "id": 17308,
"properties": {
"east": "low",
"north": "tall",
@@ -137626,7 +137692,7 @@
}
},
{
- "id": 16765,
+ "id": 17309,
"properties": {
"east": "low",
"north": "tall",
@@ -137637,7 +137703,7 @@
}
},
{
- "id": 16766,
+ "id": 17310,
"properties": {
"east": "low",
"north": "tall",
@@ -137648,7 +137714,7 @@
}
},
{
- "id": 16767,
+ "id": 17311,
"properties": {
"east": "low",
"north": "tall",
@@ -137659,7 +137725,7 @@
}
},
{
- "id": 16768,
+ "id": 17312,
"properties": {
"east": "low",
"north": "tall",
@@ -137670,7 +137736,7 @@
}
},
{
- "id": 16769,
+ "id": 17313,
"properties": {
"east": "low",
"north": "tall",
@@ -137681,7 +137747,7 @@
}
},
{
- "id": 16770,
+ "id": 17314,
"properties": {
"east": "low",
"north": "tall",
@@ -137692,7 +137758,7 @@
}
},
{
- "id": 16771,
+ "id": 17315,
"properties": {
"east": "low",
"north": "tall",
@@ -137703,7 +137769,7 @@
}
},
{
- "id": 16772,
+ "id": 17316,
"properties": {
"east": "low",
"north": "tall",
@@ -137714,7 +137780,7 @@
}
},
{
- "id": 16773,
+ "id": 17317,
"properties": {
"east": "low",
"north": "tall",
@@ -137725,7 +137791,7 @@
}
},
{
- "id": 16774,
+ "id": 17318,
"properties": {
"east": "low",
"north": "tall",
@@ -137736,7 +137802,7 @@
}
},
{
- "id": 16775,
+ "id": 17319,
"properties": {
"east": "low",
"north": "tall",
@@ -137747,7 +137813,7 @@
}
},
{
- "id": 16776,
+ "id": 17320,
"properties": {
"east": "low",
"north": "tall",
@@ -137758,7 +137824,7 @@
}
},
{
- "id": 16777,
+ "id": 17321,
"properties": {
"east": "low",
"north": "tall",
@@ -137769,7 +137835,7 @@
}
},
{
- "id": 16778,
+ "id": 17322,
"properties": {
"east": "low",
"north": "tall",
@@ -137780,7 +137846,7 @@
}
},
{
- "id": 16779,
+ "id": 17323,
"properties": {
"east": "low",
"north": "tall",
@@ -137791,7 +137857,7 @@
}
},
{
- "id": 16780,
+ "id": 17324,
"properties": {
"east": "low",
"north": "tall",
@@ -137802,7 +137868,7 @@
}
},
{
- "id": 16781,
+ "id": 17325,
"properties": {
"east": "low",
"north": "tall",
@@ -137813,7 +137879,7 @@
}
},
{
- "id": 16782,
+ "id": 17326,
"properties": {
"east": "low",
"north": "tall",
@@ -137824,7 +137890,7 @@
}
},
{
- "id": 16783,
+ "id": 17327,
"properties": {
"east": "low",
"north": "tall",
@@ -137835,7 +137901,7 @@
}
},
{
- "id": 16784,
+ "id": 17328,
"properties": {
"east": "low",
"north": "tall",
@@ -137846,7 +137912,7 @@
}
},
{
- "id": 16785,
+ "id": 17329,
"properties": {
"east": "low",
"north": "tall",
@@ -137857,7 +137923,7 @@
}
},
{
- "id": 16786,
+ "id": 17330,
"properties": {
"east": "low",
"north": "tall",
@@ -137868,7 +137934,7 @@
}
},
{
- "id": 16787,
+ "id": 17331,
"properties": {
"east": "low",
"north": "tall",
@@ -137879,7 +137945,7 @@
}
},
{
- "id": 16788,
+ "id": 17332,
"properties": {
"east": "low",
"north": "tall",
@@ -137890,7 +137956,7 @@
}
},
{
- "id": 16789,
+ "id": 17333,
"properties": {
"east": "tall",
"north": "none",
@@ -137901,7 +137967,7 @@
}
},
{
- "id": 16790,
+ "id": 17334,
"properties": {
"east": "tall",
"north": "none",
@@ -137912,7 +137978,7 @@
}
},
{
- "id": 16791,
+ "id": 17335,
"properties": {
"east": "tall",
"north": "none",
@@ -137923,7 +137989,7 @@
}
},
{
- "id": 16792,
+ "id": 17336,
"properties": {
"east": "tall",
"north": "none",
@@ -137934,7 +138000,7 @@
}
},
{
- "id": 16793,
+ "id": 17337,
"properties": {
"east": "tall",
"north": "none",
@@ -137945,7 +138011,7 @@
}
},
{
- "id": 16794,
+ "id": 17338,
"properties": {
"east": "tall",
"north": "none",
@@ -137956,7 +138022,7 @@
}
},
{
- "id": 16795,
+ "id": 17339,
"properties": {
"east": "tall",
"north": "none",
@@ -137967,7 +138033,7 @@
}
},
{
- "id": 16796,
+ "id": 17340,
"properties": {
"east": "tall",
"north": "none",
@@ -137978,7 +138044,7 @@
}
},
{
- "id": 16797,
+ "id": 17341,
"properties": {
"east": "tall",
"north": "none",
@@ -137989,7 +138055,7 @@
}
},
{
- "id": 16798,
+ "id": 17342,
"properties": {
"east": "tall",
"north": "none",
@@ -138000,7 +138066,7 @@
}
},
{
- "id": 16799,
+ "id": 17343,
"properties": {
"east": "tall",
"north": "none",
@@ -138011,7 +138077,7 @@
}
},
{
- "id": 16800,
+ "id": 17344,
"properties": {
"east": "tall",
"north": "none",
@@ -138022,7 +138088,7 @@
}
},
{
- "id": 16801,
+ "id": 17345,
"properties": {
"east": "tall",
"north": "none",
@@ -138033,7 +138099,7 @@
}
},
{
- "id": 16802,
+ "id": 17346,
"properties": {
"east": "tall",
"north": "none",
@@ -138044,7 +138110,7 @@
}
},
{
- "id": 16803,
+ "id": 17347,
"properties": {
"east": "tall",
"north": "none",
@@ -138055,7 +138121,7 @@
}
},
{
- "id": 16804,
+ "id": 17348,
"properties": {
"east": "tall",
"north": "none",
@@ -138066,7 +138132,7 @@
}
},
{
- "id": 16805,
+ "id": 17349,
"properties": {
"east": "tall",
"north": "none",
@@ -138077,7 +138143,7 @@
}
},
{
- "id": 16806,
+ "id": 17350,
"properties": {
"east": "tall",
"north": "none",
@@ -138088,7 +138154,7 @@
}
},
{
- "id": 16807,
+ "id": 17351,
"properties": {
"east": "tall",
"north": "none",
@@ -138099,7 +138165,7 @@
}
},
{
- "id": 16808,
+ "id": 17352,
"properties": {
"east": "tall",
"north": "none",
@@ -138110,7 +138176,7 @@
}
},
{
- "id": 16809,
+ "id": 17353,
"properties": {
"east": "tall",
"north": "none",
@@ -138121,7 +138187,7 @@
}
},
{
- "id": 16810,
+ "id": 17354,
"properties": {
"east": "tall",
"north": "none",
@@ -138132,7 +138198,7 @@
}
},
{
- "id": 16811,
+ "id": 17355,
"properties": {
"east": "tall",
"north": "none",
@@ -138143,7 +138209,7 @@
}
},
{
- "id": 16812,
+ "id": 17356,
"properties": {
"east": "tall",
"north": "none",
@@ -138154,7 +138220,7 @@
}
},
{
- "id": 16813,
+ "id": 17357,
"properties": {
"east": "tall",
"north": "none",
@@ -138165,7 +138231,7 @@
}
},
{
- "id": 16814,
+ "id": 17358,
"properties": {
"east": "tall",
"north": "none",
@@ -138176,7 +138242,7 @@
}
},
{
- "id": 16815,
+ "id": 17359,
"properties": {
"east": "tall",
"north": "none",
@@ -138187,7 +138253,7 @@
}
},
{
- "id": 16816,
+ "id": 17360,
"properties": {
"east": "tall",
"north": "none",
@@ -138198,7 +138264,7 @@
}
},
{
- "id": 16817,
+ "id": 17361,
"properties": {
"east": "tall",
"north": "none",
@@ -138209,7 +138275,7 @@
}
},
{
- "id": 16818,
+ "id": 17362,
"properties": {
"east": "tall",
"north": "none",
@@ -138220,7 +138286,7 @@
}
},
{
- "id": 16819,
+ "id": 17363,
"properties": {
"east": "tall",
"north": "none",
@@ -138231,7 +138297,7 @@
}
},
{
- "id": 16820,
+ "id": 17364,
"properties": {
"east": "tall",
"north": "none",
@@ -138242,7 +138308,7 @@
}
},
{
- "id": 16821,
+ "id": 17365,
"properties": {
"east": "tall",
"north": "none",
@@ -138253,7 +138319,7 @@
}
},
{
- "id": 16822,
+ "id": 17366,
"properties": {
"east": "tall",
"north": "none",
@@ -138264,7 +138330,7 @@
}
},
{
- "id": 16823,
+ "id": 17367,
"properties": {
"east": "tall",
"north": "none",
@@ -138275,7 +138341,7 @@
}
},
{
- "id": 16824,
+ "id": 17368,
"properties": {
"east": "tall",
"north": "none",
@@ -138286,7 +138352,7 @@
}
},
{
- "id": 16825,
+ "id": 17369,
"properties": {
"east": "tall",
"north": "low",
@@ -138297,7 +138363,7 @@
}
},
{
- "id": 16826,
+ "id": 17370,
"properties": {
"east": "tall",
"north": "low",
@@ -138308,7 +138374,7 @@
}
},
{
- "id": 16827,
+ "id": 17371,
"properties": {
"east": "tall",
"north": "low",
@@ -138319,7 +138385,7 @@
}
},
{
- "id": 16828,
+ "id": 17372,
"properties": {
"east": "tall",
"north": "low",
@@ -138330,7 +138396,7 @@
}
},
{
- "id": 16829,
+ "id": 17373,
"properties": {
"east": "tall",
"north": "low",
@@ -138341,7 +138407,7 @@
}
},
{
- "id": 16830,
+ "id": 17374,
"properties": {
"east": "tall",
"north": "low",
@@ -138352,7 +138418,7 @@
}
},
{
- "id": 16831,
+ "id": 17375,
"properties": {
"east": "tall",
"north": "low",
@@ -138363,7 +138429,7 @@
}
},
{
- "id": 16832,
+ "id": 17376,
"properties": {
"east": "tall",
"north": "low",
@@ -138374,7 +138440,7 @@
}
},
{
- "id": 16833,
+ "id": 17377,
"properties": {
"east": "tall",
"north": "low",
@@ -138385,7 +138451,7 @@
}
},
{
- "id": 16834,
+ "id": 17378,
"properties": {
"east": "tall",
"north": "low",
@@ -138396,7 +138462,7 @@
}
},
{
- "id": 16835,
+ "id": 17379,
"properties": {
"east": "tall",
"north": "low",
@@ -138407,7 +138473,7 @@
}
},
{
- "id": 16836,
+ "id": 17380,
"properties": {
"east": "tall",
"north": "low",
@@ -138418,7 +138484,7 @@
}
},
{
- "id": 16837,
+ "id": 17381,
"properties": {
"east": "tall",
"north": "low",
@@ -138429,7 +138495,7 @@
}
},
{
- "id": 16838,
+ "id": 17382,
"properties": {
"east": "tall",
"north": "low",
@@ -138440,7 +138506,7 @@
}
},
{
- "id": 16839,
+ "id": 17383,
"properties": {
"east": "tall",
"north": "low",
@@ -138451,7 +138517,7 @@
}
},
{
- "id": 16840,
+ "id": 17384,
"properties": {
"east": "tall",
"north": "low",
@@ -138462,7 +138528,7 @@
}
},
{
- "id": 16841,
+ "id": 17385,
"properties": {
"east": "tall",
"north": "low",
@@ -138473,7 +138539,7 @@
}
},
{
- "id": 16842,
+ "id": 17386,
"properties": {
"east": "tall",
"north": "low",
@@ -138484,7 +138550,7 @@
}
},
{
- "id": 16843,
+ "id": 17387,
"properties": {
"east": "tall",
"north": "low",
@@ -138495,7 +138561,7 @@
}
},
{
- "id": 16844,
+ "id": 17388,
"properties": {
"east": "tall",
"north": "low",
@@ -138506,7 +138572,7 @@
}
},
{
- "id": 16845,
+ "id": 17389,
"properties": {
"east": "tall",
"north": "low",
@@ -138517,7 +138583,7 @@
}
},
{
- "id": 16846,
+ "id": 17390,
"properties": {
"east": "tall",
"north": "low",
@@ -138528,7 +138594,7 @@
}
},
{
- "id": 16847,
+ "id": 17391,
"properties": {
"east": "tall",
"north": "low",
@@ -138539,7 +138605,7 @@
}
},
{
- "id": 16848,
+ "id": 17392,
"properties": {
"east": "tall",
"north": "low",
@@ -138550,7 +138616,7 @@
}
},
{
- "id": 16849,
+ "id": 17393,
"properties": {
"east": "tall",
"north": "low",
@@ -138561,7 +138627,7 @@
}
},
{
- "id": 16850,
+ "id": 17394,
"properties": {
"east": "tall",
"north": "low",
@@ -138572,7 +138638,7 @@
}
},
{
- "id": 16851,
+ "id": 17395,
"properties": {
"east": "tall",
"north": "low",
@@ -138583,7 +138649,7 @@
}
},
{
- "id": 16852,
+ "id": 17396,
"properties": {
"east": "tall",
"north": "low",
@@ -138594,7 +138660,7 @@
}
},
{
- "id": 16853,
+ "id": 17397,
"properties": {
"east": "tall",
"north": "low",
@@ -138605,7 +138671,7 @@
}
},
{
- "id": 16854,
+ "id": 17398,
"properties": {
"east": "tall",
"north": "low",
@@ -138616,7 +138682,7 @@
}
},
{
- "id": 16855,
+ "id": 17399,
"properties": {
"east": "tall",
"north": "low",
@@ -138627,7 +138693,7 @@
}
},
{
- "id": 16856,
+ "id": 17400,
"properties": {
"east": "tall",
"north": "low",
@@ -138638,7 +138704,7 @@
}
},
{
- "id": 16857,
+ "id": 17401,
"properties": {
"east": "tall",
"north": "low",
@@ -138649,7 +138715,7 @@
}
},
{
- "id": 16858,
+ "id": 17402,
"properties": {
"east": "tall",
"north": "low",
@@ -138660,7 +138726,7 @@
}
},
{
- "id": 16859,
+ "id": 17403,
"properties": {
"east": "tall",
"north": "low",
@@ -138671,7 +138737,7 @@
}
},
{
- "id": 16860,
+ "id": 17404,
"properties": {
"east": "tall",
"north": "low",
@@ -138682,7 +138748,7 @@
}
},
{
- "id": 16861,
+ "id": 17405,
"properties": {
"east": "tall",
"north": "tall",
@@ -138693,7 +138759,7 @@
}
},
{
- "id": 16862,
+ "id": 17406,
"properties": {
"east": "tall",
"north": "tall",
@@ -138704,7 +138770,7 @@
}
},
{
- "id": 16863,
+ "id": 17407,
"properties": {
"east": "tall",
"north": "tall",
@@ -138715,7 +138781,7 @@
}
},
{
- "id": 16864,
+ "id": 17408,
"properties": {
"east": "tall",
"north": "tall",
@@ -138726,7 +138792,7 @@
}
},
{
- "id": 16865,
+ "id": 17409,
"properties": {
"east": "tall",
"north": "tall",
@@ -138737,7 +138803,7 @@
}
},
{
- "id": 16866,
+ "id": 17410,
"properties": {
"east": "tall",
"north": "tall",
@@ -138748,7 +138814,7 @@
}
},
{
- "id": 16867,
+ "id": 17411,
"properties": {
"east": "tall",
"north": "tall",
@@ -138759,7 +138825,7 @@
}
},
{
- "id": 16868,
+ "id": 17412,
"properties": {
"east": "tall",
"north": "tall",
@@ -138770,7 +138836,7 @@
}
},
{
- "id": 16869,
+ "id": 17413,
"properties": {
"east": "tall",
"north": "tall",
@@ -138781,7 +138847,7 @@
}
},
{
- "id": 16870,
+ "id": 17414,
"properties": {
"east": "tall",
"north": "tall",
@@ -138792,7 +138858,7 @@
}
},
{
- "id": 16871,
+ "id": 17415,
"properties": {
"east": "tall",
"north": "tall",
@@ -138803,7 +138869,7 @@
}
},
{
- "id": 16872,
+ "id": 17416,
"properties": {
"east": "tall",
"north": "tall",
@@ -138814,7 +138880,7 @@
}
},
{
- "id": 16873,
+ "id": 17417,
"properties": {
"east": "tall",
"north": "tall",
@@ -138825,7 +138891,7 @@
}
},
{
- "id": 16874,
+ "id": 17418,
"properties": {
"east": "tall",
"north": "tall",
@@ -138836,7 +138902,7 @@
}
},
{
- "id": 16875,
+ "id": 17419,
"properties": {
"east": "tall",
"north": "tall",
@@ -138847,7 +138913,7 @@
}
},
{
- "id": 16876,
+ "id": 17420,
"properties": {
"east": "tall",
"north": "tall",
@@ -138858,7 +138924,7 @@
}
},
{
- "id": 16877,
+ "id": 17421,
"properties": {
"east": "tall",
"north": "tall",
@@ -138869,7 +138935,7 @@
}
},
{
- "id": 16878,
+ "id": 17422,
"properties": {
"east": "tall",
"north": "tall",
@@ -138880,7 +138946,7 @@
}
},
{
- "id": 16879,
+ "id": 17423,
"properties": {
"east": "tall",
"north": "tall",
@@ -138891,7 +138957,7 @@
}
},
{
- "id": 16880,
+ "id": 17424,
"properties": {
"east": "tall",
"north": "tall",
@@ -138902,7 +138968,7 @@
}
},
{
- "id": 16881,
+ "id": 17425,
"properties": {
"east": "tall",
"north": "tall",
@@ -138913,7 +138979,7 @@
}
},
{
- "id": 16882,
+ "id": 17426,
"properties": {
"east": "tall",
"north": "tall",
@@ -138924,7 +138990,7 @@
}
},
{
- "id": 16883,
+ "id": 17427,
"properties": {
"east": "tall",
"north": "tall",
@@ -138935,7 +139001,7 @@
}
},
{
- "id": 16884,
+ "id": 17428,
"properties": {
"east": "tall",
"north": "tall",
@@ -138946,7 +139012,7 @@
}
},
{
- "id": 16885,
+ "id": 17429,
"properties": {
"east": "tall",
"north": "tall",
@@ -138957,7 +139023,7 @@
}
},
{
- "id": 16886,
+ "id": 17430,
"properties": {
"east": "tall",
"north": "tall",
@@ -138968,7 +139034,7 @@
}
},
{
- "id": 16887,
+ "id": 17431,
"properties": {
"east": "tall",
"north": "tall",
@@ -138979,7 +139045,7 @@
}
},
{
- "id": 16888,
+ "id": 17432,
"properties": {
"east": "tall",
"north": "tall",
@@ -138990,7 +139056,7 @@
}
},
{
- "id": 16889,
+ "id": 17433,
"properties": {
"east": "tall",
"north": "tall",
@@ -139001,7 +139067,7 @@
}
},
{
- "id": 16890,
+ "id": 17434,
"properties": {
"east": "tall",
"north": "tall",
@@ -139012,7 +139078,7 @@
}
},
{
- "id": 16891,
+ "id": 17435,
"properties": {
"east": "tall",
"north": "tall",
@@ -139023,7 +139089,7 @@
}
},
{
- "id": 16892,
+ "id": 17436,
"properties": {
"east": "tall",
"north": "tall",
@@ -139034,7 +139100,7 @@
}
},
{
- "id": 16893,
+ "id": 17437,
"properties": {
"east": "tall",
"north": "tall",
@@ -139045,7 +139111,7 @@
}
},
{
- "id": 16894,
+ "id": 17438,
"properties": {
"east": "tall",
"north": "tall",
@@ -139056,7 +139122,7 @@
}
},
{
- "id": 16895,
+ "id": 17439,
"properties": {
"east": "tall",
"north": "tall",
@@ -139067,7 +139133,7 @@
}
},
{
- "id": 16896,
+ "id": 17440,
"properties": {
"east": "tall",
"north": "tall",
@@ -139087,7 +139153,7 @@
"states": [
{
"default": true,
- "id": 6772
+ "id": 6775
}
]
},
@@ -139159,47 +139225,14 @@
"states": [
{
"default": true,
- "id": 6907,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 6908,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
- }
- },
- {
- "id": 6909,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "west": "true"
- }
- },
- {
"id": 6910,
"properties": {
"down": "true",
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139208,9 +139241,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139219,9 +139252,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139230,9 +139263,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139242,8 +139275,8 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139251,10 +139284,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139262,10 +139295,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139273,10 +139306,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139286,8 +139319,8 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139296,9 +139329,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139307,9 +139340,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139318,9 +139351,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139330,41 +139363,41 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6923,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6924,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 6925,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139374,8 +139407,8 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139384,9 +139417,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139395,9 +139428,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139406,9 +139439,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139418,8 +139451,8 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139427,10 +139460,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139438,10 +139471,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139449,10 +139482,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139462,8 +139495,8 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139472,9 +139505,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139483,9 +139516,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139494,9 +139527,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139506,43 +139539,43 @@
"east": "false",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6939,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 6940,
- "properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
"up": "true",
"west": "false"
}
},
{
- "id": 6941,
+ "id": 6940,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
"up": "false",
"west": "true"
}
},
+ {
+ "id": 6941,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "false"
+ }
+ },
{
"id": 6942,
"properties": {
@@ -139550,8 +139583,8 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139560,9 +139593,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139571,9 +139604,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139582,9 +139615,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139594,8 +139627,8 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139603,10 +139636,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139614,10 +139647,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139625,10 +139658,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139638,8 +139671,8 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139648,9 +139681,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139659,9 +139692,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139670,9 +139703,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139682,41 +139715,41 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6955,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6956,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 6957,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139726,8 +139759,8 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139736,9 +139769,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139747,9 +139780,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139758,9 +139791,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139770,8 +139803,8 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -139779,10 +139812,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139790,10 +139823,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -139801,10 +139834,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -139814,12 +139847,45 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6967,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 6968,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 6969,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 6970,
"properties": {
"down": "false",
"east": "false",
@@ -139830,7 +139896,7 @@
}
},
{
- "id": 6968,
+ "id": 6971,
"properties": {
"down": "false",
"east": "false",
@@ -139841,7 +139907,7 @@
}
},
{
- "id": 6969,
+ "id": 6972,
"properties": {
"down": "false",
"east": "false",
@@ -139852,7 +139918,7 @@
}
},
{
- "id": 6970,
+ "id": 6973,
"properties": {
"down": "false",
"east": "false",
@@ -139877,14 +139943,14 @@
},
"states": [
{
- "id": 7499,
+ "id": 7630,
"properties": {
"snowy": "true"
}
},
{
"default": true,
- "id": 7500,
+ "id": 7631,
"properties": {
"snowy": "false"
}
@@ -139920,7 +139986,7 @@
},
"states": [
{
- "id": 7503,
+ "id": 8047,
"properties": {
"east": "true",
"north": "true",
@@ -139930,7 +139996,7 @@
}
},
{
- "id": 7504,
+ "id": 8048,
"properties": {
"east": "true",
"north": "true",
@@ -139940,7 +140006,7 @@
}
},
{
- "id": 7505,
+ "id": 8049,
"properties": {
"east": "true",
"north": "true",
@@ -139950,7 +140016,7 @@
}
},
{
- "id": 7506,
+ "id": 8050,
"properties": {
"east": "true",
"north": "true",
@@ -139960,7 +140026,7 @@
}
},
{
- "id": 7507,
+ "id": 8051,
"properties": {
"east": "true",
"north": "true",
@@ -139970,7 +140036,7 @@
}
},
{
- "id": 7508,
+ "id": 8052,
"properties": {
"east": "true",
"north": "true",
@@ -139980,7 +140046,7 @@
}
},
{
- "id": 7509,
+ "id": 8053,
"properties": {
"east": "true",
"north": "true",
@@ -139990,7 +140056,7 @@
}
},
{
- "id": 7510,
+ "id": 8054,
"properties": {
"east": "true",
"north": "true",
@@ -140000,7 +140066,7 @@
}
},
{
- "id": 7511,
+ "id": 8055,
"properties": {
"east": "true",
"north": "false",
@@ -140010,7 +140076,7 @@
}
},
{
- "id": 7512,
+ "id": 8056,
"properties": {
"east": "true",
"north": "false",
@@ -140020,7 +140086,7 @@
}
},
{
- "id": 7513,
+ "id": 8057,
"properties": {
"east": "true",
"north": "false",
@@ -140030,7 +140096,7 @@
}
},
{
- "id": 7514,
+ "id": 8058,
"properties": {
"east": "true",
"north": "false",
@@ -140040,7 +140106,7 @@
}
},
{
- "id": 7515,
+ "id": 8059,
"properties": {
"east": "true",
"north": "false",
@@ -140050,7 +140116,7 @@
}
},
{
- "id": 7516,
+ "id": 8060,
"properties": {
"east": "true",
"north": "false",
@@ -140060,7 +140126,7 @@
}
},
{
- "id": 7517,
+ "id": 8061,
"properties": {
"east": "true",
"north": "false",
@@ -140070,7 +140136,7 @@
}
},
{
- "id": 7518,
+ "id": 8062,
"properties": {
"east": "true",
"north": "false",
@@ -140080,7 +140146,7 @@
}
},
{
- "id": 7519,
+ "id": 8063,
"properties": {
"east": "false",
"north": "true",
@@ -140090,7 +140156,7 @@
}
},
{
- "id": 7520,
+ "id": 8064,
"properties": {
"east": "false",
"north": "true",
@@ -140100,7 +140166,7 @@
}
},
{
- "id": 7521,
+ "id": 8065,
"properties": {
"east": "false",
"north": "true",
@@ -140110,7 +140176,7 @@
}
},
{
- "id": 7522,
+ "id": 8066,
"properties": {
"east": "false",
"north": "true",
@@ -140120,7 +140186,7 @@
}
},
{
- "id": 7523,
+ "id": 8067,
"properties": {
"east": "false",
"north": "true",
@@ -140130,7 +140196,7 @@
}
},
{
- "id": 7524,
+ "id": 8068,
"properties": {
"east": "false",
"north": "true",
@@ -140140,7 +140206,7 @@
}
},
{
- "id": 7525,
+ "id": 8069,
"properties": {
"east": "false",
"north": "true",
@@ -140150,7 +140216,7 @@
}
},
{
- "id": 7526,
+ "id": 8070,
"properties": {
"east": "false",
"north": "true",
@@ -140160,7 +140226,7 @@
}
},
{
- "id": 7527,
+ "id": 8071,
"properties": {
"east": "false",
"north": "false",
@@ -140170,7 +140236,7 @@
}
},
{
- "id": 7528,
+ "id": 8072,
"properties": {
"east": "false",
"north": "false",
@@ -140180,7 +140246,7 @@
}
},
{
- "id": 7529,
+ "id": 8073,
"properties": {
"east": "false",
"north": "false",
@@ -140190,7 +140256,7 @@
}
},
{
- "id": 7530,
+ "id": 8074,
"properties": {
"east": "false",
"north": "false",
@@ -140200,7 +140266,7 @@
}
},
{
- "id": 7531,
+ "id": 8075,
"properties": {
"east": "false",
"north": "false",
@@ -140210,7 +140276,7 @@
}
},
{
- "id": 7532,
+ "id": 8076,
"properties": {
"east": "false",
"north": "false",
@@ -140220,7 +140286,7 @@
}
},
{
- "id": 7533,
+ "id": 8077,
"properties": {
"east": "false",
"north": "false",
@@ -140231,7 +140297,7 @@
},
{
"default": true,
- "id": 7534,
+ "id": 8078,
"properties": {
"east": "false",
"north": "false",
@@ -140260,21 +140326,21 @@
},
"states": [
{
- "id": 11617,
+ "id": 12161,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11618,
+ "id": 12162,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11619,
+ "id": 12163,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -140282,21 +140348,21 @@
},
{
"default": true,
- "id": 11620,
+ "id": 12164,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11621,
+ "id": 12165,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11622,
+ "id": 12166,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -140337,7 +140403,7 @@
},
"states": [
{
- "id": 7535,
+ "id": 8079,
"properties": {
"facing": "north",
"half": "top",
@@ -140346,7 +140412,7 @@
}
},
{
- "id": 7536,
+ "id": 8080,
"properties": {
"facing": "north",
"half": "top",
@@ -140355,7 +140421,7 @@
}
},
{
- "id": 7537,
+ "id": 8081,
"properties": {
"facing": "north",
"half": "top",
@@ -140364,7 +140430,7 @@
}
},
{
- "id": 7538,
+ "id": 8082,
"properties": {
"facing": "north",
"half": "top",
@@ -140373,7 +140439,7 @@
}
},
{
- "id": 7539,
+ "id": 8083,
"properties": {
"facing": "north",
"half": "top",
@@ -140382,7 +140448,7 @@
}
},
{
- "id": 7540,
+ "id": 8084,
"properties": {
"facing": "north",
"half": "top",
@@ -140391,7 +140457,7 @@
}
},
{
- "id": 7541,
+ "id": 8085,
"properties": {
"facing": "north",
"half": "top",
@@ -140400,7 +140466,7 @@
}
},
{
- "id": 7542,
+ "id": 8086,
"properties": {
"facing": "north",
"half": "top",
@@ -140409,7 +140475,7 @@
}
},
{
- "id": 7543,
+ "id": 8087,
"properties": {
"facing": "north",
"half": "top",
@@ -140418,7 +140484,7 @@
}
},
{
- "id": 7544,
+ "id": 8088,
"properties": {
"facing": "north",
"half": "top",
@@ -140427,7 +140493,7 @@
}
},
{
- "id": 7545,
+ "id": 8089,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140437,7 +140503,7 @@
},
{
"default": true,
- "id": 7546,
+ "id": 8090,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140446,7 +140512,7 @@
}
},
{
- "id": 7547,
+ "id": 8091,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140455,7 +140521,7 @@
}
},
{
- "id": 7548,
+ "id": 8092,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140464,7 +140530,7 @@
}
},
{
- "id": 7549,
+ "id": 8093,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140473,7 +140539,7 @@
}
},
{
- "id": 7550,
+ "id": 8094,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140482,7 +140548,7 @@
}
},
{
- "id": 7551,
+ "id": 8095,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140491,7 +140557,7 @@
}
},
{
- "id": 7552,
+ "id": 8096,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140500,7 +140566,7 @@
}
},
{
- "id": 7553,
+ "id": 8097,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140509,7 +140575,7 @@
}
},
{
- "id": 7554,
+ "id": 8098,
"properties": {
"facing": "north",
"half": "bottom",
@@ -140518,7 +140584,7 @@
}
},
{
- "id": 7555,
+ "id": 8099,
"properties": {
"facing": "south",
"half": "top",
@@ -140527,7 +140593,7 @@
}
},
{
- "id": 7556,
+ "id": 8100,
"properties": {
"facing": "south",
"half": "top",
@@ -140536,7 +140602,7 @@
}
},
{
- "id": 7557,
+ "id": 8101,
"properties": {
"facing": "south",
"half": "top",
@@ -140545,7 +140611,7 @@
}
},
{
- "id": 7558,
+ "id": 8102,
"properties": {
"facing": "south",
"half": "top",
@@ -140554,7 +140620,7 @@
}
},
{
- "id": 7559,
+ "id": 8103,
"properties": {
"facing": "south",
"half": "top",
@@ -140563,7 +140629,7 @@
}
},
{
- "id": 7560,
+ "id": 8104,
"properties": {
"facing": "south",
"half": "top",
@@ -140572,7 +140638,7 @@
}
},
{
- "id": 7561,
+ "id": 8105,
"properties": {
"facing": "south",
"half": "top",
@@ -140581,7 +140647,7 @@
}
},
{
- "id": 7562,
+ "id": 8106,
"properties": {
"facing": "south",
"half": "top",
@@ -140590,7 +140656,7 @@
}
},
{
- "id": 7563,
+ "id": 8107,
"properties": {
"facing": "south",
"half": "top",
@@ -140599,7 +140665,7 @@
}
},
{
- "id": 7564,
+ "id": 8108,
"properties": {
"facing": "south",
"half": "top",
@@ -140608,7 +140674,7 @@
}
},
{
- "id": 7565,
+ "id": 8109,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140617,7 +140683,7 @@
}
},
{
- "id": 7566,
+ "id": 8110,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140626,7 +140692,7 @@
}
},
{
- "id": 7567,
+ "id": 8111,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140635,7 +140701,7 @@
}
},
{
- "id": 7568,
+ "id": 8112,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140644,7 +140710,7 @@
}
},
{
- "id": 7569,
+ "id": 8113,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140653,7 +140719,7 @@
}
},
{
- "id": 7570,
+ "id": 8114,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140662,7 +140728,7 @@
}
},
{
- "id": 7571,
+ "id": 8115,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140671,7 +140737,7 @@
}
},
{
- "id": 7572,
+ "id": 8116,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140680,7 +140746,7 @@
}
},
{
- "id": 7573,
+ "id": 8117,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140689,7 +140755,7 @@
}
},
{
- "id": 7574,
+ "id": 8118,
"properties": {
"facing": "south",
"half": "bottom",
@@ -140698,7 +140764,7 @@
}
},
{
- "id": 7575,
+ "id": 8119,
"properties": {
"facing": "west",
"half": "top",
@@ -140707,7 +140773,7 @@
}
},
{
- "id": 7576,
+ "id": 8120,
"properties": {
"facing": "west",
"half": "top",
@@ -140716,7 +140782,7 @@
}
},
{
- "id": 7577,
+ "id": 8121,
"properties": {
"facing": "west",
"half": "top",
@@ -140725,7 +140791,7 @@
}
},
{
- "id": 7578,
+ "id": 8122,
"properties": {
"facing": "west",
"half": "top",
@@ -140734,7 +140800,7 @@
}
},
{
- "id": 7579,
+ "id": 8123,
"properties": {
"facing": "west",
"half": "top",
@@ -140743,7 +140809,7 @@
}
},
{
- "id": 7580,
+ "id": 8124,
"properties": {
"facing": "west",
"half": "top",
@@ -140752,7 +140818,7 @@
}
},
{
- "id": 7581,
+ "id": 8125,
"properties": {
"facing": "west",
"half": "top",
@@ -140761,7 +140827,7 @@
}
},
{
- "id": 7582,
+ "id": 8126,
"properties": {
"facing": "west",
"half": "top",
@@ -140770,7 +140836,7 @@
}
},
{
- "id": 7583,
+ "id": 8127,
"properties": {
"facing": "west",
"half": "top",
@@ -140779,7 +140845,7 @@
}
},
{
- "id": 7584,
+ "id": 8128,
"properties": {
"facing": "west",
"half": "top",
@@ -140788,7 +140854,7 @@
}
},
{
- "id": 7585,
+ "id": 8129,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140797,7 +140863,7 @@
}
},
{
- "id": 7586,
+ "id": 8130,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140806,7 +140872,7 @@
}
},
{
- "id": 7587,
+ "id": 8131,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140815,7 +140881,7 @@
}
},
{
- "id": 7588,
+ "id": 8132,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140824,7 +140890,7 @@
}
},
{
- "id": 7589,
+ "id": 8133,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140833,7 +140899,7 @@
}
},
{
- "id": 7590,
+ "id": 8134,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140842,7 +140908,7 @@
}
},
{
- "id": 7591,
+ "id": 8135,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140851,7 +140917,7 @@
}
},
{
- "id": 7592,
+ "id": 8136,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140860,7 +140926,7 @@
}
},
{
- "id": 7593,
+ "id": 8137,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140869,7 +140935,7 @@
}
},
{
- "id": 7594,
+ "id": 8138,
"properties": {
"facing": "west",
"half": "bottom",
@@ -140878,7 +140944,7 @@
}
},
{
- "id": 7595,
+ "id": 8139,
"properties": {
"facing": "east",
"half": "top",
@@ -140887,7 +140953,7 @@
}
},
{
- "id": 7596,
+ "id": 8140,
"properties": {
"facing": "east",
"half": "top",
@@ -140896,7 +140962,7 @@
}
},
{
- "id": 7597,
+ "id": 8141,
"properties": {
"facing": "east",
"half": "top",
@@ -140905,7 +140971,7 @@
}
},
{
- "id": 7598,
+ "id": 8142,
"properties": {
"facing": "east",
"half": "top",
@@ -140914,7 +140980,7 @@
}
},
{
- "id": 7599,
+ "id": 8143,
"properties": {
"facing": "east",
"half": "top",
@@ -140923,7 +140989,7 @@
}
},
{
- "id": 7600,
+ "id": 8144,
"properties": {
"facing": "east",
"half": "top",
@@ -140932,7 +140998,7 @@
}
},
{
- "id": 7601,
+ "id": 8145,
"properties": {
"facing": "east",
"half": "top",
@@ -140941,7 +141007,7 @@
}
},
{
- "id": 7602,
+ "id": 8146,
"properties": {
"facing": "east",
"half": "top",
@@ -140950,7 +141016,7 @@
}
},
{
- "id": 7603,
+ "id": 8147,
"properties": {
"facing": "east",
"half": "top",
@@ -140959,7 +141025,7 @@
}
},
{
- "id": 7604,
+ "id": 8148,
"properties": {
"facing": "east",
"half": "top",
@@ -140968,7 +141034,7 @@
}
},
{
- "id": 7605,
+ "id": 8149,
"properties": {
"facing": "east",
"half": "bottom",
@@ -140977,7 +141043,7 @@
}
},
{
- "id": 7606,
+ "id": 8150,
"properties": {
"facing": "east",
"half": "bottom",
@@ -140986,7 +141052,7 @@
}
},
{
- "id": 7607,
+ "id": 8151,
"properties": {
"facing": "east",
"half": "bottom",
@@ -140995,7 +141061,7 @@
}
},
{
- "id": 7608,
+ "id": 8152,
"properties": {
"facing": "east",
"half": "bottom",
@@ -141004,7 +141070,7 @@
}
},
{
- "id": 7609,
+ "id": 8153,
"properties": {
"facing": "east",
"half": "bottom",
@@ -141013,7 +141079,7 @@
}
},
{
- "id": 7610,
+ "id": 8154,
"properties": {
"facing": "east",
"half": "bottom",
@@ -141022,7 +141088,7 @@
}
},
{
- "id": 7611,
+ "id": 8155,
"properties": {
"facing": "east",
"half": "bottom",
@@ -141031,7 +141097,7 @@
}
},
{
- "id": 7612,
+ "id": 8156,
"properties": {
"facing": "east",
"half": "bottom",
@@ -141040,7 +141106,7 @@
}
},
{
- "id": 7613,
+ "id": 8157,
"properties": {
"facing": "east",
"half": "bottom",
@@ -141049,7 +141115,7 @@
}
},
{
- "id": 7614,
+ "id": 8158,
"properties": {
"facing": "east",
"half": "bottom",
@@ -141096,7 +141162,7 @@
},
"states": [
{
- "id": 16897,
+ "id": 17441,
"properties": {
"east": "none",
"north": "none",
@@ -141107,7 +141173,7 @@
}
},
{
- "id": 16898,
+ "id": 17442,
"properties": {
"east": "none",
"north": "none",
@@ -141118,7 +141184,7 @@
}
},
{
- "id": 16899,
+ "id": 17443,
"properties": {
"east": "none",
"north": "none",
@@ -141130,7 +141196,7 @@
},
{
"default": true,
- "id": 16900,
+ "id": 17444,
"properties": {
"east": "none",
"north": "none",
@@ -141141,7 +141207,7 @@
}
},
{
- "id": 16901,
+ "id": 17445,
"properties": {
"east": "none",
"north": "none",
@@ -141152,7 +141218,7 @@
}
},
{
- "id": 16902,
+ "id": 17446,
"properties": {
"east": "none",
"north": "none",
@@ -141163,7 +141229,7 @@
}
},
{
- "id": 16903,
+ "id": 17447,
"properties": {
"east": "none",
"north": "none",
@@ -141174,7 +141240,7 @@
}
},
{
- "id": 16904,
+ "id": 17448,
"properties": {
"east": "none",
"north": "none",
@@ -141185,7 +141251,7 @@
}
},
{
- "id": 16905,
+ "id": 17449,
"properties": {
"east": "none",
"north": "none",
@@ -141196,7 +141262,7 @@
}
},
{
- "id": 16906,
+ "id": 17450,
"properties": {
"east": "none",
"north": "none",
@@ -141207,7 +141273,7 @@
}
},
{
- "id": 16907,
+ "id": 17451,
"properties": {
"east": "none",
"north": "none",
@@ -141218,7 +141284,7 @@
}
},
{
- "id": 16908,
+ "id": 17452,
"properties": {
"east": "none",
"north": "none",
@@ -141229,7 +141295,7 @@
}
},
{
- "id": 16909,
+ "id": 17453,
"properties": {
"east": "none",
"north": "none",
@@ -141240,7 +141306,7 @@
}
},
{
- "id": 16910,
+ "id": 17454,
"properties": {
"east": "none",
"north": "none",
@@ -141251,7 +141317,7 @@
}
},
{
- "id": 16911,
+ "id": 17455,
"properties": {
"east": "none",
"north": "none",
@@ -141262,7 +141328,7 @@
}
},
{
- "id": 16912,
+ "id": 17456,
"properties": {
"east": "none",
"north": "none",
@@ -141273,7 +141339,7 @@
}
},
{
- "id": 16913,
+ "id": 17457,
"properties": {
"east": "none",
"north": "none",
@@ -141284,7 +141350,7 @@
}
},
{
- "id": 16914,
+ "id": 17458,
"properties": {
"east": "none",
"north": "none",
@@ -141295,7 +141361,7 @@
}
},
{
- "id": 16915,
+ "id": 17459,
"properties": {
"east": "none",
"north": "none",
@@ -141306,7 +141372,7 @@
}
},
{
- "id": 16916,
+ "id": 17460,
"properties": {
"east": "none",
"north": "none",
@@ -141317,7 +141383,7 @@
}
},
{
- "id": 16917,
+ "id": 17461,
"properties": {
"east": "none",
"north": "none",
@@ -141328,7 +141394,7 @@
}
},
{
- "id": 16918,
+ "id": 17462,
"properties": {
"east": "none",
"north": "none",
@@ -141339,7 +141405,7 @@
}
},
{
- "id": 16919,
+ "id": 17463,
"properties": {
"east": "none",
"north": "none",
@@ -141350,7 +141416,7 @@
}
},
{
- "id": 16920,
+ "id": 17464,
"properties": {
"east": "none",
"north": "none",
@@ -141361,7 +141427,7 @@
}
},
{
- "id": 16921,
+ "id": 17465,
"properties": {
"east": "none",
"north": "none",
@@ -141372,7 +141438,7 @@
}
},
{
- "id": 16922,
+ "id": 17466,
"properties": {
"east": "none",
"north": "none",
@@ -141383,7 +141449,7 @@
}
},
{
- "id": 16923,
+ "id": 17467,
"properties": {
"east": "none",
"north": "none",
@@ -141394,7 +141460,7 @@
}
},
{
- "id": 16924,
+ "id": 17468,
"properties": {
"east": "none",
"north": "none",
@@ -141405,7 +141471,7 @@
}
},
{
- "id": 16925,
+ "id": 17469,
"properties": {
"east": "none",
"north": "none",
@@ -141416,7 +141482,7 @@
}
},
{
- "id": 16926,
+ "id": 17470,
"properties": {
"east": "none",
"north": "none",
@@ -141427,7 +141493,7 @@
}
},
{
- "id": 16927,
+ "id": 17471,
"properties": {
"east": "none",
"north": "none",
@@ -141438,7 +141504,7 @@
}
},
{
- "id": 16928,
+ "id": 17472,
"properties": {
"east": "none",
"north": "none",
@@ -141449,7 +141515,7 @@
}
},
{
- "id": 16929,
+ "id": 17473,
"properties": {
"east": "none",
"north": "none",
@@ -141460,7 +141526,7 @@
}
},
{
- "id": 16930,
+ "id": 17474,
"properties": {
"east": "none",
"north": "none",
@@ -141471,7 +141537,7 @@
}
},
{
- "id": 16931,
+ "id": 17475,
"properties": {
"east": "none",
"north": "none",
@@ -141482,7 +141548,7 @@
}
},
{
- "id": 16932,
+ "id": 17476,
"properties": {
"east": "none",
"north": "none",
@@ -141493,7 +141559,7 @@
}
},
{
- "id": 16933,
+ "id": 17477,
"properties": {
"east": "none",
"north": "low",
@@ -141504,7 +141570,7 @@
}
},
{
- "id": 16934,
+ "id": 17478,
"properties": {
"east": "none",
"north": "low",
@@ -141515,7 +141581,7 @@
}
},
{
- "id": 16935,
+ "id": 17479,
"properties": {
"east": "none",
"north": "low",
@@ -141526,7 +141592,7 @@
}
},
{
- "id": 16936,
+ "id": 17480,
"properties": {
"east": "none",
"north": "low",
@@ -141537,7 +141603,7 @@
}
},
{
- "id": 16937,
+ "id": 17481,
"properties": {
"east": "none",
"north": "low",
@@ -141548,7 +141614,7 @@
}
},
{
- "id": 16938,
+ "id": 17482,
"properties": {
"east": "none",
"north": "low",
@@ -141559,7 +141625,7 @@
}
},
{
- "id": 16939,
+ "id": 17483,
"properties": {
"east": "none",
"north": "low",
@@ -141570,7 +141636,7 @@
}
},
{
- "id": 16940,
+ "id": 17484,
"properties": {
"east": "none",
"north": "low",
@@ -141581,7 +141647,7 @@
}
},
{
- "id": 16941,
+ "id": 17485,
"properties": {
"east": "none",
"north": "low",
@@ -141592,7 +141658,7 @@
}
},
{
- "id": 16942,
+ "id": 17486,
"properties": {
"east": "none",
"north": "low",
@@ -141603,7 +141669,7 @@
}
},
{
- "id": 16943,
+ "id": 17487,
"properties": {
"east": "none",
"north": "low",
@@ -141614,7 +141680,7 @@
}
},
{
- "id": 16944,
+ "id": 17488,
"properties": {
"east": "none",
"north": "low",
@@ -141625,7 +141691,7 @@
}
},
{
- "id": 16945,
+ "id": 17489,
"properties": {
"east": "none",
"north": "low",
@@ -141636,7 +141702,7 @@
}
},
{
- "id": 16946,
+ "id": 17490,
"properties": {
"east": "none",
"north": "low",
@@ -141647,7 +141713,7 @@
}
},
{
- "id": 16947,
+ "id": 17491,
"properties": {
"east": "none",
"north": "low",
@@ -141658,7 +141724,7 @@
}
},
{
- "id": 16948,
+ "id": 17492,
"properties": {
"east": "none",
"north": "low",
@@ -141669,7 +141735,7 @@
}
},
{
- "id": 16949,
+ "id": 17493,
"properties": {
"east": "none",
"north": "low",
@@ -141680,7 +141746,7 @@
}
},
{
- "id": 16950,
+ "id": 17494,
"properties": {
"east": "none",
"north": "low",
@@ -141691,7 +141757,7 @@
}
},
{
- "id": 16951,
+ "id": 17495,
"properties": {
"east": "none",
"north": "low",
@@ -141702,7 +141768,7 @@
}
},
{
- "id": 16952,
+ "id": 17496,
"properties": {
"east": "none",
"north": "low",
@@ -141713,7 +141779,7 @@
}
},
{
- "id": 16953,
+ "id": 17497,
"properties": {
"east": "none",
"north": "low",
@@ -141724,7 +141790,7 @@
}
},
{
- "id": 16954,
+ "id": 17498,
"properties": {
"east": "none",
"north": "low",
@@ -141735,7 +141801,7 @@
}
},
{
- "id": 16955,
+ "id": 17499,
"properties": {
"east": "none",
"north": "low",
@@ -141746,7 +141812,7 @@
}
},
{
- "id": 16956,
+ "id": 17500,
"properties": {
"east": "none",
"north": "low",
@@ -141757,7 +141823,7 @@
}
},
{
- "id": 16957,
+ "id": 17501,
"properties": {
"east": "none",
"north": "low",
@@ -141768,7 +141834,7 @@
}
},
{
- "id": 16958,
+ "id": 17502,
"properties": {
"east": "none",
"north": "low",
@@ -141779,7 +141845,7 @@
}
},
{
- "id": 16959,
+ "id": 17503,
"properties": {
"east": "none",
"north": "low",
@@ -141790,7 +141856,7 @@
}
},
{
- "id": 16960,
+ "id": 17504,
"properties": {
"east": "none",
"north": "low",
@@ -141801,7 +141867,7 @@
}
},
{
- "id": 16961,
+ "id": 17505,
"properties": {
"east": "none",
"north": "low",
@@ -141812,7 +141878,7 @@
}
},
{
- "id": 16962,
+ "id": 17506,
"properties": {
"east": "none",
"north": "low",
@@ -141823,7 +141889,7 @@
}
},
{
- "id": 16963,
+ "id": 17507,
"properties": {
"east": "none",
"north": "low",
@@ -141834,7 +141900,7 @@
}
},
{
- "id": 16964,
+ "id": 17508,
"properties": {
"east": "none",
"north": "low",
@@ -141845,7 +141911,7 @@
}
},
{
- "id": 16965,
+ "id": 17509,
"properties": {
"east": "none",
"north": "low",
@@ -141856,7 +141922,7 @@
}
},
{
- "id": 16966,
+ "id": 17510,
"properties": {
"east": "none",
"north": "low",
@@ -141867,7 +141933,7 @@
}
},
{
- "id": 16967,
+ "id": 17511,
"properties": {
"east": "none",
"north": "low",
@@ -141878,7 +141944,7 @@
}
},
{
- "id": 16968,
+ "id": 17512,
"properties": {
"east": "none",
"north": "low",
@@ -141889,7 +141955,7 @@
}
},
{
- "id": 16969,
+ "id": 17513,
"properties": {
"east": "none",
"north": "tall",
@@ -141900,7 +141966,7 @@
}
},
{
- "id": 16970,
+ "id": 17514,
"properties": {
"east": "none",
"north": "tall",
@@ -141911,7 +141977,7 @@
}
},
{
- "id": 16971,
+ "id": 17515,
"properties": {
"east": "none",
"north": "tall",
@@ -141922,7 +141988,7 @@
}
},
{
- "id": 16972,
+ "id": 17516,
"properties": {
"east": "none",
"north": "tall",
@@ -141933,7 +141999,7 @@
}
},
{
- "id": 16973,
+ "id": 17517,
"properties": {
"east": "none",
"north": "tall",
@@ -141944,7 +142010,7 @@
}
},
{
- "id": 16974,
+ "id": 17518,
"properties": {
"east": "none",
"north": "tall",
@@ -141955,7 +142021,7 @@
}
},
{
- "id": 16975,
+ "id": 17519,
"properties": {
"east": "none",
"north": "tall",
@@ -141966,7 +142032,7 @@
}
},
{
- "id": 16976,
+ "id": 17520,
"properties": {
"east": "none",
"north": "tall",
@@ -141977,7 +142043,7 @@
}
},
{
- "id": 16977,
+ "id": 17521,
"properties": {
"east": "none",
"north": "tall",
@@ -141988,7 +142054,7 @@
}
},
{
- "id": 16978,
+ "id": 17522,
"properties": {
"east": "none",
"north": "tall",
@@ -141999,7 +142065,7 @@
}
},
{
- "id": 16979,
+ "id": 17523,
"properties": {
"east": "none",
"north": "tall",
@@ -142010,7 +142076,7 @@
}
},
{
- "id": 16980,
+ "id": 17524,
"properties": {
"east": "none",
"north": "tall",
@@ -142021,7 +142087,7 @@
}
},
{
- "id": 16981,
+ "id": 17525,
"properties": {
"east": "none",
"north": "tall",
@@ -142032,7 +142098,7 @@
}
},
{
- "id": 16982,
+ "id": 17526,
"properties": {
"east": "none",
"north": "tall",
@@ -142043,7 +142109,7 @@
}
},
{
- "id": 16983,
+ "id": 17527,
"properties": {
"east": "none",
"north": "tall",
@@ -142054,7 +142120,7 @@
}
},
{
- "id": 16984,
+ "id": 17528,
"properties": {
"east": "none",
"north": "tall",
@@ -142065,7 +142131,7 @@
}
},
{
- "id": 16985,
+ "id": 17529,
"properties": {
"east": "none",
"north": "tall",
@@ -142076,7 +142142,7 @@
}
},
{
- "id": 16986,
+ "id": 17530,
"properties": {
"east": "none",
"north": "tall",
@@ -142087,7 +142153,7 @@
}
},
{
- "id": 16987,
+ "id": 17531,
"properties": {
"east": "none",
"north": "tall",
@@ -142098,7 +142164,7 @@
}
},
{
- "id": 16988,
+ "id": 17532,
"properties": {
"east": "none",
"north": "tall",
@@ -142109,7 +142175,7 @@
}
},
{
- "id": 16989,
+ "id": 17533,
"properties": {
"east": "none",
"north": "tall",
@@ -142120,7 +142186,7 @@
}
},
{
- "id": 16990,
+ "id": 17534,
"properties": {
"east": "none",
"north": "tall",
@@ -142131,7 +142197,7 @@
}
},
{
- "id": 16991,
+ "id": 17535,
"properties": {
"east": "none",
"north": "tall",
@@ -142142,7 +142208,7 @@
}
},
{
- "id": 16992,
+ "id": 17536,
"properties": {
"east": "none",
"north": "tall",
@@ -142153,7 +142219,7 @@
}
},
{
- "id": 16993,
+ "id": 17537,
"properties": {
"east": "none",
"north": "tall",
@@ -142164,7 +142230,7 @@
}
},
{
- "id": 16994,
+ "id": 17538,
"properties": {
"east": "none",
"north": "tall",
@@ -142175,7 +142241,7 @@
}
},
{
- "id": 16995,
+ "id": 17539,
"properties": {
"east": "none",
"north": "tall",
@@ -142186,7 +142252,7 @@
}
},
{
- "id": 16996,
+ "id": 17540,
"properties": {
"east": "none",
"north": "tall",
@@ -142197,7 +142263,7 @@
}
},
{
- "id": 16997,
+ "id": 17541,
"properties": {
"east": "none",
"north": "tall",
@@ -142208,7 +142274,7 @@
}
},
{
- "id": 16998,
+ "id": 17542,
"properties": {
"east": "none",
"north": "tall",
@@ -142219,7 +142285,7 @@
}
},
{
- "id": 16999,
+ "id": 17543,
"properties": {
"east": "none",
"north": "tall",
@@ -142230,7 +142296,7 @@
}
},
{
- "id": 17000,
+ "id": 17544,
"properties": {
"east": "none",
"north": "tall",
@@ -142241,7 +142307,7 @@
}
},
{
- "id": 17001,
+ "id": 17545,
"properties": {
"east": "none",
"north": "tall",
@@ -142252,7 +142318,7 @@
}
},
{
- "id": 17002,
+ "id": 17546,
"properties": {
"east": "none",
"north": "tall",
@@ -142263,7 +142329,7 @@
}
},
{
- "id": 17003,
+ "id": 17547,
"properties": {
"east": "none",
"north": "tall",
@@ -142274,7 +142340,7 @@
}
},
{
- "id": 17004,
+ "id": 17548,
"properties": {
"east": "none",
"north": "tall",
@@ -142285,7 +142351,7 @@
}
},
{
- "id": 17005,
+ "id": 17549,
"properties": {
"east": "low",
"north": "none",
@@ -142296,7 +142362,7 @@
}
},
{
- "id": 17006,
+ "id": 17550,
"properties": {
"east": "low",
"north": "none",
@@ -142307,7 +142373,7 @@
}
},
{
- "id": 17007,
+ "id": 17551,
"properties": {
"east": "low",
"north": "none",
@@ -142318,7 +142384,7 @@
}
},
{
- "id": 17008,
+ "id": 17552,
"properties": {
"east": "low",
"north": "none",
@@ -142329,7 +142395,7 @@
}
},
{
- "id": 17009,
+ "id": 17553,
"properties": {
"east": "low",
"north": "none",
@@ -142340,7 +142406,7 @@
}
},
{
- "id": 17010,
+ "id": 17554,
"properties": {
"east": "low",
"north": "none",
@@ -142351,7 +142417,7 @@
}
},
{
- "id": 17011,
+ "id": 17555,
"properties": {
"east": "low",
"north": "none",
@@ -142362,7 +142428,7 @@
}
},
{
- "id": 17012,
+ "id": 17556,
"properties": {
"east": "low",
"north": "none",
@@ -142373,7 +142439,7 @@
}
},
{
- "id": 17013,
+ "id": 17557,
"properties": {
"east": "low",
"north": "none",
@@ -142384,7 +142450,7 @@
}
},
{
- "id": 17014,
+ "id": 17558,
"properties": {
"east": "low",
"north": "none",
@@ -142395,7 +142461,7 @@
}
},
{
- "id": 17015,
+ "id": 17559,
"properties": {
"east": "low",
"north": "none",
@@ -142406,7 +142472,7 @@
}
},
{
- "id": 17016,
+ "id": 17560,
"properties": {
"east": "low",
"north": "none",
@@ -142417,7 +142483,7 @@
}
},
{
- "id": 17017,
+ "id": 17561,
"properties": {
"east": "low",
"north": "none",
@@ -142428,7 +142494,7 @@
}
},
{
- "id": 17018,
+ "id": 17562,
"properties": {
"east": "low",
"north": "none",
@@ -142439,7 +142505,7 @@
}
},
{
- "id": 17019,
+ "id": 17563,
"properties": {
"east": "low",
"north": "none",
@@ -142450,7 +142516,7 @@
}
},
{
- "id": 17020,
+ "id": 17564,
"properties": {
"east": "low",
"north": "none",
@@ -142461,7 +142527,7 @@
}
},
{
- "id": 17021,
+ "id": 17565,
"properties": {
"east": "low",
"north": "none",
@@ -142472,7 +142538,7 @@
}
},
{
- "id": 17022,
+ "id": 17566,
"properties": {
"east": "low",
"north": "none",
@@ -142483,7 +142549,7 @@
}
},
{
- "id": 17023,
+ "id": 17567,
"properties": {
"east": "low",
"north": "none",
@@ -142494,7 +142560,7 @@
}
},
{
- "id": 17024,
+ "id": 17568,
"properties": {
"east": "low",
"north": "none",
@@ -142505,7 +142571,7 @@
}
},
{
- "id": 17025,
+ "id": 17569,
"properties": {
"east": "low",
"north": "none",
@@ -142516,7 +142582,7 @@
}
},
{
- "id": 17026,
+ "id": 17570,
"properties": {
"east": "low",
"north": "none",
@@ -142527,7 +142593,7 @@
}
},
{
- "id": 17027,
+ "id": 17571,
"properties": {
"east": "low",
"north": "none",
@@ -142538,7 +142604,7 @@
}
},
{
- "id": 17028,
+ "id": 17572,
"properties": {
"east": "low",
"north": "none",
@@ -142549,7 +142615,7 @@
}
},
{
- "id": 17029,
+ "id": 17573,
"properties": {
"east": "low",
"north": "none",
@@ -142560,7 +142626,7 @@
}
},
{
- "id": 17030,
+ "id": 17574,
"properties": {
"east": "low",
"north": "none",
@@ -142571,7 +142637,7 @@
}
},
{
- "id": 17031,
+ "id": 17575,
"properties": {
"east": "low",
"north": "none",
@@ -142582,7 +142648,7 @@
}
},
{
- "id": 17032,
+ "id": 17576,
"properties": {
"east": "low",
"north": "none",
@@ -142593,7 +142659,7 @@
}
},
{
- "id": 17033,
+ "id": 17577,
"properties": {
"east": "low",
"north": "none",
@@ -142604,7 +142670,7 @@
}
},
{
- "id": 17034,
+ "id": 17578,
"properties": {
"east": "low",
"north": "none",
@@ -142615,7 +142681,7 @@
}
},
{
- "id": 17035,
+ "id": 17579,
"properties": {
"east": "low",
"north": "none",
@@ -142626,7 +142692,7 @@
}
},
{
- "id": 17036,
+ "id": 17580,
"properties": {
"east": "low",
"north": "none",
@@ -142637,7 +142703,7 @@
}
},
{
- "id": 17037,
+ "id": 17581,
"properties": {
"east": "low",
"north": "none",
@@ -142648,7 +142714,7 @@
}
},
{
- "id": 17038,
+ "id": 17582,
"properties": {
"east": "low",
"north": "none",
@@ -142659,7 +142725,7 @@
}
},
{
- "id": 17039,
+ "id": 17583,
"properties": {
"east": "low",
"north": "none",
@@ -142670,7 +142736,7 @@
}
},
{
- "id": 17040,
+ "id": 17584,
"properties": {
"east": "low",
"north": "none",
@@ -142681,7 +142747,7 @@
}
},
{
- "id": 17041,
+ "id": 17585,
"properties": {
"east": "low",
"north": "low",
@@ -142692,7 +142758,7 @@
}
},
{
- "id": 17042,
+ "id": 17586,
"properties": {
"east": "low",
"north": "low",
@@ -142703,7 +142769,7 @@
}
},
{
- "id": 17043,
+ "id": 17587,
"properties": {
"east": "low",
"north": "low",
@@ -142714,7 +142780,7 @@
}
},
{
- "id": 17044,
+ "id": 17588,
"properties": {
"east": "low",
"north": "low",
@@ -142725,7 +142791,7 @@
}
},
{
- "id": 17045,
+ "id": 17589,
"properties": {
"east": "low",
"north": "low",
@@ -142736,7 +142802,7 @@
}
},
{
- "id": 17046,
+ "id": 17590,
"properties": {
"east": "low",
"north": "low",
@@ -142747,7 +142813,7 @@
}
},
{
- "id": 17047,
+ "id": 17591,
"properties": {
"east": "low",
"north": "low",
@@ -142758,7 +142824,7 @@
}
},
{
- "id": 17048,
+ "id": 17592,
"properties": {
"east": "low",
"north": "low",
@@ -142769,7 +142835,7 @@
}
},
{
- "id": 17049,
+ "id": 17593,
"properties": {
"east": "low",
"north": "low",
@@ -142780,7 +142846,7 @@
}
},
{
- "id": 17050,
+ "id": 17594,
"properties": {
"east": "low",
"north": "low",
@@ -142791,7 +142857,7 @@
}
},
{
- "id": 17051,
+ "id": 17595,
"properties": {
"east": "low",
"north": "low",
@@ -142802,7 +142868,7 @@
}
},
{
- "id": 17052,
+ "id": 17596,
"properties": {
"east": "low",
"north": "low",
@@ -142813,7 +142879,7 @@
}
},
{
- "id": 17053,
+ "id": 17597,
"properties": {
"east": "low",
"north": "low",
@@ -142824,7 +142890,7 @@
}
},
{
- "id": 17054,
+ "id": 17598,
"properties": {
"east": "low",
"north": "low",
@@ -142835,7 +142901,7 @@
}
},
{
- "id": 17055,
+ "id": 17599,
"properties": {
"east": "low",
"north": "low",
@@ -142846,7 +142912,7 @@
}
},
{
- "id": 17056,
+ "id": 17600,
"properties": {
"east": "low",
"north": "low",
@@ -142857,7 +142923,7 @@
}
},
{
- "id": 17057,
+ "id": 17601,
"properties": {
"east": "low",
"north": "low",
@@ -142868,7 +142934,7 @@
}
},
{
- "id": 17058,
+ "id": 17602,
"properties": {
"east": "low",
"north": "low",
@@ -142879,7 +142945,7 @@
}
},
{
- "id": 17059,
+ "id": 17603,
"properties": {
"east": "low",
"north": "low",
@@ -142890,7 +142956,7 @@
}
},
{
- "id": 17060,
+ "id": 17604,
"properties": {
"east": "low",
"north": "low",
@@ -142901,7 +142967,7 @@
}
},
{
- "id": 17061,
+ "id": 17605,
"properties": {
"east": "low",
"north": "low",
@@ -142912,7 +142978,7 @@
}
},
{
- "id": 17062,
+ "id": 17606,
"properties": {
"east": "low",
"north": "low",
@@ -142923,7 +142989,7 @@
}
},
{
- "id": 17063,
+ "id": 17607,
"properties": {
"east": "low",
"north": "low",
@@ -142934,7 +143000,7 @@
}
},
{
- "id": 17064,
+ "id": 17608,
"properties": {
"east": "low",
"north": "low",
@@ -142945,7 +143011,7 @@
}
},
{
- "id": 17065,
+ "id": 17609,
"properties": {
"east": "low",
"north": "low",
@@ -142956,7 +143022,7 @@
}
},
{
- "id": 17066,
+ "id": 17610,
"properties": {
"east": "low",
"north": "low",
@@ -142967,7 +143033,7 @@
}
},
{
- "id": 17067,
+ "id": 17611,
"properties": {
"east": "low",
"north": "low",
@@ -142978,7 +143044,7 @@
}
},
{
- "id": 17068,
+ "id": 17612,
"properties": {
"east": "low",
"north": "low",
@@ -142989,7 +143055,7 @@
}
},
{
- "id": 17069,
+ "id": 17613,
"properties": {
"east": "low",
"north": "low",
@@ -143000,7 +143066,7 @@
}
},
{
- "id": 17070,
+ "id": 17614,
"properties": {
"east": "low",
"north": "low",
@@ -143011,7 +143077,7 @@
}
},
{
- "id": 17071,
+ "id": 17615,
"properties": {
"east": "low",
"north": "low",
@@ -143022,7 +143088,7 @@
}
},
{
- "id": 17072,
+ "id": 17616,
"properties": {
"east": "low",
"north": "low",
@@ -143033,7 +143099,7 @@
}
},
{
- "id": 17073,
+ "id": 17617,
"properties": {
"east": "low",
"north": "low",
@@ -143044,7 +143110,7 @@
}
},
{
- "id": 17074,
+ "id": 17618,
"properties": {
"east": "low",
"north": "low",
@@ -143055,7 +143121,7 @@
}
},
{
- "id": 17075,
+ "id": 17619,
"properties": {
"east": "low",
"north": "low",
@@ -143066,7 +143132,7 @@
}
},
{
- "id": 17076,
+ "id": 17620,
"properties": {
"east": "low",
"north": "low",
@@ -143077,7 +143143,7 @@
}
},
{
- "id": 17077,
+ "id": 17621,
"properties": {
"east": "low",
"north": "tall",
@@ -143088,7 +143154,7 @@
}
},
{
- "id": 17078,
+ "id": 17622,
"properties": {
"east": "low",
"north": "tall",
@@ -143099,7 +143165,7 @@
}
},
{
- "id": 17079,
+ "id": 17623,
"properties": {
"east": "low",
"north": "tall",
@@ -143110,7 +143176,7 @@
}
},
{
- "id": 17080,
+ "id": 17624,
"properties": {
"east": "low",
"north": "tall",
@@ -143121,7 +143187,7 @@
}
},
{
- "id": 17081,
+ "id": 17625,
"properties": {
"east": "low",
"north": "tall",
@@ -143132,7 +143198,7 @@
}
},
{
- "id": 17082,
+ "id": 17626,
"properties": {
"east": "low",
"north": "tall",
@@ -143143,7 +143209,7 @@
}
},
{
- "id": 17083,
+ "id": 17627,
"properties": {
"east": "low",
"north": "tall",
@@ -143154,7 +143220,7 @@
}
},
{
- "id": 17084,
+ "id": 17628,
"properties": {
"east": "low",
"north": "tall",
@@ -143165,7 +143231,7 @@
}
},
{
- "id": 17085,
+ "id": 17629,
"properties": {
"east": "low",
"north": "tall",
@@ -143176,7 +143242,7 @@
}
},
{
- "id": 17086,
+ "id": 17630,
"properties": {
"east": "low",
"north": "tall",
@@ -143187,7 +143253,7 @@
}
},
{
- "id": 17087,
+ "id": 17631,
"properties": {
"east": "low",
"north": "tall",
@@ -143198,7 +143264,7 @@
}
},
{
- "id": 17088,
+ "id": 17632,
"properties": {
"east": "low",
"north": "tall",
@@ -143209,7 +143275,7 @@
}
},
{
- "id": 17089,
+ "id": 17633,
"properties": {
"east": "low",
"north": "tall",
@@ -143220,7 +143286,7 @@
}
},
{
- "id": 17090,
+ "id": 17634,
"properties": {
"east": "low",
"north": "tall",
@@ -143231,7 +143297,7 @@
}
},
{
- "id": 17091,
+ "id": 17635,
"properties": {
"east": "low",
"north": "tall",
@@ -143242,7 +143308,7 @@
}
},
{
- "id": 17092,
+ "id": 17636,
"properties": {
"east": "low",
"north": "tall",
@@ -143253,7 +143319,7 @@
}
},
{
- "id": 17093,
+ "id": 17637,
"properties": {
"east": "low",
"north": "tall",
@@ -143264,7 +143330,7 @@
}
},
{
- "id": 17094,
+ "id": 17638,
"properties": {
"east": "low",
"north": "tall",
@@ -143275,7 +143341,7 @@
}
},
{
- "id": 17095,
+ "id": 17639,
"properties": {
"east": "low",
"north": "tall",
@@ -143286,7 +143352,7 @@
}
},
{
- "id": 17096,
+ "id": 17640,
"properties": {
"east": "low",
"north": "tall",
@@ -143297,7 +143363,7 @@
}
},
{
- "id": 17097,
+ "id": 17641,
"properties": {
"east": "low",
"north": "tall",
@@ -143308,7 +143374,7 @@
}
},
{
- "id": 17098,
+ "id": 17642,
"properties": {
"east": "low",
"north": "tall",
@@ -143319,7 +143385,7 @@
}
},
{
- "id": 17099,
+ "id": 17643,
"properties": {
"east": "low",
"north": "tall",
@@ -143330,7 +143396,7 @@
}
},
{
- "id": 17100,
+ "id": 17644,
"properties": {
"east": "low",
"north": "tall",
@@ -143341,7 +143407,7 @@
}
},
{
- "id": 17101,
+ "id": 17645,
"properties": {
"east": "low",
"north": "tall",
@@ -143352,7 +143418,7 @@
}
},
{
- "id": 17102,
+ "id": 17646,
"properties": {
"east": "low",
"north": "tall",
@@ -143363,7 +143429,7 @@
}
},
{
- "id": 17103,
+ "id": 17647,
"properties": {
"east": "low",
"north": "tall",
@@ -143374,7 +143440,7 @@
}
},
{
- "id": 17104,
+ "id": 17648,
"properties": {
"east": "low",
"north": "tall",
@@ -143385,7 +143451,7 @@
}
},
{
- "id": 17105,
+ "id": 17649,
"properties": {
"east": "low",
"north": "tall",
@@ -143396,7 +143462,7 @@
}
},
{
- "id": 17106,
+ "id": 17650,
"properties": {
"east": "low",
"north": "tall",
@@ -143407,7 +143473,7 @@
}
},
{
- "id": 17107,
+ "id": 17651,
"properties": {
"east": "low",
"north": "tall",
@@ -143418,7 +143484,7 @@
}
},
{
- "id": 17108,
+ "id": 17652,
"properties": {
"east": "low",
"north": "tall",
@@ -143429,7 +143495,7 @@
}
},
{
- "id": 17109,
+ "id": 17653,
"properties": {
"east": "low",
"north": "tall",
@@ -143440,7 +143506,7 @@
}
},
{
- "id": 17110,
+ "id": 17654,
"properties": {
"east": "low",
"north": "tall",
@@ -143451,7 +143517,7 @@
}
},
{
- "id": 17111,
+ "id": 17655,
"properties": {
"east": "low",
"north": "tall",
@@ -143462,7 +143528,7 @@
}
},
{
- "id": 17112,
+ "id": 17656,
"properties": {
"east": "low",
"north": "tall",
@@ -143473,7 +143539,7 @@
}
},
{
- "id": 17113,
+ "id": 17657,
"properties": {
"east": "tall",
"north": "none",
@@ -143484,7 +143550,7 @@
}
},
{
- "id": 17114,
+ "id": 17658,
"properties": {
"east": "tall",
"north": "none",
@@ -143495,7 +143561,7 @@
}
},
{
- "id": 17115,
+ "id": 17659,
"properties": {
"east": "tall",
"north": "none",
@@ -143506,7 +143572,7 @@
}
},
{
- "id": 17116,
+ "id": 17660,
"properties": {
"east": "tall",
"north": "none",
@@ -143517,7 +143583,7 @@
}
},
{
- "id": 17117,
+ "id": 17661,
"properties": {
"east": "tall",
"north": "none",
@@ -143528,7 +143594,7 @@
}
},
{
- "id": 17118,
+ "id": 17662,
"properties": {
"east": "tall",
"north": "none",
@@ -143539,7 +143605,7 @@
}
},
{
- "id": 17119,
+ "id": 17663,
"properties": {
"east": "tall",
"north": "none",
@@ -143550,7 +143616,7 @@
}
},
{
- "id": 17120,
+ "id": 17664,
"properties": {
"east": "tall",
"north": "none",
@@ -143561,7 +143627,7 @@
}
},
{
- "id": 17121,
+ "id": 17665,
"properties": {
"east": "tall",
"north": "none",
@@ -143572,7 +143638,7 @@
}
},
{
- "id": 17122,
+ "id": 17666,
"properties": {
"east": "tall",
"north": "none",
@@ -143583,7 +143649,7 @@
}
},
{
- "id": 17123,
+ "id": 17667,
"properties": {
"east": "tall",
"north": "none",
@@ -143594,7 +143660,7 @@
}
},
{
- "id": 17124,
+ "id": 17668,
"properties": {
"east": "tall",
"north": "none",
@@ -143605,7 +143671,7 @@
}
},
{
- "id": 17125,
+ "id": 17669,
"properties": {
"east": "tall",
"north": "none",
@@ -143616,7 +143682,7 @@
}
},
{
- "id": 17126,
+ "id": 17670,
"properties": {
"east": "tall",
"north": "none",
@@ -143627,7 +143693,7 @@
}
},
{
- "id": 17127,
+ "id": 17671,
"properties": {
"east": "tall",
"north": "none",
@@ -143638,7 +143704,7 @@
}
},
{
- "id": 17128,
+ "id": 17672,
"properties": {
"east": "tall",
"north": "none",
@@ -143649,7 +143715,7 @@
}
},
{
- "id": 17129,
+ "id": 17673,
"properties": {
"east": "tall",
"north": "none",
@@ -143660,7 +143726,7 @@
}
},
{
- "id": 17130,
+ "id": 17674,
"properties": {
"east": "tall",
"north": "none",
@@ -143671,7 +143737,7 @@
}
},
{
- "id": 17131,
+ "id": 17675,
"properties": {
"east": "tall",
"north": "none",
@@ -143682,7 +143748,7 @@
}
},
{
- "id": 17132,
+ "id": 17676,
"properties": {
"east": "tall",
"north": "none",
@@ -143693,7 +143759,7 @@
}
},
{
- "id": 17133,
+ "id": 17677,
"properties": {
"east": "tall",
"north": "none",
@@ -143704,7 +143770,7 @@
}
},
{
- "id": 17134,
+ "id": 17678,
"properties": {
"east": "tall",
"north": "none",
@@ -143715,7 +143781,7 @@
}
},
{
- "id": 17135,
+ "id": 17679,
"properties": {
"east": "tall",
"north": "none",
@@ -143726,7 +143792,7 @@
}
},
{
- "id": 17136,
+ "id": 17680,
"properties": {
"east": "tall",
"north": "none",
@@ -143737,7 +143803,7 @@
}
},
{
- "id": 17137,
+ "id": 17681,
"properties": {
"east": "tall",
"north": "none",
@@ -143748,7 +143814,7 @@
}
},
{
- "id": 17138,
+ "id": 17682,
"properties": {
"east": "tall",
"north": "none",
@@ -143759,7 +143825,7 @@
}
},
{
- "id": 17139,
+ "id": 17683,
"properties": {
"east": "tall",
"north": "none",
@@ -143770,7 +143836,7 @@
}
},
{
- "id": 17140,
+ "id": 17684,
"properties": {
"east": "tall",
"north": "none",
@@ -143781,7 +143847,7 @@
}
},
{
- "id": 17141,
+ "id": 17685,
"properties": {
"east": "tall",
"north": "none",
@@ -143792,7 +143858,7 @@
}
},
{
- "id": 17142,
+ "id": 17686,
"properties": {
"east": "tall",
"north": "none",
@@ -143803,7 +143869,7 @@
}
},
{
- "id": 17143,
+ "id": 17687,
"properties": {
"east": "tall",
"north": "none",
@@ -143814,7 +143880,7 @@
}
},
{
- "id": 17144,
+ "id": 17688,
"properties": {
"east": "tall",
"north": "none",
@@ -143825,7 +143891,7 @@
}
},
{
- "id": 17145,
+ "id": 17689,
"properties": {
"east": "tall",
"north": "none",
@@ -143836,7 +143902,7 @@
}
},
{
- "id": 17146,
+ "id": 17690,
"properties": {
"east": "tall",
"north": "none",
@@ -143847,7 +143913,7 @@
}
},
{
- "id": 17147,
+ "id": 17691,
"properties": {
"east": "tall",
"north": "none",
@@ -143858,7 +143924,7 @@
}
},
{
- "id": 17148,
+ "id": 17692,
"properties": {
"east": "tall",
"north": "none",
@@ -143869,7 +143935,7 @@
}
},
{
- "id": 17149,
+ "id": 17693,
"properties": {
"east": "tall",
"north": "low",
@@ -143880,7 +143946,7 @@
}
},
{
- "id": 17150,
+ "id": 17694,
"properties": {
"east": "tall",
"north": "low",
@@ -143891,7 +143957,7 @@
}
},
{
- "id": 17151,
+ "id": 17695,
"properties": {
"east": "tall",
"north": "low",
@@ -143902,7 +143968,7 @@
}
},
{
- "id": 17152,
+ "id": 17696,
"properties": {
"east": "tall",
"north": "low",
@@ -143913,7 +143979,7 @@
}
},
{
- "id": 17153,
+ "id": 17697,
"properties": {
"east": "tall",
"north": "low",
@@ -143924,7 +143990,7 @@
}
},
{
- "id": 17154,
+ "id": 17698,
"properties": {
"east": "tall",
"north": "low",
@@ -143935,7 +144001,7 @@
}
},
{
- "id": 17155,
+ "id": 17699,
"properties": {
"east": "tall",
"north": "low",
@@ -143946,7 +144012,7 @@
}
},
{
- "id": 17156,
+ "id": 17700,
"properties": {
"east": "tall",
"north": "low",
@@ -143957,7 +144023,7 @@
}
},
{
- "id": 17157,
+ "id": 17701,
"properties": {
"east": "tall",
"north": "low",
@@ -143968,7 +144034,7 @@
}
},
{
- "id": 17158,
+ "id": 17702,
"properties": {
"east": "tall",
"north": "low",
@@ -143979,7 +144045,7 @@
}
},
{
- "id": 17159,
+ "id": 17703,
"properties": {
"east": "tall",
"north": "low",
@@ -143990,7 +144056,7 @@
}
},
{
- "id": 17160,
+ "id": 17704,
"properties": {
"east": "tall",
"north": "low",
@@ -144001,7 +144067,7 @@
}
},
{
- "id": 17161,
+ "id": 17705,
"properties": {
"east": "tall",
"north": "low",
@@ -144012,7 +144078,7 @@
}
},
{
- "id": 17162,
+ "id": 17706,
"properties": {
"east": "tall",
"north": "low",
@@ -144023,7 +144089,7 @@
}
},
{
- "id": 17163,
+ "id": 17707,
"properties": {
"east": "tall",
"north": "low",
@@ -144034,7 +144100,7 @@
}
},
{
- "id": 17164,
+ "id": 17708,
"properties": {
"east": "tall",
"north": "low",
@@ -144045,7 +144111,7 @@
}
},
{
- "id": 17165,
+ "id": 17709,
"properties": {
"east": "tall",
"north": "low",
@@ -144056,7 +144122,7 @@
}
},
{
- "id": 17166,
+ "id": 17710,
"properties": {
"east": "tall",
"north": "low",
@@ -144067,7 +144133,7 @@
}
},
{
- "id": 17167,
+ "id": 17711,
"properties": {
"east": "tall",
"north": "low",
@@ -144078,7 +144144,7 @@
}
},
{
- "id": 17168,
+ "id": 17712,
"properties": {
"east": "tall",
"north": "low",
@@ -144089,7 +144155,7 @@
}
},
{
- "id": 17169,
+ "id": 17713,
"properties": {
"east": "tall",
"north": "low",
@@ -144100,7 +144166,7 @@
}
},
{
- "id": 17170,
+ "id": 17714,
"properties": {
"east": "tall",
"north": "low",
@@ -144111,7 +144177,7 @@
}
},
{
- "id": 17171,
+ "id": 17715,
"properties": {
"east": "tall",
"north": "low",
@@ -144122,7 +144188,7 @@
}
},
{
- "id": 17172,
+ "id": 17716,
"properties": {
"east": "tall",
"north": "low",
@@ -144133,7 +144199,7 @@
}
},
{
- "id": 17173,
+ "id": 17717,
"properties": {
"east": "tall",
"north": "low",
@@ -144144,7 +144210,7 @@
}
},
{
- "id": 17174,
+ "id": 17718,
"properties": {
"east": "tall",
"north": "low",
@@ -144155,7 +144221,7 @@
}
},
{
- "id": 17175,
+ "id": 17719,
"properties": {
"east": "tall",
"north": "low",
@@ -144166,7 +144232,7 @@
}
},
{
- "id": 17176,
+ "id": 17720,
"properties": {
"east": "tall",
"north": "low",
@@ -144177,7 +144243,7 @@
}
},
{
- "id": 17177,
+ "id": 17721,
"properties": {
"east": "tall",
"north": "low",
@@ -144188,7 +144254,7 @@
}
},
{
- "id": 17178,
+ "id": 17722,
"properties": {
"east": "tall",
"north": "low",
@@ -144199,7 +144265,7 @@
}
},
{
- "id": 17179,
+ "id": 17723,
"properties": {
"east": "tall",
"north": "low",
@@ -144210,7 +144276,7 @@
}
},
{
- "id": 17180,
+ "id": 17724,
"properties": {
"east": "tall",
"north": "low",
@@ -144221,7 +144287,7 @@
}
},
{
- "id": 17181,
+ "id": 17725,
"properties": {
"east": "tall",
"north": "low",
@@ -144232,7 +144298,7 @@
}
},
{
- "id": 17182,
+ "id": 17726,
"properties": {
"east": "tall",
"north": "low",
@@ -144243,7 +144309,7 @@
}
},
{
- "id": 17183,
+ "id": 17727,
"properties": {
"east": "tall",
"north": "low",
@@ -144254,7 +144320,7 @@
}
},
{
- "id": 17184,
+ "id": 17728,
"properties": {
"east": "tall",
"north": "low",
@@ -144265,7 +144331,7 @@
}
},
{
- "id": 17185,
+ "id": 17729,
"properties": {
"east": "tall",
"north": "tall",
@@ -144276,7 +144342,7 @@
}
},
{
- "id": 17186,
+ "id": 17730,
"properties": {
"east": "tall",
"north": "tall",
@@ -144287,7 +144353,7 @@
}
},
{
- "id": 17187,
+ "id": 17731,
"properties": {
"east": "tall",
"north": "tall",
@@ -144298,7 +144364,7 @@
}
},
{
- "id": 17188,
+ "id": 17732,
"properties": {
"east": "tall",
"north": "tall",
@@ -144309,7 +144375,7 @@
}
},
{
- "id": 17189,
+ "id": 17733,
"properties": {
"east": "tall",
"north": "tall",
@@ -144320,7 +144386,7 @@
}
},
{
- "id": 17190,
+ "id": 17734,
"properties": {
"east": "tall",
"north": "tall",
@@ -144331,7 +144397,7 @@
}
},
{
- "id": 17191,
+ "id": 17735,
"properties": {
"east": "tall",
"north": "tall",
@@ -144342,7 +144408,7 @@
}
},
{
- "id": 17192,
+ "id": 17736,
"properties": {
"east": "tall",
"north": "tall",
@@ -144353,7 +144419,7 @@
}
},
{
- "id": 17193,
+ "id": 17737,
"properties": {
"east": "tall",
"north": "tall",
@@ -144364,7 +144430,7 @@
}
},
{
- "id": 17194,
+ "id": 17738,
"properties": {
"east": "tall",
"north": "tall",
@@ -144375,7 +144441,7 @@
}
},
{
- "id": 17195,
+ "id": 17739,
"properties": {
"east": "tall",
"north": "tall",
@@ -144386,7 +144452,7 @@
}
},
{
- "id": 17196,
+ "id": 17740,
"properties": {
"east": "tall",
"north": "tall",
@@ -144397,7 +144463,7 @@
}
},
{
- "id": 17197,
+ "id": 17741,
"properties": {
"east": "tall",
"north": "tall",
@@ -144408,7 +144474,7 @@
}
},
{
- "id": 17198,
+ "id": 17742,
"properties": {
"east": "tall",
"north": "tall",
@@ -144419,7 +144485,7 @@
}
},
{
- "id": 17199,
+ "id": 17743,
"properties": {
"east": "tall",
"north": "tall",
@@ -144430,7 +144496,7 @@
}
},
{
- "id": 17200,
+ "id": 17744,
"properties": {
"east": "tall",
"north": "tall",
@@ -144441,7 +144507,7 @@
}
},
{
- "id": 17201,
+ "id": 17745,
"properties": {
"east": "tall",
"north": "tall",
@@ -144452,7 +144518,7 @@
}
},
{
- "id": 17202,
+ "id": 17746,
"properties": {
"east": "tall",
"north": "tall",
@@ -144463,7 +144529,7 @@
}
},
{
- "id": 17203,
+ "id": 17747,
"properties": {
"east": "tall",
"north": "tall",
@@ -144474,7 +144540,7 @@
}
},
{
- "id": 17204,
+ "id": 17748,
"properties": {
"east": "tall",
"north": "tall",
@@ -144485,7 +144551,7 @@
}
},
{
- "id": 17205,
+ "id": 17749,
"properties": {
"east": "tall",
"north": "tall",
@@ -144496,7 +144562,7 @@
}
},
{
- "id": 17206,
+ "id": 17750,
"properties": {
"east": "tall",
"north": "tall",
@@ -144507,7 +144573,7 @@
}
},
{
- "id": 17207,
+ "id": 17751,
"properties": {
"east": "tall",
"north": "tall",
@@ -144518,7 +144584,7 @@
}
},
{
- "id": 17208,
+ "id": 17752,
"properties": {
"east": "tall",
"north": "tall",
@@ -144529,7 +144595,7 @@
}
},
{
- "id": 17209,
+ "id": 17753,
"properties": {
"east": "tall",
"north": "tall",
@@ -144540,7 +144606,7 @@
}
},
{
- "id": 17210,
+ "id": 17754,
"properties": {
"east": "tall",
"north": "tall",
@@ -144551,7 +144617,7 @@
}
},
{
- "id": 17211,
+ "id": 17755,
"properties": {
"east": "tall",
"north": "tall",
@@ -144562,7 +144628,7 @@
}
},
{
- "id": 17212,
+ "id": 17756,
"properties": {
"east": "tall",
"north": "tall",
@@ -144573,7 +144639,7 @@
}
},
{
- "id": 17213,
+ "id": 17757,
"properties": {
"east": "tall",
"north": "tall",
@@ -144584,7 +144650,7 @@
}
},
{
- "id": 17214,
+ "id": 17758,
"properties": {
"east": "tall",
"north": "tall",
@@ -144595,7 +144661,7 @@
}
},
{
- "id": 17215,
+ "id": 17759,
"properties": {
"east": "tall",
"north": "tall",
@@ -144606,7 +144672,7 @@
}
},
{
- "id": 17216,
+ "id": 17760,
"properties": {
"east": "tall",
"north": "tall",
@@ -144617,7 +144683,7 @@
}
},
{
- "id": 17217,
+ "id": 17761,
"properties": {
"east": "tall",
"north": "tall",
@@ -144628,7 +144694,7 @@
}
},
{
- "id": 17218,
+ "id": 17762,
"properties": {
"east": "tall",
"north": "tall",
@@ -144639,7 +144705,7 @@
}
},
{
- "id": 17219,
+ "id": 17763,
"properties": {
"east": "tall",
"north": "tall",
@@ -144650,7 +144716,7 @@
}
},
{
- "id": 17220,
+ "id": 17764,
"properties": {
"east": "tall",
"north": "tall",
@@ -144670,7 +144736,7 @@
"states": [
{
"default": true,
- "id": 7502
+ "id": 8046
}
]
},
@@ -144705,13 +144771,13 @@
"states": [
{
"default": true,
- "id": 6030,
+ "id": 6033,
"properties": {
"axis": "x"
}
},
{
- "id": 6031,
+ "id": 6034,
"properties": {
"axis": "z"
}
@@ -144731,7 +144797,7 @@
"states": [
{
"default": true,
- "id": 9479
+ "id": 10023
}
]
},
@@ -144743,7 +144809,7 @@
"states": [
{
"default": true,
- "id": 19064
+ "id": 19608
}
]
},
@@ -144763,25 +144829,25 @@
"states": [
{
"default": true,
- "id": 7615,
+ "id": 8159,
"properties": {
"age": "0"
}
},
{
- "id": 7616,
+ "id": 8160,
"properties": {
"age": "1"
}
},
{
- "id": 7617,
+ "id": 8161,
"properties": {
"age": "2"
}
},
{
- "id": 7618,
+ "id": 8162,
"properties": {
"age": "3"
}
@@ -144796,7 +144862,7 @@
"states": [
{
"default": true,
- "id": 13013
+ "id": 13557
}
]
},
@@ -144808,7 +144874,7 @@
"states": [
{
"default": true,
- "id": 19916
+ "id": 20460
}
]
},
@@ -144820,7 +144886,7 @@
"states": [
{
"default": true,
- "id": 6015
+ "id": 6018
}
]
},
@@ -154117,7 +154183,7 @@
},
"states": [
{
- "id": 8842,
+ "id": 9386,
"properties": {
"face": "floor",
"facing": "north",
@@ -154125,7 +154191,7 @@
}
},
{
- "id": 8843,
+ "id": 9387,
"properties": {
"face": "floor",
"facing": "north",
@@ -154133,7 +154199,7 @@
}
},
{
- "id": 8844,
+ "id": 9388,
"properties": {
"face": "floor",
"facing": "south",
@@ -154141,7 +154207,7 @@
}
},
{
- "id": 8845,
+ "id": 9389,
"properties": {
"face": "floor",
"facing": "south",
@@ -154149,7 +154215,7 @@
}
},
{
- "id": 8846,
+ "id": 9390,
"properties": {
"face": "floor",
"facing": "west",
@@ -154157,7 +154223,7 @@
}
},
{
- "id": 8847,
+ "id": 9391,
"properties": {
"face": "floor",
"facing": "west",
@@ -154165,7 +154231,7 @@
}
},
{
- "id": 8848,
+ "id": 9392,
"properties": {
"face": "floor",
"facing": "east",
@@ -154173,7 +154239,7 @@
}
},
{
- "id": 8849,
+ "id": 9393,
"properties": {
"face": "floor",
"facing": "east",
@@ -154181,7 +154247,7 @@
}
},
{
- "id": 8850,
+ "id": 9394,
"properties": {
"face": "wall",
"facing": "north",
@@ -154190,7 +154256,7 @@
},
{
"default": true,
- "id": 8851,
+ "id": 9395,
"properties": {
"face": "wall",
"facing": "north",
@@ -154198,7 +154264,7 @@
}
},
{
- "id": 8852,
+ "id": 9396,
"properties": {
"face": "wall",
"facing": "south",
@@ -154206,7 +154272,7 @@
}
},
{
- "id": 8853,
+ "id": 9397,
"properties": {
"face": "wall",
"facing": "south",
@@ -154214,7 +154280,7 @@
}
},
{
- "id": 8854,
+ "id": 9398,
"properties": {
"face": "wall",
"facing": "west",
@@ -154222,7 +154288,7 @@
}
},
{
- "id": 8855,
+ "id": 9399,
"properties": {
"face": "wall",
"facing": "west",
@@ -154230,7 +154296,7 @@
}
},
{
- "id": 8856,
+ "id": 9400,
"properties": {
"face": "wall",
"facing": "east",
@@ -154238,7 +154304,7 @@
}
},
{
- "id": 8857,
+ "id": 9401,
"properties": {
"face": "wall",
"facing": "east",
@@ -154246,7 +154312,7 @@
}
},
{
- "id": 8858,
+ "id": 9402,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -154254,7 +154320,7 @@
}
},
{
- "id": 8859,
+ "id": 9403,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -154262,7 +154328,7 @@
}
},
{
- "id": 8860,
+ "id": 9404,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -154270,7 +154336,7 @@
}
},
{
- "id": 8861,
+ "id": 9405,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -154278,7 +154344,7 @@
}
},
{
- "id": 8862,
+ "id": 9406,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -154286,7 +154352,7 @@
}
},
{
- "id": 8863,
+ "id": 9407,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -154294,7 +154360,7 @@
}
},
{
- "id": 8864,
+ "id": 9408,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -154302,7 +154368,7 @@
}
},
{
- "id": 8865,
+ "id": 9409,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -154342,44 +154408,14 @@
]
},
"states": [
- {
- "id": 4674,
- "properties": {
- "facing": "north",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 4675,
- "properties": {
- "facing": "north",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 4676,
- "properties": {
- "facing": "north",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
{
"id": 4677,
"properties": {
"facing": "north",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -154387,9 +154423,9 @@
"properties": {
"facing": "north",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154397,9 +154433,9 @@
"properties": {
"facing": "north",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -154407,13 +154443,43 @@
"properties": {
"facing": "north",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 4681,
+ "properties": {
+ "facing": "north",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 4682,
+ "properties": {
+ "facing": "north",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 4683,
+ "properties": {
+ "facing": "north",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 4684,
"properties": {
"facing": "north",
"half": "upper",
@@ -154423,7 +154489,7 @@
}
},
{
- "id": 4682,
+ "id": 4685,
"properties": {
"facing": "north",
"half": "lower",
@@ -154433,7 +154499,7 @@
}
},
{
- "id": 4683,
+ "id": 4686,
"properties": {
"facing": "north",
"half": "lower",
@@ -154443,7 +154509,7 @@
}
},
{
- "id": 4684,
+ "id": 4687,
"properties": {
"facing": "north",
"half": "lower",
@@ -154454,7 +154520,7 @@
},
{
"default": true,
- "id": 4685,
+ "id": 4688,
"properties": {
"facing": "north",
"half": "lower",
@@ -154463,84 +154529,54 @@
"powered": "false"
}
},
- {
- "id": 4686,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 4687,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 4688,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
{
"id": 4689,
"properties": {
"facing": "north",
"half": "lower",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 4690,
"properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 4691,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
+ "facing": "north",
+ "half": "lower",
+ "hinge": "right",
"open": "true",
"powered": "false"
}
},
{
- "id": 4692,
+ "id": 4691,
"properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
+ "facing": "north",
+ "half": "lower",
+ "hinge": "right",
"open": "false",
"powered": "true"
}
},
+ {
+ "id": 4692,
+ "properties": {
+ "facing": "north",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
{
"id": 4693,
"properties": {
"facing": "south",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -154548,9 +154584,9 @@
"properties": {
"facing": "south",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154558,9 +154594,9 @@
"properties": {
"facing": "south",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -154568,9 +154604,9 @@
"properties": {
"facing": "south",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154579,38 +154615,38 @@
"facing": "south",
"half": "upper",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 4698,
"properties": {
"facing": "south",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 4699,
"properties": {
"facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
}
},
{
"id": 4700,
"properties": {
"facing": "south",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154619,8 +154655,8 @@
"facing": "south",
"half": "lower",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -154628,9 +154664,9 @@
"properties": {
"facing": "south",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154638,9 +154674,9 @@
"properties": {
"facing": "south",
"half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -154648,9 +154684,9 @@
"properties": {
"facing": "south",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154659,48 +154695,48 @@
"facing": "south",
"half": "lower",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 4706,
"properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 4707,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
"open": "true",
"powered": "false"
}
},
{
- "id": 4708,
+ "id": 4707,
"properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
"open": "false",
"powered": "true"
}
},
+ {
+ "id": 4708,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
{
"id": 4709,
"properties": {
"facing": "west",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -154708,9 +154744,9 @@
"properties": {
"facing": "west",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154718,9 +154754,9 @@
"properties": {
"facing": "west",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -154728,9 +154764,9 @@
"properties": {
"facing": "west",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154739,38 +154775,38 @@
"facing": "west",
"half": "upper",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 4714,
"properties": {
"facing": "west",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 4715,
"properties": {
"facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
}
},
{
"id": 4716,
"properties": {
"facing": "west",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154779,8 +154815,8 @@
"facing": "west",
"half": "lower",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -154788,9 +154824,9 @@
"properties": {
"facing": "west",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154798,9 +154834,9 @@
"properties": {
"facing": "west",
"half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -154808,9 +154844,9 @@
"properties": {
"facing": "west",
"half": "lower",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154819,48 +154855,48 @@
"facing": "west",
"half": "lower",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 4722,
"properties": {
- "facing": "east",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 4723,
- "properties": {
- "facing": "east",
- "half": "upper",
- "hinge": "left",
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
"open": "true",
"powered": "false"
}
},
{
- "id": 4724,
+ "id": 4723,
"properties": {
- "facing": "east",
- "half": "upper",
- "hinge": "left",
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
"open": "false",
"powered": "true"
}
},
+ {
+ "id": 4724,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
{
"id": 4725,
"properties": {
"facing": "east",
"half": "upper",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
@@ -154868,9 +154904,9 @@
"properties": {
"facing": "east",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154878,9 +154914,9 @@
"properties": {
"facing": "east",
"half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
}
},
{
@@ -154888,9 +154924,9 @@
"properties": {
"facing": "east",
"half": "upper",
- "hinge": "right",
+ "hinge": "left",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154899,38 +154935,38 @@
"facing": "east",
"half": "upper",
"hinge": "right",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 4730,
"properties": {
"facing": "east",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 4731,
"properties": {
"facing": "east",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
}
},
{
"id": 4732,
"properties": {
"facing": "east",
- "half": "lower",
- "hinge": "left",
+ "half": "upper",
+ "hinge": "right",
"open": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -154939,12 +154975,42 @@
"facing": "east",
"half": "lower",
"hinge": "left",
- "open": "false",
- "powered": "false"
+ "open": "true",
+ "powered": "true"
}
},
{
"id": 4734,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 4735,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 4736,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 4737,
"properties": {
"facing": "east",
"half": "lower",
@@ -154954,7 +155020,7 @@
}
},
{
- "id": 4735,
+ "id": 4738,
"properties": {
"facing": "east",
"half": "lower",
@@ -154964,7 +155030,7 @@
}
},
{
- "id": 4736,
+ "id": 4739,
"properties": {
"facing": "east",
"half": "lower",
@@ -154974,7 +155040,7 @@
}
},
{
- "id": 4737,
+ "id": 4740,
"properties": {
"facing": "east",
"half": "lower",
@@ -155013,44 +155079,14 @@
]
},
"states": [
- {
- "id": 5983,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 5984,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 5985,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
{
"id": 5986,
"properties": {
"east": "true",
"north": "true",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -155058,9 +155094,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -155068,9 +155104,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -155078,9 +155114,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -155089,38 +155125,38 @@
"east": "true",
"north": "true",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 5991,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 5992,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 5993,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -155129,8 +155165,8 @@
"east": "true",
"north": "false",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -155138,9 +155174,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -155148,9 +155184,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -155158,9 +155194,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -155169,48 +155205,48 @@
"east": "true",
"north": "false",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 5999,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 6000,
- "properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"waterlogged": "true",
"west": "false"
}
},
{
- "id": 6001,
+ "id": 6000,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"waterlogged": "false",
"west": "true"
}
},
+ {
+ "id": 6001,
+ "properties": {
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
{
"id": 6002,
"properties": {
"east": "false",
"north": "true",
"south": "true",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
@@ -155218,9 +155254,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -155228,9 +155264,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
- "waterlogged": "true",
- "west": "false"
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
@@ -155238,9 +155274,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -155249,42 +155285,72 @@
"east": "false",
"north": "true",
"south": "false",
- "waterlogged": "false",
- "west": "false"
+ "waterlogged": "true",
+ "west": "true"
}
},
{
"id": 6007,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6008,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
- "waterlogged": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "waterlogged": "false",
+ "west": "true"
}
},
{
"id": 6009,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"waterlogged": "false",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6010,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 6011,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 6012,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 6013,
"properties": {
"east": "false",
"north": "false",
@@ -155294,7 +155360,7 @@
}
},
{
- "id": 6011,
+ "id": 6014,
"properties": {
"east": "false",
"north": "false",
@@ -155304,7 +155370,7 @@
}
},
{
- "id": 6012,
+ "id": 6015,
"properties": {
"east": "false",
"north": "false",
@@ -155314,7 +155380,7 @@
}
},
{
- "id": 6013,
+ "id": 6016,
"properties": {
"east": "false",
"north": "false",
@@ -155325,7 +155391,7 @@
},
{
"default": true,
- "id": 6014,
+ "id": 6017,
"properties": {
"east": "false",
"north": "false",
@@ -155364,7 +155430,7 @@
},
"states": [
{
- "id": 7227,
+ "id": 7358,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -155373,7 +155439,7 @@
}
},
{
- "id": 7228,
+ "id": 7359,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -155382,7 +155448,7 @@
}
},
{
- "id": 7229,
+ "id": 7360,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -155391,7 +155457,7 @@
}
},
{
- "id": 7230,
+ "id": 7361,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -155400,7 +155466,7 @@
}
},
{
- "id": 7231,
+ "id": 7362,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -155409,7 +155475,7 @@
}
},
{
- "id": 7232,
+ "id": 7363,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -155418,7 +155484,7 @@
}
},
{
- "id": 7233,
+ "id": 7364,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -155428,7 +155494,7 @@
},
{
"default": true,
- "id": 7234,
+ "id": 7365,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -155437,7 +155503,7 @@
}
},
{
- "id": 7235,
+ "id": 7366,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -155446,7 +155512,7 @@
}
},
{
- "id": 7236,
+ "id": 7367,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -155455,7 +155521,7 @@
}
},
{
- "id": 7237,
+ "id": 7368,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -155464,7 +155530,7 @@
}
},
{
- "id": 7238,
+ "id": 7369,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -155473,7 +155539,7 @@
}
},
{
- "id": 7239,
+ "id": 7370,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -155482,7 +155548,7 @@
}
},
{
- "id": 7240,
+ "id": 7371,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -155491,7 +155557,7 @@
}
},
{
- "id": 7241,
+ "id": 7372,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -155500,7 +155566,7 @@
}
},
{
- "id": 7242,
+ "id": 7373,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -155509,7 +155575,7 @@
}
},
{
- "id": 7243,
+ "id": 7374,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -155518,7 +155584,7 @@
}
},
{
- "id": 7244,
+ "id": 7375,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -155527,7 +155593,7 @@
}
},
{
- "id": 7245,
+ "id": 7376,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -155536,7 +155602,7 @@
}
},
{
- "id": 7246,
+ "id": 7377,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -155545,7 +155611,7 @@
}
},
{
- "id": 7247,
+ "id": 7378,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -155554,7 +155620,7 @@
}
},
{
- "id": 7248,
+ "id": 7379,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -155563,7 +155629,7 @@
}
},
{
- "id": 7249,
+ "id": 7380,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -155572,7 +155638,7 @@
}
},
{
- "id": 7250,
+ "id": 7381,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -155581,7 +155647,7 @@
}
},
{
- "id": 7251,
+ "id": 7382,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -155590,7 +155656,7 @@
}
},
{
- "id": 7252,
+ "id": 7383,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -155599,7 +155665,7 @@
}
},
{
- "id": 7253,
+ "id": 7384,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -155608,7 +155674,7 @@
}
},
{
- "id": 7254,
+ "id": 7385,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -155617,7 +155683,7 @@
}
},
{
- "id": 7255,
+ "id": 7386,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -155626,7 +155692,7 @@
}
},
{
- "id": 7256,
+ "id": 7387,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -155635,7 +155701,7 @@
}
},
{
- "id": 7257,
+ "id": 7388,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -155644,7 +155710,7 @@
}
},
{
- "id": 7258,
+ "id": 7389,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -155689,240 +155755,240 @@
]
},
"states": [
- {
- "id": 4926,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 4927,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 4928,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 4929,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 4930,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 4931,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4932,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4933,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4934,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4935,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4936,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4937,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4938,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4939,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4940,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4941,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4942,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4943,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4944,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4945,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4946,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4947,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4948,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4949,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4950,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4951,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4952,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4953,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 4954,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 4955,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4956,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4957,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4958,
"properties": {
"attached": "true",
"rotation": "14",
@@ -155930,7 +155996,7 @@
}
},
{
- "id": 4956,
+ "id": 4959,
"properties": {
"attached": "true",
"rotation": "15",
@@ -155938,7 +156004,7 @@
}
},
{
- "id": 4957,
+ "id": 4960,
"properties": {
"attached": "true",
"rotation": "15",
@@ -155946,7 +156012,7 @@
}
},
{
- "id": 4958,
+ "id": 4961,
"properties": {
"attached": "false",
"rotation": "0",
@@ -155955,215 +156021,215 @@
},
{
"default": true,
- "id": 4959,
+ "id": 4962,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4960,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4961,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4962,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4963,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4964,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4965,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4966,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4967,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4968,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4969,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4970,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4971,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4972,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4973,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4974,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4975,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4976,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4977,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4978,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4979,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4980,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4981,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4982,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4983,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4984,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4985,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4986,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4987,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4988,
"properties": {
"attached": "false",
"rotation": "13",
@@ -156171,7 +156237,7 @@
}
},
{
- "id": 4986,
+ "id": 4989,
"properties": {
"attached": "false",
"rotation": "14",
@@ -156179,7 +156245,7 @@
}
},
{
- "id": 4987,
+ "id": 4990,
"properties": {
"attached": "false",
"rotation": "14",
@@ -156187,7 +156253,7 @@
}
},
{
- "id": 4988,
+ "id": 4991,
"properties": {
"attached": "false",
"rotation": "15",
@@ -156195,7 +156261,7 @@
}
},
{
- "id": 4989,
+ "id": 4992,
"properties": {
"attached": "false",
"rotation": "15",
@@ -156516,14 +156582,14 @@
},
"states": [
{
- "id": 5880,
+ "id": 5883,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5881,
+ "id": 5884,
"properties": {
"powered": "false"
}
@@ -156590,7 +156656,7 @@
},
"states": [
{
- "id": 4354,
+ "id": 4357,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -156598,217 +156664,217 @@
},
{
"default": true,
- "id": 4355,
+ "id": 4358,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4356,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4357,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4358,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4359,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4360,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4361,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4362,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4363,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4364,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4365,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4366,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4367,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4368,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4369,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4370,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4371,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4372,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4373,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4374,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4375,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4376,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4377,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4378,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4379,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4380,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4381,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4382,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4383,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4384,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4382,
+ "id": 4385,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4383,
+ "id": 4386,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4384,
+ "id": 4387,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4385,
+ "id": 4388,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -156834,21 +156900,21 @@
},
"states": [
{
- "id": 11497,
+ "id": 12041,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11498,
+ "id": 12042,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11499,
+ "id": 12043,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -156856,21 +156922,21 @@
},
{
"default": true,
- "id": 11500,
+ "id": 12044,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11501,
+ "id": 12045,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11502,
+ "id": 12046,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -156910,40 +156976,13 @@
]
},
"states": [
- {
- "id": 2926,
- "properties": {
- "facing": "north",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 2927,
- "properties": {
- "facing": "north",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 2928,
- "properties": {
- "facing": "north",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 2929,
"properties": {
"facing": "north",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -156951,8 +156990,8 @@
"properties": {
"facing": "north",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -156960,8 +156999,8 @@
"properties": {
"facing": "north",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -156969,12 +157008,39 @@
"properties": {
"facing": "north",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
"id": 2933,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 2934,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2935,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 2936,
"properties": {
"facing": "north",
"half": "top",
@@ -156983,7 +157049,7 @@
}
},
{
- "id": 2934,
+ "id": 2937,
"properties": {
"facing": "north",
"half": "top",
@@ -156992,7 +157058,7 @@
}
},
{
- "id": 2935,
+ "id": 2938,
"properties": {
"facing": "north",
"half": "top",
@@ -157001,7 +157067,7 @@
}
},
{
- "id": 2936,
+ "id": 2939,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157011,7 +157077,7 @@
},
{
"default": true,
- "id": 2937,
+ "id": 2940,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157019,40 +157085,13 @@
"waterlogged": "false"
}
},
- {
- "id": 2938,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 2939,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 2940,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
{
"id": 2941,
"properties": {
"facing": "north",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -157060,8 +157099,8 @@
"properties": {
"facing": "north",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -157069,12 +157108,39 @@
"properties": {
"facing": "north",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 2944,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2945,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 2946,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2947,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157083,7 +157149,7 @@
}
},
{
- "id": 2945,
+ "id": 2948,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157091,40 +157157,13 @@
"waterlogged": "false"
}
},
- {
- "id": 2946,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 2947,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 2948,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 2949,
"properties": {
"facing": "south",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -157132,8 +157171,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -157141,8 +157180,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -157150,8 +157189,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -157159,8 +157198,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
@@ -157168,8 +157207,8 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
+ "shape": "inner_right",
+ "waterlogged": "false"
}
},
{
@@ -157177,35 +157216,35 @@
"properties": {
"facing": "south",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
+ "shape": "outer_left",
+ "waterlogged": "true"
}
},
{
"id": 2956,
"properties": {
"facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
}
},
{
"id": 2957,
"properties": {
"facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
}
},
{
"id": 2958,
"properties": {
"facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
}
},
{
@@ -157213,8 +157252,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -157222,8 +157261,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -157231,8 +157270,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -157240,8 +157279,8 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -157249,12 +157288,39 @@
"properties": {
"facing": "south",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 2964,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2965,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 2966,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2967,
"properties": {
"facing": "south",
"half": "bottom",
@@ -157263,7 +157329,7 @@
}
},
{
- "id": 2965,
+ "id": 2968,
"properties": {
"facing": "south",
"half": "bottom",
@@ -157271,40 +157337,13 @@
"waterlogged": "false"
}
},
- {
- "id": 2966,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 2967,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 2968,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 2969,
"properties": {
"facing": "west",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -157312,8 +157351,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -157321,8 +157360,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -157330,8 +157369,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -157339,8 +157378,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
@@ -157348,8 +157387,8 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
+ "shape": "inner_right",
+ "waterlogged": "false"
}
},
{
@@ -157357,35 +157396,35 @@
"properties": {
"facing": "west",
"half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
+ "shape": "outer_left",
+ "waterlogged": "true"
}
},
{
"id": 2976,
"properties": {
"facing": "west",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
}
},
{
"id": 2977,
"properties": {
"facing": "west",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
}
},
{
"id": 2978,
"properties": {
"facing": "west",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
}
},
{
@@ -157393,8 +157432,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -157402,8 +157441,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -157411,8 +157450,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -157420,8 +157459,8 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -157429,12 +157468,39 @@
"properties": {
"facing": "west",
"half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 2984,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2985,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 2986,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2987,
"properties": {
"facing": "west",
"half": "bottom",
@@ -157443,7 +157509,7 @@
}
},
{
- "id": 2985,
+ "id": 2988,
"properties": {
"facing": "west",
"half": "bottom",
@@ -157451,40 +157517,13 @@
"waterlogged": "false"
}
},
- {
- "id": 2986,
- "properties": {
- "facing": "east",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 2987,
- "properties": {
- "facing": "east",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 2988,
- "properties": {
- "facing": "east",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 2989,
"properties": {
"facing": "east",
"half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -157492,8 +157531,8 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
@@ -157501,8 +157540,8 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
+ "shape": "inner_left",
+ "waterlogged": "true"
}
},
{
@@ -157510,8 +157549,8 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
+ "shape": "inner_left",
+ "waterlogged": "false"
}
},
{
@@ -157519,12 +157558,39 @@
"properties": {
"facing": "east",
"half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
+ "shape": "inner_right",
+ "waterlogged": "true"
}
},
{
"id": 2994,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2995,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 2996,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 2997,
"properties": {
"facing": "east",
"half": "top",
@@ -157533,7 +157599,7 @@
}
},
{
- "id": 2995,
+ "id": 2998,
"properties": {
"facing": "east",
"half": "top",
@@ -157541,40 +157607,13 @@
"waterlogged": "false"
}
},
- {
- "id": 2996,
- "properties": {
- "facing": "east",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 2997,
- "properties": {
- "facing": "east",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 2998,
- "properties": {
- "facing": "east",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
{
"id": 2999,
"properties": {
"facing": "east",
"half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
+ "shape": "straight",
+ "waterlogged": "true"
}
},
{
@@ -157582,12 +157621,39 @@
"properties": {
"facing": "east",
"half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
+ "shape": "straight",
+ "waterlogged": "false"
}
},
{
"id": 3001,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3002,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 3003,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 3004,
"properties": {
"facing": "east",
"half": "bottom",
@@ -157596,7 +157662,7 @@
}
},
{
- "id": 3002,
+ "id": 3005,
"properties": {
"facing": "east",
"half": "bottom",
@@ -157605,7 +157671,7 @@
}
},
{
- "id": 3003,
+ "id": 3006,
"properties": {
"facing": "east",
"half": "bottom",
@@ -157614,7 +157680,7 @@
}
},
{
- "id": 3004,
+ "id": 3007,
"properties": {
"facing": "east",
"half": "bottom",
@@ -157623,7 +157689,7 @@
}
},
{
- "id": 3005,
+ "id": 3008,
"properties": {
"facing": "east",
"half": "bottom",
@@ -157664,44 +157730,14 @@
]
},
"states": [
- {
- "id": 6127,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6128,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6129,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6130,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -157709,9 +157745,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -157719,9 +157755,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -157729,9 +157765,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -157740,42 +157776,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6135,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6136,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6137,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6138,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6139,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6140,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6141,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157785,7 +157851,7 @@
}
},
{
- "id": 6139,
+ "id": 6142,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157795,7 +157861,7 @@
}
},
{
- "id": 6140,
+ "id": 6143,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157805,7 +157871,7 @@
}
},
{
- "id": 6141,
+ "id": 6144,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157816,7 +157882,7 @@
},
{
"default": true,
- "id": 6142,
+ "id": 6145,
"properties": {
"facing": "north",
"half": "bottom",
@@ -157825,44 +157891,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6143,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6144,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6145,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6146,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -157870,9 +157906,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -157880,9 +157916,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -157890,9 +157926,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -157901,38 +157937,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6151,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6152,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6153,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -157941,8 +157977,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -157950,9 +157986,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -157960,9 +157996,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -157970,9 +158006,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -157981,48 +158017,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6159,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6160,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6161,
+ "id": 6160,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6161,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6162,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -158030,9 +158066,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158040,9 +158076,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -158050,9 +158086,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158061,38 +158097,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6167,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6168,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6169,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158101,8 +158137,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -158110,9 +158146,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158120,9 +158156,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -158130,9 +158166,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158141,48 +158177,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6175,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6176,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6177,
+ "id": 6176,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6177,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6178,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -158190,9 +158226,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158200,9 +158236,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -158210,9 +158246,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158221,38 +158257,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6183,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6184,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6185,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -158261,12 +158297,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6187,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6188,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6189,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6190,
"properties": {
"facing": "east",
"half": "bottom",
@@ -158276,7 +158342,7 @@
}
},
{
- "id": 6188,
+ "id": 6191,
"properties": {
"facing": "east",
"half": "bottom",
@@ -158286,7 +158352,7 @@
}
},
{
- "id": 6189,
+ "id": 6192,
"properties": {
"facing": "east",
"half": "bottom",
@@ -158296,7 +158362,7 @@
}
},
{
- "id": 6190,
+ "id": 6193,
"properties": {
"facing": "east",
"half": "bottom",
@@ -158327,7 +158393,7 @@
},
"states": [
{
- "id": 5694,
+ "id": 5697,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -158335,49 +158401,49 @@
},
{
"default": true,
- "id": 5695,
+ "id": 5698,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5696,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5697,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5698,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5699,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5700,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5701,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5702,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5703,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5701,
+ "id": 5704,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -158405,7 +158471,7 @@
},
"states": [
{
- "id": 4846,
+ "id": 4849,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -158413,49 +158479,49 @@
},
{
"default": true,
- "id": 4847,
+ "id": 4850,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4848,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4849,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4850,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4851,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4852,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4853,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4854,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4855,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4853,
+ "id": 4856,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -158518,35 +158584,35 @@
},
"states": [
{
- "id": 13019,
+ "id": 13563,
"properties": {
"facing": "north",
"powered": "true"
}
},
{
- "id": 13020,
+ "id": 13564,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 13021,
+ "id": 13565,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 13022,
+ "id": 13566,
"properties": {
"facing": "east",
"powered": "false"
}
},
{
- "id": 13023,
+ "id": 13567,
"properties": {
"facing": "south",
"powered": "true"
@@ -158554,49 +158620,49 @@
},
{
"default": true,
- "id": 13024,
+ "id": 13568,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 13025,
+ "id": 13569,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 13026,
+ "id": 13570,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 13027,
+ "id": 13571,
"properties": {
"facing": "up",
"powered": "true"
}
},
{
- "id": 13028,
+ "id": 13572,
"properties": {
"facing": "up",
"powered": "false"
}
},
{
- "id": 13029,
+ "id": 13573,
"properties": {
"facing": "down",
"powered": "true"
}
},
{
- "id": 13030,
+ "id": 13574,
"properties": {
"facing": "down",
"powered": "false"
@@ -158630,26 +158696,39 @@
},
"states": [
{
- "id": 27032,
+ "id": 27576,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27033,
+ "id": 27577,
"properties": {
"axis": "y"
}
},
{
- "id": 27034,
+ "id": 27578,
"properties": {
"axis": "z"
}
}
]
},
+ "minecraft:open_eyeblossom": {
+ "definition": {
+ "type": "minecraft:eyeblossom",
+ "open": true,
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 27862
+ }
+ ]
+ },
"minecraft:orange_banner": {
"definition": {
"type": "minecraft:banner",
@@ -158679,97 +158758,97 @@
"states": [
{
"default": true,
- "id": 11110,
+ "id": 11654,
"properties": {
"rotation": "0"
}
},
{
- "id": 11111,
+ "id": 11655,
"properties": {
"rotation": "1"
}
},
{
- "id": 11112,
+ "id": 11656,
"properties": {
"rotation": "2"
}
},
{
- "id": 11113,
+ "id": 11657,
"properties": {
"rotation": "3"
}
},
{
- "id": 11114,
+ "id": 11658,
"properties": {
"rotation": "4"
}
},
{
- "id": 11115,
+ "id": 11659,
"properties": {
"rotation": "5"
}
},
{
- "id": 11116,
+ "id": 11660,
"properties": {
"rotation": "6"
}
},
{
- "id": 11117,
+ "id": 11661,
"properties": {
"rotation": "7"
}
},
{
- "id": 11118,
+ "id": 11662,
"properties": {
"rotation": "8"
}
},
{
- "id": 11119,
+ "id": 11663,
"properties": {
"rotation": "9"
}
},
{
- "id": 11120,
+ "id": 11664,
"properties": {
"rotation": "10"
}
},
{
- "id": 11121,
+ "id": 11665,
"properties": {
"rotation": "11"
}
},
{
- "id": 11122,
+ "id": 11666,
"properties": {
"rotation": "12"
}
},
{
- "id": 11123,
+ "id": 11667,
"properties": {
"rotation": "13"
}
},
{
- "id": 11124,
+ "id": 11668,
"properties": {
"rotation": "14"
}
},
{
- "id": 11125,
+ "id": 11669,
"properties": {
"rotation": "15"
}
@@ -158953,7 +159032,7 @@
},
"states": [
{
- "id": 21226,
+ "id": 21770,
"properties": {
"candles": "1",
"lit": "true",
@@ -158961,7 +159040,7 @@
}
},
{
- "id": 21227,
+ "id": 21771,
"properties": {
"candles": "1",
"lit": "true",
@@ -158969,7 +159048,7 @@
}
},
{
- "id": 21228,
+ "id": 21772,
"properties": {
"candles": "1",
"lit": "false",
@@ -158978,7 +159057,7 @@
},
{
"default": true,
- "id": 21229,
+ "id": 21773,
"properties": {
"candles": "1",
"lit": "false",
@@ -158986,7 +159065,7 @@
}
},
{
- "id": 21230,
+ "id": 21774,
"properties": {
"candles": "2",
"lit": "true",
@@ -158994,7 +159073,7 @@
}
},
{
- "id": 21231,
+ "id": 21775,
"properties": {
"candles": "2",
"lit": "true",
@@ -159002,7 +159081,7 @@
}
},
{
- "id": 21232,
+ "id": 21776,
"properties": {
"candles": "2",
"lit": "false",
@@ -159010,7 +159089,7 @@
}
},
{
- "id": 21233,
+ "id": 21777,
"properties": {
"candles": "2",
"lit": "false",
@@ -159018,7 +159097,7 @@
}
},
{
- "id": 21234,
+ "id": 21778,
"properties": {
"candles": "3",
"lit": "true",
@@ -159026,7 +159105,7 @@
}
},
{
- "id": 21235,
+ "id": 21779,
"properties": {
"candles": "3",
"lit": "true",
@@ -159034,7 +159113,7 @@
}
},
{
- "id": 21236,
+ "id": 21780,
"properties": {
"candles": "3",
"lit": "false",
@@ -159042,7 +159121,7 @@
}
},
{
- "id": 21237,
+ "id": 21781,
"properties": {
"candles": "3",
"lit": "false",
@@ -159050,7 +159129,7 @@
}
},
{
- "id": 21238,
+ "id": 21782,
"properties": {
"candles": "4",
"lit": "true",
@@ -159058,7 +159137,7 @@
}
},
{
- "id": 21239,
+ "id": 21783,
"properties": {
"candles": "4",
"lit": "true",
@@ -159066,7 +159145,7 @@
}
},
{
- "id": 21240,
+ "id": 21784,
"properties": {
"candles": "4",
"lit": "false",
@@ -159074,7 +159153,7 @@
}
},
{
- "id": 21241,
+ "id": 21785,
"properties": {
"candles": "4",
"lit": "false",
@@ -159097,14 +159176,14 @@
},
"states": [
{
- "id": 21470,
+ "id": 22014,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21471,
+ "id": 22015,
"properties": {
"lit": "false"
}
@@ -159120,7 +159199,7 @@
"states": [
{
"default": true,
- "id": 11064
+ "id": 11608
}
]
},
@@ -159132,7 +159211,7 @@
"states": [
{
"default": true,
- "id": 13198
+ "id": 13742
}
]
},
@@ -159145,7 +159224,7 @@
"states": [
{
"default": true,
- "id": 13214
+ "id": 13758
}
]
},
@@ -159165,25 +159244,25 @@
"states": [
{
"default": true,
- "id": 13137,
+ "id": 13681,
"properties": {
"facing": "north"
}
},
{
- "id": 13138,
+ "id": 13682,
"properties": {
"facing": "south"
}
},
{
- "id": 13139,
+ "id": 13683,
"properties": {
"facing": "west"
}
},
{
- "id": 13140,
+ "id": 13684,
"properties": {
"facing": "east"
}
@@ -159208,38 +159287,38 @@
},
"states": [
{
- "id": 13043,
+ "id": 13587,
"properties": {
"facing": "north"
}
},
{
- "id": 13044,
+ "id": 13588,
"properties": {
"facing": "east"
}
},
{
- "id": 13045,
+ "id": 13589,
"properties": {
"facing": "south"
}
},
{
- "id": 13046,
+ "id": 13590,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13047,
+ "id": 13591,
"properties": {
"facing": "up"
}
},
{
- "id": 13048,
+ "id": 13592,
"properties": {
"facing": "down"
}
@@ -159255,7 +159334,7 @@
"states": [
{
"default": true,
- "id": 6112
+ "id": 6115
}
]
},
@@ -159289,7 +159368,7 @@
},
"states": [
{
- "id": 9659,
+ "id": 10203,
"properties": {
"east": "true",
"north": "true",
@@ -159299,7 +159378,7 @@
}
},
{
- "id": 9660,
+ "id": 10204,
"properties": {
"east": "true",
"north": "true",
@@ -159309,7 +159388,7 @@
}
},
{
- "id": 9661,
+ "id": 10205,
"properties": {
"east": "true",
"north": "true",
@@ -159319,7 +159398,7 @@
}
},
{
- "id": 9662,
+ "id": 10206,
"properties": {
"east": "true",
"north": "true",
@@ -159329,7 +159408,7 @@
}
},
{
- "id": 9663,
+ "id": 10207,
"properties": {
"east": "true",
"north": "true",
@@ -159339,7 +159418,7 @@
}
},
{
- "id": 9664,
+ "id": 10208,
"properties": {
"east": "true",
"north": "true",
@@ -159349,7 +159428,7 @@
}
},
{
- "id": 9665,
+ "id": 10209,
"properties": {
"east": "true",
"north": "true",
@@ -159359,7 +159438,7 @@
}
},
{
- "id": 9666,
+ "id": 10210,
"properties": {
"east": "true",
"north": "true",
@@ -159369,7 +159448,7 @@
}
},
{
- "id": 9667,
+ "id": 10211,
"properties": {
"east": "true",
"north": "false",
@@ -159379,7 +159458,7 @@
}
},
{
- "id": 9668,
+ "id": 10212,
"properties": {
"east": "true",
"north": "false",
@@ -159389,7 +159468,7 @@
}
},
{
- "id": 9669,
+ "id": 10213,
"properties": {
"east": "true",
"north": "false",
@@ -159399,7 +159478,7 @@
}
},
{
- "id": 9670,
+ "id": 10214,
"properties": {
"east": "true",
"north": "false",
@@ -159409,7 +159488,7 @@
}
},
{
- "id": 9671,
+ "id": 10215,
"properties": {
"east": "true",
"north": "false",
@@ -159419,7 +159498,7 @@
}
},
{
- "id": 9672,
+ "id": 10216,
"properties": {
"east": "true",
"north": "false",
@@ -159429,7 +159508,7 @@
}
},
{
- "id": 9673,
+ "id": 10217,
"properties": {
"east": "true",
"north": "false",
@@ -159439,7 +159518,7 @@
}
},
{
- "id": 9674,
+ "id": 10218,
"properties": {
"east": "true",
"north": "false",
@@ -159449,7 +159528,7 @@
}
},
{
- "id": 9675,
+ "id": 10219,
"properties": {
"east": "false",
"north": "true",
@@ -159459,7 +159538,7 @@
}
},
{
- "id": 9676,
+ "id": 10220,
"properties": {
"east": "false",
"north": "true",
@@ -159469,7 +159548,7 @@
}
},
{
- "id": 9677,
+ "id": 10221,
"properties": {
"east": "false",
"north": "true",
@@ -159479,7 +159558,7 @@
}
},
{
- "id": 9678,
+ "id": 10222,
"properties": {
"east": "false",
"north": "true",
@@ -159489,7 +159568,7 @@
}
},
{
- "id": 9679,
+ "id": 10223,
"properties": {
"east": "false",
"north": "true",
@@ -159499,7 +159578,7 @@
}
},
{
- "id": 9680,
+ "id": 10224,
"properties": {
"east": "false",
"north": "true",
@@ -159509,7 +159588,7 @@
}
},
{
- "id": 9681,
+ "id": 10225,
"properties": {
"east": "false",
"north": "true",
@@ -159519,7 +159598,7 @@
}
},
{
- "id": 9682,
+ "id": 10226,
"properties": {
"east": "false",
"north": "true",
@@ -159529,7 +159608,7 @@
}
},
{
- "id": 9683,
+ "id": 10227,
"properties": {
"east": "false",
"north": "false",
@@ -159539,7 +159618,7 @@
}
},
{
- "id": 9684,
+ "id": 10228,
"properties": {
"east": "false",
"north": "false",
@@ -159549,7 +159628,7 @@
}
},
{
- "id": 9685,
+ "id": 10229,
"properties": {
"east": "false",
"north": "false",
@@ -159559,7 +159638,7 @@
}
},
{
- "id": 9686,
+ "id": 10230,
"properties": {
"east": "false",
"north": "false",
@@ -159569,7 +159648,7 @@
}
},
{
- "id": 9687,
+ "id": 10231,
"properties": {
"east": "false",
"north": "false",
@@ -159579,7 +159658,7 @@
}
},
{
- "id": 9688,
+ "id": 10232,
"properties": {
"east": "false",
"north": "false",
@@ -159589,7 +159668,7 @@
}
},
{
- "id": 9689,
+ "id": 10233,
"properties": {
"east": "false",
"north": "false",
@@ -159600,7 +159679,7 @@
},
{
"default": true,
- "id": 9690,
+ "id": 10234,
"properties": {
"east": "false",
"north": "false",
@@ -159619,7 +159698,7 @@
"states": [
{
"default": true,
- "id": 9612
+ "id": 10156
}
]
},
@@ -159629,7 +159708,7 @@
"properties": {},
"suspicious_stew_effects": [
{
- "duration": 180,
+ "duration": 140,
"id": "minecraft:weakness"
}
]
@@ -159658,25 +159737,25 @@
"states": [
{
"default": true,
- "id": 11354,
+ "id": 11898,
"properties": {
"facing": "north"
}
},
{
- "id": 11355,
+ "id": 11899,
"properties": {
"facing": "south"
}
},
{
- "id": 11356,
+ "id": 11900,
"properties": {
"facing": "west"
}
},
{
- "id": 11357,
+ "id": 11901,
"properties": {
"facing": "east"
}
@@ -159701,6 +159780,7 @@
"properties": {},
"suspicious_stew_effects": [
{
+ "duration": 140,
"id": "minecraft:regeneration"
}
]
@@ -159721,7 +159801,7 @@
"states": [
{
"default": true,
- "id": 23417
+ "id": 23961
}
]
},
@@ -159734,7 +159814,7 @@
"states": [
{
"default": true,
- "id": 23410
+ "id": 23954
}
]
},
@@ -159756,21 +159836,21 @@
},
"states": [
{
- "id": 25173,
+ "id": 25717,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25174,
+ "id": 25718,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25175,
+ "id": 25719,
"properties": {
"lit": "false",
"powered": "true"
@@ -159778,7 +159858,7 @@
},
{
"default": true,
- "id": 25176,
+ "id": 25720,
"properties": {
"lit": "false",
"powered": "false"
@@ -159819,7 +159899,7 @@
},
"states": [
{
- "id": 24249,
+ "id": 24793,
"properties": {
"facing": "north",
"half": "upper",
@@ -159829,7 +159909,7 @@
}
},
{
- "id": 24250,
+ "id": 24794,
"properties": {
"facing": "north",
"half": "upper",
@@ -159839,7 +159919,7 @@
}
},
{
- "id": 24251,
+ "id": 24795,
"properties": {
"facing": "north",
"half": "upper",
@@ -159849,7 +159929,7 @@
}
},
{
- "id": 24252,
+ "id": 24796,
"properties": {
"facing": "north",
"half": "upper",
@@ -159859,7 +159939,7 @@
}
},
{
- "id": 24253,
+ "id": 24797,
"properties": {
"facing": "north",
"half": "upper",
@@ -159869,7 +159949,7 @@
}
},
{
- "id": 24254,
+ "id": 24798,
"properties": {
"facing": "north",
"half": "upper",
@@ -159879,7 +159959,7 @@
}
},
{
- "id": 24255,
+ "id": 24799,
"properties": {
"facing": "north",
"half": "upper",
@@ -159889,7 +159969,7 @@
}
},
{
- "id": 24256,
+ "id": 24800,
"properties": {
"facing": "north",
"half": "upper",
@@ -159899,7 +159979,7 @@
}
},
{
- "id": 24257,
+ "id": 24801,
"properties": {
"facing": "north",
"half": "lower",
@@ -159909,7 +159989,7 @@
}
},
{
- "id": 24258,
+ "id": 24802,
"properties": {
"facing": "north",
"half": "lower",
@@ -159919,7 +159999,7 @@
}
},
{
- "id": 24259,
+ "id": 24803,
"properties": {
"facing": "north",
"half": "lower",
@@ -159930,7 +160010,7 @@
},
{
"default": true,
- "id": 24260,
+ "id": 24804,
"properties": {
"facing": "north",
"half": "lower",
@@ -159940,7 +160020,7 @@
}
},
{
- "id": 24261,
+ "id": 24805,
"properties": {
"facing": "north",
"half": "lower",
@@ -159950,7 +160030,7 @@
}
},
{
- "id": 24262,
+ "id": 24806,
"properties": {
"facing": "north",
"half": "lower",
@@ -159960,7 +160040,7 @@
}
},
{
- "id": 24263,
+ "id": 24807,
"properties": {
"facing": "north",
"half": "lower",
@@ -159970,7 +160050,7 @@
}
},
{
- "id": 24264,
+ "id": 24808,
"properties": {
"facing": "north",
"half": "lower",
@@ -159980,7 +160060,7 @@
}
},
{
- "id": 24265,
+ "id": 24809,
"properties": {
"facing": "south",
"half": "upper",
@@ -159990,7 +160070,7 @@
}
},
{
- "id": 24266,
+ "id": 24810,
"properties": {
"facing": "south",
"half": "upper",
@@ -160000,7 +160080,7 @@
}
},
{
- "id": 24267,
+ "id": 24811,
"properties": {
"facing": "south",
"half": "upper",
@@ -160010,7 +160090,7 @@
}
},
{
- "id": 24268,
+ "id": 24812,
"properties": {
"facing": "south",
"half": "upper",
@@ -160020,7 +160100,7 @@
}
},
{
- "id": 24269,
+ "id": 24813,
"properties": {
"facing": "south",
"half": "upper",
@@ -160030,7 +160110,7 @@
}
},
{
- "id": 24270,
+ "id": 24814,
"properties": {
"facing": "south",
"half": "upper",
@@ -160040,7 +160120,7 @@
}
},
{
- "id": 24271,
+ "id": 24815,
"properties": {
"facing": "south",
"half": "upper",
@@ -160050,7 +160130,7 @@
}
},
{
- "id": 24272,
+ "id": 24816,
"properties": {
"facing": "south",
"half": "upper",
@@ -160060,7 +160140,7 @@
}
},
{
- "id": 24273,
+ "id": 24817,
"properties": {
"facing": "south",
"half": "lower",
@@ -160070,7 +160150,7 @@
}
},
{
- "id": 24274,
+ "id": 24818,
"properties": {
"facing": "south",
"half": "lower",
@@ -160080,7 +160160,7 @@
}
},
{
- "id": 24275,
+ "id": 24819,
"properties": {
"facing": "south",
"half": "lower",
@@ -160090,7 +160170,7 @@
}
},
{
- "id": 24276,
+ "id": 24820,
"properties": {
"facing": "south",
"half": "lower",
@@ -160100,7 +160180,7 @@
}
},
{
- "id": 24277,
+ "id": 24821,
"properties": {
"facing": "south",
"half": "lower",
@@ -160110,7 +160190,7 @@
}
},
{
- "id": 24278,
+ "id": 24822,
"properties": {
"facing": "south",
"half": "lower",
@@ -160120,7 +160200,7 @@
}
},
{
- "id": 24279,
+ "id": 24823,
"properties": {
"facing": "south",
"half": "lower",
@@ -160130,7 +160210,7 @@
}
},
{
- "id": 24280,
+ "id": 24824,
"properties": {
"facing": "south",
"half": "lower",
@@ -160140,7 +160220,7 @@
}
},
{
- "id": 24281,
+ "id": 24825,
"properties": {
"facing": "west",
"half": "upper",
@@ -160150,7 +160230,7 @@
}
},
{
- "id": 24282,
+ "id": 24826,
"properties": {
"facing": "west",
"half": "upper",
@@ -160160,7 +160240,7 @@
}
},
{
- "id": 24283,
+ "id": 24827,
"properties": {
"facing": "west",
"half": "upper",
@@ -160170,7 +160250,7 @@
}
},
{
- "id": 24284,
+ "id": 24828,
"properties": {
"facing": "west",
"half": "upper",
@@ -160180,7 +160260,7 @@
}
},
{
- "id": 24285,
+ "id": 24829,
"properties": {
"facing": "west",
"half": "upper",
@@ -160190,7 +160270,7 @@
}
},
{
- "id": 24286,
+ "id": 24830,
"properties": {
"facing": "west",
"half": "upper",
@@ -160200,7 +160280,7 @@
}
},
{
- "id": 24287,
+ "id": 24831,
"properties": {
"facing": "west",
"half": "upper",
@@ -160210,7 +160290,7 @@
}
},
{
- "id": 24288,
+ "id": 24832,
"properties": {
"facing": "west",
"half": "upper",
@@ -160220,7 +160300,7 @@
}
},
{
- "id": 24289,
+ "id": 24833,
"properties": {
"facing": "west",
"half": "lower",
@@ -160230,7 +160310,7 @@
}
},
{
- "id": 24290,
+ "id": 24834,
"properties": {
"facing": "west",
"half": "lower",
@@ -160240,7 +160320,7 @@
}
},
{
- "id": 24291,
+ "id": 24835,
"properties": {
"facing": "west",
"half": "lower",
@@ -160250,7 +160330,7 @@
}
},
{
- "id": 24292,
+ "id": 24836,
"properties": {
"facing": "west",
"half": "lower",
@@ -160260,7 +160340,7 @@
}
},
{
- "id": 24293,
+ "id": 24837,
"properties": {
"facing": "west",
"half": "lower",
@@ -160270,7 +160350,7 @@
}
},
{
- "id": 24294,
+ "id": 24838,
"properties": {
"facing": "west",
"half": "lower",
@@ -160280,7 +160360,7 @@
}
},
{
- "id": 24295,
+ "id": 24839,
"properties": {
"facing": "west",
"half": "lower",
@@ -160290,7 +160370,7 @@
}
},
{
- "id": 24296,
+ "id": 24840,
"properties": {
"facing": "west",
"half": "lower",
@@ -160300,7 +160380,7 @@
}
},
{
- "id": 24297,
+ "id": 24841,
"properties": {
"facing": "east",
"half": "upper",
@@ -160310,7 +160390,7 @@
}
},
{
- "id": 24298,
+ "id": 24842,
"properties": {
"facing": "east",
"half": "upper",
@@ -160320,7 +160400,7 @@
}
},
{
- "id": 24299,
+ "id": 24843,
"properties": {
"facing": "east",
"half": "upper",
@@ -160330,7 +160410,7 @@
}
},
{
- "id": 24300,
+ "id": 24844,
"properties": {
"facing": "east",
"half": "upper",
@@ -160340,7 +160420,7 @@
}
},
{
- "id": 24301,
+ "id": 24845,
"properties": {
"facing": "east",
"half": "upper",
@@ -160350,7 +160430,7 @@
}
},
{
- "id": 24302,
+ "id": 24846,
"properties": {
"facing": "east",
"half": "upper",
@@ -160360,7 +160440,7 @@
}
},
{
- "id": 24303,
+ "id": 24847,
"properties": {
"facing": "east",
"half": "upper",
@@ -160370,7 +160450,7 @@
}
},
{
- "id": 24304,
+ "id": 24848,
"properties": {
"facing": "east",
"half": "upper",
@@ -160380,7 +160460,7 @@
}
},
{
- "id": 24305,
+ "id": 24849,
"properties": {
"facing": "east",
"half": "lower",
@@ -160390,7 +160470,7 @@
}
},
{
- "id": 24306,
+ "id": 24850,
"properties": {
"facing": "east",
"half": "lower",
@@ -160400,7 +160480,7 @@
}
},
{
- "id": 24307,
+ "id": 24851,
"properties": {
"facing": "east",
"half": "lower",
@@ -160410,7 +160490,7 @@
}
},
{
- "id": 24308,
+ "id": 24852,
"properties": {
"facing": "east",
"half": "lower",
@@ -160420,7 +160500,7 @@
}
},
{
- "id": 24309,
+ "id": 24853,
"properties": {
"facing": "east",
"half": "lower",
@@ -160430,7 +160510,7 @@
}
},
{
- "id": 24310,
+ "id": 24854,
"properties": {
"facing": "east",
"half": "lower",
@@ -160440,7 +160520,7 @@
}
},
{
- "id": 24311,
+ "id": 24855,
"properties": {
"facing": "east",
"half": "lower",
@@ -160450,7 +160530,7 @@
}
},
{
- "id": 24312,
+ "id": 24856,
"properties": {
"facing": "east",
"half": "lower",
@@ -160475,14 +160555,14 @@
},
"states": [
{
- "id": 25151,
+ "id": 25695,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25152,
+ "id": 25696,
"properties": {
"waterlogged": "false"
}
@@ -160522,7 +160602,7 @@
},
"states": [
{
- "id": 24761,
+ "id": 25305,
"properties": {
"facing": "north",
"half": "top",
@@ -160532,7 +160612,7 @@
}
},
{
- "id": 24762,
+ "id": 25306,
"properties": {
"facing": "north",
"half": "top",
@@ -160542,7 +160622,7 @@
}
},
{
- "id": 24763,
+ "id": 25307,
"properties": {
"facing": "north",
"half": "top",
@@ -160552,7 +160632,7 @@
}
},
{
- "id": 24764,
+ "id": 25308,
"properties": {
"facing": "north",
"half": "top",
@@ -160562,7 +160642,7 @@
}
},
{
- "id": 24765,
+ "id": 25309,
"properties": {
"facing": "north",
"half": "top",
@@ -160572,7 +160652,7 @@
}
},
{
- "id": 24766,
+ "id": 25310,
"properties": {
"facing": "north",
"half": "top",
@@ -160582,7 +160662,7 @@
}
},
{
- "id": 24767,
+ "id": 25311,
"properties": {
"facing": "north",
"half": "top",
@@ -160592,7 +160672,7 @@
}
},
{
- "id": 24768,
+ "id": 25312,
"properties": {
"facing": "north",
"half": "top",
@@ -160602,7 +160682,7 @@
}
},
{
- "id": 24769,
+ "id": 25313,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160612,7 +160692,7 @@
}
},
{
- "id": 24770,
+ "id": 25314,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160622,7 +160702,7 @@
}
},
{
- "id": 24771,
+ "id": 25315,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160632,7 +160712,7 @@
}
},
{
- "id": 24772,
+ "id": 25316,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160642,7 +160722,7 @@
}
},
{
- "id": 24773,
+ "id": 25317,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160652,7 +160732,7 @@
}
},
{
- "id": 24774,
+ "id": 25318,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160662,7 +160742,7 @@
}
},
{
- "id": 24775,
+ "id": 25319,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160673,7 +160753,7 @@
},
{
"default": true,
- "id": 24776,
+ "id": 25320,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160683,7 +160763,7 @@
}
},
{
- "id": 24777,
+ "id": 25321,
"properties": {
"facing": "south",
"half": "top",
@@ -160693,7 +160773,7 @@
}
},
{
- "id": 24778,
+ "id": 25322,
"properties": {
"facing": "south",
"half": "top",
@@ -160703,7 +160783,7 @@
}
},
{
- "id": 24779,
+ "id": 25323,
"properties": {
"facing": "south",
"half": "top",
@@ -160713,7 +160793,7 @@
}
},
{
- "id": 24780,
+ "id": 25324,
"properties": {
"facing": "south",
"half": "top",
@@ -160723,7 +160803,7 @@
}
},
{
- "id": 24781,
+ "id": 25325,
"properties": {
"facing": "south",
"half": "top",
@@ -160733,7 +160813,7 @@
}
},
{
- "id": 24782,
+ "id": 25326,
"properties": {
"facing": "south",
"half": "top",
@@ -160743,7 +160823,7 @@
}
},
{
- "id": 24783,
+ "id": 25327,
"properties": {
"facing": "south",
"half": "top",
@@ -160753,7 +160833,7 @@
}
},
{
- "id": 24784,
+ "id": 25328,
"properties": {
"facing": "south",
"half": "top",
@@ -160763,7 +160843,7 @@
}
},
{
- "id": 24785,
+ "id": 25329,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160773,7 +160853,7 @@
}
},
{
- "id": 24786,
+ "id": 25330,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160783,7 +160863,7 @@
}
},
{
- "id": 24787,
+ "id": 25331,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160793,7 +160873,7 @@
}
},
{
- "id": 24788,
+ "id": 25332,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160803,7 +160883,7 @@
}
},
{
- "id": 24789,
+ "id": 25333,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160813,7 +160893,7 @@
}
},
{
- "id": 24790,
+ "id": 25334,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160823,7 +160903,7 @@
}
},
{
- "id": 24791,
+ "id": 25335,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160833,7 +160913,7 @@
}
},
{
- "id": 24792,
+ "id": 25336,
"properties": {
"facing": "south",
"half": "bottom",
@@ -160843,7 +160923,7 @@
}
},
{
- "id": 24793,
+ "id": 25337,
"properties": {
"facing": "west",
"half": "top",
@@ -160853,7 +160933,7 @@
}
},
{
- "id": 24794,
+ "id": 25338,
"properties": {
"facing": "west",
"half": "top",
@@ -160863,7 +160943,7 @@
}
},
{
- "id": 24795,
+ "id": 25339,
"properties": {
"facing": "west",
"half": "top",
@@ -160873,7 +160953,7 @@
}
},
{
- "id": 24796,
+ "id": 25340,
"properties": {
"facing": "west",
"half": "top",
@@ -160883,7 +160963,7 @@
}
},
{
- "id": 24797,
+ "id": 25341,
"properties": {
"facing": "west",
"half": "top",
@@ -160893,7 +160973,7 @@
}
},
{
- "id": 24798,
+ "id": 25342,
"properties": {
"facing": "west",
"half": "top",
@@ -160903,7 +160983,7 @@
}
},
{
- "id": 24799,
+ "id": 25343,
"properties": {
"facing": "west",
"half": "top",
@@ -160913,7 +160993,7 @@
}
},
{
- "id": 24800,
+ "id": 25344,
"properties": {
"facing": "west",
"half": "top",
@@ -160923,7 +161003,7 @@
}
},
{
- "id": 24801,
+ "id": 25345,
"properties": {
"facing": "west",
"half": "bottom",
@@ -160933,7 +161013,7 @@
}
},
{
- "id": 24802,
+ "id": 25346,
"properties": {
"facing": "west",
"half": "bottom",
@@ -160943,7 +161023,7 @@
}
},
{
- "id": 24803,
+ "id": 25347,
"properties": {
"facing": "west",
"half": "bottom",
@@ -160953,7 +161033,7 @@
}
},
{
- "id": 24804,
+ "id": 25348,
"properties": {
"facing": "west",
"half": "bottom",
@@ -160963,7 +161043,7 @@
}
},
{
- "id": 24805,
+ "id": 25349,
"properties": {
"facing": "west",
"half": "bottom",
@@ -160973,7 +161053,7 @@
}
},
{
- "id": 24806,
+ "id": 25350,
"properties": {
"facing": "west",
"half": "bottom",
@@ -160983,7 +161063,7 @@
}
},
{
- "id": 24807,
+ "id": 25351,
"properties": {
"facing": "west",
"half": "bottom",
@@ -160993,7 +161073,7 @@
}
},
{
- "id": 24808,
+ "id": 25352,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161003,7 +161083,7 @@
}
},
{
- "id": 24809,
+ "id": 25353,
"properties": {
"facing": "east",
"half": "top",
@@ -161013,7 +161093,7 @@
}
},
{
- "id": 24810,
+ "id": 25354,
"properties": {
"facing": "east",
"half": "top",
@@ -161023,7 +161103,7 @@
}
},
{
- "id": 24811,
+ "id": 25355,
"properties": {
"facing": "east",
"half": "top",
@@ -161033,7 +161113,7 @@
}
},
{
- "id": 24812,
+ "id": 25356,
"properties": {
"facing": "east",
"half": "top",
@@ -161043,7 +161123,7 @@
}
},
{
- "id": 24813,
+ "id": 25357,
"properties": {
"facing": "east",
"half": "top",
@@ -161053,7 +161133,7 @@
}
},
{
- "id": 24814,
+ "id": 25358,
"properties": {
"facing": "east",
"half": "top",
@@ -161063,7 +161143,7 @@
}
},
{
- "id": 24815,
+ "id": 25359,
"properties": {
"facing": "east",
"half": "top",
@@ -161073,7 +161153,7 @@
}
},
{
- "id": 24816,
+ "id": 25360,
"properties": {
"facing": "east",
"half": "top",
@@ -161083,7 +161163,7 @@
}
},
{
- "id": 24817,
+ "id": 25361,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161093,7 +161173,7 @@
}
},
{
- "id": 24818,
+ "id": 25362,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161103,7 +161183,7 @@
}
},
{
- "id": 24819,
+ "id": 25363,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161113,7 +161193,7 @@
}
},
{
- "id": 24820,
+ "id": 25364,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161123,7 +161203,7 @@
}
},
{
- "id": 24821,
+ "id": 25365,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161133,7 +161213,7 @@
}
},
{
- "id": 24822,
+ "id": 25366,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161143,7 +161223,7 @@
}
},
{
- "id": 24823,
+ "id": 25367,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161153,7 +161233,7 @@
}
},
{
- "id": 24824,
+ "id": 25368,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161173,7 +161253,7 @@
"states": [
{
"default": true,
- "id": 23413
+ "id": 23957
}
]
},
@@ -161196,21 +161276,21 @@
},
"states": [
{
- "id": 23745,
+ "id": 24289,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 23746,
+ "id": 24290,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 23747,
+ "id": 24291,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -161218,21 +161298,21 @@
},
{
"default": true,
- "id": 23748,
+ "id": 24292,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 23749,
+ "id": 24293,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 23750,
+ "id": 24294,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -161274,7 +161354,7 @@
},
"states": [
{
- "id": 23425,
+ "id": 23969,
"properties": {
"facing": "north",
"half": "top",
@@ -161283,7 +161363,7 @@
}
},
{
- "id": 23426,
+ "id": 23970,
"properties": {
"facing": "north",
"half": "top",
@@ -161292,7 +161372,7 @@
}
},
{
- "id": 23427,
+ "id": 23971,
"properties": {
"facing": "north",
"half": "top",
@@ -161301,7 +161381,7 @@
}
},
{
- "id": 23428,
+ "id": 23972,
"properties": {
"facing": "north",
"half": "top",
@@ -161310,7 +161390,7 @@
}
},
{
- "id": 23429,
+ "id": 23973,
"properties": {
"facing": "north",
"half": "top",
@@ -161319,7 +161399,7 @@
}
},
{
- "id": 23430,
+ "id": 23974,
"properties": {
"facing": "north",
"half": "top",
@@ -161328,7 +161408,7 @@
}
},
{
- "id": 23431,
+ "id": 23975,
"properties": {
"facing": "north",
"half": "top",
@@ -161337,7 +161417,7 @@
}
},
{
- "id": 23432,
+ "id": 23976,
"properties": {
"facing": "north",
"half": "top",
@@ -161346,7 +161426,7 @@
}
},
{
- "id": 23433,
+ "id": 23977,
"properties": {
"facing": "north",
"half": "top",
@@ -161355,7 +161435,7 @@
}
},
{
- "id": 23434,
+ "id": 23978,
"properties": {
"facing": "north",
"half": "top",
@@ -161364,7 +161444,7 @@
}
},
{
- "id": 23435,
+ "id": 23979,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161374,7 +161454,7 @@
},
{
"default": true,
- "id": 23436,
+ "id": 23980,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161383,7 +161463,7 @@
}
},
{
- "id": 23437,
+ "id": 23981,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161392,7 +161472,7 @@
}
},
{
- "id": 23438,
+ "id": 23982,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161401,7 +161481,7 @@
}
},
{
- "id": 23439,
+ "id": 23983,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161410,7 +161490,7 @@
}
},
{
- "id": 23440,
+ "id": 23984,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161419,7 +161499,7 @@
}
},
{
- "id": 23441,
+ "id": 23985,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161428,7 +161508,7 @@
}
},
{
- "id": 23442,
+ "id": 23986,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161437,7 +161517,7 @@
}
},
{
- "id": 23443,
+ "id": 23987,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161446,7 +161526,7 @@
}
},
{
- "id": 23444,
+ "id": 23988,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161455,7 +161535,7 @@
}
},
{
- "id": 23445,
+ "id": 23989,
"properties": {
"facing": "south",
"half": "top",
@@ -161464,7 +161544,7 @@
}
},
{
- "id": 23446,
+ "id": 23990,
"properties": {
"facing": "south",
"half": "top",
@@ -161473,7 +161553,7 @@
}
},
{
- "id": 23447,
+ "id": 23991,
"properties": {
"facing": "south",
"half": "top",
@@ -161482,7 +161562,7 @@
}
},
{
- "id": 23448,
+ "id": 23992,
"properties": {
"facing": "south",
"half": "top",
@@ -161491,7 +161571,7 @@
}
},
{
- "id": 23449,
+ "id": 23993,
"properties": {
"facing": "south",
"half": "top",
@@ -161500,7 +161580,7 @@
}
},
{
- "id": 23450,
+ "id": 23994,
"properties": {
"facing": "south",
"half": "top",
@@ -161509,7 +161589,7 @@
}
},
{
- "id": 23451,
+ "id": 23995,
"properties": {
"facing": "south",
"half": "top",
@@ -161518,7 +161598,7 @@
}
},
{
- "id": 23452,
+ "id": 23996,
"properties": {
"facing": "south",
"half": "top",
@@ -161527,7 +161607,7 @@
}
},
{
- "id": 23453,
+ "id": 23997,
"properties": {
"facing": "south",
"half": "top",
@@ -161536,7 +161616,7 @@
}
},
{
- "id": 23454,
+ "id": 23998,
"properties": {
"facing": "south",
"half": "top",
@@ -161545,7 +161625,7 @@
}
},
{
- "id": 23455,
+ "id": 23999,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161554,7 +161634,7 @@
}
},
{
- "id": 23456,
+ "id": 24000,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161563,7 +161643,7 @@
}
},
{
- "id": 23457,
+ "id": 24001,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161572,7 +161652,7 @@
}
},
{
- "id": 23458,
+ "id": 24002,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161581,7 +161661,7 @@
}
},
{
- "id": 23459,
+ "id": 24003,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161590,7 +161670,7 @@
}
},
{
- "id": 23460,
+ "id": 24004,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161599,7 +161679,7 @@
}
},
{
- "id": 23461,
+ "id": 24005,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161608,7 +161688,7 @@
}
},
{
- "id": 23462,
+ "id": 24006,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161617,7 +161697,7 @@
}
},
{
- "id": 23463,
+ "id": 24007,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161626,7 +161706,7 @@
}
},
{
- "id": 23464,
+ "id": 24008,
"properties": {
"facing": "south",
"half": "bottom",
@@ -161635,7 +161715,7 @@
}
},
{
- "id": 23465,
+ "id": 24009,
"properties": {
"facing": "west",
"half": "top",
@@ -161644,7 +161724,7 @@
}
},
{
- "id": 23466,
+ "id": 24010,
"properties": {
"facing": "west",
"half": "top",
@@ -161653,7 +161733,7 @@
}
},
{
- "id": 23467,
+ "id": 24011,
"properties": {
"facing": "west",
"half": "top",
@@ -161662,7 +161742,7 @@
}
},
{
- "id": 23468,
+ "id": 24012,
"properties": {
"facing": "west",
"half": "top",
@@ -161671,7 +161751,7 @@
}
},
{
- "id": 23469,
+ "id": 24013,
"properties": {
"facing": "west",
"half": "top",
@@ -161680,7 +161760,7 @@
}
},
{
- "id": 23470,
+ "id": 24014,
"properties": {
"facing": "west",
"half": "top",
@@ -161689,7 +161769,7 @@
}
},
{
- "id": 23471,
+ "id": 24015,
"properties": {
"facing": "west",
"half": "top",
@@ -161698,7 +161778,7 @@
}
},
{
- "id": 23472,
+ "id": 24016,
"properties": {
"facing": "west",
"half": "top",
@@ -161707,7 +161787,7 @@
}
},
{
- "id": 23473,
+ "id": 24017,
"properties": {
"facing": "west",
"half": "top",
@@ -161716,7 +161796,7 @@
}
},
{
- "id": 23474,
+ "id": 24018,
"properties": {
"facing": "west",
"half": "top",
@@ -161725,7 +161805,7 @@
}
},
{
- "id": 23475,
+ "id": 24019,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161734,7 +161814,7 @@
}
},
{
- "id": 23476,
+ "id": 24020,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161743,7 +161823,7 @@
}
},
{
- "id": 23477,
+ "id": 24021,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161752,7 +161832,7 @@
}
},
{
- "id": 23478,
+ "id": 24022,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161761,7 +161841,7 @@
}
},
{
- "id": 23479,
+ "id": 24023,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161770,7 +161850,7 @@
}
},
{
- "id": 23480,
+ "id": 24024,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161779,7 +161859,7 @@
}
},
{
- "id": 23481,
+ "id": 24025,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161788,7 +161868,7 @@
}
},
{
- "id": 23482,
+ "id": 24026,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161797,7 +161877,7 @@
}
},
{
- "id": 23483,
+ "id": 24027,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161806,7 +161886,7 @@
}
},
{
- "id": 23484,
+ "id": 24028,
"properties": {
"facing": "west",
"half": "bottom",
@@ -161815,7 +161895,7 @@
}
},
{
- "id": 23485,
+ "id": 24029,
"properties": {
"facing": "east",
"half": "top",
@@ -161824,7 +161904,7 @@
}
},
{
- "id": 23486,
+ "id": 24030,
"properties": {
"facing": "east",
"half": "top",
@@ -161833,7 +161913,7 @@
}
},
{
- "id": 23487,
+ "id": 24031,
"properties": {
"facing": "east",
"half": "top",
@@ -161842,7 +161922,7 @@
}
},
{
- "id": 23488,
+ "id": 24032,
"properties": {
"facing": "east",
"half": "top",
@@ -161851,7 +161931,7 @@
}
},
{
- "id": 23489,
+ "id": 24033,
"properties": {
"facing": "east",
"half": "top",
@@ -161860,7 +161940,7 @@
}
},
{
- "id": 23490,
+ "id": 24034,
"properties": {
"facing": "east",
"half": "top",
@@ -161869,7 +161949,7 @@
}
},
{
- "id": 23491,
+ "id": 24035,
"properties": {
"facing": "east",
"half": "top",
@@ -161878,7 +161958,7 @@
}
},
{
- "id": 23492,
+ "id": 24036,
"properties": {
"facing": "east",
"half": "top",
@@ -161887,7 +161967,7 @@
}
},
{
- "id": 23493,
+ "id": 24037,
"properties": {
"facing": "east",
"half": "top",
@@ -161896,7 +161976,7 @@
}
},
{
- "id": 23494,
+ "id": 24038,
"properties": {
"facing": "east",
"half": "top",
@@ -161905,7 +161985,7 @@
}
},
{
- "id": 23495,
+ "id": 24039,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161914,7 +161994,7 @@
}
},
{
- "id": 23496,
+ "id": 24040,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161923,7 +162003,7 @@
}
},
{
- "id": 23497,
+ "id": 24041,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161932,7 +162012,7 @@
}
},
{
- "id": 23498,
+ "id": 24042,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161941,7 +162021,7 @@
}
},
{
- "id": 23499,
+ "id": 24043,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161950,7 +162030,7 @@
}
},
{
- "id": 23500,
+ "id": 24044,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161959,7 +162039,7 @@
}
},
{
- "id": 23501,
+ "id": 24045,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161968,7 +162048,7 @@
}
},
{
- "id": 23502,
+ "id": 24046,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161977,7 +162057,7 @@
}
},
{
- "id": 23503,
+ "id": 24047,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161986,7 +162066,7 @@
}
},
{
- "id": 23504,
+ "id": 24048,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162004,7 +162084,7 @@
"states": [
{
"default": true,
- "id": 11081
+ "id": 11625
}
]
},
@@ -162016,7 +162096,7 @@
"states": [
{
"default": true,
- "id": 6771
+ "id": 6774
}
]
},
@@ -162034,13 +162114,13 @@
"states": [
{
"default": true,
- "id": 27316,
+ "id": 27860,
"properties": {
"tip": "true"
}
},
{
- "id": 27317,
+ "id": 27861,
"properties": {
"tip": "false"
}
@@ -162056,7 +162136,7 @@
"states": [
{
"default": true,
- "id": 27153
+ "id": 27697
}
]
},
@@ -162094,7 +162174,7 @@
"states": [
{
"default": true,
- "id": 27154,
+ "id": 27698,
"properties": {
"bottom": "true",
"east": "none",
@@ -162104,7 +162184,7 @@
}
},
{
- "id": 27155,
+ "id": 27699,
"properties": {
"bottom": "true",
"east": "none",
@@ -162114,7 +162194,7 @@
}
},
{
- "id": 27156,
+ "id": 27700,
"properties": {
"bottom": "true",
"east": "none",
@@ -162124,7 +162204,7 @@
}
},
{
- "id": 27157,
+ "id": 27701,
"properties": {
"bottom": "true",
"east": "none",
@@ -162134,7 +162214,7 @@
}
},
{
- "id": 27158,
+ "id": 27702,
"properties": {
"bottom": "true",
"east": "none",
@@ -162144,7 +162224,7 @@
}
},
{
- "id": 27159,
+ "id": 27703,
"properties": {
"bottom": "true",
"east": "none",
@@ -162154,7 +162234,7 @@
}
},
{
- "id": 27160,
+ "id": 27704,
"properties": {
"bottom": "true",
"east": "none",
@@ -162164,7 +162244,7 @@
}
},
{
- "id": 27161,
+ "id": 27705,
"properties": {
"bottom": "true",
"east": "none",
@@ -162174,7 +162254,7 @@
}
},
{
- "id": 27162,
+ "id": 27706,
"properties": {
"bottom": "true",
"east": "none",
@@ -162184,7 +162264,7 @@
}
},
{
- "id": 27163,
+ "id": 27707,
"properties": {
"bottom": "true",
"east": "none",
@@ -162194,7 +162274,7 @@
}
},
{
- "id": 27164,
+ "id": 27708,
"properties": {
"bottom": "true",
"east": "none",
@@ -162204,7 +162284,7 @@
}
},
{
- "id": 27165,
+ "id": 27709,
"properties": {
"bottom": "true",
"east": "none",
@@ -162214,7 +162294,7 @@
}
},
{
- "id": 27166,
+ "id": 27710,
"properties": {
"bottom": "true",
"east": "none",
@@ -162224,7 +162304,7 @@
}
},
{
- "id": 27167,
+ "id": 27711,
"properties": {
"bottom": "true",
"east": "none",
@@ -162234,7 +162314,7 @@
}
},
{
- "id": 27168,
+ "id": 27712,
"properties": {
"bottom": "true",
"east": "none",
@@ -162244,7 +162324,7 @@
}
},
{
- "id": 27169,
+ "id": 27713,
"properties": {
"bottom": "true",
"east": "none",
@@ -162254,7 +162334,7 @@
}
},
{
- "id": 27170,
+ "id": 27714,
"properties": {
"bottom": "true",
"east": "none",
@@ -162264,7 +162344,7 @@
}
},
{
- "id": 27171,
+ "id": 27715,
"properties": {
"bottom": "true",
"east": "none",
@@ -162274,7 +162354,7 @@
}
},
{
- "id": 27172,
+ "id": 27716,
"properties": {
"bottom": "true",
"east": "none",
@@ -162284,7 +162364,7 @@
}
},
{
- "id": 27173,
+ "id": 27717,
"properties": {
"bottom": "true",
"east": "none",
@@ -162294,7 +162374,7 @@
}
},
{
- "id": 27174,
+ "id": 27718,
"properties": {
"bottom": "true",
"east": "none",
@@ -162304,7 +162384,7 @@
}
},
{
- "id": 27175,
+ "id": 27719,
"properties": {
"bottom": "true",
"east": "none",
@@ -162314,7 +162394,7 @@
}
},
{
- "id": 27176,
+ "id": 27720,
"properties": {
"bottom": "true",
"east": "none",
@@ -162324,7 +162404,7 @@
}
},
{
- "id": 27177,
+ "id": 27721,
"properties": {
"bottom": "true",
"east": "none",
@@ -162334,7 +162414,7 @@
}
},
{
- "id": 27178,
+ "id": 27722,
"properties": {
"bottom": "true",
"east": "none",
@@ -162344,7 +162424,7 @@
}
},
{
- "id": 27179,
+ "id": 27723,
"properties": {
"bottom": "true",
"east": "none",
@@ -162354,7 +162434,7 @@
}
},
{
- "id": 27180,
+ "id": 27724,
"properties": {
"bottom": "true",
"east": "none",
@@ -162364,7 +162444,7 @@
}
},
{
- "id": 27181,
+ "id": 27725,
"properties": {
"bottom": "true",
"east": "low",
@@ -162374,7 +162454,7 @@
}
},
{
- "id": 27182,
+ "id": 27726,
"properties": {
"bottom": "true",
"east": "low",
@@ -162384,7 +162464,7 @@
}
},
{
- "id": 27183,
+ "id": 27727,
"properties": {
"bottom": "true",
"east": "low",
@@ -162394,7 +162474,7 @@
}
},
{
- "id": 27184,
+ "id": 27728,
"properties": {
"bottom": "true",
"east": "low",
@@ -162404,7 +162484,7 @@
}
},
{
- "id": 27185,
+ "id": 27729,
"properties": {
"bottom": "true",
"east": "low",
@@ -162414,7 +162494,7 @@
}
},
{
- "id": 27186,
+ "id": 27730,
"properties": {
"bottom": "true",
"east": "low",
@@ -162424,7 +162504,7 @@
}
},
{
- "id": 27187,
+ "id": 27731,
"properties": {
"bottom": "true",
"east": "low",
@@ -162434,7 +162514,7 @@
}
},
{
- "id": 27188,
+ "id": 27732,
"properties": {
"bottom": "true",
"east": "low",
@@ -162444,7 +162524,7 @@
}
},
{
- "id": 27189,
+ "id": 27733,
"properties": {
"bottom": "true",
"east": "low",
@@ -162454,7 +162534,7 @@
}
},
{
- "id": 27190,
+ "id": 27734,
"properties": {
"bottom": "true",
"east": "low",
@@ -162464,7 +162544,7 @@
}
},
{
- "id": 27191,
+ "id": 27735,
"properties": {
"bottom": "true",
"east": "low",
@@ -162474,7 +162554,7 @@
}
},
{
- "id": 27192,
+ "id": 27736,
"properties": {
"bottom": "true",
"east": "low",
@@ -162484,7 +162564,7 @@
}
},
{
- "id": 27193,
+ "id": 27737,
"properties": {
"bottom": "true",
"east": "low",
@@ -162494,7 +162574,7 @@
}
},
{
- "id": 27194,
+ "id": 27738,
"properties": {
"bottom": "true",
"east": "low",
@@ -162504,7 +162584,7 @@
}
},
{
- "id": 27195,
+ "id": 27739,
"properties": {
"bottom": "true",
"east": "low",
@@ -162514,7 +162594,7 @@
}
},
{
- "id": 27196,
+ "id": 27740,
"properties": {
"bottom": "true",
"east": "low",
@@ -162524,7 +162604,7 @@
}
},
{
- "id": 27197,
+ "id": 27741,
"properties": {
"bottom": "true",
"east": "low",
@@ -162534,7 +162614,7 @@
}
},
{
- "id": 27198,
+ "id": 27742,
"properties": {
"bottom": "true",
"east": "low",
@@ -162544,7 +162624,7 @@
}
},
{
- "id": 27199,
+ "id": 27743,
"properties": {
"bottom": "true",
"east": "low",
@@ -162554,7 +162634,7 @@
}
},
{
- "id": 27200,
+ "id": 27744,
"properties": {
"bottom": "true",
"east": "low",
@@ -162564,7 +162644,7 @@
}
},
{
- "id": 27201,
+ "id": 27745,
"properties": {
"bottom": "true",
"east": "low",
@@ -162574,7 +162654,7 @@
}
},
{
- "id": 27202,
+ "id": 27746,
"properties": {
"bottom": "true",
"east": "low",
@@ -162584,7 +162664,7 @@
}
},
{
- "id": 27203,
+ "id": 27747,
"properties": {
"bottom": "true",
"east": "low",
@@ -162594,7 +162674,7 @@
}
},
{
- "id": 27204,
+ "id": 27748,
"properties": {
"bottom": "true",
"east": "low",
@@ -162604,7 +162684,7 @@
}
},
{
- "id": 27205,
+ "id": 27749,
"properties": {
"bottom": "true",
"east": "low",
@@ -162614,7 +162694,7 @@
}
},
{
- "id": 27206,
+ "id": 27750,
"properties": {
"bottom": "true",
"east": "low",
@@ -162624,7 +162704,7 @@
}
},
{
- "id": 27207,
+ "id": 27751,
"properties": {
"bottom": "true",
"east": "low",
@@ -162634,7 +162714,7 @@
}
},
{
- "id": 27208,
+ "id": 27752,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162644,7 +162724,7 @@
}
},
{
- "id": 27209,
+ "id": 27753,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162654,7 +162734,7 @@
}
},
{
- "id": 27210,
+ "id": 27754,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162664,7 +162744,7 @@
}
},
{
- "id": 27211,
+ "id": 27755,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162674,7 +162754,7 @@
}
},
{
- "id": 27212,
+ "id": 27756,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162684,7 +162764,7 @@
}
},
{
- "id": 27213,
+ "id": 27757,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162694,7 +162774,7 @@
}
},
{
- "id": 27214,
+ "id": 27758,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162704,7 +162784,7 @@
}
},
{
- "id": 27215,
+ "id": 27759,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162714,7 +162794,7 @@
}
},
{
- "id": 27216,
+ "id": 27760,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162724,7 +162804,7 @@
}
},
{
- "id": 27217,
+ "id": 27761,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162734,7 +162814,7 @@
}
},
{
- "id": 27218,
+ "id": 27762,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162744,7 +162824,7 @@
}
},
{
- "id": 27219,
+ "id": 27763,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162754,7 +162834,7 @@
}
},
{
- "id": 27220,
+ "id": 27764,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162764,7 +162844,7 @@
}
},
{
- "id": 27221,
+ "id": 27765,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162774,7 +162854,7 @@
}
},
{
- "id": 27222,
+ "id": 27766,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162784,7 +162864,7 @@
}
},
{
- "id": 27223,
+ "id": 27767,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162794,7 +162874,7 @@
}
},
{
- "id": 27224,
+ "id": 27768,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162804,7 +162884,7 @@
}
},
{
- "id": 27225,
+ "id": 27769,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162814,7 +162894,7 @@
}
},
{
- "id": 27226,
+ "id": 27770,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162824,7 +162904,7 @@
}
},
{
- "id": 27227,
+ "id": 27771,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162834,7 +162914,7 @@
}
},
{
- "id": 27228,
+ "id": 27772,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162844,7 +162924,7 @@
}
},
{
- "id": 27229,
+ "id": 27773,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162854,7 +162934,7 @@
}
},
{
- "id": 27230,
+ "id": 27774,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162864,7 +162944,7 @@
}
},
{
- "id": 27231,
+ "id": 27775,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162874,7 +162954,7 @@
}
},
{
- "id": 27232,
+ "id": 27776,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162884,7 +162964,7 @@
}
},
{
- "id": 27233,
+ "id": 27777,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162894,7 +162974,7 @@
}
},
{
- "id": 27234,
+ "id": 27778,
"properties": {
"bottom": "true",
"east": "tall",
@@ -162904,7 +162984,7 @@
}
},
{
- "id": 27235,
+ "id": 27779,
"properties": {
"bottom": "false",
"east": "none",
@@ -162914,7 +162994,7 @@
}
},
{
- "id": 27236,
+ "id": 27780,
"properties": {
"bottom": "false",
"east": "none",
@@ -162924,7 +163004,7 @@
}
},
{
- "id": 27237,
+ "id": 27781,
"properties": {
"bottom": "false",
"east": "none",
@@ -162934,7 +163014,7 @@
}
},
{
- "id": 27238,
+ "id": 27782,
"properties": {
"bottom": "false",
"east": "none",
@@ -162944,7 +163024,7 @@
}
},
{
- "id": 27239,
+ "id": 27783,
"properties": {
"bottom": "false",
"east": "none",
@@ -162954,7 +163034,7 @@
}
},
{
- "id": 27240,
+ "id": 27784,
"properties": {
"bottom": "false",
"east": "none",
@@ -162964,7 +163044,7 @@
}
},
{
- "id": 27241,
+ "id": 27785,
"properties": {
"bottom": "false",
"east": "none",
@@ -162974,7 +163054,7 @@
}
},
{
- "id": 27242,
+ "id": 27786,
"properties": {
"bottom": "false",
"east": "none",
@@ -162984,7 +163064,7 @@
}
},
{
- "id": 27243,
+ "id": 27787,
"properties": {
"bottom": "false",
"east": "none",
@@ -162994,7 +163074,7 @@
}
},
{
- "id": 27244,
+ "id": 27788,
"properties": {
"bottom": "false",
"east": "none",
@@ -163004,7 +163084,7 @@
}
},
{
- "id": 27245,
+ "id": 27789,
"properties": {
"bottom": "false",
"east": "none",
@@ -163014,7 +163094,7 @@
}
},
{
- "id": 27246,
+ "id": 27790,
"properties": {
"bottom": "false",
"east": "none",
@@ -163024,7 +163104,7 @@
}
},
{
- "id": 27247,
+ "id": 27791,
"properties": {
"bottom": "false",
"east": "none",
@@ -163034,7 +163114,7 @@
}
},
{
- "id": 27248,
+ "id": 27792,
"properties": {
"bottom": "false",
"east": "none",
@@ -163044,7 +163124,7 @@
}
},
{
- "id": 27249,
+ "id": 27793,
"properties": {
"bottom": "false",
"east": "none",
@@ -163054,7 +163134,7 @@
}
},
{
- "id": 27250,
+ "id": 27794,
"properties": {
"bottom": "false",
"east": "none",
@@ -163064,7 +163144,7 @@
}
},
{
- "id": 27251,
+ "id": 27795,
"properties": {
"bottom": "false",
"east": "none",
@@ -163074,7 +163154,7 @@
}
},
{
- "id": 27252,
+ "id": 27796,
"properties": {
"bottom": "false",
"east": "none",
@@ -163084,7 +163164,7 @@
}
},
{
- "id": 27253,
+ "id": 27797,
"properties": {
"bottom": "false",
"east": "none",
@@ -163094,7 +163174,7 @@
}
},
{
- "id": 27254,
+ "id": 27798,
"properties": {
"bottom": "false",
"east": "none",
@@ -163104,7 +163184,7 @@
}
},
{
- "id": 27255,
+ "id": 27799,
"properties": {
"bottom": "false",
"east": "none",
@@ -163114,7 +163194,7 @@
}
},
{
- "id": 27256,
+ "id": 27800,
"properties": {
"bottom": "false",
"east": "none",
@@ -163124,7 +163204,7 @@
}
},
{
- "id": 27257,
+ "id": 27801,
"properties": {
"bottom": "false",
"east": "none",
@@ -163134,7 +163214,7 @@
}
},
{
- "id": 27258,
+ "id": 27802,
"properties": {
"bottom": "false",
"east": "none",
@@ -163144,7 +163224,7 @@
}
},
{
- "id": 27259,
+ "id": 27803,
"properties": {
"bottom": "false",
"east": "none",
@@ -163154,7 +163234,7 @@
}
},
{
- "id": 27260,
+ "id": 27804,
"properties": {
"bottom": "false",
"east": "none",
@@ -163164,7 +163244,7 @@
}
},
{
- "id": 27261,
+ "id": 27805,
"properties": {
"bottom": "false",
"east": "none",
@@ -163174,7 +163254,7 @@
}
},
{
- "id": 27262,
+ "id": 27806,
"properties": {
"bottom": "false",
"east": "low",
@@ -163184,7 +163264,7 @@
}
},
{
- "id": 27263,
+ "id": 27807,
"properties": {
"bottom": "false",
"east": "low",
@@ -163194,7 +163274,7 @@
}
},
{
- "id": 27264,
+ "id": 27808,
"properties": {
"bottom": "false",
"east": "low",
@@ -163204,7 +163284,7 @@
}
},
{
- "id": 27265,
+ "id": 27809,
"properties": {
"bottom": "false",
"east": "low",
@@ -163214,7 +163294,7 @@
}
},
{
- "id": 27266,
+ "id": 27810,
"properties": {
"bottom": "false",
"east": "low",
@@ -163224,7 +163304,7 @@
}
},
{
- "id": 27267,
+ "id": 27811,
"properties": {
"bottom": "false",
"east": "low",
@@ -163234,7 +163314,7 @@
}
},
{
- "id": 27268,
+ "id": 27812,
"properties": {
"bottom": "false",
"east": "low",
@@ -163244,7 +163324,7 @@
}
},
{
- "id": 27269,
+ "id": 27813,
"properties": {
"bottom": "false",
"east": "low",
@@ -163254,7 +163334,7 @@
}
},
{
- "id": 27270,
+ "id": 27814,
"properties": {
"bottom": "false",
"east": "low",
@@ -163264,7 +163344,7 @@
}
},
{
- "id": 27271,
+ "id": 27815,
"properties": {
"bottom": "false",
"east": "low",
@@ -163274,7 +163354,7 @@
}
},
{
- "id": 27272,
+ "id": 27816,
"properties": {
"bottom": "false",
"east": "low",
@@ -163284,7 +163364,7 @@
}
},
{
- "id": 27273,
+ "id": 27817,
"properties": {
"bottom": "false",
"east": "low",
@@ -163294,7 +163374,7 @@
}
},
{
- "id": 27274,
+ "id": 27818,
"properties": {
"bottom": "false",
"east": "low",
@@ -163304,7 +163384,7 @@
}
},
{
- "id": 27275,
+ "id": 27819,
"properties": {
"bottom": "false",
"east": "low",
@@ -163314,7 +163394,7 @@
}
},
{
- "id": 27276,
+ "id": 27820,
"properties": {
"bottom": "false",
"east": "low",
@@ -163324,7 +163404,7 @@
}
},
{
- "id": 27277,
+ "id": 27821,
"properties": {
"bottom": "false",
"east": "low",
@@ -163334,7 +163414,7 @@
}
},
{
- "id": 27278,
+ "id": 27822,
"properties": {
"bottom": "false",
"east": "low",
@@ -163344,7 +163424,7 @@
}
},
{
- "id": 27279,
+ "id": 27823,
"properties": {
"bottom": "false",
"east": "low",
@@ -163354,7 +163434,7 @@
}
},
{
- "id": 27280,
+ "id": 27824,
"properties": {
"bottom": "false",
"east": "low",
@@ -163364,7 +163444,7 @@
}
},
{
- "id": 27281,
+ "id": 27825,
"properties": {
"bottom": "false",
"east": "low",
@@ -163374,7 +163454,7 @@
}
},
{
- "id": 27282,
+ "id": 27826,
"properties": {
"bottom": "false",
"east": "low",
@@ -163384,7 +163464,7 @@
}
},
{
- "id": 27283,
+ "id": 27827,
"properties": {
"bottom": "false",
"east": "low",
@@ -163394,7 +163474,7 @@
}
},
{
- "id": 27284,
+ "id": 27828,
"properties": {
"bottom": "false",
"east": "low",
@@ -163404,7 +163484,7 @@
}
},
{
- "id": 27285,
+ "id": 27829,
"properties": {
"bottom": "false",
"east": "low",
@@ -163414,7 +163494,7 @@
}
},
{
- "id": 27286,
+ "id": 27830,
"properties": {
"bottom": "false",
"east": "low",
@@ -163424,7 +163504,7 @@
}
},
{
- "id": 27287,
+ "id": 27831,
"properties": {
"bottom": "false",
"east": "low",
@@ -163434,7 +163514,7 @@
}
},
{
- "id": 27288,
+ "id": 27832,
"properties": {
"bottom": "false",
"east": "low",
@@ -163444,7 +163524,7 @@
}
},
{
- "id": 27289,
+ "id": 27833,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163454,7 +163534,7 @@
}
},
{
- "id": 27290,
+ "id": 27834,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163464,7 +163544,7 @@
}
},
{
- "id": 27291,
+ "id": 27835,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163474,7 +163554,7 @@
}
},
{
- "id": 27292,
+ "id": 27836,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163484,7 +163564,7 @@
}
},
{
- "id": 27293,
+ "id": 27837,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163494,7 +163574,7 @@
}
},
{
- "id": 27294,
+ "id": 27838,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163504,7 +163584,7 @@
}
},
{
- "id": 27295,
+ "id": 27839,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163514,7 +163594,7 @@
}
},
{
- "id": 27296,
+ "id": 27840,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163524,7 +163604,7 @@
}
},
{
- "id": 27297,
+ "id": 27841,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163534,7 +163614,7 @@
}
},
{
- "id": 27298,
+ "id": 27842,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163544,7 +163624,7 @@
}
},
{
- "id": 27299,
+ "id": 27843,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163554,7 +163634,7 @@
}
},
{
- "id": 27300,
+ "id": 27844,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163564,7 +163644,7 @@
}
},
{
- "id": 27301,
+ "id": 27845,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163574,7 +163654,7 @@
}
},
{
- "id": 27302,
+ "id": 27846,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163584,7 +163664,7 @@
}
},
{
- "id": 27303,
+ "id": 27847,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163594,7 +163674,7 @@
}
},
{
- "id": 27304,
+ "id": 27848,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163604,7 +163684,7 @@
}
},
{
- "id": 27305,
+ "id": 27849,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163614,7 +163694,7 @@
}
},
{
- "id": 27306,
+ "id": 27850,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163624,7 +163704,7 @@
}
},
{
- "id": 27307,
+ "id": 27851,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163634,7 +163714,7 @@
}
},
{
- "id": 27308,
+ "id": 27852,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163644,7 +163724,7 @@
}
},
{
- "id": 27309,
+ "id": 27853,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163654,7 +163734,7 @@
}
},
{
- "id": 27310,
+ "id": 27854,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163664,7 +163744,7 @@
}
},
{
- "id": 27311,
+ "id": 27855,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163674,7 +163754,7 @@
}
},
{
- "id": 27312,
+ "id": 27856,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163684,7 +163764,7 @@
}
},
{
- "id": 27313,
+ "id": 27857,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163694,7 +163774,7 @@
}
},
{
- "id": 27314,
+ "id": 27858,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163704,7 +163784,7 @@
}
},
{
- "id": 27315,
+ "id": 27859,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163741,7 +163821,7 @@
},
"states": [
{
- "id": 9010,
+ "id": 9554,
"properties": {
"face": "floor",
"facing": "north",
@@ -163749,7 +163829,7 @@
}
},
{
- "id": 9011,
+ "id": 9555,
"properties": {
"face": "floor",
"facing": "north",
@@ -163757,7 +163837,7 @@
}
},
{
- "id": 9012,
+ "id": 9556,
"properties": {
"face": "floor",
"facing": "south",
@@ -163765,7 +163845,7 @@
}
},
{
- "id": 9013,
+ "id": 9557,
"properties": {
"face": "floor",
"facing": "south",
@@ -163773,7 +163853,7 @@
}
},
{
- "id": 9014,
+ "id": 9558,
"properties": {
"face": "floor",
"facing": "west",
@@ -163781,7 +163861,7 @@
}
},
{
- "id": 9015,
+ "id": 9559,
"properties": {
"face": "floor",
"facing": "west",
@@ -163789,7 +163869,7 @@
}
},
{
- "id": 9016,
+ "id": 9560,
"properties": {
"face": "floor",
"facing": "east",
@@ -163797,7 +163877,7 @@
}
},
{
- "id": 9017,
+ "id": 9561,
"properties": {
"face": "floor",
"facing": "east",
@@ -163805,7 +163885,7 @@
}
},
{
- "id": 9018,
+ "id": 9562,
"properties": {
"face": "wall",
"facing": "north",
@@ -163814,7 +163894,7 @@
},
{
"default": true,
- "id": 9019,
+ "id": 9563,
"properties": {
"face": "wall",
"facing": "north",
@@ -163822,7 +163902,7 @@
}
},
{
- "id": 9020,
+ "id": 9564,
"properties": {
"face": "wall",
"facing": "south",
@@ -163830,7 +163910,7 @@
}
},
{
- "id": 9021,
+ "id": 9565,
"properties": {
"face": "wall",
"facing": "south",
@@ -163838,7 +163918,7 @@
}
},
{
- "id": 9022,
+ "id": 9566,
"properties": {
"face": "wall",
"facing": "west",
@@ -163846,7 +163926,7 @@
}
},
{
- "id": 9023,
+ "id": 9567,
"properties": {
"face": "wall",
"facing": "west",
@@ -163854,7 +163934,7 @@
}
},
{
- "id": 9024,
+ "id": 9568,
"properties": {
"face": "wall",
"facing": "east",
@@ -163862,7 +163942,7 @@
}
},
{
- "id": 9025,
+ "id": 9569,
"properties": {
"face": "wall",
"facing": "east",
@@ -163870,7 +163950,7 @@
}
},
{
- "id": 9026,
+ "id": 9570,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -163878,7 +163958,7 @@
}
},
{
- "id": 9027,
+ "id": 9571,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -163886,7 +163966,7 @@
}
},
{
- "id": 9028,
+ "id": 9572,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -163894,7 +163974,7 @@
}
},
{
- "id": 9029,
+ "id": 9573,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -163902,7 +163982,7 @@
}
},
{
- "id": 9030,
+ "id": 9574,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -163910,7 +163990,7 @@
}
},
{
- "id": 9031,
+ "id": 9575,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -163918,7 +163998,7 @@
}
},
{
- "id": 9032,
+ "id": 9576,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -163926,7 +164006,7 @@
}
},
{
- "id": 9033,
+ "id": 9577,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -163967,7 +164047,7 @@
},
"states": [
{
- "id": 12611,
+ "id": 13155,
"properties": {
"facing": "north",
"half": "upper",
@@ -163977,7 +164057,7 @@
}
},
{
- "id": 12612,
+ "id": 13156,
"properties": {
"facing": "north",
"half": "upper",
@@ -163987,7 +164067,7 @@
}
},
{
- "id": 12613,
+ "id": 13157,
"properties": {
"facing": "north",
"half": "upper",
@@ -163997,7 +164077,7 @@
}
},
{
- "id": 12614,
+ "id": 13158,
"properties": {
"facing": "north",
"half": "upper",
@@ -164007,7 +164087,7 @@
}
},
{
- "id": 12615,
+ "id": 13159,
"properties": {
"facing": "north",
"half": "upper",
@@ -164017,7 +164097,7 @@
}
},
{
- "id": 12616,
+ "id": 13160,
"properties": {
"facing": "north",
"half": "upper",
@@ -164027,7 +164107,7 @@
}
},
{
- "id": 12617,
+ "id": 13161,
"properties": {
"facing": "north",
"half": "upper",
@@ -164037,7 +164117,7 @@
}
},
{
- "id": 12618,
+ "id": 13162,
"properties": {
"facing": "north",
"half": "upper",
@@ -164047,7 +164127,7 @@
}
},
{
- "id": 12619,
+ "id": 13163,
"properties": {
"facing": "north",
"half": "lower",
@@ -164057,7 +164137,7 @@
}
},
{
- "id": 12620,
+ "id": 13164,
"properties": {
"facing": "north",
"half": "lower",
@@ -164067,7 +164147,7 @@
}
},
{
- "id": 12621,
+ "id": 13165,
"properties": {
"facing": "north",
"half": "lower",
@@ -164078,7 +164158,7 @@
},
{
"default": true,
- "id": 12622,
+ "id": 13166,
"properties": {
"facing": "north",
"half": "lower",
@@ -164088,7 +164168,7 @@
}
},
{
- "id": 12623,
+ "id": 13167,
"properties": {
"facing": "north",
"half": "lower",
@@ -164098,7 +164178,7 @@
}
},
{
- "id": 12624,
+ "id": 13168,
"properties": {
"facing": "north",
"half": "lower",
@@ -164108,7 +164188,7 @@
}
},
{
- "id": 12625,
+ "id": 13169,
"properties": {
"facing": "north",
"half": "lower",
@@ -164118,7 +164198,7 @@
}
},
{
- "id": 12626,
+ "id": 13170,
"properties": {
"facing": "north",
"half": "lower",
@@ -164128,7 +164208,7 @@
}
},
{
- "id": 12627,
+ "id": 13171,
"properties": {
"facing": "south",
"half": "upper",
@@ -164138,7 +164218,7 @@
}
},
{
- "id": 12628,
+ "id": 13172,
"properties": {
"facing": "south",
"half": "upper",
@@ -164148,7 +164228,7 @@
}
},
{
- "id": 12629,
+ "id": 13173,
"properties": {
"facing": "south",
"half": "upper",
@@ -164158,7 +164238,7 @@
}
},
{
- "id": 12630,
+ "id": 13174,
"properties": {
"facing": "south",
"half": "upper",
@@ -164168,7 +164248,7 @@
}
},
{
- "id": 12631,
+ "id": 13175,
"properties": {
"facing": "south",
"half": "upper",
@@ -164178,7 +164258,7 @@
}
},
{
- "id": 12632,
+ "id": 13176,
"properties": {
"facing": "south",
"half": "upper",
@@ -164188,7 +164268,7 @@
}
},
{
- "id": 12633,
+ "id": 13177,
"properties": {
"facing": "south",
"half": "upper",
@@ -164198,7 +164278,7 @@
}
},
{
- "id": 12634,
+ "id": 13178,
"properties": {
"facing": "south",
"half": "upper",
@@ -164208,7 +164288,7 @@
}
},
{
- "id": 12635,
+ "id": 13179,
"properties": {
"facing": "south",
"half": "lower",
@@ -164218,7 +164298,7 @@
}
},
{
- "id": 12636,
+ "id": 13180,
"properties": {
"facing": "south",
"half": "lower",
@@ -164228,7 +164308,7 @@
}
},
{
- "id": 12637,
+ "id": 13181,
"properties": {
"facing": "south",
"half": "lower",
@@ -164238,7 +164318,7 @@
}
},
{
- "id": 12638,
+ "id": 13182,
"properties": {
"facing": "south",
"half": "lower",
@@ -164248,7 +164328,7 @@
}
},
{
- "id": 12639,
+ "id": 13183,
"properties": {
"facing": "south",
"half": "lower",
@@ -164258,7 +164338,7 @@
}
},
{
- "id": 12640,
+ "id": 13184,
"properties": {
"facing": "south",
"half": "lower",
@@ -164268,7 +164348,7 @@
}
},
{
- "id": 12641,
+ "id": 13185,
"properties": {
"facing": "south",
"half": "lower",
@@ -164278,7 +164358,7 @@
}
},
{
- "id": 12642,
+ "id": 13186,
"properties": {
"facing": "south",
"half": "lower",
@@ -164288,7 +164368,7 @@
}
},
{
- "id": 12643,
+ "id": 13187,
"properties": {
"facing": "west",
"half": "upper",
@@ -164298,7 +164378,7 @@
}
},
{
- "id": 12644,
+ "id": 13188,
"properties": {
"facing": "west",
"half": "upper",
@@ -164308,7 +164388,7 @@
}
},
{
- "id": 12645,
+ "id": 13189,
"properties": {
"facing": "west",
"half": "upper",
@@ -164318,7 +164398,7 @@
}
},
{
- "id": 12646,
+ "id": 13190,
"properties": {
"facing": "west",
"half": "upper",
@@ -164328,7 +164408,7 @@
}
},
{
- "id": 12647,
+ "id": 13191,
"properties": {
"facing": "west",
"half": "upper",
@@ -164338,7 +164418,7 @@
}
},
{
- "id": 12648,
+ "id": 13192,
"properties": {
"facing": "west",
"half": "upper",
@@ -164348,7 +164428,7 @@
}
},
{
- "id": 12649,
+ "id": 13193,
"properties": {
"facing": "west",
"half": "upper",
@@ -164358,7 +164438,7 @@
}
},
{
- "id": 12650,
+ "id": 13194,
"properties": {
"facing": "west",
"half": "upper",
@@ -164368,7 +164448,7 @@
}
},
{
- "id": 12651,
+ "id": 13195,
"properties": {
"facing": "west",
"half": "lower",
@@ -164378,7 +164458,7 @@
}
},
{
- "id": 12652,
+ "id": 13196,
"properties": {
"facing": "west",
"half": "lower",
@@ -164388,7 +164468,7 @@
}
},
{
- "id": 12653,
+ "id": 13197,
"properties": {
"facing": "west",
"half": "lower",
@@ -164398,7 +164478,7 @@
}
},
{
- "id": 12654,
+ "id": 13198,
"properties": {
"facing": "west",
"half": "lower",
@@ -164408,7 +164488,7 @@
}
},
{
- "id": 12655,
+ "id": 13199,
"properties": {
"facing": "west",
"half": "lower",
@@ -164418,7 +164498,7 @@
}
},
{
- "id": 12656,
+ "id": 13200,
"properties": {
"facing": "west",
"half": "lower",
@@ -164428,7 +164508,7 @@
}
},
{
- "id": 12657,
+ "id": 13201,
"properties": {
"facing": "west",
"half": "lower",
@@ -164438,7 +164518,7 @@
}
},
{
- "id": 12658,
+ "id": 13202,
"properties": {
"facing": "west",
"half": "lower",
@@ -164448,7 +164528,7 @@
}
},
{
- "id": 12659,
+ "id": 13203,
"properties": {
"facing": "east",
"half": "upper",
@@ -164458,7 +164538,7 @@
}
},
{
- "id": 12660,
+ "id": 13204,
"properties": {
"facing": "east",
"half": "upper",
@@ -164468,7 +164548,7 @@
}
},
{
- "id": 12661,
+ "id": 13205,
"properties": {
"facing": "east",
"half": "upper",
@@ -164478,7 +164558,7 @@
}
},
{
- "id": 12662,
+ "id": 13206,
"properties": {
"facing": "east",
"half": "upper",
@@ -164488,7 +164568,7 @@
}
},
{
- "id": 12663,
+ "id": 13207,
"properties": {
"facing": "east",
"half": "upper",
@@ -164498,7 +164578,7 @@
}
},
{
- "id": 12664,
+ "id": 13208,
"properties": {
"facing": "east",
"half": "upper",
@@ -164508,7 +164588,7 @@
}
},
{
- "id": 12665,
+ "id": 13209,
"properties": {
"facing": "east",
"half": "upper",
@@ -164518,7 +164598,7 @@
}
},
{
- "id": 12666,
+ "id": 13210,
"properties": {
"facing": "east",
"half": "upper",
@@ -164528,7 +164608,7 @@
}
},
{
- "id": 12667,
+ "id": 13211,
"properties": {
"facing": "east",
"half": "lower",
@@ -164538,7 +164618,7 @@
}
},
{
- "id": 12668,
+ "id": 13212,
"properties": {
"facing": "east",
"half": "lower",
@@ -164548,7 +164628,7 @@
}
},
{
- "id": 12669,
+ "id": 13213,
"properties": {
"facing": "east",
"half": "lower",
@@ -164558,7 +164638,7 @@
}
},
{
- "id": 12670,
+ "id": 13214,
"properties": {
"facing": "east",
"half": "lower",
@@ -164568,7 +164648,7 @@
}
},
{
- "id": 12671,
+ "id": 13215,
"properties": {
"facing": "east",
"half": "lower",
@@ -164578,7 +164658,7 @@
}
},
{
- "id": 12672,
+ "id": 13216,
"properties": {
"facing": "east",
"half": "lower",
@@ -164588,7 +164668,7 @@
}
},
{
- "id": 12673,
+ "id": 13217,
"properties": {
"facing": "east",
"half": "lower",
@@ -164598,7 +164678,7 @@
}
},
{
- "id": 12674,
+ "id": 13218,
"properties": {
"facing": "east",
"half": "lower",
@@ -164638,7 +164718,7 @@
},
"states": [
{
- "id": 12131,
+ "id": 12675,
"properties": {
"east": "true",
"north": "true",
@@ -164648,7 +164728,7 @@
}
},
{
- "id": 12132,
+ "id": 12676,
"properties": {
"east": "true",
"north": "true",
@@ -164658,7 +164738,7 @@
}
},
{
- "id": 12133,
+ "id": 12677,
"properties": {
"east": "true",
"north": "true",
@@ -164668,7 +164748,7 @@
}
},
{
- "id": 12134,
+ "id": 12678,
"properties": {
"east": "true",
"north": "true",
@@ -164678,7 +164758,7 @@
}
},
{
- "id": 12135,
+ "id": 12679,
"properties": {
"east": "true",
"north": "true",
@@ -164688,7 +164768,7 @@
}
},
{
- "id": 12136,
+ "id": 12680,
"properties": {
"east": "true",
"north": "true",
@@ -164698,7 +164778,7 @@
}
},
{
- "id": 12137,
+ "id": 12681,
"properties": {
"east": "true",
"north": "true",
@@ -164708,7 +164788,7 @@
}
},
{
- "id": 12138,
+ "id": 12682,
"properties": {
"east": "true",
"north": "true",
@@ -164718,7 +164798,7 @@
}
},
{
- "id": 12139,
+ "id": 12683,
"properties": {
"east": "true",
"north": "false",
@@ -164728,7 +164808,7 @@
}
},
{
- "id": 12140,
+ "id": 12684,
"properties": {
"east": "true",
"north": "false",
@@ -164738,7 +164818,7 @@
}
},
{
- "id": 12141,
+ "id": 12685,
"properties": {
"east": "true",
"north": "false",
@@ -164748,7 +164828,7 @@
}
},
{
- "id": 12142,
+ "id": 12686,
"properties": {
"east": "true",
"north": "false",
@@ -164758,7 +164838,7 @@
}
},
{
- "id": 12143,
+ "id": 12687,
"properties": {
"east": "true",
"north": "false",
@@ -164768,7 +164848,7 @@
}
},
{
- "id": 12144,
+ "id": 12688,
"properties": {
"east": "true",
"north": "false",
@@ -164778,7 +164858,7 @@
}
},
{
- "id": 12145,
+ "id": 12689,
"properties": {
"east": "true",
"north": "false",
@@ -164788,7 +164868,7 @@
}
},
{
- "id": 12146,
+ "id": 12690,
"properties": {
"east": "true",
"north": "false",
@@ -164798,7 +164878,7 @@
}
},
{
- "id": 12147,
+ "id": 12691,
"properties": {
"east": "false",
"north": "true",
@@ -164808,7 +164888,7 @@
}
},
{
- "id": 12148,
+ "id": 12692,
"properties": {
"east": "false",
"north": "true",
@@ -164818,7 +164898,7 @@
}
},
{
- "id": 12149,
+ "id": 12693,
"properties": {
"east": "false",
"north": "true",
@@ -164828,7 +164908,7 @@
}
},
{
- "id": 12150,
+ "id": 12694,
"properties": {
"east": "false",
"north": "true",
@@ -164838,7 +164918,7 @@
}
},
{
- "id": 12151,
+ "id": 12695,
"properties": {
"east": "false",
"north": "true",
@@ -164848,7 +164928,7 @@
}
},
{
- "id": 12152,
+ "id": 12696,
"properties": {
"east": "false",
"north": "true",
@@ -164858,7 +164938,7 @@
}
},
{
- "id": 12153,
+ "id": 12697,
"properties": {
"east": "false",
"north": "true",
@@ -164868,7 +164948,7 @@
}
},
{
- "id": 12154,
+ "id": 12698,
"properties": {
"east": "false",
"north": "true",
@@ -164878,7 +164958,7 @@
}
},
{
- "id": 12155,
+ "id": 12699,
"properties": {
"east": "false",
"north": "false",
@@ -164888,7 +164968,7 @@
}
},
{
- "id": 12156,
+ "id": 12700,
"properties": {
"east": "false",
"north": "false",
@@ -164898,7 +164978,7 @@
}
},
{
- "id": 12157,
+ "id": 12701,
"properties": {
"east": "false",
"north": "false",
@@ -164908,7 +164988,7 @@
}
},
{
- "id": 12158,
+ "id": 12702,
"properties": {
"east": "false",
"north": "false",
@@ -164918,7 +164998,7 @@
}
},
{
- "id": 12159,
+ "id": 12703,
"properties": {
"east": "false",
"north": "false",
@@ -164928,7 +165008,7 @@
}
},
{
- "id": 12160,
+ "id": 12704,
"properties": {
"east": "false",
"north": "false",
@@ -164938,7 +165018,7 @@
}
},
{
- "id": 12161,
+ "id": 12705,
"properties": {
"east": "false",
"north": "false",
@@ -164949,7 +165029,7 @@
},
{
"default": true,
- "id": 12162,
+ "id": 12706,
"properties": {
"east": "false",
"north": "false",
@@ -164988,7 +165068,7 @@
},
"states": [
{
- "id": 11843,
+ "id": 12387,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -164997,7 +165077,7 @@
}
},
{
- "id": 11844,
+ "id": 12388,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -165006,7 +165086,7 @@
}
},
{
- "id": 11845,
+ "id": 12389,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -165015,7 +165095,7 @@
}
},
{
- "id": 11846,
+ "id": 12390,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -165024,7 +165104,7 @@
}
},
{
- "id": 11847,
+ "id": 12391,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -165033,7 +165113,7 @@
}
},
{
- "id": 11848,
+ "id": 12392,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -165042,7 +165122,7 @@
}
},
{
- "id": 11849,
+ "id": 12393,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -165052,7 +165132,7 @@
},
{
"default": true,
- "id": 11850,
+ "id": 12394,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -165061,7 +165141,7 @@
}
},
{
- "id": 11851,
+ "id": 12395,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -165070,7 +165150,7 @@
}
},
{
- "id": 11852,
+ "id": 12396,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -165079,7 +165159,7 @@
}
},
{
- "id": 11853,
+ "id": 12397,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -165088,7 +165168,7 @@
}
},
{
- "id": 11854,
+ "id": 12398,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -165097,7 +165177,7 @@
}
},
{
- "id": 11855,
+ "id": 12399,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -165106,7 +165186,7 @@
}
},
{
- "id": 11856,
+ "id": 12400,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -165115,7 +165195,7 @@
}
},
{
- "id": 11857,
+ "id": 12401,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -165124,7 +165204,7 @@
}
},
{
- "id": 11858,
+ "id": 12402,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -165133,7 +165213,7 @@
}
},
{
- "id": 11859,
+ "id": 12403,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -165142,7 +165222,7 @@
}
},
{
- "id": 11860,
+ "id": 12404,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -165151,7 +165231,7 @@
}
},
{
- "id": 11861,
+ "id": 12405,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -165160,7 +165240,7 @@
}
},
{
- "id": 11862,
+ "id": 12406,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -165169,7 +165249,7 @@
}
},
{
- "id": 11863,
+ "id": 12407,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -165178,7 +165258,7 @@
}
},
{
- "id": 11864,
+ "id": 12408,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -165187,7 +165267,7 @@
}
},
{
- "id": 11865,
+ "id": 12409,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -165196,7 +165276,7 @@
}
},
{
- "id": 11866,
+ "id": 12410,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -165205,7 +165285,7 @@
}
},
{
- "id": 11867,
+ "id": 12411,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -165214,7 +165294,7 @@
}
},
{
- "id": 11868,
+ "id": 12412,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -165223,7 +165303,7 @@
}
},
{
- "id": 11869,
+ "id": 12413,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -165232,7 +165312,7 @@
}
},
{
- "id": 11870,
+ "id": 12414,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -165241,7 +165321,7 @@
}
},
{
- "id": 11871,
+ "id": 12415,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -165250,7 +165330,7 @@
}
},
{
- "id": 11872,
+ "id": 12416,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -165259,7 +165339,7 @@
}
},
{
- "id": 11873,
+ "id": 12417,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -165268,7 +165348,7 @@
}
},
{
- "id": 11874,
+ "id": 12418,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -165313,240 +165393,240 @@
]
},
"states": [
- {
- "id": 5374,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5375,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5376,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5377,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5378,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5379,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5380,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5381,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5382,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5383,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5384,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5385,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5386,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5387,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5388,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5389,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5390,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5391,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5392,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5393,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5394,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5395,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5396,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5397,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5398,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5399,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5400,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5401,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5402,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5403,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5404,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5405,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5406,
"properties": {
"attached": "true",
"rotation": "14",
@@ -165554,7 +165634,7 @@
}
},
{
- "id": 5404,
+ "id": 5407,
"properties": {
"attached": "true",
"rotation": "15",
@@ -165562,7 +165642,7 @@
}
},
{
- "id": 5405,
+ "id": 5408,
"properties": {
"attached": "true",
"rotation": "15",
@@ -165570,7 +165650,7 @@
}
},
{
- "id": 5406,
+ "id": 5409,
"properties": {
"attached": "false",
"rotation": "0",
@@ -165579,215 +165659,215 @@
},
{
"default": true,
- "id": 5407,
+ "id": 5410,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5408,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5409,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5410,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5411,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5412,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5413,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5414,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5415,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5416,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5417,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5418,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5419,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5420,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5421,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5422,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5423,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5424,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5425,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5426,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5427,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5428,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5429,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5430,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5431,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5432,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5433,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5434,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5435,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5436,
"properties": {
"attached": "false",
"rotation": "13",
@@ -165795,7 +165875,7 @@
}
},
{
- "id": 5434,
+ "id": 5437,
"properties": {
"attached": "false",
"rotation": "14",
@@ -165803,7 +165883,7 @@
}
},
{
- "id": 5435,
+ "id": 5438,
"properties": {
"attached": "false",
"rotation": "14",
@@ -165811,7 +165891,7 @@
}
},
{
- "id": 5436,
+ "id": 5439,
"properties": {
"attached": "false",
"rotation": "15",
@@ -165819,7 +165899,7 @@
}
},
{
- "id": 5437,
+ "id": 5440,
"properties": {
"attached": "false",
"rotation": "15",
@@ -165830,7 +165910,11 @@
},
"minecraft:pale_oak_leaves": {
"definition": {
- "type": "minecraft:leaves",
+ "type": "minecraft:particle_leaves",
+ "chance": 50,
+ "particle": {
+ "type": "minecraft:pale_oak_leaves"
+ },
"properties": {}
},
"properties": {
@@ -166140,14 +166224,14 @@
},
"states": [
{
- "id": 5894,
+ "id": 5897,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5895,
+ "id": 5898,
"properties": {
"powered": "false"
}
@@ -166214,7 +166298,7 @@
},
"states": [
{
- "id": 4578,
+ "id": 4581,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -166222,217 +166306,217 @@
},
{
"default": true,
- "id": 4579,
+ "id": 4582,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4580,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4581,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4582,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4583,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4584,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4585,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4586,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4587,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4588,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4589,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4590,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4591,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4592,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4593,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4594,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4595,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4596,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4597,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4598,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4599,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4600,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4601,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4602,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4603,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4604,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4605,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4606,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4607,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4608,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4606,
+ "id": 4609,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4607,
+ "id": 4610,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4608,
+ "id": 4611,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4609,
+ "id": 4612,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -166458,21 +166542,21 @@
},
"states": [
{
- "id": 11539,
+ "id": 12083,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11540,
+ "id": 12084,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11541,
+ "id": 12085,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -166480,21 +166564,21 @@
},
{
"default": true,
- "id": 11542,
+ "id": 12086,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11543,
+ "id": 12087,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11544,
+ "id": 12088,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -166535,7 +166619,7 @@
},
"states": [
{
- "id": 10379,
+ "id": 10923,
"properties": {
"facing": "north",
"half": "top",
@@ -166544,7 +166628,7 @@
}
},
{
- "id": 10380,
+ "id": 10924,
"properties": {
"facing": "north",
"half": "top",
@@ -166553,7 +166637,7 @@
}
},
{
- "id": 10381,
+ "id": 10925,
"properties": {
"facing": "north",
"half": "top",
@@ -166562,7 +166646,7 @@
}
},
{
- "id": 10382,
+ "id": 10926,
"properties": {
"facing": "north",
"half": "top",
@@ -166571,7 +166655,7 @@
}
},
{
- "id": 10383,
+ "id": 10927,
"properties": {
"facing": "north",
"half": "top",
@@ -166580,7 +166664,7 @@
}
},
{
- "id": 10384,
+ "id": 10928,
"properties": {
"facing": "north",
"half": "top",
@@ -166589,7 +166673,7 @@
}
},
{
- "id": 10385,
+ "id": 10929,
"properties": {
"facing": "north",
"half": "top",
@@ -166598,7 +166682,7 @@
}
},
{
- "id": 10386,
+ "id": 10930,
"properties": {
"facing": "north",
"half": "top",
@@ -166607,7 +166691,7 @@
}
},
{
- "id": 10387,
+ "id": 10931,
"properties": {
"facing": "north",
"half": "top",
@@ -166616,7 +166700,7 @@
}
},
{
- "id": 10388,
+ "id": 10932,
"properties": {
"facing": "north",
"half": "top",
@@ -166625,7 +166709,7 @@
}
},
{
- "id": 10389,
+ "id": 10933,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166635,7 +166719,7 @@
},
{
"default": true,
- "id": 10390,
+ "id": 10934,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166644,7 +166728,7 @@
}
},
{
- "id": 10391,
+ "id": 10935,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166653,7 +166737,7 @@
}
},
{
- "id": 10392,
+ "id": 10936,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166662,7 +166746,7 @@
}
},
{
- "id": 10393,
+ "id": 10937,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166671,7 +166755,7 @@
}
},
{
- "id": 10394,
+ "id": 10938,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166680,7 +166764,7 @@
}
},
{
- "id": 10395,
+ "id": 10939,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166689,7 +166773,7 @@
}
},
{
- "id": 10396,
+ "id": 10940,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166698,7 +166782,7 @@
}
},
{
- "id": 10397,
+ "id": 10941,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166707,7 +166791,7 @@
}
},
{
- "id": 10398,
+ "id": 10942,
"properties": {
"facing": "north",
"half": "bottom",
@@ -166716,7 +166800,7 @@
}
},
{
- "id": 10399,
+ "id": 10943,
"properties": {
"facing": "south",
"half": "top",
@@ -166725,7 +166809,7 @@
}
},
{
- "id": 10400,
+ "id": 10944,
"properties": {
"facing": "south",
"half": "top",
@@ -166734,7 +166818,7 @@
}
},
{
- "id": 10401,
+ "id": 10945,
"properties": {
"facing": "south",
"half": "top",
@@ -166743,7 +166827,7 @@
}
},
{
- "id": 10402,
+ "id": 10946,
"properties": {
"facing": "south",
"half": "top",
@@ -166752,7 +166836,7 @@
}
},
{
- "id": 10403,
+ "id": 10947,
"properties": {
"facing": "south",
"half": "top",
@@ -166761,7 +166845,7 @@
}
},
{
- "id": 10404,
+ "id": 10948,
"properties": {
"facing": "south",
"half": "top",
@@ -166770,7 +166854,7 @@
}
},
{
- "id": 10405,
+ "id": 10949,
"properties": {
"facing": "south",
"half": "top",
@@ -166779,7 +166863,7 @@
}
},
{
- "id": 10406,
+ "id": 10950,
"properties": {
"facing": "south",
"half": "top",
@@ -166788,7 +166872,7 @@
}
},
{
- "id": 10407,
+ "id": 10951,
"properties": {
"facing": "south",
"half": "top",
@@ -166797,7 +166881,7 @@
}
},
{
- "id": 10408,
+ "id": 10952,
"properties": {
"facing": "south",
"half": "top",
@@ -166806,7 +166890,7 @@
}
},
{
- "id": 10409,
+ "id": 10953,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166815,7 +166899,7 @@
}
},
{
- "id": 10410,
+ "id": 10954,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166824,7 +166908,7 @@
}
},
{
- "id": 10411,
+ "id": 10955,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166833,7 +166917,7 @@
}
},
{
- "id": 10412,
+ "id": 10956,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166842,7 +166926,7 @@
}
},
{
- "id": 10413,
+ "id": 10957,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166851,7 +166935,7 @@
}
},
{
- "id": 10414,
+ "id": 10958,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166860,7 +166944,7 @@
}
},
{
- "id": 10415,
+ "id": 10959,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166869,7 +166953,7 @@
}
},
{
- "id": 10416,
+ "id": 10960,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166878,7 +166962,7 @@
}
},
{
- "id": 10417,
+ "id": 10961,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166887,7 +166971,7 @@
}
},
{
- "id": 10418,
+ "id": 10962,
"properties": {
"facing": "south",
"half": "bottom",
@@ -166896,7 +166980,7 @@
}
},
{
- "id": 10419,
+ "id": 10963,
"properties": {
"facing": "west",
"half": "top",
@@ -166905,7 +166989,7 @@
}
},
{
- "id": 10420,
+ "id": 10964,
"properties": {
"facing": "west",
"half": "top",
@@ -166914,7 +166998,7 @@
}
},
{
- "id": 10421,
+ "id": 10965,
"properties": {
"facing": "west",
"half": "top",
@@ -166923,7 +167007,7 @@
}
},
{
- "id": 10422,
+ "id": 10966,
"properties": {
"facing": "west",
"half": "top",
@@ -166932,7 +167016,7 @@
}
},
{
- "id": 10423,
+ "id": 10967,
"properties": {
"facing": "west",
"half": "top",
@@ -166941,7 +167025,7 @@
}
},
{
- "id": 10424,
+ "id": 10968,
"properties": {
"facing": "west",
"half": "top",
@@ -166950,7 +167034,7 @@
}
},
{
- "id": 10425,
+ "id": 10969,
"properties": {
"facing": "west",
"half": "top",
@@ -166959,7 +167043,7 @@
}
},
{
- "id": 10426,
+ "id": 10970,
"properties": {
"facing": "west",
"half": "top",
@@ -166968,7 +167052,7 @@
}
},
{
- "id": 10427,
+ "id": 10971,
"properties": {
"facing": "west",
"half": "top",
@@ -166977,7 +167061,7 @@
}
},
{
- "id": 10428,
+ "id": 10972,
"properties": {
"facing": "west",
"half": "top",
@@ -166986,7 +167070,7 @@
}
},
{
- "id": 10429,
+ "id": 10973,
"properties": {
"facing": "west",
"half": "bottom",
@@ -166995,7 +167079,7 @@
}
},
{
- "id": 10430,
+ "id": 10974,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167004,7 +167088,7 @@
}
},
{
- "id": 10431,
+ "id": 10975,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167013,7 +167097,7 @@
}
},
{
- "id": 10432,
+ "id": 10976,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167022,7 +167106,7 @@
}
},
{
- "id": 10433,
+ "id": 10977,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167031,7 +167115,7 @@
}
},
{
- "id": 10434,
+ "id": 10978,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167040,7 +167124,7 @@
}
},
{
- "id": 10435,
+ "id": 10979,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167049,7 +167133,7 @@
}
},
{
- "id": 10436,
+ "id": 10980,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167058,7 +167142,7 @@
}
},
{
- "id": 10437,
+ "id": 10981,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167067,7 +167151,7 @@
}
},
{
- "id": 10438,
+ "id": 10982,
"properties": {
"facing": "west",
"half": "bottom",
@@ -167076,7 +167160,7 @@
}
},
{
- "id": 10439,
+ "id": 10983,
"properties": {
"facing": "east",
"half": "top",
@@ -167085,7 +167169,7 @@
}
},
{
- "id": 10440,
+ "id": 10984,
"properties": {
"facing": "east",
"half": "top",
@@ -167094,7 +167178,7 @@
}
},
{
- "id": 10441,
+ "id": 10985,
"properties": {
"facing": "east",
"half": "top",
@@ -167103,7 +167187,7 @@
}
},
{
- "id": 10442,
+ "id": 10986,
"properties": {
"facing": "east",
"half": "top",
@@ -167112,7 +167196,7 @@
}
},
{
- "id": 10443,
+ "id": 10987,
"properties": {
"facing": "east",
"half": "top",
@@ -167121,7 +167205,7 @@
}
},
{
- "id": 10444,
+ "id": 10988,
"properties": {
"facing": "east",
"half": "top",
@@ -167130,7 +167214,7 @@
}
},
{
- "id": 10445,
+ "id": 10989,
"properties": {
"facing": "east",
"half": "top",
@@ -167139,7 +167223,7 @@
}
},
{
- "id": 10446,
+ "id": 10990,
"properties": {
"facing": "east",
"half": "top",
@@ -167148,7 +167232,7 @@
}
},
{
- "id": 10447,
+ "id": 10991,
"properties": {
"facing": "east",
"half": "top",
@@ -167157,7 +167241,7 @@
}
},
{
- "id": 10448,
+ "id": 10992,
"properties": {
"facing": "east",
"half": "top",
@@ -167166,7 +167250,7 @@
}
},
{
- "id": 10449,
+ "id": 10993,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167175,7 +167259,7 @@
}
},
{
- "id": 10450,
+ "id": 10994,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167184,7 +167268,7 @@
}
},
{
- "id": 10451,
+ "id": 10995,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167193,7 +167277,7 @@
}
},
{
- "id": 10452,
+ "id": 10996,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167202,7 +167286,7 @@
}
},
{
- "id": 10453,
+ "id": 10997,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167211,7 +167295,7 @@
}
},
{
- "id": 10454,
+ "id": 10998,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167220,7 +167304,7 @@
}
},
{
- "id": 10455,
+ "id": 10999,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167229,7 +167313,7 @@
}
},
{
- "id": 10456,
+ "id": 11000,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167238,7 +167322,7 @@
}
},
{
- "id": 10457,
+ "id": 11001,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167247,7 +167331,7 @@
}
},
{
- "id": 10458,
+ "id": 11002,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167288,44 +167372,14 @@
]
},
"states": [
- {
- "id": 6575,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6576,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6577,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6578,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -167333,9 +167387,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167343,9 +167397,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -167353,9 +167407,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167364,42 +167418,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6583,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6584,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6585,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6586,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6587,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6588,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6589,
"properties": {
"facing": "north",
"half": "bottom",
@@ -167409,7 +167493,7 @@
}
},
{
- "id": 6587,
+ "id": 6590,
"properties": {
"facing": "north",
"half": "bottom",
@@ -167419,7 +167503,7 @@
}
},
{
- "id": 6588,
+ "id": 6591,
"properties": {
"facing": "north",
"half": "bottom",
@@ -167429,7 +167513,7 @@
}
},
{
- "id": 6589,
+ "id": 6592,
"properties": {
"facing": "north",
"half": "bottom",
@@ -167440,7 +167524,7 @@
},
{
"default": true,
- "id": 6590,
+ "id": 6593,
"properties": {
"facing": "north",
"half": "bottom",
@@ -167449,44 +167533,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6591,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6592,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6593,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6594,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -167494,9 +167548,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167504,9 +167558,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -167514,9 +167568,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167525,38 +167579,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6599,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6600,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6601,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167565,8 +167619,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -167574,9 +167628,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167584,9 +167638,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -167594,9 +167648,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167605,48 +167659,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6607,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6608,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6609,
+ "id": 6608,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6609,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6610,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -167654,9 +167708,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167664,9 +167718,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -167674,9 +167728,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167685,38 +167739,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6615,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6616,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6617,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167725,8 +167779,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -167734,9 +167788,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167744,9 +167798,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -167754,9 +167808,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167765,48 +167819,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6623,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6624,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6625,
+ "id": 6624,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6625,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6626,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -167814,9 +167868,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167824,9 +167878,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -167834,9 +167888,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167845,38 +167899,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6631,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6632,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6633,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -167885,12 +167939,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6635,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6636,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6637,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6638,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167900,7 +167984,7 @@
}
},
{
- "id": 6636,
+ "id": 6639,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167910,7 +167994,7 @@
}
},
{
- "id": 6637,
+ "id": 6640,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167920,7 +168004,7 @@
}
},
{
- "id": 6638,
+ "id": 6641,
"properties": {
"facing": "east",
"half": "bottom",
@@ -167951,7 +168035,7 @@
},
"states": [
{
- "id": 5750,
+ "id": 5753,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -167959,49 +168043,49 @@
},
{
"default": true,
- "id": 5751,
+ "id": 5754,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5752,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5753,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5754,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5755,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5756,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5757,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5758,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5759,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5757,
+ "id": 5760,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -168029,7 +168113,7 @@
},
"states": [
{
- "id": 4902,
+ "id": 4905,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -168037,49 +168121,49 @@
},
{
"default": true,
- "id": 4903,
+ "id": 4906,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4904,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4905,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4906,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4907,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4908,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4909,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4910,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4911,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4909,
+ "id": 4912,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -168135,20 +168219,20 @@
},
"states": [
{
- "id": 27038,
+ "id": 27582,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27039,
+ "id": 27583,
"properties": {
"axis": "y"
}
},
{
- "id": 27040,
+ "id": 27584,
"properties": {
"axis": "z"
}
@@ -168168,14 +168252,14 @@
},
"states": [
{
- "id": 11088,
+ "id": 11632,
"properties": {
"half": "upper"
}
},
{
"default": true,
- "id": 11089,
+ "id": 11633,
"properties": {
"half": "lower"
}
@@ -168200,21 +168284,21 @@
},
"states": [
{
- "id": 11587,
+ "id": 12131,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11588,
+ "id": 12132,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11589,
+ "id": 12133,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -168222,21 +168306,21 @@
},
{
"default": true,
- "id": 11590,
+ "id": 12134,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11591,
+ "id": 12135,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11592,
+ "id": 12136,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -168276,112 +168360,112 @@
},
"states": [
{
- "id": 9322,
+ "id": 9866,
"properties": {
"powered": "true",
"rotation": "0"
}
},
{
- "id": 9323,
+ "id": 9867,
"properties": {
"powered": "true",
"rotation": "1"
}
},
{
- "id": 9324,
+ "id": 9868,
"properties": {
"powered": "true",
"rotation": "2"
}
},
{
- "id": 9325,
+ "id": 9869,
"properties": {
"powered": "true",
"rotation": "3"
}
},
{
- "id": 9326,
+ "id": 9870,
"properties": {
"powered": "true",
"rotation": "4"
}
},
{
- "id": 9327,
+ "id": 9871,
"properties": {
"powered": "true",
"rotation": "5"
}
},
{
- "id": 9328,
+ "id": 9872,
"properties": {
"powered": "true",
"rotation": "6"
}
},
{
- "id": 9329,
+ "id": 9873,
"properties": {
"powered": "true",
"rotation": "7"
}
},
{
- "id": 9330,
+ "id": 9874,
"properties": {
"powered": "true",
"rotation": "8"
}
},
{
- "id": 9331,
+ "id": 9875,
"properties": {
"powered": "true",
"rotation": "9"
}
},
{
- "id": 9332,
+ "id": 9876,
"properties": {
"powered": "true",
"rotation": "10"
}
},
{
- "id": 9333,
+ "id": 9877,
"properties": {
"powered": "true",
"rotation": "11"
}
},
{
- "id": 9334,
+ "id": 9878,
"properties": {
"powered": "true",
"rotation": "12"
}
},
{
- "id": 9335,
+ "id": 9879,
"properties": {
"powered": "true",
"rotation": "13"
}
},
{
- "id": 9336,
+ "id": 9880,
"properties": {
"powered": "true",
"rotation": "14"
}
},
{
- "id": 9337,
+ "id": 9881,
"properties": {
"powered": "true",
"rotation": "15"
@@ -168389,112 +168473,112 @@
},
{
"default": true,
- "id": 9338,
+ "id": 9882,
"properties": {
"powered": "false",
"rotation": "0"
}
},
{
- "id": 9339,
+ "id": 9883,
"properties": {
"powered": "false",
"rotation": "1"
}
},
{
- "id": 9340,
+ "id": 9884,
"properties": {
"powered": "false",
"rotation": "2"
}
},
{
- "id": 9341,
+ "id": 9885,
"properties": {
"powered": "false",
"rotation": "3"
}
},
{
- "id": 9342,
+ "id": 9886,
"properties": {
"powered": "false",
"rotation": "4"
}
},
{
- "id": 9343,
+ "id": 9887,
"properties": {
"powered": "false",
"rotation": "5"
}
},
{
- "id": 9344,
+ "id": 9888,
"properties": {
"powered": "false",
"rotation": "6"
}
},
{
- "id": 9345,
+ "id": 9889,
"properties": {
"powered": "false",
"rotation": "7"
}
},
{
- "id": 9346,
+ "id": 9890,
"properties": {
"powered": "false",
"rotation": "8"
}
},
{
- "id": 9347,
+ "id": 9891,
"properties": {
"powered": "false",
"rotation": "9"
}
},
{
- "id": 9348,
+ "id": 9892,
"properties": {
"powered": "false",
"rotation": "10"
}
},
{
- "id": 9349,
+ "id": 9893,
"properties": {
"powered": "false",
"rotation": "11"
}
},
{
- "id": 9350,
+ "id": 9894,
"properties": {
"powered": "false",
"rotation": "12"
}
},
{
- "id": 9351,
+ "id": 9895,
"properties": {
"powered": "false",
"rotation": "13"
}
},
{
- "id": 9352,
+ "id": 9896,
"properties": {
"powered": "false",
"rotation": "14"
}
},
{
- "id": 9353,
+ "id": 9897,
"properties": {
"powered": "false",
"rotation": "15"
@@ -168521,7 +168605,7 @@
},
"states": [
{
- "id": 9354,
+ "id": 9898,
"properties": {
"facing": "north",
"powered": "true"
@@ -168529,49 +168613,49 @@
},
{
"default": true,
- "id": 9355,
+ "id": 9899,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 9356,
+ "id": 9900,
"properties": {
"facing": "south",
"powered": "true"
}
},
{
- "id": 9357,
+ "id": 9901,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 9358,
+ "id": 9902,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 9359,
+ "id": 9903,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 9360,
+ "id": 9904,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 9361,
+ "id": 9905,
"properties": {
"facing": "east",
"powered": "false"
@@ -168608,97 +168692,97 @@
"states": [
{
"default": true,
- "id": 11190,
+ "id": 11734,
"properties": {
"rotation": "0"
}
},
{
- "id": 11191,
+ "id": 11735,
"properties": {
"rotation": "1"
}
},
{
- "id": 11192,
+ "id": 11736,
"properties": {
"rotation": "2"
}
},
{
- "id": 11193,
+ "id": 11737,
"properties": {
"rotation": "3"
}
},
{
- "id": 11194,
+ "id": 11738,
"properties": {
"rotation": "4"
}
},
{
- "id": 11195,
+ "id": 11739,
"properties": {
"rotation": "5"
}
},
{
- "id": 11196,
+ "id": 11740,
"properties": {
"rotation": "6"
}
},
{
- "id": 11197,
+ "id": 11741,
"properties": {
"rotation": "7"
}
},
{
- "id": 11198,
+ "id": 11742,
"properties": {
"rotation": "8"
}
},
{
- "id": 11199,
+ "id": 11743,
"properties": {
"rotation": "9"
}
},
{
- "id": 11200,
+ "id": 11744,
"properties": {
"rotation": "10"
}
},
{
- "id": 11201,
+ "id": 11745,
"properties": {
"rotation": "11"
}
},
{
- "id": 11202,
+ "id": 11746,
"properties": {
"rotation": "12"
}
},
{
- "id": 11203,
+ "id": 11747,
"properties": {
"rotation": "13"
}
},
{
- "id": 11204,
+ "id": 11748,
"properties": {
"rotation": "14"
}
},
{
- "id": 11205,
+ "id": 11749,
"properties": {
"rotation": "15"
}
@@ -168882,7 +168966,7 @@
},
"states": [
{
- "id": 21306,
+ "id": 21850,
"properties": {
"candles": "1",
"lit": "true",
@@ -168890,7 +168974,7 @@
}
},
{
- "id": 21307,
+ "id": 21851,
"properties": {
"candles": "1",
"lit": "true",
@@ -168898,7 +168982,7 @@
}
},
{
- "id": 21308,
+ "id": 21852,
"properties": {
"candles": "1",
"lit": "false",
@@ -168907,7 +168991,7 @@
},
{
"default": true,
- "id": 21309,
+ "id": 21853,
"properties": {
"candles": "1",
"lit": "false",
@@ -168915,7 +168999,7 @@
}
},
{
- "id": 21310,
+ "id": 21854,
"properties": {
"candles": "2",
"lit": "true",
@@ -168923,7 +169007,7 @@
}
},
{
- "id": 21311,
+ "id": 21855,
"properties": {
"candles": "2",
"lit": "true",
@@ -168931,7 +169015,7 @@
}
},
{
- "id": 21312,
+ "id": 21856,
"properties": {
"candles": "2",
"lit": "false",
@@ -168939,7 +169023,7 @@
}
},
{
- "id": 21313,
+ "id": 21857,
"properties": {
"candles": "2",
"lit": "false",
@@ -168947,7 +169031,7 @@
}
},
{
- "id": 21314,
+ "id": 21858,
"properties": {
"candles": "3",
"lit": "true",
@@ -168955,7 +169039,7 @@
}
},
{
- "id": 21315,
+ "id": 21859,
"properties": {
"candles": "3",
"lit": "true",
@@ -168963,7 +169047,7 @@
}
},
{
- "id": 21316,
+ "id": 21860,
"properties": {
"candles": "3",
"lit": "false",
@@ -168971,7 +169055,7 @@
}
},
{
- "id": 21317,
+ "id": 21861,
"properties": {
"candles": "3",
"lit": "false",
@@ -168979,7 +169063,7 @@
}
},
{
- "id": 21318,
+ "id": 21862,
"properties": {
"candles": "4",
"lit": "true",
@@ -168987,7 +169071,7 @@
}
},
{
- "id": 21319,
+ "id": 21863,
"properties": {
"candles": "4",
"lit": "true",
@@ -168995,7 +169079,7 @@
}
},
{
- "id": 21320,
+ "id": 21864,
"properties": {
"candles": "4",
"lit": "false",
@@ -169003,7 +169087,7 @@
}
},
{
- "id": 21321,
+ "id": 21865,
"properties": {
"candles": "4",
"lit": "false",
@@ -169026,14 +169110,14 @@
},
"states": [
{
- "id": 21480,
+ "id": 22024,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21481,
+ "id": 22025,
"properties": {
"lit": "false"
}
@@ -169049,7 +169133,7 @@
"states": [
{
"default": true,
- "id": 11069
+ "id": 11613
}
]
},
@@ -169061,7 +169145,7 @@
"states": [
{
"default": true,
- "id": 13203
+ "id": 13747
}
]
},
@@ -169074,7 +169158,7 @@
"states": [
{
"default": true,
- "id": 13219
+ "id": 13763
}
]
},
@@ -169094,25 +169178,25 @@
"states": [
{
"default": true,
- "id": 13157,
+ "id": 13701,
"properties": {
"facing": "north"
}
},
{
- "id": 13158,
+ "id": 13702,
"properties": {
"facing": "south"
}
},
{
- "id": 13159,
+ "id": 13703,
"properties": {
"facing": "west"
}
},
{
- "id": 13160,
+ "id": 13704,
"properties": {
"facing": "east"
}
@@ -169141,112 +169225,112 @@
"states": [
{
"default": true,
- "id": 25296,
+ "id": 25840,
"properties": {
"facing": "north",
"flower_amount": "1"
}
},
{
- "id": 25297,
+ "id": 25841,
"properties": {
"facing": "north",
"flower_amount": "2"
}
},
{
- "id": 25298,
+ "id": 25842,
"properties": {
"facing": "north",
"flower_amount": "3"
}
},
{
- "id": 25299,
+ "id": 25843,
"properties": {
"facing": "north",
"flower_amount": "4"
}
},
{
- "id": 25300,
+ "id": 25844,
"properties": {
"facing": "south",
"flower_amount": "1"
}
},
{
- "id": 25301,
+ "id": 25845,
"properties": {
"facing": "south",
"flower_amount": "2"
}
},
{
- "id": 25302,
+ "id": 25846,
"properties": {
"facing": "south",
"flower_amount": "3"
}
},
{
- "id": 25303,
+ "id": 25847,
"properties": {
"facing": "south",
"flower_amount": "4"
}
},
{
- "id": 25304,
+ "id": 25848,
"properties": {
"facing": "west",
"flower_amount": "1"
}
},
{
- "id": 25305,
+ "id": 25849,
"properties": {
"facing": "west",
"flower_amount": "2"
}
},
{
- "id": 25306,
+ "id": 25850,
"properties": {
"facing": "west",
"flower_amount": "3"
}
},
{
- "id": 25307,
+ "id": 25851,
"properties": {
"facing": "west",
"flower_amount": "4"
}
},
{
- "id": 25308,
+ "id": 25852,
"properties": {
"facing": "east",
"flower_amount": "1"
}
},
{
- "id": 25309,
+ "id": 25853,
"properties": {
"facing": "east",
"flower_amount": "2"
}
},
{
- "id": 25310,
+ "id": 25854,
"properties": {
"facing": "east",
"flower_amount": "3"
}
},
{
- "id": 25311,
+ "id": 25855,
"properties": {
"facing": "east",
"flower_amount": "4"
@@ -169272,38 +169356,38 @@
},
"states": [
{
- "id": 13073,
+ "id": 13617,
"properties": {
"facing": "north"
}
},
{
- "id": 13074,
+ "id": 13618,
"properties": {
"facing": "east"
}
},
{
- "id": 13075,
+ "id": 13619,
"properties": {
"facing": "south"
}
},
{
- "id": 13076,
+ "id": 13620,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13077,
+ "id": 13621,
"properties": {
"facing": "up"
}
},
{
- "id": 13078,
+ "id": 13622,
"properties": {
"facing": "down"
}
@@ -169319,7 +169403,7 @@
"states": [
{
"default": true,
- "id": 6117
+ "id": 6120
}
]
},
@@ -169353,7 +169437,7 @@
},
"states": [
{
- "id": 9819,
+ "id": 10363,
"properties": {
"east": "true",
"north": "true",
@@ -169363,7 +169447,7 @@
}
},
{
- "id": 9820,
+ "id": 10364,
"properties": {
"east": "true",
"north": "true",
@@ -169373,7 +169457,7 @@
}
},
{
- "id": 9821,
+ "id": 10365,
"properties": {
"east": "true",
"north": "true",
@@ -169383,7 +169467,7 @@
}
},
{
- "id": 9822,
+ "id": 10366,
"properties": {
"east": "true",
"north": "true",
@@ -169393,7 +169477,7 @@
}
},
{
- "id": 9823,
+ "id": 10367,
"properties": {
"east": "true",
"north": "true",
@@ -169403,7 +169487,7 @@
}
},
{
- "id": 9824,
+ "id": 10368,
"properties": {
"east": "true",
"north": "true",
@@ -169413,7 +169497,7 @@
}
},
{
- "id": 9825,
+ "id": 10369,
"properties": {
"east": "true",
"north": "true",
@@ -169423,7 +169507,7 @@
}
},
{
- "id": 9826,
+ "id": 10370,
"properties": {
"east": "true",
"north": "true",
@@ -169433,7 +169517,7 @@
}
},
{
- "id": 9827,
+ "id": 10371,
"properties": {
"east": "true",
"north": "false",
@@ -169443,7 +169527,7 @@
}
},
{
- "id": 9828,
+ "id": 10372,
"properties": {
"east": "true",
"north": "false",
@@ -169453,7 +169537,7 @@
}
},
{
- "id": 9829,
+ "id": 10373,
"properties": {
"east": "true",
"north": "false",
@@ -169463,7 +169547,7 @@
}
},
{
- "id": 9830,
+ "id": 10374,
"properties": {
"east": "true",
"north": "false",
@@ -169473,7 +169557,7 @@
}
},
{
- "id": 9831,
+ "id": 10375,
"properties": {
"east": "true",
"north": "false",
@@ -169483,7 +169567,7 @@
}
},
{
- "id": 9832,
+ "id": 10376,
"properties": {
"east": "true",
"north": "false",
@@ -169493,7 +169577,7 @@
}
},
{
- "id": 9833,
+ "id": 10377,
"properties": {
"east": "true",
"north": "false",
@@ -169503,7 +169587,7 @@
}
},
{
- "id": 9834,
+ "id": 10378,
"properties": {
"east": "true",
"north": "false",
@@ -169513,7 +169597,7 @@
}
},
{
- "id": 9835,
+ "id": 10379,
"properties": {
"east": "false",
"north": "true",
@@ -169523,7 +169607,7 @@
}
},
{
- "id": 9836,
+ "id": 10380,
"properties": {
"east": "false",
"north": "true",
@@ -169533,7 +169617,7 @@
}
},
{
- "id": 9837,
+ "id": 10381,
"properties": {
"east": "false",
"north": "true",
@@ -169543,7 +169627,7 @@
}
},
{
- "id": 9838,
+ "id": 10382,
"properties": {
"east": "false",
"north": "true",
@@ -169553,7 +169637,7 @@
}
},
{
- "id": 9839,
+ "id": 10383,
"properties": {
"east": "false",
"north": "true",
@@ -169563,7 +169647,7 @@
}
},
{
- "id": 9840,
+ "id": 10384,
"properties": {
"east": "false",
"north": "true",
@@ -169573,7 +169657,7 @@
}
},
{
- "id": 9841,
+ "id": 10385,
"properties": {
"east": "false",
"north": "true",
@@ -169583,7 +169667,7 @@
}
},
{
- "id": 9842,
+ "id": 10386,
"properties": {
"east": "false",
"north": "true",
@@ -169593,7 +169677,7 @@
}
},
{
- "id": 9843,
+ "id": 10387,
"properties": {
"east": "false",
"north": "false",
@@ -169603,7 +169687,7 @@
}
},
{
- "id": 9844,
+ "id": 10388,
"properties": {
"east": "false",
"north": "false",
@@ -169613,7 +169697,7 @@
}
},
{
- "id": 9845,
+ "id": 10389,
"properties": {
"east": "false",
"north": "false",
@@ -169623,7 +169707,7 @@
}
},
{
- "id": 9846,
+ "id": 10390,
"properties": {
"east": "false",
"north": "false",
@@ -169633,7 +169717,7 @@
}
},
{
- "id": 9847,
+ "id": 10391,
"properties": {
"east": "false",
"north": "false",
@@ -169643,7 +169727,7 @@
}
},
{
- "id": 9848,
+ "id": 10392,
"properties": {
"east": "false",
"north": "false",
@@ -169653,7 +169737,7 @@
}
},
{
- "id": 9849,
+ "id": 10393,
"properties": {
"east": "false",
"north": "false",
@@ -169664,7 +169748,7 @@
},
{
"default": true,
- "id": 9850,
+ "id": 10394,
"properties": {
"east": "false",
"north": "false",
@@ -169683,7 +169767,7 @@
"states": [
{
"default": true,
- "id": 9617
+ "id": 10161
}
]
},
@@ -169693,7 +169777,7 @@
"properties": {},
"suspicious_stew_effects": [
{
- "duration": 180,
+ "duration": 140,
"id": "minecraft:weakness"
}
]
@@ -169722,25 +169806,25 @@
"states": [
{
"default": true,
- "id": 11374,
+ "id": 11918,
"properties": {
"facing": "north"
}
},
{
- "id": 11375,
+ "id": 11919,
"properties": {
"facing": "south"
}
},
{
- "id": 11376,
+ "id": 11920,
"properties": {
"facing": "west"
}
},
{
- "id": 11377,
+ "id": 11921,
"properties": {
"facing": "east"
}
@@ -170106,7 +170190,7 @@
},
"states": [
{
- "id": 12966,
+ "id": 13510,
"properties": {
"age": "0",
"half": "upper"
@@ -170114,63 +170198,63 @@
},
{
"default": true,
- "id": 12967,
+ "id": 13511,
"properties": {
"age": "0",
"half": "lower"
}
},
{
- "id": 12968,
+ "id": 13512,
"properties": {
"age": "1",
"half": "upper"
}
},
{
- "id": 12969,
+ "id": 13513,
"properties": {
"age": "1",
"half": "lower"
}
},
{
- "id": 12970,
+ "id": 13514,
"properties": {
"age": "2",
"half": "upper"
}
},
{
- "id": 12971,
+ "id": 13515,
"properties": {
"age": "2",
"half": "lower"
}
},
{
- "id": 12972,
+ "id": 13516,
"properties": {
"age": "3",
"half": "upper"
}
},
{
- "id": 12973,
+ "id": 13517,
"properties": {
"age": "3",
"half": "lower"
}
},
{
- "id": 12974,
+ "id": 13518,
"properties": {
"age": "4",
"half": "upper"
}
},
{
- "id": 12975,
+ "id": 13519,
"properties": {
"age": "4",
"half": "lower"
@@ -170191,14 +170275,14 @@
},
"states": [
{
- "id": 12976,
+ "id": 13520,
"properties": {
"half": "upper"
}
},
{
"default": true,
- "id": 12977,
+ "id": 13521,
"properties": {
"half": "lower"
}
@@ -170236,112 +170320,112 @@
},
"states": [
{
- "id": 9202,
+ "id": 9746,
"properties": {
"powered": "true",
"rotation": "0"
}
},
{
- "id": 9203,
+ "id": 9747,
"properties": {
"powered": "true",
"rotation": "1"
}
},
{
- "id": 9204,
+ "id": 9748,
"properties": {
"powered": "true",
"rotation": "2"
}
},
{
- "id": 9205,
+ "id": 9749,
"properties": {
"powered": "true",
"rotation": "3"
}
},
{
- "id": 9206,
+ "id": 9750,
"properties": {
"powered": "true",
"rotation": "4"
}
},
{
- "id": 9207,
+ "id": 9751,
"properties": {
"powered": "true",
"rotation": "5"
}
},
{
- "id": 9208,
+ "id": 9752,
"properties": {
"powered": "true",
"rotation": "6"
}
},
{
- "id": 9209,
+ "id": 9753,
"properties": {
"powered": "true",
"rotation": "7"
}
},
{
- "id": 9210,
+ "id": 9754,
"properties": {
"powered": "true",
"rotation": "8"
}
},
{
- "id": 9211,
+ "id": 9755,
"properties": {
"powered": "true",
"rotation": "9"
}
},
{
- "id": 9212,
+ "id": 9756,
"properties": {
"powered": "true",
"rotation": "10"
}
},
{
- "id": 9213,
+ "id": 9757,
"properties": {
"powered": "true",
"rotation": "11"
}
},
{
- "id": 9214,
+ "id": 9758,
"properties": {
"powered": "true",
"rotation": "12"
}
},
{
- "id": 9215,
+ "id": 9759,
"properties": {
"powered": "true",
"rotation": "13"
}
},
{
- "id": 9216,
+ "id": 9760,
"properties": {
"powered": "true",
"rotation": "14"
}
},
{
- "id": 9217,
+ "id": 9761,
"properties": {
"powered": "true",
"rotation": "15"
@@ -170349,112 +170433,112 @@
},
{
"default": true,
- "id": 9218,
+ "id": 9762,
"properties": {
"powered": "false",
"rotation": "0"
}
},
{
- "id": 9219,
+ "id": 9763,
"properties": {
"powered": "false",
"rotation": "1"
}
},
{
- "id": 9220,
+ "id": 9764,
"properties": {
"powered": "false",
"rotation": "2"
}
},
{
- "id": 9221,
+ "id": 9765,
"properties": {
"powered": "false",
"rotation": "3"
}
},
{
- "id": 9222,
+ "id": 9766,
"properties": {
"powered": "false",
"rotation": "4"
}
},
{
- "id": 9223,
+ "id": 9767,
"properties": {
"powered": "false",
"rotation": "5"
}
},
{
- "id": 9224,
+ "id": 9768,
"properties": {
"powered": "false",
"rotation": "6"
}
},
{
- "id": 9225,
+ "id": 9769,
"properties": {
"powered": "false",
"rotation": "7"
}
},
{
- "id": 9226,
+ "id": 9770,
"properties": {
"powered": "false",
"rotation": "8"
}
},
{
- "id": 9227,
+ "id": 9771,
"properties": {
"powered": "false",
"rotation": "9"
}
},
{
- "id": 9228,
+ "id": 9772,
"properties": {
"powered": "false",
"rotation": "10"
}
},
{
- "id": 9229,
+ "id": 9773,
"properties": {
"powered": "false",
"rotation": "11"
}
},
{
- "id": 9230,
+ "id": 9774,
"properties": {
"powered": "false",
"rotation": "12"
}
},
{
- "id": 9231,
+ "id": 9775,
"properties": {
"powered": "false",
"rotation": "13"
}
},
{
- "id": 9232,
+ "id": 9776,
"properties": {
"powered": "false",
"rotation": "14"
}
},
{
- "id": 9233,
+ "id": 9777,
"properties": {
"powered": "false",
"rotation": "15"
@@ -170481,7 +170565,7 @@
},
"states": [
{
- "id": 9234,
+ "id": 9778,
"properties": {
"facing": "north",
"powered": "true"
@@ -170489,49 +170573,49 @@
},
{
"default": true,
- "id": 9235,
+ "id": 9779,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 9236,
+ "id": 9780,
"properties": {
"facing": "south",
"powered": "true"
}
},
{
- "id": 9237,
+ "id": 9781,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 9238,
+ "id": 9782,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 9239,
+ "id": 9783,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 9240,
+ "id": 9784,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 9241,
+ "id": 9785,
"properties": {
"facing": "east",
"powered": "false"
@@ -170590,7 +170674,7 @@
},
"states": [
{
- "id": 25217,
+ "id": 25761,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "up",
@@ -170598,7 +170682,7 @@
}
},
{
- "id": 25218,
+ "id": 25762,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "up",
@@ -170606,7 +170690,7 @@
}
},
{
- "id": 25219,
+ "id": 25763,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "down",
@@ -170614,7 +170698,7 @@
}
},
{
- "id": 25220,
+ "id": 25764,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "down",
@@ -170622,7 +170706,7 @@
}
},
{
- "id": 25221,
+ "id": 25765,
"properties": {
"thickness": "tip",
"vertical_direction": "up",
@@ -170631,7 +170715,7 @@
},
{
"default": true,
- "id": 25222,
+ "id": 25766,
"properties": {
"thickness": "tip",
"vertical_direction": "up",
@@ -170639,7 +170723,7 @@
}
},
{
- "id": 25223,
+ "id": 25767,
"properties": {
"thickness": "tip",
"vertical_direction": "down",
@@ -170647,7 +170731,7 @@
}
},
{
- "id": 25224,
+ "id": 25768,
"properties": {
"thickness": "tip",
"vertical_direction": "down",
@@ -170655,7 +170739,7 @@
}
},
{
- "id": 25225,
+ "id": 25769,
"properties": {
"thickness": "frustum",
"vertical_direction": "up",
@@ -170663,7 +170747,7 @@
}
},
{
- "id": 25226,
+ "id": 25770,
"properties": {
"thickness": "frustum",
"vertical_direction": "up",
@@ -170671,7 +170755,7 @@
}
},
{
- "id": 25227,
+ "id": 25771,
"properties": {
"thickness": "frustum",
"vertical_direction": "down",
@@ -170679,7 +170763,7 @@
}
},
{
- "id": 25228,
+ "id": 25772,
"properties": {
"thickness": "frustum",
"vertical_direction": "down",
@@ -170687,7 +170771,7 @@
}
},
{
- "id": 25229,
+ "id": 25773,
"properties": {
"thickness": "middle",
"vertical_direction": "up",
@@ -170695,7 +170779,7 @@
}
},
{
- "id": 25230,
+ "id": 25774,
"properties": {
"thickness": "middle",
"vertical_direction": "up",
@@ -170703,7 +170787,7 @@
}
},
{
- "id": 25231,
+ "id": 25775,
"properties": {
"thickness": "middle",
"vertical_direction": "down",
@@ -170711,7 +170795,7 @@
}
},
{
- "id": 25232,
+ "id": 25776,
"properties": {
"thickness": "middle",
"vertical_direction": "down",
@@ -170719,7 +170803,7 @@
}
},
{
- "id": 25233,
+ "id": 25777,
"properties": {
"thickness": "base",
"vertical_direction": "up",
@@ -170727,7 +170811,7 @@
}
},
{
- "id": 25234,
+ "id": 25778,
"properties": {
"thickness": "base",
"vertical_direction": "up",
@@ -170735,7 +170819,7 @@
}
},
{
- "id": 25235,
+ "id": 25779,
"properties": {
"thickness": "base",
"vertical_direction": "down",
@@ -170743,7 +170827,7 @@
}
},
{
- "id": 25236,
+ "id": 25780,
"properties": {
"thickness": "base",
"vertical_direction": "down",
@@ -170782,21 +170866,21 @@
},
"states": [
{
- "id": 14617,
+ "id": 15161,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14618,
+ "id": 15162,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14619,
+ "id": 15163,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -170804,21 +170888,21 @@
},
{
"default": true,
- "id": 14620,
+ "id": 15164,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14621,
+ "id": 15165,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14622,
+ "id": 15166,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -170859,7 +170943,7 @@
},
"states": [
{
- "id": 14391,
+ "id": 14935,
"properties": {
"facing": "north",
"half": "top",
@@ -170868,7 +170952,7 @@
}
},
{
- "id": 14392,
+ "id": 14936,
"properties": {
"facing": "north",
"half": "top",
@@ -170877,7 +170961,7 @@
}
},
{
- "id": 14393,
+ "id": 14937,
"properties": {
"facing": "north",
"half": "top",
@@ -170886,7 +170970,7 @@
}
},
{
- "id": 14394,
+ "id": 14938,
"properties": {
"facing": "north",
"half": "top",
@@ -170895,7 +170979,7 @@
}
},
{
- "id": 14395,
+ "id": 14939,
"properties": {
"facing": "north",
"half": "top",
@@ -170904,7 +170988,7 @@
}
},
{
- "id": 14396,
+ "id": 14940,
"properties": {
"facing": "north",
"half": "top",
@@ -170913,7 +170997,7 @@
}
},
{
- "id": 14397,
+ "id": 14941,
"properties": {
"facing": "north",
"half": "top",
@@ -170922,7 +171006,7 @@
}
},
{
- "id": 14398,
+ "id": 14942,
"properties": {
"facing": "north",
"half": "top",
@@ -170931,7 +171015,7 @@
}
},
{
- "id": 14399,
+ "id": 14943,
"properties": {
"facing": "north",
"half": "top",
@@ -170940,7 +171024,7 @@
}
},
{
- "id": 14400,
+ "id": 14944,
"properties": {
"facing": "north",
"half": "top",
@@ -170949,7 +171033,7 @@
}
},
{
- "id": 14401,
+ "id": 14945,
"properties": {
"facing": "north",
"half": "bottom",
@@ -170959,7 +171043,7 @@
},
{
"default": true,
- "id": 14402,
+ "id": 14946,
"properties": {
"facing": "north",
"half": "bottom",
@@ -170968,7 +171052,7 @@
}
},
{
- "id": 14403,
+ "id": 14947,
"properties": {
"facing": "north",
"half": "bottom",
@@ -170977,7 +171061,7 @@
}
},
{
- "id": 14404,
+ "id": 14948,
"properties": {
"facing": "north",
"half": "bottom",
@@ -170986,7 +171070,7 @@
}
},
{
- "id": 14405,
+ "id": 14949,
"properties": {
"facing": "north",
"half": "bottom",
@@ -170995,7 +171079,7 @@
}
},
{
- "id": 14406,
+ "id": 14950,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171004,7 +171088,7 @@
}
},
{
- "id": 14407,
+ "id": 14951,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171013,7 +171097,7 @@
}
},
{
- "id": 14408,
+ "id": 14952,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171022,7 +171106,7 @@
}
},
{
- "id": 14409,
+ "id": 14953,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171031,7 +171115,7 @@
}
},
{
- "id": 14410,
+ "id": 14954,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171040,7 +171124,7 @@
}
},
{
- "id": 14411,
+ "id": 14955,
"properties": {
"facing": "south",
"half": "top",
@@ -171049,7 +171133,7 @@
}
},
{
- "id": 14412,
+ "id": 14956,
"properties": {
"facing": "south",
"half": "top",
@@ -171058,7 +171142,7 @@
}
},
{
- "id": 14413,
+ "id": 14957,
"properties": {
"facing": "south",
"half": "top",
@@ -171067,7 +171151,7 @@
}
},
{
- "id": 14414,
+ "id": 14958,
"properties": {
"facing": "south",
"half": "top",
@@ -171076,7 +171160,7 @@
}
},
{
- "id": 14415,
+ "id": 14959,
"properties": {
"facing": "south",
"half": "top",
@@ -171085,7 +171169,7 @@
}
},
{
- "id": 14416,
+ "id": 14960,
"properties": {
"facing": "south",
"half": "top",
@@ -171094,7 +171178,7 @@
}
},
{
- "id": 14417,
+ "id": 14961,
"properties": {
"facing": "south",
"half": "top",
@@ -171103,7 +171187,7 @@
}
},
{
- "id": 14418,
+ "id": 14962,
"properties": {
"facing": "south",
"half": "top",
@@ -171112,7 +171196,7 @@
}
},
{
- "id": 14419,
+ "id": 14963,
"properties": {
"facing": "south",
"half": "top",
@@ -171121,7 +171205,7 @@
}
},
{
- "id": 14420,
+ "id": 14964,
"properties": {
"facing": "south",
"half": "top",
@@ -171130,7 +171214,7 @@
}
},
{
- "id": 14421,
+ "id": 14965,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171139,7 +171223,7 @@
}
},
{
- "id": 14422,
+ "id": 14966,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171148,7 +171232,7 @@
}
},
{
- "id": 14423,
+ "id": 14967,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171157,7 +171241,7 @@
}
},
{
- "id": 14424,
+ "id": 14968,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171166,7 +171250,7 @@
}
},
{
- "id": 14425,
+ "id": 14969,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171175,7 +171259,7 @@
}
},
{
- "id": 14426,
+ "id": 14970,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171184,7 +171268,7 @@
}
},
{
- "id": 14427,
+ "id": 14971,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171193,7 +171277,7 @@
}
},
{
- "id": 14428,
+ "id": 14972,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171202,7 +171286,7 @@
}
},
{
- "id": 14429,
+ "id": 14973,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171211,7 +171295,7 @@
}
},
{
- "id": 14430,
+ "id": 14974,
"properties": {
"facing": "south",
"half": "bottom",
@@ -171220,7 +171304,7 @@
}
},
{
- "id": 14431,
+ "id": 14975,
"properties": {
"facing": "west",
"half": "top",
@@ -171229,7 +171313,7 @@
}
},
{
- "id": 14432,
+ "id": 14976,
"properties": {
"facing": "west",
"half": "top",
@@ -171238,7 +171322,7 @@
}
},
{
- "id": 14433,
+ "id": 14977,
"properties": {
"facing": "west",
"half": "top",
@@ -171247,7 +171331,7 @@
}
},
{
- "id": 14434,
+ "id": 14978,
"properties": {
"facing": "west",
"half": "top",
@@ -171256,7 +171340,7 @@
}
},
{
- "id": 14435,
+ "id": 14979,
"properties": {
"facing": "west",
"half": "top",
@@ -171265,7 +171349,7 @@
}
},
{
- "id": 14436,
+ "id": 14980,
"properties": {
"facing": "west",
"half": "top",
@@ -171274,7 +171358,7 @@
}
},
{
- "id": 14437,
+ "id": 14981,
"properties": {
"facing": "west",
"half": "top",
@@ -171283,7 +171367,7 @@
}
},
{
- "id": 14438,
+ "id": 14982,
"properties": {
"facing": "west",
"half": "top",
@@ -171292,7 +171376,7 @@
}
},
{
- "id": 14439,
+ "id": 14983,
"properties": {
"facing": "west",
"half": "top",
@@ -171301,7 +171385,7 @@
}
},
{
- "id": 14440,
+ "id": 14984,
"properties": {
"facing": "west",
"half": "top",
@@ -171310,7 +171394,7 @@
}
},
{
- "id": 14441,
+ "id": 14985,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171319,7 +171403,7 @@
}
},
{
- "id": 14442,
+ "id": 14986,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171328,7 +171412,7 @@
}
},
{
- "id": 14443,
+ "id": 14987,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171337,7 +171421,7 @@
}
},
{
- "id": 14444,
+ "id": 14988,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171346,7 +171430,7 @@
}
},
{
- "id": 14445,
+ "id": 14989,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171355,7 +171439,7 @@
}
},
{
- "id": 14446,
+ "id": 14990,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171364,7 +171448,7 @@
}
},
{
- "id": 14447,
+ "id": 14991,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171373,7 +171457,7 @@
}
},
{
- "id": 14448,
+ "id": 14992,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171382,7 +171466,7 @@
}
},
{
- "id": 14449,
+ "id": 14993,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171391,7 +171475,7 @@
}
},
{
- "id": 14450,
+ "id": 14994,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171400,7 +171484,7 @@
}
},
{
- "id": 14451,
+ "id": 14995,
"properties": {
"facing": "east",
"half": "top",
@@ -171409,7 +171493,7 @@
}
},
{
- "id": 14452,
+ "id": 14996,
"properties": {
"facing": "east",
"half": "top",
@@ -171418,7 +171502,7 @@
}
},
{
- "id": 14453,
+ "id": 14997,
"properties": {
"facing": "east",
"half": "top",
@@ -171427,7 +171511,7 @@
}
},
{
- "id": 14454,
+ "id": 14998,
"properties": {
"facing": "east",
"half": "top",
@@ -171436,7 +171520,7 @@
}
},
{
- "id": 14455,
+ "id": 14999,
"properties": {
"facing": "east",
"half": "top",
@@ -171445,7 +171529,7 @@
}
},
{
- "id": 14456,
+ "id": 15000,
"properties": {
"facing": "east",
"half": "top",
@@ -171454,7 +171538,7 @@
}
},
{
- "id": 14457,
+ "id": 15001,
"properties": {
"facing": "east",
"half": "top",
@@ -171463,7 +171547,7 @@
}
},
{
- "id": 14458,
+ "id": 15002,
"properties": {
"facing": "east",
"half": "top",
@@ -171472,7 +171556,7 @@
}
},
{
- "id": 14459,
+ "id": 15003,
"properties": {
"facing": "east",
"half": "top",
@@ -171481,7 +171565,7 @@
}
},
{
- "id": 14460,
+ "id": 15004,
"properties": {
"facing": "east",
"half": "top",
@@ -171490,7 +171574,7 @@
}
},
{
- "id": 14461,
+ "id": 15005,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171499,7 +171583,7 @@
}
},
{
- "id": 14462,
+ "id": 15006,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171508,7 +171592,7 @@
}
},
{
- "id": 14463,
+ "id": 15007,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171517,7 +171601,7 @@
}
},
{
- "id": 14464,
+ "id": 15008,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171526,7 +171610,7 @@
}
},
{
- "id": 14465,
+ "id": 15009,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171535,7 +171619,7 @@
}
},
{
- "id": 14466,
+ "id": 15010,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171544,7 +171628,7 @@
}
},
{
- "id": 14467,
+ "id": 15011,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171553,7 +171637,7 @@
}
},
{
- "id": 14468,
+ "id": 15012,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171562,7 +171646,7 @@
}
},
{
- "id": 14469,
+ "id": 15013,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171571,7 +171655,7 @@
}
},
{
- "id": 14470,
+ "id": 15014,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171595,20 +171679,20 @@
},
"states": [
{
- "id": 6021,
+ "id": 6024,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 6022,
+ "id": 6025,
"properties": {
"axis": "y"
}
},
{
- "id": 6023,
+ "id": 6026,
"properties": {
"axis": "z"
}
@@ -171623,7 +171707,7 @@
"states": [
{
"default": true,
- "id": 20340
+ "id": 20884
}
]
},
@@ -171645,21 +171729,21 @@
},
"states": [
{
- "id": 20344,
+ "id": 20888,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 20345,
+ "id": 20889,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 20346,
+ "id": 20890,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -171667,21 +171751,21 @@
},
{
"default": true,
- "id": 20347,
+ "id": 20891,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 20348,
+ "id": 20892,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 20349,
+ "id": 20893,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -171722,7 +171806,7 @@
},
"states": [
{
- "id": 20350,
+ "id": 20894,
"properties": {
"facing": "north",
"half": "top",
@@ -171731,7 +171815,7 @@
}
},
{
- "id": 20351,
+ "id": 20895,
"properties": {
"facing": "north",
"half": "top",
@@ -171740,7 +171824,7 @@
}
},
{
- "id": 20352,
+ "id": 20896,
"properties": {
"facing": "north",
"half": "top",
@@ -171749,7 +171833,7 @@
}
},
{
- "id": 20353,
+ "id": 20897,
"properties": {
"facing": "north",
"half": "top",
@@ -171758,7 +171842,7 @@
}
},
{
- "id": 20354,
+ "id": 20898,
"properties": {
"facing": "north",
"half": "top",
@@ -171767,7 +171851,7 @@
}
},
{
- "id": 20355,
+ "id": 20899,
"properties": {
"facing": "north",
"half": "top",
@@ -171776,7 +171860,7 @@
}
},
{
- "id": 20356,
+ "id": 20900,
"properties": {
"facing": "north",
"half": "top",
@@ -171785,7 +171869,7 @@
}
},
{
- "id": 20357,
+ "id": 20901,
"properties": {
"facing": "north",
"half": "top",
@@ -171794,7 +171878,7 @@
}
},
{
- "id": 20358,
+ "id": 20902,
"properties": {
"facing": "north",
"half": "top",
@@ -171803,7 +171887,7 @@
}
},
{
- "id": 20359,
+ "id": 20903,
"properties": {
"facing": "north",
"half": "top",
@@ -171812,7 +171896,7 @@
}
},
{
- "id": 20360,
+ "id": 20904,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171822,7 +171906,7 @@
},
{
"default": true,
- "id": 20361,
+ "id": 20905,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171831,7 +171915,7 @@
}
},
{
- "id": 20362,
+ "id": 20906,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171840,7 +171924,7 @@
}
},
{
- "id": 20363,
+ "id": 20907,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171849,7 +171933,7 @@
}
},
{
- "id": 20364,
+ "id": 20908,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171858,7 +171942,7 @@
}
},
{
- "id": 20365,
+ "id": 20909,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171867,7 +171951,7 @@
}
},
{
- "id": 20366,
+ "id": 20910,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171876,7 +171960,7 @@
}
},
{
- "id": 20367,
+ "id": 20911,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171885,7 +171969,7 @@
}
},
{
- "id": 20368,
+ "id": 20912,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171894,7 +171978,7 @@
}
},
{
- "id": 20369,
+ "id": 20913,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171903,7 +171987,7 @@
}
},
{
- "id": 20370,
+ "id": 20914,
"properties": {
"facing": "south",
"half": "top",
@@ -171912,7 +171996,7 @@
}
},
{
- "id": 20371,
+ "id": 20915,
"properties": {
"facing": "south",
"half": "top",
@@ -171921,7 +172005,7 @@
}
},
{
- "id": 20372,
+ "id": 20916,
"properties": {
"facing": "south",
"half": "top",
@@ -171930,7 +172014,7 @@
}
},
{
- "id": 20373,
+ "id": 20917,
"properties": {
"facing": "south",
"half": "top",
@@ -171939,7 +172023,7 @@
}
},
{
- "id": 20374,
+ "id": 20918,
"properties": {
"facing": "south",
"half": "top",
@@ -171948,7 +172032,7 @@
}
},
{
- "id": 20375,
+ "id": 20919,
"properties": {
"facing": "south",
"half": "top",
@@ -171957,7 +172041,7 @@
}
},
{
- "id": 20376,
+ "id": 20920,
"properties": {
"facing": "south",
"half": "top",
@@ -171966,7 +172050,7 @@
}
},
{
- "id": 20377,
+ "id": 20921,
"properties": {
"facing": "south",
"half": "top",
@@ -171975,7 +172059,7 @@
}
},
{
- "id": 20378,
+ "id": 20922,
"properties": {
"facing": "south",
"half": "top",
@@ -171984,7 +172068,7 @@
}
},
{
- "id": 20379,
+ "id": 20923,
"properties": {
"facing": "south",
"half": "top",
@@ -171993,7 +172077,7 @@
}
},
{
- "id": 20380,
+ "id": 20924,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172002,7 +172086,7 @@
}
},
{
- "id": 20381,
+ "id": 20925,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172011,7 +172095,7 @@
}
},
{
- "id": 20382,
+ "id": 20926,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172020,7 +172104,7 @@
}
},
{
- "id": 20383,
+ "id": 20927,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172029,7 +172113,7 @@
}
},
{
- "id": 20384,
+ "id": 20928,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172038,7 +172122,7 @@
}
},
{
- "id": 20385,
+ "id": 20929,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172047,7 +172131,7 @@
}
},
{
- "id": 20386,
+ "id": 20930,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172056,7 +172140,7 @@
}
},
{
- "id": 20387,
+ "id": 20931,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172065,7 +172149,7 @@
}
},
{
- "id": 20388,
+ "id": 20932,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172074,7 +172158,7 @@
}
},
{
- "id": 20389,
+ "id": 20933,
"properties": {
"facing": "south",
"half": "bottom",
@@ -172083,7 +172167,7 @@
}
},
{
- "id": 20390,
+ "id": 20934,
"properties": {
"facing": "west",
"half": "top",
@@ -172092,7 +172176,7 @@
}
},
{
- "id": 20391,
+ "id": 20935,
"properties": {
"facing": "west",
"half": "top",
@@ -172101,7 +172185,7 @@
}
},
{
- "id": 20392,
+ "id": 20936,
"properties": {
"facing": "west",
"half": "top",
@@ -172110,7 +172194,7 @@
}
},
{
- "id": 20393,
+ "id": 20937,
"properties": {
"facing": "west",
"half": "top",
@@ -172119,7 +172203,7 @@
}
},
{
- "id": 20394,
+ "id": 20938,
"properties": {
"facing": "west",
"half": "top",
@@ -172128,7 +172212,7 @@
}
},
{
- "id": 20395,
+ "id": 20939,
"properties": {
"facing": "west",
"half": "top",
@@ -172137,7 +172221,7 @@
}
},
{
- "id": 20396,
+ "id": 20940,
"properties": {
"facing": "west",
"half": "top",
@@ -172146,7 +172230,7 @@
}
},
{
- "id": 20397,
+ "id": 20941,
"properties": {
"facing": "west",
"half": "top",
@@ -172155,7 +172239,7 @@
}
},
{
- "id": 20398,
+ "id": 20942,
"properties": {
"facing": "west",
"half": "top",
@@ -172164,7 +172248,7 @@
}
},
{
- "id": 20399,
+ "id": 20943,
"properties": {
"facing": "west",
"half": "top",
@@ -172173,7 +172257,7 @@
}
},
{
- "id": 20400,
+ "id": 20944,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172182,7 +172266,7 @@
}
},
{
- "id": 20401,
+ "id": 20945,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172191,7 +172275,7 @@
}
},
{
- "id": 20402,
+ "id": 20946,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172200,7 +172284,7 @@
}
},
{
- "id": 20403,
+ "id": 20947,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172209,7 +172293,7 @@
}
},
{
- "id": 20404,
+ "id": 20948,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172218,7 +172302,7 @@
}
},
{
- "id": 20405,
+ "id": 20949,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172227,7 +172311,7 @@
}
},
{
- "id": 20406,
+ "id": 20950,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172236,7 +172320,7 @@
}
},
{
- "id": 20407,
+ "id": 20951,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172245,7 +172329,7 @@
}
},
{
- "id": 20408,
+ "id": 20952,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172254,7 +172338,7 @@
}
},
{
- "id": 20409,
+ "id": 20953,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172263,7 +172347,7 @@
}
},
{
- "id": 20410,
+ "id": 20954,
"properties": {
"facing": "east",
"half": "top",
@@ -172272,7 +172356,7 @@
}
},
{
- "id": 20411,
+ "id": 20955,
"properties": {
"facing": "east",
"half": "top",
@@ -172281,7 +172365,7 @@
}
},
{
- "id": 20412,
+ "id": 20956,
"properties": {
"facing": "east",
"half": "top",
@@ -172290,7 +172374,7 @@
}
},
{
- "id": 20413,
+ "id": 20957,
"properties": {
"facing": "east",
"half": "top",
@@ -172299,7 +172383,7 @@
}
},
{
- "id": 20414,
+ "id": 20958,
"properties": {
"facing": "east",
"half": "top",
@@ -172308,7 +172392,7 @@
}
},
{
- "id": 20415,
+ "id": 20959,
"properties": {
"facing": "east",
"half": "top",
@@ -172317,7 +172401,7 @@
}
},
{
- "id": 20416,
+ "id": 20960,
"properties": {
"facing": "east",
"half": "top",
@@ -172326,7 +172410,7 @@
}
},
{
- "id": 20417,
+ "id": 20961,
"properties": {
"facing": "east",
"half": "top",
@@ -172335,7 +172419,7 @@
}
},
{
- "id": 20418,
+ "id": 20962,
"properties": {
"facing": "east",
"half": "top",
@@ -172344,7 +172428,7 @@
}
},
{
- "id": 20419,
+ "id": 20963,
"properties": {
"facing": "east",
"half": "top",
@@ -172353,7 +172437,7 @@
}
},
{
- "id": 20420,
+ "id": 20964,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172362,7 +172446,7 @@
}
},
{
- "id": 20421,
+ "id": 20965,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172371,7 +172455,7 @@
}
},
{
- "id": 20422,
+ "id": 20966,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172380,7 +172464,7 @@
}
},
{
- "id": 20423,
+ "id": 20967,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172389,7 +172473,7 @@
}
},
{
- "id": 20424,
+ "id": 20968,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172398,7 +172482,7 @@
}
},
{
- "id": 20425,
+ "id": 20969,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172407,7 +172491,7 @@
}
},
{
- "id": 20426,
+ "id": 20970,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172416,7 +172500,7 @@
}
},
{
- "id": 20427,
+ "id": 20971,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172425,7 +172509,7 @@
}
},
{
- "id": 20428,
+ "id": 20972,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172434,7 +172518,7 @@
}
},
{
- "id": 20429,
+ "id": 20973,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172481,7 +172565,7 @@
},
"states": [
{
- "id": 20430,
+ "id": 20974,
"properties": {
"east": "none",
"north": "none",
@@ -172492,7 +172576,7 @@
}
},
{
- "id": 20431,
+ "id": 20975,
"properties": {
"east": "none",
"north": "none",
@@ -172503,7 +172587,7 @@
}
},
{
- "id": 20432,
+ "id": 20976,
"properties": {
"east": "none",
"north": "none",
@@ -172515,7 +172599,7 @@
},
{
"default": true,
- "id": 20433,
+ "id": 20977,
"properties": {
"east": "none",
"north": "none",
@@ -172526,7 +172610,7 @@
}
},
{
- "id": 20434,
+ "id": 20978,
"properties": {
"east": "none",
"north": "none",
@@ -172537,7 +172621,7 @@
}
},
{
- "id": 20435,
+ "id": 20979,
"properties": {
"east": "none",
"north": "none",
@@ -172548,7 +172632,7 @@
}
},
{
- "id": 20436,
+ "id": 20980,
"properties": {
"east": "none",
"north": "none",
@@ -172559,7 +172643,7 @@
}
},
{
- "id": 20437,
+ "id": 20981,
"properties": {
"east": "none",
"north": "none",
@@ -172570,7 +172654,7 @@
}
},
{
- "id": 20438,
+ "id": 20982,
"properties": {
"east": "none",
"north": "none",
@@ -172581,7 +172665,7 @@
}
},
{
- "id": 20439,
+ "id": 20983,
"properties": {
"east": "none",
"north": "none",
@@ -172592,7 +172676,7 @@
}
},
{
- "id": 20440,
+ "id": 20984,
"properties": {
"east": "none",
"north": "none",
@@ -172603,7 +172687,7 @@
}
},
{
- "id": 20441,
+ "id": 20985,
"properties": {
"east": "none",
"north": "none",
@@ -172614,7 +172698,7 @@
}
},
{
- "id": 20442,
+ "id": 20986,
"properties": {
"east": "none",
"north": "none",
@@ -172625,7 +172709,7 @@
}
},
{
- "id": 20443,
+ "id": 20987,
"properties": {
"east": "none",
"north": "none",
@@ -172636,7 +172720,7 @@
}
},
{
- "id": 20444,
+ "id": 20988,
"properties": {
"east": "none",
"north": "none",
@@ -172647,7 +172731,7 @@
}
},
{
- "id": 20445,
+ "id": 20989,
"properties": {
"east": "none",
"north": "none",
@@ -172658,7 +172742,7 @@
}
},
{
- "id": 20446,
+ "id": 20990,
"properties": {
"east": "none",
"north": "none",
@@ -172669,7 +172753,7 @@
}
},
{
- "id": 20447,
+ "id": 20991,
"properties": {
"east": "none",
"north": "none",
@@ -172680,7 +172764,7 @@
}
},
{
- "id": 20448,
+ "id": 20992,
"properties": {
"east": "none",
"north": "none",
@@ -172691,7 +172775,7 @@
}
},
{
- "id": 20449,
+ "id": 20993,
"properties": {
"east": "none",
"north": "none",
@@ -172702,7 +172786,7 @@
}
},
{
- "id": 20450,
+ "id": 20994,
"properties": {
"east": "none",
"north": "none",
@@ -172713,7 +172797,7 @@
}
},
{
- "id": 20451,
+ "id": 20995,
"properties": {
"east": "none",
"north": "none",
@@ -172724,7 +172808,7 @@
}
},
{
- "id": 20452,
+ "id": 20996,
"properties": {
"east": "none",
"north": "none",
@@ -172735,7 +172819,7 @@
}
},
{
- "id": 20453,
+ "id": 20997,
"properties": {
"east": "none",
"north": "none",
@@ -172746,7 +172830,7 @@
}
},
{
- "id": 20454,
+ "id": 20998,
"properties": {
"east": "none",
"north": "none",
@@ -172757,7 +172841,7 @@
}
},
{
- "id": 20455,
+ "id": 20999,
"properties": {
"east": "none",
"north": "none",
@@ -172768,7 +172852,7 @@
}
},
{
- "id": 20456,
+ "id": 21000,
"properties": {
"east": "none",
"north": "none",
@@ -172779,7 +172863,7 @@
}
},
{
- "id": 20457,
+ "id": 21001,
"properties": {
"east": "none",
"north": "none",
@@ -172790,7 +172874,7 @@
}
},
{
- "id": 20458,
+ "id": 21002,
"properties": {
"east": "none",
"north": "none",
@@ -172801,7 +172885,7 @@
}
},
{
- "id": 20459,
+ "id": 21003,
"properties": {
"east": "none",
"north": "none",
@@ -172812,7 +172896,7 @@
}
},
{
- "id": 20460,
+ "id": 21004,
"properties": {
"east": "none",
"north": "none",
@@ -172823,7 +172907,7 @@
}
},
{
- "id": 20461,
+ "id": 21005,
"properties": {
"east": "none",
"north": "none",
@@ -172834,7 +172918,7 @@
}
},
{
- "id": 20462,
+ "id": 21006,
"properties": {
"east": "none",
"north": "none",
@@ -172845,7 +172929,7 @@
}
},
{
- "id": 20463,
+ "id": 21007,
"properties": {
"east": "none",
"north": "none",
@@ -172856,7 +172940,7 @@
}
},
{
- "id": 20464,
+ "id": 21008,
"properties": {
"east": "none",
"north": "none",
@@ -172867,7 +172951,7 @@
}
},
{
- "id": 20465,
+ "id": 21009,
"properties": {
"east": "none",
"north": "none",
@@ -172878,7 +172962,7 @@
}
},
{
- "id": 20466,
+ "id": 21010,
"properties": {
"east": "none",
"north": "low",
@@ -172889,7 +172973,7 @@
}
},
{
- "id": 20467,
+ "id": 21011,
"properties": {
"east": "none",
"north": "low",
@@ -172900,7 +172984,7 @@
}
},
{
- "id": 20468,
+ "id": 21012,
"properties": {
"east": "none",
"north": "low",
@@ -172911,7 +172995,7 @@
}
},
{
- "id": 20469,
+ "id": 21013,
"properties": {
"east": "none",
"north": "low",
@@ -172922,7 +173006,7 @@
}
},
{
- "id": 20470,
+ "id": 21014,
"properties": {
"east": "none",
"north": "low",
@@ -172933,7 +173017,7 @@
}
},
{
- "id": 20471,
+ "id": 21015,
"properties": {
"east": "none",
"north": "low",
@@ -172944,7 +173028,7 @@
}
},
{
- "id": 20472,
+ "id": 21016,
"properties": {
"east": "none",
"north": "low",
@@ -172955,7 +173039,7 @@
}
},
{
- "id": 20473,
+ "id": 21017,
"properties": {
"east": "none",
"north": "low",
@@ -172966,7 +173050,7 @@
}
},
{
- "id": 20474,
+ "id": 21018,
"properties": {
"east": "none",
"north": "low",
@@ -172977,7 +173061,7 @@
}
},
{
- "id": 20475,
+ "id": 21019,
"properties": {
"east": "none",
"north": "low",
@@ -172988,7 +173072,7 @@
}
},
{
- "id": 20476,
+ "id": 21020,
"properties": {
"east": "none",
"north": "low",
@@ -172999,7 +173083,7 @@
}
},
{
- "id": 20477,
+ "id": 21021,
"properties": {
"east": "none",
"north": "low",
@@ -173010,7 +173094,7 @@
}
},
{
- "id": 20478,
+ "id": 21022,
"properties": {
"east": "none",
"north": "low",
@@ -173021,7 +173105,7 @@
}
},
{
- "id": 20479,
+ "id": 21023,
"properties": {
"east": "none",
"north": "low",
@@ -173032,7 +173116,7 @@
}
},
{
- "id": 20480,
+ "id": 21024,
"properties": {
"east": "none",
"north": "low",
@@ -173043,7 +173127,7 @@
}
},
{
- "id": 20481,
+ "id": 21025,
"properties": {
"east": "none",
"north": "low",
@@ -173054,7 +173138,7 @@
}
},
{
- "id": 20482,
+ "id": 21026,
"properties": {
"east": "none",
"north": "low",
@@ -173065,7 +173149,7 @@
}
},
{
- "id": 20483,
+ "id": 21027,
"properties": {
"east": "none",
"north": "low",
@@ -173076,7 +173160,7 @@
}
},
{
- "id": 20484,
+ "id": 21028,
"properties": {
"east": "none",
"north": "low",
@@ -173087,7 +173171,7 @@
}
},
{
- "id": 20485,
+ "id": 21029,
"properties": {
"east": "none",
"north": "low",
@@ -173098,7 +173182,7 @@
}
},
{
- "id": 20486,
+ "id": 21030,
"properties": {
"east": "none",
"north": "low",
@@ -173109,7 +173193,7 @@
}
},
{
- "id": 20487,
+ "id": 21031,
"properties": {
"east": "none",
"north": "low",
@@ -173120,7 +173204,7 @@
}
},
{
- "id": 20488,
+ "id": 21032,
"properties": {
"east": "none",
"north": "low",
@@ -173131,7 +173215,7 @@
}
},
{
- "id": 20489,
+ "id": 21033,
"properties": {
"east": "none",
"north": "low",
@@ -173142,7 +173226,7 @@
}
},
{
- "id": 20490,
+ "id": 21034,
"properties": {
"east": "none",
"north": "low",
@@ -173153,7 +173237,7 @@
}
},
{
- "id": 20491,
+ "id": 21035,
"properties": {
"east": "none",
"north": "low",
@@ -173164,7 +173248,7 @@
}
},
{
- "id": 20492,
+ "id": 21036,
"properties": {
"east": "none",
"north": "low",
@@ -173175,7 +173259,7 @@
}
},
{
- "id": 20493,
+ "id": 21037,
"properties": {
"east": "none",
"north": "low",
@@ -173186,7 +173270,7 @@
}
},
{
- "id": 20494,
+ "id": 21038,
"properties": {
"east": "none",
"north": "low",
@@ -173197,7 +173281,7 @@
}
},
{
- "id": 20495,
+ "id": 21039,
"properties": {
"east": "none",
"north": "low",
@@ -173208,7 +173292,7 @@
}
},
{
- "id": 20496,
+ "id": 21040,
"properties": {
"east": "none",
"north": "low",
@@ -173219,7 +173303,7 @@
}
},
{
- "id": 20497,
+ "id": 21041,
"properties": {
"east": "none",
"north": "low",
@@ -173230,7 +173314,7 @@
}
},
{
- "id": 20498,
+ "id": 21042,
"properties": {
"east": "none",
"north": "low",
@@ -173241,7 +173325,7 @@
}
},
{
- "id": 20499,
+ "id": 21043,
"properties": {
"east": "none",
"north": "low",
@@ -173252,7 +173336,7 @@
}
},
{
- "id": 20500,
+ "id": 21044,
"properties": {
"east": "none",
"north": "low",
@@ -173263,7 +173347,7 @@
}
},
{
- "id": 20501,
+ "id": 21045,
"properties": {
"east": "none",
"north": "low",
@@ -173274,7 +173358,7 @@
}
},
{
- "id": 20502,
+ "id": 21046,
"properties": {
"east": "none",
"north": "tall",
@@ -173285,7 +173369,7 @@
}
},
{
- "id": 20503,
+ "id": 21047,
"properties": {
"east": "none",
"north": "tall",
@@ -173296,7 +173380,7 @@
}
},
{
- "id": 20504,
+ "id": 21048,
"properties": {
"east": "none",
"north": "tall",
@@ -173307,7 +173391,7 @@
}
},
{
- "id": 20505,
+ "id": 21049,
"properties": {
"east": "none",
"north": "tall",
@@ -173318,7 +173402,7 @@
}
},
{
- "id": 20506,
+ "id": 21050,
"properties": {
"east": "none",
"north": "tall",
@@ -173329,7 +173413,7 @@
}
},
{
- "id": 20507,
+ "id": 21051,
"properties": {
"east": "none",
"north": "tall",
@@ -173340,7 +173424,7 @@
}
},
{
- "id": 20508,
+ "id": 21052,
"properties": {
"east": "none",
"north": "tall",
@@ -173351,7 +173435,7 @@
}
},
{
- "id": 20509,
+ "id": 21053,
"properties": {
"east": "none",
"north": "tall",
@@ -173362,7 +173446,7 @@
}
},
{
- "id": 20510,
+ "id": 21054,
"properties": {
"east": "none",
"north": "tall",
@@ -173373,7 +173457,7 @@
}
},
{
- "id": 20511,
+ "id": 21055,
"properties": {
"east": "none",
"north": "tall",
@@ -173384,7 +173468,7 @@
}
},
{
- "id": 20512,
+ "id": 21056,
"properties": {
"east": "none",
"north": "tall",
@@ -173395,7 +173479,7 @@
}
},
{
- "id": 20513,
+ "id": 21057,
"properties": {
"east": "none",
"north": "tall",
@@ -173406,7 +173490,7 @@
}
},
{
- "id": 20514,
+ "id": 21058,
"properties": {
"east": "none",
"north": "tall",
@@ -173417,7 +173501,7 @@
}
},
{
- "id": 20515,
+ "id": 21059,
"properties": {
"east": "none",
"north": "tall",
@@ -173428,7 +173512,7 @@
}
},
{
- "id": 20516,
+ "id": 21060,
"properties": {
"east": "none",
"north": "tall",
@@ -173439,7 +173523,7 @@
}
},
{
- "id": 20517,
+ "id": 21061,
"properties": {
"east": "none",
"north": "tall",
@@ -173450,7 +173534,7 @@
}
},
{
- "id": 20518,
+ "id": 21062,
"properties": {
"east": "none",
"north": "tall",
@@ -173461,7 +173545,7 @@
}
},
{
- "id": 20519,
+ "id": 21063,
"properties": {
"east": "none",
"north": "tall",
@@ -173472,7 +173556,7 @@
}
},
{
- "id": 20520,
+ "id": 21064,
"properties": {
"east": "none",
"north": "tall",
@@ -173483,7 +173567,7 @@
}
},
{
- "id": 20521,
+ "id": 21065,
"properties": {
"east": "none",
"north": "tall",
@@ -173494,7 +173578,7 @@
}
},
{
- "id": 20522,
+ "id": 21066,
"properties": {
"east": "none",
"north": "tall",
@@ -173505,7 +173589,7 @@
}
},
{
- "id": 20523,
+ "id": 21067,
"properties": {
"east": "none",
"north": "tall",
@@ -173516,7 +173600,7 @@
}
},
{
- "id": 20524,
+ "id": 21068,
"properties": {
"east": "none",
"north": "tall",
@@ -173527,7 +173611,7 @@
}
},
{
- "id": 20525,
+ "id": 21069,
"properties": {
"east": "none",
"north": "tall",
@@ -173538,7 +173622,7 @@
}
},
{
- "id": 20526,
+ "id": 21070,
"properties": {
"east": "none",
"north": "tall",
@@ -173549,7 +173633,7 @@
}
},
{
- "id": 20527,
+ "id": 21071,
"properties": {
"east": "none",
"north": "tall",
@@ -173560,7 +173644,7 @@
}
},
{
- "id": 20528,
+ "id": 21072,
"properties": {
"east": "none",
"north": "tall",
@@ -173571,7 +173655,7 @@
}
},
{
- "id": 20529,
+ "id": 21073,
"properties": {
"east": "none",
"north": "tall",
@@ -173582,7 +173666,7 @@
}
},
{
- "id": 20530,
+ "id": 21074,
"properties": {
"east": "none",
"north": "tall",
@@ -173593,7 +173677,7 @@
}
},
{
- "id": 20531,
+ "id": 21075,
"properties": {
"east": "none",
"north": "tall",
@@ -173604,7 +173688,7 @@
}
},
{
- "id": 20532,
+ "id": 21076,
"properties": {
"east": "none",
"north": "tall",
@@ -173615,7 +173699,7 @@
}
},
{
- "id": 20533,
+ "id": 21077,
"properties": {
"east": "none",
"north": "tall",
@@ -173626,7 +173710,7 @@
}
},
{
- "id": 20534,
+ "id": 21078,
"properties": {
"east": "none",
"north": "tall",
@@ -173637,7 +173721,7 @@
}
},
{
- "id": 20535,
+ "id": 21079,
"properties": {
"east": "none",
"north": "tall",
@@ -173648,7 +173732,7 @@
}
},
{
- "id": 20536,
+ "id": 21080,
"properties": {
"east": "none",
"north": "tall",
@@ -173659,7 +173743,7 @@
}
},
{
- "id": 20537,
+ "id": 21081,
"properties": {
"east": "none",
"north": "tall",
@@ -173670,7 +173754,7 @@
}
},
{
- "id": 20538,
+ "id": 21082,
"properties": {
"east": "low",
"north": "none",
@@ -173681,7 +173765,7 @@
}
},
{
- "id": 20539,
+ "id": 21083,
"properties": {
"east": "low",
"north": "none",
@@ -173692,7 +173776,7 @@
}
},
{
- "id": 20540,
+ "id": 21084,
"properties": {
"east": "low",
"north": "none",
@@ -173703,7 +173787,7 @@
}
},
{
- "id": 20541,
+ "id": 21085,
"properties": {
"east": "low",
"north": "none",
@@ -173714,7 +173798,7 @@
}
},
{
- "id": 20542,
+ "id": 21086,
"properties": {
"east": "low",
"north": "none",
@@ -173725,7 +173809,7 @@
}
},
{
- "id": 20543,
+ "id": 21087,
"properties": {
"east": "low",
"north": "none",
@@ -173736,7 +173820,7 @@
}
},
{
- "id": 20544,
+ "id": 21088,
"properties": {
"east": "low",
"north": "none",
@@ -173747,7 +173831,7 @@
}
},
{
- "id": 20545,
+ "id": 21089,
"properties": {
"east": "low",
"north": "none",
@@ -173758,7 +173842,7 @@
}
},
{
- "id": 20546,
+ "id": 21090,
"properties": {
"east": "low",
"north": "none",
@@ -173769,7 +173853,7 @@
}
},
{
- "id": 20547,
+ "id": 21091,
"properties": {
"east": "low",
"north": "none",
@@ -173780,7 +173864,7 @@
}
},
{
- "id": 20548,
+ "id": 21092,
"properties": {
"east": "low",
"north": "none",
@@ -173791,7 +173875,7 @@
}
},
{
- "id": 20549,
+ "id": 21093,
"properties": {
"east": "low",
"north": "none",
@@ -173802,7 +173886,7 @@
}
},
{
- "id": 20550,
+ "id": 21094,
"properties": {
"east": "low",
"north": "none",
@@ -173813,7 +173897,7 @@
}
},
{
- "id": 20551,
+ "id": 21095,
"properties": {
"east": "low",
"north": "none",
@@ -173824,7 +173908,7 @@
}
},
{
- "id": 20552,
+ "id": 21096,
"properties": {
"east": "low",
"north": "none",
@@ -173835,7 +173919,7 @@
}
},
{
- "id": 20553,
+ "id": 21097,
"properties": {
"east": "low",
"north": "none",
@@ -173846,7 +173930,7 @@
}
},
{
- "id": 20554,
+ "id": 21098,
"properties": {
"east": "low",
"north": "none",
@@ -173857,7 +173941,7 @@
}
},
{
- "id": 20555,
+ "id": 21099,
"properties": {
"east": "low",
"north": "none",
@@ -173868,7 +173952,7 @@
}
},
{
- "id": 20556,
+ "id": 21100,
"properties": {
"east": "low",
"north": "none",
@@ -173879,7 +173963,7 @@
}
},
{
- "id": 20557,
+ "id": 21101,
"properties": {
"east": "low",
"north": "none",
@@ -173890,7 +173974,7 @@
}
},
{
- "id": 20558,
+ "id": 21102,
"properties": {
"east": "low",
"north": "none",
@@ -173901,7 +173985,7 @@
}
},
{
- "id": 20559,
+ "id": 21103,
"properties": {
"east": "low",
"north": "none",
@@ -173912,7 +173996,7 @@
}
},
{
- "id": 20560,
+ "id": 21104,
"properties": {
"east": "low",
"north": "none",
@@ -173923,7 +174007,7 @@
}
},
{
- "id": 20561,
+ "id": 21105,
"properties": {
"east": "low",
"north": "none",
@@ -173934,7 +174018,7 @@
}
},
{
- "id": 20562,
+ "id": 21106,
"properties": {
"east": "low",
"north": "none",
@@ -173945,7 +174029,7 @@
}
},
{
- "id": 20563,
+ "id": 21107,
"properties": {
"east": "low",
"north": "none",
@@ -173956,7 +174040,7 @@
}
},
{
- "id": 20564,
+ "id": 21108,
"properties": {
"east": "low",
"north": "none",
@@ -173967,7 +174051,7 @@
}
},
{
- "id": 20565,
+ "id": 21109,
"properties": {
"east": "low",
"north": "none",
@@ -173978,7 +174062,7 @@
}
},
{
- "id": 20566,
+ "id": 21110,
"properties": {
"east": "low",
"north": "none",
@@ -173989,7 +174073,7 @@
}
},
{
- "id": 20567,
+ "id": 21111,
"properties": {
"east": "low",
"north": "none",
@@ -174000,7 +174084,7 @@
}
},
{
- "id": 20568,
+ "id": 21112,
"properties": {
"east": "low",
"north": "none",
@@ -174011,7 +174095,7 @@
}
},
{
- "id": 20569,
+ "id": 21113,
"properties": {
"east": "low",
"north": "none",
@@ -174022,7 +174106,7 @@
}
},
{
- "id": 20570,
+ "id": 21114,
"properties": {
"east": "low",
"north": "none",
@@ -174033,7 +174117,7 @@
}
},
{
- "id": 20571,
+ "id": 21115,
"properties": {
"east": "low",
"north": "none",
@@ -174044,7 +174128,7 @@
}
},
{
- "id": 20572,
+ "id": 21116,
"properties": {
"east": "low",
"north": "none",
@@ -174055,7 +174139,7 @@
}
},
{
- "id": 20573,
+ "id": 21117,
"properties": {
"east": "low",
"north": "none",
@@ -174066,7 +174150,7 @@
}
},
{
- "id": 20574,
+ "id": 21118,
"properties": {
"east": "low",
"north": "low",
@@ -174077,7 +174161,7 @@
}
},
{
- "id": 20575,
+ "id": 21119,
"properties": {
"east": "low",
"north": "low",
@@ -174088,7 +174172,7 @@
}
},
{
- "id": 20576,
+ "id": 21120,
"properties": {
"east": "low",
"north": "low",
@@ -174099,7 +174183,7 @@
}
},
{
- "id": 20577,
+ "id": 21121,
"properties": {
"east": "low",
"north": "low",
@@ -174110,7 +174194,7 @@
}
},
{
- "id": 20578,
+ "id": 21122,
"properties": {
"east": "low",
"north": "low",
@@ -174121,7 +174205,7 @@
}
},
{
- "id": 20579,
+ "id": 21123,
"properties": {
"east": "low",
"north": "low",
@@ -174132,7 +174216,7 @@
}
},
{
- "id": 20580,
+ "id": 21124,
"properties": {
"east": "low",
"north": "low",
@@ -174143,7 +174227,7 @@
}
},
{
- "id": 20581,
+ "id": 21125,
"properties": {
"east": "low",
"north": "low",
@@ -174154,7 +174238,7 @@
}
},
{
- "id": 20582,
+ "id": 21126,
"properties": {
"east": "low",
"north": "low",
@@ -174165,7 +174249,7 @@
}
},
{
- "id": 20583,
+ "id": 21127,
"properties": {
"east": "low",
"north": "low",
@@ -174176,7 +174260,7 @@
}
},
{
- "id": 20584,
+ "id": 21128,
"properties": {
"east": "low",
"north": "low",
@@ -174187,7 +174271,7 @@
}
},
{
- "id": 20585,
+ "id": 21129,
"properties": {
"east": "low",
"north": "low",
@@ -174198,7 +174282,7 @@
}
},
{
- "id": 20586,
+ "id": 21130,
"properties": {
"east": "low",
"north": "low",
@@ -174209,7 +174293,7 @@
}
},
{
- "id": 20587,
+ "id": 21131,
"properties": {
"east": "low",
"north": "low",
@@ -174220,7 +174304,7 @@
}
},
{
- "id": 20588,
+ "id": 21132,
"properties": {
"east": "low",
"north": "low",
@@ -174231,7 +174315,7 @@
}
},
{
- "id": 20589,
+ "id": 21133,
"properties": {
"east": "low",
"north": "low",
@@ -174242,7 +174326,7 @@
}
},
{
- "id": 20590,
+ "id": 21134,
"properties": {
"east": "low",
"north": "low",
@@ -174253,7 +174337,7 @@
}
},
{
- "id": 20591,
+ "id": 21135,
"properties": {
"east": "low",
"north": "low",
@@ -174264,7 +174348,7 @@
}
},
{
- "id": 20592,
+ "id": 21136,
"properties": {
"east": "low",
"north": "low",
@@ -174275,7 +174359,7 @@
}
},
{
- "id": 20593,
+ "id": 21137,
"properties": {
"east": "low",
"north": "low",
@@ -174286,7 +174370,7 @@
}
},
{
- "id": 20594,
+ "id": 21138,
"properties": {
"east": "low",
"north": "low",
@@ -174297,7 +174381,7 @@
}
},
{
- "id": 20595,
+ "id": 21139,
"properties": {
"east": "low",
"north": "low",
@@ -174308,7 +174392,7 @@
}
},
{
- "id": 20596,
+ "id": 21140,
"properties": {
"east": "low",
"north": "low",
@@ -174319,7 +174403,7 @@
}
},
{
- "id": 20597,
+ "id": 21141,
"properties": {
"east": "low",
"north": "low",
@@ -174330,7 +174414,7 @@
}
},
{
- "id": 20598,
+ "id": 21142,
"properties": {
"east": "low",
"north": "low",
@@ -174341,7 +174425,7 @@
}
},
{
- "id": 20599,
+ "id": 21143,
"properties": {
"east": "low",
"north": "low",
@@ -174352,7 +174436,7 @@
}
},
{
- "id": 20600,
+ "id": 21144,
"properties": {
"east": "low",
"north": "low",
@@ -174363,7 +174447,7 @@
}
},
{
- "id": 20601,
+ "id": 21145,
"properties": {
"east": "low",
"north": "low",
@@ -174374,7 +174458,7 @@
}
},
{
- "id": 20602,
+ "id": 21146,
"properties": {
"east": "low",
"north": "low",
@@ -174385,7 +174469,7 @@
}
},
{
- "id": 20603,
+ "id": 21147,
"properties": {
"east": "low",
"north": "low",
@@ -174396,7 +174480,7 @@
}
},
{
- "id": 20604,
+ "id": 21148,
"properties": {
"east": "low",
"north": "low",
@@ -174407,7 +174491,7 @@
}
},
{
- "id": 20605,
+ "id": 21149,
"properties": {
"east": "low",
"north": "low",
@@ -174418,7 +174502,7 @@
}
},
{
- "id": 20606,
+ "id": 21150,
"properties": {
"east": "low",
"north": "low",
@@ -174429,7 +174513,7 @@
}
},
{
- "id": 20607,
+ "id": 21151,
"properties": {
"east": "low",
"north": "low",
@@ -174440,7 +174524,7 @@
}
},
{
- "id": 20608,
+ "id": 21152,
"properties": {
"east": "low",
"north": "low",
@@ -174451,7 +174535,7 @@
}
},
{
- "id": 20609,
+ "id": 21153,
"properties": {
"east": "low",
"north": "low",
@@ -174462,7 +174546,7 @@
}
},
{
- "id": 20610,
+ "id": 21154,
"properties": {
"east": "low",
"north": "tall",
@@ -174473,7 +174557,7 @@
}
},
{
- "id": 20611,
+ "id": 21155,
"properties": {
"east": "low",
"north": "tall",
@@ -174484,7 +174568,7 @@
}
},
{
- "id": 20612,
+ "id": 21156,
"properties": {
"east": "low",
"north": "tall",
@@ -174495,7 +174579,7 @@
}
},
{
- "id": 20613,
+ "id": 21157,
"properties": {
"east": "low",
"north": "tall",
@@ -174506,7 +174590,7 @@
}
},
{
- "id": 20614,
+ "id": 21158,
"properties": {
"east": "low",
"north": "tall",
@@ -174517,7 +174601,7 @@
}
},
{
- "id": 20615,
+ "id": 21159,
"properties": {
"east": "low",
"north": "tall",
@@ -174528,7 +174612,7 @@
}
},
{
- "id": 20616,
+ "id": 21160,
"properties": {
"east": "low",
"north": "tall",
@@ -174539,7 +174623,7 @@
}
},
{
- "id": 20617,
+ "id": 21161,
"properties": {
"east": "low",
"north": "tall",
@@ -174550,7 +174634,7 @@
}
},
{
- "id": 20618,
+ "id": 21162,
"properties": {
"east": "low",
"north": "tall",
@@ -174561,7 +174645,7 @@
}
},
{
- "id": 20619,
+ "id": 21163,
"properties": {
"east": "low",
"north": "tall",
@@ -174572,7 +174656,7 @@
}
},
{
- "id": 20620,
+ "id": 21164,
"properties": {
"east": "low",
"north": "tall",
@@ -174583,7 +174667,7 @@
}
},
{
- "id": 20621,
+ "id": 21165,
"properties": {
"east": "low",
"north": "tall",
@@ -174594,7 +174678,7 @@
}
},
{
- "id": 20622,
+ "id": 21166,
"properties": {
"east": "low",
"north": "tall",
@@ -174605,7 +174689,7 @@
}
},
{
- "id": 20623,
+ "id": 21167,
"properties": {
"east": "low",
"north": "tall",
@@ -174616,7 +174700,7 @@
}
},
{
- "id": 20624,
+ "id": 21168,
"properties": {
"east": "low",
"north": "tall",
@@ -174627,7 +174711,7 @@
}
},
{
- "id": 20625,
+ "id": 21169,
"properties": {
"east": "low",
"north": "tall",
@@ -174638,7 +174722,7 @@
}
},
{
- "id": 20626,
+ "id": 21170,
"properties": {
"east": "low",
"north": "tall",
@@ -174649,7 +174733,7 @@
}
},
{
- "id": 20627,
+ "id": 21171,
"properties": {
"east": "low",
"north": "tall",
@@ -174660,7 +174744,7 @@
}
},
{
- "id": 20628,
+ "id": 21172,
"properties": {
"east": "low",
"north": "tall",
@@ -174671,7 +174755,7 @@
}
},
{
- "id": 20629,
+ "id": 21173,
"properties": {
"east": "low",
"north": "tall",
@@ -174682,7 +174766,7 @@
}
},
{
- "id": 20630,
+ "id": 21174,
"properties": {
"east": "low",
"north": "tall",
@@ -174693,7 +174777,7 @@
}
},
{
- "id": 20631,
+ "id": 21175,
"properties": {
"east": "low",
"north": "tall",
@@ -174704,7 +174788,7 @@
}
},
{
- "id": 20632,
+ "id": 21176,
"properties": {
"east": "low",
"north": "tall",
@@ -174715,7 +174799,7 @@
}
},
{
- "id": 20633,
+ "id": 21177,
"properties": {
"east": "low",
"north": "tall",
@@ -174726,7 +174810,7 @@
}
},
{
- "id": 20634,
+ "id": 21178,
"properties": {
"east": "low",
"north": "tall",
@@ -174737,7 +174821,7 @@
}
},
{
- "id": 20635,
+ "id": 21179,
"properties": {
"east": "low",
"north": "tall",
@@ -174748,7 +174832,7 @@
}
},
{
- "id": 20636,
+ "id": 21180,
"properties": {
"east": "low",
"north": "tall",
@@ -174759,7 +174843,7 @@
}
},
{
- "id": 20637,
+ "id": 21181,
"properties": {
"east": "low",
"north": "tall",
@@ -174770,7 +174854,7 @@
}
},
{
- "id": 20638,
+ "id": 21182,
"properties": {
"east": "low",
"north": "tall",
@@ -174781,7 +174865,7 @@
}
},
{
- "id": 20639,
+ "id": 21183,
"properties": {
"east": "low",
"north": "tall",
@@ -174792,7 +174876,7 @@
}
},
{
- "id": 20640,
+ "id": 21184,
"properties": {
"east": "low",
"north": "tall",
@@ -174803,7 +174887,7 @@
}
},
{
- "id": 20641,
+ "id": 21185,
"properties": {
"east": "low",
"north": "tall",
@@ -174814,7 +174898,7 @@
}
},
{
- "id": 20642,
+ "id": 21186,
"properties": {
"east": "low",
"north": "tall",
@@ -174825,7 +174909,7 @@
}
},
{
- "id": 20643,
+ "id": 21187,
"properties": {
"east": "low",
"north": "tall",
@@ -174836,7 +174920,7 @@
}
},
{
- "id": 20644,
+ "id": 21188,
"properties": {
"east": "low",
"north": "tall",
@@ -174847,7 +174931,7 @@
}
},
{
- "id": 20645,
+ "id": 21189,
"properties": {
"east": "low",
"north": "tall",
@@ -174858,7 +174942,7 @@
}
},
{
- "id": 20646,
+ "id": 21190,
"properties": {
"east": "tall",
"north": "none",
@@ -174869,7 +174953,7 @@
}
},
{
- "id": 20647,
+ "id": 21191,
"properties": {
"east": "tall",
"north": "none",
@@ -174880,7 +174964,7 @@
}
},
{
- "id": 20648,
+ "id": 21192,
"properties": {
"east": "tall",
"north": "none",
@@ -174891,7 +174975,7 @@
}
},
{
- "id": 20649,
+ "id": 21193,
"properties": {
"east": "tall",
"north": "none",
@@ -174902,7 +174986,7 @@
}
},
{
- "id": 20650,
+ "id": 21194,
"properties": {
"east": "tall",
"north": "none",
@@ -174913,7 +174997,7 @@
}
},
{
- "id": 20651,
+ "id": 21195,
"properties": {
"east": "tall",
"north": "none",
@@ -174924,7 +175008,7 @@
}
},
{
- "id": 20652,
+ "id": 21196,
"properties": {
"east": "tall",
"north": "none",
@@ -174935,7 +175019,7 @@
}
},
{
- "id": 20653,
+ "id": 21197,
"properties": {
"east": "tall",
"north": "none",
@@ -174946,7 +175030,7 @@
}
},
{
- "id": 20654,
+ "id": 21198,
"properties": {
"east": "tall",
"north": "none",
@@ -174957,7 +175041,7 @@
}
},
{
- "id": 20655,
+ "id": 21199,
"properties": {
"east": "tall",
"north": "none",
@@ -174968,7 +175052,7 @@
}
},
{
- "id": 20656,
+ "id": 21200,
"properties": {
"east": "tall",
"north": "none",
@@ -174979,7 +175063,7 @@
}
},
{
- "id": 20657,
+ "id": 21201,
"properties": {
"east": "tall",
"north": "none",
@@ -174990,7 +175074,7 @@
}
},
{
- "id": 20658,
+ "id": 21202,
"properties": {
"east": "tall",
"north": "none",
@@ -175001,7 +175085,7 @@
}
},
{
- "id": 20659,
+ "id": 21203,
"properties": {
"east": "tall",
"north": "none",
@@ -175012,7 +175096,7 @@
}
},
{
- "id": 20660,
+ "id": 21204,
"properties": {
"east": "tall",
"north": "none",
@@ -175023,7 +175107,7 @@
}
},
{
- "id": 20661,
+ "id": 21205,
"properties": {
"east": "tall",
"north": "none",
@@ -175034,7 +175118,7 @@
}
},
{
- "id": 20662,
+ "id": 21206,
"properties": {
"east": "tall",
"north": "none",
@@ -175045,7 +175129,7 @@
}
},
{
- "id": 20663,
+ "id": 21207,
"properties": {
"east": "tall",
"north": "none",
@@ -175056,7 +175140,7 @@
}
},
{
- "id": 20664,
+ "id": 21208,
"properties": {
"east": "tall",
"north": "none",
@@ -175067,7 +175151,7 @@
}
},
{
- "id": 20665,
+ "id": 21209,
"properties": {
"east": "tall",
"north": "none",
@@ -175078,7 +175162,7 @@
}
},
{
- "id": 20666,
+ "id": 21210,
"properties": {
"east": "tall",
"north": "none",
@@ -175089,7 +175173,7 @@
}
},
{
- "id": 20667,
+ "id": 21211,
"properties": {
"east": "tall",
"north": "none",
@@ -175100,7 +175184,7 @@
}
},
{
- "id": 20668,
+ "id": 21212,
"properties": {
"east": "tall",
"north": "none",
@@ -175111,7 +175195,7 @@
}
},
{
- "id": 20669,
+ "id": 21213,
"properties": {
"east": "tall",
"north": "none",
@@ -175122,7 +175206,7 @@
}
},
{
- "id": 20670,
+ "id": 21214,
"properties": {
"east": "tall",
"north": "none",
@@ -175133,7 +175217,7 @@
}
},
{
- "id": 20671,
+ "id": 21215,
"properties": {
"east": "tall",
"north": "none",
@@ -175144,7 +175228,7 @@
}
},
{
- "id": 20672,
+ "id": 21216,
"properties": {
"east": "tall",
"north": "none",
@@ -175155,7 +175239,7 @@
}
},
{
- "id": 20673,
+ "id": 21217,
"properties": {
"east": "tall",
"north": "none",
@@ -175166,7 +175250,7 @@
}
},
{
- "id": 20674,
+ "id": 21218,
"properties": {
"east": "tall",
"north": "none",
@@ -175177,7 +175261,7 @@
}
},
{
- "id": 20675,
+ "id": 21219,
"properties": {
"east": "tall",
"north": "none",
@@ -175188,7 +175272,7 @@
}
},
{
- "id": 20676,
+ "id": 21220,
"properties": {
"east": "tall",
"north": "none",
@@ -175199,7 +175283,7 @@
}
},
{
- "id": 20677,
+ "id": 21221,
"properties": {
"east": "tall",
"north": "none",
@@ -175210,7 +175294,7 @@
}
},
{
- "id": 20678,
+ "id": 21222,
"properties": {
"east": "tall",
"north": "none",
@@ -175221,7 +175305,7 @@
}
},
{
- "id": 20679,
+ "id": 21223,
"properties": {
"east": "tall",
"north": "none",
@@ -175232,7 +175316,7 @@
}
},
{
- "id": 20680,
+ "id": 21224,
"properties": {
"east": "tall",
"north": "none",
@@ -175243,7 +175327,7 @@
}
},
{
- "id": 20681,
+ "id": 21225,
"properties": {
"east": "tall",
"north": "none",
@@ -175254,7 +175338,7 @@
}
},
{
- "id": 20682,
+ "id": 21226,
"properties": {
"east": "tall",
"north": "low",
@@ -175265,7 +175349,7 @@
}
},
{
- "id": 20683,
+ "id": 21227,
"properties": {
"east": "tall",
"north": "low",
@@ -175276,7 +175360,7 @@
}
},
{
- "id": 20684,
+ "id": 21228,
"properties": {
"east": "tall",
"north": "low",
@@ -175287,7 +175371,7 @@
}
},
{
- "id": 20685,
+ "id": 21229,
"properties": {
"east": "tall",
"north": "low",
@@ -175298,7 +175382,7 @@
}
},
{
- "id": 20686,
+ "id": 21230,
"properties": {
"east": "tall",
"north": "low",
@@ -175309,7 +175393,7 @@
}
},
{
- "id": 20687,
+ "id": 21231,
"properties": {
"east": "tall",
"north": "low",
@@ -175320,7 +175404,7 @@
}
},
{
- "id": 20688,
+ "id": 21232,
"properties": {
"east": "tall",
"north": "low",
@@ -175331,7 +175415,7 @@
}
},
{
- "id": 20689,
+ "id": 21233,
"properties": {
"east": "tall",
"north": "low",
@@ -175342,7 +175426,7 @@
}
},
{
- "id": 20690,
+ "id": 21234,
"properties": {
"east": "tall",
"north": "low",
@@ -175353,7 +175437,7 @@
}
},
{
- "id": 20691,
+ "id": 21235,
"properties": {
"east": "tall",
"north": "low",
@@ -175364,7 +175448,7 @@
}
},
{
- "id": 20692,
+ "id": 21236,
"properties": {
"east": "tall",
"north": "low",
@@ -175375,7 +175459,7 @@
}
},
{
- "id": 20693,
+ "id": 21237,
"properties": {
"east": "tall",
"north": "low",
@@ -175386,7 +175470,7 @@
}
},
{
- "id": 20694,
+ "id": 21238,
"properties": {
"east": "tall",
"north": "low",
@@ -175397,7 +175481,7 @@
}
},
{
- "id": 20695,
+ "id": 21239,
"properties": {
"east": "tall",
"north": "low",
@@ -175408,7 +175492,7 @@
}
},
{
- "id": 20696,
+ "id": 21240,
"properties": {
"east": "tall",
"north": "low",
@@ -175419,7 +175503,7 @@
}
},
{
- "id": 20697,
+ "id": 21241,
"properties": {
"east": "tall",
"north": "low",
@@ -175430,7 +175514,7 @@
}
},
{
- "id": 20698,
+ "id": 21242,
"properties": {
"east": "tall",
"north": "low",
@@ -175441,7 +175525,7 @@
}
},
{
- "id": 20699,
+ "id": 21243,
"properties": {
"east": "tall",
"north": "low",
@@ -175452,7 +175536,7 @@
}
},
{
- "id": 20700,
+ "id": 21244,
"properties": {
"east": "tall",
"north": "low",
@@ -175463,7 +175547,7 @@
}
},
{
- "id": 20701,
+ "id": 21245,
"properties": {
"east": "tall",
"north": "low",
@@ -175474,7 +175558,7 @@
}
},
{
- "id": 20702,
+ "id": 21246,
"properties": {
"east": "tall",
"north": "low",
@@ -175485,7 +175569,7 @@
}
},
{
- "id": 20703,
+ "id": 21247,
"properties": {
"east": "tall",
"north": "low",
@@ -175496,7 +175580,7 @@
}
},
{
- "id": 20704,
+ "id": 21248,
"properties": {
"east": "tall",
"north": "low",
@@ -175507,7 +175591,7 @@
}
},
{
- "id": 20705,
+ "id": 21249,
"properties": {
"east": "tall",
"north": "low",
@@ -175518,7 +175602,7 @@
}
},
{
- "id": 20706,
+ "id": 21250,
"properties": {
"east": "tall",
"north": "low",
@@ -175529,7 +175613,7 @@
}
},
{
- "id": 20707,
+ "id": 21251,
"properties": {
"east": "tall",
"north": "low",
@@ -175540,7 +175624,7 @@
}
},
{
- "id": 20708,
+ "id": 21252,
"properties": {
"east": "tall",
"north": "low",
@@ -175551,7 +175635,7 @@
}
},
{
- "id": 20709,
+ "id": 21253,
"properties": {
"east": "tall",
"north": "low",
@@ -175562,7 +175646,7 @@
}
},
{
- "id": 20710,
+ "id": 21254,
"properties": {
"east": "tall",
"north": "low",
@@ -175573,7 +175657,7 @@
}
},
{
- "id": 20711,
+ "id": 21255,
"properties": {
"east": "tall",
"north": "low",
@@ -175584,7 +175668,7 @@
}
},
{
- "id": 20712,
+ "id": 21256,
"properties": {
"east": "tall",
"north": "low",
@@ -175595,7 +175679,7 @@
}
},
{
- "id": 20713,
+ "id": 21257,
"properties": {
"east": "tall",
"north": "low",
@@ -175606,7 +175690,7 @@
}
},
{
- "id": 20714,
+ "id": 21258,
"properties": {
"east": "tall",
"north": "low",
@@ -175617,7 +175701,7 @@
}
},
{
- "id": 20715,
+ "id": 21259,
"properties": {
"east": "tall",
"north": "low",
@@ -175628,7 +175712,7 @@
}
},
{
- "id": 20716,
+ "id": 21260,
"properties": {
"east": "tall",
"north": "low",
@@ -175639,7 +175723,7 @@
}
},
{
- "id": 20717,
+ "id": 21261,
"properties": {
"east": "tall",
"north": "low",
@@ -175650,7 +175734,7 @@
}
},
{
- "id": 20718,
+ "id": 21262,
"properties": {
"east": "tall",
"north": "tall",
@@ -175661,7 +175745,7 @@
}
},
{
- "id": 20719,
+ "id": 21263,
"properties": {
"east": "tall",
"north": "tall",
@@ -175672,7 +175756,7 @@
}
},
{
- "id": 20720,
+ "id": 21264,
"properties": {
"east": "tall",
"north": "tall",
@@ -175683,7 +175767,7 @@
}
},
{
- "id": 20721,
+ "id": 21265,
"properties": {
"east": "tall",
"north": "tall",
@@ -175694,7 +175778,7 @@
}
},
{
- "id": 20722,
+ "id": 21266,
"properties": {
"east": "tall",
"north": "tall",
@@ -175705,7 +175789,7 @@
}
},
{
- "id": 20723,
+ "id": 21267,
"properties": {
"east": "tall",
"north": "tall",
@@ -175716,7 +175800,7 @@
}
},
{
- "id": 20724,
+ "id": 21268,
"properties": {
"east": "tall",
"north": "tall",
@@ -175727,7 +175811,7 @@
}
},
{
- "id": 20725,
+ "id": 21269,
"properties": {
"east": "tall",
"north": "tall",
@@ -175738,7 +175822,7 @@
}
},
{
- "id": 20726,
+ "id": 21270,
"properties": {
"east": "tall",
"north": "tall",
@@ -175749,7 +175833,7 @@
}
},
{
- "id": 20727,
+ "id": 21271,
"properties": {
"east": "tall",
"north": "tall",
@@ -175760,7 +175844,7 @@
}
},
{
- "id": 20728,
+ "id": 21272,
"properties": {
"east": "tall",
"north": "tall",
@@ -175771,7 +175855,7 @@
}
},
{
- "id": 20729,
+ "id": 21273,
"properties": {
"east": "tall",
"north": "tall",
@@ -175782,7 +175866,7 @@
}
},
{
- "id": 20730,
+ "id": 21274,
"properties": {
"east": "tall",
"north": "tall",
@@ -175793,7 +175877,7 @@
}
},
{
- "id": 20731,
+ "id": 21275,
"properties": {
"east": "tall",
"north": "tall",
@@ -175804,7 +175888,7 @@
}
},
{
- "id": 20732,
+ "id": 21276,
"properties": {
"east": "tall",
"north": "tall",
@@ -175815,7 +175899,7 @@
}
},
{
- "id": 20733,
+ "id": 21277,
"properties": {
"east": "tall",
"north": "tall",
@@ -175826,7 +175910,7 @@
}
},
{
- "id": 20734,
+ "id": 21278,
"properties": {
"east": "tall",
"north": "tall",
@@ -175837,7 +175921,7 @@
}
},
{
- "id": 20735,
+ "id": 21279,
"properties": {
"east": "tall",
"north": "tall",
@@ -175848,7 +175932,7 @@
}
},
{
- "id": 20736,
+ "id": 21280,
"properties": {
"east": "tall",
"north": "tall",
@@ -175859,7 +175943,7 @@
}
},
{
- "id": 20737,
+ "id": 21281,
"properties": {
"east": "tall",
"north": "tall",
@@ -175870,7 +175954,7 @@
}
},
{
- "id": 20738,
+ "id": 21282,
"properties": {
"east": "tall",
"north": "tall",
@@ -175881,7 +175965,7 @@
}
},
{
- "id": 20739,
+ "id": 21283,
"properties": {
"east": "tall",
"north": "tall",
@@ -175892,7 +175976,7 @@
}
},
{
- "id": 20740,
+ "id": 21284,
"properties": {
"east": "tall",
"north": "tall",
@@ -175903,7 +175987,7 @@
}
},
{
- "id": 20741,
+ "id": 21285,
"properties": {
"east": "tall",
"north": "tall",
@@ -175914,7 +175998,7 @@
}
},
{
- "id": 20742,
+ "id": 21286,
"properties": {
"east": "tall",
"north": "tall",
@@ -175925,7 +176009,7 @@
}
},
{
- "id": 20743,
+ "id": 21287,
"properties": {
"east": "tall",
"north": "tall",
@@ -175936,7 +176020,7 @@
}
},
{
- "id": 20744,
+ "id": 21288,
"properties": {
"east": "tall",
"north": "tall",
@@ -175947,7 +176031,7 @@
}
},
{
- "id": 20745,
+ "id": 21289,
"properties": {
"east": "tall",
"north": "tall",
@@ -175958,7 +176042,7 @@
}
},
{
- "id": 20746,
+ "id": 21290,
"properties": {
"east": "tall",
"north": "tall",
@@ -175969,7 +176053,7 @@
}
},
{
- "id": 20747,
+ "id": 21291,
"properties": {
"east": "tall",
"north": "tall",
@@ -175980,7 +176064,7 @@
}
},
{
- "id": 20748,
+ "id": 21292,
"properties": {
"east": "tall",
"north": "tall",
@@ -175991,7 +176075,7 @@
}
},
{
- "id": 20749,
+ "id": 21293,
"properties": {
"east": "tall",
"north": "tall",
@@ -176002,7 +176086,7 @@
}
},
{
- "id": 20750,
+ "id": 21294,
"properties": {
"east": "tall",
"north": "tall",
@@ -176013,7 +176097,7 @@
}
},
{
- "id": 20751,
+ "id": 21295,
"properties": {
"east": "tall",
"north": "tall",
@@ -176024,7 +176108,7 @@
}
},
{
- "id": 20752,
+ "id": 21296,
"properties": {
"east": "tall",
"north": "tall",
@@ -176035,7 +176119,7 @@
}
},
{
- "id": 20753,
+ "id": 21297,
"properties": {
"east": "tall",
"north": "tall",
@@ -176055,7 +176139,7 @@
"states": [
{
"default": true,
- "id": 20341
+ "id": 20885
}
]
},
@@ -176085,7 +176169,7 @@
},
"states": [
{
- "id": 20843,
+ "id": 21387,
"properties": {
"face": "floor",
"facing": "north",
@@ -176093,7 +176177,7 @@
}
},
{
- "id": 20844,
+ "id": 21388,
"properties": {
"face": "floor",
"facing": "north",
@@ -176101,7 +176185,7 @@
}
},
{
- "id": 20845,
+ "id": 21389,
"properties": {
"face": "floor",
"facing": "south",
@@ -176109,7 +176193,7 @@
}
},
{
- "id": 20846,
+ "id": 21390,
"properties": {
"face": "floor",
"facing": "south",
@@ -176117,7 +176201,7 @@
}
},
{
- "id": 20847,
+ "id": 21391,
"properties": {
"face": "floor",
"facing": "west",
@@ -176125,7 +176209,7 @@
}
},
{
- "id": 20848,
+ "id": 21392,
"properties": {
"face": "floor",
"facing": "west",
@@ -176133,7 +176217,7 @@
}
},
{
- "id": 20849,
+ "id": 21393,
"properties": {
"face": "floor",
"facing": "east",
@@ -176141,7 +176225,7 @@
}
},
{
- "id": 20850,
+ "id": 21394,
"properties": {
"face": "floor",
"facing": "east",
@@ -176149,7 +176233,7 @@
}
},
{
- "id": 20851,
+ "id": 21395,
"properties": {
"face": "wall",
"facing": "north",
@@ -176158,7 +176242,7 @@
},
{
"default": true,
- "id": 20852,
+ "id": 21396,
"properties": {
"face": "wall",
"facing": "north",
@@ -176166,7 +176250,7 @@
}
},
{
- "id": 20853,
+ "id": 21397,
"properties": {
"face": "wall",
"facing": "south",
@@ -176174,7 +176258,7 @@
}
},
{
- "id": 20854,
+ "id": 21398,
"properties": {
"face": "wall",
"facing": "south",
@@ -176182,7 +176266,7 @@
}
},
{
- "id": 20855,
+ "id": 21399,
"properties": {
"face": "wall",
"facing": "west",
@@ -176190,7 +176274,7 @@
}
},
{
- "id": 20856,
+ "id": 21400,
"properties": {
"face": "wall",
"facing": "west",
@@ -176198,7 +176282,7 @@
}
},
{
- "id": 20857,
+ "id": 21401,
"properties": {
"face": "wall",
"facing": "east",
@@ -176206,7 +176290,7 @@
}
},
{
- "id": 20858,
+ "id": 21402,
"properties": {
"face": "wall",
"facing": "east",
@@ -176214,7 +176298,7 @@
}
},
{
- "id": 20859,
+ "id": 21403,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -176222,7 +176306,7 @@
}
},
{
- "id": 20860,
+ "id": 21404,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -176230,7 +176314,7 @@
}
},
{
- "id": 20861,
+ "id": 21405,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -176238,7 +176322,7 @@
}
},
{
- "id": 20862,
+ "id": 21406,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -176246,7 +176330,7 @@
}
},
{
- "id": 20863,
+ "id": 21407,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -176254,7 +176338,7 @@
}
},
{
- "id": 20864,
+ "id": 21408,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -176262,7 +176346,7 @@
}
},
{
- "id": 20865,
+ "id": 21409,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -176270,7 +176354,7 @@
}
},
{
- "id": 20866,
+ "id": 21410,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -176293,14 +176377,14 @@
},
"states": [
{
- "id": 20841,
+ "id": 21385,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 20842,
+ "id": 21386,
"properties": {
"powered": "false"
}
@@ -176325,21 +176409,21 @@
},
"states": [
{
- "id": 20835,
+ "id": 21379,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 20836,
+ "id": 21380,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 20837,
+ "id": 21381,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -176347,21 +176431,21 @@
},
{
"default": true,
- "id": 20838,
+ "id": 21382,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 20839,
+ "id": 21383,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 20840,
+ "id": 21384,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -176402,7 +176486,7 @@
},
"states": [
{
- "id": 20755,
+ "id": 21299,
"properties": {
"facing": "north",
"half": "top",
@@ -176411,7 +176495,7 @@
}
},
{
- "id": 20756,
+ "id": 21300,
"properties": {
"facing": "north",
"half": "top",
@@ -176420,7 +176504,7 @@
}
},
{
- "id": 20757,
+ "id": 21301,
"properties": {
"facing": "north",
"half": "top",
@@ -176429,7 +176513,7 @@
}
},
{
- "id": 20758,
+ "id": 21302,
"properties": {
"facing": "north",
"half": "top",
@@ -176438,7 +176522,7 @@
}
},
{
- "id": 20759,
+ "id": 21303,
"properties": {
"facing": "north",
"half": "top",
@@ -176447,7 +176531,7 @@
}
},
{
- "id": 20760,
+ "id": 21304,
"properties": {
"facing": "north",
"half": "top",
@@ -176456,7 +176540,7 @@
}
},
{
- "id": 20761,
+ "id": 21305,
"properties": {
"facing": "north",
"half": "top",
@@ -176465,7 +176549,7 @@
}
},
{
- "id": 20762,
+ "id": 21306,
"properties": {
"facing": "north",
"half": "top",
@@ -176474,7 +176558,7 @@
}
},
{
- "id": 20763,
+ "id": 21307,
"properties": {
"facing": "north",
"half": "top",
@@ -176483,7 +176567,7 @@
}
},
{
- "id": 20764,
+ "id": 21308,
"properties": {
"facing": "north",
"half": "top",
@@ -176492,7 +176576,7 @@
}
},
{
- "id": 20765,
+ "id": 21309,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176502,7 +176586,7 @@
},
{
"default": true,
- "id": 20766,
+ "id": 21310,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176511,7 +176595,7 @@
}
},
{
- "id": 20767,
+ "id": 21311,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176520,7 +176604,7 @@
}
},
{
- "id": 20768,
+ "id": 21312,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176529,7 +176613,7 @@
}
},
{
- "id": 20769,
+ "id": 21313,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176538,7 +176622,7 @@
}
},
{
- "id": 20770,
+ "id": 21314,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176547,7 +176631,7 @@
}
},
{
- "id": 20771,
+ "id": 21315,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176556,7 +176640,7 @@
}
},
{
- "id": 20772,
+ "id": 21316,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176565,7 +176649,7 @@
}
},
{
- "id": 20773,
+ "id": 21317,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176574,7 +176658,7 @@
}
},
{
- "id": 20774,
+ "id": 21318,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176583,7 +176667,7 @@
}
},
{
- "id": 20775,
+ "id": 21319,
"properties": {
"facing": "south",
"half": "top",
@@ -176592,7 +176676,7 @@
}
},
{
- "id": 20776,
+ "id": 21320,
"properties": {
"facing": "south",
"half": "top",
@@ -176601,7 +176685,7 @@
}
},
{
- "id": 20777,
+ "id": 21321,
"properties": {
"facing": "south",
"half": "top",
@@ -176610,7 +176694,7 @@
}
},
{
- "id": 20778,
+ "id": 21322,
"properties": {
"facing": "south",
"half": "top",
@@ -176619,7 +176703,7 @@
}
},
{
- "id": 20779,
+ "id": 21323,
"properties": {
"facing": "south",
"half": "top",
@@ -176628,7 +176712,7 @@
}
},
{
- "id": 20780,
+ "id": 21324,
"properties": {
"facing": "south",
"half": "top",
@@ -176637,7 +176721,7 @@
}
},
{
- "id": 20781,
+ "id": 21325,
"properties": {
"facing": "south",
"half": "top",
@@ -176646,7 +176730,7 @@
}
},
{
- "id": 20782,
+ "id": 21326,
"properties": {
"facing": "south",
"half": "top",
@@ -176655,7 +176739,7 @@
}
},
{
- "id": 20783,
+ "id": 21327,
"properties": {
"facing": "south",
"half": "top",
@@ -176664,7 +176748,7 @@
}
},
{
- "id": 20784,
+ "id": 21328,
"properties": {
"facing": "south",
"half": "top",
@@ -176673,7 +176757,7 @@
}
},
{
- "id": 20785,
+ "id": 21329,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176682,7 +176766,7 @@
}
},
{
- "id": 20786,
+ "id": 21330,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176691,7 +176775,7 @@
}
},
{
- "id": 20787,
+ "id": 21331,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176700,7 +176784,7 @@
}
},
{
- "id": 20788,
+ "id": 21332,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176709,7 +176793,7 @@
}
},
{
- "id": 20789,
+ "id": 21333,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176718,7 +176802,7 @@
}
},
{
- "id": 20790,
+ "id": 21334,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176727,7 +176811,7 @@
}
},
{
- "id": 20791,
+ "id": 21335,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176736,7 +176820,7 @@
}
},
{
- "id": 20792,
+ "id": 21336,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176745,7 +176829,7 @@
}
},
{
- "id": 20793,
+ "id": 21337,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176754,7 +176838,7 @@
}
},
{
- "id": 20794,
+ "id": 21338,
"properties": {
"facing": "south",
"half": "bottom",
@@ -176763,7 +176847,7 @@
}
},
{
- "id": 20795,
+ "id": 21339,
"properties": {
"facing": "west",
"half": "top",
@@ -176772,7 +176856,7 @@
}
},
{
- "id": 20796,
+ "id": 21340,
"properties": {
"facing": "west",
"half": "top",
@@ -176781,7 +176865,7 @@
}
},
{
- "id": 20797,
+ "id": 21341,
"properties": {
"facing": "west",
"half": "top",
@@ -176790,7 +176874,7 @@
}
},
{
- "id": 20798,
+ "id": 21342,
"properties": {
"facing": "west",
"half": "top",
@@ -176799,7 +176883,7 @@
}
},
{
- "id": 20799,
+ "id": 21343,
"properties": {
"facing": "west",
"half": "top",
@@ -176808,7 +176892,7 @@
}
},
{
- "id": 20800,
+ "id": 21344,
"properties": {
"facing": "west",
"half": "top",
@@ -176817,7 +176901,7 @@
}
},
{
- "id": 20801,
+ "id": 21345,
"properties": {
"facing": "west",
"half": "top",
@@ -176826,7 +176910,7 @@
}
},
{
- "id": 20802,
+ "id": 21346,
"properties": {
"facing": "west",
"half": "top",
@@ -176835,7 +176919,7 @@
}
},
{
- "id": 20803,
+ "id": 21347,
"properties": {
"facing": "west",
"half": "top",
@@ -176844,7 +176928,7 @@
}
},
{
- "id": 20804,
+ "id": 21348,
"properties": {
"facing": "west",
"half": "top",
@@ -176853,7 +176937,7 @@
}
},
{
- "id": 20805,
+ "id": 21349,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176862,7 +176946,7 @@
}
},
{
- "id": 20806,
+ "id": 21350,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176871,7 +176955,7 @@
}
},
{
- "id": 20807,
+ "id": 21351,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176880,7 +176964,7 @@
}
},
{
- "id": 20808,
+ "id": 21352,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176889,7 +176973,7 @@
}
},
{
- "id": 20809,
+ "id": 21353,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176898,7 +176982,7 @@
}
},
{
- "id": 20810,
+ "id": 21354,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176907,7 +176991,7 @@
}
},
{
- "id": 20811,
+ "id": 21355,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176916,7 +177000,7 @@
}
},
{
- "id": 20812,
+ "id": 21356,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176925,7 +177009,7 @@
}
},
{
- "id": 20813,
+ "id": 21357,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176934,7 +177018,7 @@
}
},
{
- "id": 20814,
+ "id": 21358,
"properties": {
"facing": "west",
"half": "bottom",
@@ -176943,7 +177027,7 @@
}
},
{
- "id": 20815,
+ "id": 21359,
"properties": {
"facing": "east",
"half": "top",
@@ -176952,7 +177036,7 @@
}
},
{
- "id": 20816,
+ "id": 21360,
"properties": {
"facing": "east",
"half": "top",
@@ -176961,7 +177045,7 @@
}
},
{
- "id": 20817,
+ "id": 21361,
"properties": {
"facing": "east",
"half": "top",
@@ -176970,7 +177054,7 @@
}
},
{
- "id": 20818,
+ "id": 21362,
"properties": {
"facing": "east",
"half": "top",
@@ -176979,7 +177063,7 @@
}
},
{
- "id": 20819,
+ "id": 21363,
"properties": {
"facing": "east",
"half": "top",
@@ -176988,7 +177072,7 @@
}
},
{
- "id": 20820,
+ "id": 21364,
"properties": {
"facing": "east",
"half": "top",
@@ -176997,7 +177081,7 @@
}
},
{
- "id": 20821,
+ "id": 21365,
"properties": {
"facing": "east",
"half": "top",
@@ -177006,7 +177090,7 @@
}
},
{
- "id": 20822,
+ "id": 21366,
"properties": {
"facing": "east",
"half": "top",
@@ -177015,7 +177099,7 @@
}
},
{
- "id": 20823,
+ "id": 21367,
"properties": {
"facing": "east",
"half": "top",
@@ -177024,7 +177108,7 @@
}
},
{
- "id": 20824,
+ "id": 21368,
"properties": {
"facing": "east",
"half": "top",
@@ -177033,7 +177117,7 @@
}
},
{
- "id": 20825,
+ "id": 21369,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177042,7 +177126,7 @@
}
},
{
- "id": 20826,
+ "id": 21370,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177051,7 +177135,7 @@
}
},
{
- "id": 20827,
+ "id": 21371,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177060,7 +177144,7 @@
}
},
{
- "id": 20828,
+ "id": 21372,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177069,7 +177153,7 @@
}
},
{
- "id": 20829,
+ "id": 21373,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177078,7 +177162,7 @@
}
},
{
- "id": 20830,
+ "id": 21374,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177087,7 +177171,7 @@
}
},
{
- "id": 20831,
+ "id": 21375,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177096,7 +177180,7 @@
}
},
{
- "id": 20832,
+ "id": 21376,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177105,7 +177189,7 @@
}
},
{
- "id": 20833,
+ "id": 21377,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177114,7 +177198,7 @@
}
},
{
- "id": 20834,
+ "id": 21378,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177161,7 +177245,7 @@
},
"states": [
{
- "id": 20867,
+ "id": 21411,
"properties": {
"east": "none",
"north": "none",
@@ -177172,7 +177256,7 @@
}
},
{
- "id": 20868,
+ "id": 21412,
"properties": {
"east": "none",
"north": "none",
@@ -177183,7 +177267,7 @@
}
},
{
- "id": 20869,
+ "id": 21413,
"properties": {
"east": "none",
"north": "none",
@@ -177195,7 +177279,7 @@
},
{
"default": true,
- "id": 20870,
+ "id": 21414,
"properties": {
"east": "none",
"north": "none",
@@ -177206,7 +177290,7 @@
}
},
{
- "id": 20871,
+ "id": 21415,
"properties": {
"east": "none",
"north": "none",
@@ -177217,7 +177301,7 @@
}
},
{
- "id": 20872,
+ "id": 21416,
"properties": {
"east": "none",
"north": "none",
@@ -177228,7 +177312,7 @@
}
},
{
- "id": 20873,
+ "id": 21417,
"properties": {
"east": "none",
"north": "none",
@@ -177239,7 +177323,7 @@
}
},
{
- "id": 20874,
+ "id": 21418,
"properties": {
"east": "none",
"north": "none",
@@ -177250,7 +177334,7 @@
}
},
{
- "id": 20875,
+ "id": 21419,
"properties": {
"east": "none",
"north": "none",
@@ -177261,7 +177345,7 @@
}
},
{
- "id": 20876,
+ "id": 21420,
"properties": {
"east": "none",
"north": "none",
@@ -177272,7 +177356,7 @@
}
},
{
- "id": 20877,
+ "id": 21421,
"properties": {
"east": "none",
"north": "none",
@@ -177283,7 +177367,7 @@
}
},
{
- "id": 20878,
+ "id": 21422,
"properties": {
"east": "none",
"north": "none",
@@ -177294,7 +177378,7 @@
}
},
{
- "id": 20879,
+ "id": 21423,
"properties": {
"east": "none",
"north": "none",
@@ -177305,7 +177389,7 @@
}
},
{
- "id": 20880,
+ "id": 21424,
"properties": {
"east": "none",
"north": "none",
@@ -177316,7 +177400,7 @@
}
},
{
- "id": 20881,
+ "id": 21425,
"properties": {
"east": "none",
"north": "none",
@@ -177327,7 +177411,7 @@
}
},
{
- "id": 20882,
+ "id": 21426,
"properties": {
"east": "none",
"north": "none",
@@ -177338,7 +177422,7 @@
}
},
{
- "id": 20883,
+ "id": 21427,
"properties": {
"east": "none",
"north": "none",
@@ -177349,7 +177433,7 @@
}
},
{
- "id": 20884,
+ "id": 21428,
"properties": {
"east": "none",
"north": "none",
@@ -177360,7 +177444,7 @@
}
},
{
- "id": 20885,
+ "id": 21429,
"properties": {
"east": "none",
"north": "none",
@@ -177371,7 +177455,7 @@
}
},
{
- "id": 20886,
+ "id": 21430,
"properties": {
"east": "none",
"north": "none",
@@ -177382,7 +177466,7 @@
}
},
{
- "id": 20887,
+ "id": 21431,
"properties": {
"east": "none",
"north": "none",
@@ -177393,7 +177477,7 @@
}
},
{
- "id": 20888,
+ "id": 21432,
"properties": {
"east": "none",
"north": "none",
@@ -177404,7 +177488,7 @@
}
},
{
- "id": 20889,
+ "id": 21433,
"properties": {
"east": "none",
"north": "none",
@@ -177415,7 +177499,7 @@
}
},
{
- "id": 20890,
+ "id": 21434,
"properties": {
"east": "none",
"north": "none",
@@ -177426,7 +177510,7 @@
}
},
{
- "id": 20891,
+ "id": 21435,
"properties": {
"east": "none",
"north": "none",
@@ -177437,7 +177521,7 @@
}
},
{
- "id": 20892,
+ "id": 21436,
"properties": {
"east": "none",
"north": "none",
@@ -177448,7 +177532,7 @@
}
},
{
- "id": 20893,
+ "id": 21437,
"properties": {
"east": "none",
"north": "none",
@@ -177459,7 +177543,7 @@
}
},
{
- "id": 20894,
+ "id": 21438,
"properties": {
"east": "none",
"north": "none",
@@ -177470,7 +177554,7 @@
}
},
{
- "id": 20895,
+ "id": 21439,
"properties": {
"east": "none",
"north": "none",
@@ -177481,7 +177565,7 @@
}
},
{
- "id": 20896,
+ "id": 21440,
"properties": {
"east": "none",
"north": "none",
@@ -177492,7 +177576,7 @@
}
},
{
- "id": 20897,
+ "id": 21441,
"properties": {
"east": "none",
"north": "none",
@@ -177503,7 +177587,7 @@
}
},
{
- "id": 20898,
+ "id": 21442,
"properties": {
"east": "none",
"north": "none",
@@ -177514,7 +177598,7 @@
}
},
{
- "id": 20899,
+ "id": 21443,
"properties": {
"east": "none",
"north": "none",
@@ -177525,7 +177609,7 @@
}
},
{
- "id": 20900,
+ "id": 21444,
"properties": {
"east": "none",
"north": "none",
@@ -177536,7 +177620,7 @@
}
},
{
- "id": 20901,
+ "id": 21445,
"properties": {
"east": "none",
"north": "none",
@@ -177547,7 +177631,7 @@
}
},
{
- "id": 20902,
+ "id": 21446,
"properties": {
"east": "none",
"north": "none",
@@ -177558,7 +177642,7 @@
}
},
{
- "id": 20903,
+ "id": 21447,
"properties": {
"east": "none",
"north": "low",
@@ -177569,7 +177653,7 @@
}
},
{
- "id": 20904,
+ "id": 21448,
"properties": {
"east": "none",
"north": "low",
@@ -177580,7 +177664,7 @@
}
},
{
- "id": 20905,
+ "id": 21449,
"properties": {
"east": "none",
"north": "low",
@@ -177591,7 +177675,7 @@
}
},
{
- "id": 20906,
+ "id": 21450,
"properties": {
"east": "none",
"north": "low",
@@ -177602,7 +177686,7 @@
}
},
{
- "id": 20907,
+ "id": 21451,
"properties": {
"east": "none",
"north": "low",
@@ -177613,7 +177697,7 @@
}
},
{
- "id": 20908,
+ "id": 21452,
"properties": {
"east": "none",
"north": "low",
@@ -177624,7 +177708,7 @@
}
},
{
- "id": 20909,
+ "id": 21453,
"properties": {
"east": "none",
"north": "low",
@@ -177635,7 +177719,7 @@
}
},
{
- "id": 20910,
+ "id": 21454,
"properties": {
"east": "none",
"north": "low",
@@ -177646,7 +177730,7 @@
}
},
{
- "id": 20911,
+ "id": 21455,
"properties": {
"east": "none",
"north": "low",
@@ -177657,7 +177741,7 @@
}
},
{
- "id": 20912,
+ "id": 21456,
"properties": {
"east": "none",
"north": "low",
@@ -177668,7 +177752,7 @@
}
},
{
- "id": 20913,
+ "id": 21457,
"properties": {
"east": "none",
"north": "low",
@@ -177679,7 +177763,7 @@
}
},
{
- "id": 20914,
+ "id": 21458,
"properties": {
"east": "none",
"north": "low",
@@ -177690,7 +177774,7 @@
}
},
{
- "id": 20915,
+ "id": 21459,
"properties": {
"east": "none",
"north": "low",
@@ -177701,7 +177785,7 @@
}
},
{
- "id": 20916,
+ "id": 21460,
"properties": {
"east": "none",
"north": "low",
@@ -177712,7 +177796,7 @@
}
},
{
- "id": 20917,
+ "id": 21461,
"properties": {
"east": "none",
"north": "low",
@@ -177723,7 +177807,7 @@
}
},
{
- "id": 20918,
+ "id": 21462,
"properties": {
"east": "none",
"north": "low",
@@ -177734,7 +177818,7 @@
}
},
{
- "id": 20919,
+ "id": 21463,
"properties": {
"east": "none",
"north": "low",
@@ -177745,7 +177829,7 @@
}
},
{
- "id": 20920,
+ "id": 21464,
"properties": {
"east": "none",
"north": "low",
@@ -177756,7 +177840,7 @@
}
},
{
- "id": 20921,
+ "id": 21465,
"properties": {
"east": "none",
"north": "low",
@@ -177767,7 +177851,7 @@
}
},
{
- "id": 20922,
+ "id": 21466,
"properties": {
"east": "none",
"north": "low",
@@ -177778,7 +177862,7 @@
}
},
{
- "id": 20923,
+ "id": 21467,
"properties": {
"east": "none",
"north": "low",
@@ -177789,7 +177873,7 @@
}
},
{
- "id": 20924,
+ "id": 21468,
"properties": {
"east": "none",
"north": "low",
@@ -177800,7 +177884,7 @@
}
},
{
- "id": 20925,
+ "id": 21469,
"properties": {
"east": "none",
"north": "low",
@@ -177811,7 +177895,7 @@
}
},
{
- "id": 20926,
+ "id": 21470,
"properties": {
"east": "none",
"north": "low",
@@ -177822,7 +177906,7 @@
}
},
{
- "id": 20927,
+ "id": 21471,
"properties": {
"east": "none",
"north": "low",
@@ -177833,7 +177917,7 @@
}
},
{
- "id": 20928,
+ "id": 21472,
"properties": {
"east": "none",
"north": "low",
@@ -177844,7 +177928,7 @@
}
},
{
- "id": 20929,
+ "id": 21473,
"properties": {
"east": "none",
"north": "low",
@@ -177855,7 +177939,7 @@
}
},
{
- "id": 20930,
+ "id": 21474,
"properties": {
"east": "none",
"north": "low",
@@ -177866,7 +177950,7 @@
}
},
{
- "id": 20931,
+ "id": 21475,
"properties": {
"east": "none",
"north": "low",
@@ -177877,7 +177961,7 @@
}
},
{
- "id": 20932,
+ "id": 21476,
"properties": {
"east": "none",
"north": "low",
@@ -177888,7 +177972,7 @@
}
},
{
- "id": 20933,
+ "id": 21477,
"properties": {
"east": "none",
"north": "low",
@@ -177899,7 +177983,7 @@
}
},
{
- "id": 20934,
+ "id": 21478,
"properties": {
"east": "none",
"north": "low",
@@ -177910,7 +177994,7 @@
}
},
{
- "id": 20935,
+ "id": 21479,
"properties": {
"east": "none",
"north": "low",
@@ -177921,7 +178005,7 @@
}
},
{
- "id": 20936,
+ "id": 21480,
"properties": {
"east": "none",
"north": "low",
@@ -177932,7 +178016,7 @@
}
},
{
- "id": 20937,
+ "id": 21481,
"properties": {
"east": "none",
"north": "low",
@@ -177943,7 +178027,7 @@
}
},
{
- "id": 20938,
+ "id": 21482,
"properties": {
"east": "none",
"north": "low",
@@ -177954,7 +178038,7 @@
}
},
{
- "id": 20939,
+ "id": 21483,
"properties": {
"east": "none",
"north": "tall",
@@ -177965,7 +178049,7 @@
}
},
{
- "id": 20940,
+ "id": 21484,
"properties": {
"east": "none",
"north": "tall",
@@ -177976,7 +178060,7 @@
}
},
{
- "id": 20941,
+ "id": 21485,
"properties": {
"east": "none",
"north": "tall",
@@ -177987,7 +178071,7 @@
}
},
{
- "id": 20942,
+ "id": 21486,
"properties": {
"east": "none",
"north": "tall",
@@ -177998,7 +178082,7 @@
}
},
{
- "id": 20943,
+ "id": 21487,
"properties": {
"east": "none",
"north": "tall",
@@ -178009,7 +178093,7 @@
}
},
{
- "id": 20944,
+ "id": 21488,
"properties": {
"east": "none",
"north": "tall",
@@ -178020,7 +178104,7 @@
}
},
{
- "id": 20945,
+ "id": 21489,
"properties": {
"east": "none",
"north": "tall",
@@ -178031,7 +178115,7 @@
}
},
{
- "id": 20946,
+ "id": 21490,
"properties": {
"east": "none",
"north": "tall",
@@ -178042,7 +178126,7 @@
}
},
{
- "id": 20947,
+ "id": 21491,
"properties": {
"east": "none",
"north": "tall",
@@ -178053,7 +178137,7 @@
}
},
{
- "id": 20948,
+ "id": 21492,
"properties": {
"east": "none",
"north": "tall",
@@ -178064,7 +178148,7 @@
}
},
{
- "id": 20949,
+ "id": 21493,
"properties": {
"east": "none",
"north": "tall",
@@ -178075,7 +178159,7 @@
}
},
{
- "id": 20950,
+ "id": 21494,
"properties": {
"east": "none",
"north": "tall",
@@ -178086,7 +178170,7 @@
}
},
{
- "id": 20951,
+ "id": 21495,
"properties": {
"east": "none",
"north": "tall",
@@ -178097,7 +178181,7 @@
}
},
{
- "id": 20952,
+ "id": 21496,
"properties": {
"east": "none",
"north": "tall",
@@ -178108,7 +178192,7 @@
}
},
{
- "id": 20953,
+ "id": 21497,
"properties": {
"east": "none",
"north": "tall",
@@ -178119,7 +178203,7 @@
}
},
{
- "id": 20954,
+ "id": 21498,
"properties": {
"east": "none",
"north": "tall",
@@ -178130,7 +178214,7 @@
}
},
{
- "id": 20955,
+ "id": 21499,
"properties": {
"east": "none",
"north": "tall",
@@ -178141,7 +178225,7 @@
}
},
{
- "id": 20956,
+ "id": 21500,
"properties": {
"east": "none",
"north": "tall",
@@ -178152,7 +178236,7 @@
}
},
{
- "id": 20957,
+ "id": 21501,
"properties": {
"east": "none",
"north": "tall",
@@ -178163,7 +178247,7 @@
}
},
{
- "id": 20958,
+ "id": 21502,
"properties": {
"east": "none",
"north": "tall",
@@ -178174,7 +178258,7 @@
}
},
{
- "id": 20959,
+ "id": 21503,
"properties": {
"east": "none",
"north": "tall",
@@ -178185,7 +178269,7 @@
}
},
{
- "id": 20960,
+ "id": 21504,
"properties": {
"east": "none",
"north": "tall",
@@ -178196,7 +178280,7 @@
}
},
{
- "id": 20961,
+ "id": 21505,
"properties": {
"east": "none",
"north": "tall",
@@ -178207,7 +178291,7 @@
}
},
{
- "id": 20962,
+ "id": 21506,
"properties": {
"east": "none",
"north": "tall",
@@ -178218,7 +178302,7 @@
}
},
{
- "id": 20963,
+ "id": 21507,
"properties": {
"east": "none",
"north": "tall",
@@ -178229,7 +178313,7 @@
}
},
{
- "id": 20964,
+ "id": 21508,
"properties": {
"east": "none",
"north": "tall",
@@ -178240,7 +178324,7 @@
}
},
{
- "id": 20965,
+ "id": 21509,
"properties": {
"east": "none",
"north": "tall",
@@ -178251,7 +178335,7 @@
}
},
{
- "id": 20966,
+ "id": 21510,
"properties": {
"east": "none",
"north": "tall",
@@ -178262,7 +178346,7 @@
}
},
{
- "id": 20967,
+ "id": 21511,
"properties": {
"east": "none",
"north": "tall",
@@ -178273,7 +178357,7 @@
}
},
{
- "id": 20968,
+ "id": 21512,
"properties": {
"east": "none",
"north": "tall",
@@ -178284,7 +178368,7 @@
}
},
{
- "id": 20969,
+ "id": 21513,
"properties": {
"east": "none",
"north": "tall",
@@ -178295,7 +178379,7 @@
}
},
{
- "id": 20970,
+ "id": 21514,
"properties": {
"east": "none",
"north": "tall",
@@ -178306,7 +178390,7 @@
}
},
{
- "id": 20971,
+ "id": 21515,
"properties": {
"east": "none",
"north": "tall",
@@ -178317,7 +178401,7 @@
}
},
{
- "id": 20972,
+ "id": 21516,
"properties": {
"east": "none",
"north": "tall",
@@ -178328,7 +178412,7 @@
}
},
{
- "id": 20973,
+ "id": 21517,
"properties": {
"east": "none",
"north": "tall",
@@ -178339,7 +178423,7 @@
}
},
{
- "id": 20974,
+ "id": 21518,
"properties": {
"east": "none",
"north": "tall",
@@ -178350,7 +178434,7 @@
}
},
{
- "id": 20975,
+ "id": 21519,
"properties": {
"east": "low",
"north": "none",
@@ -178361,7 +178445,7 @@
}
},
{
- "id": 20976,
+ "id": 21520,
"properties": {
"east": "low",
"north": "none",
@@ -178372,7 +178456,7 @@
}
},
{
- "id": 20977,
+ "id": 21521,
"properties": {
"east": "low",
"north": "none",
@@ -178383,7 +178467,7 @@
}
},
{
- "id": 20978,
+ "id": 21522,
"properties": {
"east": "low",
"north": "none",
@@ -178394,7 +178478,7 @@
}
},
{
- "id": 20979,
+ "id": 21523,
"properties": {
"east": "low",
"north": "none",
@@ -178405,7 +178489,7 @@
}
},
{
- "id": 20980,
+ "id": 21524,
"properties": {
"east": "low",
"north": "none",
@@ -178416,7 +178500,7 @@
}
},
{
- "id": 20981,
+ "id": 21525,
"properties": {
"east": "low",
"north": "none",
@@ -178427,7 +178511,7 @@
}
},
{
- "id": 20982,
+ "id": 21526,
"properties": {
"east": "low",
"north": "none",
@@ -178438,7 +178522,7 @@
}
},
{
- "id": 20983,
+ "id": 21527,
"properties": {
"east": "low",
"north": "none",
@@ -178449,7 +178533,7 @@
}
},
{
- "id": 20984,
+ "id": 21528,
"properties": {
"east": "low",
"north": "none",
@@ -178460,7 +178544,7 @@
}
},
{
- "id": 20985,
+ "id": 21529,
"properties": {
"east": "low",
"north": "none",
@@ -178471,7 +178555,7 @@
}
},
{
- "id": 20986,
+ "id": 21530,
"properties": {
"east": "low",
"north": "none",
@@ -178482,7 +178566,7 @@
}
},
{
- "id": 20987,
+ "id": 21531,
"properties": {
"east": "low",
"north": "none",
@@ -178493,7 +178577,7 @@
}
},
{
- "id": 20988,
+ "id": 21532,
"properties": {
"east": "low",
"north": "none",
@@ -178504,7 +178588,7 @@
}
},
{
- "id": 20989,
+ "id": 21533,
"properties": {
"east": "low",
"north": "none",
@@ -178515,7 +178599,7 @@
}
},
{
- "id": 20990,
+ "id": 21534,
"properties": {
"east": "low",
"north": "none",
@@ -178526,7 +178610,7 @@
}
},
{
- "id": 20991,
+ "id": 21535,
"properties": {
"east": "low",
"north": "none",
@@ -178537,7 +178621,7 @@
}
},
{
- "id": 20992,
+ "id": 21536,
"properties": {
"east": "low",
"north": "none",
@@ -178548,7 +178632,7 @@
}
},
{
- "id": 20993,
+ "id": 21537,
"properties": {
"east": "low",
"north": "none",
@@ -178559,7 +178643,7 @@
}
},
{
- "id": 20994,
+ "id": 21538,
"properties": {
"east": "low",
"north": "none",
@@ -178570,7 +178654,7 @@
}
},
{
- "id": 20995,
+ "id": 21539,
"properties": {
"east": "low",
"north": "none",
@@ -178581,7 +178665,7 @@
}
},
{
- "id": 20996,
+ "id": 21540,
"properties": {
"east": "low",
"north": "none",
@@ -178592,7 +178676,7 @@
}
},
{
- "id": 20997,
+ "id": 21541,
"properties": {
"east": "low",
"north": "none",
@@ -178603,7 +178687,7 @@
}
},
{
- "id": 20998,
+ "id": 21542,
"properties": {
"east": "low",
"north": "none",
@@ -178614,7 +178698,7 @@
}
},
{
- "id": 20999,
+ "id": 21543,
"properties": {
"east": "low",
"north": "none",
@@ -178625,7 +178709,7 @@
}
},
{
- "id": 21000,
+ "id": 21544,
"properties": {
"east": "low",
"north": "none",
@@ -178636,7 +178720,7 @@
}
},
{
- "id": 21001,
+ "id": 21545,
"properties": {
"east": "low",
"north": "none",
@@ -178647,7 +178731,7 @@
}
},
{
- "id": 21002,
+ "id": 21546,
"properties": {
"east": "low",
"north": "none",
@@ -178658,7 +178742,7 @@
}
},
{
- "id": 21003,
+ "id": 21547,
"properties": {
"east": "low",
"north": "none",
@@ -178669,7 +178753,7 @@
}
},
{
- "id": 21004,
+ "id": 21548,
"properties": {
"east": "low",
"north": "none",
@@ -178680,7 +178764,7 @@
}
},
{
- "id": 21005,
+ "id": 21549,
"properties": {
"east": "low",
"north": "none",
@@ -178691,7 +178775,7 @@
}
},
{
- "id": 21006,
+ "id": 21550,
"properties": {
"east": "low",
"north": "none",
@@ -178702,7 +178786,7 @@
}
},
{
- "id": 21007,
+ "id": 21551,
"properties": {
"east": "low",
"north": "none",
@@ -178713,7 +178797,7 @@
}
},
{
- "id": 21008,
+ "id": 21552,
"properties": {
"east": "low",
"north": "none",
@@ -178724,7 +178808,7 @@
}
},
{
- "id": 21009,
+ "id": 21553,
"properties": {
"east": "low",
"north": "none",
@@ -178735,7 +178819,7 @@
}
},
{
- "id": 21010,
+ "id": 21554,
"properties": {
"east": "low",
"north": "none",
@@ -178746,7 +178830,7 @@
}
},
{
- "id": 21011,
+ "id": 21555,
"properties": {
"east": "low",
"north": "low",
@@ -178757,7 +178841,7 @@
}
},
{
- "id": 21012,
+ "id": 21556,
"properties": {
"east": "low",
"north": "low",
@@ -178768,7 +178852,7 @@
}
},
{
- "id": 21013,
+ "id": 21557,
"properties": {
"east": "low",
"north": "low",
@@ -178779,7 +178863,7 @@
}
},
{
- "id": 21014,
+ "id": 21558,
"properties": {
"east": "low",
"north": "low",
@@ -178790,7 +178874,7 @@
}
},
{
- "id": 21015,
+ "id": 21559,
"properties": {
"east": "low",
"north": "low",
@@ -178801,7 +178885,7 @@
}
},
{
- "id": 21016,
+ "id": 21560,
"properties": {
"east": "low",
"north": "low",
@@ -178812,7 +178896,7 @@
}
},
{
- "id": 21017,
+ "id": 21561,
"properties": {
"east": "low",
"north": "low",
@@ -178823,7 +178907,7 @@
}
},
{
- "id": 21018,
+ "id": 21562,
"properties": {
"east": "low",
"north": "low",
@@ -178834,7 +178918,7 @@
}
},
{
- "id": 21019,
+ "id": 21563,
"properties": {
"east": "low",
"north": "low",
@@ -178845,7 +178929,7 @@
}
},
{
- "id": 21020,
+ "id": 21564,
"properties": {
"east": "low",
"north": "low",
@@ -178856,7 +178940,7 @@
}
},
{
- "id": 21021,
+ "id": 21565,
"properties": {
"east": "low",
"north": "low",
@@ -178867,7 +178951,7 @@
}
},
{
- "id": 21022,
+ "id": 21566,
"properties": {
"east": "low",
"north": "low",
@@ -178878,7 +178962,7 @@
}
},
{
- "id": 21023,
+ "id": 21567,
"properties": {
"east": "low",
"north": "low",
@@ -178889,7 +178973,7 @@
}
},
{
- "id": 21024,
+ "id": 21568,
"properties": {
"east": "low",
"north": "low",
@@ -178900,7 +178984,7 @@
}
},
{
- "id": 21025,
+ "id": 21569,
"properties": {
"east": "low",
"north": "low",
@@ -178911,7 +178995,7 @@
}
},
{
- "id": 21026,
+ "id": 21570,
"properties": {
"east": "low",
"north": "low",
@@ -178922,7 +179006,7 @@
}
},
{
- "id": 21027,
+ "id": 21571,
"properties": {
"east": "low",
"north": "low",
@@ -178933,7 +179017,7 @@
}
},
{
- "id": 21028,
+ "id": 21572,
"properties": {
"east": "low",
"north": "low",
@@ -178944,7 +179028,7 @@
}
},
{
- "id": 21029,
+ "id": 21573,
"properties": {
"east": "low",
"north": "low",
@@ -178955,7 +179039,7 @@
}
},
{
- "id": 21030,
+ "id": 21574,
"properties": {
"east": "low",
"north": "low",
@@ -178966,7 +179050,7 @@
}
},
{
- "id": 21031,
+ "id": 21575,
"properties": {
"east": "low",
"north": "low",
@@ -178977,7 +179061,7 @@
}
},
{
- "id": 21032,
+ "id": 21576,
"properties": {
"east": "low",
"north": "low",
@@ -178988,7 +179072,7 @@
}
},
{
- "id": 21033,
+ "id": 21577,
"properties": {
"east": "low",
"north": "low",
@@ -178999,7 +179083,7 @@
}
},
{
- "id": 21034,
+ "id": 21578,
"properties": {
"east": "low",
"north": "low",
@@ -179010,7 +179094,7 @@
}
},
{
- "id": 21035,
+ "id": 21579,
"properties": {
"east": "low",
"north": "low",
@@ -179021,7 +179105,7 @@
}
},
{
- "id": 21036,
+ "id": 21580,
"properties": {
"east": "low",
"north": "low",
@@ -179032,7 +179116,7 @@
}
},
{
- "id": 21037,
+ "id": 21581,
"properties": {
"east": "low",
"north": "low",
@@ -179043,7 +179127,7 @@
}
},
{
- "id": 21038,
+ "id": 21582,
"properties": {
"east": "low",
"north": "low",
@@ -179054,7 +179138,7 @@
}
},
{
- "id": 21039,
+ "id": 21583,
"properties": {
"east": "low",
"north": "low",
@@ -179065,7 +179149,7 @@
}
},
{
- "id": 21040,
+ "id": 21584,
"properties": {
"east": "low",
"north": "low",
@@ -179076,7 +179160,7 @@
}
},
{
- "id": 21041,
+ "id": 21585,
"properties": {
"east": "low",
"north": "low",
@@ -179087,7 +179171,7 @@
}
},
{
- "id": 21042,
+ "id": 21586,
"properties": {
"east": "low",
"north": "low",
@@ -179098,7 +179182,7 @@
}
},
{
- "id": 21043,
+ "id": 21587,
"properties": {
"east": "low",
"north": "low",
@@ -179109,7 +179193,7 @@
}
},
{
- "id": 21044,
+ "id": 21588,
"properties": {
"east": "low",
"north": "low",
@@ -179120,7 +179204,7 @@
}
},
{
- "id": 21045,
+ "id": 21589,
"properties": {
"east": "low",
"north": "low",
@@ -179131,7 +179215,7 @@
}
},
{
- "id": 21046,
+ "id": 21590,
"properties": {
"east": "low",
"north": "low",
@@ -179142,7 +179226,7 @@
}
},
{
- "id": 21047,
+ "id": 21591,
"properties": {
"east": "low",
"north": "tall",
@@ -179153,7 +179237,7 @@
}
},
{
- "id": 21048,
+ "id": 21592,
"properties": {
"east": "low",
"north": "tall",
@@ -179164,7 +179248,7 @@
}
},
{
- "id": 21049,
+ "id": 21593,
"properties": {
"east": "low",
"north": "tall",
@@ -179175,7 +179259,7 @@
}
},
{
- "id": 21050,
+ "id": 21594,
"properties": {
"east": "low",
"north": "tall",
@@ -179186,7 +179270,7 @@
}
},
{
- "id": 21051,
+ "id": 21595,
"properties": {
"east": "low",
"north": "tall",
@@ -179197,7 +179281,7 @@
}
},
{
- "id": 21052,
+ "id": 21596,
"properties": {
"east": "low",
"north": "tall",
@@ -179208,7 +179292,7 @@
}
},
{
- "id": 21053,
+ "id": 21597,
"properties": {
"east": "low",
"north": "tall",
@@ -179219,7 +179303,7 @@
}
},
{
- "id": 21054,
+ "id": 21598,
"properties": {
"east": "low",
"north": "tall",
@@ -179230,7 +179314,7 @@
}
},
{
- "id": 21055,
+ "id": 21599,
"properties": {
"east": "low",
"north": "tall",
@@ -179241,7 +179325,7 @@
}
},
{
- "id": 21056,
+ "id": 21600,
"properties": {
"east": "low",
"north": "tall",
@@ -179252,7 +179336,7 @@
}
},
{
- "id": 21057,
+ "id": 21601,
"properties": {
"east": "low",
"north": "tall",
@@ -179263,7 +179347,7 @@
}
},
{
- "id": 21058,
+ "id": 21602,
"properties": {
"east": "low",
"north": "tall",
@@ -179274,7 +179358,7 @@
}
},
{
- "id": 21059,
+ "id": 21603,
"properties": {
"east": "low",
"north": "tall",
@@ -179285,7 +179369,7 @@
}
},
{
- "id": 21060,
+ "id": 21604,
"properties": {
"east": "low",
"north": "tall",
@@ -179296,7 +179380,7 @@
}
},
{
- "id": 21061,
+ "id": 21605,
"properties": {
"east": "low",
"north": "tall",
@@ -179307,7 +179391,7 @@
}
},
{
- "id": 21062,
+ "id": 21606,
"properties": {
"east": "low",
"north": "tall",
@@ -179318,7 +179402,7 @@
}
},
{
- "id": 21063,
+ "id": 21607,
"properties": {
"east": "low",
"north": "tall",
@@ -179329,7 +179413,7 @@
}
},
{
- "id": 21064,
+ "id": 21608,
"properties": {
"east": "low",
"north": "tall",
@@ -179340,7 +179424,7 @@
}
},
{
- "id": 21065,
+ "id": 21609,
"properties": {
"east": "low",
"north": "tall",
@@ -179351,7 +179435,7 @@
}
},
{
- "id": 21066,
+ "id": 21610,
"properties": {
"east": "low",
"north": "tall",
@@ -179362,7 +179446,7 @@
}
},
{
- "id": 21067,
+ "id": 21611,
"properties": {
"east": "low",
"north": "tall",
@@ -179373,7 +179457,7 @@
}
},
{
- "id": 21068,
+ "id": 21612,
"properties": {
"east": "low",
"north": "tall",
@@ -179384,7 +179468,7 @@
}
},
{
- "id": 21069,
+ "id": 21613,
"properties": {
"east": "low",
"north": "tall",
@@ -179395,7 +179479,7 @@
}
},
{
- "id": 21070,
+ "id": 21614,
"properties": {
"east": "low",
"north": "tall",
@@ -179406,7 +179490,7 @@
}
},
{
- "id": 21071,
+ "id": 21615,
"properties": {
"east": "low",
"north": "tall",
@@ -179417,7 +179501,7 @@
}
},
{
- "id": 21072,
+ "id": 21616,
"properties": {
"east": "low",
"north": "tall",
@@ -179428,7 +179512,7 @@
}
},
{
- "id": 21073,
+ "id": 21617,
"properties": {
"east": "low",
"north": "tall",
@@ -179439,7 +179523,7 @@
}
},
{
- "id": 21074,
+ "id": 21618,
"properties": {
"east": "low",
"north": "tall",
@@ -179450,7 +179534,7 @@
}
},
{
- "id": 21075,
+ "id": 21619,
"properties": {
"east": "low",
"north": "tall",
@@ -179461,7 +179545,7 @@
}
},
{
- "id": 21076,
+ "id": 21620,
"properties": {
"east": "low",
"north": "tall",
@@ -179472,7 +179556,7 @@
}
},
{
- "id": 21077,
+ "id": 21621,
"properties": {
"east": "low",
"north": "tall",
@@ -179483,7 +179567,7 @@
}
},
{
- "id": 21078,
+ "id": 21622,
"properties": {
"east": "low",
"north": "tall",
@@ -179494,7 +179578,7 @@
}
},
{
- "id": 21079,
+ "id": 21623,
"properties": {
"east": "low",
"north": "tall",
@@ -179505,7 +179589,7 @@
}
},
{
- "id": 21080,
+ "id": 21624,
"properties": {
"east": "low",
"north": "tall",
@@ -179516,7 +179600,7 @@
}
},
{
- "id": 21081,
+ "id": 21625,
"properties": {
"east": "low",
"north": "tall",
@@ -179527,7 +179611,7 @@
}
},
{
- "id": 21082,
+ "id": 21626,
"properties": {
"east": "low",
"north": "tall",
@@ -179538,7 +179622,7 @@
}
},
{
- "id": 21083,
+ "id": 21627,
"properties": {
"east": "tall",
"north": "none",
@@ -179549,7 +179633,7 @@
}
},
{
- "id": 21084,
+ "id": 21628,
"properties": {
"east": "tall",
"north": "none",
@@ -179560,7 +179644,7 @@
}
},
{
- "id": 21085,
+ "id": 21629,
"properties": {
"east": "tall",
"north": "none",
@@ -179571,7 +179655,7 @@
}
},
{
- "id": 21086,
+ "id": 21630,
"properties": {
"east": "tall",
"north": "none",
@@ -179582,7 +179666,7 @@
}
},
{
- "id": 21087,
+ "id": 21631,
"properties": {
"east": "tall",
"north": "none",
@@ -179593,7 +179677,7 @@
}
},
{
- "id": 21088,
+ "id": 21632,
"properties": {
"east": "tall",
"north": "none",
@@ -179604,7 +179688,7 @@
}
},
{
- "id": 21089,
+ "id": 21633,
"properties": {
"east": "tall",
"north": "none",
@@ -179615,7 +179699,7 @@
}
},
{
- "id": 21090,
+ "id": 21634,
"properties": {
"east": "tall",
"north": "none",
@@ -179626,7 +179710,7 @@
}
},
{
- "id": 21091,
+ "id": 21635,
"properties": {
"east": "tall",
"north": "none",
@@ -179637,7 +179721,7 @@
}
},
{
- "id": 21092,
+ "id": 21636,
"properties": {
"east": "tall",
"north": "none",
@@ -179648,7 +179732,7 @@
}
},
{
- "id": 21093,
+ "id": 21637,
"properties": {
"east": "tall",
"north": "none",
@@ -179659,7 +179743,7 @@
}
},
{
- "id": 21094,
+ "id": 21638,
"properties": {
"east": "tall",
"north": "none",
@@ -179670,7 +179754,7 @@
}
},
{
- "id": 21095,
+ "id": 21639,
"properties": {
"east": "tall",
"north": "none",
@@ -179681,7 +179765,7 @@
}
},
{
- "id": 21096,
+ "id": 21640,
"properties": {
"east": "tall",
"north": "none",
@@ -179692,7 +179776,7 @@
}
},
{
- "id": 21097,
+ "id": 21641,
"properties": {
"east": "tall",
"north": "none",
@@ -179703,7 +179787,7 @@
}
},
{
- "id": 21098,
+ "id": 21642,
"properties": {
"east": "tall",
"north": "none",
@@ -179714,7 +179798,7 @@
}
},
{
- "id": 21099,
+ "id": 21643,
"properties": {
"east": "tall",
"north": "none",
@@ -179725,7 +179809,7 @@
}
},
{
- "id": 21100,
+ "id": 21644,
"properties": {
"east": "tall",
"north": "none",
@@ -179736,7 +179820,7 @@
}
},
{
- "id": 21101,
+ "id": 21645,
"properties": {
"east": "tall",
"north": "none",
@@ -179747,7 +179831,7 @@
}
},
{
- "id": 21102,
+ "id": 21646,
"properties": {
"east": "tall",
"north": "none",
@@ -179758,7 +179842,7 @@
}
},
{
- "id": 21103,
+ "id": 21647,
"properties": {
"east": "tall",
"north": "none",
@@ -179769,7 +179853,7 @@
}
},
{
- "id": 21104,
+ "id": 21648,
"properties": {
"east": "tall",
"north": "none",
@@ -179780,7 +179864,7 @@
}
},
{
- "id": 21105,
+ "id": 21649,
"properties": {
"east": "tall",
"north": "none",
@@ -179791,7 +179875,7 @@
}
},
{
- "id": 21106,
+ "id": 21650,
"properties": {
"east": "tall",
"north": "none",
@@ -179802,7 +179886,7 @@
}
},
{
- "id": 21107,
+ "id": 21651,
"properties": {
"east": "tall",
"north": "none",
@@ -179813,7 +179897,7 @@
}
},
{
- "id": 21108,
+ "id": 21652,
"properties": {
"east": "tall",
"north": "none",
@@ -179824,7 +179908,7 @@
}
},
{
- "id": 21109,
+ "id": 21653,
"properties": {
"east": "tall",
"north": "none",
@@ -179835,7 +179919,7 @@
}
},
{
- "id": 21110,
+ "id": 21654,
"properties": {
"east": "tall",
"north": "none",
@@ -179846,7 +179930,7 @@
}
},
{
- "id": 21111,
+ "id": 21655,
"properties": {
"east": "tall",
"north": "none",
@@ -179857,7 +179941,7 @@
}
},
{
- "id": 21112,
+ "id": 21656,
"properties": {
"east": "tall",
"north": "none",
@@ -179868,7 +179952,7 @@
}
},
{
- "id": 21113,
+ "id": 21657,
"properties": {
"east": "tall",
"north": "none",
@@ -179879,7 +179963,7 @@
}
},
{
- "id": 21114,
+ "id": 21658,
"properties": {
"east": "tall",
"north": "none",
@@ -179890,7 +179974,7 @@
}
},
{
- "id": 21115,
+ "id": 21659,
"properties": {
"east": "tall",
"north": "none",
@@ -179901,7 +179985,7 @@
}
},
{
- "id": 21116,
+ "id": 21660,
"properties": {
"east": "tall",
"north": "none",
@@ -179912,7 +179996,7 @@
}
},
{
- "id": 21117,
+ "id": 21661,
"properties": {
"east": "tall",
"north": "none",
@@ -179923,7 +180007,7 @@
}
},
{
- "id": 21118,
+ "id": 21662,
"properties": {
"east": "tall",
"north": "none",
@@ -179934,7 +180018,7 @@
}
},
{
- "id": 21119,
+ "id": 21663,
"properties": {
"east": "tall",
"north": "low",
@@ -179945,7 +180029,7 @@
}
},
{
- "id": 21120,
+ "id": 21664,
"properties": {
"east": "tall",
"north": "low",
@@ -179956,7 +180040,7 @@
}
},
{
- "id": 21121,
+ "id": 21665,
"properties": {
"east": "tall",
"north": "low",
@@ -179967,7 +180051,7 @@
}
},
{
- "id": 21122,
+ "id": 21666,
"properties": {
"east": "tall",
"north": "low",
@@ -179978,7 +180062,7 @@
}
},
{
- "id": 21123,
+ "id": 21667,
"properties": {
"east": "tall",
"north": "low",
@@ -179989,7 +180073,7 @@
}
},
{
- "id": 21124,
+ "id": 21668,
"properties": {
"east": "tall",
"north": "low",
@@ -180000,7 +180084,7 @@
}
},
{
- "id": 21125,
+ "id": 21669,
"properties": {
"east": "tall",
"north": "low",
@@ -180011,7 +180095,7 @@
}
},
{
- "id": 21126,
+ "id": 21670,
"properties": {
"east": "tall",
"north": "low",
@@ -180022,7 +180106,7 @@
}
},
{
- "id": 21127,
+ "id": 21671,
"properties": {
"east": "tall",
"north": "low",
@@ -180033,7 +180117,7 @@
}
},
{
- "id": 21128,
+ "id": 21672,
"properties": {
"east": "tall",
"north": "low",
@@ -180044,7 +180128,7 @@
}
},
{
- "id": 21129,
+ "id": 21673,
"properties": {
"east": "tall",
"north": "low",
@@ -180055,7 +180139,7 @@
}
},
{
- "id": 21130,
+ "id": 21674,
"properties": {
"east": "tall",
"north": "low",
@@ -180066,7 +180150,7 @@
}
},
{
- "id": 21131,
+ "id": 21675,
"properties": {
"east": "tall",
"north": "low",
@@ -180077,7 +180161,7 @@
}
},
{
- "id": 21132,
+ "id": 21676,
"properties": {
"east": "tall",
"north": "low",
@@ -180088,7 +180172,7 @@
}
},
{
- "id": 21133,
+ "id": 21677,
"properties": {
"east": "tall",
"north": "low",
@@ -180099,7 +180183,7 @@
}
},
{
- "id": 21134,
+ "id": 21678,
"properties": {
"east": "tall",
"north": "low",
@@ -180110,7 +180194,7 @@
}
},
{
- "id": 21135,
+ "id": 21679,
"properties": {
"east": "tall",
"north": "low",
@@ -180121,7 +180205,7 @@
}
},
{
- "id": 21136,
+ "id": 21680,
"properties": {
"east": "tall",
"north": "low",
@@ -180132,7 +180216,7 @@
}
},
{
- "id": 21137,
+ "id": 21681,
"properties": {
"east": "tall",
"north": "low",
@@ -180143,7 +180227,7 @@
}
},
{
- "id": 21138,
+ "id": 21682,
"properties": {
"east": "tall",
"north": "low",
@@ -180154,7 +180238,7 @@
}
},
{
- "id": 21139,
+ "id": 21683,
"properties": {
"east": "tall",
"north": "low",
@@ -180165,7 +180249,7 @@
}
},
{
- "id": 21140,
+ "id": 21684,
"properties": {
"east": "tall",
"north": "low",
@@ -180176,7 +180260,7 @@
}
},
{
- "id": 21141,
+ "id": 21685,
"properties": {
"east": "tall",
"north": "low",
@@ -180187,7 +180271,7 @@
}
},
{
- "id": 21142,
+ "id": 21686,
"properties": {
"east": "tall",
"north": "low",
@@ -180198,7 +180282,7 @@
}
},
{
- "id": 21143,
+ "id": 21687,
"properties": {
"east": "tall",
"north": "low",
@@ -180209,7 +180293,7 @@
}
},
{
- "id": 21144,
+ "id": 21688,
"properties": {
"east": "tall",
"north": "low",
@@ -180220,7 +180304,7 @@
}
},
{
- "id": 21145,
+ "id": 21689,
"properties": {
"east": "tall",
"north": "low",
@@ -180231,7 +180315,7 @@
}
},
{
- "id": 21146,
+ "id": 21690,
"properties": {
"east": "tall",
"north": "low",
@@ -180242,7 +180326,7 @@
}
},
{
- "id": 21147,
+ "id": 21691,
"properties": {
"east": "tall",
"north": "low",
@@ -180253,7 +180337,7 @@
}
},
{
- "id": 21148,
+ "id": 21692,
"properties": {
"east": "tall",
"north": "low",
@@ -180264,7 +180348,7 @@
}
},
{
- "id": 21149,
+ "id": 21693,
"properties": {
"east": "tall",
"north": "low",
@@ -180275,7 +180359,7 @@
}
},
{
- "id": 21150,
+ "id": 21694,
"properties": {
"east": "tall",
"north": "low",
@@ -180286,7 +180370,7 @@
}
},
{
- "id": 21151,
+ "id": 21695,
"properties": {
"east": "tall",
"north": "low",
@@ -180297,7 +180381,7 @@
}
},
{
- "id": 21152,
+ "id": 21696,
"properties": {
"east": "tall",
"north": "low",
@@ -180308,7 +180392,7 @@
}
},
{
- "id": 21153,
+ "id": 21697,
"properties": {
"east": "tall",
"north": "low",
@@ -180319,7 +180403,7 @@
}
},
{
- "id": 21154,
+ "id": 21698,
"properties": {
"east": "tall",
"north": "low",
@@ -180330,7 +180414,7 @@
}
},
{
- "id": 21155,
+ "id": 21699,
"properties": {
"east": "tall",
"north": "tall",
@@ -180341,7 +180425,7 @@
}
},
{
- "id": 21156,
+ "id": 21700,
"properties": {
"east": "tall",
"north": "tall",
@@ -180352,7 +180436,7 @@
}
},
{
- "id": 21157,
+ "id": 21701,
"properties": {
"east": "tall",
"north": "tall",
@@ -180363,7 +180447,7 @@
}
},
{
- "id": 21158,
+ "id": 21702,
"properties": {
"east": "tall",
"north": "tall",
@@ -180374,7 +180458,7 @@
}
},
{
- "id": 21159,
+ "id": 21703,
"properties": {
"east": "tall",
"north": "tall",
@@ -180385,7 +180469,7 @@
}
},
{
- "id": 21160,
+ "id": 21704,
"properties": {
"east": "tall",
"north": "tall",
@@ -180396,7 +180480,7 @@
}
},
{
- "id": 21161,
+ "id": 21705,
"properties": {
"east": "tall",
"north": "tall",
@@ -180407,7 +180491,7 @@
}
},
{
- "id": 21162,
+ "id": 21706,
"properties": {
"east": "tall",
"north": "tall",
@@ -180418,7 +180502,7 @@
}
},
{
- "id": 21163,
+ "id": 21707,
"properties": {
"east": "tall",
"north": "tall",
@@ -180429,7 +180513,7 @@
}
},
{
- "id": 21164,
+ "id": 21708,
"properties": {
"east": "tall",
"north": "tall",
@@ -180440,7 +180524,7 @@
}
},
{
- "id": 21165,
+ "id": 21709,
"properties": {
"east": "tall",
"north": "tall",
@@ -180451,7 +180535,7 @@
}
},
{
- "id": 21166,
+ "id": 21710,
"properties": {
"east": "tall",
"north": "tall",
@@ -180462,7 +180546,7 @@
}
},
{
- "id": 21167,
+ "id": 21711,
"properties": {
"east": "tall",
"north": "tall",
@@ -180473,7 +180557,7 @@
}
},
{
- "id": 21168,
+ "id": 21712,
"properties": {
"east": "tall",
"north": "tall",
@@ -180484,7 +180568,7 @@
}
},
{
- "id": 21169,
+ "id": 21713,
"properties": {
"east": "tall",
"north": "tall",
@@ -180495,7 +180579,7 @@
}
},
{
- "id": 21170,
+ "id": 21714,
"properties": {
"east": "tall",
"north": "tall",
@@ -180506,7 +180590,7 @@
}
},
{
- "id": 21171,
+ "id": 21715,
"properties": {
"east": "tall",
"north": "tall",
@@ -180517,7 +180601,7 @@
}
},
{
- "id": 21172,
+ "id": 21716,
"properties": {
"east": "tall",
"north": "tall",
@@ -180528,7 +180612,7 @@
}
},
{
- "id": 21173,
+ "id": 21717,
"properties": {
"east": "tall",
"north": "tall",
@@ -180539,7 +180623,7 @@
}
},
{
- "id": 21174,
+ "id": 21718,
"properties": {
"east": "tall",
"north": "tall",
@@ -180550,7 +180634,7 @@
}
},
{
- "id": 21175,
+ "id": 21719,
"properties": {
"east": "tall",
"north": "tall",
@@ -180561,7 +180645,7 @@
}
},
{
- "id": 21176,
+ "id": 21720,
"properties": {
"east": "tall",
"north": "tall",
@@ -180572,7 +180656,7 @@
}
},
{
- "id": 21177,
+ "id": 21721,
"properties": {
"east": "tall",
"north": "tall",
@@ -180583,7 +180667,7 @@
}
},
{
- "id": 21178,
+ "id": 21722,
"properties": {
"east": "tall",
"north": "tall",
@@ -180594,7 +180678,7 @@
}
},
{
- "id": 21179,
+ "id": 21723,
"properties": {
"east": "tall",
"north": "tall",
@@ -180605,7 +180689,7 @@
}
},
{
- "id": 21180,
+ "id": 21724,
"properties": {
"east": "tall",
"north": "tall",
@@ -180616,7 +180700,7 @@
}
},
{
- "id": 21181,
+ "id": 21725,
"properties": {
"east": "tall",
"north": "tall",
@@ -180627,7 +180711,7 @@
}
},
{
- "id": 21182,
+ "id": 21726,
"properties": {
"east": "tall",
"north": "tall",
@@ -180638,7 +180722,7 @@
}
},
{
- "id": 21183,
+ "id": 21727,
"properties": {
"east": "tall",
"north": "tall",
@@ -180649,7 +180733,7 @@
}
},
{
- "id": 21184,
+ "id": 21728,
"properties": {
"east": "tall",
"north": "tall",
@@ -180660,7 +180744,7 @@
}
},
{
- "id": 21185,
+ "id": 21729,
"properties": {
"east": "tall",
"north": "tall",
@@ -180671,7 +180755,7 @@
}
},
{
- "id": 21186,
+ "id": 21730,
"properties": {
"east": "tall",
"north": "tall",
@@ -180682,7 +180766,7 @@
}
},
{
- "id": 21187,
+ "id": 21731,
"properties": {
"east": "tall",
"north": "tall",
@@ -180693,7 +180777,7 @@
}
},
{
- "id": 21188,
+ "id": 21732,
"properties": {
"east": "tall",
"north": "tall",
@@ -180704,7 +180788,7 @@
}
},
{
- "id": 21189,
+ "id": 21733,
"properties": {
"east": "tall",
"north": "tall",
@@ -180715,7 +180799,7 @@
}
},
{
- "id": 21190,
+ "id": 21734,
"properties": {
"east": "tall",
"north": "tall",
@@ -180735,7 +180819,7 @@
"states": [
{
"default": true,
- "id": 25787
+ "id": 26331
}
]
},
@@ -180757,21 +180841,21 @@
},
"states": [
{
- "id": 25868,
+ "id": 26412,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 25869,
+ "id": 26413,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 25870,
+ "id": 26414,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -180779,21 +180863,21 @@
},
{
"default": true,
- "id": 25871,
+ "id": 26415,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 25872,
+ "id": 26416,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 25873,
+ "id": 26417,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -180834,7 +180918,7 @@
},
"states": [
{
- "id": 25788,
+ "id": 26332,
"properties": {
"facing": "north",
"half": "top",
@@ -180843,7 +180927,7 @@
}
},
{
- "id": 25789,
+ "id": 26333,
"properties": {
"facing": "north",
"half": "top",
@@ -180852,7 +180936,7 @@
}
},
{
- "id": 25790,
+ "id": 26334,
"properties": {
"facing": "north",
"half": "top",
@@ -180861,7 +180945,7 @@
}
},
{
- "id": 25791,
+ "id": 26335,
"properties": {
"facing": "north",
"half": "top",
@@ -180870,7 +180954,7 @@
}
},
{
- "id": 25792,
+ "id": 26336,
"properties": {
"facing": "north",
"half": "top",
@@ -180879,7 +180963,7 @@
}
},
{
- "id": 25793,
+ "id": 26337,
"properties": {
"facing": "north",
"half": "top",
@@ -180888,7 +180972,7 @@
}
},
{
- "id": 25794,
+ "id": 26338,
"properties": {
"facing": "north",
"half": "top",
@@ -180897,7 +180981,7 @@
}
},
{
- "id": 25795,
+ "id": 26339,
"properties": {
"facing": "north",
"half": "top",
@@ -180906,7 +180990,7 @@
}
},
{
- "id": 25796,
+ "id": 26340,
"properties": {
"facing": "north",
"half": "top",
@@ -180915,7 +180999,7 @@
}
},
{
- "id": 25797,
+ "id": 26341,
"properties": {
"facing": "north",
"half": "top",
@@ -180924,7 +181008,7 @@
}
},
{
- "id": 25798,
+ "id": 26342,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180934,7 +181018,7 @@
},
{
"default": true,
- "id": 25799,
+ "id": 26343,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180943,7 +181027,7 @@
}
},
{
- "id": 25800,
+ "id": 26344,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180952,7 +181036,7 @@
}
},
{
- "id": 25801,
+ "id": 26345,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180961,7 +181045,7 @@
}
},
{
- "id": 25802,
+ "id": 26346,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180970,7 +181054,7 @@
}
},
{
- "id": 25803,
+ "id": 26347,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180979,7 +181063,7 @@
}
},
{
- "id": 25804,
+ "id": 26348,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180988,7 +181072,7 @@
}
},
{
- "id": 25805,
+ "id": 26349,
"properties": {
"facing": "north",
"half": "bottom",
@@ -180997,7 +181081,7 @@
}
},
{
- "id": 25806,
+ "id": 26350,
"properties": {
"facing": "north",
"half": "bottom",
@@ -181006,7 +181090,7 @@
}
},
{
- "id": 25807,
+ "id": 26351,
"properties": {
"facing": "north",
"half": "bottom",
@@ -181015,7 +181099,7 @@
}
},
{
- "id": 25808,
+ "id": 26352,
"properties": {
"facing": "south",
"half": "top",
@@ -181024,7 +181108,7 @@
}
},
{
- "id": 25809,
+ "id": 26353,
"properties": {
"facing": "south",
"half": "top",
@@ -181033,7 +181117,7 @@
}
},
{
- "id": 25810,
+ "id": 26354,
"properties": {
"facing": "south",
"half": "top",
@@ -181042,7 +181126,7 @@
}
},
{
- "id": 25811,
+ "id": 26355,
"properties": {
"facing": "south",
"half": "top",
@@ -181051,7 +181135,7 @@
}
},
{
- "id": 25812,
+ "id": 26356,
"properties": {
"facing": "south",
"half": "top",
@@ -181060,7 +181144,7 @@
}
},
{
- "id": 25813,
+ "id": 26357,
"properties": {
"facing": "south",
"half": "top",
@@ -181069,7 +181153,7 @@
}
},
{
- "id": 25814,
+ "id": 26358,
"properties": {
"facing": "south",
"half": "top",
@@ -181078,7 +181162,7 @@
}
},
{
- "id": 25815,
+ "id": 26359,
"properties": {
"facing": "south",
"half": "top",
@@ -181087,7 +181171,7 @@
}
},
{
- "id": 25816,
+ "id": 26360,
"properties": {
"facing": "south",
"half": "top",
@@ -181096,7 +181180,7 @@
}
},
{
- "id": 25817,
+ "id": 26361,
"properties": {
"facing": "south",
"half": "top",
@@ -181105,7 +181189,7 @@
}
},
{
- "id": 25818,
+ "id": 26362,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181114,7 +181198,7 @@
}
},
{
- "id": 25819,
+ "id": 26363,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181123,7 +181207,7 @@
}
},
{
- "id": 25820,
+ "id": 26364,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181132,7 +181216,7 @@
}
},
{
- "id": 25821,
+ "id": 26365,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181141,7 +181225,7 @@
}
},
{
- "id": 25822,
+ "id": 26366,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181150,7 +181234,7 @@
}
},
{
- "id": 25823,
+ "id": 26367,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181159,7 +181243,7 @@
}
},
{
- "id": 25824,
+ "id": 26368,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181168,7 +181252,7 @@
}
},
{
- "id": 25825,
+ "id": 26369,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181177,7 +181261,7 @@
}
},
{
- "id": 25826,
+ "id": 26370,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181186,7 +181270,7 @@
}
},
{
- "id": 25827,
+ "id": 26371,
"properties": {
"facing": "south",
"half": "bottom",
@@ -181195,7 +181279,7 @@
}
},
{
- "id": 25828,
+ "id": 26372,
"properties": {
"facing": "west",
"half": "top",
@@ -181204,7 +181288,7 @@
}
},
{
- "id": 25829,
+ "id": 26373,
"properties": {
"facing": "west",
"half": "top",
@@ -181213,7 +181297,7 @@
}
},
{
- "id": 25830,
+ "id": 26374,
"properties": {
"facing": "west",
"half": "top",
@@ -181222,7 +181306,7 @@
}
},
{
- "id": 25831,
+ "id": 26375,
"properties": {
"facing": "west",
"half": "top",
@@ -181231,7 +181315,7 @@
}
},
{
- "id": 25832,
+ "id": 26376,
"properties": {
"facing": "west",
"half": "top",
@@ -181240,7 +181324,7 @@
}
},
{
- "id": 25833,
+ "id": 26377,
"properties": {
"facing": "west",
"half": "top",
@@ -181249,7 +181333,7 @@
}
},
{
- "id": 25834,
+ "id": 26378,
"properties": {
"facing": "west",
"half": "top",
@@ -181258,7 +181342,7 @@
}
},
{
- "id": 25835,
+ "id": 26379,
"properties": {
"facing": "west",
"half": "top",
@@ -181267,7 +181351,7 @@
}
},
{
- "id": 25836,
+ "id": 26380,
"properties": {
"facing": "west",
"half": "top",
@@ -181276,7 +181360,7 @@
}
},
{
- "id": 25837,
+ "id": 26381,
"properties": {
"facing": "west",
"half": "top",
@@ -181285,7 +181369,7 @@
}
},
{
- "id": 25838,
+ "id": 26382,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181294,7 +181378,7 @@
}
},
{
- "id": 25839,
+ "id": 26383,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181303,7 +181387,7 @@
}
},
{
- "id": 25840,
+ "id": 26384,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181312,7 +181396,7 @@
}
},
{
- "id": 25841,
+ "id": 26385,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181321,7 +181405,7 @@
}
},
{
- "id": 25842,
+ "id": 26386,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181330,7 +181414,7 @@
}
},
{
- "id": 25843,
+ "id": 26387,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181339,7 +181423,7 @@
}
},
{
- "id": 25844,
+ "id": 26388,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181348,7 +181432,7 @@
}
},
{
- "id": 25845,
+ "id": 26389,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181357,7 +181441,7 @@
}
},
{
- "id": 25846,
+ "id": 26390,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181366,7 +181450,7 @@
}
},
{
- "id": 25847,
+ "id": 26391,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181375,7 +181459,7 @@
}
},
{
- "id": 25848,
+ "id": 26392,
"properties": {
"facing": "east",
"half": "top",
@@ -181384,7 +181468,7 @@
}
},
{
- "id": 25849,
+ "id": 26393,
"properties": {
"facing": "east",
"half": "top",
@@ -181393,7 +181477,7 @@
}
},
{
- "id": 25850,
+ "id": 26394,
"properties": {
"facing": "east",
"half": "top",
@@ -181402,7 +181486,7 @@
}
},
{
- "id": 25851,
+ "id": 26395,
"properties": {
"facing": "east",
"half": "top",
@@ -181411,7 +181495,7 @@
}
},
{
- "id": 25852,
+ "id": 26396,
"properties": {
"facing": "east",
"half": "top",
@@ -181420,7 +181504,7 @@
}
},
{
- "id": 25853,
+ "id": 26397,
"properties": {
"facing": "east",
"half": "top",
@@ -181429,7 +181513,7 @@
}
},
{
- "id": 25854,
+ "id": 26398,
"properties": {
"facing": "east",
"half": "top",
@@ -181438,7 +181522,7 @@
}
},
{
- "id": 25855,
+ "id": 26399,
"properties": {
"facing": "east",
"half": "top",
@@ -181447,7 +181531,7 @@
}
},
{
- "id": 25856,
+ "id": 26400,
"properties": {
"facing": "east",
"half": "top",
@@ -181456,7 +181540,7 @@
}
},
{
- "id": 25857,
+ "id": 26401,
"properties": {
"facing": "east",
"half": "top",
@@ -181465,7 +181549,7 @@
}
},
{
- "id": 25858,
+ "id": 26402,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181474,7 +181558,7 @@
}
},
{
- "id": 25859,
+ "id": 26403,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181483,7 +181567,7 @@
}
},
{
- "id": 25860,
+ "id": 26404,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181492,7 +181576,7 @@
}
},
{
- "id": 25861,
+ "id": 26405,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181501,7 +181585,7 @@
}
},
{
- "id": 25862,
+ "id": 26406,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181510,7 +181594,7 @@
}
},
{
- "id": 25863,
+ "id": 26407,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181519,7 +181603,7 @@
}
},
{
- "id": 25864,
+ "id": 26408,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181528,7 +181612,7 @@
}
},
{
- "id": 25865,
+ "id": 26409,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181537,7 +181621,7 @@
}
},
{
- "id": 25866,
+ "id": 26410,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181546,7 +181630,7 @@
}
},
{
- "id": 25867,
+ "id": 26411,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181593,7 +181677,7 @@
},
"states": [
{
- "id": 25874,
+ "id": 26418,
"properties": {
"east": "none",
"north": "none",
@@ -181604,7 +181688,7 @@
}
},
{
- "id": 25875,
+ "id": 26419,
"properties": {
"east": "none",
"north": "none",
@@ -181615,7 +181699,7 @@
}
},
{
- "id": 25876,
+ "id": 26420,
"properties": {
"east": "none",
"north": "none",
@@ -181627,7 +181711,7 @@
},
{
"default": true,
- "id": 25877,
+ "id": 26421,
"properties": {
"east": "none",
"north": "none",
@@ -181638,7 +181722,7 @@
}
},
{
- "id": 25878,
+ "id": 26422,
"properties": {
"east": "none",
"north": "none",
@@ -181649,7 +181733,7 @@
}
},
{
- "id": 25879,
+ "id": 26423,
"properties": {
"east": "none",
"north": "none",
@@ -181660,7 +181744,7 @@
}
},
{
- "id": 25880,
+ "id": 26424,
"properties": {
"east": "none",
"north": "none",
@@ -181671,7 +181755,7 @@
}
},
{
- "id": 25881,
+ "id": 26425,
"properties": {
"east": "none",
"north": "none",
@@ -181682,7 +181766,7 @@
}
},
{
- "id": 25882,
+ "id": 26426,
"properties": {
"east": "none",
"north": "none",
@@ -181693,7 +181777,7 @@
}
},
{
- "id": 25883,
+ "id": 26427,
"properties": {
"east": "none",
"north": "none",
@@ -181704,7 +181788,7 @@
}
},
{
- "id": 25884,
+ "id": 26428,
"properties": {
"east": "none",
"north": "none",
@@ -181715,7 +181799,7 @@
}
},
{
- "id": 25885,
+ "id": 26429,
"properties": {
"east": "none",
"north": "none",
@@ -181726,7 +181810,7 @@
}
},
{
- "id": 25886,
+ "id": 26430,
"properties": {
"east": "none",
"north": "none",
@@ -181737,7 +181821,7 @@
}
},
{
- "id": 25887,
+ "id": 26431,
"properties": {
"east": "none",
"north": "none",
@@ -181748,7 +181832,7 @@
}
},
{
- "id": 25888,
+ "id": 26432,
"properties": {
"east": "none",
"north": "none",
@@ -181759,7 +181843,7 @@
}
},
{
- "id": 25889,
+ "id": 26433,
"properties": {
"east": "none",
"north": "none",
@@ -181770,7 +181854,7 @@
}
},
{
- "id": 25890,
+ "id": 26434,
"properties": {
"east": "none",
"north": "none",
@@ -181781,7 +181865,7 @@
}
},
{
- "id": 25891,
+ "id": 26435,
"properties": {
"east": "none",
"north": "none",
@@ -181792,7 +181876,7 @@
}
},
{
- "id": 25892,
+ "id": 26436,
"properties": {
"east": "none",
"north": "none",
@@ -181803,7 +181887,7 @@
}
},
{
- "id": 25893,
+ "id": 26437,
"properties": {
"east": "none",
"north": "none",
@@ -181814,7 +181898,7 @@
}
},
{
- "id": 25894,
+ "id": 26438,
"properties": {
"east": "none",
"north": "none",
@@ -181825,7 +181909,7 @@
}
},
{
- "id": 25895,
+ "id": 26439,
"properties": {
"east": "none",
"north": "none",
@@ -181836,7 +181920,7 @@
}
},
{
- "id": 25896,
+ "id": 26440,
"properties": {
"east": "none",
"north": "none",
@@ -181847,7 +181931,7 @@
}
},
{
- "id": 25897,
+ "id": 26441,
"properties": {
"east": "none",
"north": "none",
@@ -181858,7 +181942,7 @@
}
},
{
- "id": 25898,
+ "id": 26442,
"properties": {
"east": "none",
"north": "none",
@@ -181869,7 +181953,7 @@
}
},
{
- "id": 25899,
+ "id": 26443,
"properties": {
"east": "none",
"north": "none",
@@ -181880,7 +181964,7 @@
}
},
{
- "id": 25900,
+ "id": 26444,
"properties": {
"east": "none",
"north": "none",
@@ -181891,7 +181975,7 @@
}
},
{
- "id": 25901,
+ "id": 26445,
"properties": {
"east": "none",
"north": "none",
@@ -181902,7 +181986,7 @@
}
},
{
- "id": 25902,
+ "id": 26446,
"properties": {
"east": "none",
"north": "none",
@@ -181913,7 +181997,7 @@
}
},
{
- "id": 25903,
+ "id": 26447,
"properties": {
"east": "none",
"north": "none",
@@ -181924,7 +182008,7 @@
}
},
{
- "id": 25904,
+ "id": 26448,
"properties": {
"east": "none",
"north": "none",
@@ -181935,7 +182019,7 @@
}
},
{
- "id": 25905,
+ "id": 26449,
"properties": {
"east": "none",
"north": "none",
@@ -181946,7 +182030,7 @@
}
},
{
- "id": 25906,
+ "id": 26450,
"properties": {
"east": "none",
"north": "none",
@@ -181957,7 +182041,7 @@
}
},
{
- "id": 25907,
+ "id": 26451,
"properties": {
"east": "none",
"north": "none",
@@ -181968,7 +182052,7 @@
}
},
{
- "id": 25908,
+ "id": 26452,
"properties": {
"east": "none",
"north": "none",
@@ -181979,7 +182063,7 @@
}
},
{
- "id": 25909,
+ "id": 26453,
"properties": {
"east": "none",
"north": "none",
@@ -181990,7 +182074,7 @@
}
},
{
- "id": 25910,
+ "id": 26454,
"properties": {
"east": "none",
"north": "low",
@@ -182001,7 +182085,7 @@
}
},
{
- "id": 25911,
+ "id": 26455,
"properties": {
"east": "none",
"north": "low",
@@ -182012,7 +182096,7 @@
}
},
{
- "id": 25912,
+ "id": 26456,
"properties": {
"east": "none",
"north": "low",
@@ -182023,7 +182107,7 @@
}
},
{
- "id": 25913,
+ "id": 26457,
"properties": {
"east": "none",
"north": "low",
@@ -182034,7 +182118,7 @@
}
},
{
- "id": 25914,
+ "id": 26458,
"properties": {
"east": "none",
"north": "low",
@@ -182045,7 +182129,7 @@
}
},
{
- "id": 25915,
+ "id": 26459,
"properties": {
"east": "none",
"north": "low",
@@ -182056,7 +182140,7 @@
}
},
{
- "id": 25916,
+ "id": 26460,
"properties": {
"east": "none",
"north": "low",
@@ -182067,7 +182151,7 @@
}
},
{
- "id": 25917,
+ "id": 26461,
"properties": {
"east": "none",
"north": "low",
@@ -182078,7 +182162,7 @@
}
},
{
- "id": 25918,
+ "id": 26462,
"properties": {
"east": "none",
"north": "low",
@@ -182089,7 +182173,7 @@
}
},
{
- "id": 25919,
+ "id": 26463,
"properties": {
"east": "none",
"north": "low",
@@ -182100,7 +182184,7 @@
}
},
{
- "id": 25920,
+ "id": 26464,
"properties": {
"east": "none",
"north": "low",
@@ -182111,7 +182195,7 @@
}
},
{
- "id": 25921,
+ "id": 26465,
"properties": {
"east": "none",
"north": "low",
@@ -182122,7 +182206,7 @@
}
},
{
- "id": 25922,
+ "id": 26466,
"properties": {
"east": "none",
"north": "low",
@@ -182133,7 +182217,7 @@
}
},
{
- "id": 25923,
+ "id": 26467,
"properties": {
"east": "none",
"north": "low",
@@ -182144,7 +182228,7 @@
}
},
{
- "id": 25924,
+ "id": 26468,
"properties": {
"east": "none",
"north": "low",
@@ -182155,7 +182239,7 @@
}
},
{
- "id": 25925,
+ "id": 26469,
"properties": {
"east": "none",
"north": "low",
@@ -182166,7 +182250,7 @@
}
},
{
- "id": 25926,
+ "id": 26470,
"properties": {
"east": "none",
"north": "low",
@@ -182177,7 +182261,7 @@
}
},
{
- "id": 25927,
+ "id": 26471,
"properties": {
"east": "none",
"north": "low",
@@ -182188,7 +182272,7 @@
}
},
{
- "id": 25928,
+ "id": 26472,
"properties": {
"east": "none",
"north": "low",
@@ -182199,7 +182283,7 @@
}
},
{
- "id": 25929,
+ "id": 26473,
"properties": {
"east": "none",
"north": "low",
@@ -182210,7 +182294,7 @@
}
},
{
- "id": 25930,
+ "id": 26474,
"properties": {
"east": "none",
"north": "low",
@@ -182221,7 +182305,7 @@
}
},
{
- "id": 25931,
+ "id": 26475,
"properties": {
"east": "none",
"north": "low",
@@ -182232,7 +182316,7 @@
}
},
{
- "id": 25932,
+ "id": 26476,
"properties": {
"east": "none",
"north": "low",
@@ -182243,7 +182327,7 @@
}
},
{
- "id": 25933,
+ "id": 26477,
"properties": {
"east": "none",
"north": "low",
@@ -182254,7 +182338,7 @@
}
},
{
- "id": 25934,
+ "id": 26478,
"properties": {
"east": "none",
"north": "low",
@@ -182265,7 +182349,7 @@
}
},
{
- "id": 25935,
+ "id": 26479,
"properties": {
"east": "none",
"north": "low",
@@ -182276,7 +182360,7 @@
}
},
{
- "id": 25936,
+ "id": 26480,
"properties": {
"east": "none",
"north": "low",
@@ -182287,7 +182371,7 @@
}
},
{
- "id": 25937,
+ "id": 26481,
"properties": {
"east": "none",
"north": "low",
@@ -182298,7 +182382,7 @@
}
},
{
- "id": 25938,
+ "id": 26482,
"properties": {
"east": "none",
"north": "low",
@@ -182309,7 +182393,7 @@
}
},
{
- "id": 25939,
+ "id": 26483,
"properties": {
"east": "none",
"north": "low",
@@ -182320,7 +182404,7 @@
}
},
{
- "id": 25940,
+ "id": 26484,
"properties": {
"east": "none",
"north": "low",
@@ -182331,7 +182415,7 @@
}
},
{
- "id": 25941,
+ "id": 26485,
"properties": {
"east": "none",
"north": "low",
@@ -182342,7 +182426,7 @@
}
},
{
- "id": 25942,
+ "id": 26486,
"properties": {
"east": "none",
"north": "low",
@@ -182353,7 +182437,7 @@
}
},
{
- "id": 25943,
+ "id": 26487,
"properties": {
"east": "none",
"north": "low",
@@ -182364,7 +182448,7 @@
}
},
{
- "id": 25944,
+ "id": 26488,
"properties": {
"east": "none",
"north": "low",
@@ -182375,7 +182459,7 @@
}
},
{
- "id": 25945,
+ "id": 26489,
"properties": {
"east": "none",
"north": "low",
@@ -182386,7 +182470,7 @@
}
},
{
- "id": 25946,
+ "id": 26490,
"properties": {
"east": "none",
"north": "tall",
@@ -182397,7 +182481,7 @@
}
},
{
- "id": 25947,
+ "id": 26491,
"properties": {
"east": "none",
"north": "tall",
@@ -182408,7 +182492,7 @@
}
},
{
- "id": 25948,
+ "id": 26492,
"properties": {
"east": "none",
"north": "tall",
@@ -182419,7 +182503,7 @@
}
},
{
- "id": 25949,
+ "id": 26493,
"properties": {
"east": "none",
"north": "tall",
@@ -182430,7 +182514,7 @@
}
},
{
- "id": 25950,
+ "id": 26494,
"properties": {
"east": "none",
"north": "tall",
@@ -182441,7 +182525,7 @@
}
},
{
- "id": 25951,
+ "id": 26495,
"properties": {
"east": "none",
"north": "tall",
@@ -182452,7 +182536,7 @@
}
},
{
- "id": 25952,
+ "id": 26496,
"properties": {
"east": "none",
"north": "tall",
@@ -182463,7 +182547,7 @@
}
},
{
- "id": 25953,
+ "id": 26497,
"properties": {
"east": "none",
"north": "tall",
@@ -182474,7 +182558,7 @@
}
},
{
- "id": 25954,
+ "id": 26498,
"properties": {
"east": "none",
"north": "tall",
@@ -182485,7 +182569,7 @@
}
},
{
- "id": 25955,
+ "id": 26499,
"properties": {
"east": "none",
"north": "tall",
@@ -182496,7 +182580,7 @@
}
},
{
- "id": 25956,
+ "id": 26500,
"properties": {
"east": "none",
"north": "tall",
@@ -182507,7 +182591,7 @@
}
},
{
- "id": 25957,
+ "id": 26501,
"properties": {
"east": "none",
"north": "tall",
@@ -182518,7 +182602,7 @@
}
},
{
- "id": 25958,
+ "id": 26502,
"properties": {
"east": "none",
"north": "tall",
@@ -182529,7 +182613,7 @@
}
},
{
- "id": 25959,
+ "id": 26503,
"properties": {
"east": "none",
"north": "tall",
@@ -182540,7 +182624,7 @@
}
},
{
- "id": 25960,
+ "id": 26504,
"properties": {
"east": "none",
"north": "tall",
@@ -182551,7 +182635,7 @@
}
},
{
- "id": 25961,
+ "id": 26505,
"properties": {
"east": "none",
"north": "tall",
@@ -182562,7 +182646,7 @@
}
},
{
- "id": 25962,
+ "id": 26506,
"properties": {
"east": "none",
"north": "tall",
@@ -182573,7 +182657,7 @@
}
},
{
- "id": 25963,
+ "id": 26507,
"properties": {
"east": "none",
"north": "tall",
@@ -182584,7 +182668,7 @@
}
},
{
- "id": 25964,
+ "id": 26508,
"properties": {
"east": "none",
"north": "tall",
@@ -182595,7 +182679,7 @@
}
},
{
- "id": 25965,
+ "id": 26509,
"properties": {
"east": "none",
"north": "tall",
@@ -182606,7 +182690,7 @@
}
},
{
- "id": 25966,
+ "id": 26510,
"properties": {
"east": "none",
"north": "tall",
@@ -182617,7 +182701,7 @@
}
},
{
- "id": 25967,
+ "id": 26511,
"properties": {
"east": "none",
"north": "tall",
@@ -182628,7 +182712,7 @@
}
},
{
- "id": 25968,
+ "id": 26512,
"properties": {
"east": "none",
"north": "tall",
@@ -182639,7 +182723,7 @@
}
},
{
- "id": 25969,
+ "id": 26513,
"properties": {
"east": "none",
"north": "tall",
@@ -182650,7 +182734,7 @@
}
},
{
- "id": 25970,
+ "id": 26514,
"properties": {
"east": "none",
"north": "tall",
@@ -182661,7 +182745,7 @@
}
},
{
- "id": 25971,
+ "id": 26515,
"properties": {
"east": "none",
"north": "tall",
@@ -182672,7 +182756,7 @@
}
},
{
- "id": 25972,
+ "id": 26516,
"properties": {
"east": "none",
"north": "tall",
@@ -182683,7 +182767,7 @@
}
},
{
- "id": 25973,
+ "id": 26517,
"properties": {
"east": "none",
"north": "tall",
@@ -182694,7 +182778,7 @@
}
},
{
- "id": 25974,
+ "id": 26518,
"properties": {
"east": "none",
"north": "tall",
@@ -182705,7 +182789,7 @@
}
},
{
- "id": 25975,
+ "id": 26519,
"properties": {
"east": "none",
"north": "tall",
@@ -182716,7 +182800,7 @@
}
},
{
- "id": 25976,
+ "id": 26520,
"properties": {
"east": "none",
"north": "tall",
@@ -182727,7 +182811,7 @@
}
},
{
- "id": 25977,
+ "id": 26521,
"properties": {
"east": "none",
"north": "tall",
@@ -182738,7 +182822,7 @@
}
},
{
- "id": 25978,
+ "id": 26522,
"properties": {
"east": "none",
"north": "tall",
@@ -182749,7 +182833,7 @@
}
},
{
- "id": 25979,
+ "id": 26523,
"properties": {
"east": "none",
"north": "tall",
@@ -182760,7 +182844,7 @@
}
},
{
- "id": 25980,
+ "id": 26524,
"properties": {
"east": "none",
"north": "tall",
@@ -182771,7 +182855,7 @@
}
},
{
- "id": 25981,
+ "id": 26525,
"properties": {
"east": "none",
"north": "tall",
@@ -182782,7 +182866,7 @@
}
},
{
- "id": 25982,
+ "id": 26526,
"properties": {
"east": "low",
"north": "none",
@@ -182793,7 +182877,7 @@
}
},
{
- "id": 25983,
+ "id": 26527,
"properties": {
"east": "low",
"north": "none",
@@ -182804,7 +182888,7 @@
}
},
{
- "id": 25984,
+ "id": 26528,
"properties": {
"east": "low",
"north": "none",
@@ -182815,7 +182899,7 @@
}
},
{
- "id": 25985,
+ "id": 26529,
"properties": {
"east": "low",
"north": "none",
@@ -182826,7 +182910,7 @@
}
},
{
- "id": 25986,
+ "id": 26530,
"properties": {
"east": "low",
"north": "none",
@@ -182837,7 +182921,7 @@
}
},
{
- "id": 25987,
+ "id": 26531,
"properties": {
"east": "low",
"north": "none",
@@ -182848,7 +182932,7 @@
}
},
{
- "id": 25988,
+ "id": 26532,
"properties": {
"east": "low",
"north": "none",
@@ -182859,7 +182943,7 @@
}
},
{
- "id": 25989,
+ "id": 26533,
"properties": {
"east": "low",
"north": "none",
@@ -182870,7 +182954,7 @@
}
},
{
- "id": 25990,
+ "id": 26534,
"properties": {
"east": "low",
"north": "none",
@@ -182881,7 +182965,7 @@
}
},
{
- "id": 25991,
+ "id": 26535,
"properties": {
"east": "low",
"north": "none",
@@ -182892,7 +182976,7 @@
}
},
{
- "id": 25992,
+ "id": 26536,
"properties": {
"east": "low",
"north": "none",
@@ -182903,7 +182987,7 @@
}
},
{
- "id": 25993,
+ "id": 26537,
"properties": {
"east": "low",
"north": "none",
@@ -182914,7 +182998,7 @@
}
},
{
- "id": 25994,
+ "id": 26538,
"properties": {
"east": "low",
"north": "none",
@@ -182925,7 +183009,7 @@
}
},
{
- "id": 25995,
+ "id": 26539,
"properties": {
"east": "low",
"north": "none",
@@ -182936,7 +183020,7 @@
}
},
{
- "id": 25996,
+ "id": 26540,
"properties": {
"east": "low",
"north": "none",
@@ -182947,7 +183031,7 @@
}
},
{
- "id": 25997,
+ "id": 26541,
"properties": {
"east": "low",
"north": "none",
@@ -182958,7 +183042,7 @@
}
},
{
- "id": 25998,
+ "id": 26542,
"properties": {
"east": "low",
"north": "none",
@@ -182969,7 +183053,7 @@
}
},
{
- "id": 25999,
+ "id": 26543,
"properties": {
"east": "low",
"north": "none",
@@ -182980,7 +183064,7 @@
}
},
{
- "id": 26000,
+ "id": 26544,
"properties": {
"east": "low",
"north": "none",
@@ -182991,7 +183075,7 @@
}
},
{
- "id": 26001,
+ "id": 26545,
"properties": {
"east": "low",
"north": "none",
@@ -183002,7 +183086,7 @@
}
},
{
- "id": 26002,
+ "id": 26546,
"properties": {
"east": "low",
"north": "none",
@@ -183013,7 +183097,7 @@
}
},
{
- "id": 26003,
+ "id": 26547,
"properties": {
"east": "low",
"north": "none",
@@ -183024,7 +183108,7 @@
}
},
{
- "id": 26004,
+ "id": 26548,
"properties": {
"east": "low",
"north": "none",
@@ -183035,7 +183119,7 @@
}
},
{
- "id": 26005,
+ "id": 26549,
"properties": {
"east": "low",
"north": "none",
@@ -183046,7 +183130,7 @@
}
},
{
- "id": 26006,
+ "id": 26550,
"properties": {
"east": "low",
"north": "none",
@@ -183057,7 +183141,7 @@
}
},
{
- "id": 26007,
+ "id": 26551,
"properties": {
"east": "low",
"north": "none",
@@ -183068,7 +183152,7 @@
}
},
{
- "id": 26008,
+ "id": 26552,
"properties": {
"east": "low",
"north": "none",
@@ -183079,7 +183163,7 @@
}
},
{
- "id": 26009,
+ "id": 26553,
"properties": {
"east": "low",
"north": "none",
@@ -183090,7 +183174,7 @@
}
},
{
- "id": 26010,
+ "id": 26554,
"properties": {
"east": "low",
"north": "none",
@@ -183101,7 +183185,7 @@
}
},
{
- "id": 26011,
+ "id": 26555,
"properties": {
"east": "low",
"north": "none",
@@ -183112,7 +183196,7 @@
}
},
{
- "id": 26012,
+ "id": 26556,
"properties": {
"east": "low",
"north": "none",
@@ -183123,7 +183207,7 @@
}
},
{
- "id": 26013,
+ "id": 26557,
"properties": {
"east": "low",
"north": "none",
@@ -183134,7 +183218,7 @@
}
},
{
- "id": 26014,
+ "id": 26558,
"properties": {
"east": "low",
"north": "none",
@@ -183145,7 +183229,7 @@
}
},
{
- "id": 26015,
+ "id": 26559,
"properties": {
"east": "low",
"north": "none",
@@ -183156,7 +183240,7 @@
}
},
{
- "id": 26016,
+ "id": 26560,
"properties": {
"east": "low",
"north": "none",
@@ -183167,7 +183251,7 @@
}
},
{
- "id": 26017,
+ "id": 26561,
"properties": {
"east": "low",
"north": "none",
@@ -183178,7 +183262,7 @@
}
},
{
- "id": 26018,
+ "id": 26562,
"properties": {
"east": "low",
"north": "low",
@@ -183189,7 +183273,7 @@
}
},
{
- "id": 26019,
+ "id": 26563,
"properties": {
"east": "low",
"north": "low",
@@ -183200,7 +183284,7 @@
}
},
{
- "id": 26020,
+ "id": 26564,
"properties": {
"east": "low",
"north": "low",
@@ -183211,7 +183295,7 @@
}
},
{
- "id": 26021,
+ "id": 26565,
"properties": {
"east": "low",
"north": "low",
@@ -183222,7 +183306,7 @@
}
},
{
- "id": 26022,
+ "id": 26566,
"properties": {
"east": "low",
"north": "low",
@@ -183233,7 +183317,7 @@
}
},
{
- "id": 26023,
+ "id": 26567,
"properties": {
"east": "low",
"north": "low",
@@ -183244,7 +183328,7 @@
}
},
{
- "id": 26024,
+ "id": 26568,
"properties": {
"east": "low",
"north": "low",
@@ -183255,7 +183339,7 @@
}
},
{
- "id": 26025,
+ "id": 26569,
"properties": {
"east": "low",
"north": "low",
@@ -183266,7 +183350,7 @@
}
},
{
- "id": 26026,
+ "id": 26570,
"properties": {
"east": "low",
"north": "low",
@@ -183277,7 +183361,7 @@
}
},
{
- "id": 26027,
+ "id": 26571,
"properties": {
"east": "low",
"north": "low",
@@ -183288,7 +183372,7 @@
}
},
{
- "id": 26028,
+ "id": 26572,
"properties": {
"east": "low",
"north": "low",
@@ -183299,7 +183383,7 @@
}
},
{
- "id": 26029,
+ "id": 26573,
"properties": {
"east": "low",
"north": "low",
@@ -183310,7 +183394,7 @@
}
},
{
- "id": 26030,
+ "id": 26574,
"properties": {
"east": "low",
"north": "low",
@@ -183321,7 +183405,7 @@
}
},
{
- "id": 26031,
+ "id": 26575,
"properties": {
"east": "low",
"north": "low",
@@ -183332,7 +183416,7 @@
}
},
{
- "id": 26032,
+ "id": 26576,
"properties": {
"east": "low",
"north": "low",
@@ -183343,7 +183427,7 @@
}
},
{
- "id": 26033,
+ "id": 26577,
"properties": {
"east": "low",
"north": "low",
@@ -183354,7 +183438,7 @@
}
},
{
- "id": 26034,
+ "id": 26578,
"properties": {
"east": "low",
"north": "low",
@@ -183365,7 +183449,7 @@
}
},
{
- "id": 26035,
+ "id": 26579,
"properties": {
"east": "low",
"north": "low",
@@ -183376,7 +183460,7 @@
}
},
{
- "id": 26036,
+ "id": 26580,
"properties": {
"east": "low",
"north": "low",
@@ -183387,7 +183471,7 @@
}
},
{
- "id": 26037,
+ "id": 26581,
"properties": {
"east": "low",
"north": "low",
@@ -183398,7 +183482,7 @@
}
},
{
- "id": 26038,
+ "id": 26582,
"properties": {
"east": "low",
"north": "low",
@@ -183409,7 +183493,7 @@
}
},
{
- "id": 26039,
+ "id": 26583,
"properties": {
"east": "low",
"north": "low",
@@ -183420,7 +183504,7 @@
}
},
{
- "id": 26040,
+ "id": 26584,
"properties": {
"east": "low",
"north": "low",
@@ -183431,7 +183515,7 @@
}
},
{
- "id": 26041,
+ "id": 26585,
"properties": {
"east": "low",
"north": "low",
@@ -183442,7 +183526,7 @@
}
},
{
- "id": 26042,
+ "id": 26586,
"properties": {
"east": "low",
"north": "low",
@@ -183453,7 +183537,7 @@
}
},
{
- "id": 26043,
+ "id": 26587,
"properties": {
"east": "low",
"north": "low",
@@ -183464,7 +183548,7 @@
}
},
{
- "id": 26044,
+ "id": 26588,
"properties": {
"east": "low",
"north": "low",
@@ -183475,7 +183559,7 @@
}
},
{
- "id": 26045,
+ "id": 26589,
"properties": {
"east": "low",
"north": "low",
@@ -183486,7 +183570,7 @@
}
},
{
- "id": 26046,
+ "id": 26590,
"properties": {
"east": "low",
"north": "low",
@@ -183497,7 +183581,7 @@
}
},
{
- "id": 26047,
+ "id": 26591,
"properties": {
"east": "low",
"north": "low",
@@ -183508,7 +183592,7 @@
}
},
{
- "id": 26048,
+ "id": 26592,
"properties": {
"east": "low",
"north": "low",
@@ -183519,7 +183603,7 @@
}
},
{
- "id": 26049,
+ "id": 26593,
"properties": {
"east": "low",
"north": "low",
@@ -183530,7 +183614,7 @@
}
},
{
- "id": 26050,
+ "id": 26594,
"properties": {
"east": "low",
"north": "low",
@@ -183541,7 +183625,7 @@
}
},
{
- "id": 26051,
+ "id": 26595,
"properties": {
"east": "low",
"north": "low",
@@ -183552,7 +183636,7 @@
}
},
{
- "id": 26052,
+ "id": 26596,
"properties": {
"east": "low",
"north": "low",
@@ -183563,7 +183647,7 @@
}
},
{
- "id": 26053,
+ "id": 26597,
"properties": {
"east": "low",
"north": "low",
@@ -183574,7 +183658,7 @@
}
},
{
- "id": 26054,
+ "id": 26598,
"properties": {
"east": "low",
"north": "tall",
@@ -183585,7 +183669,7 @@
}
},
{
- "id": 26055,
+ "id": 26599,
"properties": {
"east": "low",
"north": "tall",
@@ -183596,7 +183680,7 @@
}
},
{
- "id": 26056,
+ "id": 26600,
"properties": {
"east": "low",
"north": "tall",
@@ -183607,7 +183691,7 @@
}
},
{
- "id": 26057,
+ "id": 26601,
"properties": {
"east": "low",
"north": "tall",
@@ -183618,7 +183702,7 @@
}
},
{
- "id": 26058,
+ "id": 26602,
"properties": {
"east": "low",
"north": "tall",
@@ -183629,7 +183713,7 @@
}
},
{
- "id": 26059,
+ "id": 26603,
"properties": {
"east": "low",
"north": "tall",
@@ -183640,7 +183724,7 @@
}
},
{
- "id": 26060,
+ "id": 26604,
"properties": {
"east": "low",
"north": "tall",
@@ -183651,7 +183735,7 @@
}
},
{
- "id": 26061,
+ "id": 26605,
"properties": {
"east": "low",
"north": "tall",
@@ -183662,7 +183746,7 @@
}
},
{
- "id": 26062,
+ "id": 26606,
"properties": {
"east": "low",
"north": "tall",
@@ -183673,7 +183757,7 @@
}
},
{
- "id": 26063,
+ "id": 26607,
"properties": {
"east": "low",
"north": "tall",
@@ -183684,7 +183768,7 @@
}
},
{
- "id": 26064,
+ "id": 26608,
"properties": {
"east": "low",
"north": "tall",
@@ -183695,7 +183779,7 @@
}
},
{
- "id": 26065,
+ "id": 26609,
"properties": {
"east": "low",
"north": "tall",
@@ -183706,7 +183790,7 @@
}
},
{
- "id": 26066,
+ "id": 26610,
"properties": {
"east": "low",
"north": "tall",
@@ -183717,7 +183801,7 @@
}
},
{
- "id": 26067,
+ "id": 26611,
"properties": {
"east": "low",
"north": "tall",
@@ -183728,7 +183812,7 @@
}
},
{
- "id": 26068,
+ "id": 26612,
"properties": {
"east": "low",
"north": "tall",
@@ -183739,7 +183823,7 @@
}
},
{
- "id": 26069,
+ "id": 26613,
"properties": {
"east": "low",
"north": "tall",
@@ -183750,7 +183834,7 @@
}
},
{
- "id": 26070,
+ "id": 26614,
"properties": {
"east": "low",
"north": "tall",
@@ -183761,7 +183845,7 @@
}
},
{
- "id": 26071,
+ "id": 26615,
"properties": {
"east": "low",
"north": "tall",
@@ -183772,7 +183856,7 @@
}
},
{
- "id": 26072,
+ "id": 26616,
"properties": {
"east": "low",
"north": "tall",
@@ -183783,7 +183867,7 @@
}
},
{
- "id": 26073,
+ "id": 26617,
"properties": {
"east": "low",
"north": "tall",
@@ -183794,7 +183878,7 @@
}
},
{
- "id": 26074,
+ "id": 26618,
"properties": {
"east": "low",
"north": "tall",
@@ -183805,7 +183889,7 @@
}
},
{
- "id": 26075,
+ "id": 26619,
"properties": {
"east": "low",
"north": "tall",
@@ -183816,7 +183900,7 @@
}
},
{
- "id": 26076,
+ "id": 26620,
"properties": {
"east": "low",
"north": "tall",
@@ -183827,7 +183911,7 @@
}
},
{
- "id": 26077,
+ "id": 26621,
"properties": {
"east": "low",
"north": "tall",
@@ -183838,7 +183922,7 @@
}
},
{
- "id": 26078,
+ "id": 26622,
"properties": {
"east": "low",
"north": "tall",
@@ -183849,7 +183933,7 @@
}
},
{
- "id": 26079,
+ "id": 26623,
"properties": {
"east": "low",
"north": "tall",
@@ -183860,7 +183944,7 @@
}
},
{
- "id": 26080,
+ "id": 26624,
"properties": {
"east": "low",
"north": "tall",
@@ -183871,7 +183955,7 @@
}
},
{
- "id": 26081,
+ "id": 26625,
"properties": {
"east": "low",
"north": "tall",
@@ -183882,7 +183966,7 @@
}
},
{
- "id": 26082,
+ "id": 26626,
"properties": {
"east": "low",
"north": "tall",
@@ -183893,7 +183977,7 @@
}
},
{
- "id": 26083,
+ "id": 26627,
"properties": {
"east": "low",
"north": "tall",
@@ -183904,7 +183988,7 @@
}
},
{
- "id": 26084,
+ "id": 26628,
"properties": {
"east": "low",
"north": "tall",
@@ -183915,7 +183999,7 @@
}
},
{
- "id": 26085,
+ "id": 26629,
"properties": {
"east": "low",
"north": "tall",
@@ -183926,7 +184010,7 @@
}
},
{
- "id": 26086,
+ "id": 26630,
"properties": {
"east": "low",
"north": "tall",
@@ -183937,7 +184021,7 @@
}
},
{
- "id": 26087,
+ "id": 26631,
"properties": {
"east": "low",
"north": "tall",
@@ -183948,7 +184032,7 @@
}
},
{
- "id": 26088,
+ "id": 26632,
"properties": {
"east": "low",
"north": "tall",
@@ -183959,7 +184043,7 @@
}
},
{
- "id": 26089,
+ "id": 26633,
"properties": {
"east": "low",
"north": "tall",
@@ -183970,7 +184054,7 @@
}
},
{
- "id": 26090,
+ "id": 26634,
"properties": {
"east": "tall",
"north": "none",
@@ -183981,7 +184065,7 @@
}
},
{
- "id": 26091,
+ "id": 26635,
"properties": {
"east": "tall",
"north": "none",
@@ -183992,7 +184076,7 @@
}
},
{
- "id": 26092,
+ "id": 26636,
"properties": {
"east": "tall",
"north": "none",
@@ -184003,7 +184087,7 @@
}
},
{
- "id": 26093,
+ "id": 26637,
"properties": {
"east": "tall",
"north": "none",
@@ -184014,7 +184098,7 @@
}
},
{
- "id": 26094,
+ "id": 26638,
"properties": {
"east": "tall",
"north": "none",
@@ -184025,7 +184109,7 @@
}
},
{
- "id": 26095,
+ "id": 26639,
"properties": {
"east": "tall",
"north": "none",
@@ -184036,7 +184120,7 @@
}
},
{
- "id": 26096,
+ "id": 26640,
"properties": {
"east": "tall",
"north": "none",
@@ -184047,7 +184131,7 @@
}
},
{
- "id": 26097,
+ "id": 26641,
"properties": {
"east": "tall",
"north": "none",
@@ -184058,7 +184142,7 @@
}
},
{
- "id": 26098,
+ "id": 26642,
"properties": {
"east": "tall",
"north": "none",
@@ -184069,7 +184153,7 @@
}
},
{
- "id": 26099,
+ "id": 26643,
"properties": {
"east": "tall",
"north": "none",
@@ -184080,7 +184164,7 @@
}
},
{
- "id": 26100,
+ "id": 26644,
"properties": {
"east": "tall",
"north": "none",
@@ -184091,7 +184175,7 @@
}
},
{
- "id": 26101,
+ "id": 26645,
"properties": {
"east": "tall",
"north": "none",
@@ -184102,7 +184186,7 @@
}
},
{
- "id": 26102,
+ "id": 26646,
"properties": {
"east": "tall",
"north": "none",
@@ -184113,7 +184197,7 @@
}
},
{
- "id": 26103,
+ "id": 26647,
"properties": {
"east": "tall",
"north": "none",
@@ -184124,7 +184208,7 @@
}
},
{
- "id": 26104,
+ "id": 26648,
"properties": {
"east": "tall",
"north": "none",
@@ -184135,7 +184219,7 @@
}
},
{
- "id": 26105,
+ "id": 26649,
"properties": {
"east": "tall",
"north": "none",
@@ -184146,7 +184230,7 @@
}
},
{
- "id": 26106,
+ "id": 26650,
"properties": {
"east": "tall",
"north": "none",
@@ -184157,7 +184241,7 @@
}
},
{
- "id": 26107,
+ "id": 26651,
"properties": {
"east": "tall",
"north": "none",
@@ -184168,7 +184252,7 @@
}
},
{
- "id": 26108,
+ "id": 26652,
"properties": {
"east": "tall",
"north": "none",
@@ -184179,7 +184263,7 @@
}
},
{
- "id": 26109,
+ "id": 26653,
"properties": {
"east": "tall",
"north": "none",
@@ -184190,7 +184274,7 @@
}
},
{
- "id": 26110,
+ "id": 26654,
"properties": {
"east": "tall",
"north": "none",
@@ -184201,7 +184285,7 @@
}
},
{
- "id": 26111,
+ "id": 26655,
"properties": {
"east": "tall",
"north": "none",
@@ -184212,7 +184296,7 @@
}
},
{
- "id": 26112,
+ "id": 26656,
"properties": {
"east": "tall",
"north": "none",
@@ -184223,7 +184307,7 @@
}
},
{
- "id": 26113,
+ "id": 26657,
"properties": {
"east": "tall",
"north": "none",
@@ -184234,7 +184318,7 @@
}
},
{
- "id": 26114,
+ "id": 26658,
"properties": {
"east": "tall",
"north": "none",
@@ -184245,7 +184329,7 @@
}
},
{
- "id": 26115,
+ "id": 26659,
"properties": {
"east": "tall",
"north": "none",
@@ -184256,7 +184340,7 @@
}
},
{
- "id": 26116,
+ "id": 26660,
"properties": {
"east": "tall",
"north": "none",
@@ -184267,7 +184351,7 @@
}
},
{
- "id": 26117,
+ "id": 26661,
"properties": {
"east": "tall",
"north": "none",
@@ -184278,7 +184362,7 @@
}
},
{
- "id": 26118,
+ "id": 26662,
"properties": {
"east": "tall",
"north": "none",
@@ -184289,7 +184373,7 @@
}
},
{
- "id": 26119,
+ "id": 26663,
"properties": {
"east": "tall",
"north": "none",
@@ -184300,7 +184384,7 @@
}
},
{
- "id": 26120,
+ "id": 26664,
"properties": {
"east": "tall",
"north": "none",
@@ -184311,7 +184395,7 @@
}
},
{
- "id": 26121,
+ "id": 26665,
"properties": {
"east": "tall",
"north": "none",
@@ -184322,7 +184406,7 @@
}
},
{
- "id": 26122,
+ "id": 26666,
"properties": {
"east": "tall",
"north": "none",
@@ -184333,7 +184417,7 @@
}
},
{
- "id": 26123,
+ "id": 26667,
"properties": {
"east": "tall",
"north": "none",
@@ -184344,7 +184428,7 @@
}
},
{
- "id": 26124,
+ "id": 26668,
"properties": {
"east": "tall",
"north": "none",
@@ -184355,7 +184439,7 @@
}
},
{
- "id": 26125,
+ "id": 26669,
"properties": {
"east": "tall",
"north": "none",
@@ -184366,7 +184450,7 @@
}
},
{
- "id": 26126,
+ "id": 26670,
"properties": {
"east": "tall",
"north": "low",
@@ -184377,7 +184461,7 @@
}
},
{
- "id": 26127,
+ "id": 26671,
"properties": {
"east": "tall",
"north": "low",
@@ -184388,7 +184472,7 @@
}
},
{
- "id": 26128,
+ "id": 26672,
"properties": {
"east": "tall",
"north": "low",
@@ -184399,7 +184483,7 @@
}
},
{
- "id": 26129,
+ "id": 26673,
"properties": {
"east": "tall",
"north": "low",
@@ -184410,7 +184494,7 @@
}
},
{
- "id": 26130,
+ "id": 26674,
"properties": {
"east": "tall",
"north": "low",
@@ -184421,7 +184505,7 @@
}
},
{
- "id": 26131,
+ "id": 26675,
"properties": {
"east": "tall",
"north": "low",
@@ -184432,7 +184516,7 @@
}
},
{
- "id": 26132,
+ "id": 26676,
"properties": {
"east": "tall",
"north": "low",
@@ -184443,7 +184527,7 @@
}
},
{
- "id": 26133,
+ "id": 26677,
"properties": {
"east": "tall",
"north": "low",
@@ -184454,7 +184538,7 @@
}
},
{
- "id": 26134,
+ "id": 26678,
"properties": {
"east": "tall",
"north": "low",
@@ -184465,7 +184549,7 @@
}
},
{
- "id": 26135,
+ "id": 26679,
"properties": {
"east": "tall",
"north": "low",
@@ -184476,7 +184560,7 @@
}
},
{
- "id": 26136,
+ "id": 26680,
"properties": {
"east": "tall",
"north": "low",
@@ -184487,7 +184571,7 @@
}
},
{
- "id": 26137,
+ "id": 26681,
"properties": {
"east": "tall",
"north": "low",
@@ -184498,7 +184582,7 @@
}
},
{
- "id": 26138,
+ "id": 26682,
"properties": {
"east": "tall",
"north": "low",
@@ -184509,7 +184593,7 @@
}
},
{
- "id": 26139,
+ "id": 26683,
"properties": {
"east": "tall",
"north": "low",
@@ -184520,7 +184604,7 @@
}
},
{
- "id": 26140,
+ "id": 26684,
"properties": {
"east": "tall",
"north": "low",
@@ -184531,7 +184615,7 @@
}
},
{
- "id": 26141,
+ "id": 26685,
"properties": {
"east": "tall",
"north": "low",
@@ -184542,7 +184626,7 @@
}
},
{
- "id": 26142,
+ "id": 26686,
"properties": {
"east": "tall",
"north": "low",
@@ -184553,7 +184637,7 @@
}
},
{
- "id": 26143,
+ "id": 26687,
"properties": {
"east": "tall",
"north": "low",
@@ -184564,7 +184648,7 @@
}
},
{
- "id": 26144,
+ "id": 26688,
"properties": {
"east": "tall",
"north": "low",
@@ -184575,7 +184659,7 @@
}
},
{
- "id": 26145,
+ "id": 26689,
"properties": {
"east": "tall",
"north": "low",
@@ -184586,7 +184670,7 @@
}
},
{
- "id": 26146,
+ "id": 26690,
"properties": {
"east": "tall",
"north": "low",
@@ -184597,7 +184681,7 @@
}
},
{
- "id": 26147,
+ "id": 26691,
"properties": {
"east": "tall",
"north": "low",
@@ -184608,7 +184692,7 @@
}
},
{
- "id": 26148,
+ "id": 26692,
"properties": {
"east": "tall",
"north": "low",
@@ -184619,7 +184703,7 @@
}
},
{
- "id": 26149,
+ "id": 26693,
"properties": {
"east": "tall",
"north": "low",
@@ -184630,7 +184714,7 @@
}
},
{
- "id": 26150,
+ "id": 26694,
"properties": {
"east": "tall",
"north": "low",
@@ -184641,7 +184725,7 @@
}
},
{
- "id": 26151,
+ "id": 26695,
"properties": {
"east": "tall",
"north": "low",
@@ -184652,7 +184736,7 @@
}
},
{
- "id": 26152,
+ "id": 26696,
"properties": {
"east": "tall",
"north": "low",
@@ -184663,7 +184747,7 @@
}
},
{
- "id": 26153,
+ "id": 26697,
"properties": {
"east": "tall",
"north": "low",
@@ -184674,7 +184758,7 @@
}
},
{
- "id": 26154,
+ "id": 26698,
"properties": {
"east": "tall",
"north": "low",
@@ -184685,7 +184769,7 @@
}
},
{
- "id": 26155,
+ "id": 26699,
"properties": {
"east": "tall",
"north": "low",
@@ -184696,7 +184780,7 @@
}
},
{
- "id": 26156,
+ "id": 26700,
"properties": {
"east": "tall",
"north": "low",
@@ -184707,7 +184791,7 @@
}
},
{
- "id": 26157,
+ "id": 26701,
"properties": {
"east": "tall",
"north": "low",
@@ -184718,7 +184802,7 @@
}
},
{
- "id": 26158,
+ "id": 26702,
"properties": {
"east": "tall",
"north": "low",
@@ -184729,7 +184813,7 @@
}
},
{
- "id": 26159,
+ "id": 26703,
"properties": {
"east": "tall",
"north": "low",
@@ -184740,7 +184824,7 @@
}
},
{
- "id": 26160,
+ "id": 26704,
"properties": {
"east": "tall",
"north": "low",
@@ -184751,7 +184835,7 @@
}
},
{
- "id": 26161,
+ "id": 26705,
"properties": {
"east": "tall",
"north": "low",
@@ -184762,7 +184846,7 @@
}
},
{
- "id": 26162,
+ "id": 26706,
"properties": {
"east": "tall",
"north": "tall",
@@ -184773,7 +184857,7 @@
}
},
{
- "id": 26163,
+ "id": 26707,
"properties": {
"east": "tall",
"north": "tall",
@@ -184784,7 +184868,7 @@
}
},
{
- "id": 26164,
+ "id": 26708,
"properties": {
"east": "tall",
"north": "tall",
@@ -184795,7 +184879,7 @@
}
},
{
- "id": 26165,
+ "id": 26709,
"properties": {
"east": "tall",
"north": "tall",
@@ -184806,7 +184890,7 @@
}
},
{
- "id": 26166,
+ "id": 26710,
"properties": {
"east": "tall",
"north": "tall",
@@ -184817,7 +184901,7 @@
}
},
{
- "id": 26167,
+ "id": 26711,
"properties": {
"east": "tall",
"north": "tall",
@@ -184828,7 +184912,7 @@
}
},
{
- "id": 26168,
+ "id": 26712,
"properties": {
"east": "tall",
"north": "tall",
@@ -184839,7 +184923,7 @@
}
},
{
- "id": 26169,
+ "id": 26713,
"properties": {
"east": "tall",
"north": "tall",
@@ -184850,7 +184934,7 @@
}
},
{
- "id": 26170,
+ "id": 26714,
"properties": {
"east": "tall",
"north": "tall",
@@ -184861,7 +184945,7 @@
}
},
{
- "id": 26171,
+ "id": 26715,
"properties": {
"east": "tall",
"north": "tall",
@@ -184872,7 +184956,7 @@
}
},
{
- "id": 26172,
+ "id": 26716,
"properties": {
"east": "tall",
"north": "tall",
@@ -184883,7 +184967,7 @@
}
},
{
- "id": 26173,
+ "id": 26717,
"properties": {
"east": "tall",
"north": "tall",
@@ -184894,7 +184978,7 @@
}
},
{
- "id": 26174,
+ "id": 26718,
"properties": {
"east": "tall",
"north": "tall",
@@ -184905,7 +184989,7 @@
}
},
{
- "id": 26175,
+ "id": 26719,
"properties": {
"east": "tall",
"north": "tall",
@@ -184916,7 +185000,7 @@
}
},
{
- "id": 26176,
+ "id": 26720,
"properties": {
"east": "tall",
"north": "tall",
@@ -184927,7 +185011,7 @@
}
},
{
- "id": 26177,
+ "id": 26721,
"properties": {
"east": "tall",
"north": "tall",
@@ -184938,7 +185022,7 @@
}
},
{
- "id": 26178,
+ "id": 26722,
"properties": {
"east": "tall",
"north": "tall",
@@ -184949,7 +185033,7 @@
}
},
{
- "id": 26179,
+ "id": 26723,
"properties": {
"east": "tall",
"north": "tall",
@@ -184960,7 +185044,7 @@
}
},
{
- "id": 26180,
+ "id": 26724,
"properties": {
"east": "tall",
"north": "tall",
@@ -184971,7 +185055,7 @@
}
},
{
- "id": 26181,
+ "id": 26725,
"properties": {
"east": "tall",
"north": "tall",
@@ -184982,7 +185066,7 @@
}
},
{
- "id": 26182,
+ "id": 26726,
"properties": {
"east": "tall",
"north": "tall",
@@ -184993,7 +185077,7 @@
}
},
{
- "id": 26183,
+ "id": 26727,
"properties": {
"east": "tall",
"north": "tall",
@@ -185004,7 +185088,7 @@
}
},
{
- "id": 26184,
+ "id": 26728,
"properties": {
"east": "tall",
"north": "tall",
@@ -185015,7 +185099,7 @@
}
},
{
- "id": 26185,
+ "id": 26729,
"properties": {
"east": "tall",
"north": "tall",
@@ -185026,7 +185110,7 @@
}
},
{
- "id": 26186,
+ "id": 26730,
"properties": {
"east": "tall",
"north": "tall",
@@ -185037,7 +185121,7 @@
}
},
{
- "id": 26187,
+ "id": 26731,
"properties": {
"east": "tall",
"north": "tall",
@@ -185048,7 +185132,7 @@
}
},
{
- "id": 26188,
+ "id": 26732,
"properties": {
"east": "tall",
"north": "tall",
@@ -185059,7 +185143,7 @@
}
},
{
- "id": 26189,
+ "id": 26733,
"properties": {
"east": "tall",
"north": "tall",
@@ -185070,7 +185154,7 @@
}
},
{
- "id": 26190,
+ "id": 26734,
"properties": {
"east": "tall",
"north": "tall",
@@ -185081,7 +185165,7 @@
}
},
{
- "id": 26191,
+ "id": 26735,
"properties": {
"east": "tall",
"north": "tall",
@@ -185092,7 +185176,7 @@
}
},
{
- "id": 26192,
+ "id": 26736,
"properties": {
"east": "tall",
"north": "tall",
@@ -185103,7 +185187,7 @@
}
},
{
- "id": 26193,
+ "id": 26737,
"properties": {
"east": "tall",
"north": "tall",
@@ -185114,7 +185198,7 @@
}
},
{
- "id": 26194,
+ "id": 26738,
"properties": {
"east": "tall",
"north": "tall",
@@ -185125,7 +185209,7 @@
}
},
{
- "id": 26195,
+ "id": 26739,
"properties": {
"east": "tall",
"north": "tall",
@@ -185136,7 +185220,7 @@
}
},
{
- "id": 26196,
+ "id": 26740,
"properties": {
"east": "tall",
"north": "tall",
@@ -185147,7 +185231,7 @@
}
},
{
- "id": 26197,
+ "id": 26741,
"properties": {
"east": "tall",
"north": "tall",
@@ -185189,21 +185273,21 @@
},
"states": [
{
- "id": 14569,
+ "id": 15113,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14570,
+ "id": 15114,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14571,
+ "id": 15115,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -185211,21 +185295,21 @@
},
{
"default": true,
- "id": 14572,
+ "id": 15116,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14573,
+ "id": 15117,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14574,
+ "id": 15118,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -185266,7 +185350,7 @@
},
"states": [
{
- "id": 13671,
+ "id": 14215,
"properties": {
"facing": "north",
"half": "top",
@@ -185275,7 +185359,7 @@
}
},
{
- "id": 13672,
+ "id": 14216,
"properties": {
"facing": "north",
"half": "top",
@@ -185284,7 +185368,7 @@
}
},
{
- "id": 13673,
+ "id": 14217,
"properties": {
"facing": "north",
"half": "top",
@@ -185293,7 +185377,7 @@
}
},
{
- "id": 13674,
+ "id": 14218,
"properties": {
"facing": "north",
"half": "top",
@@ -185302,7 +185386,7 @@
}
},
{
- "id": 13675,
+ "id": 14219,
"properties": {
"facing": "north",
"half": "top",
@@ -185311,7 +185395,7 @@
}
},
{
- "id": 13676,
+ "id": 14220,
"properties": {
"facing": "north",
"half": "top",
@@ -185320,7 +185404,7 @@
}
},
{
- "id": 13677,
+ "id": 14221,
"properties": {
"facing": "north",
"half": "top",
@@ -185329,7 +185413,7 @@
}
},
{
- "id": 13678,
+ "id": 14222,
"properties": {
"facing": "north",
"half": "top",
@@ -185338,7 +185422,7 @@
}
},
{
- "id": 13679,
+ "id": 14223,
"properties": {
"facing": "north",
"half": "top",
@@ -185347,7 +185431,7 @@
}
},
{
- "id": 13680,
+ "id": 14224,
"properties": {
"facing": "north",
"half": "top",
@@ -185356,7 +185440,7 @@
}
},
{
- "id": 13681,
+ "id": 14225,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185366,7 +185450,7 @@
},
{
"default": true,
- "id": 13682,
+ "id": 14226,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185375,7 +185459,7 @@
}
},
{
- "id": 13683,
+ "id": 14227,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185384,7 +185468,7 @@
}
},
{
- "id": 13684,
+ "id": 14228,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185393,7 +185477,7 @@
}
},
{
- "id": 13685,
+ "id": 14229,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185402,7 +185486,7 @@
}
},
{
- "id": 13686,
+ "id": 14230,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185411,7 +185495,7 @@
}
},
{
- "id": 13687,
+ "id": 14231,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185420,7 +185504,7 @@
}
},
{
- "id": 13688,
+ "id": 14232,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185429,7 +185513,7 @@
}
},
{
- "id": 13689,
+ "id": 14233,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185438,7 +185522,7 @@
}
},
{
- "id": 13690,
+ "id": 14234,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185447,7 +185531,7 @@
}
},
{
- "id": 13691,
+ "id": 14235,
"properties": {
"facing": "south",
"half": "top",
@@ -185456,7 +185540,7 @@
}
},
{
- "id": 13692,
+ "id": 14236,
"properties": {
"facing": "south",
"half": "top",
@@ -185465,7 +185549,7 @@
}
},
{
- "id": 13693,
+ "id": 14237,
"properties": {
"facing": "south",
"half": "top",
@@ -185474,7 +185558,7 @@
}
},
{
- "id": 13694,
+ "id": 14238,
"properties": {
"facing": "south",
"half": "top",
@@ -185483,7 +185567,7 @@
}
},
{
- "id": 13695,
+ "id": 14239,
"properties": {
"facing": "south",
"half": "top",
@@ -185492,7 +185576,7 @@
}
},
{
- "id": 13696,
+ "id": 14240,
"properties": {
"facing": "south",
"half": "top",
@@ -185501,7 +185585,7 @@
}
},
{
- "id": 13697,
+ "id": 14241,
"properties": {
"facing": "south",
"half": "top",
@@ -185510,7 +185594,7 @@
}
},
{
- "id": 13698,
+ "id": 14242,
"properties": {
"facing": "south",
"half": "top",
@@ -185519,7 +185603,7 @@
}
},
{
- "id": 13699,
+ "id": 14243,
"properties": {
"facing": "south",
"half": "top",
@@ -185528,7 +185612,7 @@
}
},
{
- "id": 13700,
+ "id": 14244,
"properties": {
"facing": "south",
"half": "top",
@@ -185537,7 +185621,7 @@
}
},
{
- "id": 13701,
+ "id": 14245,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185546,7 +185630,7 @@
}
},
{
- "id": 13702,
+ "id": 14246,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185555,7 +185639,7 @@
}
},
{
- "id": 13703,
+ "id": 14247,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185564,7 +185648,7 @@
}
},
{
- "id": 13704,
+ "id": 14248,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185573,7 +185657,7 @@
}
},
{
- "id": 13705,
+ "id": 14249,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185582,7 +185666,7 @@
}
},
{
- "id": 13706,
+ "id": 14250,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185591,7 +185675,7 @@
}
},
{
- "id": 13707,
+ "id": 14251,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185600,7 +185684,7 @@
}
},
{
- "id": 13708,
+ "id": 14252,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185609,7 +185693,7 @@
}
},
{
- "id": 13709,
+ "id": 14253,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185618,7 +185702,7 @@
}
},
{
- "id": 13710,
+ "id": 14254,
"properties": {
"facing": "south",
"half": "bottom",
@@ -185627,7 +185711,7 @@
}
},
{
- "id": 13711,
+ "id": 14255,
"properties": {
"facing": "west",
"half": "top",
@@ -185636,7 +185720,7 @@
}
},
{
- "id": 13712,
+ "id": 14256,
"properties": {
"facing": "west",
"half": "top",
@@ -185645,7 +185729,7 @@
}
},
{
- "id": 13713,
+ "id": 14257,
"properties": {
"facing": "west",
"half": "top",
@@ -185654,7 +185738,7 @@
}
},
{
- "id": 13714,
+ "id": 14258,
"properties": {
"facing": "west",
"half": "top",
@@ -185663,7 +185747,7 @@
}
},
{
- "id": 13715,
+ "id": 14259,
"properties": {
"facing": "west",
"half": "top",
@@ -185672,7 +185756,7 @@
}
},
{
- "id": 13716,
+ "id": 14260,
"properties": {
"facing": "west",
"half": "top",
@@ -185681,7 +185765,7 @@
}
},
{
- "id": 13717,
+ "id": 14261,
"properties": {
"facing": "west",
"half": "top",
@@ -185690,7 +185774,7 @@
}
},
{
- "id": 13718,
+ "id": 14262,
"properties": {
"facing": "west",
"half": "top",
@@ -185699,7 +185783,7 @@
}
},
{
- "id": 13719,
+ "id": 14263,
"properties": {
"facing": "west",
"half": "top",
@@ -185708,7 +185792,7 @@
}
},
{
- "id": 13720,
+ "id": 14264,
"properties": {
"facing": "west",
"half": "top",
@@ -185717,7 +185801,7 @@
}
},
{
- "id": 13721,
+ "id": 14265,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185726,7 +185810,7 @@
}
},
{
- "id": 13722,
+ "id": 14266,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185735,7 +185819,7 @@
}
},
{
- "id": 13723,
+ "id": 14267,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185744,7 +185828,7 @@
}
},
{
- "id": 13724,
+ "id": 14268,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185753,7 +185837,7 @@
}
},
{
- "id": 13725,
+ "id": 14269,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185762,7 +185846,7 @@
}
},
{
- "id": 13726,
+ "id": 14270,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185771,7 +185855,7 @@
}
},
{
- "id": 13727,
+ "id": 14271,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185780,7 +185864,7 @@
}
},
{
- "id": 13728,
+ "id": 14272,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185789,7 +185873,7 @@
}
},
{
- "id": 13729,
+ "id": 14273,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185798,7 +185882,7 @@
}
},
{
- "id": 13730,
+ "id": 14274,
"properties": {
"facing": "west",
"half": "bottom",
@@ -185807,7 +185891,7 @@
}
},
{
- "id": 13731,
+ "id": 14275,
"properties": {
"facing": "east",
"half": "top",
@@ -185816,7 +185900,7 @@
}
},
{
- "id": 13732,
+ "id": 14276,
"properties": {
"facing": "east",
"half": "top",
@@ -185825,7 +185909,7 @@
}
},
{
- "id": 13733,
+ "id": 14277,
"properties": {
"facing": "east",
"half": "top",
@@ -185834,7 +185918,7 @@
}
},
{
- "id": 13734,
+ "id": 14278,
"properties": {
"facing": "east",
"half": "top",
@@ -185843,7 +185927,7 @@
}
},
{
- "id": 13735,
+ "id": 14279,
"properties": {
"facing": "east",
"half": "top",
@@ -185852,7 +185936,7 @@
}
},
{
- "id": 13736,
+ "id": 14280,
"properties": {
"facing": "east",
"half": "top",
@@ -185861,7 +185945,7 @@
}
},
{
- "id": 13737,
+ "id": 14281,
"properties": {
"facing": "east",
"half": "top",
@@ -185870,7 +185954,7 @@
}
},
{
- "id": 13738,
+ "id": 14282,
"properties": {
"facing": "east",
"half": "top",
@@ -185879,7 +185963,7 @@
}
},
{
- "id": 13739,
+ "id": 14283,
"properties": {
"facing": "east",
"half": "top",
@@ -185888,7 +185972,7 @@
}
},
{
- "id": 13740,
+ "id": 14284,
"properties": {
"facing": "east",
"half": "top",
@@ -185897,7 +185981,7 @@
}
},
{
- "id": 13741,
+ "id": 14285,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185906,7 +185990,7 @@
}
},
{
- "id": 13742,
+ "id": 14286,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185915,7 +185999,7 @@
}
},
{
- "id": 13743,
+ "id": 14287,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185924,7 +186008,7 @@
}
},
{
- "id": 13744,
+ "id": 14288,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185933,7 +186017,7 @@
}
},
{
- "id": 13745,
+ "id": 14289,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185942,7 +186026,7 @@
}
},
{
- "id": 13746,
+ "id": 14290,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185951,7 +186035,7 @@
}
},
{
- "id": 13747,
+ "id": 14291,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185960,7 +186044,7 @@
}
},
{
- "id": 13748,
+ "id": 14292,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185969,7 +186053,7 @@
}
},
{
- "id": 13749,
+ "id": 14293,
"properties": {
"facing": "east",
"half": "bottom",
@@ -185978,7 +186062,7 @@
}
},
{
- "id": 13750,
+ "id": 14294,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186018,21 +186102,21 @@
},
"states": [
{
- "id": 14551,
+ "id": 15095,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14552,
+ "id": 15096,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14553,
+ "id": 15097,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -186040,21 +186124,21 @@
},
{
"default": true,
- "id": 14554,
+ "id": 15098,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14555,
+ "id": 15099,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14556,
+ "id": 15100,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -186095,7 +186179,7 @@
},
"states": [
{
- "id": 13431,
+ "id": 13975,
"properties": {
"facing": "north",
"half": "top",
@@ -186104,7 +186188,7 @@
}
},
{
- "id": 13432,
+ "id": 13976,
"properties": {
"facing": "north",
"half": "top",
@@ -186113,7 +186197,7 @@
}
},
{
- "id": 13433,
+ "id": 13977,
"properties": {
"facing": "north",
"half": "top",
@@ -186122,7 +186206,7 @@
}
},
{
- "id": 13434,
+ "id": 13978,
"properties": {
"facing": "north",
"half": "top",
@@ -186131,7 +186215,7 @@
}
},
{
- "id": 13435,
+ "id": 13979,
"properties": {
"facing": "north",
"half": "top",
@@ -186140,7 +186224,7 @@
}
},
{
- "id": 13436,
+ "id": 13980,
"properties": {
"facing": "north",
"half": "top",
@@ -186149,7 +186233,7 @@
}
},
{
- "id": 13437,
+ "id": 13981,
"properties": {
"facing": "north",
"half": "top",
@@ -186158,7 +186242,7 @@
}
},
{
- "id": 13438,
+ "id": 13982,
"properties": {
"facing": "north",
"half": "top",
@@ -186167,7 +186251,7 @@
}
},
{
- "id": 13439,
+ "id": 13983,
"properties": {
"facing": "north",
"half": "top",
@@ -186176,7 +186260,7 @@
}
},
{
- "id": 13440,
+ "id": 13984,
"properties": {
"facing": "north",
"half": "top",
@@ -186185,7 +186269,7 @@
}
},
{
- "id": 13441,
+ "id": 13985,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186195,7 +186279,7 @@
},
{
"default": true,
- "id": 13442,
+ "id": 13986,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186204,7 +186288,7 @@
}
},
{
- "id": 13443,
+ "id": 13987,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186213,7 +186297,7 @@
}
},
{
- "id": 13444,
+ "id": 13988,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186222,7 +186306,7 @@
}
},
{
- "id": 13445,
+ "id": 13989,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186231,7 +186315,7 @@
}
},
{
- "id": 13446,
+ "id": 13990,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186240,7 +186324,7 @@
}
},
{
- "id": 13447,
+ "id": 13991,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186249,7 +186333,7 @@
}
},
{
- "id": 13448,
+ "id": 13992,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186258,7 +186342,7 @@
}
},
{
- "id": 13449,
+ "id": 13993,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186267,7 +186351,7 @@
}
},
{
- "id": 13450,
+ "id": 13994,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186276,7 +186360,7 @@
}
},
{
- "id": 13451,
+ "id": 13995,
"properties": {
"facing": "south",
"half": "top",
@@ -186285,7 +186369,7 @@
}
},
{
- "id": 13452,
+ "id": 13996,
"properties": {
"facing": "south",
"half": "top",
@@ -186294,7 +186378,7 @@
}
},
{
- "id": 13453,
+ "id": 13997,
"properties": {
"facing": "south",
"half": "top",
@@ -186303,7 +186387,7 @@
}
},
{
- "id": 13454,
+ "id": 13998,
"properties": {
"facing": "south",
"half": "top",
@@ -186312,7 +186396,7 @@
}
},
{
- "id": 13455,
+ "id": 13999,
"properties": {
"facing": "south",
"half": "top",
@@ -186321,7 +186405,7 @@
}
},
{
- "id": 13456,
+ "id": 14000,
"properties": {
"facing": "south",
"half": "top",
@@ -186330,7 +186414,7 @@
}
},
{
- "id": 13457,
+ "id": 14001,
"properties": {
"facing": "south",
"half": "top",
@@ -186339,7 +186423,7 @@
}
},
{
- "id": 13458,
+ "id": 14002,
"properties": {
"facing": "south",
"half": "top",
@@ -186348,7 +186432,7 @@
}
},
{
- "id": 13459,
+ "id": 14003,
"properties": {
"facing": "south",
"half": "top",
@@ -186357,7 +186441,7 @@
}
},
{
- "id": 13460,
+ "id": 14004,
"properties": {
"facing": "south",
"half": "top",
@@ -186366,7 +186450,7 @@
}
},
{
- "id": 13461,
+ "id": 14005,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186375,7 +186459,7 @@
}
},
{
- "id": 13462,
+ "id": 14006,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186384,7 +186468,7 @@
}
},
{
- "id": 13463,
+ "id": 14007,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186393,7 +186477,7 @@
}
},
{
- "id": 13464,
+ "id": 14008,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186402,7 +186486,7 @@
}
},
{
- "id": 13465,
+ "id": 14009,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186411,7 +186495,7 @@
}
},
{
- "id": 13466,
+ "id": 14010,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186420,7 +186504,7 @@
}
},
{
- "id": 13467,
+ "id": 14011,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186429,7 +186513,7 @@
}
},
{
- "id": 13468,
+ "id": 14012,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186438,7 +186522,7 @@
}
},
{
- "id": 13469,
+ "id": 14013,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186447,7 +186531,7 @@
}
},
{
- "id": 13470,
+ "id": 14014,
"properties": {
"facing": "south",
"half": "bottom",
@@ -186456,7 +186540,7 @@
}
},
{
- "id": 13471,
+ "id": 14015,
"properties": {
"facing": "west",
"half": "top",
@@ -186465,7 +186549,7 @@
}
},
{
- "id": 13472,
+ "id": 14016,
"properties": {
"facing": "west",
"half": "top",
@@ -186474,7 +186558,7 @@
}
},
{
- "id": 13473,
+ "id": 14017,
"properties": {
"facing": "west",
"half": "top",
@@ -186483,7 +186567,7 @@
}
},
{
- "id": 13474,
+ "id": 14018,
"properties": {
"facing": "west",
"half": "top",
@@ -186492,7 +186576,7 @@
}
},
{
- "id": 13475,
+ "id": 14019,
"properties": {
"facing": "west",
"half": "top",
@@ -186501,7 +186585,7 @@
}
},
{
- "id": 13476,
+ "id": 14020,
"properties": {
"facing": "west",
"half": "top",
@@ -186510,7 +186594,7 @@
}
},
{
- "id": 13477,
+ "id": 14021,
"properties": {
"facing": "west",
"half": "top",
@@ -186519,7 +186603,7 @@
}
},
{
- "id": 13478,
+ "id": 14022,
"properties": {
"facing": "west",
"half": "top",
@@ -186528,7 +186612,7 @@
}
},
{
- "id": 13479,
+ "id": 14023,
"properties": {
"facing": "west",
"half": "top",
@@ -186537,7 +186621,7 @@
}
},
{
- "id": 13480,
+ "id": 14024,
"properties": {
"facing": "west",
"half": "top",
@@ -186546,7 +186630,7 @@
}
},
{
- "id": 13481,
+ "id": 14025,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186555,7 +186639,7 @@
}
},
{
- "id": 13482,
+ "id": 14026,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186564,7 +186648,7 @@
}
},
{
- "id": 13483,
+ "id": 14027,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186573,7 +186657,7 @@
}
},
{
- "id": 13484,
+ "id": 14028,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186582,7 +186666,7 @@
}
},
{
- "id": 13485,
+ "id": 14029,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186591,7 +186675,7 @@
}
},
{
- "id": 13486,
+ "id": 14030,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186600,7 +186684,7 @@
}
},
{
- "id": 13487,
+ "id": 14031,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186609,7 +186693,7 @@
}
},
{
- "id": 13488,
+ "id": 14032,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186618,7 +186702,7 @@
}
},
{
- "id": 13489,
+ "id": 14033,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186627,7 +186711,7 @@
}
},
{
- "id": 13490,
+ "id": 14034,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186636,7 +186720,7 @@
}
},
{
- "id": 13491,
+ "id": 14035,
"properties": {
"facing": "east",
"half": "top",
@@ -186645,7 +186729,7 @@
}
},
{
- "id": 13492,
+ "id": 14036,
"properties": {
"facing": "east",
"half": "top",
@@ -186654,7 +186738,7 @@
}
},
{
- "id": 13493,
+ "id": 14037,
"properties": {
"facing": "east",
"half": "top",
@@ -186663,7 +186747,7 @@
}
},
{
- "id": 13494,
+ "id": 14038,
"properties": {
"facing": "east",
"half": "top",
@@ -186672,7 +186756,7 @@
}
},
{
- "id": 13495,
+ "id": 14039,
"properties": {
"facing": "east",
"half": "top",
@@ -186681,7 +186765,7 @@
}
},
{
- "id": 13496,
+ "id": 14040,
"properties": {
"facing": "east",
"half": "top",
@@ -186690,7 +186774,7 @@
}
},
{
- "id": 13497,
+ "id": 14041,
"properties": {
"facing": "east",
"half": "top",
@@ -186699,7 +186783,7 @@
}
},
{
- "id": 13498,
+ "id": 14042,
"properties": {
"facing": "east",
"half": "top",
@@ -186708,7 +186792,7 @@
}
},
{
- "id": 13499,
+ "id": 14043,
"properties": {
"facing": "east",
"half": "top",
@@ -186717,7 +186801,7 @@
}
},
{
- "id": 13500,
+ "id": 14044,
"properties": {
"facing": "east",
"half": "top",
@@ -186726,7 +186810,7 @@
}
},
{
- "id": 13501,
+ "id": 14045,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186735,7 +186819,7 @@
}
},
{
- "id": 13502,
+ "id": 14046,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186744,7 +186828,7 @@
}
},
{
- "id": 13503,
+ "id": 14047,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186753,7 +186837,7 @@
}
},
{
- "id": 13504,
+ "id": 14048,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186762,7 +186846,7 @@
}
},
{
- "id": 13505,
+ "id": 14049,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186771,7 +186855,7 @@
}
},
{
- "id": 13506,
+ "id": 14050,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186780,7 +186864,7 @@
}
},
{
- "id": 13507,
+ "id": 14051,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186789,7 +186873,7 @@
}
},
{
- "id": 13508,
+ "id": 14052,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186798,7 +186882,7 @@
}
},
{
- "id": 13509,
+ "id": 14053,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186807,7 +186891,7 @@
}
},
{
- "id": 13510,
+ "id": 14054,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186825,7 +186909,7 @@
"states": [
{
"default": true,
- "id": 21961
+ "id": 22505
}
]
},
@@ -186847,21 +186931,21 @@
},
"states": [
{
- "id": 21962,
+ "id": 22506,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 21963,
+ "id": 22507,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 21964,
+ "id": 22508,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -186869,21 +186953,21 @@
},
{
"default": true,
- "id": 21965,
+ "id": 22509,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 21966,
+ "id": 22510,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 21967,
+ "id": 22511,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -186924,7 +187008,7 @@
},
"states": [
{
- "id": 21968,
+ "id": 22512,
"properties": {
"facing": "north",
"half": "top",
@@ -186933,7 +187017,7 @@
}
},
{
- "id": 21969,
+ "id": 22513,
"properties": {
"facing": "north",
"half": "top",
@@ -186942,7 +187026,7 @@
}
},
{
- "id": 21970,
+ "id": 22514,
"properties": {
"facing": "north",
"half": "top",
@@ -186951,7 +187035,7 @@
}
},
{
- "id": 21971,
+ "id": 22515,
"properties": {
"facing": "north",
"half": "top",
@@ -186960,7 +187044,7 @@
}
},
{
- "id": 21972,
+ "id": 22516,
"properties": {
"facing": "north",
"half": "top",
@@ -186969,7 +187053,7 @@
}
},
{
- "id": 21973,
+ "id": 22517,
"properties": {
"facing": "north",
"half": "top",
@@ -186978,7 +187062,7 @@
}
},
{
- "id": 21974,
+ "id": 22518,
"properties": {
"facing": "north",
"half": "top",
@@ -186987,7 +187071,7 @@
}
},
{
- "id": 21975,
+ "id": 22519,
"properties": {
"facing": "north",
"half": "top",
@@ -186996,7 +187080,7 @@
}
},
{
- "id": 21976,
+ "id": 22520,
"properties": {
"facing": "north",
"half": "top",
@@ -187005,7 +187089,7 @@
}
},
{
- "id": 21977,
+ "id": 22521,
"properties": {
"facing": "north",
"half": "top",
@@ -187014,7 +187098,7 @@
}
},
{
- "id": 21978,
+ "id": 22522,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187024,7 +187108,7 @@
},
{
"default": true,
- "id": 21979,
+ "id": 22523,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187033,7 +187117,7 @@
}
},
{
- "id": 21980,
+ "id": 22524,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187042,7 +187126,7 @@
}
},
{
- "id": 21981,
+ "id": 22525,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187051,7 +187135,7 @@
}
},
{
- "id": 21982,
+ "id": 22526,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187060,7 +187144,7 @@
}
},
{
- "id": 21983,
+ "id": 22527,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187069,7 +187153,7 @@
}
},
{
- "id": 21984,
+ "id": 22528,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187078,7 +187162,7 @@
}
},
{
- "id": 21985,
+ "id": 22529,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187087,7 +187171,7 @@
}
},
{
- "id": 21986,
+ "id": 22530,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187096,7 +187180,7 @@
}
},
{
- "id": 21987,
+ "id": 22531,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187105,7 +187189,7 @@
}
},
{
- "id": 21988,
+ "id": 22532,
"properties": {
"facing": "south",
"half": "top",
@@ -187114,7 +187198,7 @@
}
},
{
- "id": 21989,
+ "id": 22533,
"properties": {
"facing": "south",
"half": "top",
@@ -187123,7 +187207,7 @@
}
},
{
- "id": 21990,
+ "id": 22534,
"properties": {
"facing": "south",
"half": "top",
@@ -187132,7 +187216,7 @@
}
},
{
- "id": 21991,
+ "id": 22535,
"properties": {
"facing": "south",
"half": "top",
@@ -187141,7 +187225,7 @@
}
},
{
- "id": 21992,
+ "id": 22536,
"properties": {
"facing": "south",
"half": "top",
@@ -187150,7 +187234,7 @@
}
},
{
- "id": 21993,
+ "id": 22537,
"properties": {
"facing": "south",
"half": "top",
@@ -187159,7 +187243,7 @@
}
},
{
- "id": 21994,
+ "id": 22538,
"properties": {
"facing": "south",
"half": "top",
@@ -187168,7 +187252,7 @@
}
},
{
- "id": 21995,
+ "id": 22539,
"properties": {
"facing": "south",
"half": "top",
@@ -187177,7 +187261,7 @@
}
},
{
- "id": 21996,
+ "id": 22540,
"properties": {
"facing": "south",
"half": "top",
@@ -187186,7 +187270,7 @@
}
},
{
- "id": 21997,
+ "id": 22541,
"properties": {
"facing": "south",
"half": "top",
@@ -187195,7 +187279,7 @@
}
},
{
- "id": 21998,
+ "id": 22542,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187204,7 +187288,7 @@
}
},
{
- "id": 21999,
+ "id": 22543,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187213,7 +187297,7 @@
}
},
{
- "id": 22000,
+ "id": 22544,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187222,7 +187306,7 @@
}
},
{
- "id": 22001,
+ "id": 22545,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187231,7 +187315,7 @@
}
},
{
- "id": 22002,
+ "id": 22546,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187240,7 +187324,7 @@
}
},
{
- "id": 22003,
+ "id": 22547,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187249,7 +187333,7 @@
}
},
{
- "id": 22004,
+ "id": 22548,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187258,7 +187342,7 @@
}
},
{
- "id": 22005,
+ "id": 22549,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187267,7 +187351,7 @@
}
},
{
- "id": 22006,
+ "id": 22550,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187276,7 +187360,7 @@
}
},
{
- "id": 22007,
+ "id": 22551,
"properties": {
"facing": "south",
"half": "bottom",
@@ -187285,7 +187369,7 @@
}
},
{
- "id": 22008,
+ "id": 22552,
"properties": {
"facing": "west",
"half": "top",
@@ -187294,7 +187378,7 @@
}
},
{
- "id": 22009,
+ "id": 22553,
"properties": {
"facing": "west",
"half": "top",
@@ -187303,7 +187387,7 @@
}
},
{
- "id": 22010,
+ "id": 22554,
"properties": {
"facing": "west",
"half": "top",
@@ -187312,7 +187396,7 @@
}
},
{
- "id": 22011,
+ "id": 22555,
"properties": {
"facing": "west",
"half": "top",
@@ -187321,7 +187405,7 @@
}
},
{
- "id": 22012,
+ "id": 22556,
"properties": {
"facing": "west",
"half": "top",
@@ -187330,7 +187414,7 @@
}
},
{
- "id": 22013,
+ "id": 22557,
"properties": {
"facing": "west",
"half": "top",
@@ -187339,7 +187423,7 @@
}
},
{
- "id": 22014,
+ "id": 22558,
"properties": {
"facing": "west",
"half": "top",
@@ -187348,7 +187432,7 @@
}
},
{
- "id": 22015,
+ "id": 22559,
"properties": {
"facing": "west",
"half": "top",
@@ -187357,7 +187441,7 @@
}
},
{
- "id": 22016,
+ "id": 22560,
"properties": {
"facing": "west",
"half": "top",
@@ -187366,7 +187450,7 @@
}
},
{
- "id": 22017,
+ "id": 22561,
"properties": {
"facing": "west",
"half": "top",
@@ -187375,7 +187459,7 @@
}
},
{
- "id": 22018,
+ "id": 22562,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187384,7 +187468,7 @@
}
},
{
- "id": 22019,
+ "id": 22563,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187393,7 +187477,7 @@
}
},
{
- "id": 22020,
+ "id": 22564,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187402,7 +187486,7 @@
}
},
{
- "id": 22021,
+ "id": 22565,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187411,7 +187495,7 @@
}
},
{
- "id": 22022,
+ "id": 22566,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187420,7 +187504,7 @@
}
},
{
- "id": 22023,
+ "id": 22567,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187429,7 +187513,7 @@
}
},
{
- "id": 22024,
+ "id": 22568,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187438,7 +187522,7 @@
}
},
{
- "id": 22025,
+ "id": 22569,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187447,7 +187531,7 @@
}
},
{
- "id": 22026,
+ "id": 22570,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187456,7 +187540,7 @@
}
},
{
- "id": 22027,
+ "id": 22571,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187465,7 +187549,7 @@
}
},
{
- "id": 22028,
+ "id": 22572,
"properties": {
"facing": "east",
"half": "top",
@@ -187474,7 +187558,7 @@
}
},
{
- "id": 22029,
+ "id": 22573,
"properties": {
"facing": "east",
"half": "top",
@@ -187483,7 +187567,7 @@
}
},
{
- "id": 22030,
+ "id": 22574,
"properties": {
"facing": "east",
"half": "top",
@@ -187492,7 +187576,7 @@
}
},
{
- "id": 22031,
+ "id": 22575,
"properties": {
"facing": "east",
"half": "top",
@@ -187501,7 +187585,7 @@
}
},
{
- "id": 22032,
+ "id": 22576,
"properties": {
"facing": "east",
"half": "top",
@@ -187510,7 +187594,7 @@
}
},
{
- "id": 22033,
+ "id": 22577,
"properties": {
"facing": "east",
"half": "top",
@@ -187519,7 +187603,7 @@
}
},
{
- "id": 22034,
+ "id": 22578,
"properties": {
"facing": "east",
"half": "top",
@@ -187528,7 +187612,7 @@
}
},
{
- "id": 22035,
+ "id": 22579,
"properties": {
"facing": "east",
"half": "top",
@@ -187537,7 +187621,7 @@
}
},
{
- "id": 22036,
+ "id": 22580,
"properties": {
"facing": "east",
"half": "top",
@@ -187546,7 +187630,7 @@
}
},
{
- "id": 22037,
+ "id": 22581,
"properties": {
"facing": "east",
"half": "top",
@@ -187555,7 +187639,7 @@
}
},
{
- "id": 22038,
+ "id": 22582,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187564,7 +187648,7 @@
}
},
{
- "id": 22039,
+ "id": 22583,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187573,7 +187657,7 @@
}
},
{
- "id": 22040,
+ "id": 22584,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187582,7 +187666,7 @@
}
},
{
- "id": 22041,
+ "id": 22585,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187591,7 +187675,7 @@
}
},
{
- "id": 22042,
+ "id": 22586,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187600,7 +187684,7 @@
}
},
{
- "id": 22043,
+ "id": 22587,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187609,7 +187693,7 @@
}
},
{
- "id": 22044,
+ "id": 22588,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187618,7 +187702,7 @@
}
},
{
- "id": 22045,
+ "id": 22589,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187627,7 +187711,7 @@
}
},
{
- "id": 22046,
+ "id": 22590,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187636,7 +187720,7 @@
}
},
{
- "id": 22047,
+ "id": 22591,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187683,7 +187767,7 @@
},
"states": [
{
- "id": 22048,
+ "id": 22592,
"properties": {
"east": "none",
"north": "none",
@@ -187694,7 +187778,7 @@
}
},
{
- "id": 22049,
+ "id": 22593,
"properties": {
"east": "none",
"north": "none",
@@ -187705,7 +187789,7 @@
}
},
{
- "id": 22050,
+ "id": 22594,
"properties": {
"east": "none",
"north": "none",
@@ -187717,7 +187801,7 @@
},
{
"default": true,
- "id": 22051,
+ "id": 22595,
"properties": {
"east": "none",
"north": "none",
@@ -187728,7 +187812,7 @@
}
},
{
- "id": 22052,
+ "id": 22596,
"properties": {
"east": "none",
"north": "none",
@@ -187739,7 +187823,7 @@
}
},
{
- "id": 22053,
+ "id": 22597,
"properties": {
"east": "none",
"north": "none",
@@ -187750,7 +187834,7 @@
}
},
{
- "id": 22054,
+ "id": 22598,
"properties": {
"east": "none",
"north": "none",
@@ -187761,7 +187845,7 @@
}
},
{
- "id": 22055,
+ "id": 22599,
"properties": {
"east": "none",
"north": "none",
@@ -187772,7 +187856,7 @@
}
},
{
- "id": 22056,
+ "id": 22600,
"properties": {
"east": "none",
"north": "none",
@@ -187783,7 +187867,7 @@
}
},
{
- "id": 22057,
+ "id": 22601,
"properties": {
"east": "none",
"north": "none",
@@ -187794,7 +187878,7 @@
}
},
{
- "id": 22058,
+ "id": 22602,
"properties": {
"east": "none",
"north": "none",
@@ -187805,7 +187889,7 @@
}
},
{
- "id": 22059,
+ "id": 22603,
"properties": {
"east": "none",
"north": "none",
@@ -187816,7 +187900,7 @@
}
},
{
- "id": 22060,
+ "id": 22604,
"properties": {
"east": "none",
"north": "none",
@@ -187827,7 +187911,7 @@
}
},
{
- "id": 22061,
+ "id": 22605,
"properties": {
"east": "none",
"north": "none",
@@ -187838,7 +187922,7 @@
}
},
{
- "id": 22062,
+ "id": 22606,
"properties": {
"east": "none",
"north": "none",
@@ -187849,7 +187933,7 @@
}
},
{
- "id": 22063,
+ "id": 22607,
"properties": {
"east": "none",
"north": "none",
@@ -187860,7 +187944,7 @@
}
},
{
- "id": 22064,
+ "id": 22608,
"properties": {
"east": "none",
"north": "none",
@@ -187871,7 +187955,7 @@
}
},
{
- "id": 22065,
+ "id": 22609,
"properties": {
"east": "none",
"north": "none",
@@ -187882,7 +187966,7 @@
}
},
{
- "id": 22066,
+ "id": 22610,
"properties": {
"east": "none",
"north": "none",
@@ -187893,7 +187977,7 @@
}
},
{
- "id": 22067,
+ "id": 22611,
"properties": {
"east": "none",
"north": "none",
@@ -187904,7 +187988,7 @@
}
},
{
- "id": 22068,
+ "id": 22612,
"properties": {
"east": "none",
"north": "none",
@@ -187915,7 +187999,7 @@
}
},
{
- "id": 22069,
+ "id": 22613,
"properties": {
"east": "none",
"north": "none",
@@ -187926,7 +188010,7 @@
}
},
{
- "id": 22070,
+ "id": 22614,
"properties": {
"east": "none",
"north": "none",
@@ -187937,7 +188021,7 @@
}
},
{
- "id": 22071,
+ "id": 22615,
"properties": {
"east": "none",
"north": "none",
@@ -187948,7 +188032,7 @@
}
},
{
- "id": 22072,
+ "id": 22616,
"properties": {
"east": "none",
"north": "none",
@@ -187959,7 +188043,7 @@
}
},
{
- "id": 22073,
+ "id": 22617,
"properties": {
"east": "none",
"north": "none",
@@ -187970,7 +188054,7 @@
}
},
{
- "id": 22074,
+ "id": 22618,
"properties": {
"east": "none",
"north": "none",
@@ -187981,7 +188065,7 @@
}
},
{
- "id": 22075,
+ "id": 22619,
"properties": {
"east": "none",
"north": "none",
@@ -187992,7 +188076,7 @@
}
},
{
- "id": 22076,
+ "id": 22620,
"properties": {
"east": "none",
"north": "none",
@@ -188003,7 +188087,7 @@
}
},
{
- "id": 22077,
+ "id": 22621,
"properties": {
"east": "none",
"north": "none",
@@ -188014,7 +188098,7 @@
}
},
{
- "id": 22078,
+ "id": 22622,
"properties": {
"east": "none",
"north": "none",
@@ -188025,7 +188109,7 @@
}
},
{
- "id": 22079,
+ "id": 22623,
"properties": {
"east": "none",
"north": "none",
@@ -188036,7 +188120,7 @@
}
},
{
- "id": 22080,
+ "id": 22624,
"properties": {
"east": "none",
"north": "none",
@@ -188047,7 +188131,7 @@
}
},
{
- "id": 22081,
+ "id": 22625,
"properties": {
"east": "none",
"north": "none",
@@ -188058,7 +188142,7 @@
}
},
{
- "id": 22082,
+ "id": 22626,
"properties": {
"east": "none",
"north": "none",
@@ -188069,7 +188153,7 @@
}
},
{
- "id": 22083,
+ "id": 22627,
"properties": {
"east": "none",
"north": "none",
@@ -188080,7 +188164,7 @@
}
},
{
- "id": 22084,
+ "id": 22628,
"properties": {
"east": "none",
"north": "low",
@@ -188091,7 +188175,7 @@
}
},
{
- "id": 22085,
+ "id": 22629,
"properties": {
"east": "none",
"north": "low",
@@ -188102,7 +188186,7 @@
}
},
{
- "id": 22086,
+ "id": 22630,
"properties": {
"east": "none",
"north": "low",
@@ -188113,7 +188197,7 @@
}
},
{
- "id": 22087,
+ "id": 22631,
"properties": {
"east": "none",
"north": "low",
@@ -188124,7 +188208,7 @@
}
},
{
- "id": 22088,
+ "id": 22632,
"properties": {
"east": "none",
"north": "low",
@@ -188135,7 +188219,7 @@
}
},
{
- "id": 22089,
+ "id": 22633,
"properties": {
"east": "none",
"north": "low",
@@ -188146,7 +188230,7 @@
}
},
{
- "id": 22090,
+ "id": 22634,
"properties": {
"east": "none",
"north": "low",
@@ -188157,7 +188241,7 @@
}
},
{
- "id": 22091,
+ "id": 22635,
"properties": {
"east": "none",
"north": "low",
@@ -188168,7 +188252,7 @@
}
},
{
- "id": 22092,
+ "id": 22636,
"properties": {
"east": "none",
"north": "low",
@@ -188179,7 +188263,7 @@
}
},
{
- "id": 22093,
+ "id": 22637,
"properties": {
"east": "none",
"north": "low",
@@ -188190,7 +188274,7 @@
}
},
{
- "id": 22094,
+ "id": 22638,
"properties": {
"east": "none",
"north": "low",
@@ -188201,7 +188285,7 @@
}
},
{
- "id": 22095,
+ "id": 22639,
"properties": {
"east": "none",
"north": "low",
@@ -188212,7 +188296,7 @@
}
},
{
- "id": 22096,
+ "id": 22640,
"properties": {
"east": "none",
"north": "low",
@@ -188223,7 +188307,7 @@
}
},
{
- "id": 22097,
+ "id": 22641,
"properties": {
"east": "none",
"north": "low",
@@ -188234,7 +188318,7 @@
}
},
{
- "id": 22098,
+ "id": 22642,
"properties": {
"east": "none",
"north": "low",
@@ -188245,7 +188329,7 @@
}
},
{
- "id": 22099,
+ "id": 22643,
"properties": {
"east": "none",
"north": "low",
@@ -188256,7 +188340,7 @@
}
},
{
- "id": 22100,
+ "id": 22644,
"properties": {
"east": "none",
"north": "low",
@@ -188267,7 +188351,7 @@
}
},
{
- "id": 22101,
+ "id": 22645,
"properties": {
"east": "none",
"north": "low",
@@ -188278,7 +188362,7 @@
}
},
{
- "id": 22102,
+ "id": 22646,
"properties": {
"east": "none",
"north": "low",
@@ -188289,7 +188373,7 @@
}
},
{
- "id": 22103,
+ "id": 22647,
"properties": {
"east": "none",
"north": "low",
@@ -188300,7 +188384,7 @@
}
},
{
- "id": 22104,
+ "id": 22648,
"properties": {
"east": "none",
"north": "low",
@@ -188311,7 +188395,7 @@
}
},
{
- "id": 22105,
+ "id": 22649,
"properties": {
"east": "none",
"north": "low",
@@ -188322,7 +188406,7 @@
}
},
{
- "id": 22106,
+ "id": 22650,
"properties": {
"east": "none",
"north": "low",
@@ -188333,7 +188417,7 @@
}
},
{
- "id": 22107,
+ "id": 22651,
"properties": {
"east": "none",
"north": "low",
@@ -188344,7 +188428,7 @@
}
},
{
- "id": 22108,
+ "id": 22652,
"properties": {
"east": "none",
"north": "low",
@@ -188355,7 +188439,7 @@
}
},
{
- "id": 22109,
+ "id": 22653,
"properties": {
"east": "none",
"north": "low",
@@ -188366,7 +188450,7 @@
}
},
{
- "id": 22110,
+ "id": 22654,
"properties": {
"east": "none",
"north": "low",
@@ -188377,7 +188461,7 @@
}
},
{
- "id": 22111,
+ "id": 22655,
"properties": {
"east": "none",
"north": "low",
@@ -188388,7 +188472,7 @@
}
},
{
- "id": 22112,
+ "id": 22656,
"properties": {
"east": "none",
"north": "low",
@@ -188399,7 +188483,7 @@
}
},
{
- "id": 22113,
+ "id": 22657,
"properties": {
"east": "none",
"north": "low",
@@ -188410,7 +188494,7 @@
}
},
{
- "id": 22114,
+ "id": 22658,
"properties": {
"east": "none",
"north": "low",
@@ -188421,7 +188505,7 @@
}
},
{
- "id": 22115,
+ "id": 22659,
"properties": {
"east": "none",
"north": "low",
@@ -188432,7 +188516,7 @@
}
},
{
- "id": 22116,
+ "id": 22660,
"properties": {
"east": "none",
"north": "low",
@@ -188443,7 +188527,7 @@
}
},
{
- "id": 22117,
+ "id": 22661,
"properties": {
"east": "none",
"north": "low",
@@ -188454,7 +188538,7 @@
}
},
{
- "id": 22118,
+ "id": 22662,
"properties": {
"east": "none",
"north": "low",
@@ -188465,7 +188549,7 @@
}
},
{
- "id": 22119,
+ "id": 22663,
"properties": {
"east": "none",
"north": "low",
@@ -188476,7 +188560,7 @@
}
},
{
- "id": 22120,
+ "id": 22664,
"properties": {
"east": "none",
"north": "tall",
@@ -188487,7 +188571,7 @@
}
},
{
- "id": 22121,
+ "id": 22665,
"properties": {
"east": "none",
"north": "tall",
@@ -188498,7 +188582,7 @@
}
},
{
- "id": 22122,
+ "id": 22666,
"properties": {
"east": "none",
"north": "tall",
@@ -188509,7 +188593,7 @@
}
},
{
- "id": 22123,
+ "id": 22667,
"properties": {
"east": "none",
"north": "tall",
@@ -188520,7 +188604,7 @@
}
},
{
- "id": 22124,
+ "id": 22668,
"properties": {
"east": "none",
"north": "tall",
@@ -188531,7 +188615,7 @@
}
},
{
- "id": 22125,
+ "id": 22669,
"properties": {
"east": "none",
"north": "tall",
@@ -188542,7 +188626,7 @@
}
},
{
- "id": 22126,
+ "id": 22670,
"properties": {
"east": "none",
"north": "tall",
@@ -188553,7 +188637,7 @@
}
},
{
- "id": 22127,
+ "id": 22671,
"properties": {
"east": "none",
"north": "tall",
@@ -188564,7 +188648,7 @@
}
},
{
- "id": 22128,
+ "id": 22672,
"properties": {
"east": "none",
"north": "tall",
@@ -188575,7 +188659,7 @@
}
},
{
- "id": 22129,
+ "id": 22673,
"properties": {
"east": "none",
"north": "tall",
@@ -188586,7 +188670,7 @@
}
},
{
- "id": 22130,
+ "id": 22674,
"properties": {
"east": "none",
"north": "tall",
@@ -188597,7 +188681,7 @@
}
},
{
- "id": 22131,
+ "id": 22675,
"properties": {
"east": "none",
"north": "tall",
@@ -188608,7 +188692,7 @@
}
},
{
- "id": 22132,
+ "id": 22676,
"properties": {
"east": "none",
"north": "tall",
@@ -188619,7 +188703,7 @@
}
},
{
- "id": 22133,
+ "id": 22677,
"properties": {
"east": "none",
"north": "tall",
@@ -188630,7 +188714,7 @@
}
},
{
- "id": 22134,
+ "id": 22678,
"properties": {
"east": "none",
"north": "tall",
@@ -188641,7 +188725,7 @@
}
},
{
- "id": 22135,
+ "id": 22679,
"properties": {
"east": "none",
"north": "tall",
@@ -188652,7 +188736,7 @@
}
},
{
- "id": 22136,
+ "id": 22680,
"properties": {
"east": "none",
"north": "tall",
@@ -188663,7 +188747,7 @@
}
},
{
- "id": 22137,
+ "id": 22681,
"properties": {
"east": "none",
"north": "tall",
@@ -188674,7 +188758,7 @@
}
},
{
- "id": 22138,
+ "id": 22682,
"properties": {
"east": "none",
"north": "tall",
@@ -188685,7 +188769,7 @@
}
},
{
- "id": 22139,
+ "id": 22683,
"properties": {
"east": "none",
"north": "tall",
@@ -188696,7 +188780,7 @@
}
},
{
- "id": 22140,
+ "id": 22684,
"properties": {
"east": "none",
"north": "tall",
@@ -188707,7 +188791,7 @@
}
},
{
- "id": 22141,
+ "id": 22685,
"properties": {
"east": "none",
"north": "tall",
@@ -188718,7 +188802,7 @@
}
},
{
- "id": 22142,
+ "id": 22686,
"properties": {
"east": "none",
"north": "tall",
@@ -188729,7 +188813,7 @@
}
},
{
- "id": 22143,
+ "id": 22687,
"properties": {
"east": "none",
"north": "tall",
@@ -188740,7 +188824,7 @@
}
},
{
- "id": 22144,
+ "id": 22688,
"properties": {
"east": "none",
"north": "tall",
@@ -188751,7 +188835,7 @@
}
},
{
- "id": 22145,
+ "id": 22689,
"properties": {
"east": "none",
"north": "tall",
@@ -188762,7 +188846,7 @@
}
},
{
- "id": 22146,
+ "id": 22690,
"properties": {
"east": "none",
"north": "tall",
@@ -188773,7 +188857,7 @@
}
},
{
- "id": 22147,
+ "id": 22691,
"properties": {
"east": "none",
"north": "tall",
@@ -188784,7 +188868,7 @@
}
},
{
- "id": 22148,
+ "id": 22692,
"properties": {
"east": "none",
"north": "tall",
@@ -188795,7 +188879,7 @@
}
},
{
- "id": 22149,
+ "id": 22693,
"properties": {
"east": "none",
"north": "tall",
@@ -188806,7 +188890,7 @@
}
},
{
- "id": 22150,
+ "id": 22694,
"properties": {
"east": "none",
"north": "tall",
@@ -188817,7 +188901,7 @@
}
},
{
- "id": 22151,
+ "id": 22695,
"properties": {
"east": "none",
"north": "tall",
@@ -188828,7 +188912,7 @@
}
},
{
- "id": 22152,
+ "id": 22696,
"properties": {
"east": "none",
"north": "tall",
@@ -188839,7 +188923,7 @@
}
},
{
- "id": 22153,
+ "id": 22697,
"properties": {
"east": "none",
"north": "tall",
@@ -188850,7 +188934,7 @@
}
},
{
- "id": 22154,
+ "id": 22698,
"properties": {
"east": "none",
"north": "tall",
@@ -188861,7 +188945,7 @@
}
},
{
- "id": 22155,
+ "id": 22699,
"properties": {
"east": "none",
"north": "tall",
@@ -188872,7 +188956,7 @@
}
},
{
- "id": 22156,
+ "id": 22700,
"properties": {
"east": "low",
"north": "none",
@@ -188883,7 +188967,7 @@
}
},
{
- "id": 22157,
+ "id": 22701,
"properties": {
"east": "low",
"north": "none",
@@ -188894,7 +188978,7 @@
}
},
{
- "id": 22158,
+ "id": 22702,
"properties": {
"east": "low",
"north": "none",
@@ -188905,7 +188989,7 @@
}
},
{
- "id": 22159,
+ "id": 22703,
"properties": {
"east": "low",
"north": "none",
@@ -188916,7 +189000,7 @@
}
},
{
- "id": 22160,
+ "id": 22704,
"properties": {
"east": "low",
"north": "none",
@@ -188927,7 +189011,7 @@
}
},
{
- "id": 22161,
+ "id": 22705,
"properties": {
"east": "low",
"north": "none",
@@ -188938,7 +189022,7 @@
}
},
{
- "id": 22162,
+ "id": 22706,
"properties": {
"east": "low",
"north": "none",
@@ -188949,7 +189033,7 @@
}
},
{
- "id": 22163,
+ "id": 22707,
"properties": {
"east": "low",
"north": "none",
@@ -188960,7 +189044,7 @@
}
},
{
- "id": 22164,
+ "id": 22708,
"properties": {
"east": "low",
"north": "none",
@@ -188971,7 +189055,7 @@
}
},
{
- "id": 22165,
+ "id": 22709,
"properties": {
"east": "low",
"north": "none",
@@ -188982,7 +189066,7 @@
}
},
{
- "id": 22166,
+ "id": 22710,
"properties": {
"east": "low",
"north": "none",
@@ -188993,7 +189077,7 @@
}
},
{
- "id": 22167,
+ "id": 22711,
"properties": {
"east": "low",
"north": "none",
@@ -189004,7 +189088,7 @@
}
},
{
- "id": 22168,
+ "id": 22712,
"properties": {
"east": "low",
"north": "none",
@@ -189015,7 +189099,7 @@
}
},
{
- "id": 22169,
+ "id": 22713,
"properties": {
"east": "low",
"north": "none",
@@ -189026,7 +189110,7 @@
}
},
{
- "id": 22170,
+ "id": 22714,
"properties": {
"east": "low",
"north": "none",
@@ -189037,7 +189121,7 @@
}
},
{
- "id": 22171,
+ "id": 22715,
"properties": {
"east": "low",
"north": "none",
@@ -189048,7 +189132,7 @@
}
},
{
- "id": 22172,
+ "id": 22716,
"properties": {
"east": "low",
"north": "none",
@@ -189059,7 +189143,7 @@
}
},
{
- "id": 22173,
+ "id": 22717,
"properties": {
"east": "low",
"north": "none",
@@ -189070,7 +189154,7 @@
}
},
{
- "id": 22174,
+ "id": 22718,
"properties": {
"east": "low",
"north": "none",
@@ -189081,7 +189165,7 @@
}
},
{
- "id": 22175,
+ "id": 22719,
"properties": {
"east": "low",
"north": "none",
@@ -189092,7 +189176,7 @@
}
},
{
- "id": 22176,
+ "id": 22720,
"properties": {
"east": "low",
"north": "none",
@@ -189103,7 +189187,7 @@
}
},
{
- "id": 22177,
+ "id": 22721,
"properties": {
"east": "low",
"north": "none",
@@ -189114,7 +189198,7 @@
}
},
{
- "id": 22178,
+ "id": 22722,
"properties": {
"east": "low",
"north": "none",
@@ -189125,7 +189209,7 @@
}
},
{
- "id": 22179,
+ "id": 22723,
"properties": {
"east": "low",
"north": "none",
@@ -189136,7 +189220,7 @@
}
},
{
- "id": 22180,
+ "id": 22724,
"properties": {
"east": "low",
"north": "none",
@@ -189147,7 +189231,7 @@
}
},
{
- "id": 22181,
+ "id": 22725,
"properties": {
"east": "low",
"north": "none",
@@ -189158,7 +189242,7 @@
}
},
{
- "id": 22182,
+ "id": 22726,
"properties": {
"east": "low",
"north": "none",
@@ -189169,7 +189253,7 @@
}
},
{
- "id": 22183,
+ "id": 22727,
"properties": {
"east": "low",
"north": "none",
@@ -189180,7 +189264,7 @@
}
},
{
- "id": 22184,
+ "id": 22728,
"properties": {
"east": "low",
"north": "none",
@@ -189191,7 +189275,7 @@
}
},
{
- "id": 22185,
+ "id": 22729,
"properties": {
"east": "low",
"north": "none",
@@ -189202,7 +189286,7 @@
}
},
{
- "id": 22186,
+ "id": 22730,
"properties": {
"east": "low",
"north": "none",
@@ -189213,7 +189297,7 @@
}
},
{
- "id": 22187,
+ "id": 22731,
"properties": {
"east": "low",
"north": "none",
@@ -189224,7 +189308,7 @@
}
},
{
- "id": 22188,
+ "id": 22732,
"properties": {
"east": "low",
"north": "none",
@@ -189235,7 +189319,7 @@
}
},
{
- "id": 22189,
+ "id": 22733,
"properties": {
"east": "low",
"north": "none",
@@ -189246,7 +189330,7 @@
}
},
{
- "id": 22190,
+ "id": 22734,
"properties": {
"east": "low",
"north": "none",
@@ -189257,7 +189341,7 @@
}
},
{
- "id": 22191,
+ "id": 22735,
"properties": {
"east": "low",
"north": "none",
@@ -189268,7 +189352,7 @@
}
},
{
- "id": 22192,
+ "id": 22736,
"properties": {
"east": "low",
"north": "low",
@@ -189279,7 +189363,7 @@
}
},
{
- "id": 22193,
+ "id": 22737,
"properties": {
"east": "low",
"north": "low",
@@ -189290,7 +189374,7 @@
}
},
{
- "id": 22194,
+ "id": 22738,
"properties": {
"east": "low",
"north": "low",
@@ -189301,7 +189385,7 @@
}
},
{
- "id": 22195,
+ "id": 22739,
"properties": {
"east": "low",
"north": "low",
@@ -189312,7 +189396,7 @@
}
},
{
- "id": 22196,
+ "id": 22740,
"properties": {
"east": "low",
"north": "low",
@@ -189323,7 +189407,7 @@
}
},
{
- "id": 22197,
+ "id": 22741,
"properties": {
"east": "low",
"north": "low",
@@ -189334,7 +189418,7 @@
}
},
{
- "id": 22198,
+ "id": 22742,
"properties": {
"east": "low",
"north": "low",
@@ -189345,7 +189429,7 @@
}
},
{
- "id": 22199,
+ "id": 22743,
"properties": {
"east": "low",
"north": "low",
@@ -189356,7 +189440,7 @@
}
},
{
- "id": 22200,
+ "id": 22744,
"properties": {
"east": "low",
"north": "low",
@@ -189367,7 +189451,7 @@
}
},
{
- "id": 22201,
+ "id": 22745,
"properties": {
"east": "low",
"north": "low",
@@ -189378,7 +189462,7 @@
}
},
{
- "id": 22202,
+ "id": 22746,
"properties": {
"east": "low",
"north": "low",
@@ -189389,7 +189473,7 @@
}
},
{
- "id": 22203,
+ "id": 22747,
"properties": {
"east": "low",
"north": "low",
@@ -189400,7 +189484,7 @@
}
},
{
- "id": 22204,
+ "id": 22748,
"properties": {
"east": "low",
"north": "low",
@@ -189411,7 +189495,7 @@
}
},
{
- "id": 22205,
+ "id": 22749,
"properties": {
"east": "low",
"north": "low",
@@ -189422,7 +189506,7 @@
}
},
{
- "id": 22206,
+ "id": 22750,
"properties": {
"east": "low",
"north": "low",
@@ -189433,7 +189517,7 @@
}
},
{
- "id": 22207,
+ "id": 22751,
"properties": {
"east": "low",
"north": "low",
@@ -189444,7 +189528,7 @@
}
},
{
- "id": 22208,
+ "id": 22752,
"properties": {
"east": "low",
"north": "low",
@@ -189455,7 +189539,7 @@
}
},
{
- "id": 22209,
+ "id": 22753,
"properties": {
"east": "low",
"north": "low",
@@ -189466,7 +189550,7 @@
}
},
{
- "id": 22210,
+ "id": 22754,
"properties": {
"east": "low",
"north": "low",
@@ -189477,7 +189561,7 @@
}
},
{
- "id": 22211,
+ "id": 22755,
"properties": {
"east": "low",
"north": "low",
@@ -189488,7 +189572,7 @@
}
},
{
- "id": 22212,
+ "id": 22756,
"properties": {
"east": "low",
"north": "low",
@@ -189499,7 +189583,7 @@
}
},
{
- "id": 22213,
+ "id": 22757,
"properties": {
"east": "low",
"north": "low",
@@ -189510,7 +189594,7 @@
}
},
{
- "id": 22214,
+ "id": 22758,
"properties": {
"east": "low",
"north": "low",
@@ -189521,7 +189605,7 @@
}
},
{
- "id": 22215,
+ "id": 22759,
"properties": {
"east": "low",
"north": "low",
@@ -189532,7 +189616,7 @@
}
},
{
- "id": 22216,
+ "id": 22760,
"properties": {
"east": "low",
"north": "low",
@@ -189543,7 +189627,7 @@
}
},
{
- "id": 22217,
+ "id": 22761,
"properties": {
"east": "low",
"north": "low",
@@ -189554,7 +189638,7 @@
}
},
{
- "id": 22218,
+ "id": 22762,
"properties": {
"east": "low",
"north": "low",
@@ -189565,7 +189649,7 @@
}
},
{
- "id": 22219,
+ "id": 22763,
"properties": {
"east": "low",
"north": "low",
@@ -189576,7 +189660,7 @@
}
},
{
- "id": 22220,
+ "id": 22764,
"properties": {
"east": "low",
"north": "low",
@@ -189587,7 +189671,7 @@
}
},
{
- "id": 22221,
+ "id": 22765,
"properties": {
"east": "low",
"north": "low",
@@ -189598,7 +189682,7 @@
}
},
{
- "id": 22222,
+ "id": 22766,
"properties": {
"east": "low",
"north": "low",
@@ -189609,7 +189693,7 @@
}
},
{
- "id": 22223,
+ "id": 22767,
"properties": {
"east": "low",
"north": "low",
@@ -189620,7 +189704,7 @@
}
},
{
- "id": 22224,
+ "id": 22768,
"properties": {
"east": "low",
"north": "low",
@@ -189631,7 +189715,7 @@
}
},
{
- "id": 22225,
+ "id": 22769,
"properties": {
"east": "low",
"north": "low",
@@ -189642,7 +189726,7 @@
}
},
{
- "id": 22226,
+ "id": 22770,
"properties": {
"east": "low",
"north": "low",
@@ -189653,7 +189737,7 @@
}
},
{
- "id": 22227,
+ "id": 22771,
"properties": {
"east": "low",
"north": "low",
@@ -189664,7 +189748,7 @@
}
},
{
- "id": 22228,
+ "id": 22772,
"properties": {
"east": "low",
"north": "tall",
@@ -189675,7 +189759,7 @@
}
},
{
- "id": 22229,
+ "id": 22773,
"properties": {
"east": "low",
"north": "tall",
@@ -189686,7 +189770,7 @@
}
},
{
- "id": 22230,
+ "id": 22774,
"properties": {
"east": "low",
"north": "tall",
@@ -189697,7 +189781,7 @@
}
},
{
- "id": 22231,
+ "id": 22775,
"properties": {
"east": "low",
"north": "tall",
@@ -189708,7 +189792,7 @@
}
},
{
- "id": 22232,
+ "id": 22776,
"properties": {
"east": "low",
"north": "tall",
@@ -189719,7 +189803,7 @@
}
},
{
- "id": 22233,
+ "id": 22777,
"properties": {
"east": "low",
"north": "tall",
@@ -189730,7 +189814,7 @@
}
},
{
- "id": 22234,
+ "id": 22778,
"properties": {
"east": "low",
"north": "tall",
@@ -189741,7 +189825,7 @@
}
},
{
- "id": 22235,
+ "id": 22779,
"properties": {
"east": "low",
"north": "tall",
@@ -189752,7 +189836,7 @@
}
},
{
- "id": 22236,
+ "id": 22780,
"properties": {
"east": "low",
"north": "tall",
@@ -189763,7 +189847,7 @@
}
},
{
- "id": 22237,
+ "id": 22781,
"properties": {
"east": "low",
"north": "tall",
@@ -189774,7 +189858,7 @@
}
},
{
- "id": 22238,
+ "id": 22782,
"properties": {
"east": "low",
"north": "tall",
@@ -189785,7 +189869,7 @@
}
},
{
- "id": 22239,
+ "id": 22783,
"properties": {
"east": "low",
"north": "tall",
@@ -189796,7 +189880,7 @@
}
},
{
- "id": 22240,
+ "id": 22784,
"properties": {
"east": "low",
"north": "tall",
@@ -189807,7 +189891,7 @@
}
},
{
- "id": 22241,
+ "id": 22785,
"properties": {
"east": "low",
"north": "tall",
@@ -189818,7 +189902,7 @@
}
},
{
- "id": 22242,
+ "id": 22786,
"properties": {
"east": "low",
"north": "tall",
@@ -189829,7 +189913,7 @@
}
},
{
- "id": 22243,
+ "id": 22787,
"properties": {
"east": "low",
"north": "tall",
@@ -189840,7 +189924,7 @@
}
},
{
- "id": 22244,
+ "id": 22788,
"properties": {
"east": "low",
"north": "tall",
@@ -189851,7 +189935,7 @@
}
},
{
- "id": 22245,
+ "id": 22789,
"properties": {
"east": "low",
"north": "tall",
@@ -189862,7 +189946,7 @@
}
},
{
- "id": 22246,
+ "id": 22790,
"properties": {
"east": "low",
"north": "tall",
@@ -189873,7 +189957,7 @@
}
},
{
- "id": 22247,
+ "id": 22791,
"properties": {
"east": "low",
"north": "tall",
@@ -189884,7 +189968,7 @@
}
},
{
- "id": 22248,
+ "id": 22792,
"properties": {
"east": "low",
"north": "tall",
@@ -189895,7 +189979,7 @@
}
},
{
- "id": 22249,
+ "id": 22793,
"properties": {
"east": "low",
"north": "tall",
@@ -189906,7 +189990,7 @@
}
},
{
- "id": 22250,
+ "id": 22794,
"properties": {
"east": "low",
"north": "tall",
@@ -189917,7 +190001,7 @@
}
},
{
- "id": 22251,
+ "id": 22795,
"properties": {
"east": "low",
"north": "tall",
@@ -189928,7 +190012,7 @@
}
},
{
- "id": 22252,
+ "id": 22796,
"properties": {
"east": "low",
"north": "tall",
@@ -189939,7 +190023,7 @@
}
},
{
- "id": 22253,
+ "id": 22797,
"properties": {
"east": "low",
"north": "tall",
@@ -189950,7 +190034,7 @@
}
},
{
- "id": 22254,
+ "id": 22798,
"properties": {
"east": "low",
"north": "tall",
@@ -189961,7 +190045,7 @@
}
},
{
- "id": 22255,
+ "id": 22799,
"properties": {
"east": "low",
"north": "tall",
@@ -189972,7 +190056,7 @@
}
},
{
- "id": 22256,
+ "id": 22800,
"properties": {
"east": "low",
"north": "tall",
@@ -189983,7 +190067,7 @@
}
},
{
- "id": 22257,
+ "id": 22801,
"properties": {
"east": "low",
"north": "tall",
@@ -189994,7 +190078,7 @@
}
},
{
- "id": 22258,
+ "id": 22802,
"properties": {
"east": "low",
"north": "tall",
@@ -190005,7 +190089,7 @@
}
},
{
- "id": 22259,
+ "id": 22803,
"properties": {
"east": "low",
"north": "tall",
@@ -190016,7 +190100,7 @@
}
},
{
- "id": 22260,
+ "id": 22804,
"properties": {
"east": "low",
"north": "tall",
@@ -190027,7 +190111,7 @@
}
},
{
- "id": 22261,
+ "id": 22805,
"properties": {
"east": "low",
"north": "tall",
@@ -190038,7 +190122,7 @@
}
},
{
- "id": 22262,
+ "id": 22806,
"properties": {
"east": "low",
"north": "tall",
@@ -190049,7 +190133,7 @@
}
},
{
- "id": 22263,
+ "id": 22807,
"properties": {
"east": "low",
"north": "tall",
@@ -190060,7 +190144,7 @@
}
},
{
- "id": 22264,
+ "id": 22808,
"properties": {
"east": "tall",
"north": "none",
@@ -190071,7 +190155,7 @@
}
},
{
- "id": 22265,
+ "id": 22809,
"properties": {
"east": "tall",
"north": "none",
@@ -190082,7 +190166,7 @@
}
},
{
- "id": 22266,
+ "id": 22810,
"properties": {
"east": "tall",
"north": "none",
@@ -190093,7 +190177,7 @@
}
},
{
- "id": 22267,
+ "id": 22811,
"properties": {
"east": "tall",
"north": "none",
@@ -190104,7 +190188,7 @@
}
},
{
- "id": 22268,
+ "id": 22812,
"properties": {
"east": "tall",
"north": "none",
@@ -190115,7 +190199,7 @@
}
},
{
- "id": 22269,
+ "id": 22813,
"properties": {
"east": "tall",
"north": "none",
@@ -190126,7 +190210,7 @@
}
},
{
- "id": 22270,
+ "id": 22814,
"properties": {
"east": "tall",
"north": "none",
@@ -190137,7 +190221,7 @@
}
},
{
- "id": 22271,
+ "id": 22815,
"properties": {
"east": "tall",
"north": "none",
@@ -190148,7 +190232,7 @@
}
},
{
- "id": 22272,
+ "id": 22816,
"properties": {
"east": "tall",
"north": "none",
@@ -190159,7 +190243,7 @@
}
},
{
- "id": 22273,
+ "id": 22817,
"properties": {
"east": "tall",
"north": "none",
@@ -190170,7 +190254,7 @@
}
},
{
- "id": 22274,
+ "id": 22818,
"properties": {
"east": "tall",
"north": "none",
@@ -190181,7 +190265,7 @@
}
},
{
- "id": 22275,
+ "id": 22819,
"properties": {
"east": "tall",
"north": "none",
@@ -190192,7 +190276,7 @@
}
},
{
- "id": 22276,
+ "id": 22820,
"properties": {
"east": "tall",
"north": "none",
@@ -190203,7 +190287,7 @@
}
},
{
- "id": 22277,
+ "id": 22821,
"properties": {
"east": "tall",
"north": "none",
@@ -190214,7 +190298,7 @@
}
},
{
- "id": 22278,
+ "id": 22822,
"properties": {
"east": "tall",
"north": "none",
@@ -190225,7 +190309,7 @@
}
},
{
- "id": 22279,
+ "id": 22823,
"properties": {
"east": "tall",
"north": "none",
@@ -190236,7 +190320,7 @@
}
},
{
- "id": 22280,
+ "id": 22824,
"properties": {
"east": "tall",
"north": "none",
@@ -190247,7 +190331,7 @@
}
},
{
- "id": 22281,
+ "id": 22825,
"properties": {
"east": "tall",
"north": "none",
@@ -190258,7 +190342,7 @@
}
},
{
- "id": 22282,
+ "id": 22826,
"properties": {
"east": "tall",
"north": "none",
@@ -190269,7 +190353,7 @@
}
},
{
- "id": 22283,
+ "id": 22827,
"properties": {
"east": "tall",
"north": "none",
@@ -190280,7 +190364,7 @@
}
},
{
- "id": 22284,
+ "id": 22828,
"properties": {
"east": "tall",
"north": "none",
@@ -190291,7 +190375,7 @@
}
},
{
- "id": 22285,
+ "id": 22829,
"properties": {
"east": "tall",
"north": "none",
@@ -190302,7 +190386,7 @@
}
},
{
- "id": 22286,
+ "id": 22830,
"properties": {
"east": "tall",
"north": "none",
@@ -190313,7 +190397,7 @@
}
},
{
- "id": 22287,
+ "id": 22831,
"properties": {
"east": "tall",
"north": "none",
@@ -190324,7 +190408,7 @@
}
},
{
- "id": 22288,
+ "id": 22832,
"properties": {
"east": "tall",
"north": "none",
@@ -190335,7 +190419,7 @@
}
},
{
- "id": 22289,
+ "id": 22833,
"properties": {
"east": "tall",
"north": "none",
@@ -190346,7 +190430,7 @@
}
},
{
- "id": 22290,
+ "id": 22834,
"properties": {
"east": "tall",
"north": "none",
@@ -190357,7 +190441,7 @@
}
},
{
- "id": 22291,
+ "id": 22835,
"properties": {
"east": "tall",
"north": "none",
@@ -190368,7 +190452,7 @@
}
},
{
- "id": 22292,
+ "id": 22836,
"properties": {
"east": "tall",
"north": "none",
@@ -190379,7 +190463,7 @@
}
},
{
- "id": 22293,
+ "id": 22837,
"properties": {
"east": "tall",
"north": "none",
@@ -190390,7 +190474,7 @@
}
},
{
- "id": 22294,
+ "id": 22838,
"properties": {
"east": "tall",
"north": "none",
@@ -190401,7 +190485,7 @@
}
},
{
- "id": 22295,
+ "id": 22839,
"properties": {
"east": "tall",
"north": "none",
@@ -190412,7 +190496,7 @@
}
},
{
- "id": 22296,
+ "id": 22840,
"properties": {
"east": "tall",
"north": "none",
@@ -190423,7 +190507,7 @@
}
},
{
- "id": 22297,
+ "id": 22841,
"properties": {
"east": "tall",
"north": "none",
@@ -190434,7 +190518,7 @@
}
},
{
- "id": 22298,
+ "id": 22842,
"properties": {
"east": "tall",
"north": "none",
@@ -190445,7 +190529,7 @@
}
},
{
- "id": 22299,
+ "id": 22843,
"properties": {
"east": "tall",
"north": "none",
@@ -190456,7 +190540,7 @@
}
},
{
- "id": 22300,
+ "id": 22844,
"properties": {
"east": "tall",
"north": "low",
@@ -190467,7 +190551,7 @@
}
},
{
- "id": 22301,
+ "id": 22845,
"properties": {
"east": "tall",
"north": "low",
@@ -190478,7 +190562,7 @@
}
},
{
- "id": 22302,
+ "id": 22846,
"properties": {
"east": "tall",
"north": "low",
@@ -190489,7 +190573,7 @@
}
},
{
- "id": 22303,
+ "id": 22847,
"properties": {
"east": "tall",
"north": "low",
@@ -190500,7 +190584,7 @@
}
},
{
- "id": 22304,
+ "id": 22848,
"properties": {
"east": "tall",
"north": "low",
@@ -190511,7 +190595,7 @@
}
},
{
- "id": 22305,
+ "id": 22849,
"properties": {
"east": "tall",
"north": "low",
@@ -190522,7 +190606,7 @@
}
},
{
- "id": 22306,
+ "id": 22850,
"properties": {
"east": "tall",
"north": "low",
@@ -190533,7 +190617,7 @@
}
},
{
- "id": 22307,
+ "id": 22851,
"properties": {
"east": "tall",
"north": "low",
@@ -190544,7 +190628,7 @@
}
},
{
- "id": 22308,
+ "id": 22852,
"properties": {
"east": "tall",
"north": "low",
@@ -190555,7 +190639,7 @@
}
},
{
- "id": 22309,
+ "id": 22853,
"properties": {
"east": "tall",
"north": "low",
@@ -190566,7 +190650,7 @@
}
},
{
- "id": 22310,
+ "id": 22854,
"properties": {
"east": "tall",
"north": "low",
@@ -190577,7 +190661,7 @@
}
},
{
- "id": 22311,
+ "id": 22855,
"properties": {
"east": "tall",
"north": "low",
@@ -190588,7 +190672,7 @@
}
},
{
- "id": 22312,
+ "id": 22856,
"properties": {
"east": "tall",
"north": "low",
@@ -190599,7 +190683,7 @@
}
},
{
- "id": 22313,
+ "id": 22857,
"properties": {
"east": "tall",
"north": "low",
@@ -190610,7 +190694,7 @@
}
},
{
- "id": 22314,
+ "id": 22858,
"properties": {
"east": "tall",
"north": "low",
@@ -190621,7 +190705,7 @@
}
},
{
- "id": 22315,
+ "id": 22859,
"properties": {
"east": "tall",
"north": "low",
@@ -190632,7 +190716,7 @@
}
},
{
- "id": 22316,
+ "id": 22860,
"properties": {
"east": "tall",
"north": "low",
@@ -190643,7 +190727,7 @@
}
},
{
- "id": 22317,
+ "id": 22861,
"properties": {
"east": "tall",
"north": "low",
@@ -190654,7 +190738,7 @@
}
},
{
- "id": 22318,
+ "id": 22862,
"properties": {
"east": "tall",
"north": "low",
@@ -190665,7 +190749,7 @@
}
},
{
- "id": 22319,
+ "id": 22863,
"properties": {
"east": "tall",
"north": "low",
@@ -190676,7 +190760,7 @@
}
},
{
- "id": 22320,
+ "id": 22864,
"properties": {
"east": "tall",
"north": "low",
@@ -190687,7 +190771,7 @@
}
},
{
- "id": 22321,
+ "id": 22865,
"properties": {
"east": "tall",
"north": "low",
@@ -190698,7 +190782,7 @@
}
},
{
- "id": 22322,
+ "id": 22866,
"properties": {
"east": "tall",
"north": "low",
@@ -190709,7 +190793,7 @@
}
},
{
- "id": 22323,
+ "id": 22867,
"properties": {
"east": "tall",
"north": "low",
@@ -190720,7 +190804,7 @@
}
},
{
- "id": 22324,
+ "id": 22868,
"properties": {
"east": "tall",
"north": "low",
@@ -190731,7 +190815,7 @@
}
},
{
- "id": 22325,
+ "id": 22869,
"properties": {
"east": "tall",
"north": "low",
@@ -190742,7 +190826,7 @@
}
},
{
- "id": 22326,
+ "id": 22870,
"properties": {
"east": "tall",
"north": "low",
@@ -190753,7 +190837,7 @@
}
},
{
- "id": 22327,
+ "id": 22871,
"properties": {
"east": "tall",
"north": "low",
@@ -190764,7 +190848,7 @@
}
},
{
- "id": 22328,
+ "id": 22872,
"properties": {
"east": "tall",
"north": "low",
@@ -190775,7 +190859,7 @@
}
},
{
- "id": 22329,
+ "id": 22873,
"properties": {
"east": "tall",
"north": "low",
@@ -190786,7 +190870,7 @@
}
},
{
- "id": 22330,
+ "id": 22874,
"properties": {
"east": "tall",
"north": "low",
@@ -190797,7 +190881,7 @@
}
},
{
- "id": 22331,
+ "id": 22875,
"properties": {
"east": "tall",
"north": "low",
@@ -190808,7 +190892,7 @@
}
},
{
- "id": 22332,
+ "id": 22876,
"properties": {
"east": "tall",
"north": "low",
@@ -190819,7 +190903,7 @@
}
},
{
- "id": 22333,
+ "id": 22877,
"properties": {
"east": "tall",
"north": "low",
@@ -190830,7 +190914,7 @@
}
},
{
- "id": 22334,
+ "id": 22878,
"properties": {
"east": "tall",
"north": "low",
@@ -190841,7 +190925,7 @@
}
},
{
- "id": 22335,
+ "id": 22879,
"properties": {
"east": "tall",
"north": "low",
@@ -190852,7 +190936,7 @@
}
},
{
- "id": 22336,
+ "id": 22880,
"properties": {
"east": "tall",
"north": "tall",
@@ -190863,7 +190947,7 @@
}
},
{
- "id": 22337,
+ "id": 22881,
"properties": {
"east": "tall",
"north": "tall",
@@ -190874,7 +190958,7 @@
}
},
{
- "id": 22338,
+ "id": 22882,
"properties": {
"east": "tall",
"north": "tall",
@@ -190885,7 +190969,7 @@
}
},
{
- "id": 22339,
+ "id": 22883,
"properties": {
"east": "tall",
"north": "tall",
@@ -190896,7 +190980,7 @@
}
},
{
- "id": 22340,
+ "id": 22884,
"properties": {
"east": "tall",
"north": "tall",
@@ -190907,7 +190991,7 @@
}
},
{
- "id": 22341,
+ "id": 22885,
"properties": {
"east": "tall",
"north": "tall",
@@ -190918,7 +191002,7 @@
}
},
{
- "id": 22342,
+ "id": 22886,
"properties": {
"east": "tall",
"north": "tall",
@@ -190929,7 +191013,7 @@
}
},
{
- "id": 22343,
+ "id": 22887,
"properties": {
"east": "tall",
"north": "tall",
@@ -190940,7 +191024,7 @@
}
},
{
- "id": 22344,
+ "id": 22888,
"properties": {
"east": "tall",
"north": "tall",
@@ -190951,7 +191035,7 @@
}
},
{
- "id": 22345,
+ "id": 22889,
"properties": {
"east": "tall",
"north": "tall",
@@ -190962,7 +191046,7 @@
}
},
{
- "id": 22346,
+ "id": 22890,
"properties": {
"east": "tall",
"north": "tall",
@@ -190973,7 +191057,7 @@
}
},
{
- "id": 22347,
+ "id": 22891,
"properties": {
"east": "tall",
"north": "tall",
@@ -190984,7 +191068,7 @@
}
},
{
- "id": 22348,
+ "id": 22892,
"properties": {
"east": "tall",
"north": "tall",
@@ -190995,7 +191079,7 @@
}
},
{
- "id": 22349,
+ "id": 22893,
"properties": {
"east": "tall",
"north": "tall",
@@ -191006,7 +191090,7 @@
}
},
{
- "id": 22350,
+ "id": 22894,
"properties": {
"east": "tall",
"north": "tall",
@@ -191017,7 +191101,7 @@
}
},
{
- "id": 22351,
+ "id": 22895,
"properties": {
"east": "tall",
"north": "tall",
@@ -191028,7 +191112,7 @@
}
},
{
- "id": 22352,
+ "id": 22896,
"properties": {
"east": "tall",
"north": "tall",
@@ -191039,7 +191123,7 @@
}
},
{
- "id": 22353,
+ "id": 22897,
"properties": {
"east": "tall",
"north": "tall",
@@ -191050,7 +191134,7 @@
}
},
{
- "id": 22354,
+ "id": 22898,
"properties": {
"east": "tall",
"north": "tall",
@@ -191061,7 +191145,7 @@
}
},
{
- "id": 22355,
+ "id": 22899,
"properties": {
"east": "tall",
"north": "tall",
@@ -191072,7 +191156,7 @@
}
},
{
- "id": 22356,
+ "id": 22900,
"properties": {
"east": "tall",
"north": "tall",
@@ -191083,7 +191167,7 @@
}
},
{
- "id": 22357,
+ "id": 22901,
"properties": {
"east": "tall",
"north": "tall",
@@ -191094,7 +191178,7 @@
}
},
{
- "id": 22358,
+ "id": 22902,
"properties": {
"east": "tall",
"north": "tall",
@@ -191105,7 +191189,7 @@
}
},
{
- "id": 22359,
+ "id": 22903,
"properties": {
"east": "tall",
"north": "tall",
@@ -191116,7 +191200,7 @@
}
},
{
- "id": 22360,
+ "id": 22904,
"properties": {
"east": "tall",
"north": "tall",
@@ -191127,7 +191211,7 @@
}
},
{
- "id": 22361,
+ "id": 22905,
"properties": {
"east": "tall",
"north": "tall",
@@ -191138,7 +191222,7 @@
}
},
{
- "id": 22362,
+ "id": 22906,
"properties": {
"east": "tall",
"north": "tall",
@@ -191149,7 +191233,7 @@
}
},
{
- "id": 22363,
+ "id": 22907,
"properties": {
"east": "tall",
"north": "tall",
@@ -191160,7 +191244,7 @@
}
},
{
- "id": 22364,
+ "id": 22908,
"properties": {
"east": "tall",
"north": "tall",
@@ -191171,7 +191255,7 @@
}
},
{
- "id": 22365,
+ "id": 22909,
"properties": {
"east": "tall",
"north": "tall",
@@ -191182,7 +191266,7 @@
}
},
{
- "id": 22366,
+ "id": 22910,
"properties": {
"east": "tall",
"north": "tall",
@@ -191193,7 +191277,7 @@
}
},
{
- "id": 22367,
+ "id": 22911,
"properties": {
"east": "tall",
"north": "tall",
@@ -191204,7 +191288,7 @@
}
},
{
- "id": 22368,
+ "id": 22912,
"properties": {
"east": "tall",
"north": "tall",
@@ -191215,7 +191299,7 @@
}
},
{
- "id": 22369,
+ "id": 22913,
"properties": {
"east": "tall",
"north": "tall",
@@ -191226,7 +191310,7 @@
}
},
{
- "id": 22370,
+ "id": 22914,
"properties": {
"east": "tall",
"north": "tall",
@@ -191237,7 +191321,7 @@
}
},
{
- "id": 22371,
+ "id": 22915,
"properties": {
"east": "tall",
"north": "tall",
@@ -191287,49 +191371,49 @@
"states": [
{
"default": true,
- "id": 8834,
+ "id": 9378,
"properties": {
"age": "0"
}
},
{
- "id": 8835,
+ "id": 9379,
"properties": {
"age": "1"
}
},
{
- "id": 8836,
+ "id": 9380,
"properties": {
"age": "2"
}
},
{
- "id": 8837,
+ "id": 9381,
"properties": {
"age": "3"
}
},
{
- "id": 8838,
+ "id": 9382,
"properties": {
"age": "4"
}
},
{
- "id": 8839,
+ "id": 9383,
"properties": {
"age": "5"
}
},
{
- "id": 8840,
+ "id": 9384,
"properties": {
"age": "6"
}
},
{
- "id": 8841,
+ "id": 9385,
"properties": {
"age": "7"
}
@@ -191345,7 +191429,7 @@
"states": [
{
"default": true,
- "id": 8803
+ "id": 9347
}
]
},
@@ -191358,7 +191442,7 @@
"states": [
{
"default": true,
- "id": 8812
+ "id": 9356
}
]
},
@@ -191371,7 +191455,7 @@
"states": [
{
"default": true,
- "id": 27030
+ "id": 27574
}
]
},
@@ -191384,7 +191468,7 @@
"states": [
{
"default": true,
- "id": 8813
+ "id": 9357
}
]
},
@@ -191397,7 +191481,7 @@
"states": [
{
"default": true,
- "id": 13426
+ "id": 13970
}
]
},
@@ -191410,7 +191494,7 @@
"states": [
{
"default": true,
- "id": 8801
+ "id": 9345
}
]
},
@@ -191423,7 +191507,7 @@
"states": [
{
"default": true,
- "id": 8811
+ "id": 9355
}
]
},
@@ -191436,7 +191520,7 @@
"states": [
{
"default": true,
- "id": 8823
+ "id": 9367
}
]
},
@@ -191449,7 +191533,7 @@
"states": [
{
"default": true,
- "id": 8825
+ "id": 9369
}
]
},
@@ -191462,7 +191546,20 @@
"states": [
{
"default": true,
- "id": 8804
+ "id": 9348
+ }
+ ]
+ },
+ "minecraft:potted_closed_eyeblossom": {
+ "definition": {
+ "type": "minecraft:flower_pot",
+ "potted": "minecraft:closed_eyeblossom",
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 27865
}
]
},
@@ -191475,7 +191572,7 @@
"states": [
{
"default": true,
- "id": 8819
+ "id": 9363
}
]
},
@@ -191488,7 +191585,7 @@
"states": [
{
"default": true,
- "id": 19924
+ "id": 20468
}
]
},
@@ -191501,7 +191598,7 @@
"states": [
{
"default": true,
- "id": 19926
+ "id": 20470
}
]
},
@@ -191514,7 +191611,7 @@
"states": [
{
"default": true,
- "id": 8809
+ "id": 9353
}
]
},
@@ -191527,7 +191624,7 @@
"states": [
{
"default": true,
- "id": 8805
+ "id": 9349
}
]
},
@@ -191540,7 +191637,7 @@
"states": [
{
"default": true,
- "id": 8824
+ "id": 9368
}
]
},
@@ -191553,7 +191650,7 @@
"states": [
{
"default": true,
- "id": 8808
+ "id": 9352
}
]
},
@@ -191566,7 +191663,7 @@
"states": [
{
"default": true,
- "id": 27031
+ "id": 27575
}
]
},
@@ -191579,7 +191676,7 @@
"states": [
{
"default": true,
- "id": 8802
+ "id": 9346
}
]
},
@@ -191592,7 +191689,7 @@
"states": [
{
"default": true,
- "id": 8820
+ "id": 9364
}
]
},
@@ -191605,7 +191702,7 @@
"states": [
{
"default": true,
- "id": 8807
+ "id": 9351
}
]
},
@@ -191618,7 +191715,20 @@
"states": [
{
"default": true,
- "id": 8799
+ "id": 9343
+ }
+ ]
+ },
+ "minecraft:potted_open_eyeblossom": {
+ "definition": {
+ "type": "minecraft:flower_pot",
+ "potted": "minecraft:open_eyeblossom",
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 27864
}
]
},
@@ -191631,7 +191741,7 @@
"states": [
{
"default": true,
- "id": 8815
+ "id": 9359
}
]
},
@@ -191644,7 +191754,7 @@
"states": [
{
"default": true,
- "id": 8818
+ "id": 9362
}
]
},
@@ -191657,7 +191767,7 @@
"states": [
{
"default": true,
- "id": 8806
+ "id": 9350
}
]
},
@@ -191670,7 +191780,7 @@
"states": [
{
"default": true,
- "id": 8817
+ "id": 9361
}
]
},
@@ -191683,7 +191793,7 @@
"states": [
{
"default": true,
- "id": 8810
+ "id": 9354
}
]
},
@@ -191696,7 +191806,7 @@
"states": [
{
"default": true,
- "id": 8822
+ "id": 9366
}
]
},
@@ -191709,7 +191819,7 @@
"states": [
{
"default": true,
- "id": 8814
+ "id": 9358
}
]
},
@@ -191722,7 +191832,7 @@
"states": [
{
"default": true,
- "id": 8800
+ "id": 9344
}
]
},
@@ -191735,7 +191845,7 @@
"states": [
{
"default": true,
- "id": 8798
+ "id": 9342
}
]
},
@@ -191748,7 +191858,7 @@
"states": [
{
"default": true,
- "id": 19925
+ "id": 20469
}
]
},
@@ -191761,7 +191871,7 @@
"states": [
{
"default": true,
- "id": 19927
+ "id": 20471
}
]
},
@@ -191774,7 +191884,7 @@
"states": [
{
"default": true,
- "id": 8816
+ "id": 9360
}
]
},
@@ -191787,7 +191897,7 @@
"states": [
{
"default": true,
- "id": 8821
+ "id": 9365
}
]
},
@@ -191799,7 +191909,7 @@
"states": [
{
"default": true,
- "id": 22787
+ "id": 23331
}
]
},
@@ -191820,19 +191930,19 @@
"states": [
{
"default": true,
- "id": 7633,
+ "id": 8177,
"properties": {
"level": "1"
}
},
{
- "id": 7634,
+ "id": 8178,
"properties": {
"level": "2"
}
},
{
- "id": 7635,
+ "id": 8179,
"properties": {
"level": "3"
}
@@ -192066,7 +192176,7 @@
"states": [
{
"default": true,
- "id": 10798
+ "id": 11342
}
]
},
@@ -192088,21 +192198,21 @@
},
"states": [
{
- "id": 11047,
+ "id": 11591,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11048,
+ "id": 11592,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11049,
+ "id": 11593,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -192110,21 +192220,21 @@
},
{
"default": true,
- "id": 11050,
+ "id": 11594,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11051,
+ "id": 11595,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11052,
+ "id": 11596,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -192165,7 +192275,7 @@
},
"states": [
{
- "id": 10881,
+ "id": 11425,
"properties": {
"facing": "north",
"half": "top",
@@ -192174,7 +192284,7 @@
}
},
{
- "id": 10882,
+ "id": 11426,
"properties": {
"facing": "north",
"half": "top",
@@ -192183,7 +192293,7 @@
}
},
{
- "id": 10883,
+ "id": 11427,
"properties": {
"facing": "north",
"half": "top",
@@ -192192,7 +192302,7 @@
}
},
{
- "id": 10884,
+ "id": 11428,
"properties": {
"facing": "north",
"half": "top",
@@ -192201,7 +192311,7 @@
}
},
{
- "id": 10885,
+ "id": 11429,
"properties": {
"facing": "north",
"half": "top",
@@ -192210,7 +192320,7 @@
}
},
{
- "id": 10886,
+ "id": 11430,
"properties": {
"facing": "north",
"half": "top",
@@ -192219,7 +192329,7 @@
}
},
{
- "id": 10887,
+ "id": 11431,
"properties": {
"facing": "north",
"half": "top",
@@ -192228,7 +192338,7 @@
}
},
{
- "id": 10888,
+ "id": 11432,
"properties": {
"facing": "north",
"half": "top",
@@ -192237,7 +192347,7 @@
}
},
{
- "id": 10889,
+ "id": 11433,
"properties": {
"facing": "north",
"half": "top",
@@ -192246,7 +192356,7 @@
}
},
{
- "id": 10890,
+ "id": 11434,
"properties": {
"facing": "north",
"half": "top",
@@ -192255,7 +192365,7 @@
}
},
{
- "id": 10891,
+ "id": 11435,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192265,7 +192375,7 @@
},
{
"default": true,
- "id": 10892,
+ "id": 11436,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192274,7 +192384,7 @@
}
},
{
- "id": 10893,
+ "id": 11437,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192283,7 +192393,7 @@
}
},
{
- "id": 10894,
+ "id": 11438,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192292,7 +192402,7 @@
}
},
{
- "id": 10895,
+ "id": 11439,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192301,7 +192411,7 @@
}
},
{
- "id": 10896,
+ "id": 11440,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192310,7 +192420,7 @@
}
},
{
- "id": 10897,
+ "id": 11441,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192319,7 +192429,7 @@
}
},
{
- "id": 10898,
+ "id": 11442,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192328,7 +192438,7 @@
}
},
{
- "id": 10899,
+ "id": 11443,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192337,7 +192447,7 @@
}
},
{
- "id": 10900,
+ "id": 11444,
"properties": {
"facing": "north",
"half": "bottom",
@@ -192346,7 +192456,7 @@
}
},
{
- "id": 10901,
+ "id": 11445,
"properties": {
"facing": "south",
"half": "top",
@@ -192355,7 +192465,7 @@
}
},
{
- "id": 10902,
+ "id": 11446,
"properties": {
"facing": "south",
"half": "top",
@@ -192364,7 +192474,7 @@
}
},
{
- "id": 10903,
+ "id": 11447,
"properties": {
"facing": "south",
"half": "top",
@@ -192373,7 +192483,7 @@
}
},
{
- "id": 10904,
+ "id": 11448,
"properties": {
"facing": "south",
"half": "top",
@@ -192382,7 +192492,7 @@
}
},
{
- "id": 10905,
+ "id": 11449,
"properties": {
"facing": "south",
"half": "top",
@@ -192391,7 +192501,7 @@
}
},
{
- "id": 10906,
+ "id": 11450,
"properties": {
"facing": "south",
"half": "top",
@@ -192400,7 +192510,7 @@
}
},
{
- "id": 10907,
+ "id": 11451,
"properties": {
"facing": "south",
"half": "top",
@@ -192409,7 +192519,7 @@
}
},
{
- "id": 10908,
+ "id": 11452,
"properties": {
"facing": "south",
"half": "top",
@@ -192418,7 +192528,7 @@
}
},
{
- "id": 10909,
+ "id": 11453,
"properties": {
"facing": "south",
"half": "top",
@@ -192427,7 +192537,7 @@
}
},
{
- "id": 10910,
+ "id": 11454,
"properties": {
"facing": "south",
"half": "top",
@@ -192436,7 +192546,7 @@
}
},
{
- "id": 10911,
+ "id": 11455,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192445,7 +192555,7 @@
}
},
{
- "id": 10912,
+ "id": 11456,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192454,7 +192564,7 @@
}
},
{
- "id": 10913,
+ "id": 11457,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192463,7 +192573,7 @@
}
},
{
- "id": 10914,
+ "id": 11458,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192472,7 +192582,7 @@
}
},
{
- "id": 10915,
+ "id": 11459,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192481,7 +192591,7 @@
}
},
{
- "id": 10916,
+ "id": 11460,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192490,7 +192600,7 @@
}
},
{
- "id": 10917,
+ "id": 11461,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192499,7 +192609,7 @@
}
},
{
- "id": 10918,
+ "id": 11462,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192508,7 +192618,7 @@
}
},
{
- "id": 10919,
+ "id": 11463,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192517,7 +192627,7 @@
}
},
{
- "id": 10920,
+ "id": 11464,
"properties": {
"facing": "south",
"half": "bottom",
@@ -192526,7 +192636,7 @@
}
},
{
- "id": 10921,
+ "id": 11465,
"properties": {
"facing": "west",
"half": "top",
@@ -192535,7 +192645,7 @@
}
},
{
- "id": 10922,
+ "id": 11466,
"properties": {
"facing": "west",
"half": "top",
@@ -192544,7 +192654,7 @@
}
},
{
- "id": 10923,
+ "id": 11467,
"properties": {
"facing": "west",
"half": "top",
@@ -192553,7 +192663,7 @@
}
},
{
- "id": 10924,
+ "id": 11468,
"properties": {
"facing": "west",
"half": "top",
@@ -192562,7 +192672,7 @@
}
},
{
- "id": 10925,
+ "id": 11469,
"properties": {
"facing": "west",
"half": "top",
@@ -192571,7 +192681,7 @@
}
},
{
- "id": 10926,
+ "id": 11470,
"properties": {
"facing": "west",
"half": "top",
@@ -192580,7 +192690,7 @@
}
},
{
- "id": 10927,
+ "id": 11471,
"properties": {
"facing": "west",
"half": "top",
@@ -192589,7 +192699,7 @@
}
},
{
- "id": 10928,
+ "id": 11472,
"properties": {
"facing": "west",
"half": "top",
@@ -192598,7 +192708,7 @@
}
},
{
- "id": 10929,
+ "id": 11473,
"properties": {
"facing": "west",
"half": "top",
@@ -192607,7 +192717,7 @@
}
},
{
- "id": 10930,
+ "id": 11474,
"properties": {
"facing": "west",
"half": "top",
@@ -192616,7 +192726,7 @@
}
},
{
- "id": 10931,
+ "id": 11475,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192625,7 +192735,7 @@
}
},
{
- "id": 10932,
+ "id": 11476,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192634,7 +192744,7 @@
}
},
{
- "id": 10933,
+ "id": 11477,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192643,7 +192753,7 @@
}
},
{
- "id": 10934,
+ "id": 11478,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192652,7 +192762,7 @@
}
},
{
- "id": 10935,
+ "id": 11479,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192661,7 +192771,7 @@
}
},
{
- "id": 10936,
+ "id": 11480,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192670,7 +192780,7 @@
}
},
{
- "id": 10937,
+ "id": 11481,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192679,7 +192789,7 @@
}
},
{
- "id": 10938,
+ "id": 11482,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192688,7 +192798,7 @@
}
},
{
- "id": 10939,
+ "id": 11483,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192697,7 +192807,7 @@
}
},
{
- "id": 10940,
+ "id": 11484,
"properties": {
"facing": "west",
"half": "bottom",
@@ -192706,7 +192816,7 @@
}
},
{
- "id": 10941,
+ "id": 11485,
"properties": {
"facing": "east",
"half": "top",
@@ -192715,7 +192825,7 @@
}
},
{
- "id": 10942,
+ "id": 11486,
"properties": {
"facing": "east",
"half": "top",
@@ -192724,7 +192834,7 @@
}
},
{
- "id": 10943,
+ "id": 11487,
"properties": {
"facing": "east",
"half": "top",
@@ -192733,7 +192843,7 @@
}
},
{
- "id": 10944,
+ "id": 11488,
"properties": {
"facing": "east",
"half": "top",
@@ -192742,7 +192852,7 @@
}
},
{
- "id": 10945,
+ "id": 11489,
"properties": {
"facing": "east",
"half": "top",
@@ -192751,7 +192861,7 @@
}
},
{
- "id": 10946,
+ "id": 11490,
"properties": {
"facing": "east",
"half": "top",
@@ -192760,7 +192870,7 @@
}
},
{
- "id": 10947,
+ "id": 11491,
"properties": {
"facing": "east",
"half": "top",
@@ -192769,7 +192879,7 @@
}
},
{
- "id": 10948,
+ "id": 11492,
"properties": {
"facing": "east",
"half": "top",
@@ -192778,7 +192888,7 @@
}
},
{
- "id": 10949,
+ "id": 11493,
"properties": {
"facing": "east",
"half": "top",
@@ -192787,7 +192897,7 @@
}
},
{
- "id": 10950,
+ "id": 11494,
"properties": {
"facing": "east",
"half": "top",
@@ -192796,7 +192906,7 @@
}
},
{
- "id": 10951,
+ "id": 11495,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192805,7 +192915,7 @@
}
},
{
- "id": 10952,
+ "id": 11496,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192814,7 +192924,7 @@
}
},
{
- "id": 10953,
+ "id": 11497,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192823,7 +192933,7 @@
}
},
{
- "id": 10954,
+ "id": 11498,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192832,7 +192942,7 @@
}
},
{
- "id": 10955,
+ "id": 11499,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192841,7 +192951,7 @@
}
},
{
- "id": 10956,
+ "id": 11500,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192850,7 +192960,7 @@
}
},
{
- "id": 10957,
+ "id": 11501,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192859,7 +192969,7 @@
}
},
{
- "id": 10958,
+ "id": 11502,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192868,7 +192978,7 @@
}
},
{
- "id": 10959,
+ "id": 11503,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192877,7 +192987,7 @@
}
},
{
- "id": 10960,
+ "id": 11504,
"properties": {
"facing": "east",
"half": "bottom",
@@ -192895,7 +193005,7 @@
"states": [
{
"default": true,
- "id": 10799
+ "id": 11343
}
]
},
@@ -192917,21 +193027,21 @@
},
"states": [
{
- "id": 11041,
+ "id": 11585,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11042,
+ "id": 11586,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11043,
+ "id": 11587,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -192939,21 +193049,21 @@
},
{
"default": true,
- "id": 11044,
+ "id": 11588,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11045,
+ "id": 11589,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11046,
+ "id": 11590,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -192994,7 +193104,7 @@
},
"states": [
{
- "id": 10801,
+ "id": 11345,
"properties": {
"facing": "north",
"half": "top",
@@ -193003,7 +193113,7 @@
}
},
{
- "id": 10802,
+ "id": 11346,
"properties": {
"facing": "north",
"half": "top",
@@ -193012,7 +193122,7 @@
}
},
{
- "id": 10803,
+ "id": 11347,
"properties": {
"facing": "north",
"half": "top",
@@ -193021,7 +193131,7 @@
}
},
{
- "id": 10804,
+ "id": 11348,
"properties": {
"facing": "north",
"half": "top",
@@ -193030,7 +193140,7 @@
}
},
{
- "id": 10805,
+ "id": 11349,
"properties": {
"facing": "north",
"half": "top",
@@ -193039,7 +193149,7 @@
}
},
{
- "id": 10806,
+ "id": 11350,
"properties": {
"facing": "north",
"half": "top",
@@ -193048,7 +193158,7 @@
}
},
{
- "id": 10807,
+ "id": 11351,
"properties": {
"facing": "north",
"half": "top",
@@ -193057,7 +193167,7 @@
}
},
{
- "id": 10808,
+ "id": 11352,
"properties": {
"facing": "north",
"half": "top",
@@ -193066,7 +193176,7 @@
}
},
{
- "id": 10809,
+ "id": 11353,
"properties": {
"facing": "north",
"half": "top",
@@ -193075,7 +193185,7 @@
}
},
{
- "id": 10810,
+ "id": 11354,
"properties": {
"facing": "north",
"half": "top",
@@ -193084,7 +193194,7 @@
}
},
{
- "id": 10811,
+ "id": 11355,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193094,7 +193204,7 @@
},
{
"default": true,
- "id": 10812,
+ "id": 11356,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193103,7 +193213,7 @@
}
},
{
- "id": 10813,
+ "id": 11357,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193112,7 +193222,7 @@
}
},
{
- "id": 10814,
+ "id": 11358,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193121,7 +193231,7 @@
}
},
{
- "id": 10815,
+ "id": 11359,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193130,7 +193240,7 @@
}
},
{
- "id": 10816,
+ "id": 11360,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193139,7 +193249,7 @@
}
},
{
- "id": 10817,
+ "id": 11361,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193148,7 +193258,7 @@
}
},
{
- "id": 10818,
+ "id": 11362,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193157,7 +193267,7 @@
}
},
{
- "id": 10819,
+ "id": 11363,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193166,7 +193276,7 @@
}
},
{
- "id": 10820,
+ "id": 11364,
"properties": {
"facing": "north",
"half": "bottom",
@@ -193175,7 +193285,7 @@
}
},
{
- "id": 10821,
+ "id": 11365,
"properties": {
"facing": "south",
"half": "top",
@@ -193184,7 +193294,7 @@
}
},
{
- "id": 10822,
+ "id": 11366,
"properties": {
"facing": "south",
"half": "top",
@@ -193193,7 +193303,7 @@
}
},
{
- "id": 10823,
+ "id": 11367,
"properties": {
"facing": "south",
"half": "top",
@@ -193202,7 +193312,7 @@
}
},
{
- "id": 10824,
+ "id": 11368,
"properties": {
"facing": "south",
"half": "top",
@@ -193211,7 +193321,7 @@
}
},
{
- "id": 10825,
+ "id": 11369,
"properties": {
"facing": "south",
"half": "top",
@@ -193220,7 +193330,7 @@
}
},
{
- "id": 10826,
+ "id": 11370,
"properties": {
"facing": "south",
"half": "top",
@@ -193229,7 +193339,7 @@
}
},
{
- "id": 10827,
+ "id": 11371,
"properties": {
"facing": "south",
"half": "top",
@@ -193238,7 +193348,7 @@
}
},
{
- "id": 10828,
+ "id": 11372,
"properties": {
"facing": "south",
"half": "top",
@@ -193247,7 +193357,7 @@
}
},
{
- "id": 10829,
+ "id": 11373,
"properties": {
"facing": "south",
"half": "top",
@@ -193256,7 +193366,7 @@
}
},
{
- "id": 10830,
+ "id": 11374,
"properties": {
"facing": "south",
"half": "top",
@@ -193265,7 +193375,7 @@
}
},
{
- "id": 10831,
+ "id": 11375,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193274,7 +193384,7 @@
}
},
{
- "id": 10832,
+ "id": 11376,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193283,7 +193393,7 @@
}
},
{
- "id": 10833,
+ "id": 11377,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193292,7 +193402,7 @@
}
},
{
- "id": 10834,
+ "id": 11378,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193301,7 +193411,7 @@
}
},
{
- "id": 10835,
+ "id": 11379,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193310,7 +193420,7 @@
}
},
{
- "id": 10836,
+ "id": 11380,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193319,7 +193429,7 @@
}
},
{
- "id": 10837,
+ "id": 11381,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193328,7 +193438,7 @@
}
},
{
- "id": 10838,
+ "id": 11382,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193337,7 +193447,7 @@
}
},
{
- "id": 10839,
+ "id": 11383,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193346,7 +193456,7 @@
}
},
{
- "id": 10840,
+ "id": 11384,
"properties": {
"facing": "south",
"half": "bottom",
@@ -193355,7 +193465,7 @@
}
},
{
- "id": 10841,
+ "id": 11385,
"properties": {
"facing": "west",
"half": "top",
@@ -193364,7 +193474,7 @@
}
},
{
- "id": 10842,
+ "id": 11386,
"properties": {
"facing": "west",
"half": "top",
@@ -193373,7 +193483,7 @@
}
},
{
- "id": 10843,
+ "id": 11387,
"properties": {
"facing": "west",
"half": "top",
@@ -193382,7 +193492,7 @@
}
},
{
- "id": 10844,
+ "id": 11388,
"properties": {
"facing": "west",
"half": "top",
@@ -193391,7 +193501,7 @@
}
},
{
- "id": 10845,
+ "id": 11389,
"properties": {
"facing": "west",
"half": "top",
@@ -193400,7 +193510,7 @@
}
},
{
- "id": 10846,
+ "id": 11390,
"properties": {
"facing": "west",
"half": "top",
@@ -193409,7 +193519,7 @@
}
},
{
- "id": 10847,
+ "id": 11391,
"properties": {
"facing": "west",
"half": "top",
@@ -193418,7 +193528,7 @@
}
},
{
- "id": 10848,
+ "id": 11392,
"properties": {
"facing": "west",
"half": "top",
@@ -193427,7 +193537,7 @@
}
},
{
- "id": 10849,
+ "id": 11393,
"properties": {
"facing": "west",
"half": "top",
@@ -193436,7 +193546,7 @@
}
},
{
- "id": 10850,
+ "id": 11394,
"properties": {
"facing": "west",
"half": "top",
@@ -193445,7 +193555,7 @@
}
},
{
- "id": 10851,
+ "id": 11395,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193454,7 +193564,7 @@
}
},
{
- "id": 10852,
+ "id": 11396,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193463,7 +193573,7 @@
}
},
{
- "id": 10853,
+ "id": 11397,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193472,7 +193582,7 @@
}
},
{
- "id": 10854,
+ "id": 11398,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193481,7 +193591,7 @@
}
},
{
- "id": 10855,
+ "id": 11399,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193490,7 +193600,7 @@
}
},
{
- "id": 10856,
+ "id": 11400,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193499,7 +193609,7 @@
}
},
{
- "id": 10857,
+ "id": 11401,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193508,7 +193618,7 @@
}
},
{
- "id": 10858,
+ "id": 11402,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193517,7 +193627,7 @@
}
},
{
- "id": 10859,
+ "id": 11403,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193526,7 +193636,7 @@
}
},
{
- "id": 10860,
+ "id": 11404,
"properties": {
"facing": "west",
"half": "bottom",
@@ -193535,7 +193645,7 @@
}
},
{
- "id": 10861,
+ "id": 11405,
"properties": {
"facing": "east",
"half": "top",
@@ -193544,7 +193654,7 @@
}
},
{
- "id": 10862,
+ "id": 11406,
"properties": {
"facing": "east",
"half": "top",
@@ -193553,7 +193663,7 @@
}
},
{
- "id": 10863,
+ "id": 11407,
"properties": {
"facing": "east",
"half": "top",
@@ -193562,7 +193672,7 @@
}
},
{
- "id": 10864,
+ "id": 11408,
"properties": {
"facing": "east",
"half": "top",
@@ -193571,7 +193681,7 @@
}
},
{
- "id": 10865,
+ "id": 11409,
"properties": {
"facing": "east",
"half": "top",
@@ -193580,7 +193690,7 @@
}
},
{
- "id": 10866,
+ "id": 11410,
"properties": {
"facing": "east",
"half": "top",
@@ -193589,7 +193699,7 @@
}
},
{
- "id": 10867,
+ "id": 11411,
"properties": {
"facing": "east",
"half": "top",
@@ -193598,7 +193708,7 @@
}
},
{
- "id": 10868,
+ "id": 11412,
"properties": {
"facing": "east",
"half": "top",
@@ -193607,7 +193717,7 @@
}
},
{
- "id": 10869,
+ "id": 11413,
"properties": {
"facing": "east",
"half": "top",
@@ -193616,7 +193726,7 @@
}
},
{
- "id": 10870,
+ "id": 11414,
"properties": {
"facing": "east",
"half": "top",
@@ -193625,7 +193735,7 @@
}
},
{
- "id": 10871,
+ "id": 11415,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193634,7 +193744,7 @@
}
},
{
- "id": 10872,
+ "id": 11416,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193643,7 +193753,7 @@
}
},
{
- "id": 10873,
+ "id": 11417,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193652,7 +193762,7 @@
}
},
{
- "id": 10874,
+ "id": 11418,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193661,7 +193771,7 @@
}
},
{
- "id": 10875,
+ "id": 11419,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193670,7 +193780,7 @@
}
},
{
- "id": 10876,
+ "id": 11420,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193679,7 +193789,7 @@
}
},
{
- "id": 10877,
+ "id": 11421,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193688,7 +193798,7 @@
}
},
{
- "id": 10878,
+ "id": 11422,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193697,7 +193807,7 @@
}
},
{
- "id": 10879,
+ "id": 11423,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193706,7 +193816,7 @@
}
},
{
- "id": 10880,
+ "id": 11424,
"properties": {
"facing": "east",
"half": "bottom",
@@ -193753,7 +193863,7 @@
},
"states": [
{
- "id": 14953,
+ "id": 15497,
"properties": {
"east": "none",
"north": "none",
@@ -193764,7 +193874,7 @@
}
},
{
- "id": 14954,
+ "id": 15498,
"properties": {
"east": "none",
"north": "none",
@@ -193775,7 +193885,7 @@
}
},
{
- "id": 14955,
+ "id": 15499,
"properties": {
"east": "none",
"north": "none",
@@ -193787,7 +193897,7 @@
},
{
"default": true,
- "id": 14956,
+ "id": 15500,
"properties": {
"east": "none",
"north": "none",
@@ -193798,7 +193908,7 @@
}
},
{
- "id": 14957,
+ "id": 15501,
"properties": {
"east": "none",
"north": "none",
@@ -193809,7 +193919,7 @@
}
},
{
- "id": 14958,
+ "id": 15502,
"properties": {
"east": "none",
"north": "none",
@@ -193820,7 +193930,7 @@
}
},
{
- "id": 14959,
+ "id": 15503,
"properties": {
"east": "none",
"north": "none",
@@ -193831,7 +193941,7 @@
}
},
{
- "id": 14960,
+ "id": 15504,
"properties": {
"east": "none",
"north": "none",
@@ -193842,7 +193952,7 @@
}
},
{
- "id": 14961,
+ "id": 15505,
"properties": {
"east": "none",
"north": "none",
@@ -193853,7 +193963,7 @@
}
},
{
- "id": 14962,
+ "id": 15506,
"properties": {
"east": "none",
"north": "none",
@@ -193864,7 +193974,7 @@
}
},
{
- "id": 14963,
+ "id": 15507,
"properties": {
"east": "none",
"north": "none",
@@ -193875,7 +193985,7 @@
}
},
{
- "id": 14964,
+ "id": 15508,
"properties": {
"east": "none",
"north": "none",
@@ -193886,7 +193996,7 @@
}
},
{
- "id": 14965,
+ "id": 15509,
"properties": {
"east": "none",
"north": "none",
@@ -193897,7 +194007,7 @@
}
},
{
- "id": 14966,
+ "id": 15510,
"properties": {
"east": "none",
"north": "none",
@@ -193908,7 +194018,7 @@
}
},
{
- "id": 14967,
+ "id": 15511,
"properties": {
"east": "none",
"north": "none",
@@ -193919,7 +194029,7 @@
}
},
{
- "id": 14968,
+ "id": 15512,
"properties": {
"east": "none",
"north": "none",
@@ -193930,7 +194040,7 @@
}
},
{
- "id": 14969,
+ "id": 15513,
"properties": {
"east": "none",
"north": "none",
@@ -193941,7 +194051,7 @@
}
},
{
- "id": 14970,
+ "id": 15514,
"properties": {
"east": "none",
"north": "none",
@@ -193952,7 +194062,7 @@
}
},
{
- "id": 14971,
+ "id": 15515,
"properties": {
"east": "none",
"north": "none",
@@ -193963,7 +194073,7 @@
}
},
{
- "id": 14972,
+ "id": 15516,
"properties": {
"east": "none",
"north": "none",
@@ -193974,7 +194084,7 @@
}
},
{
- "id": 14973,
+ "id": 15517,
"properties": {
"east": "none",
"north": "none",
@@ -193985,7 +194095,7 @@
}
},
{
- "id": 14974,
+ "id": 15518,
"properties": {
"east": "none",
"north": "none",
@@ -193996,7 +194106,7 @@
}
},
{
- "id": 14975,
+ "id": 15519,
"properties": {
"east": "none",
"north": "none",
@@ -194007,7 +194117,7 @@
}
},
{
- "id": 14976,
+ "id": 15520,
"properties": {
"east": "none",
"north": "none",
@@ -194018,7 +194128,7 @@
}
},
{
- "id": 14977,
+ "id": 15521,
"properties": {
"east": "none",
"north": "none",
@@ -194029,7 +194139,7 @@
}
},
{
- "id": 14978,
+ "id": 15522,
"properties": {
"east": "none",
"north": "none",
@@ -194040,7 +194150,7 @@
}
},
{
- "id": 14979,
+ "id": 15523,
"properties": {
"east": "none",
"north": "none",
@@ -194051,7 +194161,7 @@
}
},
{
- "id": 14980,
+ "id": 15524,
"properties": {
"east": "none",
"north": "none",
@@ -194062,7 +194172,7 @@
}
},
{
- "id": 14981,
+ "id": 15525,
"properties": {
"east": "none",
"north": "none",
@@ -194073,7 +194183,7 @@
}
},
{
- "id": 14982,
+ "id": 15526,
"properties": {
"east": "none",
"north": "none",
@@ -194084,7 +194194,7 @@
}
},
{
- "id": 14983,
+ "id": 15527,
"properties": {
"east": "none",
"north": "none",
@@ -194095,7 +194205,7 @@
}
},
{
- "id": 14984,
+ "id": 15528,
"properties": {
"east": "none",
"north": "none",
@@ -194106,7 +194216,7 @@
}
},
{
- "id": 14985,
+ "id": 15529,
"properties": {
"east": "none",
"north": "none",
@@ -194117,7 +194227,7 @@
}
},
{
- "id": 14986,
+ "id": 15530,
"properties": {
"east": "none",
"north": "none",
@@ -194128,7 +194238,7 @@
}
},
{
- "id": 14987,
+ "id": 15531,
"properties": {
"east": "none",
"north": "none",
@@ -194139,7 +194249,7 @@
}
},
{
- "id": 14988,
+ "id": 15532,
"properties": {
"east": "none",
"north": "none",
@@ -194150,7 +194260,7 @@
}
},
{
- "id": 14989,
+ "id": 15533,
"properties": {
"east": "none",
"north": "low",
@@ -194161,7 +194271,7 @@
}
},
{
- "id": 14990,
+ "id": 15534,
"properties": {
"east": "none",
"north": "low",
@@ -194172,7 +194282,7 @@
}
},
{
- "id": 14991,
+ "id": 15535,
"properties": {
"east": "none",
"north": "low",
@@ -194183,7 +194293,7 @@
}
},
{
- "id": 14992,
+ "id": 15536,
"properties": {
"east": "none",
"north": "low",
@@ -194194,7 +194304,7 @@
}
},
{
- "id": 14993,
+ "id": 15537,
"properties": {
"east": "none",
"north": "low",
@@ -194205,7 +194315,7 @@
}
},
{
- "id": 14994,
+ "id": 15538,
"properties": {
"east": "none",
"north": "low",
@@ -194216,7 +194326,7 @@
}
},
{
- "id": 14995,
+ "id": 15539,
"properties": {
"east": "none",
"north": "low",
@@ -194227,7 +194337,7 @@
}
},
{
- "id": 14996,
+ "id": 15540,
"properties": {
"east": "none",
"north": "low",
@@ -194238,7 +194348,7 @@
}
},
{
- "id": 14997,
+ "id": 15541,
"properties": {
"east": "none",
"north": "low",
@@ -194249,7 +194359,7 @@
}
},
{
- "id": 14998,
+ "id": 15542,
"properties": {
"east": "none",
"north": "low",
@@ -194260,7 +194370,7 @@
}
},
{
- "id": 14999,
+ "id": 15543,
"properties": {
"east": "none",
"north": "low",
@@ -194271,7 +194381,7 @@
}
},
{
- "id": 15000,
+ "id": 15544,
"properties": {
"east": "none",
"north": "low",
@@ -194282,7 +194392,7 @@
}
},
{
- "id": 15001,
+ "id": 15545,
"properties": {
"east": "none",
"north": "low",
@@ -194293,7 +194403,7 @@
}
},
{
- "id": 15002,
+ "id": 15546,
"properties": {
"east": "none",
"north": "low",
@@ -194304,7 +194414,7 @@
}
},
{
- "id": 15003,
+ "id": 15547,
"properties": {
"east": "none",
"north": "low",
@@ -194315,7 +194425,7 @@
}
},
{
- "id": 15004,
+ "id": 15548,
"properties": {
"east": "none",
"north": "low",
@@ -194326,7 +194436,7 @@
}
},
{
- "id": 15005,
+ "id": 15549,
"properties": {
"east": "none",
"north": "low",
@@ -194337,7 +194447,7 @@
}
},
{
- "id": 15006,
+ "id": 15550,
"properties": {
"east": "none",
"north": "low",
@@ -194348,7 +194458,7 @@
}
},
{
- "id": 15007,
+ "id": 15551,
"properties": {
"east": "none",
"north": "low",
@@ -194359,7 +194469,7 @@
}
},
{
- "id": 15008,
+ "id": 15552,
"properties": {
"east": "none",
"north": "low",
@@ -194370,7 +194480,7 @@
}
},
{
- "id": 15009,
+ "id": 15553,
"properties": {
"east": "none",
"north": "low",
@@ -194381,7 +194491,7 @@
}
},
{
- "id": 15010,
+ "id": 15554,
"properties": {
"east": "none",
"north": "low",
@@ -194392,7 +194502,7 @@
}
},
{
- "id": 15011,
+ "id": 15555,
"properties": {
"east": "none",
"north": "low",
@@ -194403,7 +194513,7 @@
}
},
{
- "id": 15012,
+ "id": 15556,
"properties": {
"east": "none",
"north": "low",
@@ -194414,7 +194524,7 @@
}
},
{
- "id": 15013,
+ "id": 15557,
"properties": {
"east": "none",
"north": "low",
@@ -194425,7 +194535,7 @@
}
},
{
- "id": 15014,
+ "id": 15558,
"properties": {
"east": "none",
"north": "low",
@@ -194436,7 +194546,7 @@
}
},
{
- "id": 15015,
+ "id": 15559,
"properties": {
"east": "none",
"north": "low",
@@ -194447,7 +194557,7 @@
}
},
{
- "id": 15016,
+ "id": 15560,
"properties": {
"east": "none",
"north": "low",
@@ -194458,7 +194568,7 @@
}
},
{
- "id": 15017,
+ "id": 15561,
"properties": {
"east": "none",
"north": "low",
@@ -194469,7 +194579,7 @@
}
},
{
- "id": 15018,
+ "id": 15562,
"properties": {
"east": "none",
"north": "low",
@@ -194480,7 +194590,7 @@
}
},
{
- "id": 15019,
+ "id": 15563,
"properties": {
"east": "none",
"north": "low",
@@ -194491,7 +194601,7 @@
}
},
{
- "id": 15020,
+ "id": 15564,
"properties": {
"east": "none",
"north": "low",
@@ -194502,7 +194612,7 @@
}
},
{
- "id": 15021,
+ "id": 15565,
"properties": {
"east": "none",
"north": "low",
@@ -194513,7 +194623,7 @@
}
},
{
- "id": 15022,
+ "id": 15566,
"properties": {
"east": "none",
"north": "low",
@@ -194524,7 +194634,7 @@
}
},
{
- "id": 15023,
+ "id": 15567,
"properties": {
"east": "none",
"north": "low",
@@ -194535,7 +194645,7 @@
}
},
{
- "id": 15024,
+ "id": 15568,
"properties": {
"east": "none",
"north": "low",
@@ -194546,7 +194656,7 @@
}
},
{
- "id": 15025,
+ "id": 15569,
"properties": {
"east": "none",
"north": "tall",
@@ -194557,7 +194667,7 @@
}
},
{
- "id": 15026,
+ "id": 15570,
"properties": {
"east": "none",
"north": "tall",
@@ -194568,7 +194678,7 @@
}
},
{
- "id": 15027,
+ "id": 15571,
"properties": {
"east": "none",
"north": "tall",
@@ -194579,7 +194689,7 @@
}
},
{
- "id": 15028,
+ "id": 15572,
"properties": {
"east": "none",
"north": "tall",
@@ -194590,7 +194700,7 @@
}
},
{
- "id": 15029,
+ "id": 15573,
"properties": {
"east": "none",
"north": "tall",
@@ -194601,7 +194711,7 @@
}
},
{
- "id": 15030,
+ "id": 15574,
"properties": {
"east": "none",
"north": "tall",
@@ -194612,7 +194722,7 @@
}
},
{
- "id": 15031,
+ "id": 15575,
"properties": {
"east": "none",
"north": "tall",
@@ -194623,7 +194733,7 @@
}
},
{
- "id": 15032,
+ "id": 15576,
"properties": {
"east": "none",
"north": "tall",
@@ -194634,7 +194744,7 @@
}
},
{
- "id": 15033,
+ "id": 15577,
"properties": {
"east": "none",
"north": "tall",
@@ -194645,7 +194755,7 @@
}
},
{
- "id": 15034,
+ "id": 15578,
"properties": {
"east": "none",
"north": "tall",
@@ -194656,7 +194766,7 @@
}
},
{
- "id": 15035,
+ "id": 15579,
"properties": {
"east": "none",
"north": "tall",
@@ -194667,7 +194777,7 @@
}
},
{
- "id": 15036,
+ "id": 15580,
"properties": {
"east": "none",
"north": "tall",
@@ -194678,7 +194788,7 @@
}
},
{
- "id": 15037,
+ "id": 15581,
"properties": {
"east": "none",
"north": "tall",
@@ -194689,7 +194799,7 @@
}
},
{
- "id": 15038,
+ "id": 15582,
"properties": {
"east": "none",
"north": "tall",
@@ -194700,7 +194810,7 @@
}
},
{
- "id": 15039,
+ "id": 15583,
"properties": {
"east": "none",
"north": "tall",
@@ -194711,7 +194821,7 @@
}
},
{
- "id": 15040,
+ "id": 15584,
"properties": {
"east": "none",
"north": "tall",
@@ -194722,7 +194832,7 @@
}
},
{
- "id": 15041,
+ "id": 15585,
"properties": {
"east": "none",
"north": "tall",
@@ -194733,7 +194843,7 @@
}
},
{
- "id": 15042,
+ "id": 15586,
"properties": {
"east": "none",
"north": "tall",
@@ -194744,7 +194854,7 @@
}
},
{
- "id": 15043,
+ "id": 15587,
"properties": {
"east": "none",
"north": "tall",
@@ -194755,7 +194865,7 @@
}
},
{
- "id": 15044,
+ "id": 15588,
"properties": {
"east": "none",
"north": "tall",
@@ -194766,7 +194876,7 @@
}
},
{
- "id": 15045,
+ "id": 15589,
"properties": {
"east": "none",
"north": "tall",
@@ -194777,7 +194887,7 @@
}
},
{
- "id": 15046,
+ "id": 15590,
"properties": {
"east": "none",
"north": "tall",
@@ -194788,7 +194898,7 @@
}
},
{
- "id": 15047,
+ "id": 15591,
"properties": {
"east": "none",
"north": "tall",
@@ -194799,7 +194909,7 @@
}
},
{
- "id": 15048,
+ "id": 15592,
"properties": {
"east": "none",
"north": "tall",
@@ -194810,7 +194920,7 @@
}
},
{
- "id": 15049,
+ "id": 15593,
"properties": {
"east": "none",
"north": "tall",
@@ -194821,7 +194931,7 @@
}
},
{
- "id": 15050,
+ "id": 15594,
"properties": {
"east": "none",
"north": "tall",
@@ -194832,7 +194942,7 @@
}
},
{
- "id": 15051,
+ "id": 15595,
"properties": {
"east": "none",
"north": "tall",
@@ -194843,7 +194953,7 @@
}
},
{
- "id": 15052,
+ "id": 15596,
"properties": {
"east": "none",
"north": "tall",
@@ -194854,7 +194964,7 @@
}
},
{
- "id": 15053,
+ "id": 15597,
"properties": {
"east": "none",
"north": "tall",
@@ -194865,7 +194975,7 @@
}
},
{
- "id": 15054,
+ "id": 15598,
"properties": {
"east": "none",
"north": "tall",
@@ -194876,7 +194986,7 @@
}
},
{
- "id": 15055,
+ "id": 15599,
"properties": {
"east": "none",
"north": "tall",
@@ -194887,7 +194997,7 @@
}
},
{
- "id": 15056,
+ "id": 15600,
"properties": {
"east": "none",
"north": "tall",
@@ -194898,7 +195008,7 @@
}
},
{
- "id": 15057,
+ "id": 15601,
"properties": {
"east": "none",
"north": "tall",
@@ -194909,7 +195019,7 @@
}
},
{
- "id": 15058,
+ "id": 15602,
"properties": {
"east": "none",
"north": "tall",
@@ -194920,7 +195030,7 @@
}
},
{
- "id": 15059,
+ "id": 15603,
"properties": {
"east": "none",
"north": "tall",
@@ -194931,7 +195041,7 @@
}
},
{
- "id": 15060,
+ "id": 15604,
"properties": {
"east": "none",
"north": "tall",
@@ -194942,7 +195052,7 @@
}
},
{
- "id": 15061,
+ "id": 15605,
"properties": {
"east": "low",
"north": "none",
@@ -194953,7 +195063,7 @@
}
},
{
- "id": 15062,
+ "id": 15606,
"properties": {
"east": "low",
"north": "none",
@@ -194964,7 +195074,7 @@
}
},
{
- "id": 15063,
+ "id": 15607,
"properties": {
"east": "low",
"north": "none",
@@ -194975,7 +195085,7 @@
}
},
{
- "id": 15064,
+ "id": 15608,
"properties": {
"east": "low",
"north": "none",
@@ -194986,7 +195096,7 @@
}
},
{
- "id": 15065,
+ "id": 15609,
"properties": {
"east": "low",
"north": "none",
@@ -194997,7 +195107,7 @@
}
},
{
- "id": 15066,
+ "id": 15610,
"properties": {
"east": "low",
"north": "none",
@@ -195008,7 +195118,7 @@
}
},
{
- "id": 15067,
+ "id": 15611,
"properties": {
"east": "low",
"north": "none",
@@ -195019,7 +195129,7 @@
}
},
{
- "id": 15068,
+ "id": 15612,
"properties": {
"east": "low",
"north": "none",
@@ -195030,7 +195140,7 @@
}
},
{
- "id": 15069,
+ "id": 15613,
"properties": {
"east": "low",
"north": "none",
@@ -195041,7 +195151,7 @@
}
},
{
- "id": 15070,
+ "id": 15614,
"properties": {
"east": "low",
"north": "none",
@@ -195052,7 +195162,7 @@
}
},
{
- "id": 15071,
+ "id": 15615,
"properties": {
"east": "low",
"north": "none",
@@ -195063,7 +195173,7 @@
}
},
{
- "id": 15072,
+ "id": 15616,
"properties": {
"east": "low",
"north": "none",
@@ -195074,7 +195184,7 @@
}
},
{
- "id": 15073,
+ "id": 15617,
"properties": {
"east": "low",
"north": "none",
@@ -195085,7 +195195,7 @@
}
},
{
- "id": 15074,
+ "id": 15618,
"properties": {
"east": "low",
"north": "none",
@@ -195096,7 +195206,7 @@
}
},
{
- "id": 15075,
+ "id": 15619,
"properties": {
"east": "low",
"north": "none",
@@ -195107,7 +195217,7 @@
}
},
{
- "id": 15076,
+ "id": 15620,
"properties": {
"east": "low",
"north": "none",
@@ -195118,7 +195228,7 @@
}
},
{
- "id": 15077,
+ "id": 15621,
"properties": {
"east": "low",
"north": "none",
@@ -195129,7 +195239,7 @@
}
},
{
- "id": 15078,
+ "id": 15622,
"properties": {
"east": "low",
"north": "none",
@@ -195140,7 +195250,7 @@
}
},
{
- "id": 15079,
+ "id": 15623,
"properties": {
"east": "low",
"north": "none",
@@ -195151,7 +195261,7 @@
}
},
{
- "id": 15080,
+ "id": 15624,
"properties": {
"east": "low",
"north": "none",
@@ -195162,7 +195272,7 @@
}
},
{
- "id": 15081,
+ "id": 15625,
"properties": {
"east": "low",
"north": "none",
@@ -195173,7 +195283,7 @@
}
},
{
- "id": 15082,
+ "id": 15626,
"properties": {
"east": "low",
"north": "none",
@@ -195184,7 +195294,7 @@
}
},
{
- "id": 15083,
+ "id": 15627,
"properties": {
"east": "low",
"north": "none",
@@ -195195,7 +195305,7 @@
}
},
{
- "id": 15084,
+ "id": 15628,
"properties": {
"east": "low",
"north": "none",
@@ -195206,7 +195316,7 @@
}
},
{
- "id": 15085,
+ "id": 15629,
"properties": {
"east": "low",
"north": "none",
@@ -195217,7 +195327,7 @@
}
},
{
- "id": 15086,
+ "id": 15630,
"properties": {
"east": "low",
"north": "none",
@@ -195228,7 +195338,7 @@
}
},
{
- "id": 15087,
+ "id": 15631,
"properties": {
"east": "low",
"north": "none",
@@ -195239,7 +195349,7 @@
}
},
{
- "id": 15088,
+ "id": 15632,
"properties": {
"east": "low",
"north": "none",
@@ -195250,7 +195360,7 @@
}
},
{
- "id": 15089,
+ "id": 15633,
"properties": {
"east": "low",
"north": "none",
@@ -195261,7 +195371,7 @@
}
},
{
- "id": 15090,
+ "id": 15634,
"properties": {
"east": "low",
"north": "none",
@@ -195272,7 +195382,7 @@
}
},
{
- "id": 15091,
+ "id": 15635,
"properties": {
"east": "low",
"north": "none",
@@ -195283,7 +195393,7 @@
}
},
{
- "id": 15092,
+ "id": 15636,
"properties": {
"east": "low",
"north": "none",
@@ -195294,7 +195404,7 @@
}
},
{
- "id": 15093,
+ "id": 15637,
"properties": {
"east": "low",
"north": "none",
@@ -195305,7 +195415,7 @@
}
},
{
- "id": 15094,
+ "id": 15638,
"properties": {
"east": "low",
"north": "none",
@@ -195316,7 +195426,7 @@
}
},
{
- "id": 15095,
+ "id": 15639,
"properties": {
"east": "low",
"north": "none",
@@ -195327,7 +195437,7 @@
}
},
{
- "id": 15096,
+ "id": 15640,
"properties": {
"east": "low",
"north": "none",
@@ -195338,7 +195448,7 @@
}
},
{
- "id": 15097,
+ "id": 15641,
"properties": {
"east": "low",
"north": "low",
@@ -195349,7 +195459,7 @@
}
},
{
- "id": 15098,
+ "id": 15642,
"properties": {
"east": "low",
"north": "low",
@@ -195360,7 +195470,7 @@
}
},
{
- "id": 15099,
+ "id": 15643,
"properties": {
"east": "low",
"north": "low",
@@ -195371,7 +195481,7 @@
}
},
{
- "id": 15100,
+ "id": 15644,
"properties": {
"east": "low",
"north": "low",
@@ -195382,7 +195492,7 @@
}
},
{
- "id": 15101,
+ "id": 15645,
"properties": {
"east": "low",
"north": "low",
@@ -195393,7 +195503,7 @@
}
},
{
- "id": 15102,
+ "id": 15646,
"properties": {
"east": "low",
"north": "low",
@@ -195404,7 +195514,7 @@
}
},
{
- "id": 15103,
+ "id": 15647,
"properties": {
"east": "low",
"north": "low",
@@ -195415,7 +195525,7 @@
}
},
{
- "id": 15104,
+ "id": 15648,
"properties": {
"east": "low",
"north": "low",
@@ -195426,7 +195536,7 @@
}
},
{
- "id": 15105,
+ "id": 15649,
"properties": {
"east": "low",
"north": "low",
@@ -195437,7 +195547,7 @@
}
},
{
- "id": 15106,
+ "id": 15650,
"properties": {
"east": "low",
"north": "low",
@@ -195448,7 +195558,7 @@
}
},
{
- "id": 15107,
+ "id": 15651,
"properties": {
"east": "low",
"north": "low",
@@ -195459,7 +195569,7 @@
}
},
{
- "id": 15108,
+ "id": 15652,
"properties": {
"east": "low",
"north": "low",
@@ -195470,7 +195580,7 @@
}
},
{
- "id": 15109,
+ "id": 15653,
"properties": {
"east": "low",
"north": "low",
@@ -195481,7 +195591,7 @@
}
},
{
- "id": 15110,
+ "id": 15654,
"properties": {
"east": "low",
"north": "low",
@@ -195492,7 +195602,7 @@
}
},
{
- "id": 15111,
+ "id": 15655,
"properties": {
"east": "low",
"north": "low",
@@ -195503,7 +195613,7 @@
}
},
{
- "id": 15112,
+ "id": 15656,
"properties": {
"east": "low",
"north": "low",
@@ -195514,7 +195624,7 @@
}
},
{
- "id": 15113,
+ "id": 15657,
"properties": {
"east": "low",
"north": "low",
@@ -195525,7 +195635,7 @@
}
},
{
- "id": 15114,
+ "id": 15658,
"properties": {
"east": "low",
"north": "low",
@@ -195536,7 +195646,7 @@
}
},
{
- "id": 15115,
+ "id": 15659,
"properties": {
"east": "low",
"north": "low",
@@ -195547,7 +195657,7 @@
}
},
{
- "id": 15116,
+ "id": 15660,
"properties": {
"east": "low",
"north": "low",
@@ -195558,7 +195668,7 @@
}
},
{
- "id": 15117,
+ "id": 15661,
"properties": {
"east": "low",
"north": "low",
@@ -195569,7 +195679,7 @@
}
},
{
- "id": 15118,
+ "id": 15662,
"properties": {
"east": "low",
"north": "low",
@@ -195580,7 +195690,7 @@
}
},
{
- "id": 15119,
+ "id": 15663,
"properties": {
"east": "low",
"north": "low",
@@ -195591,7 +195701,7 @@
}
},
{
- "id": 15120,
+ "id": 15664,
"properties": {
"east": "low",
"north": "low",
@@ -195602,7 +195712,7 @@
}
},
{
- "id": 15121,
+ "id": 15665,
"properties": {
"east": "low",
"north": "low",
@@ -195613,7 +195723,7 @@
}
},
{
- "id": 15122,
+ "id": 15666,
"properties": {
"east": "low",
"north": "low",
@@ -195624,7 +195734,7 @@
}
},
{
- "id": 15123,
+ "id": 15667,
"properties": {
"east": "low",
"north": "low",
@@ -195635,7 +195745,7 @@
}
},
{
- "id": 15124,
+ "id": 15668,
"properties": {
"east": "low",
"north": "low",
@@ -195646,7 +195756,7 @@
}
},
{
- "id": 15125,
+ "id": 15669,
"properties": {
"east": "low",
"north": "low",
@@ -195657,7 +195767,7 @@
}
},
{
- "id": 15126,
+ "id": 15670,
"properties": {
"east": "low",
"north": "low",
@@ -195668,7 +195778,7 @@
}
},
{
- "id": 15127,
+ "id": 15671,
"properties": {
"east": "low",
"north": "low",
@@ -195679,7 +195789,7 @@
}
},
{
- "id": 15128,
+ "id": 15672,
"properties": {
"east": "low",
"north": "low",
@@ -195690,7 +195800,7 @@
}
},
{
- "id": 15129,
+ "id": 15673,
"properties": {
"east": "low",
"north": "low",
@@ -195701,7 +195811,7 @@
}
},
{
- "id": 15130,
+ "id": 15674,
"properties": {
"east": "low",
"north": "low",
@@ -195712,7 +195822,7 @@
}
},
{
- "id": 15131,
+ "id": 15675,
"properties": {
"east": "low",
"north": "low",
@@ -195723,7 +195833,7 @@
}
},
{
- "id": 15132,
+ "id": 15676,
"properties": {
"east": "low",
"north": "low",
@@ -195734,7 +195844,7 @@
}
},
{
- "id": 15133,
+ "id": 15677,
"properties": {
"east": "low",
"north": "tall",
@@ -195745,7 +195855,7 @@
}
},
{
- "id": 15134,
+ "id": 15678,
"properties": {
"east": "low",
"north": "tall",
@@ -195756,7 +195866,7 @@
}
},
{
- "id": 15135,
+ "id": 15679,
"properties": {
"east": "low",
"north": "tall",
@@ -195767,7 +195877,7 @@
}
},
{
- "id": 15136,
+ "id": 15680,
"properties": {
"east": "low",
"north": "tall",
@@ -195778,7 +195888,7 @@
}
},
{
- "id": 15137,
+ "id": 15681,
"properties": {
"east": "low",
"north": "tall",
@@ -195789,7 +195899,7 @@
}
},
{
- "id": 15138,
+ "id": 15682,
"properties": {
"east": "low",
"north": "tall",
@@ -195800,7 +195910,7 @@
}
},
{
- "id": 15139,
+ "id": 15683,
"properties": {
"east": "low",
"north": "tall",
@@ -195811,7 +195921,7 @@
}
},
{
- "id": 15140,
+ "id": 15684,
"properties": {
"east": "low",
"north": "tall",
@@ -195822,7 +195932,7 @@
}
},
{
- "id": 15141,
+ "id": 15685,
"properties": {
"east": "low",
"north": "tall",
@@ -195833,7 +195943,7 @@
}
},
{
- "id": 15142,
+ "id": 15686,
"properties": {
"east": "low",
"north": "tall",
@@ -195844,7 +195954,7 @@
}
},
{
- "id": 15143,
+ "id": 15687,
"properties": {
"east": "low",
"north": "tall",
@@ -195855,7 +195965,7 @@
}
},
{
- "id": 15144,
+ "id": 15688,
"properties": {
"east": "low",
"north": "tall",
@@ -195866,7 +195976,7 @@
}
},
{
- "id": 15145,
+ "id": 15689,
"properties": {
"east": "low",
"north": "tall",
@@ -195877,7 +195987,7 @@
}
},
{
- "id": 15146,
+ "id": 15690,
"properties": {
"east": "low",
"north": "tall",
@@ -195888,7 +195998,7 @@
}
},
{
- "id": 15147,
+ "id": 15691,
"properties": {
"east": "low",
"north": "tall",
@@ -195899,7 +196009,7 @@
}
},
{
- "id": 15148,
+ "id": 15692,
"properties": {
"east": "low",
"north": "tall",
@@ -195910,7 +196020,7 @@
}
},
{
- "id": 15149,
+ "id": 15693,
"properties": {
"east": "low",
"north": "tall",
@@ -195921,7 +196031,7 @@
}
},
{
- "id": 15150,
+ "id": 15694,
"properties": {
"east": "low",
"north": "tall",
@@ -195932,7 +196042,7 @@
}
},
{
- "id": 15151,
+ "id": 15695,
"properties": {
"east": "low",
"north": "tall",
@@ -195943,7 +196053,7 @@
}
},
{
- "id": 15152,
+ "id": 15696,
"properties": {
"east": "low",
"north": "tall",
@@ -195954,7 +196064,7 @@
}
},
{
- "id": 15153,
+ "id": 15697,
"properties": {
"east": "low",
"north": "tall",
@@ -195965,7 +196075,7 @@
}
},
{
- "id": 15154,
+ "id": 15698,
"properties": {
"east": "low",
"north": "tall",
@@ -195976,7 +196086,7 @@
}
},
{
- "id": 15155,
+ "id": 15699,
"properties": {
"east": "low",
"north": "tall",
@@ -195987,7 +196097,7 @@
}
},
{
- "id": 15156,
+ "id": 15700,
"properties": {
"east": "low",
"north": "tall",
@@ -195998,7 +196108,7 @@
}
},
{
- "id": 15157,
+ "id": 15701,
"properties": {
"east": "low",
"north": "tall",
@@ -196009,7 +196119,7 @@
}
},
{
- "id": 15158,
+ "id": 15702,
"properties": {
"east": "low",
"north": "tall",
@@ -196020,7 +196130,7 @@
}
},
{
- "id": 15159,
+ "id": 15703,
"properties": {
"east": "low",
"north": "tall",
@@ -196031,7 +196141,7 @@
}
},
{
- "id": 15160,
+ "id": 15704,
"properties": {
"east": "low",
"north": "tall",
@@ -196042,7 +196152,7 @@
}
},
{
- "id": 15161,
+ "id": 15705,
"properties": {
"east": "low",
"north": "tall",
@@ -196053,7 +196163,7 @@
}
},
{
- "id": 15162,
+ "id": 15706,
"properties": {
"east": "low",
"north": "tall",
@@ -196064,7 +196174,7 @@
}
},
{
- "id": 15163,
+ "id": 15707,
"properties": {
"east": "low",
"north": "tall",
@@ -196075,7 +196185,7 @@
}
},
{
- "id": 15164,
+ "id": 15708,
"properties": {
"east": "low",
"north": "tall",
@@ -196086,7 +196196,7 @@
}
},
{
- "id": 15165,
+ "id": 15709,
"properties": {
"east": "low",
"north": "tall",
@@ -196097,7 +196207,7 @@
}
},
{
- "id": 15166,
+ "id": 15710,
"properties": {
"east": "low",
"north": "tall",
@@ -196108,7 +196218,7 @@
}
},
{
- "id": 15167,
+ "id": 15711,
"properties": {
"east": "low",
"north": "tall",
@@ -196119,7 +196229,7 @@
}
},
{
- "id": 15168,
+ "id": 15712,
"properties": {
"east": "low",
"north": "tall",
@@ -196130,7 +196240,7 @@
}
},
{
- "id": 15169,
+ "id": 15713,
"properties": {
"east": "tall",
"north": "none",
@@ -196141,7 +196251,7 @@
}
},
{
- "id": 15170,
+ "id": 15714,
"properties": {
"east": "tall",
"north": "none",
@@ -196152,7 +196262,7 @@
}
},
{
- "id": 15171,
+ "id": 15715,
"properties": {
"east": "tall",
"north": "none",
@@ -196163,7 +196273,7 @@
}
},
{
- "id": 15172,
+ "id": 15716,
"properties": {
"east": "tall",
"north": "none",
@@ -196174,7 +196284,7 @@
}
},
{
- "id": 15173,
+ "id": 15717,
"properties": {
"east": "tall",
"north": "none",
@@ -196185,7 +196295,7 @@
}
},
{
- "id": 15174,
+ "id": 15718,
"properties": {
"east": "tall",
"north": "none",
@@ -196196,7 +196306,7 @@
}
},
{
- "id": 15175,
+ "id": 15719,
"properties": {
"east": "tall",
"north": "none",
@@ -196207,7 +196317,7 @@
}
},
{
- "id": 15176,
+ "id": 15720,
"properties": {
"east": "tall",
"north": "none",
@@ -196218,7 +196328,7 @@
}
},
{
- "id": 15177,
+ "id": 15721,
"properties": {
"east": "tall",
"north": "none",
@@ -196229,7 +196339,7 @@
}
},
{
- "id": 15178,
+ "id": 15722,
"properties": {
"east": "tall",
"north": "none",
@@ -196240,7 +196350,7 @@
}
},
{
- "id": 15179,
+ "id": 15723,
"properties": {
"east": "tall",
"north": "none",
@@ -196251,7 +196361,7 @@
}
},
{
- "id": 15180,
+ "id": 15724,
"properties": {
"east": "tall",
"north": "none",
@@ -196262,7 +196372,7 @@
}
},
{
- "id": 15181,
+ "id": 15725,
"properties": {
"east": "tall",
"north": "none",
@@ -196273,7 +196383,7 @@
}
},
{
- "id": 15182,
+ "id": 15726,
"properties": {
"east": "tall",
"north": "none",
@@ -196284,7 +196394,7 @@
}
},
{
- "id": 15183,
+ "id": 15727,
"properties": {
"east": "tall",
"north": "none",
@@ -196295,7 +196405,7 @@
}
},
{
- "id": 15184,
+ "id": 15728,
"properties": {
"east": "tall",
"north": "none",
@@ -196306,7 +196416,7 @@
}
},
{
- "id": 15185,
+ "id": 15729,
"properties": {
"east": "tall",
"north": "none",
@@ -196317,7 +196427,7 @@
}
},
{
- "id": 15186,
+ "id": 15730,
"properties": {
"east": "tall",
"north": "none",
@@ -196328,7 +196438,7 @@
}
},
{
- "id": 15187,
+ "id": 15731,
"properties": {
"east": "tall",
"north": "none",
@@ -196339,7 +196449,7 @@
}
},
{
- "id": 15188,
+ "id": 15732,
"properties": {
"east": "tall",
"north": "none",
@@ -196350,7 +196460,7 @@
}
},
{
- "id": 15189,
+ "id": 15733,
"properties": {
"east": "tall",
"north": "none",
@@ -196361,7 +196471,7 @@
}
},
{
- "id": 15190,
+ "id": 15734,
"properties": {
"east": "tall",
"north": "none",
@@ -196372,7 +196482,7 @@
}
},
{
- "id": 15191,
+ "id": 15735,
"properties": {
"east": "tall",
"north": "none",
@@ -196383,7 +196493,7 @@
}
},
{
- "id": 15192,
+ "id": 15736,
"properties": {
"east": "tall",
"north": "none",
@@ -196394,7 +196504,7 @@
}
},
{
- "id": 15193,
+ "id": 15737,
"properties": {
"east": "tall",
"north": "none",
@@ -196405,7 +196515,7 @@
}
},
{
- "id": 15194,
+ "id": 15738,
"properties": {
"east": "tall",
"north": "none",
@@ -196416,7 +196526,7 @@
}
},
{
- "id": 15195,
+ "id": 15739,
"properties": {
"east": "tall",
"north": "none",
@@ -196427,7 +196537,7 @@
}
},
{
- "id": 15196,
+ "id": 15740,
"properties": {
"east": "tall",
"north": "none",
@@ -196438,7 +196548,7 @@
}
},
{
- "id": 15197,
+ "id": 15741,
"properties": {
"east": "tall",
"north": "none",
@@ -196449,7 +196559,7 @@
}
},
{
- "id": 15198,
+ "id": 15742,
"properties": {
"east": "tall",
"north": "none",
@@ -196460,7 +196570,7 @@
}
},
{
- "id": 15199,
+ "id": 15743,
"properties": {
"east": "tall",
"north": "none",
@@ -196471,7 +196581,7 @@
}
},
{
- "id": 15200,
+ "id": 15744,
"properties": {
"east": "tall",
"north": "none",
@@ -196482,7 +196592,7 @@
}
},
{
- "id": 15201,
+ "id": 15745,
"properties": {
"east": "tall",
"north": "none",
@@ -196493,7 +196603,7 @@
}
},
{
- "id": 15202,
+ "id": 15746,
"properties": {
"east": "tall",
"north": "none",
@@ -196504,7 +196614,7 @@
}
},
{
- "id": 15203,
+ "id": 15747,
"properties": {
"east": "tall",
"north": "none",
@@ -196515,7 +196625,7 @@
}
},
{
- "id": 15204,
+ "id": 15748,
"properties": {
"east": "tall",
"north": "none",
@@ -196526,7 +196636,7 @@
}
},
{
- "id": 15205,
+ "id": 15749,
"properties": {
"east": "tall",
"north": "low",
@@ -196537,7 +196647,7 @@
}
},
{
- "id": 15206,
+ "id": 15750,
"properties": {
"east": "tall",
"north": "low",
@@ -196548,7 +196658,7 @@
}
},
{
- "id": 15207,
+ "id": 15751,
"properties": {
"east": "tall",
"north": "low",
@@ -196559,7 +196669,7 @@
}
},
{
- "id": 15208,
+ "id": 15752,
"properties": {
"east": "tall",
"north": "low",
@@ -196570,7 +196680,7 @@
}
},
{
- "id": 15209,
+ "id": 15753,
"properties": {
"east": "tall",
"north": "low",
@@ -196581,7 +196691,7 @@
}
},
{
- "id": 15210,
+ "id": 15754,
"properties": {
"east": "tall",
"north": "low",
@@ -196592,7 +196702,7 @@
}
},
{
- "id": 15211,
+ "id": 15755,
"properties": {
"east": "tall",
"north": "low",
@@ -196603,7 +196713,7 @@
}
},
{
- "id": 15212,
+ "id": 15756,
"properties": {
"east": "tall",
"north": "low",
@@ -196614,7 +196724,7 @@
}
},
{
- "id": 15213,
+ "id": 15757,
"properties": {
"east": "tall",
"north": "low",
@@ -196625,7 +196735,7 @@
}
},
{
- "id": 15214,
+ "id": 15758,
"properties": {
"east": "tall",
"north": "low",
@@ -196636,7 +196746,7 @@
}
},
{
- "id": 15215,
+ "id": 15759,
"properties": {
"east": "tall",
"north": "low",
@@ -196647,7 +196757,7 @@
}
},
{
- "id": 15216,
+ "id": 15760,
"properties": {
"east": "tall",
"north": "low",
@@ -196658,7 +196768,7 @@
}
},
{
- "id": 15217,
+ "id": 15761,
"properties": {
"east": "tall",
"north": "low",
@@ -196669,7 +196779,7 @@
}
},
{
- "id": 15218,
+ "id": 15762,
"properties": {
"east": "tall",
"north": "low",
@@ -196680,7 +196790,7 @@
}
},
{
- "id": 15219,
+ "id": 15763,
"properties": {
"east": "tall",
"north": "low",
@@ -196691,7 +196801,7 @@
}
},
{
- "id": 15220,
+ "id": 15764,
"properties": {
"east": "tall",
"north": "low",
@@ -196702,7 +196812,7 @@
}
},
{
- "id": 15221,
+ "id": 15765,
"properties": {
"east": "tall",
"north": "low",
@@ -196713,7 +196823,7 @@
}
},
{
- "id": 15222,
+ "id": 15766,
"properties": {
"east": "tall",
"north": "low",
@@ -196724,7 +196834,7 @@
}
},
{
- "id": 15223,
+ "id": 15767,
"properties": {
"east": "tall",
"north": "low",
@@ -196735,7 +196845,7 @@
}
},
{
- "id": 15224,
+ "id": 15768,
"properties": {
"east": "tall",
"north": "low",
@@ -196746,7 +196856,7 @@
}
},
{
- "id": 15225,
+ "id": 15769,
"properties": {
"east": "tall",
"north": "low",
@@ -196757,7 +196867,7 @@
}
},
{
- "id": 15226,
+ "id": 15770,
"properties": {
"east": "tall",
"north": "low",
@@ -196768,7 +196878,7 @@
}
},
{
- "id": 15227,
+ "id": 15771,
"properties": {
"east": "tall",
"north": "low",
@@ -196779,7 +196889,7 @@
}
},
{
- "id": 15228,
+ "id": 15772,
"properties": {
"east": "tall",
"north": "low",
@@ -196790,7 +196900,7 @@
}
},
{
- "id": 15229,
+ "id": 15773,
"properties": {
"east": "tall",
"north": "low",
@@ -196801,7 +196911,7 @@
}
},
{
- "id": 15230,
+ "id": 15774,
"properties": {
"east": "tall",
"north": "low",
@@ -196812,7 +196922,7 @@
}
},
{
- "id": 15231,
+ "id": 15775,
"properties": {
"east": "tall",
"north": "low",
@@ -196823,7 +196933,7 @@
}
},
{
- "id": 15232,
+ "id": 15776,
"properties": {
"east": "tall",
"north": "low",
@@ -196834,7 +196944,7 @@
}
},
{
- "id": 15233,
+ "id": 15777,
"properties": {
"east": "tall",
"north": "low",
@@ -196845,7 +196955,7 @@
}
},
{
- "id": 15234,
+ "id": 15778,
"properties": {
"east": "tall",
"north": "low",
@@ -196856,7 +196966,7 @@
}
},
{
- "id": 15235,
+ "id": 15779,
"properties": {
"east": "tall",
"north": "low",
@@ -196867,7 +196977,7 @@
}
},
{
- "id": 15236,
+ "id": 15780,
"properties": {
"east": "tall",
"north": "low",
@@ -196878,7 +196988,7 @@
}
},
{
- "id": 15237,
+ "id": 15781,
"properties": {
"east": "tall",
"north": "low",
@@ -196889,7 +196999,7 @@
}
},
{
- "id": 15238,
+ "id": 15782,
"properties": {
"east": "tall",
"north": "low",
@@ -196900,7 +197010,7 @@
}
},
{
- "id": 15239,
+ "id": 15783,
"properties": {
"east": "tall",
"north": "low",
@@ -196911,7 +197021,7 @@
}
},
{
- "id": 15240,
+ "id": 15784,
"properties": {
"east": "tall",
"north": "low",
@@ -196922,7 +197032,7 @@
}
},
{
- "id": 15241,
+ "id": 15785,
"properties": {
"east": "tall",
"north": "tall",
@@ -196933,7 +197043,7 @@
}
},
{
- "id": 15242,
+ "id": 15786,
"properties": {
"east": "tall",
"north": "tall",
@@ -196944,7 +197054,7 @@
}
},
{
- "id": 15243,
+ "id": 15787,
"properties": {
"east": "tall",
"north": "tall",
@@ -196955,7 +197065,7 @@
}
},
{
- "id": 15244,
+ "id": 15788,
"properties": {
"east": "tall",
"north": "tall",
@@ -196966,7 +197076,7 @@
}
},
{
- "id": 15245,
+ "id": 15789,
"properties": {
"east": "tall",
"north": "tall",
@@ -196977,7 +197087,7 @@
}
},
{
- "id": 15246,
+ "id": 15790,
"properties": {
"east": "tall",
"north": "tall",
@@ -196988,7 +197098,7 @@
}
},
{
- "id": 15247,
+ "id": 15791,
"properties": {
"east": "tall",
"north": "tall",
@@ -196999,7 +197109,7 @@
}
},
{
- "id": 15248,
+ "id": 15792,
"properties": {
"east": "tall",
"north": "tall",
@@ -197010,7 +197120,7 @@
}
},
{
- "id": 15249,
+ "id": 15793,
"properties": {
"east": "tall",
"north": "tall",
@@ -197021,7 +197131,7 @@
}
},
{
- "id": 15250,
+ "id": 15794,
"properties": {
"east": "tall",
"north": "tall",
@@ -197032,7 +197142,7 @@
}
},
{
- "id": 15251,
+ "id": 15795,
"properties": {
"east": "tall",
"north": "tall",
@@ -197043,7 +197153,7 @@
}
},
{
- "id": 15252,
+ "id": 15796,
"properties": {
"east": "tall",
"north": "tall",
@@ -197054,7 +197164,7 @@
}
},
{
- "id": 15253,
+ "id": 15797,
"properties": {
"east": "tall",
"north": "tall",
@@ -197065,7 +197175,7 @@
}
},
{
- "id": 15254,
+ "id": 15798,
"properties": {
"east": "tall",
"north": "tall",
@@ -197076,7 +197186,7 @@
}
},
{
- "id": 15255,
+ "id": 15799,
"properties": {
"east": "tall",
"north": "tall",
@@ -197087,7 +197197,7 @@
}
},
{
- "id": 15256,
+ "id": 15800,
"properties": {
"east": "tall",
"north": "tall",
@@ -197098,7 +197208,7 @@
}
},
{
- "id": 15257,
+ "id": 15801,
"properties": {
"east": "tall",
"north": "tall",
@@ -197109,7 +197219,7 @@
}
},
{
- "id": 15258,
+ "id": 15802,
"properties": {
"east": "tall",
"north": "tall",
@@ -197120,7 +197230,7 @@
}
},
{
- "id": 15259,
+ "id": 15803,
"properties": {
"east": "tall",
"north": "tall",
@@ -197131,7 +197241,7 @@
}
},
{
- "id": 15260,
+ "id": 15804,
"properties": {
"east": "tall",
"north": "tall",
@@ -197142,7 +197252,7 @@
}
},
{
- "id": 15261,
+ "id": 15805,
"properties": {
"east": "tall",
"north": "tall",
@@ -197153,7 +197263,7 @@
}
},
{
- "id": 15262,
+ "id": 15806,
"properties": {
"east": "tall",
"north": "tall",
@@ -197164,7 +197274,7 @@
}
},
{
- "id": 15263,
+ "id": 15807,
"properties": {
"east": "tall",
"north": "tall",
@@ -197175,7 +197285,7 @@
}
},
{
- "id": 15264,
+ "id": 15808,
"properties": {
"east": "tall",
"north": "tall",
@@ -197186,7 +197296,7 @@
}
},
{
- "id": 15265,
+ "id": 15809,
"properties": {
"east": "tall",
"north": "tall",
@@ -197197,7 +197307,7 @@
}
},
{
- "id": 15266,
+ "id": 15810,
"properties": {
"east": "tall",
"north": "tall",
@@ -197208,7 +197318,7 @@
}
},
{
- "id": 15267,
+ "id": 15811,
"properties": {
"east": "tall",
"north": "tall",
@@ -197219,7 +197329,7 @@
}
},
{
- "id": 15268,
+ "id": 15812,
"properties": {
"east": "tall",
"north": "tall",
@@ -197230,7 +197340,7 @@
}
},
{
- "id": 15269,
+ "id": 15813,
"properties": {
"east": "tall",
"north": "tall",
@@ -197241,7 +197351,7 @@
}
},
{
- "id": 15270,
+ "id": 15814,
"properties": {
"east": "tall",
"north": "tall",
@@ -197252,7 +197362,7 @@
}
},
{
- "id": 15271,
+ "id": 15815,
"properties": {
"east": "tall",
"north": "tall",
@@ -197263,7 +197373,7 @@
}
},
{
- "id": 15272,
+ "id": 15816,
"properties": {
"east": "tall",
"north": "tall",
@@ -197274,7 +197384,7 @@
}
},
{
- "id": 15273,
+ "id": 15817,
"properties": {
"east": "tall",
"north": "tall",
@@ -197285,7 +197395,7 @@
}
},
{
- "id": 15274,
+ "id": 15818,
"properties": {
"east": "tall",
"north": "tall",
@@ -197296,7 +197406,7 @@
}
},
{
- "id": 15275,
+ "id": 15819,
"properties": {
"east": "tall",
"north": "tall",
@@ -197307,7 +197417,7 @@
}
},
{
- "id": 15276,
+ "id": 15820,
"properties": {
"east": "tall",
"north": "tall",
@@ -197327,7 +197437,7 @@
"states": [
{
"default": true,
- "id": 7041
+ "id": 7044
}
]
},
@@ -197354,49 +197464,49 @@
"states": [
{
"default": true,
- "id": 7051,
+ "id": 7054,
"properties": {
"age": "0"
}
},
{
- "id": 7052,
+ "id": 7055,
"properties": {
"age": "1"
}
},
{
- "id": 7053,
+ "id": 7056,
"properties": {
"age": "2"
}
},
{
- "id": 7054,
+ "id": 7057,
"properties": {
"age": "3"
}
},
{
- "id": 7055,
+ "id": 7058,
"properties": {
"age": "4"
}
},
{
- "id": 7056,
+ "id": 7059,
"properties": {
"age": "5"
}
},
{
- "id": 7057,
+ "id": 7060,
"properties": {
"age": "6"
}
},
{
- "id": 7058,
+ "id": 7061,
"properties": {
"age": "7"
}
@@ -197432,97 +197542,97 @@
"states": [
{
"default": true,
- "id": 11254,
+ "id": 11798,
"properties": {
"rotation": "0"
}
},
{
- "id": 11255,
+ "id": 11799,
"properties": {
"rotation": "1"
}
},
{
- "id": 11256,
+ "id": 11800,
"properties": {
"rotation": "2"
}
},
{
- "id": 11257,
+ "id": 11801,
"properties": {
"rotation": "3"
}
},
{
- "id": 11258,
+ "id": 11802,
"properties": {
"rotation": "4"
}
},
{
- "id": 11259,
+ "id": 11803,
"properties": {
"rotation": "5"
}
},
{
- "id": 11260,
+ "id": 11804,
"properties": {
"rotation": "6"
}
},
{
- "id": 11261,
+ "id": 11805,
"properties": {
"rotation": "7"
}
},
{
- "id": 11262,
+ "id": 11806,
"properties": {
"rotation": "8"
}
},
{
- "id": 11263,
+ "id": 11807,
"properties": {
"rotation": "9"
}
},
{
- "id": 11264,
+ "id": 11808,
"properties": {
"rotation": "10"
}
},
{
- "id": 11265,
+ "id": 11809,
"properties": {
"rotation": "11"
}
},
{
- "id": 11266,
+ "id": 11810,
"properties": {
"rotation": "12"
}
},
{
- "id": 11267,
+ "id": 11811,
"properties": {
"rotation": "13"
}
},
{
- "id": 11268,
+ "id": 11812,
"properties": {
"rotation": "14"
}
},
{
- "id": 11269,
+ "id": 11813,
"properties": {
"rotation": "15"
}
@@ -197706,7 +197816,7 @@
},
"states": [
{
- "id": 21370,
+ "id": 21914,
"properties": {
"candles": "1",
"lit": "true",
@@ -197714,7 +197824,7 @@
}
},
{
- "id": 21371,
+ "id": 21915,
"properties": {
"candles": "1",
"lit": "true",
@@ -197722,7 +197832,7 @@
}
},
{
- "id": 21372,
+ "id": 21916,
"properties": {
"candles": "1",
"lit": "false",
@@ -197731,7 +197841,7 @@
},
{
"default": true,
- "id": 21373,
+ "id": 21917,
"properties": {
"candles": "1",
"lit": "false",
@@ -197739,7 +197849,7 @@
}
},
{
- "id": 21374,
+ "id": 21918,
"properties": {
"candles": "2",
"lit": "true",
@@ -197747,7 +197857,7 @@
}
},
{
- "id": 21375,
+ "id": 21919,
"properties": {
"candles": "2",
"lit": "true",
@@ -197755,7 +197865,7 @@
}
},
{
- "id": 21376,
+ "id": 21920,
"properties": {
"candles": "2",
"lit": "false",
@@ -197763,7 +197873,7 @@
}
},
{
- "id": 21377,
+ "id": 21921,
"properties": {
"candles": "2",
"lit": "false",
@@ -197771,7 +197881,7 @@
}
},
{
- "id": 21378,
+ "id": 21922,
"properties": {
"candles": "3",
"lit": "true",
@@ -197779,7 +197889,7 @@
}
},
{
- "id": 21379,
+ "id": 21923,
"properties": {
"candles": "3",
"lit": "true",
@@ -197787,7 +197897,7 @@
}
},
{
- "id": 21380,
+ "id": 21924,
"properties": {
"candles": "3",
"lit": "false",
@@ -197795,7 +197905,7 @@
}
},
{
- "id": 21381,
+ "id": 21925,
"properties": {
"candles": "3",
"lit": "false",
@@ -197803,7 +197913,7 @@
}
},
{
- "id": 21382,
+ "id": 21926,
"properties": {
"candles": "4",
"lit": "true",
@@ -197811,7 +197921,7 @@
}
},
{
- "id": 21383,
+ "id": 21927,
"properties": {
"candles": "4",
"lit": "true",
@@ -197819,7 +197929,7 @@
}
},
{
- "id": 21384,
+ "id": 21928,
"properties": {
"candles": "4",
"lit": "false",
@@ -197827,7 +197937,7 @@
}
},
{
- "id": 21385,
+ "id": 21929,
"properties": {
"candles": "4",
"lit": "false",
@@ -197850,14 +197960,14 @@
},
"states": [
{
- "id": 21488,
+ "id": 22032,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21489,
+ "id": 22033,
"properties": {
"lit": "false"
}
@@ -197873,7 +197983,7 @@
"states": [
{
"default": true,
- "id": 11073
+ "id": 11617
}
]
},
@@ -197885,7 +197995,7 @@
"states": [
{
"default": true,
- "id": 13207
+ "id": 13751
}
]
},
@@ -197898,7 +198008,7 @@
"states": [
{
"default": true,
- "id": 13223
+ "id": 13767
}
]
},
@@ -197918,25 +198028,25 @@
"states": [
{
"default": true,
- "id": 13173,
+ "id": 13717,
"properties": {
"facing": "north"
}
},
{
- "id": 13174,
+ "id": 13718,
"properties": {
"facing": "south"
}
},
{
- "id": 13175,
+ "id": 13719,
"properties": {
"facing": "west"
}
},
{
- "id": 13176,
+ "id": 13720,
"properties": {
"facing": "east"
}
@@ -197961,38 +198071,38 @@
},
"states": [
{
- "id": 13097,
+ "id": 13641,
"properties": {
"facing": "north"
}
},
{
- "id": 13098,
+ "id": 13642,
"properties": {
"facing": "east"
}
},
{
- "id": 13099,
+ "id": 13643,
"properties": {
"facing": "south"
}
},
{
- "id": 13100,
+ "id": 13644,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13101,
+ "id": 13645,
"properties": {
"facing": "up"
}
},
{
- "id": 13102,
+ "id": 13646,
"properties": {
"facing": "down"
}
@@ -198008,7 +198118,7 @@
"states": [
{
"default": true,
- "id": 6121
+ "id": 6124
}
]
},
@@ -198042,7 +198152,7 @@
},
"states": [
{
- "id": 9947,
+ "id": 10491,
"properties": {
"east": "true",
"north": "true",
@@ -198052,7 +198162,7 @@
}
},
{
- "id": 9948,
+ "id": 10492,
"properties": {
"east": "true",
"north": "true",
@@ -198062,7 +198172,7 @@
}
},
{
- "id": 9949,
+ "id": 10493,
"properties": {
"east": "true",
"north": "true",
@@ -198072,7 +198182,7 @@
}
},
{
- "id": 9950,
+ "id": 10494,
"properties": {
"east": "true",
"north": "true",
@@ -198082,7 +198192,7 @@
}
},
{
- "id": 9951,
+ "id": 10495,
"properties": {
"east": "true",
"north": "true",
@@ -198092,7 +198202,7 @@
}
},
{
- "id": 9952,
+ "id": 10496,
"properties": {
"east": "true",
"north": "true",
@@ -198102,7 +198212,7 @@
}
},
{
- "id": 9953,
+ "id": 10497,
"properties": {
"east": "true",
"north": "true",
@@ -198112,7 +198222,7 @@
}
},
{
- "id": 9954,
+ "id": 10498,
"properties": {
"east": "true",
"north": "true",
@@ -198122,7 +198232,7 @@
}
},
{
- "id": 9955,
+ "id": 10499,
"properties": {
"east": "true",
"north": "false",
@@ -198132,7 +198242,7 @@
}
},
{
- "id": 9956,
+ "id": 10500,
"properties": {
"east": "true",
"north": "false",
@@ -198142,7 +198252,7 @@
}
},
{
- "id": 9957,
+ "id": 10501,
"properties": {
"east": "true",
"north": "false",
@@ -198152,7 +198262,7 @@
}
},
{
- "id": 9958,
+ "id": 10502,
"properties": {
"east": "true",
"north": "false",
@@ -198162,7 +198272,7 @@
}
},
{
- "id": 9959,
+ "id": 10503,
"properties": {
"east": "true",
"north": "false",
@@ -198172,7 +198282,7 @@
}
},
{
- "id": 9960,
+ "id": 10504,
"properties": {
"east": "true",
"north": "false",
@@ -198182,7 +198292,7 @@
}
},
{
- "id": 9961,
+ "id": 10505,
"properties": {
"east": "true",
"north": "false",
@@ -198192,7 +198302,7 @@
}
},
{
- "id": 9962,
+ "id": 10506,
"properties": {
"east": "true",
"north": "false",
@@ -198202,7 +198312,7 @@
}
},
{
- "id": 9963,
+ "id": 10507,
"properties": {
"east": "false",
"north": "true",
@@ -198212,7 +198322,7 @@
}
},
{
- "id": 9964,
+ "id": 10508,
"properties": {
"east": "false",
"north": "true",
@@ -198222,7 +198332,7 @@
}
},
{
- "id": 9965,
+ "id": 10509,
"properties": {
"east": "false",
"north": "true",
@@ -198232,7 +198342,7 @@
}
},
{
- "id": 9966,
+ "id": 10510,
"properties": {
"east": "false",
"north": "true",
@@ -198242,7 +198352,7 @@
}
},
{
- "id": 9967,
+ "id": 10511,
"properties": {
"east": "false",
"north": "true",
@@ -198252,7 +198362,7 @@
}
},
{
- "id": 9968,
+ "id": 10512,
"properties": {
"east": "false",
"north": "true",
@@ -198262,7 +198372,7 @@
}
},
{
- "id": 9969,
+ "id": 10513,
"properties": {
"east": "false",
"north": "true",
@@ -198272,7 +198382,7 @@
}
},
{
- "id": 9970,
+ "id": 10514,
"properties": {
"east": "false",
"north": "true",
@@ -198282,7 +198392,7 @@
}
},
{
- "id": 9971,
+ "id": 10515,
"properties": {
"east": "false",
"north": "false",
@@ -198292,7 +198402,7 @@
}
},
{
- "id": 9972,
+ "id": 10516,
"properties": {
"east": "false",
"north": "false",
@@ -198302,7 +198412,7 @@
}
},
{
- "id": 9973,
+ "id": 10517,
"properties": {
"east": "false",
"north": "false",
@@ -198312,7 +198422,7 @@
}
},
{
- "id": 9974,
+ "id": 10518,
"properties": {
"east": "false",
"north": "false",
@@ -198322,7 +198432,7 @@
}
},
{
- "id": 9975,
+ "id": 10519,
"properties": {
"east": "false",
"north": "false",
@@ -198332,7 +198442,7 @@
}
},
{
- "id": 9976,
+ "id": 10520,
"properties": {
"east": "false",
"north": "false",
@@ -198342,7 +198452,7 @@
}
},
{
- "id": 9977,
+ "id": 10521,
"properties": {
"east": "false",
"north": "false",
@@ -198353,7 +198463,7 @@
},
{
"default": true,
- "id": 9978,
+ "id": 10522,
"properties": {
"east": "false",
"north": "false",
@@ -198372,7 +198482,7 @@
"states": [
{
"default": true,
- "id": 9621
+ "id": 10165
}
]
},
@@ -198393,25 +198503,25 @@
"states": [
{
"default": true,
- "id": 11390,
+ "id": 11934,
"properties": {
"facing": "north"
}
},
{
- "id": 11391,
+ "id": 11935,
"properties": {
"facing": "south"
}
},
{
- "id": 11392,
+ "id": 11936,
"properties": {
"facing": "west"
}
},
{
- "id": 11393,
+ "id": 11937,
"properties": {
"facing": "east"
}
@@ -198438,7 +198548,7 @@
"states": [
{
"default": true,
- "id": 12879
+ "id": 13423
}
]
},
@@ -198456,20 +198566,20 @@
},
"states": [
{
- "id": 12880,
+ "id": 13424,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 12881,
+ "id": 13425,
"properties": {
"axis": "y"
}
},
{
- "id": 12882,
+ "id": 13426,
"properties": {
"axis": "z"
}
@@ -198494,21 +198604,21 @@
},
"states": [
{
- "id": 11641,
+ "id": 12185,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11642,
+ "id": 12186,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11643,
+ "id": 12187,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -198516,21 +198626,21 @@
},
{
"default": true,
- "id": 11644,
+ "id": 12188,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11645,
+ "id": 12189,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11646,
+ "id": 12190,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -198571,7 +198681,7 @@
},
"states": [
{
- "id": 12883,
+ "id": 13427,
"properties": {
"facing": "north",
"half": "top",
@@ -198580,7 +198690,7 @@
}
},
{
- "id": 12884,
+ "id": 13428,
"properties": {
"facing": "north",
"half": "top",
@@ -198589,7 +198699,7 @@
}
},
{
- "id": 12885,
+ "id": 13429,
"properties": {
"facing": "north",
"half": "top",
@@ -198598,7 +198708,7 @@
}
},
{
- "id": 12886,
+ "id": 13430,
"properties": {
"facing": "north",
"half": "top",
@@ -198607,7 +198717,7 @@
}
},
{
- "id": 12887,
+ "id": 13431,
"properties": {
"facing": "north",
"half": "top",
@@ -198616,7 +198726,7 @@
}
},
{
- "id": 12888,
+ "id": 13432,
"properties": {
"facing": "north",
"half": "top",
@@ -198625,7 +198735,7 @@
}
},
{
- "id": 12889,
+ "id": 13433,
"properties": {
"facing": "north",
"half": "top",
@@ -198634,7 +198744,7 @@
}
},
{
- "id": 12890,
+ "id": 13434,
"properties": {
"facing": "north",
"half": "top",
@@ -198643,7 +198753,7 @@
}
},
{
- "id": 12891,
+ "id": 13435,
"properties": {
"facing": "north",
"half": "top",
@@ -198652,7 +198762,7 @@
}
},
{
- "id": 12892,
+ "id": 13436,
"properties": {
"facing": "north",
"half": "top",
@@ -198661,7 +198771,7 @@
}
},
{
- "id": 12893,
+ "id": 13437,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198671,7 +198781,7 @@
},
{
"default": true,
- "id": 12894,
+ "id": 13438,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198680,7 +198790,7 @@
}
},
{
- "id": 12895,
+ "id": 13439,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198689,7 +198799,7 @@
}
},
{
- "id": 12896,
+ "id": 13440,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198698,7 +198808,7 @@
}
},
{
- "id": 12897,
+ "id": 13441,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198707,7 +198817,7 @@
}
},
{
- "id": 12898,
+ "id": 13442,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198716,7 +198826,7 @@
}
},
{
- "id": 12899,
+ "id": 13443,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198725,7 +198835,7 @@
}
},
{
- "id": 12900,
+ "id": 13444,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198734,7 +198844,7 @@
}
},
{
- "id": 12901,
+ "id": 13445,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198743,7 +198853,7 @@
}
},
{
- "id": 12902,
+ "id": 13446,
"properties": {
"facing": "north",
"half": "bottom",
@@ -198752,7 +198862,7 @@
}
},
{
- "id": 12903,
+ "id": 13447,
"properties": {
"facing": "south",
"half": "top",
@@ -198761,7 +198871,7 @@
}
},
{
- "id": 12904,
+ "id": 13448,
"properties": {
"facing": "south",
"half": "top",
@@ -198770,7 +198880,7 @@
}
},
{
- "id": 12905,
+ "id": 13449,
"properties": {
"facing": "south",
"half": "top",
@@ -198779,7 +198889,7 @@
}
},
{
- "id": 12906,
+ "id": 13450,
"properties": {
"facing": "south",
"half": "top",
@@ -198788,7 +198898,7 @@
}
},
{
- "id": 12907,
+ "id": 13451,
"properties": {
"facing": "south",
"half": "top",
@@ -198797,7 +198907,7 @@
}
},
{
- "id": 12908,
+ "id": 13452,
"properties": {
"facing": "south",
"half": "top",
@@ -198806,7 +198916,7 @@
}
},
{
- "id": 12909,
+ "id": 13453,
"properties": {
"facing": "south",
"half": "top",
@@ -198815,7 +198925,7 @@
}
},
{
- "id": 12910,
+ "id": 13454,
"properties": {
"facing": "south",
"half": "top",
@@ -198824,7 +198934,7 @@
}
},
{
- "id": 12911,
+ "id": 13455,
"properties": {
"facing": "south",
"half": "top",
@@ -198833,7 +198943,7 @@
}
},
{
- "id": 12912,
+ "id": 13456,
"properties": {
"facing": "south",
"half": "top",
@@ -198842,7 +198952,7 @@
}
},
{
- "id": 12913,
+ "id": 13457,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198851,7 +198961,7 @@
}
},
{
- "id": 12914,
+ "id": 13458,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198860,7 +198970,7 @@
}
},
{
- "id": 12915,
+ "id": 13459,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198869,7 +198979,7 @@
}
},
{
- "id": 12916,
+ "id": 13460,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198878,7 +198988,7 @@
}
},
{
- "id": 12917,
+ "id": 13461,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198887,7 +198997,7 @@
}
},
{
- "id": 12918,
+ "id": 13462,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198896,7 +199006,7 @@
}
},
{
- "id": 12919,
+ "id": 13463,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198905,7 +199015,7 @@
}
},
{
- "id": 12920,
+ "id": 13464,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198914,7 +199024,7 @@
}
},
{
- "id": 12921,
+ "id": 13465,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198923,7 +199033,7 @@
}
},
{
- "id": 12922,
+ "id": 13466,
"properties": {
"facing": "south",
"half": "bottom",
@@ -198932,7 +199042,7 @@
}
},
{
- "id": 12923,
+ "id": 13467,
"properties": {
"facing": "west",
"half": "top",
@@ -198941,7 +199051,7 @@
}
},
{
- "id": 12924,
+ "id": 13468,
"properties": {
"facing": "west",
"half": "top",
@@ -198950,7 +199060,7 @@
}
},
{
- "id": 12925,
+ "id": 13469,
"properties": {
"facing": "west",
"half": "top",
@@ -198959,7 +199069,7 @@
}
},
{
- "id": 12926,
+ "id": 13470,
"properties": {
"facing": "west",
"half": "top",
@@ -198968,7 +199078,7 @@
}
},
{
- "id": 12927,
+ "id": 13471,
"properties": {
"facing": "west",
"half": "top",
@@ -198977,7 +199087,7 @@
}
},
{
- "id": 12928,
+ "id": 13472,
"properties": {
"facing": "west",
"half": "top",
@@ -198986,7 +199096,7 @@
}
},
{
- "id": 12929,
+ "id": 13473,
"properties": {
"facing": "west",
"half": "top",
@@ -198995,7 +199105,7 @@
}
},
{
- "id": 12930,
+ "id": 13474,
"properties": {
"facing": "west",
"half": "top",
@@ -199004,7 +199114,7 @@
}
},
{
- "id": 12931,
+ "id": 13475,
"properties": {
"facing": "west",
"half": "top",
@@ -199013,7 +199123,7 @@
}
},
{
- "id": 12932,
+ "id": 13476,
"properties": {
"facing": "west",
"half": "top",
@@ -199022,7 +199132,7 @@
}
},
{
- "id": 12933,
+ "id": 13477,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199031,7 +199141,7 @@
}
},
{
- "id": 12934,
+ "id": 13478,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199040,7 +199150,7 @@
}
},
{
- "id": 12935,
+ "id": 13479,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199049,7 +199159,7 @@
}
},
{
- "id": 12936,
+ "id": 13480,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199058,7 +199168,7 @@
}
},
{
- "id": 12937,
+ "id": 13481,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199067,7 +199177,7 @@
}
},
{
- "id": 12938,
+ "id": 13482,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199076,7 +199186,7 @@
}
},
{
- "id": 12939,
+ "id": 13483,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199085,7 +199195,7 @@
}
},
{
- "id": 12940,
+ "id": 13484,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199094,7 +199204,7 @@
}
},
{
- "id": 12941,
+ "id": 13485,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199103,7 +199213,7 @@
}
},
{
- "id": 12942,
+ "id": 13486,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199112,7 +199222,7 @@
}
},
{
- "id": 12943,
+ "id": 13487,
"properties": {
"facing": "east",
"half": "top",
@@ -199121,7 +199231,7 @@
}
},
{
- "id": 12944,
+ "id": 13488,
"properties": {
"facing": "east",
"half": "top",
@@ -199130,7 +199240,7 @@
}
},
{
- "id": 12945,
+ "id": 13489,
"properties": {
"facing": "east",
"half": "top",
@@ -199139,7 +199249,7 @@
}
},
{
- "id": 12946,
+ "id": 13490,
"properties": {
"facing": "east",
"half": "top",
@@ -199148,7 +199258,7 @@
}
},
{
- "id": 12947,
+ "id": 13491,
"properties": {
"facing": "east",
"half": "top",
@@ -199157,7 +199267,7 @@
}
},
{
- "id": 12948,
+ "id": 13492,
"properties": {
"facing": "east",
"half": "top",
@@ -199166,7 +199276,7 @@
}
},
{
- "id": 12949,
+ "id": 13493,
"properties": {
"facing": "east",
"half": "top",
@@ -199175,7 +199285,7 @@
}
},
{
- "id": 12950,
+ "id": 13494,
"properties": {
"facing": "east",
"half": "top",
@@ -199184,7 +199294,7 @@
}
},
{
- "id": 12951,
+ "id": 13495,
"properties": {
"facing": "east",
"half": "top",
@@ -199193,7 +199303,7 @@
}
},
{
- "id": 12952,
+ "id": 13496,
"properties": {
"facing": "east",
"half": "top",
@@ -199202,7 +199312,7 @@
}
},
{
- "id": 12953,
+ "id": 13497,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199211,7 +199321,7 @@
}
},
{
- "id": 12954,
+ "id": 13498,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199220,7 +199330,7 @@
}
},
{
- "id": 12955,
+ "id": 13499,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199229,7 +199339,7 @@
}
},
{
- "id": 12956,
+ "id": 13500,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199238,7 +199348,7 @@
}
},
{
- "id": 12957,
+ "id": 13501,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199247,7 +199357,7 @@
}
},
{
- "id": 12958,
+ "id": 13502,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199256,7 +199366,7 @@
}
},
{
- "id": 12959,
+ "id": 13503,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199265,7 +199375,7 @@
}
},
{
- "id": 12960,
+ "id": 13504,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199274,7 +199384,7 @@
}
},
{
- "id": 12961,
+ "id": 13505,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199283,7 +199393,7 @@
}
},
{
- "id": 12962,
+ "id": 13506,
"properties": {
"facing": "east",
"half": "bottom",
@@ -199301,7 +199411,7 @@
"states": [
{
"default": true,
- "id": 9490
+ "id": 10034
}
]
},
@@ -199313,7 +199423,7 @@
"states": [
{
"default": true,
- "id": 21193
+ "id": 21737
}
]
},
@@ -199331,20 +199441,20 @@
},
"states": [
{
- "id": 9492,
+ "id": 10036,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 9493,
+ "id": 10037,
"properties": {
"axis": "y"
}
},
{
- "id": 9494,
+ "id": 10038,
"properties": {
"axis": "z"
}
@@ -199369,21 +199479,21 @@
},
"states": [
{
- "id": 11623,
+ "id": 12167,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11624,
+ "id": 12168,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11625,
+ "id": 12169,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -199391,21 +199501,21 @@
},
{
"default": true,
- "id": 11626,
+ "id": 12170,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11627,
+ "id": 12171,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11628,
+ "id": 12172,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -199446,7 +199556,7 @@
},
"states": [
{
- "id": 9495,
+ "id": 10039,
"properties": {
"facing": "north",
"half": "top",
@@ -199455,7 +199565,7 @@
}
},
{
- "id": 9496,
+ "id": 10040,
"properties": {
"facing": "north",
"half": "top",
@@ -199464,7 +199574,7 @@
}
},
{
- "id": 9497,
+ "id": 10041,
"properties": {
"facing": "north",
"half": "top",
@@ -199473,7 +199583,7 @@
}
},
{
- "id": 9498,
+ "id": 10042,
"properties": {
"facing": "north",
"half": "top",
@@ -199482,7 +199592,7 @@
}
},
{
- "id": 9499,
+ "id": 10043,
"properties": {
"facing": "north",
"half": "top",
@@ -199491,7 +199601,7 @@
}
},
{
- "id": 9500,
+ "id": 10044,
"properties": {
"facing": "north",
"half": "top",
@@ -199500,7 +199610,7 @@
}
},
{
- "id": 9501,
+ "id": 10045,
"properties": {
"facing": "north",
"half": "top",
@@ -199509,7 +199619,7 @@
}
},
{
- "id": 9502,
+ "id": 10046,
"properties": {
"facing": "north",
"half": "top",
@@ -199518,7 +199628,7 @@
}
},
{
- "id": 9503,
+ "id": 10047,
"properties": {
"facing": "north",
"half": "top",
@@ -199527,7 +199637,7 @@
}
},
{
- "id": 9504,
+ "id": 10048,
"properties": {
"facing": "north",
"half": "top",
@@ -199536,7 +199646,7 @@
}
},
{
- "id": 9505,
+ "id": 10049,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199546,7 +199656,7 @@
},
{
"default": true,
- "id": 9506,
+ "id": 10050,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199555,7 +199665,7 @@
}
},
{
- "id": 9507,
+ "id": 10051,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199564,7 +199674,7 @@
}
},
{
- "id": 9508,
+ "id": 10052,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199573,7 +199683,7 @@
}
},
{
- "id": 9509,
+ "id": 10053,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199582,7 +199692,7 @@
}
},
{
- "id": 9510,
+ "id": 10054,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199591,7 +199701,7 @@
}
},
{
- "id": 9511,
+ "id": 10055,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199600,7 +199710,7 @@
}
},
{
- "id": 9512,
+ "id": 10056,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199609,7 +199719,7 @@
}
},
{
- "id": 9513,
+ "id": 10057,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199618,7 +199728,7 @@
}
},
{
- "id": 9514,
+ "id": 10058,
"properties": {
"facing": "north",
"half": "bottom",
@@ -199627,7 +199737,7 @@
}
},
{
- "id": 9515,
+ "id": 10059,
"properties": {
"facing": "south",
"half": "top",
@@ -199636,7 +199746,7 @@
}
},
{
- "id": 9516,
+ "id": 10060,
"properties": {
"facing": "south",
"half": "top",
@@ -199645,7 +199755,7 @@
}
},
{
- "id": 9517,
+ "id": 10061,
"properties": {
"facing": "south",
"half": "top",
@@ -199654,7 +199764,7 @@
}
},
{
- "id": 9518,
+ "id": 10062,
"properties": {
"facing": "south",
"half": "top",
@@ -199663,7 +199773,7 @@
}
},
{
- "id": 9519,
+ "id": 10063,
"properties": {
"facing": "south",
"half": "top",
@@ -199672,7 +199782,7 @@
}
},
{
- "id": 9520,
+ "id": 10064,
"properties": {
"facing": "south",
"half": "top",
@@ -199681,7 +199791,7 @@
}
},
{
- "id": 9521,
+ "id": 10065,
"properties": {
"facing": "south",
"half": "top",
@@ -199690,7 +199800,7 @@
}
},
{
- "id": 9522,
+ "id": 10066,
"properties": {
"facing": "south",
"half": "top",
@@ -199699,7 +199809,7 @@
}
},
{
- "id": 9523,
+ "id": 10067,
"properties": {
"facing": "south",
"half": "top",
@@ -199708,7 +199818,7 @@
}
},
{
- "id": 9524,
+ "id": 10068,
"properties": {
"facing": "south",
"half": "top",
@@ -199717,7 +199827,7 @@
}
},
{
- "id": 9525,
+ "id": 10069,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199726,7 +199836,7 @@
}
},
{
- "id": 9526,
+ "id": 10070,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199735,7 +199845,7 @@
}
},
{
- "id": 9527,
+ "id": 10071,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199744,7 +199854,7 @@
}
},
{
- "id": 9528,
+ "id": 10072,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199753,7 +199863,7 @@
}
},
{
- "id": 9529,
+ "id": 10073,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199762,7 +199872,7 @@
}
},
{
- "id": 9530,
+ "id": 10074,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199771,7 +199881,7 @@
}
},
{
- "id": 9531,
+ "id": 10075,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199780,7 +199890,7 @@
}
},
{
- "id": 9532,
+ "id": 10076,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199789,7 +199899,7 @@
}
},
{
- "id": 9533,
+ "id": 10077,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199798,7 +199908,7 @@
}
},
{
- "id": 9534,
+ "id": 10078,
"properties": {
"facing": "south",
"half": "bottom",
@@ -199807,7 +199917,7 @@
}
},
{
- "id": 9535,
+ "id": 10079,
"properties": {
"facing": "west",
"half": "top",
@@ -199816,7 +199926,7 @@
}
},
{
- "id": 9536,
+ "id": 10080,
"properties": {
"facing": "west",
"half": "top",
@@ -199825,7 +199935,7 @@
}
},
{
- "id": 9537,
+ "id": 10081,
"properties": {
"facing": "west",
"half": "top",
@@ -199834,7 +199944,7 @@
}
},
{
- "id": 9538,
+ "id": 10082,
"properties": {
"facing": "west",
"half": "top",
@@ -199843,7 +199953,7 @@
}
},
{
- "id": 9539,
+ "id": 10083,
"properties": {
"facing": "west",
"half": "top",
@@ -199852,7 +199962,7 @@
}
},
{
- "id": 9540,
+ "id": 10084,
"properties": {
"facing": "west",
"half": "top",
@@ -199861,7 +199971,7 @@
}
},
{
- "id": 9541,
+ "id": 10085,
"properties": {
"facing": "west",
"half": "top",
@@ -199870,7 +199980,7 @@
}
},
{
- "id": 9542,
+ "id": 10086,
"properties": {
"facing": "west",
"half": "top",
@@ -199879,7 +199989,7 @@
}
},
{
- "id": 9543,
+ "id": 10087,
"properties": {
"facing": "west",
"half": "top",
@@ -199888,7 +199998,7 @@
}
},
{
- "id": 9544,
+ "id": 10088,
"properties": {
"facing": "west",
"half": "top",
@@ -199897,7 +200007,7 @@
}
},
{
- "id": 9545,
+ "id": 10089,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199906,7 +200016,7 @@
}
},
{
- "id": 9546,
+ "id": 10090,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199915,7 +200025,7 @@
}
},
{
- "id": 9547,
+ "id": 10091,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199924,7 +200034,7 @@
}
},
{
- "id": 9548,
+ "id": 10092,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199933,7 +200043,7 @@
}
},
{
- "id": 9549,
+ "id": 10093,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199942,7 +200052,7 @@
}
},
{
- "id": 9550,
+ "id": 10094,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199951,7 +200061,7 @@
}
},
{
- "id": 9551,
+ "id": 10095,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199960,7 +200070,7 @@
}
},
{
- "id": 9552,
+ "id": 10096,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199969,7 +200079,7 @@
}
},
{
- "id": 9553,
+ "id": 10097,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199978,7 +200088,7 @@
}
},
{
- "id": 9554,
+ "id": 10098,
"properties": {
"facing": "west",
"half": "bottom",
@@ -199987,7 +200097,7 @@
}
},
{
- "id": 9555,
+ "id": 10099,
"properties": {
"facing": "east",
"half": "top",
@@ -199996,7 +200106,7 @@
}
},
{
- "id": 9556,
+ "id": 10100,
"properties": {
"facing": "east",
"half": "top",
@@ -200005,7 +200115,7 @@
}
},
{
- "id": 9557,
+ "id": 10101,
"properties": {
"facing": "east",
"half": "top",
@@ -200014,7 +200124,7 @@
}
},
{
- "id": 9558,
+ "id": 10102,
"properties": {
"facing": "east",
"half": "top",
@@ -200023,7 +200133,7 @@
}
},
{
- "id": 9559,
+ "id": 10103,
"properties": {
"facing": "east",
"half": "top",
@@ -200032,7 +200142,7 @@
}
},
{
- "id": 9560,
+ "id": 10104,
"properties": {
"facing": "east",
"half": "top",
@@ -200041,7 +200151,7 @@
}
},
{
- "id": 9561,
+ "id": 10105,
"properties": {
"facing": "east",
"half": "top",
@@ -200050,7 +200160,7 @@
}
},
{
- "id": 9562,
+ "id": 10106,
"properties": {
"facing": "east",
"half": "top",
@@ -200059,7 +200169,7 @@
}
},
{
- "id": 9563,
+ "id": 10107,
"properties": {
"facing": "east",
"half": "top",
@@ -200068,7 +200178,7 @@
}
},
{
- "id": 9564,
+ "id": 10108,
"properties": {
"facing": "east",
"half": "top",
@@ -200077,7 +200187,7 @@
}
},
{
- "id": 9565,
+ "id": 10109,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200086,7 +200196,7 @@
}
},
{
- "id": 9566,
+ "id": 10110,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200095,7 +200205,7 @@
}
},
{
- "id": 9567,
+ "id": 10111,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200104,7 +200214,7 @@
}
},
{
- "id": 9568,
+ "id": 10112,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200113,7 +200223,7 @@
}
},
{
- "id": 9569,
+ "id": 10113,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200122,7 +200232,7 @@
}
},
{
- "id": 9570,
+ "id": 10114,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200131,7 +200241,7 @@
}
},
{
- "id": 9571,
+ "id": 10115,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200140,7 +200250,7 @@
}
},
{
- "id": 9572,
+ "id": 10116,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200149,7 +200259,7 @@
}
},
{
- "id": 9573,
+ "id": 10117,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200158,7 +200268,7 @@
}
},
{
- "id": 9574,
+ "id": 10118,
"properties": {
"facing": "east",
"half": "bottom",
@@ -200193,7 +200303,7 @@
},
"states": [
{
- "id": 4746,
+ "id": 4749,
"properties": {
"shape": "north_south",
"waterlogged": "true"
@@ -200201,133 +200311,133 @@
},
{
"default": true,
- "id": 4747,
+ "id": 4750,
"properties": {
"shape": "north_south",
"waterlogged": "false"
}
},
- {
- "id": 4748,
- "properties": {
- "shape": "east_west",
- "waterlogged": "true"
- }
- },
- {
- "id": 4749,
- "properties": {
- "shape": "east_west",
- "waterlogged": "false"
- }
- },
- {
- "id": 4750,
- "properties": {
- "shape": "ascending_east",
- "waterlogged": "true"
- }
- },
{
"id": 4751,
"properties": {
- "shape": "ascending_east",
- "waterlogged": "false"
+ "shape": "east_west",
+ "waterlogged": "true"
}
},
{
"id": 4752,
"properties": {
- "shape": "ascending_west",
- "waterlogged": "true"
+ "shape": "east_west",
+ "waterlogged": "false"
}
},
{
"id": 4753,
"properties": {
- "shape": "ascending_west",
- "waterlogged": "false"
+ "shape": "ascending_east",
+ "waterlogged": "true"
}
},
{
"id": 4754,
"properties": {
- "shape": "ascending_north",
- "waterlogged": "true"
+ "shape": "ascending_east",
+ "waterlogged": "false"
}
},
{
"id": 4755,
"properties": {
- "shape": "ascending_north",
- "waterlogged": "false"
+ "shape": "ascending_west",
+ "waterlogged": "true"
}
},
{
"id": 4756,
"properties": {
- "shape": "ascending_south",
- "waterlogged": "true"
+ "shape": "ascending_west",
+ "waterlogged": "false"
}
},
{
"id": 4757,
"properties": {
- "shape": "ascending_south",
- "waterlogged": "false"
+ "shape": "ascending_north",
+ "waterlogged": "true"
}
},
{
"id": 4758,
"properties": {
- "shape": "south_east",
- "waterlogged": "true"
+ "shape": "ascending_north",
+ "waterlogged": "false"
}
},
{
"id": 4759,
"properties": {
- "shape": "south_east",
- "waterlogged": "false"
+ "shape": "ascending_south",
+ "waterlogged": "true"
}
},
{
"id": 4760,
"properties": {
- "shape": "south_west",
- "waterlogged": "true"
+ "shape": "ascending_south",
+ "waterlogged": "false"
}
},
{
"id": 4761,
+ "properties": {
+ "shape": "south_east",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4762,
+ "properties": {
+ "shape": "south_east",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4763,
+ "properties": {
+ "shape": "south_west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4764,
"properties": {
"shape": "south_west",
"waterlogged": "false"
}
},
{
- "id": 4762,
+ "id": 4765,
"properties": {
"shape": "north_west",
"waterlogged": "true"
}
},
{
- "id": 4763,
+ "id": 4766,
"properties": {
"shape": "north_west",
"waterlogged": "false"
}
},
{
- "id": 4764,
+ "id": 4767,
"properties": {
"shape": "north_east",
"waterlogged": "true"
}
},
{
- "id": 4765,
+ "id": 4768,
"properties": {
"shape": "north_east",
"waterlogged": "false"
@@ -200343,7 +200453,7 @@
"states": [
{
"default": true,
- "id": 27028
+ "id": 27572
}
]
},
@@ -200355,7 +200465,7 @@
"states": [
{
"default": true,
- "id": 27029
+ "id": 27573
}
]
},
@@ -200367,7 +200477,7 @@
"states": [
{
"default": true,
- "id": 27027
+ "id": 27571
}
]
},
@@ -200400,97 +200510,97 @@
"states": [
{
"default": true,
- "id": 11318,
+ "id": 11862,
"properties": {
"rotation": "0"
}
},
{
- "id": 11319,
+ "id": 11863,
"properties": {
"rotation": "1"
}
},
{
- "id": 11320,
+ "id": 11864,
"properties": {
"rotation": "2"
}
},
{
- "id": 11321,
+ "id": 11865,
"properties": {
"rotation": "3"
}
},
{
- "id": 11322,
+ "id": 11866,
"properties": {
"rotation": "4"
}
},
{
- "id": 11323,
+ "id": 11867,
"properties": {
"rotation": "5"
}
},
{
- "id": 11324,
+ "id": 11868,
"properties": {
"rotation": "6"
}
},
{
- "id": 11325,
+ "id": 11869,
"properties": {
"rotation": "7"
}
},
{
- "id": 11326,
+ "id": 11870,
"properties": {
"rotation": "8"
}
},
{
- "id": 11327,
+ "id": 11871,
"properties": {
"rotation": "9"
}
},
{
- "id": 11328,
+ "id": 11872,
"properties": {
"rotation": "10"
}
},
{
- "id": 11329,
+ "id": 11873,
"properties": {
"rotation": "11"
}
},
{
- "id": 11330,
+ "id": 11874,
"properties": {
"rotation": "12"
}
},
{
- "id": 11331,
+ "id": 11875,
"properties": {
"rotation": "13"
}
},
{
- "id": 11332,
+ "id": 11876,
"properties": {
"rotation": "14"
}
},
{
- "id": 11333,
+ "id": 11877,
"properties": {
"rotation": "15"
}
@@ -200674,7 +200784,7 @@
},
"states": [
{
- "id": 21434,
+ "id": 21978,
"properties": {
"candles": "1",
"lit": "true",
@@ -200682,7 +200792,7 @@
}
},
{
- "id": 21435,
+ "id": 21979,
"properties": {
"candles": "1",
"lit": "true",
@@ -200690,7 +200800,7 @@
}
},
{
- "id": 21436,
+ "id": 21980,
"properties": {
"candles": "1",
"lit": "false",
@@ -200699,7 +200809,7 @@
},
{
"default": true,
- "id": 21437,
+ "id": 21981,
"properties": {
"candles": "1",
"lit": "false",
@@ -200707,7 +200817,7 @@
}
},
{
- "id": 21438,
+ "id": 21982,
"properties": {
"candles": "2",
"lit": "true",
@@ -200715,7 +200825,7 @@
}
},
{
- "id": 21439,
+ "id": 21983,
"properties": {
"candles": "2",
"lit": "true",
@@ -200723,7 +200833,7 @@
}
},
{
- "id": 21440,
+ "id": 21984,
"properties": {
"candles": "2",
"lit": "false",
@@ -200731,7 +200841,7 @@
}
},
{
- "id": 21441,
+ "id": 21985,
"properties": {
"candles": "2",
"lit": "false",
@@ -200739,7 +200849,7 @@
}
},
{
- "id": 21442,
+ "id": 21986,
"properties": {
"candles": "3",
"lit": "true",
@@ -200747,7 +200857,7 @@
}
},
{
- "id": 21443,
+ "id": 21987,
"properties": {
"candles": "3",
"lit": "true",
@@ -200755,7 +200865,7 @@
}
},
{
- "id": 21444,
+ "id": 21988,
"properties": {
"candles": "3",
"lit": "false",
@@ -200763,7 +200873,7 @@
}
},
{
- "id": 21445,
+ "id": 21989,
"properties": {
"candles": "3",
"lit": "false",
@@ -200771,7 +200881,7 @@
}
},
{
- "id": 21446,
+ "id": 21990,
"properties": {
"candles": "4",
"lit": "true",
@@ -200779,7 +200889,7 @@
}
},
{
- "id": 21447,
+ "id": 21991,
"properties": {
"candles": "4",
"lit": "true",
@@ -200787,7 +200897,7 @@
}
},
{
- "id": 21448,
+ "id": 21992,
"properties": {
"candles": "4",
"lit": "false",
@@ -200795,7 +200905,7 @@
}
},
{
- "id": 21449,
+ "id": 21993,
"properties": {
"candles": "4",
"lit": "false",
@@ -200818,14 +200928,14 @@
},
"states": [
{
- "id": 21496,
+ "id": 22040,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21497,
+ "id": 22041,
"properties": {
"lit": "false"
}
@@ -200841,7 +200951,7 @@
"states": [
{
"default": true,
- "id": 11077
+ "id": 11621
}
]
},
@@ -200853,7 +200963,7 @@
"states": [
{
"default": true,
- "id": 13211
+ "id": 13755
}
]
},
@@ -200866,7 +200976,7 @@
"states": [
{
"default": true,
- "id": 13227
+ "id": 13771
}
]
},
@@ -200886,25 +200996,25 @@
"states": [
{
"default": true,
- "id": 13189,
+ "id": 13733,
"properties": {
"facing": "north"
}
},
{
- "id": 13190,
+ "id": 13734,
"properties": {
"facing": "south"
}
},
{
- "id": 13191,
+ "id": 13735,
"properties": {
"facing": "west"
}
},
{
- "id": 13192,
+ "id": 13736,
"properties": {
"facing": "east"
}
@@ -200958,47 +201068,14 @@
"states": [
{
"default": true,
- "id": 6843,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 6844,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
- }
- },
- {
- "id": 6845,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "west": "true"
- }
- },
- {
"id": 6846,
"properties": {
"down": "true",
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201007,9 +201084,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201018,9 +201095,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201029,9 +201106,9 @@
"down": "true",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201041,8 +201118,8 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201050,10 +201127,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201061,10 +201138,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201072,10 +201149,10 @@
"properties": {
"down": "true",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201085,8 +201162,8 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201095,9 +201172,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201106,9 +201183,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201117,9 +201194,9 @@
"down": "true",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201129,41 +201206,41 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6859,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6860,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 6861,
"properties": {
"down": "true",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201173,8 +201250,8 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201183,9 +201260,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201194,9 +201271,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201205,9 +201282,9 @@
"down": "true",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201217,8 +201294,8 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201226,10 +201303,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201237,10 +201314,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201248,10 +201325,10 @@
"properties": {
"down": "true",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201261,8 +201338,8 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201271,9 +201348,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201282,9 +201359,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201293,9 +201370,9 @@
"down": "true",
"east": "false",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201305,43 +201382,43 @@
"east": "false",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6875,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 6876,
- "properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
"up": "true",
"west": "false"
}
},
{
- "id": 6877,
+ "id": 6876,
"properties": {
- "down": "false",
- "east": "true",
- "north": "true",
- "south": "true",
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
"up": "false",
"west": "true"
}
},
+ {
+ "id": 6877,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "false"
+ }
+ },
{
"id": 6878,
"properties": {
@@ -201349,8 +201426,8 @@
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201359,9 +201436,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201370,9 +201447,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201381,9 +201458,9 @@
"down": "false",
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201393,8 +201470,8 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201402,10 +201479,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201413,10 +201490,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201424,10 +201501,10 @@
"properties": {
"down": "false",
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201437,8 +201514,8 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201447,9 +201524,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201458,9 +201535,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201469,9 +201546,9 @@
"down": "false",
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201481,41 +201558,41 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6891,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 6892,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 6893,
"properties": {
"down": "false",
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201525,8 +201602,8 @@
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201535,9 +201612,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201546,9 +201623,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201557,9 +201634,9 @@
"down": "false",
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201569,8 +201646,8 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -201578,10 +201655,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201589,10 +201666,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -201600,10 +201677,10 @@
"properties": {
"down": "false",
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -201613,12 +201690,45 @@
"east": "false",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 6903,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 6904,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 6905,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 6906,
"properties": {
"down": "false",
"east": "false",
@@ -201629,7 +201739,7 @@
}
},
{
- "id": 6904,
+ "id": 6907,
"properties": {
"down": "false",
"east": "false",
@@ -201640,7 +201750,7 @@
}
},
{
- "id": 6905,
+ "id": 6908,
"properties": {
"down": "false",
"east": "false",
@@ -201651,7 +201761,7 @@
}
},
{
- "id": 6906,
+ "id": 6909,
"properties": {
"down": "false",
"east": "false",
@@ -201681,21 +201791,21 @@
},
"states": [
{
- "id": 14611,
+ "id": 15155,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14612,
+ "id": 15156,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14613,
+ "id": 15157,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -201703,21 +201813,21 @@
},
{
"default": true,
- "id": 14614,
+ "id": 15158,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14615,
+ "id": 15159,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14616,
+ "id": 15160,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -201758,7 +201868,7 @@
},
"states": [
{
- "id": 14311,
+ "id": 14855,
"properties": {
"facing": "north",
"half": "top",
@@ -201767,7 +201877,7 @@
}
},
{
- "id": 14312,
+ "id": 14856,
"properties": {
"facing": "north",
"half": "top",
@@ -201776,7 +201886,7 @@
}
},
{
- "id": 14313,
+ "id": 14857,
"properties": {
"facing": "north",
"half": "top",
@@ -201785,7 +201895,7 @@
}
},
{
- "id": 14314,
+ "id": 14858,
"properties": {
"facing": "north",
"half": "top",
@@ -201794,7 +201904,7 @@
}
},
{
- "id": 14315,
+ "id": 14859,
"properties": {
"facing": "north",
"half": "top",
@@ -201803,7 +201913,7 @@
}
},
{
- "id": 14316,
+ "id": 14860,
"properties": {
"facing": "north",
"half": "top",
@@ -201812,7 +201922,7 @@
}
},
{
- "id": 14317,
+ "id": 14861,
"properties": {
"facing": "north",
"half": "top",
@@ -201821,7 +201931,7 @@
}
},
{
- "id": 14318,
+ "id": 14862,
"properties": {
"facing": "north",
"half": "top",
@@ -201830,7 +201940,7 @@
}
},
{
- "id": 14319,
+ "id": 14863,
"properties": {
"facing": "north",
"half": "top",
@@ -201839,7 +201949,7 @@
}
},
{
- "id": 14320,
+ "id": 14864,
"properties": {
"facing": "north",
"half": "top",
@@ -201848,7 +201958,7 @@
}
},
{
- "id": 14321,
+ "id": 14865,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201858,7 +201968,7 @@
},
{
"default": true,
- "id": 14322,
+ "id": 14866,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201867,7 +201977,7 @@
}
},
{
- "id": 14323,
+ "id": 14867,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201876,7 +201986,7 @@
}
},
{
- "id": 14324,
+ "id": 14868,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201885,7 +201995,7 @@
}
},
{
- "id": 14325,
+ "id": 14869,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201894,7 +202004,7 @@
}
},
{
- "id": 14326,
+ "id": 14870,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201903,7 +202013,7 @@
}
},
{
- "id": 14327,
+ "id": 14871,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201912,7 +202022,7 @@
}
},
{
- "id": 14328,
+ "id": 14872,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201921,7 +202031,7 @@
}
},
{
- "id": 14329,
+ "id": 14873,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201930,7 +202040,7 @@
}
},
{
- "id": 14330,
+ "id": 14874,
"properties": {
"facing": "north",
"half": "bottom",
@@ -201939,7 +202049,7 @@
}
},
{
- "id": 14331,
+ "id": 14875,
"properties": {
"facing": "south",
"half": "top",
@@ -201948,7 +202058,7 @@
}
},
{
- "id": 14332,
+ "id": 14876,
"properties": {
"facing": "south",
"half": "top",
@@ -201957,7 +202067,7 @@
}
},
{
- "id": 14333,
+ "id": 14877,
"properties": {
"facing": "south",
"half": "top",
@@ -201966,7 +202076,7 @@
}
},
{
- "id": 14334,
+ "id": 14878,
"properties": {
"facing": "south",
"half": "top",
@@ -201975,7 +202085,7 @@
}
},
{
- "id": 14335,
+ "id": 14879,
"properties": {
"facing": "south",
"half": "top",
@@ -201984,7 +202094,7 @@
}
},
{
- "id": 14336,
+ "id": 14880,
"properties": {
"facing": "south",
"half": "top",
@@ -201993,7 +202103,7 @@
}
},
{
- "id": 14337,
+ "id": 14881,
"properties": {
"facing": "south",
"half": "top",
@@ -202002,7 +202112,7 @@
}
},
{
- "id": 14338,
+ "id": 14882,
"properties": {
"facing": "south",
"half": "top",
@@ -202011,7 +202121,7 @@
}
},
{
- "id": 14339,
+ "id": 14883,
"properties": {
"facing": "south",
"half": "top",
@@ -202020,7 +202130,7 @@
}
},
{
- "id": 14340,
+ "id": 14884,
"properties": {
"facing": "south",
"half": "top",
@@ -202029,7 +202139,7 @@
}
},
{
- "id": 14341,
+ "id": 14885,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202038,7 +202148,7 @@
}
},
{
- "id": 14342,
+ "id": 14886,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202047,7 +202157,7 @@
}
},
{
- "id": 14343,
+ "id": 14887,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202056,7 +202166,7 @@
}
},
{
- "id": 14344,
+ "id": 14888,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202065,7 +202175,7 @@
}
},
{
- "id": 14345,
+ "id": 14889,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202074,7 +202184,7 @@
}
},
{
- "id": 14346,
+ "id": 14890,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202083,7 +202193,7 @@
}
},
{
- "id": 14347,
+ "id": 14891,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202092,7 +202202,7 @@
}
},
{
- "id": 14348,
+ "id": 14892,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202101,7 +202211,7 @@
}
},
{
- "id": 14349,
+ "id": 14893,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202110,7 +202220,7 @@
}
},
{
- "id": 14350,
+ "id": 14894,
"properties": {
"facing": "south",
"half": "bottom",
@@ -202119,7 +202229,7 @@
}
},
{
- "id": 14351,
+ "id": 14895,
"properties": {
"facing": "west",
"half": "top",
@@ -202128,7 +202238,7 @@
}
},
{
- "id": 14352,
+ "id": 14896,
"properties": {
"facing": "west",
"half": "top",
@@ -202137,7 +202247,7 @@
}
},
{
- "id": 14353,
+ "id": 14897,
"properties": {
"facing": "west",
"half": "top",
@@ -202146,7 +202256,7 @@
}
},
{
- "id": 14354,
+ "id": 14898,
"properties": {
"facing": "west",
"half": "top",
@@ -202155,7 +202265,7 @@
}
},
{
- "id": 14355,
+ "id": 14899,
"properties": {
"facing": "west",
"half": "top",
@@ -202164,7 +202274,7 @@
}
},
{
- "id": 14356,
+ "id": 14900,
"properties": {
"facing": "west",
"half": "top",
@@ -202173,7 +202283,7 @@
}
},
{
- "id": 14357,
+ "id": 14901,
"properties": {
"facing": "west",
"half": "top",
@@ -202182,7 +202292,7 @@
}
},
{
- "id": 14358,
+ "id": 14902,
"properties": {
"facing": "west",
"half": "top",
@@ -202191,7 +202301,7 @@
}
},
{
- "id": 14359,
+ "id": 14903,
"properties": {
"facing": "west",
"half": "top",
@@ -202200,7 +202310,7 @@
}
},
{
- "id": 14360,
+ "id": 14904,
"properties": {
"facing": "west",
"half": "top",
@@ -202209,7 +202319,7 @@
}
},
{
- "id": 14361,
+ "id": 14905,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202218,7 +202328,7 @@
}
},
{
- "id": 14362,
+ "id": 14906,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202227,7 +202337,7 @@
}
},
{
- "id": 14363,
+ "id": 14907,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202236,7 +202346,7 @@
}
},
{
- "id": 14364,
+ "id": 14908,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202245,7 +202355,7 @@
}
},
{
- "id": 14365,
+ "id": 14909,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202254,7 +202364,7 @@
}
},
{
- "id": 14366,
+ "id": 14910,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202263,7 +202373,7 @@
}
},
{
- "id": 14367,
+ "id": 14911,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202272,7 +202382,7 @@
}
},
{
- "id": 14368,
+ "id": 14912,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202281,7 +202391,7 @@
}
},
{
- "id": 14369,
+ "id": 14913,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202290,7 +202400,7 @@
}
},
{
- "id": 14370,
+ "id": 14914,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202299,7 +202409,7 @@
}
},
{
- "id": 14371,
+ "id": 14915,
"properties": {
"facing": "east",
"half": "top",
@@ -202308,7 +202418,7 @@
}
},
{
- "id": 14372,
+ "id": 14916,
"properties": {
"facing": "east",
"half": "top",
@@ -202317,7 +202427,7 @@
}
},
{
- "id": 14373,
+ "id": 14917,
"properties": {
"facing": "east",
"half": "top",
@@ -202326,7 +202436,7 @@
}
},
{
- "id": 14374,
+ "id": 14918,
"properties": {
"facing": "east",
"half": "top",
@@ -202335,7 +202445,7 @@
}
},
{
- "id": 14375,
+ "id": 14919,
"properties": {
"facing": "east",
"half": "top",
@@ -202344,7 +202454,7 @@
}
},
{
- "id": 14376,
+ "id": 14920,
"properties": {
"facing": "east",
"half": "top",
@@ -202353,7 +202463,7 @@
}
},
{
- "id": 14377,
+ "id": 14921,
"properties": {
"facing": "east",
"half": "top",
@@ -202362,7 +202472,7 @@
}
},
{
- "id": 14378,
+ "id": 14922,
"properties": {
"facing": "east",
"half": "top",
@@ -202371,7 +202481,7 @@
}
},
{
- "id": 14379,
+ "id": 14923,
"properties": {
"facing": "east",
"half": "top",
@@ -202380,7 +202490,7 @@
}
},
{
- "id": 14380,
+ "id": 14924,
"properties": {
"facing": "east",
"half": "top",
@@ -202389,7 +202499,7 @@
}
},
{
- "id": 14381,
+ "id": 14925,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202398,7 +202508,7 @@
}
},
{
- "id": 14382,
+ "id": 14926,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202407,7 +202517,7 @@
}
},
{
- "id": 14383,
+ "id": 14927,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202416,7 +202526,7 @@
}
},
{
- "id": 14384,
+ "id": 14928,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202425,7 +202535,7 @@
}
},
{
- "id": 14385,
+ "id": 14929,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202434,7 +202544,7 @@
}
},
{
- "id": 14386,
+ "id": 14930,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202443,7 +202553,7 @@
}
},
{
- "id": 14387,
+ "id": 14931,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202452,7 +202562,7 @@
}
},
{
- "id": 14388,
+ "id": 14932,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202461,7 +202571,7 @@
}
},
{
- "id": 14389,
+ "id": 14933,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202470,7 +202580,7 @@
}
},
{
- "id": 14390,
+ "id": 14934,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202517,7 +202627,7 @@
},
"states": [
{
- "id": 17545,
+ "id": 18089,
"properties": {
"east": "none",
"north": "none",
@@ -202528,7 +202638,7 @@
}
},
{
- "id": 17546,
+ "id": 18090,
"properties": {
"east": "none",
"north": "none",
@@ -202539,7 +202649,7 @@
}
},
{
- "id": 17547,
+ "id": 18091,
"properties": {
"east": "none",
"north": "none",
@@ -202551,7 +202661,7 @@
},
{
"default": true,
- "id": 17548,
+ "id": 18092,
"properties": {
"east": "none",
"north": "none",
@@ -202562,7 +202672,7 @@
}
},
{
- "id": 17549,
+ "id": 18093,
"properties": {
"east": "none",
"north": "none",
@@ -202573,7 +202683,7 @@
}
},
{
- "id": 17550,
+ "id": 18094,
"properties": {
"east": "none",
"north": "none",
@@ -202584,7 +202694,7 @@
}
},
{
- "id": 17551,
+ "id": 18095,
"properties": {
"east": "none",
"north": "none",
@@ -202595,7 +202705,7 @@
}
},
{
- "id": 17552,
+ "id": 18096,
"properties": {
"east": "none",
"north": "none",
@@ -202606,7 +202716,7 @@
}
},
{
- "id": 17553,
+ "id": 18097,
"properties": {
"east": "none",
"north": "none",
@@ -202617,7 +202727,7 @@
}
},
{
- "id": 17554,
+ "id": 18098,
"properties": {
"east": "none",
"north": "none",
@@ -202628,7 +202738,7 @@
}
},
{
- "id": 17555,
+ "id": 18099,
"properties": {
"east": "none",
"north": "none",
@@ -202639,7 +202749,7 @@
}
},
{
- "id": 17556,
+ "id": 18100,
"properties": {
"east": "none",
"north": "none",
@@ -202650,7 +202760,7 @@
}
},
{
- "id": 17557,
+ "id": 18101,
"properties": {
"east": "none",
"north": "none",
@@ -202661,7 +202771,7 @@
}
},
{
- "id": 17558,
+ "id": 18102,
"properties": {
"east": "none",
"north": "none",
@@ -202672,7 +202782,7 @@
}
},
{
- "id": 17559,
+ "id": 18103,
"properties": {
"east": "none",
"north": "none",
@@ -202683,7 +202793,7 @@
}
},
{
- "id": 17560,
+ "id": 18104,
"properties": {
"east": "none",
"north": "none",
@@ -202694,7 +202804,7 @@
}
},
{
- "id": 17561,
+ "id": 18105,
"properties": {
"east": "none",
"north": "none",
@@ -202705,7 +202815,7 @@
}
},
{
- "id": 17562,
+ "id": 18106,
"properties": {
"east": "none",
"north": "none",
@@ -202716,7 +202826,7 @@
}
},
{
- "id": 17563,
+ "id": 18107,
"properties": {
"east": "none",
"north": "none",
@@ -202727,7 +202837,7 @@
}
},
{
- "id": 17564,
+ "id": 18108,
"properties": {
"east": "none",
"north": "none",
@@ -202738,7 +202848,7 @@
}
},
{
- "id": 17565,
+ "id": 18109,
"properties": {
"east": "none",
"north": "none",
@@ -202749,7 +202859,7 @@
}
},
{
- "id": 17566,
+ "id": 18110,
"properties": {
"east": "none",
"north": "none",
@@ -202760,7 +202870,7 @@
}
},
{
- "id": 17567,
+ "id": 18111,
"properties": {
"east": "none",
"north": "none",
@@ -202771,7 +202881,7 @@
}
},
{
- "id": 17568,
+ "id": 18112,
"properties": {
"east": "none",
"north": "none",
@@ -202782,7 +202892,7 @@
}
},
{
- "id": 17569,
+ "id": 18113,
"properties": {
"east": "none",
"north": "none",
@@ -202793,7 +202903,7 @@
}
},
{
- "id": 17570,
+ "id": 18114,
"properties": {
"east": "none",
"north": "none",
@@ -202804,7 +202914,7 @@
}
},
{
- "id": 17571,
+ "id": 18115,
"properties": {
"east": "none",
"north": "none",
@@ -202815,7 +202925,7 @@
}
},
{
- "id": 17572,
+ "id": 18116,
"properties": {
"east": "none",
"north": "none",
@@ -202826,7 +202936,7 @@
}
},
{
- "id": 17573,
+ "id": 18117,
"properties": {
"east": "none",
"north": "none",
@@ -202837,7 +202947,7 @@
}
},
{
- "id": 17574,
+ "id": 18118,
"properties": {
"east": "none",
"north": "none",
@@ -202848,7 +202958,7 @@
}
},
{
- "id": 17575,
+ "id": 18119,
"properties": {
"east": "none",
"north": "none",
@@ -202859,7 +202969,7 @@
}
},
{
- "id": 17576,
+ "id": 18120,
"properties": {
"east": "none",
"north": "none",
@@ -202870,7 +202980,7 @@
}
},
{
- "id": 17577,
+ "id": 18121,
"properties": {
"east": "none",
"north": "none",
@@ -202881,7 +202991,7 @@
}
},
{
- "id": 17578,
+ "id": 18122,
"properties": {
"east": "none",
"north": "none",
@@ -202892,7 +203002,7 @@
}
},
{
- "id": 17579,
+ "id": 18123,
"properties": {
"east": "none",
"north": "none",
@@ -202903,7 +203013,7 @@
}
},
{
- "id": 17580,
+ "id": 18124,
"properties": {
"east": "none",
"north": "none",
@@ -202914,7 +203024,7 @@
}
},
{
- "id": 17581,
+ "id": 18125,
"properties": {
"east": "none",
"north": "low",
@@ -202925,7 +203035,7 @@
}
},
{
- "id": 17582,
+ "id": 18126,
"properties": {
"east": "none",
"north": "low",
@@ -202936,7 +203046,7 @@
}
},
{
- "id": 17583,
+ "id": 18127,
"properties": {
"east": "none",
"north": "low",
@@ -202947,7 +203057,7 @@
}
},
{
- "id": 17584,
+ "id": 18128,
"properties": {
"east": "none",
"north": "low",
@@ -202958,7 +203068,7 @@
}
},
{
- "id": 17585,
+ "id": 18129,
"properties": {
"east": "none",
"north": "low",
@@ -202969,7 +203079,7 @@
}
},
{
- "id": 17586,
+ "id": 18130,
"properties": {
"east": "none",
"north": "low",
@@ -202980,7 +203090,7 @@
}
},
{
- "id": 17587,
+ "id": 18131,
"properties": {
"east": "none",
"north": "low",
@@ -202991,7 +203101,7 @@
}
},
{
- "id": 17588,
+ "id": 18132,
"properties": {
"east": "none",
"north": "low",
@@ -203002,7 +203112,7 @@
}
},
{
- "id": 17589,
+ "id": 18133,
"properties": {
"east": "none",
"north": "low",
@@ -203013,7 +203123,7 @@
}
},
{
- "id": 17590,
+ "id": 18134,
"properties": {
"east": "none",
"north": "low",
@@ -203024,7 +203134,7 @@
}
},
{
- "id": 17591,
+ "id": 18135,
"properties": {
"east": "none",
"north": "low",
@@ -203035,7 +203145,7 @@
}
},
{
- "id": 17592,
+ "id": 18136,
"properties": {
"east": "none",
"north": "low",
@@ -203046,7 +203156,7 @@
}
},
{
- "id": 17593,
+ "id": 18137,
"properties": {
"east": "none",
"north": "low",
@@ -203057,7 +203167,7 @@
}
},
{
- "id": 17594,
+ "id": 18138,
"properties": {
"east": "none",
"north": "low",
@@ -203068,7 +203178,7 @@
}
},
{
- "id": 17595,
+ "id": 18139,
"properties": {
"east": "none",
"north": "low",
@@ -203079,7 +203189,7 @@
}
},
{
- "id": 17596,
+ "id": 18140,
"properties": {
"east": "none",
"north": "low",
@@ -203090,7 +203200,7 @@
}
},
{
- "id": 17597,
+ "id": 18141,
"properties": {
"east": "none",
"north": "low",
@@ -203101,7 +203211,7 @@
}
},
{
- "id": 17598,
+ "id": 18142,
"properties": {
"east": "none",
"north": "low",
@@ -203112,7 +203222,7 @@
}
},
{
- "id": 17599,
+ "id": 18143,
"properties": {
"east": "none",
"north": "low",
@@ -203123,7 +203233,7 @@
}
},
{
- "id": 17600,
+ "id": 18144,
"properties": {
"east": "none",
"north": "low",
@@ -203134,7 +203244,7 @@
}
},
{
- "id": 17601,
+ "id": 18145,
"properties": {
"east": "none",
"north": "low",
@@ -203145,7 +203255,7 @@
}
},
{
- "id": 17602,
+ "id": 18146,
"properties": {
"east": "none",
"north": "low",
@@ -203156,7 +203266,7 @@
}
},
{
- "id": 17603,
+ "id": 18147,
"properties": {
"east": "none",
"north": "low",
@@ -203167,7 +203277,7 @@
}
},
{
- "id": 17604,
+ "id": 18148,
"properties": {
"east": "none",
"north": "low",
@@ -203178,7 +203288,7 @@
}
},
{
- "id": 17605,
+ "id": 18149,
"properties": {
"east": "none",
"north": "low",
@@ -203189,7 +203299,7 @@
}
},
{
- "id": 17606,
+ "id": 18150,
"properties": {
"east": "none",
"north": "low",
@@ -203200,7 +203310,7 @@
}
},
{
- "id": 17607,
+ "id": 18151,
"properties": {
"east": "none",
"north": "low",
@@ -203211,7 +203321,7 @@
}
},
{
- "id": 17608,
+ "id": 18152,
"properties": {
"east": "none",
"north": "low",
@@ -203222,7 +203332,7 @@
}
},
{
- "id": 17609,
+ "id": 18153,
"properties": {
"east": "none",
"north": "low",
@@ -203233,7 +203343,7 @@
}
},
{
- "id": 17610,
+ "id": 18154,
"properties": {
"east": "none",
"north": "low",
@@ -203244,7 +203354,7 @@
}
},
{
- "id": 17611,
+ "id": 18155,
"properties": {
"east": "none",
"north": "low",
@@ -203255,7 +203365,7 @@
}
},
{
- "id": 17612,
+ "id": 18156,
"properties": {
"east": "none",
"north": "low",
@@ -203266,7 +203376,7 @@
}
},
{
- "id": 17613,
+ "id": 18157,
"properties": {
"east": "none",
"north": "low",
@@ -203277,7 +203387,7 @@
}
},
{
- "id": 17614,
+ "id": 18158,
"properties": {
"east": "none",
"north": "low",
@@ -203288,7 +203398,7 @@
}
},
{
- "id": 17615,
+ "id": 18159,
"properties": {
"east": "none",
"north": "low",
@@ -203299,7 +203409,7 @@
}
},
{
- "id": 17616,
+ "id": 18160,
"properties": {
"east": "none",
"north": "low",
@@ -203310,7 +203420,7 @@
}
},
{
- "id": 17617,
+ "id": 18161,
"properties": {
"east": "none",
"north": "tall",
@@ -203321,7 +203431,7 @@
}
},
{
- "id": 17618,
+ "id": 18162,
"properties": {
"east": "none",
"north": "tall",
@@ -203332,7 +203442,7 @@
}
},
{
- "id": 17619,
+ "id": 18163,
"properties": {
"east": "none",
"north": "tall",
@@ -203343,7 +203453,7 @@
}
},
{
- "id": 17620,
+ "id": 18164,
"properties": {
"east": "none",
"north": "tall",
@@ -203354,7 +203464,7 @@
}
},
{
- "id": 17621,
+ "id": 18165,
"properties": {
"east": "none",
"north": "tall",
@@ -203365,7 +203475,7 @@
}
},
{
- "id": 17622,
+ "id": 18166,
"properties": {
"east": "none",
"north": "tall",
@@ -203376,7 +203486,7 @@
}
},
{
- "id": 17623,
+ "id": 18167,
"properties": {
"east": "none",
"north": "tall",
@@ -203387,7 +203497,7 @@
}
},
{
- "id": 17624,
+ "id": 18168,
"properties": {
"east": "none",
"north": "tall",
@@ -203398,7 +203508,7 @@
}
},
{
- "id": 17625,
+ "id": 18169,
"properties": {
"east": "none",
"north": "tall",
@@ -203409,7 +203519,7 @@
}
},
{
- "id": 17626,
+ "id": 18170,
"properties": {
"east": "none",
"north": "tall",
@@ -203420,7 +203530,7 @@
}
},
{
- "id": 17627,
+ "id": 18171,
"properties": {
"east": "none",
"north": "tall",
@@ -203431,7 +203541,7 @@
}
},
{
- "id": 17628,
+ "id": 18172,
"properties": {
"east": "none",
"north": "tall",
@@ -203442,7 +203552,7 @@
}
},
{
- "id": 17629,
+ "id": 18173,
"properties": {
"east": "none",
"north": "tall",
@@ -203453,7 +203563,7 @@
}
},
{
- "id": 17630,
+ "id": 18174,
"properties": {
"east": "none",
"north": "tall",
@@ -203464,7 +203574,7 @@
}
},
{
- "id": 17631,
+ "id": 18175,
"properties": {
"east": "none",
"north": "tall",
@@ -203475,7 +203585,7 @@
}
},
{
- "id": 17632,
+ "id": 18176,
"properties": {
"east": "none",
"north": "tall",
@@ -203486,7 +203596,7 @@
}
},
{
- "id": 17633,
+ "id": 18177,
"properties": {
"east": "none",
"north": "tall",
@@ -203497,7 +203607,7 @@
}
},
{
- "id": 17634,
+ "id": 18178,
"properties": {
"east": "none",
"north": "tall",
@@ -203508,7 +203618,7 @@
}
},
{
- "id": 17635,
+ "id": 18179,
"properties": {
"east": "none",
"north": "tall",
@@ -203519,7 +203629,7 @@
}
},
{
- "id": 17636,
+ "id": 18180,
"properties": {
"east": "none",
"north": "tall",
@@ -203530,7 +203640,7 @@
}
},
{
- "id": 17637,
+ "id": 18181,
"properties": {
"east": "none",
"north": "tall",
@@ -203541,7 +203651,7 @@
}
},
{
- "id": 17638,
+ "id": 18182,
"properties": {
"east": "none",
"north": "tall",
@@ -203552,7 +203662,7 @@
}
},
{
- "id": 17639,
+ "id": 18183,
"properties": {
"east": "none",
"north": "tall",
@@ -203563,7 +203673,7 @@
}
},
{
- "id": 17640,
+ "id": 18184,
"properties": {
"east": "none",
"north": "tall",
@@ -203574,7 +203684,7 @@
}
},
{
- "id": 17641,
+ "id": 18185,
"properties": {
"east": "none",
"north": "tall",
@@ -203585,7 +203695,7 @@
}
},
{
- "id": 17642,
+ "id": 18186,
"properties": {
"east": "none",
"north": "tall",
@@ -203596,7 +203706,7 @@
}
},
{
- "id": 17643,
+ "id": 18187,
"properties": {
"east": "none",
"north": "tall",
@@ -203607,7 +203717,7 @@
}
},
{
- "id": 17644,
+ "id": 18188,
"properties": {
"east": "none",
"north": "tall",
@@ -203618,7 +203728,7 @@
}
},
{
- "id": 17645,
+ "id": 18189,
"properties": {
"east": "none",
"north": "tall",
@@ -203629,7 +203739,7 @@
}
},
{
- "id": 17646,
+ "id": 18190,
"properties": {
"east": "none",
"north": "tall",
@@ -203640,7 +203750,7 @@
}
},
{
- "id": 17647,
+ "id": 18191,
"properties": {
"east": "none",
"north": "tall",
@@ -203651,7 +203761,7 @@
}
},
{
- "id": 17648,
+ "id": 18192,
"properties": {
"east": "none",
"north": "tall",
@@ -203662,7 +203772,7 @@
}
},
{
- "id": 17649,
+ "id": 18193,
"properties": {
"east": "none",
"north": "tall",
@@ -203673,7 +203783,7 @@
}
},
{
- "id": 17650,
+ "id": 18194,
"properties": {
"east": "none",
"north": "tall",
@@ -203684,7 +203794,7 @@
}
},
{
- "id": 17651,
+ "id": 18195,
"properties": {
"east": "none",
"north": "tall",
@@ -203695,7 +203805,7 @@
}
},
{
- "id": 17652,
+ "id": 18196,
"properties": {
"east": "none",
"north": "tall",
@@ -203706,7 +203816,7 @@
}
},
{
- "id": 17653,
+ "id": 18197,
"properties": {
"east": "low",
"north": "none",
@@ -203717,7 +203827,7 @@
}
},
{
- "id": 17654,
+ "id": 18198,
"properties": {
"east": "low",
"north": "none",
@@ -203728,7 +203838,7 @@
}
},
{
- "id": 17655,
+ "id": 18199,
"properties": {
"east": "low",
"north": "none",
@@ -203739,7 +203849,7 @@
}
},
{
- "id": 17656,
+ "id": 18200,
"properties": {
"east": "low",
"north": "none",
@@ -203750,7 +203860,7 @@
}
},
{
- "id": 17657,
+ "id": 18201,
"properties": {
"east": "low",
"north": "none",
@@ -203761,7 +203871,7 @@
}
},
{
- "id": 17658,
+ "id": 18202,
"properties": {
"east": "low",
"north": "none",
@@ -203772,7 +203882,7 @@
}
},
{
- "id": 17659,
+ "id": 18203,
"properties": {
"east": "low",
"north": "none",
@@ -203783,7 +203893,7 @@
}
},
{
- "id": 17660,
+ "id": 18204,
"properties": {
"east": "low",
"north": "none",
@@ -203794,7 +203904,7 @@
}
},
{
- "id": 17661,
+ "id": 18205,
"properties": {
"east": "low",
"north": "none",
@@ -203805,7 +203915,7 @@
}
},
{
- "id": 17662,
+ "id": 18206,
"properties": {
"east": "low",
"north": "none",
@@ -203816,7 +203926,7 @@
}
},
{
- "id": 17663,
+ "id": 18207,
"properties": {
"east": "low",
"north": "none",
@@ -203827,7 +203937,7 @@
}
},
{
- "id": 17664,
+ "id": 18208,
"properties": {
"east": "low",
"north": "none",
@@ -203838,7 +203948,7 @@
}
},
{
- "id": 17665,
+ "id": 18209,
"properties": {
"east": "low",
"north": "none",
@@ -203849,7 +203959,7 @@
}
},
{
- "id": 17666,
+ "id": 18210,
"properties": {
"east": "low",
"north": "none",
@@ -203860,7 +203970,7 @@
}
},
{
- "id": 17667,
+ "id": 18211,
"properties": {
"east": "low",
"north": "none",
@@ -203871,7 +203981,7 @@
}
},
{
- "id": 17668,
+ "id": 18212,
"properties": {
"east": "low",
"north": "none",
@@ -203882,7 +203992,7 @@
}
},
{
- "id": 17669,
+ "id": 18213,
"properties": {
"east": "low",
"north": "none",
@@ -203893,7 +204003,7 @@
}
},
{
- "id": 17670,
+ "id": 18214,
"properties": {
"east": "low",
"north": "none",
@@ -203904,7 +204014,7 @@
}
},
{
- "id": 17671,
+ "id": 18215,
"properties": {
"east": "low",
"north": "none",
@@ -203915,7 +204025,7 @@
}
},
{
- "id": 17672,
+ "id": 18216,
"properties": {
"east": "low",
"north": "none",
@@ -203926,7 +204036,7 @@
}
},
{
- "id": 17673,
+ "id": 18217,
"properties": {
"east": "low",
"north": "none",
@@ -203937,7 +204047,7 @@
}
},
{
- "id": 17674,
+ "id": 18218,
"properties": {
"east": "low",
"north": "none",
@@ -203948,7 +204058,7 @@
}
},
{
- "id": 17675,
+ "id": 18219,
"properties": {
"east": "low",
"north": "none",
@@ -203959,7 +204069,7 @@
}
},
{
- "id": 17676,
+ "id": 18220,
"properties": {
"east": "low",
"north": "none",
@@ -203970,7 +204080,7 @@
}
},
{
- "id": 17677,
+ "id": 18221,
"properties": {
"east": "low",
"north": "none",
@@ -203981,7 +204091,7 @@
}
},
{
- "id": 17678,
+ "id": 18222,
"properties": {
"east": "low",
"north": "none",
@@ -203992,7 +204102,7 @@
}
},
{
- "id": 17679,
+ "id": 18223,
"properties": {
"east": "low",
"north": "none",
@@ -204003,7 +204113,7 @@
}
},
{
- "id": 17680,
+ "id": 18224,
"properties": {
"east": "low",
"north": "none",
@@ -204014,7 +204124,7 @@
}
},
{
- "id": 17681,
+ "id": 18225,
"properties": {
"east": "low",
"north": "none",
@@ -204025,7 +204135,7 @@
}
},
{
- "id": 17682,
+ "id": 18226,
"properties": {
"east": "low",
"north": "none",
@@ -204036,7 +204146,7 @@
}
},
{
- "id": 17683,
+ "id": 18227,
"properties": {
"east": "low",
"north": "none",
@@ -204047,7 +204157,7 @@
}
},
{
- "id": 17684,
+ "id": 18228,
"properties": {
"east": "low",
"north": "none",
@@ -204058,7 +204168,7 @@
}
},
{
- "id": 17685,
+ "id": 18229,
"properties": {
"east": "low",
"north": "none",
@@ -204069,7 +204179,7 @@
}
},
{
- "id": 17686,
+ "id": 18230,
"properties": {
"east": "low",
"north": "none",
@@ -204080,7 +204190,7 @@
}
},
{
- "id": 17687,
+ "id": 18231,
"properties": {
"east": "low",
"north": "none",
@@ -204091,7 +204201,7 @@
}
},
{
- "id": 17688,
+ "id": 18232,
"properties": {
"east": "low",
"north": "none",
@@ -204102,7 +204212,7 @@
}
},
{
- "id": 17689,
+ "id": 18233,
"properties": {
"east": "low",
"north": "low",
@@ -204113,7 +204223,7 @@
}
},
{
- "id": 17690,
+ "id": 18234,
"properties": {
"east": "low",
"north": "low",
@@ -204124,7 +204234,7 @@
}
},
{
- "id": 17691,
+ "id": 18235,
"properties": {
"east": "low",
"north": "low",
@@ -204135,7 +204245,7 @@
}
},
{
- "id": 17692,
+ "id": 18236,
"properties": {
"east": "low",
"north": "low",
@@ -204146,7 +204256,7 @@
}
},
{
- "id": 17693,
+ "id": 18237,
"properties": {
"east": "low",
"north": "low",
@@ -204157,7 +204267,7 @@
}
},
{
- "id": 17694,
+ "id": 18238,
"properties": {
"east": "low",
"north": "low",
@@ -204168,7 +204278,7 @@
}
},
{
- "id": 17695,
+ "id": 18239,
"properties": {
"east": "low",
"north": "low",
@@ -204179,7 +204289,7 @@
}
},
{
- "id": 17696,
+ "id": 18240,
"properties": {
"east": "low",
"north": "low",
@@ -204190,7 +204300,7 @@
}
},
{
- "id": 17697,
+ "id": 18241,
"properties": {
"east": "low",
"north": "low",
@@ -204201,7 +204311,7 @@
}
},
{
- "id": 17698,
+ "id": 18242,
"properties": {
"east": "low",
"north": "low",
@@ -204212,7 +204322,7 @@
}
},
{
- "id": 17699,
+ "id": 18243,
"properties": {
"east": "low",
"north": "low",
@@ -204223,7 +204333,7 @@
}
},
{
- "id": 17700,
+ "id": 18244,
"properties": {
"east": "low",
"north": "low",
@@ -204234,7 +204344,7 @@
}
},
{
- "id": 17701,
+ "id": 18245,
"properties": {
"east": "low",
"north": "low",
@@ -204245,7 +204355,7 @@
}
},
{
- "id": 17702,
+ "id": 18246,
"properties": {
"east": "low",
"north": "low",
@@ -204256,7 +204366,7 @@
}
},
{
- "id": 17703,
+ "id": 18247,
"properties": {
"east": "low",
"north": "low",
@@ -204267,7 +204377,7 @@
}
},
{
- "id": 17704,
+ "id": 18248,
"properties": {
"east": "low",
"north": "low",
@@ -204278,7 +204388,7 @@
}
},
{
- "id": 17705,
+ "id": 18249,
"properties": {
"east": "low",
"north": "low",
@@ -204289,7 +204399,7 @@
}
},
{
- "id": 17706,
+ "id": 18250,
"properties": {
"east": "low",
"north": "low",
@@ -204300,7 +204410,7 @@
}
},
{
- "id": 17707,
+ "id": 18251,
"properties": {
"east": "low",
"north": "low",
@@ -204311,7 +204421,7 @@
}
},
{
- "id": 17708,
+ "id": 18252,
"properties": {
"east": "low",
"north": "low",
@@ -204322,7 +204432,7 @@
}
},
{
- "id": 17709,
+ "id": 18253,
"properties": {
"east": "low",
"north": "low",
@@ -204333,7 +204443,7 @@
}
},
{
- "id": 17710,
+ "id": 18254,
"properties": {
"east": "low",
"north": "low",
@@ -204344,7 +204454,7 @@
}
},
{
- "id": 17711,
+ "id": 18255,
"properties": {
"east": "low",
"north": "low",
@@ -204355,7 +204465,7 @@
}
},
{
- "id": 17712,
+ "id": 18256,
"properties": {
"east": "low",
"north": "low",
@@ -204366,7 +204476,7 @@
}
},
{
- "id": 17713,
+ "id": 18257,
"properties": {
"east": "low",
"north": "low",
@@ -204377,7 +204487,7 @@
}
},
{
- "id": 17714,
+ "id": 18258,
"properties": {
"east": "low",
"north": "low",
@@ -204388,7 +204498,7 @@
}
},
{
- "id": 17715,
+ "id": 18259,
"properties": {
"east": "low",
"north": "low",
@@ -204399,7 +204509,7 @@
}
},
{
- "id": 17716,
+ "id": 18260,
"properties": {
"east": "low",
"north": "low",
@@ -204410,7 +204520,7 @@
}
},
{
- "id": 17717,
+ "id": 18261,
"properties": {
"east": "low",
"north": "low",
@@ -204421,7 +204531,7 @@
}
},
{
- "id": 17718,
+ "id": 18262,
"properties": {
"east": "low",
"north": "low",
@@ -204432,7 +204542,7 @@
}
},
{
- "id": 17719,
+ "id": 18263,
"properties": {
"east": "low",
"north": "low",
@@ -204443,7 +204553,7 @@
}
},
{
- "id": 17720,
+ "id": 18264,
"properties": {
"east": "low",
"north": "low",
@@ -204454,7 +204564,7 @@
}
},
{
- "id": 17721,
+ "id": 18265,
"properties": {
"east": "low",
"north": "low",
@@ -204465,7 +204575,7 @@
}
},
{
- "id": 17722,
+ "id": 18266,
"properties": {
"east": "low",
"north": "low",
@@ -204476,7 +204586,7 @@
}
},
{
- "id": 17723,
+ "id": 18267,
"properties": {
"east": "low",
"north": "low",
@@ -204487,7 +204597,7 @@
}
},
{
- "id": 17724,
+ "id": 18268,
"properties": {
"east": "low",
"north": "low",
@@ -204498,7 +204608,7 @@
}
},
{
- "id": 17725,
+ "id": 18269,
"properties": {
"east": "low",
"north": "tall",
@@ -204509,7 +204619,7 @@
}
},
{
- "id": 17726,
+ "id": 18270,
"properties": {
"east": "low",
"north": "tall",
@@ -204520,7 +204630,7 @@
}
},
{
- "id": 17727,
+ "id": 18271,
"properties": {
"east": "low",
"north": "tall",
@@ -204531,7 +204641,7 @@
}
},
{
- "id": 17728,
+ "id": 18272,
"properties": {
"east": "low",
"north": "tall",
@@ -204542,7 +204652,7 @@
}
},
{
- "id": 17729,
+ "id": 18273,
"properties": {
"east": "low",
"north": "tall",
@@ -204553,7 +204663,7 @@
}
},
{
- "id": 17730,
+ "id": 18274,
"properties": {
"east": "low",
"north": "tall",
@@ -204564,7 +204674,7 @@
}
},
{
- "id": 17731,
+ "id": 18275,
"properties": {
"east": "low",
"north": "tall",
@@ -204575,7 +204685,7 @@
}
},
{
- "id": 17732,
+ "id": 18276,
"properties": {
"east": "low",
"north": "tall",
@@ -204586,7 +204696,7 @@
}
},
{
- "id": 17733,
+ "id": 18277,
"properties": {
"east": "low",
"north": "tall",
@@ -204597,7 +204707,7 @@
}
},
{
- "id": 17734,
+ "id": 18278,
"properties": {
"east": "low",
"north": "tall",
@@ -204608,7 +204718,7 @@
}
},
{
- "id": 17735,
+ "id": 18279,
"properties": {
"east": "low",
"north": "tall",
@@ -204619,7 +204729,7 @@
}
},
{
- "id": 17736,
+ "id": 18280,
"properties": {
"east": "low",
"north": "tall",
@@ -204630,7 +204740,7 @@
}
},
{
- "id": 17737,
+ "id": 18281,
"properties": {
"east": "low",
"north": "tall",
@@ -204641,7 +204751,7 @@
}
},
{
- "id": 17738,
+ "id": 18282,
"properties": {
"east": "low",
"north": "tall",
@@ -204652,7 +204762,7 @@
}
},
{
- "id": 17739,
+ "id": 18283,
"properties": {
"east": "low",
"north": "tall",
@@ -204663,7 +204773,7 @@
}
},
{
- "id": 17740,
+ "id": 18284,
"properties": {
"east": "low",
"north": "tall",
@@ -204674,7 +204784,7 @@
}
},
{
- "id": 17741,
+ "id": 18285,
"properties": {
"east": "low",
"north": "tall",
@@ -204685,7 +204795,7 @@
}
},
{
- "id": 17742,
+ "id": 18286,
"properties": {
"east": "low",
"north": "tall",
@@ -204696,7 +204806,7 @@
}
},
{
- "id": 17743,
+ "id": 18287,
"properties": {
"east": "low",
"north": "tall",
@@ -204707,7 +204817,7 @@
}
},
{
- "id": 17744,
+ "id": 18288,
"properties": {
"east": "low",
"north": "tall",
@@ -204718,7 +204828,7 @@
}
},
{
- "id": 17745,
+ "id": 18289,
"properties": {
"east": "low",
"north": "tall",
@@ -204729,7 +204839,7 @@
}
},
{
- "id": 17746,
+ "id": 18290,
"properties": {
"east": "low",
"north": "tall",
@@ -204740,7 +204850,7 @@
}
},
{
- "id": 17747,
+ "id": 18291,
"properties": {
"east": "low",
"north": "tall",
@@ -204751,7 +204861,7 @@
}
},
{
- "id": 17748,
+ "id": 18292,
"properties": {
"east": "low",
"north": "tall",
@@ -204762,7 +204872,7 @@
}
},
{
- "id": 17749,
+ "id": 18293,
"properties": {
"east": "low",
"north": "tall",
@@ -204773,7 +204883,7 @@
}
},
{
- "id": 17750,
+ "id": 18294,
"properties": {
"east": "low",
"north": "tall",
@@ -204784,7 +204894,7 @@
}
},
{
- "id": 17751,
+ "id": 18295,
"properties": {
"east": "low",
"north": "tall",
@@ -204795,7 +204905,7 @@
}
},
{
- "id": 17752,
+ "id": 18296,
"properties": {
"east": "low",
"north": "tall",
@@ -204806,7 +204916,7 @@
}
},
{
- "id": 17753,
+ "id": 18297,
"properties": {
"east": "low",
"north": "tall",
@@ -204817,7 +204927,7 @@
}
},
{
- "id": 17754,
+ "id": 18298,
"properties": {
"east": "low",
"north": "tall",
@@ -204828,7 +204938,7 @@
}
},
{
- "id": 17755,
+ "id": 18299,
"properties": {
"east": "low",
"north": "tall",
@@ -204839,7 +204949,7 @@
}
},
{
- "id": 17756,
+ "id": 18300,
"properties": {
"east": "low",
"north": "tall",
@@ -204850,7 +204960,7 @@
}
},
{
- "id": 17757,
+ "id": 18301,
"properties": {
"east": "low",
"north": "tall",
@@ -204861,7 +204971,7 @@
}
},
{
- "id": 17758,
+ "id": 18302,
"properties": {
"east": "low",
"north": "tall",
@@ -204872,7 +204982,7 @@
}
},
{
- "id": 17759,
+ "id": 18303,
"properties": {
"east": "low",
"north": "tall",
@@ -204883,7 +204993,7 @@
}
},
{
- "id": 17760,
+ "id": 18304,
"properties": {
"east": "low",
"north": "tall",
@@ -204894,7 +205004,7 @@
}
},
{
- "id": 17761,
+ "id": 18305,
"properties": {
"east": "tall",
"north": "none",
@@ -204905,7 +205015,7 @@
}
},
{
- "id": 17762,
+ "id": 18306,
"properties": {
"east": "tall",
"north": "none",
@@ -204916,7 +205026,7 @@
}
},
{
- "id": 17763,
+ "id": 18307,
"properties": {
"east": "tall",
"north": "none",
@@ -204927,7 +205037,7 @@
}
},
{
- "id": 17764,
+ "id": 18308,
"properties": {
"east": "tall",
"north": "none",
@@ -204938,7 +205048,7 @@
}
},
{
- "id": 17765,
+ "id": 18309,
"properties": {
"east": "tall",
"north": "none",
@@ -204949,7 +205059,7 @@
}
},
{
- "id": 17766,
+ "id": 18310,
"properties": {
"east": "tall",
"north": "none",
@@ -204960,7 +205070,7 @@
}
},
{
- "id": 17767,
+ "id": 18311,
"properties": {
"east": "tall",
"north": "none",
@@ -204971,7 +205081,7 @@
}
},
{
- "id": 17768,
+ "id": 18312,
"properties": {
"east": "tall",
"north": "none",
@@ -204982,7 +205092,7 @@
}
},
{
- "id": 17769,
+ "id": 18313,
"properties": {
"east": "tall",
"north": "none",
@@ -204993,7 +205103,7 @@
}
},
{
- "id": 17770,
+ "id": 18314,
"properties": {
"east": "tall",
"north": "none",
@@ -205004,7 +205114,7 @@
}
},
{
- "id": 17771,
+ "id": 18315,
"properties": {
"east": "tall",
"north": "none",
@@ -205015,7 +205125,7 @@
}
},
{
- "id": 17772,
+ "id": 18316,
"properties": {
"east": "tall",
"north": "none",
@@ -205026,7 +205136,7 @@
}
},
{
- "id": 17773,
+ "id": 18317,
"properties": {
"east": "tall",
"north": "none",
@@ -205037,7 +205147,7 @@
}
},
{
- "id": 17774,
+ "id": 18318,
"properties": {
"east": "tall",
"north": "none",
@@ -205048,7 +205158,7 @@
}
},
{
- "id": 17775,
+ "id": 18319,
"properties": {
"east": "tall",
"north": "none",
@@ -205059,7 +205169,7 @@
}
},
{
- "id": 17776,
+ "id": 18320,
"properties": {
"east": "tall",
"north": "none",
@@ -205070,7 +205180,7 @@
}
},
{
- "id": 17777,
+ "id": 18321,
"properties": {
"east": "tall",
"north": "none",
@@ -205081,7 +205191,7 @@
}
},
{
- "id": 17778,
+ "id": 18322,
"properties": {
"east": "tall",
"north": "none",
@@ -205092,7 +205202,7 @@
}
},
{
- "id": 17779,
+ "id": 18323,
"properties": {
"east": "tall",
"north": "none",
@@ -205103,7 +205213,7 @@
}
},
{
- "id": 17780,
+ "id": 18324,
"properties": {
"east": "tall",
"north": "none",
@@ -205114,7 +205224,7 @@
}
},
{
- "id": 17781,
+ "id": 18325,
"properties": {
"east": "tall",
"north": "none",
@@ -205125,7 +205235,7 @@
}
},
{
- "id": 17782,
+ "id": 18326,
"properties": {
"east": "tall",
"north": "none",
@@ -205136,7 +205246,7 @@
}
},
{
- "id": 17783,
+ "id": 18327,
"properties": {
"east": "tall",
"north": "none",
@@ -205147,7 +205257,7 @@
}
},
{
- "id": 17784,
+ "id": 18328,
"properties": {
"east": "tall",
"north": "none",
@@ -205158,7 +205268,7 @@
}
},
{
- "id": 17785,
+ "id": 18329,
"properties": {
"east": "tall",
"north": "none",
@@ -205169,7 +205279,7 @@
}
},
{
- "id": 17786,
+ "id": 18330,
"properties": {
"east": "tall",
"north": "none",
@@ -205180,7 +205290,7 @@
}
},
{
- "id": 17787,
+ "id": 18331,
"properties": {
"east": "tall",
"north": "none",
@@ -205191,7 +205301,7 @@
}
},
{
- "id": 17788,
+ "id": 18332,
"properties": {
"east": "tall",
"north": "none",
@@ -205202,7 +205312,7 @@
}
},
{
- "id": 17789,
+ "id": 18333,
"properties": {
"east": "tall",
"north": "none",
@@ -205213,7 +205323,7 @@
}
},
{
- "id": 17790,
+ "id": 18334,
"properties": {
"east": "tall",
"north": "none",
@@ -205224,7 +205334,7 @@
}
},
{
- "id": 17791,
+ "id": 18335,
"properties": {
"east": "tall",
"north": "none",
@@ -205235,7 +205345,7 @@
}
},
{
- "id": 17792,
+ "id": 18336,
"properties": {
"east": "tall",
"north": "none",
@@ -205246,7 +205356,7 @@
}
},
{
- "id": 17793,
+ "id": 18337,
"properties": {
"east": "tall",
"north": "none",
@@ -205257,7 +205367,7 @@
}
},
{
- "id": 17794,
+ "id": 18338,
"properties": {
"east": "tall",
"north": "none",
@@ -205268,7 +205378,7 @@
}
},
{
- "id": 17795,
+ "id": 18339,
"properties": {
"east": "tall",
"north": "none",
@@ -205279,7 +205389,7 @@
}
},
{
- "id": 17796,
+ "id": 18340,
"properties": {
"east": "tall",
"north": "none",
@@ -205290,7 +205400,7 @@
}
},
{
- "id": 17797,
+ "id": 18341,
"properties": {
"east": "tall",
"north": "low",
@@ -205301,7 +205411,7 @@
}
},
{
- "id": 17798,
+ "id": 18342,
"properties": {
"east": "tall",
"north": "low",
@@ -205312,7 +205422,7 @@
}
},
{
- "id": 17799,
+ "id": 18343,
"properties": {
"east": "tall",
"north": "low",
@@ -205323,7 +205433,7 @@
}
},
{
- "id": 17800,
+ "id": 18344,
"properties": {
"east": "tall",
"north": "low",
@@ -205334,7 +205444,7 @@
}
},
{
- "id": 17801,
+ "id": 18345,
"properties": {
"east": "tall",
"north": "low",
@@ -205345,7 +205455,7 @@
}
},
{
- "id": 17802,
+ "id": 18346,
"properties": {
"east": "tall",
"north": "low",
@@ -205356,7 +205466,7 @@
}
},
{
- "id": 17803,
+ "id": 18347,
"properties": {
"east": "tall",
"north": "low",
@@ -205367,7 +205477,7 @@
}
},
{
- "id": 17804,
+ "id": 18348,
"properties": {
"east": "tall",
"north": "low",
@@ -205378,7 +205488,7 @@
}
},
{
- "id": 17805,
+ "id": 18349,
"properties": {
"east": "tall",
"north": "low",
@@ -205389,7 +205499,7 @@
}
},
{
- "id": 17806,
+ "id": 18350,
"properties": {
"east": "tall",
"north": "low",
@@ -205400,7 +205510,7 @@
}
},
{
- "id": 17807,
+ "id": 18351,
"properties": {
"east": "tall",
"north": "low",
@@ -205411,7 +205521,7 @@
}
},
{
- "id": 17808,
+ "id": 18352,
"properties": {
"east": "tall",
"north": "low",
@@ -205422,7 +205532,7 @@
}
},
{
- "id": 17809,
+ "id": 18353,
"properties": {
"east": "tall",
"north": "low",
@@ -205433,7 +205543,7 @@
}
},
{
- "id": 17810,
+ "id": 18354,
"properties": {
"east": "tall",
"north": "low",
@@ -205444,7 +205554,7 @@
}
},
{
- "id": 17811,
+ "id": 18355,
"properties": {
"east": "tall",
"north": "low",
@@ -205455,7 +205565,7 @@
}
},
{
- "id": 17812,
+ "id": 18356,
"properties": {
"east": "tall",
"north": "low",
@@ -205466,7 +205576,7 @@
}
},
{
- "id": 17813,
+ "id": 18357,
"properties": {
"east": "tall",
"north": "low",
@@ -205477,7 +205587,7 @@
}
},
{
- "id": 17814,
+ "id": 18358,
"properties": {
"east": "tall",
"north": "low",
@@ -205488,7 +205598,7 @@
}
},
{
- "id": 17815,
+ "id": 18359,
"properties": {
"east": "tall",
"north": "low",
@@ -205499,7 +205609,7 @@
}
},
{
- "id": 17816,
+ "id": 18360,
"properties": {
"east": "tall",
"north": "low",
@@ -205510,7 +205620,7 @@
}
},
{
- "id": 17817,
+ "id": 18361,
"properties": {
"east": "tall",
"north": "low",
@@ -205521,7 +205631,7 @@
}
},
{
- "id": 17818,
+ "id": 18362,
"properties": {
"east": "tall",
"north": "low",
@@ -205532,7 +205642,7 @@
}
},
{
- "id": 17819,
+ "id": 18363,
"properties": {
"east": "tall",
"north": "low",
@@ -205543,7 +205653,7 @@
}
},
{
- "id": 17820,
+ "id": 18364,
"properties": {
"east": "tall",
"north": "low",
@@ -205554,7 +205664,7 @@
}
},
{
- "id": 17821,
+ "id": 18365,
"properties": {
"east": "tall",
"north": "low",
@@ -205565,7 +205675,7 @@
}
},
{
- "id": 17822,
+ "id": 18366,
"properties": {
"east": "tall",
"north": "low",
@@ -205576,7 +205686,7 @@
}
},
{
- "id": 17823,
+ "id": 18367,
"properties": {
"east": "tall",
"north": "low",
@@ -205587,7 +205697,7 @@
}
},
{
- "id": 17824,
+ "id": 18368,
"properties": {
"east": "tall",
"north": "low",
@@ -205598,7 +205708,7 @@
}
},
{
- "id": 17825,
+ "id": 18369,
"properties": {
"east": "tall",
"north": "low",
@@ -205609,7 +205719,7 @@
}
},
{
- "id": 17826,
+ "id": 18370,
"properties": {
"east": "tall",
"north": "low",
@@ -205620,7 +205730,7 @@
}
},
{
- "id": 17827,
+ "id": 18371,
"properties": {
"east": "tall",
"north": "low",
@@ -205631,7 +205741,7 @@
}
},
{
- "id": 17828,
+ "id": 18372,
"properties": {
"east": "tall",
"north": "low",
@@ -205642,7 +205752,7 @@
}
},
{
- "id": 17829,
+ "id": 18373,
"properties": {
"east": "tall",
"north": "low",
@@ -205653,7 +205763,7 @@
}
},
{
- "id": 17830,
+ "id": 18374,
"properties": {
"east": "tall",
"north": "low",
@@ -205664,7 +205774,7 @@
}
},
{
- "id": 17831,
+ "id": 18375,
"properties": {
"east": "tall",
"north": "low",
@@ -205675,7 +205785,7 @@
}
},
{
- "id": 17832,
+ "id": 18376,
"properties": {
"east": "tall",
"north": "low",
@@ -205686,7 +205796,7 @@
}
},
{
- "id": 17833,
+ "id": 18377,
"properties": {
"east": "tall",
"north": "tall",
@@ -205697,7 +205807,7 @@
}
},
{
- "id": 17834,
+ "id": 18378,
"properties": {
"east": "tall",
"north": "tall",
@@ -205708,7 +205818,7 @@
}
},
{
- "id": 17835,
+ "id": 18379,
"properties": {
"east": "tall",
"north": "tall",
@@ -205719,7 +205829,7 @@
}
},
{
- "id": 17836,
+ "id": 18380,
"properties": {
"east": "tall",
"north": "tall",
@@ -205730,7 +205840,7 @@
}
},
{
- "id": 17837,
+ "id": 18381,
"properties": {
"east": "tall",
"north": "tall",
@@ -205741,7 +205851,7 @@
}
},
{
- "id": 17838,
+ "id": 18382,
"properties": {
"east": "tall",
"north": "tall",
@@ -205752,7 +205862,7 @@
}
},
{
- "id": 17839,
+ "id": 18383,
"properties": {
"east": "tall",
"north": "tall",
@@ -205763,7 +205873,7 @@
}
},
{
- "id": 17840,
+ "id": 18384,
"properties": {
"east": "tall",
"north": "tall",
@@ -205774,7 +205884,7 @@
}
},
{
- "id": 17841,
+ "id": 18385,
"properties": {
"east": "tall",
"north": "tall",
@@ -205785,7 +205895,7 @@
}
},
{
- "id": 17842,
+ "id": 18386,
"properties": {
"east": "tall",
"north": "tall",
@@ -205796,7 +205906,7 @@
}
},
{
- "id": 17843,
+ "id": 18387,
"properties": {
"east": "tall",
"north": "tall",
@@ -205807,7 +205917,7 @@
}
},
{
- "id": 17844,
+ "id": 18388,
"properties": {
"east": "tall",
"north": "tall",
@@ -205818,7 +205928,7 @@
}
},
{
- "id": 17845,
+ "id": 18389,
"properties": {
"east": "tall",
"north": "tall",
@@ -205829,7 +205939,7 @@
}
},
{
- "id": 17846,
+ "id": 18390,
"properties": {
"east": "tall",
"north": "tall",
@@ -205840,7 +205950,7 @@
}
},
{
- "id": 17847,
+ "id": 18391,
"properties": {
"east": "tall",
"north": "tall",
@@ -205851,7 +205961,7 @@
}
},
{
- "id": 17848,
+ "id": 18392,
"properties": {
"east": "tall",
"north": "tall",
@@ -205862,7 +205972,7 @@
}
},
{
- "id": 17849,
+ "id": 18393,
"properties": {
"east": "tall",
"north": "tall",
@@ -205873,7 +205983,7 @@
}
},
{
- "id": 17850,
+ "id": 18394,
"properties": {
"east": "tall",
"north": "tall",
@@ -205884,7 +205994,7 @@
}
},
{
- "id": 17851,
+ "id": 18395,
"properties": {
"east": "tall",
"north": "tall",
@@ -205895,7 +206005,7 @@
}
},
{
- "id": 17852,
+ "id": 18396,
"properties": {
"east": "tall",
"north": "tall",
@@ -205906,7 +206016,7 @@
}
},
{
- "id": 17853,
+ "id": 18397,
"properties": {
"east": "tall",
"north": "tall",
@@ -205917,7 +206027,7 @@
}
},
{
- "id": 17854,
+ "id": 18398,
"properties": {
"east": "tall",
"north": "tall",
@@ -205928,7 +206038,7 @@
}
},
{
- "id": 17855,
+ "id": 18399,
"properties": {
"east": "tall",
"north": "tall",
@@ -205939,7 +206049,7 @@
}
},
{
- "id": 17856,
+ "id": 18400,
"properties": {
"east": "tall",
"north": "tall",
@@ -205950,7 +206060,7 @@
}
},
{
- "id": 17857,
+ "id": 18401,
"properties": {
"east": "tall",
"north": "tall",
@@ -205961,7 +206071,7 @@
}
},
{
- "id": 17858,
+ "id": 18402,
"properties": {
"east": "tall",
"north": "tall",
@@ -205972,7 +206082,7 @@
}
},
{
- "id": 17859,
+ "id": 18403,
"properties": {
"east": "tall",
"north": "tall",
@@ -205983,7 +206093,7 @@
}
},
{
- "id": 17860,
+ "id": 18404,
"properties": {
"east": "tall",
"north": "tall",
@@ -205994,7 +206104,7 @@
}
},
{
- "id": 17861,
+ "id": 18405,
"properties": {
"east": "tall",
"north": "tall",
@@ -206005,7 +206115,7 @@
}
},
{
- "id": 17862,
+ "id": 18406,
"properties": {
"east": "tall",
"north": "tall",
@@ -206016,7 +206126,7 @@
}
},
{
- "id": 17863,
+ "id": 18407,
"properties": {
"east": "tall",
"north": "tall",
@@ -206027,7 +206137,7 @@
}
},
{
- "id": 17864,
+ "id": 18408,
"properties": {
"east": "tall",
"north": "tall",
@@ -206038,7 +206148,7 @@
}
},
{
- "id": 17865,
+ "id": 18409,
"properties": {
"east": "tall",
"north": "tall",
@@ -206049,7 +206159,7 @@
}
},
{
- "id": 17866,
+ "id": 18410,
"properties": {
"east": "tall",
"north": "tall",
@@ -206060,7 +206170,7 @@
}
},
{
- "id": 17867,
+ "id": 18411,
"properties": {
"east": "tall",
"north": "tall",
@@ -206071,7 +206181,7 @@
}
},
{
- "id": 17868,
+ "id": 18412,
"properties": {
"east": "tall",
"north": "tall",
@@ -206091,7 +206201,7 @@
"states": [
{
"default": true,
- "id": 13014
+ "id": 13558
}
]
},
@@ -206116,7 +206226,7 @@
"states": [
{
"default": true,
- "id": 11414
+ "id": 11958
}
]
},
@@ -206138,21 +206248,21 @@
},
"states": [
{
- "id": 11629,
+ "id": 12173,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11630,
+ "id": 12174,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11631,
+ "id": 12175,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -206160,21 +206270,21 @@
},
{
"default": true,
- "id": 11632,
+ "id": 12176,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11633,
+ "id": 12177,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11634,
+ "id": 12178,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -206215,7 +206325,7 @@
},
"states": [
{
- "id": 11417,
+ "id": 11961,
"properties": {
"facing": "north",
"half": "top",
@@ -206224,7 +206334,7 @@
}
},
{
- "id": 11418,
+ "id": 11962,
"properties": {
"facing": "north",
"half": "top",
@@ -206233,7 +206343,7 @@
}
},
{
- "id": 11419,
+ "id": 11963,
"properties": {
"facing": "north",
"half": "top",
@@ -206242,7 +206352,7 @@
}
},
{
- "id": 11420,
+ "id": 11964,
"properties": {
"facing": "north",
"half": "top",
@@ -206251,7 +206361,7 @@
}
},
{
- "id": 11421,
+ "id": 11965,
"properties": {
"facing": "north",
"half": "top",
@@ -206260,7 +206370,7 @@
}
},
{
- "id": 11422,
+ "id": 11966,
"properties": {
"facing": "north",
"half": "top",
@@ -206269,7 +206379,7 @@
}
},
{
- "id": 11423,
+ "id": 11967,
"properties": {
"facing": "north",
"half": "top",
@@ -206278,7 +206388,7 @@
}
},
{
- "id": 11424,
+ "id": 11968,
"properties": {
"facing": "north",
"half": "top",
@@ -206287,7 +206397,7 @@
}
},
{
- "id": 11425,
+ "id": 11969,
"properties": {
"facing": "north",
"half": "top",
@@ -206296,7 +206406,7 @@
}
},
{
- "id": 11426,
+ "id": 11970,
"properties": {
"facing": "north",
"half": "top",
@@ -206305,7 +206415,7 @@
}
},
{
- "id": 11427,
+ "id": 11971,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206315,7 +206425,7 @@
},
{
"default": true,
- "id": 11428,
+ "id": 11972,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206324,7 +206434,7 @@
}
},
{
- "id": 11429,
+ "id": 11973,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206333,7 +206443,7 @@
}
},
{
- "id": 11430,
+ "id": 11974,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206342,7 +206452,7 @@
}
},
{
- "id": 11431,
+ "id": 11975,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206351,7 +206461,7 @@
}
},
{
- "id": 11432,
+ "id": 11976,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206360,7 +206470,7 @@
}
},
{
- "id": 11433,
+ "id": 11977,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206369,7 +206479,7 @@
}
},
{
- "id": 11434,
+ "id": 11978,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206378,7 +206488,7 @@
}
},
{
- "id": 11435,
+ "id": 11979,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206387,7 +206497,7 @@
}
},
{
- "id": 11436,
+ "id": 11980,
"properties": {
"facing": "north",
"half": "bottom",
@@ -206396,7 +206506,7 @@
}
},
{
- "id": 11437,
+ "id": 11981,
"properties": {
"facing": "south",
"half": "top",
@@ -206405,7 +206515,7 @@
}
},
{
- "id": 11438,
+ "id": 11982,
"properties": {
"facing": "south",
"half": "top",
@@ -206414,7 +206524,7 @@
}
},
{
- "id": 11439,
+ "id": 11983,
"properties": {
"facing": "south",
"half": "top",
@@ -206423,7 +206533,7 @@
}
},
{
- "id": 11440,
+ "id": 11984,
"properties": {
"facing": "south",
"half": "top",
@@ -206432,7 +206542,7 @@
}
},
{
- "id": 11441,
+ "id": 11985,
"properties": {
"facing": "south",
"half": "top",
@@ -206441,7 +206551,7 @@
}
},
{
- "id": 11442,
+ "id": 11986,
"properties": {
"facing": "south",
"half": "top",
@@ -206450,7 +206560,7 @@
}
},
{
- "id": 11443,
+ "id": 11987,
"properties": {
"facing": "south",
"half": "top",
@@ -206459,7 +206569,7 @@
}
},
{
- "id": 11444,
+ "id": 11988,
"properties": {
"facing": "south",
"half": "top",
@@ -206468,7 +206578,7 @@
}
},
{
- "id": 11445,
+ "id": 11989,
"properties": {
"facing": "south",
"half": "top",
@@ -206477,7 +206587,7 @@
}
},
{
- "id": 11446,
+ "id": 11990,
"properties": {
"facing": "south",
"half": "top",
@@ -206486,7 +206596,7 @@
}
},
{
- "id": 11447,
+ "id": 11991,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206495,7 +206605,7 @@
}
},
{
- "id": 11448,
+ "id": 11992,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206504,7 +206614,7 @@
}
},
{
- "id": 11449,
+ "id": 11993,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206513,7 +206623,7 @@
}
},
{
- "id": 11450,
+ "id": 11994,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206522,7 +206632,7 @@
}
},
{
- "id": 11451,
+ "id": 11995,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206531,7 +206641,7 @@
}
},
{
- "id": 11452,
+ "id": 11996,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206540,7 +206650,7 @@
}
},
{
- "id": 11453,
+ "id": 11997,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206549,7 +206659,7 @@
}
},
{
- "id": 11454,
+ "id": 11998,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206558,7 +206668,7 @@
}
},
{
- "id": 11455,
+ "id": 11999,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206567,7 +206677,7 @@
}
},
{
- "id": 11456,
+ "id": 12000,
"properties": {
"facing": "south",
"half": "bottom",
@@ -206576,7 +206686,7 @@
}
},
{
- "id": 11457,
+ "id": 12001,
"properties": {
"facing": "west",
"half": "top",
@@ -206585,7 +206695,7 @@
}
},
{
- "id": 11458,
+ "id": 12002,
"properties": {
"facing": "west",
"half": "top",
@@ -206594,7 +206704,7 @@
}
},
{
- "id": 11459,
+ "id": 12003,
"properties": {
"facing": "west",
"half": "top",
@@ -206603,7 +206713,7 @@
}
},
{
- "id": 11460,
+ "id": 12004,
"properties": {
"facing": "west",
"half": "top",
@@ -206612,7 +206722,7 @@
}
},
{
- "id": 11461,
+ "id": 12005,
"properties": {
"facing": "west",
"half": "top",
@@ -206621,7 +206731,7 @@
}
},
{
- "id": 11462,
+ "id": 12006,
"properties": {
"facing": "west",
"half": "top",
@@ -206630,7 +206740,7 @@
}
},
{
- "id": 11463,
+ "id": 12007,
"properties": {
"facing": "west",
"half": "top",
@@ -206639,7 +206749,7 @@
}
},
{
- "id": 11464,
+ "id": 12008,
"properties": {
"facing": "west",
"half": "top",
@@ -206648,7 +206758,7 @@
}
},
{
- "id": 11465,
+ "id": 12009,
"properties": {
"facing": "west",
"half": "top",
@@ -206657,7 +206767,7 @@
}
},
{
- "id": 11466,
+ "id": 12010,
"properties": {
"facing": "west",
"half": "top",
@@ -206666,7 +206776,7 @@
}
},
{
- "id": 11467,
+ "id": 12011,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206675,7 +206785,7 @@
}
},
{
- "id": 11468,
+ "id": 12012,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206684,7 +206794,7 @@
}
},
{
- "id": 11469,
+ "id": 12013,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206693,7 +206803,7 @@
}
},
{
- "id": 11470,
+ "id": 12014,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206702,7 +206812,7 @@
}
},
{
- "id": 11471,
+ "id": 12015,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206711,7 +206821,7 @@
}
},
{
- "id": 11472,
+ "id": 12016,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206720,7 +206830,7 @@
}
},
{
- "id": 11473,
+ "id": 12017,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206729,7 +206839,7 @@
}
},
{
- "id": 11474,
+ "id": 12018,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206738,7 +206848,7 @@
}
},
{
- "id": 11475,
+ "id": 12019,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206747,7 +206857,7 @@
}
},
{
- "id": 11476,
+ "id": 12020,
"properties": {
"facing": "west",
"half": "bottom",
@@ -206756,7 +206866,7 @@
}
},
{
- "id": 11477,
+ "id": 12021,
"properties": {
"facing": "east",
"half": "top",
@@ -206765,7 +206875,7 @@
}
},
{
- "id": 11478,
+ "id": 12022,
"properties": {
"facing": "east",
"half": "top",
@@ -206774,7 +206884,7 @@
}
},
{
- "id": 11479,
+ "id": 12023,
"properties": {
"facing": "east",
"half": "top",
@@ -206783,7 +206893,7 @@
}
},
{
- "id": 11480,
+ "id": 12024,
"properties": {
"facing": "east",
"half": "top",
@@ -206792,7 +206902,7 @@
}
},
{
- "id": 11481,
+ "id": 12025,
"properties": {
"facing": "east",
"half": "top",
@@ -206801,7 +206911,7 @@
}
},
{
- "id": 11482,
+ "id": 12026,
"properties": {
"facing": "east",
"half": "top",
@@ -206810,7 +206920,7 @@
}
},
{
- "id": 11483,
+ "id": 12027,
"properties": {
"facing": "east",
"half": "top",
@@ -206819,7 +206929,7 @@
}
},
{
- "id": 11484,
+ "id": 12028,
"properties": {
"facing": "east",
"half": "top",
@@ -206828,7 +206938,7 @@
}
},
{
- "id": 11485,
+ "id": 12029,
"properties": {
"facing": "east",
"half": "top",
@@ -206837,7 +206947,7 @@
}
},
{
- "id": 11486,
+ "id": 12030,
"properties": {
"facing": "east",
"half": "top",
@@ -206846,7 +206956,7 @@
}
},
{
- "id": 11487,
+ "id": 12031,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206855,7 +206965,7 @@
}
},
{
- "id": 11488,
+ "id": 12032,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206864,7 +206974,7 @@
}
},
{
- "id": 11489,
+ "id": 12033,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206873,7 +206983,7 @@
}
},
{
- "id": 11490,
+ "id": 12034,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206882,7 +206992,7 @@
}
},
{
- "id": 11491,
+ "id": 12035,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206891,7 +207001,7 @@
}
},
{
- "id": 11492,
+ "id": 12036,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206900,7 +207010,7 @@
}
},
{
- "id": 11493,
+ "id": 12037,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206909,7 +207019,7 @@
}
},
{
- "id": 11494,
+ "id": 12038,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206918,7 +207028,7 @@
}
},
{
- "id": 11495,
+ "id": 12039,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206927,7 +207037,7 @@
}
},
{
- "id": 11496,
+ "id": 12040,
"properties": {
"facing": "east",
"half": "bottom",
@@ -206974,7 +207084,7 @@
},
"states": [
{
- "id": 15277,
+ "id": 15821,
"properties": {
"east": "none",
"north": "none",
@@ -206985,7 +207095,7 @@
}
},
{
- "id": 15278,
+ "id": 15822,
"properties": {
"east": "none",
"north": "none",
@@ -206996,7 +207106,7 @@
}
},
{
- "id": 15279,
+ "id": 15823,
"properties": {
"east": "none",
"north": "none",
@@ -207008,7 +207118,7 @@
},
{
"default": true,
- "id": 15280,
+ "id": 15824,
"properties": {
"east": "none",
"north": "none",
@@ -207019,7 +207129,7 @@
}
},
{
- "id": 15281,
+ "id": 15825,
"properties": {
"east": "none",
"north": "none",
@@ -207030,7 +207140,7 @@
}
},
{
- "id": 15282,
+ "id": 15826,
"properties": {
"east": "none",
"north": "none",
@@ -207041,7 +207151,7 @@
}
},
{
- "id": 15283,
+ "id": 15827,
"properties": {
"east": "none",
"north": "none",
@@ -207052,7 +207162,7 @@
}
},
{
- "id": 15284,
+ "id": 15828,
"properties": {
"east": "none",
"north": "none",
@@ -207063,7 +207173,7 @@
}
},
{
- "id": 15285,
+ "id": 15829,
"properties": {
"east": "none",
"north": "none",
@@ -207074,7 +207184,7 @@
}
},
{
- "id": 15286,
+ "id": 15830,
"properties": {
"east": "none",
"north": "none",
@@ -207085,7 +207195,7 @@
}
},
{
- "id": 15287,
+ "id": 15831,
"properties": {
"east": "none",
"north": "none",
@@ -207096,7 +207206,7 @@
}
},
{
- "id": 15288,
+ "id": 15832,
"properties": {
"east": "none",
"north": "none",
@@ -207107,7 +207217,7 @@
}
},
{
- "id": 15289,
+ "id": 15833,
"properties": {
"east": "none",
"north": "none",
@@ -207118,7 +207228,7 @@
}
},
{
- "id": 15290,
+ "id": 15834,
"properties": {
"east": "none",
"north": "none",
@@ -207129,7 +207239,7 @@
}
},
{
- "id": 15291,
+ "id": 15835,
"properties": {
"east": "none",
"north": "none",
@@ -207140,7 +207250,7 @@
}
},
{
- "id": 15292,
+ "id": 15836,
"properties": {
"east": "none",
"north": "none",
@@ -207151,7 +207261,7 @@
}
},
{
- "id": 15293,
+ "id": 15837,
"properties": {
"east": "none",
"north": "none",
@@ -207162,7 +207272,7 @@
}
},
{
- "id": 15294,
+ "id": 15838,
"properties": {
"east": "none",
"north": "none",
@@ -207173,7 +207283,7 @@
}
},
{
- "id": 15295,
+ "id": 15839,
"properties": {
"east": "none",
"north": "none",
@@ -207184,7 +207294,7 @@
}
},
{
- "id": 15296,
+ "id": 15840,
"properties": {
"east": "none",
"north": "none",
@@ -207195,7 +207305,7 @@
}
},
{
- "id": 15297,
+ "id": 15841,
"properties": {
"east": "none",
"north": "none",
@@ -207206,7 +207316,7 @@
}
},
{
- "id": 15298,
+ "id": 15842,
"properties": {
"east": "none",
"north": "none",
@@ -207217,7 +207327,7 @@
}
},
{
- "id": 15299,
+ "id": 15843,
"properties": {
"east": "none",
"north": "none",
@@ -207228,7 +207338,7 @@
}
},
{
- "id": 15300,
+ "id": 15844,
"properties": {
"east": "none",
"north": "none",
@@ -207239,7 +207349,7 @@
}
},
{
- "id": 15301,
+ "id": 15845,
"properties": {
"east": "none",
"north": "none",
@@ -207250,7 +207360,7 @@
}
},
{
- "id": 15302,
+ "id": 15846,
"properties": {
"east": "none",
"north": "none",
@@ -207261,7 +207371,7 @@
}
},
{
- "id": 15303,
+ "id": 15847,
"properties": {
"east": "none",
"north": "none",
@@ -207272,7 +207382,7 @@
}
},
{
- "id": 15304,
+ "id": 15848,
"properties": {
"east": "none",
"north": "none",
@@ -207283,7 +207393,7 @@
}
},
{
- "id": 15305,
+ "id": 15849,
"properties": {
"east": "none",
"north": "none",
@@ -207294,7 +207404,7 @@
}
},
{
- "id": 15306,
+ "id": 15850,
"properties": {
"east": "none",
"north": "none",
@@ -207305,7 +207415,7 @@
}
},
{
- "id": 15307,
+ "id": 15851,
"properties": {
"east": "none",
"north": "none",
@@ -207316,7 +207426,7 @@
}
},
{
- "id": 15308,
+ "id": 15852,
"properties": {
"east": "none",
"north": "none",
@@ -207327,7 +207437,7 @@
}
},
{
- "id": 15309,
+ "id": 15853,
"properties": {
"east": "none",
"north": "none",
@@ -207338,7 +207448,7 @@
}
},
{
- "id": 15310,
+ "id": 15854,
"properties": {
"east": "none",
"north": "none",
@@ -207349,7 +207459,7 @@
}
},
{
- "id": 15311,
+ "id": 15855,
"properties": {
"east": "none",
"north": "none",
@@ -207360,7 +207470,7 @@
}
},
{
- "id": 15312,
+ "id": 15856,
"properties": {
"east": "none",
"north": "none",
@@ -207371,7 +207481,7 @@
}
},
{
- "id": 15313,
+ "id": 15857,
"properties": {
"east": "none",
"north": "low",
@@ -207382,7 +207492,7 @@
}
},
{
- "id": 15314,
+ "id": 15858,
"properties": {
"east": "none",
"north": "low",
@@ -207393,7 +207503,7 @@
}
},
{
- "id": 15315,
+ "id": 15859,
"properties": {
"east": "none",
"north": "low",
@@ -207404,7 +207514,7 @@
}
},
{
- "id": 15316,
+ "id": 15860,
"properties": {
"east": "none",
"north": "low",
@@ -207415,7 +207525,7 @@
}
},
{
- "id": 15317,
+ "id": 15861,
"properties": {
"east": "none",
"north": "low",
@@ -207426,7 +207536,7 @@
}
},
{
- "id": 15318,
+ "id": 15862,
"properties": {
"east": "none",
"north": "low",
@@ -207437,7 +207547,7 @@
}
},
{
- "id": 15319,
+ "id": 15863,
"properties": {
"east": "none",
"north": "low",
@@ -207448,7 +207558,7 @@
}
},
{
- "id": 15320,
+ "id": 15864,
"properties": {
"east": "none",
"north": "low",
@@ -207459,7 +207569,7 @@
}
},
{
- "id": 15321,
+ "id": 15865,
"properties": {
"east": "none",
"north": "low",
@@ -207470,7 +207580,7 @@
}
},
{
- "id": 15322,
+ "id": 15866,
"properties": {
"east": "none",
"north": "low",
@@ -207481,7 +207591,7 @@
}
},
{
- "id": 15323,
+ "id": 15867,
"properties": {
"east": "none",
"north": "low",
@@ -207492,7 +207602,7 @@
}
},
{
- "id": 15324,
+ "id": 15868,
"properties": {
"east": "none",
"north": "low",
@@ -207503,7 +207613,7 @@
}
},
{
- "id": 15325,
+ "id": 15869,
"properties": {
"east": "none",
"north": "low",
@@ -207514,7 +207624,7 @@
}
},
{
- "id": 15326,
+ "id": 15870,
"properties": {
"east": "none",
"north": "low",
@@ -207525,7 +207635,7 @@
}
},
{
- "id": 15327,
+ "id": 15871,
"properties": {
"east": "none",
"north": "low",
@@ -207536,7 +207646,7 @@
}
},
{
- "id": 15328,
+ "id": 15872,
"properties": {
"east": "none",
"north": "low",
@@ -207547,7 +207657,7 @@
}
},
{
- "id": 15329,
+ "id": 15873,
"properties": {
"east": "none",
"north": "low",
@@ -207558,7 +207668,7 @@
}
},
{
- "id": 15330,
+ "id": 15874,
"properties": {
"east": "none",
"north": "low",
@@ -207569,7 +207679,7 @@
}
},
{
- "id": 15331,
+ "id": 15875,
"properties": {
"east": "none",
"north": "low",
@@ -207580,7 +207690,7 @@
}
},
{
- "id": 15332,
+ "id": 15876,
"properties": {
"east": "none",
"north": "low",
@@ -207591,7 +207701,7 @@
}
},
{
- "id": 15333,
+ "id": 15877,
"properties": {
"east": "none",
"north": "low",
@@ -207602,7 +207712,7 @@
}
},
{
- "id": 15334,
+ "id": 15878,
"properties": {
"east": "none",
"north": "low",
@@ -207613,7 +207723,7 @@
}
},
{
- "id": 15335,
+ "id": 15879,
"properties": {
"east": "none",
"north": "low",
@@ -207624,7 +207734,7 @@
}
},
{
- "id": 15336,
+ "id": 15880,
"properties": {
"east": "none",
"north": "low",
@@ -207635,7 +207745,7 @@
}
},
{
- "id": 15337,
+ "id": 15881,
"properties": {
"east": "none",
"north": "low",
@@ -207646,7 +207756,7 @@
}
},
{
- "id": 15338,
+ "id": 15882,
"properties": {
"east": "none",
"north": "low",
@@ -207657,7 +207767,7 @@
}
},
{
- "id": 15339,
+ "id": 15883,
"properties": {
"east": "none",
"north": "low",
@@ -207668,7 +207778,7 @@
}
},
{
- "id": 15340,
+ "id": 15884,
"properties": {
"east": "none",
"north": "low",
@@ -207679,7 +207789,7 @@
}
},
{
- "id": 15341,
+ "id": 15885,
"properties": {
"east": "none",
"north": "low",
@@ -207690,7 +207800,7 @@
}
},
{
- "id": 15342,
+ "id": 15886,
"properties": {
"east": "none",
"north": "low",
@@ -207701,7 +207811,7 @@
}
},
{
- "id": 15343,
+ "id": 15887,
"properties": {
"east": "none",
"north": "low",
@@ -207712,7 +207822,7 @@
}
},
{
- "id": 15344,
+ "id": 15888,
"properties": {
"east": "none",
"north": "low",
@@ -207723,7 +207833,7 @@
}
},
{
- "id": 15345,
+ "id": 15889,
"properties": {
"east": "none",
"north": "low",
@@ -207734,7 +207844,7 @@
}
},
{
- "id": 15346,
+ "id": 15890,
"properties": {
"east": "none",
"north": "low",
@@ -207745,7 +207855,7 @@
}
},
{
- "id": 15347,
+ "id": 15891,
"properties": {
"east": "none",
"north": "low",
@@ -207756,7 +207866,7 @@
}
},
{
- "id": 15348,
+ "id": 15892,
"properties": {
"east": "none",
"north": "low",
@@ -207767,7 +207877,7 @@
}
},
{
- "id": 15349,
+ "id": 15893,
"properties": {
"east": "none",
"north": "tall",
@@ -207778,7 +207888,7 @@
}
},
{
- "id": 15350,
+ "id": 15894,
"properties": {
"east": "none",
"north": "tall",
@@ -207789,7 +207899,7 @@
}
},
{
- "id": 15351,
+ "id": 15895,
"properties": {
"east": "none",
"north": "tall",
@@ -207800,7 +207910,7 @@
}
},
{
- "id": 15352,
+ "id": 15896,
"properties": {
"east": "none",
"north": "tall",
@@ -207811,7 +207921,7 @@
}
},
{
- "id": 15353,
+ "id": 15897,
"properties": {
"east": "none",
"north": "tall",
@@ -207822,7 +207932,7 @@
}
},
{
- "id": 15354,
+ "id": 15898,
"properties": {
"east": "none",
"north": "tall",
@@ -207833,7 +207943,7 @@
}
},
{
- "id": 15355,
+ "id": 15899,
"properties": {
"east": "none",
"north": "tall",
@@ -207844,7 +207954,7 @@
}
},
{
- "id": 15356,
+ "id": 15900,
"properties": {
"east": "none",
"north": "tall",
@@ -207855,7 +207965,7 @@
}
},
{
- "id": 15357,
+ "id": 15901,
"properties": {
"east": "none",
"north": "tall",
@@ -207866,7 +207976,7 @@
}
},
{
- "id": 15358,
+ "id": 15902,
"properties": {
"east": "none",
"north": "tall",
@@ -207877,7 +207987,7 @@
}
},
{
- "id": 15359,
+ "id": 15903,
"properties": {
"east": "none",
"north": "tall",
@@ -207888,7 +207998,7 @@
}
},
{
- "id": 15360,
+ "id": 15904,
"properties": {
"east": "none",
"north": "tall",
@@ -207899,7 +208009,7 @@
}
},
{
- "id": 15361,
+ "id": 15905,
"properties": {
"east": "none",
"north": "tall",
@@ -207910,7 +208020,7 @@
}
},
{
- "id": 15362,
+ "id": 15906,
"properties": {
"east": "none",
"north": "tall",
@@ -207921,7 +208031,7 @@
}
},
{
- "id": 15363,
+ "id": 15907,
"properties": {
"east": "none",
"north": "tall",
@@ -207932,7 +208042,7 @@
}
},
{
- "id": 15364,
+ "id": 15908,
"properties": {
"east": "none",
"north": "tall",
@@ -207943,7 +208053,7 @@
}
},
{
- "id": 15365,
+ "id": 15909,
"properties": {
"east": "none",
"north": "tall",
@@ -207954,7 +208064,7 @@
}
},
{
- "id": 15366,
+ "id": 15910,
"properties": {
"east": "none",
"north": "tall",
@@ -207965,7 +208075,7 @@
}
},
{
- "id": 15367,
+ "id": 15911,
"properties": {
"east": "none",
"north": "tall",
@@ -207976,7 +208086,7 @@
}
},
{
- "id": 15368,
+ "id": 15912,
"properties": {
"east": "none",
"north": "tall",
@@ -207987,7 +208097,7 @@
}
},
{
- "id": 15369,
+ "id": 15913,
"properties": {
"east": "none",
"north": "tall",
@@ -207998,7 +208108,7 @@
}
},
{
- "id": 15370,
+ "id": 15914,
"properties": {
"east": "none",
"north": "tall",
@@ -208009,7 +208119,7 @@
}
},
{
- "id": 15371,
+ "id": 15915,
"properties": {
"east": "none",
"north": "tall",
@@ -208020,7 +208130,7 @@
}
},
{
- "id": 15372,
+ "id": 15916,
"properties": {
"east": "none",
"north": "tall",
@@ -208031,7 +208141,7 @@
}
},
{
- "id": 15373,
+ "id": 15917,
"properties": {
"east": "none",
"north": "tall",
@@ -208042,7 +208152,7 @@
}
},
{
- "id": 15374,
+ "id": 15918,
"properties": {
"east": "none",
"north": "tall",
@@ -208053,7 +208163,7 @@
}
},
{
- "id": 15375,
+ "id": 15919,
"properties": {
"east": "none",
"north": "tall",
@@ -208064,7 +208174,7 @@
}
},
{
- "id": 15376,
+ "id": 15920,
"properties": {
"east": "none",
"north": "tall",
@@ -208075,7 +208185,7 @@
}
},
{
- "id": 15377,
+ "id": 15921,
"properties": {
"east": "none",
"north": "tall",
@@ -208086,7 +208196,7 @@
}
},
{
- "id": 15378,
+ "id": 15922,
"properties": {
"east": "none",
"north": "tall",
@@ -208097,7 +208207,7 @@
}
},
{
- "id": 15379,
+ "id": 15923,
"properties": {
"east": "none",
"north": "tall",
@@ -208108,7 +208218,7 @@
}
},
{
- "id": 15380,
+ "id": 15924,
"properties": {
"east": "none",
"north": "tall",
@@ -208119,7 +208229,7 @@
}
},
{
- "id": 15381,
+ "id": 15925,
"properties": {
"east": "none",
"north": "tall",
@@ -208130,7 +208240,7 @@
}
},
{
- "id": 15382,
+ "id": 15926,
"properties": {
"east": "none",
"north": "tall",
@@ -208141,7 +208251,7 @@
}
},
{
- "id": 15383,
+ "id": 15927,
"properties": {
"east": "none",
"north": "tall",
@@ -208152,7 +208262,7 @@
}
},
{
- "id": 15384,
+ "id": 15928,
"properties": {
"east": "none",
"north": "tall",
@@ -208163,7 +208273,7 @@
}
},
{
- "id": 15385,
+ "id": 15929,
"properties": {
"east": "low",
"north": "none",
@@ -208174,7 +208284,7 @@
}
},
{
- "id": 15386,
+ "id": 15930,
"properties": {
"east": "low",
"north": "none",
@@ -208185,7 +208295,7 @@
}
},
{
- "id": 15387,
+ "id": 15931,
"properties": {
"east": "low",
"north": "none",
@@ -208196,7 +208306,7 @@
}
},
{
- "id": 15388,
+ "id": 15932,
"properties": {
"east": "low",
"north": "none",
@@ -208207,7 +208317,7 @@
}
},
{
- "id": 15389,
+ "id": 15933,
"properties": {
"east": "low",
"north": "none",
@@ -208218,7 +208328,7 @@
}
},
{
- "id": 15390,
+ "id": 15934,
"properties": {
"east": "low",
"north": "none",
@@ -208229,7 +208339,7 @@
}
},
{
- "id": 15391,
+ "id": 15935,
"properties": {
"east": "low",
"north": "none",
@@ -208240,7 +208350,7 @@
}
},
{
- "id": 15392,
+ "id": 15936,
"properties": {
"east": "low",
"north": "none",
@@ -208251,7 +208361,7 @@
}
},
{
- "id": 15393,
+ "id": 15937,
"properties": {
"east": "low",
"north": "none",
@@ -208262,7 +208372,7 @@
}
},
{
- "id": 15394,
+ "id": 15938,
"properties": {
"east": "low",
"north": "none",
@@ -208273,7 +208383,7 @@
}
},
{
- "id": 15395,
+ "id": 15939,
"properties": {
"east": "low",
"north": "none",
@@ -208284,7 +208394,7 @@
}
},
{
- "id": 15396,
+ "id": 15940,
"properties": {
"east": "low",
"north": "none",
@@ -208295,7 +208405,7 @@
}
},
{
- "id": 15397,
+ "id": 15941,
"properties": {
"east": "low",
"north": "none",
@@ -208306,7 +208416,7 @@
}
},
{
- "id": 15398,
+ "id": 15942,
"properties": {
"east": "low",
"north": "none",
@@ -208317,7 +208427,7 @@
}
},
{
- "id": 15399,
+ "id": 15943,
"properties": {
"east": "low",
"north": "none",
@@ -208328,7 +208438,7 @@
}
},
{
- "id": 15400,
+ "id": 15944,
"properties": {
"east": "low",
"north": "none",
@@ -208339,7 +208449,7 @@
}
},
{
- "id": 15401,
+ "id": 15945,
"properties": {
"east": "low",
"north": "none",
@@ -208350,7 +208460,7 @@
}
},
{
- "id": 15402,
+ "id": 15946,
"properties": {
"east": "low",
"north": "none",
@@ -208361,7 +208471,7 @@
}
},
{
- "id": 15403,
+ "id": 15947,
"properties": {
"east": "low",
"north": "none",
@@ -208372,7 +208482,7 @@
}
},
{
- "id": 15404,
+ "id": 15948,
"properties": {
"east": "low",
"north": "none",
@@ -208383,7 +208493,7 @@
}
},
{
- "id": 15405,
+ "id": 15949,
"properties": {
"east": "low",
"north": "none",
@@ -208394,7 +208504,7 @@
}
},
{
- "id": 15406,
+ "id": 15950,
"properties": {
"east": "low",
"north": "none",
@@ -208405,7 +208515,7 @@
}
},
{
- "id": 15407,
+ "id": 15951,
"properties": {
"east": "low",
"north": "none",
@@ -208416,7 +208526,7 @@
}
},
{
- "id": 15408,
+ "id": 15952,
"properties": {
"east": "low",
"north": "none",
@@ -208427,7 +208537,7 @@
}
},
{
- "id": 15409,
+ "id": 15953,
"properties": {
"east": "low",
"north": "none",
@@ -208438,7 +208548,7 @@
}
},
{
- "id": 15410,
+ "id": 15954,
"properties": {
"east": "low",
"north": "none",
@@ -208449,7 +208559,7 @@
}
},
{
- "id": 15411,
+ "id": 15955,
"properties": {
"east": "low",
"north": "none",
@@ -208460,7 +208570,7 @@
}
},
{
- "id": 15412,
+ "id": 15956,
"properties": {
"east": "low",
"north": "none",
@@ -208471,7 +208581,7 @@
}
},
{
- "id": 15413,
+ "id": 15957,
"properties": {
"east": "low",
"north": "none",
@@ -208482,7 +208592,7 @@
}
},
{
- "id": 15414,
+ "id": 15958,
"properties": {
"east": "low",
"north": "none",
@@ -208493,7 +208603,7 @@
}
},
{
- "id": 15415,
+ "id": 15959,
"properties": {
"east": "low",
"north": "none",
@@ -208504,7 +208614,7 @@
}
},
{
- "id": 15416,
+ "id": 15960,
"properties": {
"east": "low",
"north": "none",
@@ -208515,7 +208625,7 @@
}
},
{
- "id": 15417,
+ "id": 15961,
"properties": {
"east": "low",
"north": "none",
@@ -208526,7 +208636,7 @@
}
},
{
- "id": 15418,
+ "id": 15962,
"properties": {
"east": "low",
"north": "none",
@@ -208537,7 +208647,7 @@
}
},
{
- "id": 15419,
+ "id": 15963,
"properties": {
"east": "low",
"north": "none",
@@ -208548,7 +208658,7 @@
}
},
{
- "id": 15420,
+ "id": 15964,
"properties": {
"east": "low",
"north": "none",
@@ -208559,7 +208669,7 @@
}
},
{
- "id": 15421,
+ "id": 15965,
"properties": {
"east": "low",
"north": "low",
@@ -208570,7 +208680,7 @@
}
},
{
- "id": 15422,
+ "id": 15966,
"properties": {
"east": "low",
"north": "low",
@@ -208581,7 +208691,7 @@
}
},
{
- "id": 15423,
+ "id": 15967,
"properties": {
"east": "low",
"north": "low",
@@ -208592,7 +208702,7 @@
}
},
{
- "id": 15424,
+ "id": 15968,
"properties": {
"east": "low",
"north": "low",
@@ -208603,7 +208713,7 @@
}
},
{
- "id": 15425,
+ "id": 15969,
"properties": {
"east": "low",
"north": "low",
@@ -208614,7 +208724,7 @@
}
},
{
- "id": 15426,
+ "id": 15970,
"properties": {
"east": "low",
"north": "low",
@@ -208625,7 +208735,7 @@
}
},
{
- "id": 15427,
+ "id": 15971,
"properties": {
"east": "low",
"north": "low",
@@ -208636,7 +208746,7 @@
}
},
{
- "id": 15428,
+ "id": 15972,
"properties": {
"east": "low",
"north": "low",
@@ -208647,7 +208757,7 @@
}
},
{
- "id": 15429,
+ "id": 15973,
"properties": {
"east": "low",
"north": "low",
@@ -208658,7 +208768,7 @@
}
},
{
- "id": 15430,
+ "id": 15974,
"properties": {
"east": "low",
"north": "low",
@@ -208669,7 +208779,7 @@
}
},
{
- "id": 15431,
+ "id": 15975,
"properties": {
"east": "low",
"north": "low",
@@ -208680,7 +208790,7 @@
}
},
{
- "id": 15432,
+ "id": 15976,
"properties": {
"east": "low",
"north": "low",
@@ -208691,7 +208801,7 @@
}
},
{
- "id": 15433,
+ "id": 15977,
"properties": {
"east": "low",
"north": "low",
@@ -208702,7 +208812,7 @@
}
},
{
- "id": 15434,
+ "id": 15978,
"properties": {
"east": "low",
"north": "low",
@@ -208713,7 +208823,7 @@
}
},
{
- "id": 15435,
+ "id": 15979,
"properties": {
"east": "low",
"north": "low",
@@ -208724,7 +208834,7 @@
}
},
{
- "id": 15436,
+ "id": 15980,
"properties": {
"east": "low",
"north": "low",
@@ -208735,7 +208845,7 @@
}
},
{
- "id": 15437,
+ "id": 15981,
"properties": {
"east": "low",
"north": "low",
@@ -208746,7 +208856,7 @@
}
},
{
- "id": 15438,
+ "id": 15982,
"properties": {
"east": "low",
"north": "low",
@@ -208757,7 +208867,7 @@
}
},
{
- "id": 15439,
+ "id": 15983,
"properties": {
"east": "low",
"north": "low",
@@ -208768,7 +208878,7 @@
}
},
{
- "id": 15440,
+ "id": 15984,
"properties": {
"east": "low",
"north": "low",
@@ -208779,7 +208889,7 @@
}
},
{
- "id": 15441,
+ "id": 15985,
"properties": {
"east": "low",
"north": "low",
@@ -208790,7 +208900,7 @@
}
},
{
- "id": 15442,
+ "id": 15986,
"properties": {
"east": "low",
"north": "low",
@@ -208801,7 +208911,7 @@
}
},
{
- "id": 15443,
+ "id": 15987,
"properties": {
"east": "low",
"north": "low",
@@ -208812,7 +208922,7 @@
}
},
{
- "id": 15444,
+ "id": 15988,
"properties": {
"east": "low",
"north": "low",
@@ -208823,7 +208933,7 @@
}
},
{
- "id": 15445,
+ "id": 15989,
"properties": {
"east": "low",
"north": "low",
@@ -208834,7 +208944,7 @@
}
},
{
- "id": 15446,
+ "id": 15990,
"properties": {
"east": "low",
"north": "low",
@@ -208845,7 +208955,7 @@
}
},
{
- "id": 15447,
+ "id": 15991,
"properties": {
"east": "low",
"north": "low",
@@ -208856,7 +208966,7 @@
}
},
{
- "id": 15448,
+ "id": 15992,
"properties": {
"east": "low",
"north": "low",
@@ -208867,7 +208977,7 @@
}
},
{
- "id": 15449,
+ "id": 15993,
"properties": {
"east": "low",
"north": "low",
@@ -208878,7 +208988,7 @@
}
},
{
- "id": 15450,
+ "id": 15994,
"properties": {
"east": "low",
"north": "low",
@@ -208889,7 +208999,7 @@
}
},
{
- "id": 15451,
+ "id": 15995,
"properties": {
"east": "low",
"north": "low",
@@ -208900,7 +209010,7 @@
}
},
{
- "id": 15452,
+ "id": 15996,
"properties": {
"east": "low",
"north": "low",
@@ -208911,7 +209021,7 @@
}
},
{
- "id": 15453,
+ "id": 15997,
"properties": {
"east": "low",
"north": "low",
@@ -208922,7 +209032,7 @@
}
},
{
- "id": 15454,
+ "id": 15998,
"properties": {
"east": "low",
"north": "low",
@@ -208933,7 +209043,7 @@
}
},
{
- "id": 15455,
+ "id": 15999,
"properties": {
"east": "low",
"north": "low",
@@ -208944,7 +209054,7 @@
}
},
{
- "id": 15456,
+ "id": 16000,
"properties": {
"east": "low",
"north": "low",
@@ -208955,7 +209065,7 @@
}
},
{
- "id": 15457,
+ "id": 16001,
"properties": {
"east": "low",
"north": "tall",
@@ -208966,7 +209076,7 @@
}
},
{
- "id": 15458,
+ "id": 16002,
"properties": {
"east": "low",
"north": "tall",
@@ -208977,7 +209087,7 @@
}
},
{
- "id": 15459,
+ "id": 16003,
"properties": {
"east": "low",
"north": "tall",
@@ -208988,7 +209098,7 @@
}
},
{
- "id": 15460,
+ "id": 16004,
"properties": {
"east": "low",
"north": "tall",
@@ -208999,7 +209109,7 @@
}
},
{
- "id": 15461,
+ "id": 16005,
"properties": {
"east": "low",
"north": "tall",
@@ -209010,7 +209120,7 @@
}
},
{
- "id": 15462,
+ "id": 16006,
"properties": {
"east": "low",
"north": "tall",
@@ -209021,7 +209131,7 @@
}
},
{
- "id": 15463,
+ "id": 16007,
"properties": {
"east": "low",
"north": "tall",
@@ -209032,7 +209142,7 @@
}
},
{
- "id": 15464,
+ "id": 16008,
"properties": {
"east": "low",
"north": "tall",
@@ -209043,7 +209153,7 @@
}
},
{
- "id": 15465,
+ "id": 16009,
"properties": {
"east": "low",
"north": "tall",
@@ -209054,7 +209164,7 @@
}
},
{
- "id": 15466,
+ "id": 16010,
"properties": {
"east": "low",
"north": "tall",
@@ -209065,7 +209175,7 @@
}
},
{
- "id": 15467,
+ "id": 16011,
"properties": {
"east": "low",
"north": "tall",
@@ -209076,7 +209186,7 @@
}
},
{
- "id": 15468,
+ "id": 16012,
"properties": {
"east": "low",
"north": "tall",
@@ -209087,7 +209197,7 @@
}
},
{
- "id": 15469,
+ "id": 16013,
"properties": {
"east": "low",
"north": "tall",
@@ -209098,7 +209208,7 @@
}
},
{
- "id": 15470,
+ "id": 16014,
"properties": {
"east": "low",
"north": "tall",
@@ -209109,7 +209219,7 @@
}
},
{
- "id": 15471,
+ "id": 16015,
"properties": {
"east": "low",
"north": "tall",
@@ -209120,7 +209230,7 @@
}
},
{
- "id": 15472,
+ "id": 16016,
"properties": {
"east": "low",
"north": "tall",
@@ -209131,7 +209241,7 @@
}
},
{
- "id": 15473,
+ "id": 16017,
"properties": {
"east": "low",
"north": "tall",
@@ -209142,7 +209252,7 @@
}
},
{
- "id": 15474,
+ "id": 16018,
"properties": {
"east": "low",
"north": "tall",
@@ -209153,7 +209263,7 @@
}
},
{
- "id": 15475,
+ "id": 16019,
"properties": {
"east": "low",
"north": "tall",
@@ -209164,7 +209274,7 @@
}
},
{
- "id": 15476,
+ "id": 16020,
"properties": {
"east": "low",
"north": "tall",
@@ -209175,7 +209285,7 @@
}
},
{
- "id": 15477,
+ "id": 16021,
"properties": {
"east": "low",
"north": "tall",
@@ -209186,7 +209296,7 @@
}
},
{
- "id": 15478,
+ "id": 16022,
"properties": {
"east": "low",
"north": "tall",
@@ -209197,7 +209307,7 @@
}
},
{
- "id": 15479,
+ "id": 16023,
"properties": {
"east": "low",
"north": "tall",
@@ -209208,7 +209318,7 @@
}
},
{
- "id": 15480,
+ "id": 16024,
"properties": {
"east": "low",
"north": "tall",
@@ -209219,7 +209329,7 @@
}
},
{
- "id": 15481,
+ "id": 16025,
"properties": {
"east": "low",
"north": "tall",
@@ -209230,7 +209340,7 @@
}
},
{
- "id": 15482,
+ "id": 16026,
"properties": {
"east": "low",
"north": "tall",
@@ -209241,7 +209351,7 @@
}
},
{
- "id": 15483,
+ "id": 16027,
"properties": {
"east": "low",
"north": "tall",
@@ -209252,7 +209362,7 @@
}
},
{
- "id": 15484,
+ "id": 16028,
"properties": {
"east": "low",
"north": "tall",
@@ -209263,7 +209373,7 @@
}
},
{
- "id": 15485,
+ "id": 16029,
"properties": {
"east": "low",
"north": "tall",
@@ -209274,7 +209384,7 @@
}
},
{
- "id": 15486,
+ "id": 16030,
"properties": {
"east": "low",
"north": "tall",
@@ -209285,7 +209395,7 @@
}
},
{
- "id": 15487,
+ "id": 16031,
"properties": {
"east": "low",
"north": "tall",
@@ -209296,7 +209406,7 @@
}
},
{
- "id": 15488,
+ "id": 16032,
"properties": {
"east": "low",
"north": "tall",
@@ -209307,7 +209417,7 @@
}
},
{
- "id": 15489,
+ "id": 16033,
"properties": {
"east": "low",
"north": "tall",
@@ -209318,7 +209428,7 @@
}
},
{
- "id": 15490,
+ "id": 16034,
"properties": {
"east": "low",
"north": "tall",
@@ -209329,7 +209439,7 @@
}
},
{
- "id": 15491,
+ "id": 16035,
"properties": {
"east": "low",
"north": "tall",
@@ -209340,7 +209450,7 @@
}
},
{
- "id": 15492,
+ "id": 16036,
"properties": {
"east": "low",
"north": "tall",
@@ -209351,7 +209461,7 @@
}
},
{
- "id": 15493,
+ "id": 16037,
"properties": {
"east": "tall",
"north": "none",
@@ -209362,7 +209472,7 @@
}
},
{
- "id": 15494,
+ "id": 16038,
"properties": {
"east": "tall",
"north": "none",
@@ -209373,7 +209483,7 @@
}
},
{
- "id": 15495,
+ "id": 16039,
"properties": {
"east": "tall",
"north": "none",
@@ -209384,7 +209494,7 @@
}
},
{
- "id": 15496,
+ "id": 16040,
"properties": {
"east": "tall",
"north": "none",
@@ -209395,7 +209505,7 @@
}
},
{
- "id": 15497,
+ "id": 16041,
"properties": {
"east": "tall",
"north": "none",
@@ -209406,7 +209516,7 @@
}
},
{
- "id": 15498,
+ "id": 16042,
"properties": {
"east": "tall",
"north": "none",
@@ -209417,7 +209527,7 @@
}
},
{
- "id": 15499,
+ "id": 16043,
"properties": {
"east": "tall",
"north": "none",
@@ -209428,7 +209538,7 @@
}
},
{
- "id": 15500,
+ "id": 16044,
"properties": {
"east": "tall",
"north": "none",
@@ -209439,7 +209549,7 @@
}
},
{
- "id": 15501,
+ "id": 16045,
"properties": {
"east": "tall",
"north": "none",
@@ -209450,7 +209560,7 @@
}
},
{
- "id": 15502,
+ "id": 16046,
"properties": {
"east": "tall",
"north": "none",
@@ -209461,7 +209571,7 @@
}
},
{
- "id": 15503,
+ "id": 16047,
"properties": {
"east": "tall",
"north": "none",
@@ -209472,7 +209582,7 @@
}
},
{
- "id": 15504,
+ "id": 16048,
"properties": {
"east": "tall",
"north": "none",
@@ -209483,7 +209593,7 @@
}
},
{
- "id": 15505,
+ "id": 16049,
"properties": {
"east": "tall",
"north": "none",
@@ -209494,7 +209604,7 @@
}
},
{
- "id": 15506,
+ "id": 16050,
"properties": {
"east": "tall",
"north": "none",
@@ -209505,7 +209615,7 @@
}
},
{
- "id": 15507,
+ "id": 16051,
"properties": {
"east": "tall",
"north": "none",
@@ -209516,7 +209626,7 @@
}
},
{
- "id": 15508,
+ "id": 16052,
"properties": {
"east": "tall",
"north": "none",
@@ -209527,7 +209637,7 @@
}
},
{
- "id": 15509,
+ "id": 16053,
"properties": {
"east": "tall",
"north": "none",
@@ -209538,7 +209648,7 @@
}
},
{
- "id": 15510,
+ "id": 16054,
"properties": {
"east": "tall",
"north": "none",
@@ -209549,7 +209659,7 @@
}
},
{
- "id": 15511,
+ "id": 16055,
"properties": {
"east": "tall",
"north": "none",
@@ -209560,7 +209670,7 @@
}
},
{
- "id": 15512,
+ "id": 16056,
"properties": {
"east": "tall",
"north": "none",
@@ -209571,7 +209681,7 @@
}
},
{
- "id": 15513,
+ "id": 16057,
"properties": {
"east": "tall",
"north": "none",
@@ -209582,7 +209692,7 @@
}
},
{
- "id": 15514,
+ "id": 16058,
"properties": {
"east": "tall",
"north": "none",
@@ -209593,7 +209703,7 @@
}
},
{
- "id": 15515,
+ "id": 16059,
"properties": {
"east": "tall",
"north": "none",
@@ -209604,7 +209714,7 @@
}
},
{
- "id": 15516,
+ "id": 16060,
"properties": {
"east": "tall",
"north": "none",
@@ -209615,7 +209725,7 @@
}
},
{
- "id": 15517,
+ "id": 16061,
"properties": {
"east": "tall",
"north": "none",
@@ -209626,7 +209736,7 @@
}
},
{
- "id": 15518,
+ "id": 16062,
"properties": {
"east": "tall",
"north": "none",
@@ -209637,7 +209747,7 @@
}
},
{
- "id": 15519,
+ "id": 16063,
"properties": {
"east": "tall",
"north": "none",
@@ -209648,7 +209758,7 @@
}
},
{
- "id": 15520,
+ "id": 16064,
"properties": {
"east": "tall",
"north": "none",
@@ -209659,7 +209769,7 @@
}
},
{
- "id": 15521,
+ "id": 16065,
"properties": {
"east": "tall",
"north": "none",
@@ -209670,7 +209780,7 @@
}
},
{
- "id": 15522,
+ "id": 16066,
"properties": {
"east": "tall",
"north": "none",
@@ -209681,7 +209791,7 @@
}
},
{
- "id": 15523,
+ "id": 16067,
"properties": {
"east": "tall",
"north": "none",
@@ -209692,7 +209802,7 @@
}
},
{
- "id": 15524,
+ "id": 16068,
"properties": {
"east": "tall",
"north": "none",
@@ -209703,7 +209813,7 @@
}
},
{
- "id": 15525,
+ "id": 16069,
"properties": {
"east": "tall",
"north": "none",
@@ -209714,7 +209824,7 @@
}
},
{
- "id": 15526,
+ "id": 16070,
"properties": {
"east": "tall",
"north": "none",
@@ -209725,7 +209835,7 @@
}
},
{
- "id": 15527,
+ "id": 16071,
"properties": {
"east": "tall",
"north": "none",
@@ -209736,7 +209846,7 @@
}
},
{
- "id": 15528,
+ "id": 16072,
"properties": {
"east": "tall",
"north": "none",
@@ -209747,7 +209857,7 @@
}
},
{
- "id": 15529,
+ "id": 16073,
"properties": {
"east": "tall",
"north": "low",
@@ -209758,7 +209868,7 @@
}
},
{
- "id": 15530,
+ "id": 16074,
"properties": {
"east": "tall",
"north": "low",
@@ -209769,7 +209879,7 @@
}
},
{
- "id": 15531,
+ "id": 16075,
"properties": {
"east": "tall",
"north": "low",
@@ -209780,7 +209890,7 @@
}
},
{
- "id": 15532,
+ "id": 16076,
"properties": {
"east": "tall",
"north": "low",
@@ -209791,7 +209901,7 @@
}
},
{
- "id": 15533,
+ "id": 16077,
"properties": {
"east": "tall",
"north": "low",
@@ -209802,7 +209912,7 @@
}
},
{
- "id": 15534,
+ "id": 16078,
"properties": {
"east": "tall",
"north": "low",
@@ -209813,7 +209923,7 @@
}
},
{
- "id": 15535,
+ "id": 16079,
"properties": {
"east": "tall",
"north": "low",
@@ -209824,7 +209934,7 @@
}
},
{
- "id": 15536,
+ "id": 16080,
"properties": {
"east": "tall",
"north": "low",
@@ -209835,7 +209945,7 @@
}
},
{
- "id": 15537,
+ "id": 16081,
"properties": {
"east": "tall",
"north": "low",
@@ -209846,7 +209956,7 @@
}
},
{
- "id": 15538,
+ "id": 16082,
"properties": {
"east": "tall",
"north": "low",
@@ -209857,7 +209967,7 @@
}
},
{
- "id": 15539,
+ "id": 16083,
"properties": {
"east": "tall",
"north": "low",
@@ -209868,7 +209978,7 @@
}
},
{
- "id": 15540,
+ "id": 16084,
"properties": {
"east": "tall",
"north": "low",
@@ -209879,7 +209989,7 @@
}
},
{
- "id": 15541,
+ "id": 16085,
"properties": {
"east": "tall",
"north": "low",
@@ -209890,7 +210000,7 @@
}
},
{
- "id": 15542,
+ "id": 16086,
"properties": {
"east": "tall",
"north": "low",
@@ -209901,7 +210011,7 @@
}
},
{
- "id": 15543,
+ "id": 16087,
"properties": {
"east": "tall",
"north": "low",
@@ -209912,7 +210022,7 @@
}
},
{
- "id": 15544,
+ "id": 16088,
"properties": {
"east": "tall",
"north": "low",
@@ -209923,7 +210033,7 @@
}
},
{
- "id": 15545,
+ "id": 16089,
"properties": {
"east": "tall",
"north": "low",
@@ -209934,7 +210044,7 @@
}
},
{
- "id": 15546,
+ "id": 16090,
"properties": {
"east": "tall",
"north": "low",
@@ -209945,7 +210055,7 @@
}
},
{
- "id": 15547,
+ "id": 16091,
"properties": {
"east": "tall",
"north": "low",
@@ -209956,7 +210066,7 @@
}
},
{
- "id": 15548,
+ "id": 16092,
"properties": {
"east": "tall",
"north": "low",
@@ -209967,7 +210077,7 @@
}
},
{
- "id": 15549,
+ "id": 16093,
"properties": {
"east": "tall",
"north": "low",
@@ -209978,7 +210088,7 @@
}
},
{
- "id": 15550,
+ "id": 16094,
"properties": {
"east": "tall",
"north": "low",
@@ -209989,7 +210099,7 @@
}
},
{
- "id": 15551,
+ "id": 16095,
"properties": {
"east": "tall",
"north": "low",
@@ -210000,7 +210110,7 @@
}
},
{
- "id": 15552,
+ "id": 16096,
"properties": {
"east": "tall",
"north": "low",
@@ -210011,7 +210121,7 @@
}
},
{
- "id": 15553,
+ "id": 16097,
"properties": {
"east": "tall",
"north": "low",
@@ -210022,7 +210132,7 @@
}
},
{
- "id": 15554,
+ "id": 16098,
"properties": {
"east": "tall",
"north": "low",
@@ -210033,7 +210143,7 @@
}
},
{
- "id": 15555,
+ "id": 16099,
"properties": {
"east": "tall",
"north": "low",
@@ -210044,7 +210154,7 @@
}
},
{
- "id": 15556,
+ "id": 16100,
"properties": {
"east": "tall",
"north": "low",
@@ -210055,7 +210165,7 @@
}
},
{
- "id": 15557,
+ "id": 16101,
"properties": {
"east": "tall",
"north": "low",
@@ -210066,7 +210176,7 @@
}
},
{
- "id": 15558,
+ "id": 16102,
"properties": {
"east": "tall",
"north": "low",
@@ -210077,7 +210187,7 @@
}
},
{
- "id": 15559,
+ "id": 16103,
"properties": {
"east": "tall",
"north": "low",
@@ -210088,7 +210198,7 @@
}
},
{
- "id": 15560,
+ "id": 16104,
"properties": {
"east": "tall",
"north": "low",
@@ -210099,7 +210209,7 @@
}
},
{
- "id": 15561,
+ "id": 16105,
"properties": {
"east": "tall",
"north": "low",
@@ -210110,7 +210220,7 @@
}
},
{
- "id": 15562,
+ "id": 16106,
"properties": {
"east": "tall",
"north": "low",
@@ -210121,7 +210231,7 @@
}
},
{
- "id": 15563,
+ "id": 16107,
"properties": {
"east": "tall",
"north": "low",
@@ -210132,7 +210242,7 @@
}
},
{
- "id": 15564,
+ "id": 16108,
"properties": {
"east": "tall",
"north": "low",
@@ -210143,7 +210253,7 @@
}
},
{
- "id": 15565,
+ "id": 16109,
"properties": {
"east": "tall",
"north": "tall",
@@ -210154,7 +210264,7 @@
}
},
{
- "id": 15566,
+ "id": 16110,
"properties": {
"east": "tall",
"north": "tall",
@@ -210165,7 +210275,7 @@
}
},
{
- "id": 15567,
+ "id": 16111,
"properties": {
"east": "tall",
"north": "tall",
@@ -210176,7 +210286,7 @@
}
},
{
- "id": 15568,
+ "id": 16112,
"properties": {
"east": "tall",
"north": "tall",
@@ -210187,7 +210297,7 @@
}
},
{
- "id": 15569,
+ "id": 16113,
"properties": {
"east": "tall",
"north": "tall",
@@ -210198,7 +210308,7 @@
}
},
{
- "id": 15570,
+ "id": 16114,
"properties": {
"east": "tall",
"north": "tall",
@@ -210209,7 +210319,7 @@
}
},
{
- "id": 15571,
+ "id": 16115,
"properties": {
"east": "tall",
"north": "tall",
@@ -210220,7 +210330,7 @@
}
},
{
- "id": 15572,
+ "id": 16116,
"properties": {
"east": "tall",
"north": "tall",
@@ -210231,7 +210341,7 @@
}
},
{
- "id": 15573,
+ "id": 16117,
"properties": {
"east": "tall",
"north": "tall",
@@ -210242,7 +210352,7 @@
}
},
{
- "id": 15574,
+ "id": 16118,
"properties": {
"east": "tall",
"north": "tall",
@@ -210253,7 +210363,7 @@
}
},
{
- "id": 15575,
+ "id": 16119,
"properties": {
"east": "tall",
"north": "tall",
@@ -210264,7 +210374,7 @@
}
},
{
- "id": 15576,
+ "id": 16120,
"properties": {
"east": "tall",
"north": "tall",
@@ -210275,7 +210385,7 @@
}
},
{
- "id": 15577,
+ "id": 16121,
"properties": {
"east": "tall",
"north": "tall",
@@ -210286,7 +210396,7 @@
}
},
{
- "id": 15578,
+ "id": 16122,
"properties": {
"east": "tall",
"north": "tall",
@@ -210297,7 +210407,7 @@
}
},
{
- "id": 15579,
+ "id": 16123,
"properties": {
"east": "tall",
"north": "tall",
@@ -210308,7 +210418,7 @@
}
},
{
- "id": 15580,
+ "id": 16124,
"properties": {
"east": "tall",
"north": "tall",
@@ -210319,7 +210429,7 @@
}
},
{
- "id": 15581,
+ "id": 16125,
"properties": {
"east": "tall",
"north": "tall",
@@ -210330,7 +210440,7 @@
}
},
{
- "id": 15582,
+ "id": 16126,
"properties": {
"east": "tall",
"north": "tall",
@@ -210341,7 +210451,7 @@
}
},
{
- "id": 15583,
+ "id": 16127,
"properties": {
"east": "tall",
"north": "tall",
@@ -210352,7 +210462,7 @@
}
},
{
- "id": 15584,
+ "id": 16128,
"properties": {
"east": "tall",
"north": "tall",
@@ -210363,7 +210473,7 @@
}
},
{
- "id": 15585,
+ "id": 16129,
"properties": {
"east": "tall",
"north": "tall",
@@ -210374,7 +210484,7 @@
}
},
{
- "id": 15586,
+ "id": 16130,
"properties": {
"east": "tall",
"north": "tall",
@@ -210385,7 +210495,7 @@
}
},
{
- "id": 15587,
+ "id": 16131,
"properties": {
"east": "tall",
"north": "tall",
@@ -210396,7 +210506,7 @@
}
},
{
- "id": 15588,
+ "id": 16132,
"properties": {
"east": "tall",
"north": "tall",
@@ -210407,7 +210517,7 @@
}
},
{
- "id": 15589,
+ "id": 16133,
"properties": {
"east": "tall",
"north": "tall",
@@ -210418,7 +210528,7 @@
}
},
{
- "id": 15590,
+ "id": 16134,
"properties": {
"east": "tall",
"north": "tall",
@@ -210429,7 +210539,7 @@
}
},
{
- "id": 15591,
+ "id": 16135,
"properties": {
"east": "tall",
"north": "tall",
@@ -210440,7 +210550,7 @@
}
},
{
- "id": 15592,
+ "id": 16136,
"properties": {
"east": "tall",
"north": "tall",
@@ -210451,7 +210561,7 @@
}
},
{
- "id": 15593,
+ "id": 16137,
"properties": {
"east": "tall",
"north": "tall",
@@ -210462,7 +210572,7 @@
}
},
{
- "id": 15594,
+ "id": 16138,
"properties": {
"east": "tall",
"north": "tall",
@@ -210473,7 +210583,7 @@
}
},
{
- "id": 15595,
+ "id": 16139,
"properties": {
"east": "tall",
"north": "tall",
@@ -210484,7 +210594,7 @@
}
},
{
- "id": 15596,
+ "id": 16140,
"properties": {
"east": "tall",
"north": "tall",
@@ -210495,7 +210605,7 @@
}
},
{
- "id": 15597,
+ "id": 16141,
"properties": {
"east": "tall",
"north": "tall",
@@ -210506,7 +210616,7 @@
}
},
{
- "id": 15598,
+ "id": 16142,
"properties": {
"east": "tall",
"north": "tall",
@@ -210517,7 +210627,7 @@
}
},
{
- "id": 15599,
+ "id": 16143,
"properties": {
"east": "tall",
"north": "tall",
@@ -210528,7 +210638,7 @@
}
},
{
- "id": 15600,
+ "id": 16144,
"properties": {
"east": "tall",
"north": "tall",
@@ -210558,38 +210668,38 @@
},
"states": [
{
- "id": 13121,
+ "id": 13665,
"properties": {
"facing": "north"
}
},
{
- "id": 13122,
+ "id": 13666,
"properties": {
"facing": "east"
}
},
{
- "id": 13123,
+ "id": 13667,
"properties": {
"facing": "south"
}
},
{
- "id": 13124,
+ "id": 13668,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13125,
+ "id": 13669,
"properties": {
"facing": "up"
}
},
{
- "id": 13126,
+ "id": 13670,
"properties": {
"facing": "down"
}
@@ -210605,7 +210715,7 @@
"states": [
{
"default": true,
- "id": 6125
+ "id": 6128
}
]
},
@@ -210639,7 +210749,7 @@
},
"states": [
{
- "id": 10075,
+ "id": 10619,
"properties": {
"east": "true",
"north": "true",
@@ -210649,7 +210759,7 @@
}
},
{
- "id": 10076,
+ "id": 10620,
"properties": {
"east": "true",
"north": "true",
@@ -210659,7 +210769,7 @@
}
},
{
- "id": 10077,
+ "id": 10621,
"properties": {
"east": "true",
"north": "true",
@@ -210669,7 +210779,7 @@
}
},
{
- "id": 10078,
+ "id": 10622,
"properties": {
"east": "true",
"north": "true",
@@ -210679,7 +210789,7 @@
}
},
{
- "id": 10079,
+ "id": 10623,
"properties": {
"east": "true",
"north": "true",
@@ -210689,7 +210799,7 @@
}
},
{
- "id": 10080,
+ "id": 10624,
"properties": {
"east": "true",
"north": "true",
@@ -210699,7 +210809,7 @@
}
},
{
- "id": 10081,
+ "id": 10625,
"properties": {
"east": "true",
"north": "true",
@@ -210709,7 +210819,7 @@
}
},
{
- "id": 10082,
+ "id": 10626,
"properties": {
"east": "true",
"north": "true",
@@ -210719,7 +210829,7 @@
}
},
{
- "id": 10083,
+ "id": 10627,
"properties": {
"east": "true",
"north": "false",
@@ -210729,7 +210839,7 @@
}
},
{
- "id": 10084,
+ "id": 10628,
"properties": {
"east": "true",
"north": "false",
@@ -210739,7 +210849,7 @@
}
},
{
- "id": 10085,
+ "id": 10629,
"properties": {
"east": "true",
"north": "false",
@@ -210749,7 +210859,7 @@
}
},
{
- "id": 10086,
+ "id": 10630,
"properties": {
"east": "true",
"north": "false",
@@ -210759,7 +210869,7 @@
}
},
{
- "id": 10087,
+ "id": 10631,
"properties": {
"east": "true",
"north": "false",
@@ -210769,7 +210879,7 @@
}
},
{
- "id": 10088,
+ "id": 10632,
"properties": {
"east": "true",
"north": "false",
@@ -210779,7 +210889,7 @@
}
},
{
- "id": 10089,
+ "id": 10633,
"properties": {
"east": "true",
"north": "false",
@@ -210789,7 +210899,7 @@
}
},
{
- "id": 10090,
+ "id": 10634,
"properties": {
"east": "true",
"north": "false",
@@ -210799,7 +210909,7 @@
}
},
{
- "id": 10091,
+ "id": 10635,
"properties": {
"east": "false",
"north": "true",
@@ -210809,7 +210919,7 @@
}
},
{
- "id": 10092,
+ "id": 10636,
"properties": {
"east": "false",
"north": "true",
@@ -210819,7 +210929,7 @@
}
},
{
- "id": 10093,
+ "id": 10637,
"properties": {
"east": "false",
"north": "true",
@@ -210829,7 +210939,7 @@
}
},
{
- "id": 10094,
+ "id": 10638,
"properties": {
"east": "false",
"north": "true",
@@ -210839,7 +210949,7 @@
}
},
{
- "id": 10095,
+ "id": 10639,
"properties": {
"east": "false",
"north": "true",
@@ -210849,7 +210959,7 @@
}
},
{
- "id": 10096,
+ "id": 10640,
"properties": {
"east": "false",
"north": "true",
@@ -210859,7 +210969,7 @@
}
},
{
- "id": 10097,
+ "id": 10641,
"properties": {
"east": "false",
"north": "true",
@@ -210869,7 +210979,7 @@
}
},
{
- "id": 10098,
+ "id": 10642,
"properties": {
"east": "false",
"north": "true",
@@ -210879,7 +210989,7 @@
}
},
{
- "id": 10099,
+ "id": 10643,
"properties": {
"east": "false",
"north": "false",
@@ -210889,7 +210999,7 @@
}
},
{
- "id": 10100,
+ "id": 10644,
"properties": {
"east": "false",
"north": "false",
@@ -210899,7 +211009,7 @@
}
},
{
- "id": 10101,
+ "id": 10645,
"properties": {
"east": "false",
"north": "false",
@@ -210909,7 +211019,7 @@
}
},
{
- "id": 10102,
+ "id": 10646,
"properties": {
"east": "false",
"north": "false",
@@ -210919,7 +211029,7 @@
}
},
{
- "id": 10103,
+ "id": 10647,
"properties": {
"east": "false",
"north": "false",
@@ -210929,7 +211039,7 @@
}
},
{
- "id": 10104,
+ "id": 10648,
"properties": {
"east": "false",
"north": "false",
@@ -210939,7 +211049,7 @@
}
},
{
- "id": 10105,
+ "id": 10649,
"properties": {
"east": "false",
"north": "false",
@@ -210950,7 +211060,7 @@
},
{
"default": true,
- "id": 10106,
+ "id": 10650,
"properties": {
"east": "false",
"north": "false",
@@ -210969,7 +211079,7 @@
"states": [
{
"default": true,
- "id": 9625
+ "id": 10169
}
]
},
@@ -210979,7 +211089,7 @@
"properties": {},
"suspicious_stew_effects": [
{
- "duration": 180,
+ "duration": 140,
"id": "minecraft:weakness"
}
]
@@ -211008,25 +211118,25 @@
"states": [
{
"default": true,
- "id": 11406,
+ "id": 11950,
"properties": {
"facing": "north"
}
},
{
- "id": 11407,
+ "id": 11951,
"properties": {
"facing": "south"
}
},
{
- "id": 11408,
+ "id": 11952,
"properties": {
"facing": "west"
}
},
{
- "id": 11409,
+ "id": 11953,
"properties": {
"facing": "east"
}
@@ -211053,7 +211163,7 @@
"states": [
{
"default": true,
- "id": 9478
+ "id": 10022
}
]
},
@@ -211070,14 +211180,14 @@
},
"states": [
{
- "id": 7647,
+ "id": 8191,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 7648,
+ "id": 8192,
"properties": {
"lit": "false"
}
@@ -211097,14 +211207,14 @@
},
"states": [
{
- "id": 5900,
+ "id": 5903,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 5901,
+ "id": 5904,
"properties": {
"lit": "false"
}
@@ -211125,13 +211235,13 @@
"states": [
{
"default": true,
- "id": 5904,
+ "id": 5907,
"properties": {
"lit": "true"
}
},
{
- "id": 5905,
+ "id": 5908,
"properties": {
"lit": "false"
}
@@ -211158,56 +211268,56 @@
"states": [
{
"default": true,
- "id": 5906,
- "properties": {
- "facing": "north",
- "lit": "true"
- }
- },
- {
- "id": 5907,
- "properties": {
- "facing": "north",
- "lit": "false"
- }
- },
- {
- "id": 5908,
- "properties": {
- "facing": "south",
- "lit": "true"
- }
- },
- {
"id": 5909,
"properties": {
- "facing": "south",
- "lit": "false"
+ "facing": "north",
+ "lit": "true"
}
},
{
"id": 5910,
+ "properties": {
+ "facing": "north",
+ "lit": "false"
+ }
+ },
+ {
+ "id": 5911,
+ "properties": {
+ "facing": "south",
+ "lit": "true"
+ }
+ },
+ {
+ "id": 5912,
+ "properties": {
+ "facing": "south",
+ "lit": "false"
+ }
+ },
+ {
+ "id": 5913,
"properties": {
"facing": "west",
"lit": "true"
}
},
{
- "id": 5911,
+ "id": 5914,
"properties": {
"facing": "west",
"lit": "false"
}
},
{
- "id": 5912,
+ "id": 5915,
"properties": {
"facing": "east",
"lit": "true"
}
},
{
- "id": 5913,
+ "id": 5916,
"properties": {
"facing": "east",
"lit": "false"
@@ -211261,43 +211371,13 @@
]
},
"states": [
- {
- "id": 3030,
- "properties": {
- "east": "up",
- "north": "up",
- "power": "0",
- "south": "up",
- "west": "up"
- }
- },
- {
- "id": 3031,
- "properties": {
- "east": "up",
- "north": "up",
- "power": "0",
- "south": "up",
- "west": "side"
- }
- },
- {
- "id": 3032,
- "properties": {
- "east": "up",
- "north": "up",
- "power": "0",
- "south": "up",
- "west": "none"
- }
- },
{
"id": 3033,
"properties": {
"east": "up",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211307,7 +211387,7 @@
"east": "up",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211317,7 +211397,7 @@
"east": "up",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211327,7 +211407,7 @@
"east": "up",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211337,7 +211417,7 @@
"east": "up",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211347,7 +211427,7 @@
"east": "up",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211356,8 +211436,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -211366,8 +211446,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -211376,8 +211456,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -211387,7 +211467,7 @@
"east": "up",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211397,7 +211477,7 @@
"east": "up",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211407,7 +211487,7 @@
"east": "up",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211417,7 +211497,7 @@
"east": "up",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211427,7 +211507,7 @@
"east": "up",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211437,7 +211517,7 @@
"east": "up",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211446,8 +211526,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -211456,8 +211536,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -211466,8 +211546,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -211477,7 +211557,7 @@
"east": "up",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211487,7 +211567,7 @@
"east": "up",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211497,7 +211577,7 @@
"east": "up",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211507,7 +211587,7 @@
"east": "up",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211517,7 +211597,7 @@
"east": "up",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211527,7 +211607,7 @@
"east": "up",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211536,8 +211616,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -211546,8 +211626,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -211556,8 +211636,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -211567,7 +211647,7 @@
"east": "up",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211577,7 +211657,7 @@
"east": "up",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211587,7 +211667,7 @@
"east": "up",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211597,7 +211677,7 @@
"east": "up",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211607,7 +211687,7 @@
"east": "up",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211617,7 +211697,7 @@
"east": "up",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211626,8 +211706,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -211636,8 +211716,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -211646,8 +211726,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -211657,7 +211737,7 @@
"east": "up",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211667,7 +211747,7 @@
"east": "up",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211677,7 +211757,7 @@
"east": "up",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211687,7 +211767,7 @@
"east": "up",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211697,7 +211777,7 @@
"east": "up",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211707,7 +211787,7 @@
"east": "up",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211716,8 +211796,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -211726,8 +211806,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -211736,8 +211816,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -211747,7 +211827,7 @@
"east": "up",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211757,7 +211837,7 @@
"east": "up",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211767,7 +211847,7 @@
"east": "up",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211777,7 +211857,7 @@
"east": "up",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211787,7 +211867,7 @@
"east": "up",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211797,7 +211877,7 @@
"east": "up",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211806,8 +211886,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -211816,8 +211896,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -211826,8 +211906,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -211837,7 +211917,7 @@
"east": "up",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211847,7 +211927,7 @@
"east": "up",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211857,7 +211937,7 @@
"east": "up",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211867,7 +211947,7 @@
"east": "up",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211877,7 +211957,7 @@
"east": "up",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211887,7 +211967,7 @@
"east": "up",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211896,8 +211976,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -211906,8 +211986,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -211916,8 +211996,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -211927,7 +212007,7 @@
"east": "up",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -211937,7 +212017,7 @@
"east": "up",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -211947,7 +212027,7 @@
"east": "up",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -211957,7 +212037,7 @@
"east": "up",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -211967,7 +212047,7 @@
"east": "up",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -211977,7 +212057,7 @@
"east": "up",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -211986,8 +212066,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -211996,8 +212076,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -212006,8 +212086,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -212017,7 +212097,7 @@
"east": "up",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212027,7 +212107,7 @@
"east": "up",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212037,7 +212117,7 @@
"east": "up",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212047,7 +212127,7 @@
"east": "up",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212057,7 +212137,7 @@
"east": "up",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212067,7 +212147,7 @@
"east": "up",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212076,8 +212156,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -212086,8 +212166,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -212096,8 +212176,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -212107,7 +212187,7 @@
"east": "up",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212117,7 +212197,7 @@
"east": "up",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212127,7 +212207,7 @@
"east": "up",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212137,7 +212217,7 @@
"east": "up",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212147,7 +212227,7 @@
"east": "up",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212157,7 +212237,7 @@
"east": "up",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212166,8 +212246,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -212176,8 +212256,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -212186,8 +212266,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -212197,7 +212277,7 @@
"east": "up",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212207,7 +212287,7 @@
"east": "up",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212217,7 +212297,7 @@
"east": "up",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212227,7 +212307,7 @@
"east": "up",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212237,7 +212317,7 @@
"east": "up",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212247,7 +212327,7 @@
"east": "up",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212256,8 +212336,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -212266,8 +212346,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -212276,8 +212356,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -212287,7 +212367,7 @@
"east": "up",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212297,7 +212377,7 @@
"east": "up",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212307,7 +212387,7 @@
"east": "up",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212317,7 +212397,7 @@
"east": "up",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212327,7 +212407,7 @@
"east": "up",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212337,7 +212417,7 @@
"east": "up",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212346,8 +212426,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -212356,8 +212436,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -212366,8 +212446,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -212377,7 +212457,7 @@
"east": "up",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212387,7 +212467,7 @@
"east": "up",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212397,7 +212477,7 @@
"east": "up",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212407,7 +212487,7 @@
"east": "up",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212417,7 +212497,7 @@
"east": "up",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212427,7 +212507,7 @@
"east": "up",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212436,8 +212516,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -212446,8 +212526,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -212456,8 +212536,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -212467,7 +212547,7 @@
"east": "up",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212477,7 +212557,7 @@
"east": "up",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212487,7 +212567,7 @@
"east": "up",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212497,7 +212577,7 @@
"east": "up",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212507,7 +212587,7 @@
"east": "up",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212517,7 +212597,7 @@
"east": "up",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212526,8 +212606,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -212536,8 +212616,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -212546,8 +212626,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -212557,7 +212637,7 @@
"east": "up",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212567,7 +212647,7 @@
"east": "up",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212577,7 +212657,7 @@
"east": "up",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212587,7 +212667,7 @@
"east": "up",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212597,7 +212677,7 @@
"east": "up",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212607,7 +212687,7 @@
"east": "up",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212616,8 +212696,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -212626,8 +212706,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -212636,8 +212716,8 @@
"properties": {
"east": "up",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -212647,7 +212727,7 @@
"east": "up",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212657,7 +212737,7 @@
"east": "up",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212667,7 +212747,7 @@
"east": "up",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212677,7 +212757,7 @@
"east": "up",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212687,7 +212767,7 @@
"east": "up",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212697,7 +212777,7 @@
"east": "up",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212705,9 +212785,9 @@
"id": 3174,
"properties": {
"east": "up",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
@@ -212715,9 +212795,9 @@
"id": 3175,
"properties": {
"east": "up",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
@@ -212725,9 +212805,9 @@
"id": 3176,
"properties": {
"east": "up",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -212737,7 +212817,7 @@
"east": "up",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212747,7 +212827,7 @@
"east": "up",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212757,7 +212837,7 @@
"east": "up",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212767,7 +212847,7 @@
"east": "up",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212777,7 +212857,7 @@
"east": "up",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212787,7 +212867,7 @@
"east": "up",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212796,8 +212876,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -212806,8 +212886,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -212816,8 +212896,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -212827,7 +212907,7 @@
"east": "up",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212837,7 +212917,7 @@
"east": "up",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212847,7 +212927,7 @@
"east": "up",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212857,7 +212937,7 @@
"east": "up",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212867,7 +212947,7 @@
"east": "up",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212877,7 +212957,7 @@
"east": "up",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212886,8 +212966,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -212896,8 +212976,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -212906,8 +212986,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -212917,7 +212997,7 @@
"east": "up",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -212927,7 +213007,7 @@
"east": "up",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -212937,7 +213017,7 @@
"east": "up",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -212947,7 +213027,7 @@
"east": "up",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -212957,7 +213037,7 @@
"east": "up",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -212967,7 +213047,7 @@
"east": "up",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -212976,8 +213056,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -212986,8 +213066,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -212996,8 +213076,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -213007,7 +213087,7 @@
"east": "up",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213017,7 +213097,7 @@
"east": "up",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213027,7 +213107,7 @@
"east": "up",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213037,7 +213117,7 @@
"east": "up",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213047,7 +213127,7 @@
"east": "up",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213057,7 +213137,7 @@
"east": "up",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213066,8 +213146,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -213076,8 +213156,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -213086,8 +213166,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -213097,7 +213177,7 @@
"east": "up",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213107,7 +213187,7 @@
"east": "up",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213117,7 +213197,7 @@
"east": "up",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213127,7 +213207,7 @@
"east": "up",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213137,7 +213217,7 @@
"east": "up",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213147,7 +213227,7 @@
"east": "up",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213156,8 +213236,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -213166,8 +213246,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -213176,8 +213256,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -213187,7 +213267,7 @@
"east": "up",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213197,7 +213277,7 @@
"east": "up",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213207,7 +213287,7 @@
"east": "up",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213217,7 +213297,7 @@
"east": "up",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213227,7 +213307,7 @@
"east": "up",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213237,7 +213317,7 @@
"east": "up",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213246,8 +213326,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -213256,8 +213336,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -213266,8 +213346,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -213277,7 +213357,7 @@
"east": "up",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213287,7 +213367,7 @@
"east": "up",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213297,7 +213377,7 @@
"east": "up",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213307,7 +213387,7 @@
"east": "up",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213317,7 +213397,7 @@
"east": "up",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213327,7 +213407,7 @@
"east": "up",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213336,8 +213416,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -213346,8 +213426,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -213356,8 +213436,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -213367,7 +213447,7 @@
"east": "up",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213377,7 +213457,7 @@
"east": "up",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213387,7 +213467,7 @@
"east": "up",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213397,7 +213477,7 @@
"east": "up",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213407,7 +213487,7 @@
"east": "up",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213417,7 +213497,7 @@
"east": "up",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213426,8 +213506,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -213436,8 +213516,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -213446,8 +213526,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -213457,7 +213537,7 @@
"east": "up",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213467,7 +213547,7 @@
"east": "up",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213477,7 +213557,7 @@
"east": "up",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213487,7 +213567,7 @@
"east": "up",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213497,7 +213577,7 @@
"east": "up",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213507,7 +213587,7 @@
"east": "up",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213516,8 +213596,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -213526,8 +213606,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -213536,8 +213616,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -213547,7 +213627,7 @@
"east": "up",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213557,7 +213637,7 @@
"east": "up",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213567,7 +213647,7 @@
"east": "up",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213577,7 +213657,7 @@
"east": "up",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213587,7 +213667,7 @@
"east": "up",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213597,7 +213677,7 @@
"east": "up",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213606,8 +213686,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -213616,8 +213696,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -213626,8 +213706,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -213637,7 +213717,7 @@
"east": "up",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213647,7 +213727,7 @@
"east": "up",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213657,7 +213737,7 @@
"east": "up",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213667,7 +213747,7 @@
"east": "up",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213677,7 +213757,7 @@
"east": "up",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213687,7 +213767,7 @@
"east": "up",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213696,8 +213776,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -213706,8 +213786,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -213716,8 +213796,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -213727,7 +213807,7 @@
"east": "up",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213737,7 +213817,7 @@
"east": "up",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213747,7 +213827,7 @@
"east": "up",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213757,7 +213837,7 @@
"east": "up",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213767,7 +213847,7 @@
"east": "up",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213777,7 +213857,7 @@
"east": "up",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213786,8 +213866,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -213796,8 +213876,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -213806,8 +213886,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -213817,7 +213897,7 @@
"east": "up",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213827,7 +213907,7 @@
"east": "up",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213837,7 +213917,7 @@
"east": "up",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213847,7 +213927,7 @@
"east": "up",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213857,7 +213937,7 @@
"east": "up",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213867,7 +213947,7 @@
"east": "up",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213876,8 +213956,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -213886,8 +213966,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -213896,8 +213976,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -213907,7 +213987,7 @@
"east": "up",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -213917,7 +213997,7 @@
"east": "up",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -213927,7 +214007,7 @@
"east": "up",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -213937,7 +214017,7 @@
"east": "up",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -213947,7 +214027,7 @@
"east": "up",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -213957,7 +214037,7 @@
"east": "up",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -213966,8 +214046,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -213976,8 +214056,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -213986,8 +214066,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -213997,7 +214077,7 @@
"east": "up",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214007,7 +214087,7 @@
"east": "up",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214017,7 +214097,7 @@
"east": "up",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214027,7 +214107,7 @@
"east": "up",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214037,7 +214117,7 @@
"east": "up",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214047,7 +214127,7 @@
"east": "up",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214056,8 +214136,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -214066,8 +214146,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -214076,8 +214156,8 @@
"properties": {
"east": "up",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -214087,7 +214167,7 @@
"east": "up",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214097,7 +214177,7 @@
"east": "up",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214107,7 +214187,7 @@
"east": "up",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214117,7 +214197,7 @@
"east": "up",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214127,7 +214207,7 @@
"east": "up",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214137,7 +214217,7 @@
"east": "up",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214145,9 +214225,9 @@
"id": 3318,
"properties": {
"east": "up",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
@@ -214155,9 +214235,9 @@
"id": 3319,
"properties": {
"east": "up",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
@@ -214165,9 +214245,9 @@
"id": 3320,
"properties": {
"east": "up",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -214177,7 +214257,7 @@
"east": "up",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214187,7 +214267,7 @@
"east": "up",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214197,7 +214277,7 @@
"east": "up",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214207,7 +214287,7 @@
"east": "up",
"north": "none",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214217,7 +214297,7 @@
"east": "up",
"north": "none",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214227,7 +214307,7 @@
"east": "up",
"north": "none",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214236,8 +214316,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -214246,8 +214326,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -214256,8 +214336,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -214267,7 +214347,7 @@
"east": "up",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214277,7 +214357,7 @@
"east": "up",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214287,7 +214367,7 @@
"east": "up",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214297,7 +214377,7 @@
"east": "up",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214307,7 +214387,7 @@
"east": "up",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214317,7 +214397,7 @@
"east": "up",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214326,8 +214406,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -214336,8 +214416,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -214346,8 +214426,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -214357,7 +214437,7 @@
"east": "up",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214367,7 +214447,7 @@
"east": "up",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214377,7 +214457,7 @@
"east": "up",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214387,7 +214467,7 @@
"east": "up",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214397,7 +214477,7 @@
"east": "up",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214407,7 +214487,7 @@
"east": "up",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214416,8 +214496,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -214426,8 +214506,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -214436,8 +214516,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -214447,7 +214527,7 @@
"east": "up",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214457,7 +214537,7 @@
"east": "up",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214467,7 +214547,7 @@
"east": "up",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214477,7 +214557,7 @@
"east": "up",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214487,7 +214567,7 @@
"east": "up",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214497,7 +214577,7 @@
"east": "up",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214506,8 +214586,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -214516,8 +214596,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -214526,8 +214606,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -214537,7 +214617,7 @@
"east": "up",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214547,7 +214627,7 @@
"east": "up",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214557,7 +214637,7 @@
"east": "up",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214567,7 +214647,7 @@
"east": "up",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214577,7 +214657,7 @@
"east": "up",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214587,7 +214667,7 @@
"east": "up",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214596,8 +214676,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -214606,8 +214686,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -214616,8 +214696,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -214627,7 +214707,7 @@
"east": "up",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214637,7 +214717,7 @@
"east": "up",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214647,7 +214727,7 @@
"east": "up",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214657,7 +214737,7 @@
"east": "up",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214667,7 +214747,7 @@
"east": "up",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214677,7 +214757,7 @@
"east": "up",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214686,8 +214766,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -214696,8 +214776,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -214706,8 +214786,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -214717,7 +214797,7 @@
"east": "up",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214727,7 +214807,7 @@
"east": "up",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214737,7 +214817,7 @@
"east": "up",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214747,7 +214827,7 @@
"east": "up",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214757,7 +214837,7 @@
"east": "up",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214767,7 +214847,7 @@
"east": "up",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214776,8 +214856,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -214786,8 +214866,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -214796,8 +214876,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -214807,7 +214887,7 @@
"east": "up",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214817,7 +214897,7 @@
"east": "up",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214827,7 +214907,7 @@
"east": "up",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214837,7 +214917,7 @@
"east": "up",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214847,7 +214927,7 @@
"east": "up",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214857,7 +214937,7 @@
"east": "up",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214866,8 +214946,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -214876,8 +214956,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -214886,8 +214966,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -214897,7 +214977,7 @@
"east": "up",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214907,7 +214987,7 @@
"east": "up",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -214917,7 +214997,7 @@
"east": "up",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -214927,7 +215007,7 @@
"east": "up",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -214937,7 +215017,7 @@
"east": "up",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -214947,7 +215027,7 @@
"east": "up",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -214956,8 +215036,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -214966,8 +215046,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -214976,8 +215056,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -214987,7 +215067,7 @@
"east": "up",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -214997,7 +215077,7 @@
"east": "up",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215007,7 +215087,7 @@
"east": "up",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215017,7 +215097,7 @@
"east": "up",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215027,7 +215107,7 @@
"east": "up",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215037,7 +215117,7 @@
"east": "up",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215046,8 +215126,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -215056,8 +215136,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -215066,8 +215146,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -215077,7 +215157,7 @@
"east": "up",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215087,7 +215167,7 @@
"east": "up",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215097,7 +215177,7 @@
"east": "up",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215107,7 +215187,7 @@
"east": "up",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215117,7 +215197,7 @@
"east": "up",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215127,7 +215207,7 @@
"east": "up",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215136,8 +215216,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -215146,8 +215226,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -215156,8 +215236,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -215167,7 +215247,7 @@
"east": "up",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215177,7 +215257,7 @@
"east": "up",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215187,7 +215267,7 @@
"east": "up",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215197,7 +215277,7 @@
"east": "up",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215207,7 +215287,7 @@
"east": "up",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215217,7 +215297,7 @@
"east": "up",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215226,8 +215306,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -215236,8 +215316,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -215246,8 +215326,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -215257,7 +215337,7 @@
"east": "up",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215267,7 +215347,7 @@
"east": "up",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215277,7 +215357,7 @@
"east": "up",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215287,7 +215367,7 @@
"east": "up",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215297,7 +215377,7 @@
"east": "up",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215307,7 +215387,7 @@
"east": "up",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215316,8 +215396,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -215326,8 +215406,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -215336,8 +215416,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -215347,7 +215427,7 @@
"east": "up",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215357,7 +215437,7 @@
"east": "up",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215367,7 +215447,7 @@
"east": "up",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215377,7 +215457,7 @@
"east": "up",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215387,7 +215467,7 @@
"east": "up",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215397,7 +215477,7 @@
"east": "up",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215406,8 +215486,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -215416,8 +215496,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -215426,8 +215506,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -215437,7 +215517,7 @@
"east": "up",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215447,7 +215527,7 @@
"east": "up",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215457,7 +215537,7 @@
"east": "up",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215467,7 +215547,7 @@
"east": "up",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215477,7 +215557,7 @@
"east": "up",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215487,7 +215567,7 @@
"east": "up",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215496,8 +215576,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -215506,8 +215586,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -215516,8 +215596,8 @@
"properties": {
"east": "up",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -215527,7 +215607,7 @@
"east": "up",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215537,7 +215617,7 @@
"east": "up",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215547,7 +215627,7 @@
"east": "up",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215557,7 +215637,7 @@
"east": "up",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215567,7 +215647,7 @@
"east": "up",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215577,37 +215657,37 @@
"east": "up",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
{
"id": 3462,
"properties": {
- "east": "side",
- "north": "up",
- "power": "0",
- "south": "up",
+ "east": "up",
+ "north": "none",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
{
"id": 3463,
"properties": {
- "east": "side",
- "north": "up",
- "power": "0",
- "south": "up",
+ "east": "up",
+ "north": "none",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
{
"id": 3464,
"properties": {
- "east": "side",
- "north": "up",
- "power": "0",
- "south": "up",
+ "east": "up",
+ "north": "none",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -215617,7 +215697,7 @@
"east": "side",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215627,7 +215707,7 @@
"east": "side",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215637,7 +215717,7 @@
"east": "side",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215647,7 +215727,7 @@
"east": "side",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215657,7 +215737,7 @@
"east": "side",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215667,7 +215747,7 @@
"east": "side",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215676,8 +215756,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -215686,8 +215766,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -215696,8 +215776,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -215707,7 +215787,7 @@
"east": "side",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215717,7 +215797,7 @@
"east": "side",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215727,7 +215807,7 @@
"east": "side",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215737,7 +215817,7 @@
"east": "side",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215747,7 +215827,7 @@
"east": "side",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215757,7 +215837,7 @@
"east": "side",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215766,8 +215846,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -215776,8 +215856,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -215786,8 +215866,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -215797,7 +215877,7 @@
"east": "side",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215807,7 +215887,7 @@
"east": "side",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215817,7 +215897,7 @@
"east": "side",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215827,7 +215907,7 @@
"east": "side",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215837,7 +215917,7 @@
"east": "side",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215847,7 +215927,7 @@
"east": "side",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215856,8 +215936,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -215866,8 +215946,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -215876,8 +215956,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -215887,7 +215967,7 @@
"east": "side",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215897,7 +215977,7 @@
"east": "side",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215907,7 +215987,7 @@
"east": "side",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -215917,7 +215997,7 @@
"east": "side",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -215927,7 +216007,7 @@
"east": "side",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -215937,7 +216017,7 @@
"east": "side",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -215946,8 +216026,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -215956,8 +216036,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -215966,8 +216046,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -215977,7 +216057,7 @@
"east": "side",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -215987,7 +216067,7 @@
"east": "side",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -215997,7 +216077,7 @@
"east": "side",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216007,7 +216087,7 @@
"east": "side",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216017,7 +216097,7 @@
"east": "side",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216027,7 +216107,7 @@
"east": "side",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216036,8 +216116,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -216046,8 +216126,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -216056,8 +216136,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -216067,7 +216147,7 @@
"east": "side",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216077,7 +216157,7 @@
"east": "side",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216087,7 +216167,7 @@
"east": "side",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216097,7 +216177,7 @@
"east": "side",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216107,7 +216187,7 @@
"east": "side",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216117,7 +216197,7 @@
"east": "side",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216126,8 +216206,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -216136,8 +216216,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -216146,8 +216226,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -216157,7 +216237,7 @@
"east": "side",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216167,7 +216247,7 @@
"east": "side",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216177,7 +216257,7 @@
"east": "side",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216187,7 +216267,7 @@
"east": "side",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216197,7 +216277,7 @@
"east": "side",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216207,7 +216287,7 @@
"east": "side",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216216,8 +216296,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -216226,8 +216306,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -216236,8 +216316,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -216247,7 +216327,7 @@
"east": "side",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216257,7 +216337,7 @@
"east": "side",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216267,7 +216347,7 @@
"east": "side",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216277,7 +216357,7 @@
"east": "side",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216287,7 +216367,7 @@
"east": "side",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216297,7 +216377,7 @@
"east": "side",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216306,8 +216386,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -216316,8 +216396,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -216326,8 +216406,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -216337,7 +216417,7 @@
"east": "side",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216347,7 +216427,7 @@
"east": "side",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216357,7 +216437,7 @@
"east": "side",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216367,7 +216447,7 @@
"east": "side",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216377,7 +216457,7 @@
"east": "side",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216387,7 +216467,7 @@
"east": "side",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216396,8 +216476,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -216406,8 +216486,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -216416,8 +216496,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -216427,7 +216507,7 @@
"east": "side",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216437,7 +216517,7 @@
"east": "side",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216447,7 +216527,7 @@
"east": "side",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216457,7 +216537,7 @@
"east": "side",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216467,7 +216547,7 @@
"east": "side",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216477,7 +216557,7 @@
"east": "side",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216486,8 +216566,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -216496,8 +216576,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -216506,8 +216586,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -216517,7 +216597,7 @@
"east": "side",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216527,7 +216607,7 @@
"east": "side",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216537,7 +216617,7 @@
"east": "side",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216547,7 +216627,7 @@
"east": "side",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216557,7 +216637,7 @@
"east": "side",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216567,7 +216647,7 @@
"east": "side",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216576,8 +216656,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -216586,8 +216666,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -216596,8 +216676,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -216607,7 +216687,7 @@
"east": "side",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216617,7 +216697,7 @@
"east": "side",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216627,7 +216707,7 @@
"east": "side",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216637,7 +216717,7 @@
"east": "side",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216647,7 +216727,7 @@
"east": "side",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216657,7 +216737,7 @@
"east": "side",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216666,8 +216746,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -216676,8 +216756,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -216686,8 +216766,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -216697,7 +216777,7 @@
"east": "side",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216707,7 +216787,7 @@
"east": "side",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216717,7 +216797,7 @@
"east": "side",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216727,7 +216807,7 @@
"east": "side",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216737,7 +216817,7 @@
"east": "side",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216747,7 +216827,7 @@
"east": "side",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216756,8 +216836,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -216766,8 +216846,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -216776,8 +216856,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -216787,7 +216867,7 @@
"east": "side",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216797,7 +216877,7 @@
"east": "side",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216807,7 +216887,7 @@
"east": "side",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216817,7 +216897,7 @@
"east": "side",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216827,7 +216907,7 @@
"east": "side",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216837,7 +216917,7 @@
"east": "side",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216846,8 +216926,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -216856,8 +216936,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -216866,8 +216946,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -216877,7 +216957,7 @@
"east": "side",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216887,7 +216967,7 @@
"east": "side",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216897,7 +216977,7 @@
"east": "side",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216907,7 +216987,7 @@
"east": "side",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -216917,7 +216997,7 @@
"east": "side",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -216927,7 +217007,7 @@
"east": "side",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -216936,8 +217016,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -216946,8 +217026,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -216956,8 +217036,8 @@
"properties": {
"east": "side",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -216967,7 +217047,7 @@
"east": "side",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -216977,7 +217057,7 @@
"east": "side",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -216987,7 +217067,7 @@
"east": "side",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -216997,7 +217077,7 @@
"east": "side",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217007,7 +217087,7 @@
"east": "side",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217017,7 +217097,7 @@
"east": "side",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217025,9 +217105,9 @@
"id": 3606,
"properties": {
"east": "side",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
@@ -217035,9 +217115,9 @@
"id": 3607,
"properties": {
"east": "side",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
@@ -217045,9 +217125,9 @@
"id": 3608,
"properties": {
"east": "side",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -217057,7 +217137,7 @@
"east": "side",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217067,7 +217147,7 @@
"east": "side",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217077,7 +217157,7 @@
"east": "side",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217087,7 +217167,7 @@
"east": "side",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217097,7 +217177,7 @@
"east": "side",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217107,7 +217187,7 @@
"east": "side",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217116,8 +217196,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -217126,8 +217206,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -217136,8 +217216,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -217147,7 +217227,7 @@
"east": "side",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217157,7 +217237,7 @@
"east": "side",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217167,7 +217247,7 @@
"east": "side",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217177,7 +217257,7 @@
"east": "side",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217187,7 +217267,7 @@
"east": "side",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217197,7 +217277,7 @@
"east": "side",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217206,8 +217286,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -217216,8 +217296,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -217226,8 +217306,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -217237,7 +217317,7 @@
"east": "side",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217247,7 +217327,7 @@
"east": "side",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217257,7 +217337,7 @@
"east": "side",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217267,7 +217347,7 @@
"east": "side",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217277,7 +217357,7 @@
"east": "side",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217287,7 +217367,7 @@
"east": "side",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217296,8 +217376,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -217306,8 +217386,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -217316,8 +217396,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -217327,7 +217407,7 @@
"east": "side",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217337,7 +217417,7 @@
"east": "side",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217347,7 +217427,7 @@
"east": "side",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217357,7 +217437,7 @@
"east": "side",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217367,7 +217447,7 @@
"east": "side",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217377,7 +217457,7 @@
"east": "side",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217386,8 +217466,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -217396,8 +217476,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -217406,8 +217486,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -217417,7 +217497,7 @@
"east": "side",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217427,7 +217507,7 @@
"east": "side",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217437,7 +217517,7 @@
"east": "side",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217447,7 +217527,7 @@
"east": "side",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217457,7 +217537,7 @@
"east": "side",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217467,7 +217547,7 @@
"east": "side",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217476,8 +217556,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -217486,8 +217566,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -217496,8 +217576,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -217507,7 +217587,7 @@
"east": "side",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217517,7 +217597,7 @@
"east": "side",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217527,7 +217607,7 @@
"east": "side",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217537,7 +217617,7 @@
"east": "side",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217547,7 +217627,7 @@
"east": "side",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217557,7 +217637,7 @@
"east": "side",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217566,8 +217646,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -217576,8 +217656,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -217586,8 +217666,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -217597,7 +217677,7 @@
"east": "side",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217607,7 +217687,7 @@
"east": "side",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217617,7 +217697,7 @@
"east": "side",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217627,7 +217707,7 @@
"east": "side",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217637,7 +217717,7 @@
"east": "side",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217647,7 +217727,7 @@
"east": "side",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217656,8 +217736,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -217666,8 +217746,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -217676,8 +217756,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -217687,7 +217767,7 @@
"east": "side",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217697,7 +217777,7 @@
"east": "side",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217707,7 +217787,7 @@
"east": "side",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217717,7 +217797,7 @@
"east": "side",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217727,7 +217807,7 @@
"east": "side",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217737,7 +217817,7 @@
"east": "side",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217746,8 +217826,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -217756,8 +217836,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -217766,8 +217846,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -217777,7 +217857,7 @@
"east": "side",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217787,7 +217867,7 @@
"east": "side",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217797,7 +217877,7 @@
"east": "side",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217807,7 +217887,7 @@
"east": "side",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217817,7 +217897,7 @@
"east": "side",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217827,7 +217907,7 @@
"east": "side",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217836,8 +217916,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -217846,8 +217926,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -217856,8 +217936,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -217867,7 +217947,7 @@
"east": "side",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217877,7 +217957,7 @@
"east": "side",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217887,7 +217967,7 @@
"east": "side",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217897,7 +217977,7 @@
"east": "side",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217907,7 +217987,7 @@
"east": "side",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -217917,7 +217997,7 @@
"east": "side",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -217926,8 +218006,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -217936,8 +218016,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -217946,8 +218026,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -217957,7 +218037,7 @@
"east": "side",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -217967,7 +218047,7 @@
"east": "side",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -217977,7 +218057,7 @@
"east": "side",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -217987,7 +218067,7 @@
"east": "side",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -217997,7 +218077,7 @@
"east": "side",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218007,7 +218087,7 @@
"east": "side",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218016,8 +218096,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -218026,8 +218106,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -218036,8 +218116,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -218047,7 +218127,7 @@
"east": "side",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218057,7 +218137,7 @@
"east": "side",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218067,7 +218147,7 @@
"east": "side",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218077,7 +218157,7 @@
"east": "side",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218087,7 +218167,7 @@
"east": "side",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218097,7 +218177,7 @@
"east": "side",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218106,8 +218186,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -218116,8 +218196,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -218126,8 +218206,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -218137,7 +218217,7 @@
"east": "side",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218147,7 +218227,7 @@
"east": "side",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218157,7 +218237,7 @@
"east": "side",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218167,7 +218247,7 @@
"east": "side",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218177,7 +218257,7 @@
"east": "side",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218187,7 +218267,7 @@
"east": "side",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218196,8 +218276,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -218206,8 +218286,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -218216,8 +218296,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -218227,7 +218307,7 @@
"east": "side",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218237,7 +218317,7 @@
"east": "side",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218247,7 +218327,7 @@
"east": "side",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218257,7 +218337,7 @@
"east": "side",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218267,7 +218347,7 @@
"east": "side",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218277,7 +218357,7 @@
"east": "side",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218286,8 +218366,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -218296,8 +218376,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -218306,8 +218386,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -218317,7 +218397,7 @@
"east": "side",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218327,7 +218407,7 @@
"east": "side",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218337,7 +218417,7 @@
"east": "side",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218347,7 +218427,7 @@
"east": "side",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218357,7 +218437,7 @@
"east": "side",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218367,7 +218447,7 @@
"east": "side",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218376,8 +218456,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -218386,8 +218466,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -218396,8 +218476,8 @@
"properties": {
"east": "side",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -218407,7 +218487,7 @@
"east": "side",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218417,7 +218497,7 @@
"east": "side",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218427,7 +218507,7 @@
"east": "side",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218437,7 +218517,7 @@
"east": "side",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218447,7 +218527,7 @@
"east": "side",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218457,7 +218537,7 @@
"east": "side",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218465,9 +218545,9 @@
"id": 3750,
"properties": {
"east": "side",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
@@ -218475,9 +218555,9 @@
"id": 3751,
"properties": {
"east": "side",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
@@ -218485,9 +218565,9 @@
"id": 3752,
"properties": {
"east": "side",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -218497,7 +218577,7 @@
"east": "side",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218507,7 +218587,7 @@
"east": "side",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218517,7 +218597,7 @@
"east": "side",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218527,7 +218607,7 @@
"east": "side",
"north": "none",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218537,7 +218617,7 @@
"east": "side",
"north": "none",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218547,7 +218627,7 @@
"east": "side",
"north": "none",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218556,8 +218636,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -218566,8 +218646,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -218576,8 +218656,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -218587,7 +218667,7 @@
"east": "side",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218597,7 +218677,7 @@
"east": "side",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218607,7 +218687,7 @@
"east": "side",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218617,7 +218697,7 @@
"east": "side",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218627,7 +218707,7 @@
"east": "side",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218637,7 +218717,7 @@
"east": "side",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218646,8 +218726,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -218656,8 +218736,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -218666,8 +218746,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -218677,7 +218757,7 @@
"east": "side",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218687,7 +218767,7 @@
"east": "side",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218697,7 +218777,7 @@
"east": "side",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218707,7 +218787,7 @@
"east": "side",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218717,7 +218797,7 @@
"east": "side",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218727,7 +218807,7 @@
"east": "side",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218736,8 +218816,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -218746,8 +218826,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -218756,8 +218836,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -218767,7 +218847,7 @@
"east": "side",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218777,7 +218857,7 @@
"east": "side",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218787,7 +218867,7 @@
"east": "side",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218797,7 +218877,7 @@
"east": "side",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218807,7 +218887,7 @@
"east": "side",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218817,7 +218897,7 @@
"east": "side",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218826,8 +218906,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -218836,8 +218916,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -218846,8 +218926,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -218857,7 +218937,7 @@
"east": "side",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218867,7 +218947,7 @@
"east": "side",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218877,7 +218957,7 @@
"east": "side",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218887,7 +218967,7 @@
"east": "side",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218897,7 +218977,7 @@
"east": "side",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218907,7 +218987,7 @@
"east": "side",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -218916,8 +218996,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -218926,8 +219006,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -218936,8 +219016,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -218947,7 +219027,7 @@
"east": "side",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -218957,7 +219037,7 @@
"east": "side",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -218967,7 +219047,7 @@
"east": "side",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -218977,7 +219057,7 @@
"east": "side",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -218987,7 +219067,7 @@
"east": "side",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -218997,7 +219077,7 @@
"east": "side",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219006,8 +219086,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -219016,8 +219096,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -219026,8 +219106,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -219037,7 +219117,7 @@
"east": "side",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219047,7 +219127,7 @@
"east": "side",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219057,7 +219137,7 @@
"east": "side",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219067,7 +219147,7 @@
"east": "side",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219077,7 +219157,7 @@
"east": "side",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219087,7 +219167,7 @@
"east": "side",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219096,8 +219176,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -219106,8 +219186,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -219116,8 +219196,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -219127,7 +219207,7 @@
"east": "side",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219137,7 +219217,7 @@
"east": "side",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219147,7 +219227,7 @@
"east": "side",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219157,7 +219237,7 @@
"east": "side",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219167,7 +219247,7 @@
"east": "side",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219177,7 +219257,7 @@
"east": "side",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219186,8 +219266,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -219196,8 +219276,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -219206,8 +219286,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -219217,7 +219297,7 @@
"east": "side",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219227,7 +219307,7 @@
"east": "side",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219237,7 +219317,7 @@
"east": "side",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219247,7 +219327,7 @@
"east": "side",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219257,7 +219337,7 @@
"east": "side",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219267,7 +219347,7 @@
"east": "side",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219276,8 +219356,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -219286,8 +219366,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -219296,8 +219376,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -219307,7 +219387,7 @@
"east": "side",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219317,7 +219397,7 @@
"east": "side",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219327,7 +219407,7 @@
"east": "side",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219337,7 +219417,7 @@
"east": "side",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219347,7 +219427,7 @@
"east": "side",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219357,7 +219437,7 @@
"east": "side",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219366,8 +219446,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -219376,8 +219456,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -219386,8 +219466,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -219397,7 +219477,7 @@
"east": "side",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219407,7 +219487,7 @@
"east": "side",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219417,7 +219497,7 @@
"east": "side",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219427,7 +219507,7 @@
"east": "side",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219437,7 +219517,7 @@
"east": "side",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219447,7 +219527,7 @@
"east": "side",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219456,8 +219536,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -219466,8 +219546,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -219476,8 +219556,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -219487,7 +219567,7 @@
"east": "side",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219497,7 +219577,7 @@
"east": "side",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219507,7 +219587,7 @@
"east": "side",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219517,7 +219597,7 @@
"east": "side",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219527,7 +219607,7 @@
"east": "side",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219537,7 +219617,7 @@
"east": "side",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219546,8 +219626,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -219556,8 +219636,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -219566,8 +219646,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -219577,7 +219657,7 @@
"east": "side",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219587,7 +219667,7 @@
"east": "side",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219597,7 +219677,7 @@
"east": "side",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219607,7 +219687,7 @@
"east": "side",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219617,7 +219697,7 @@
"east": "side",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219627,7 +219707,7 @@
"east": "side",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219636,8 +219716,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -219646,8 +219726,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -219656,8 +219736,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -219667,7 +219747,7 @@
"east": "side",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219677,7 +219757,7 @@
"east": "side",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219687,7 +219767,7 @@
"east": "side",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219697,7 +219777,7 @@
"east": "side",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219707,7 +219787,7 @@
"east": "side",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219717,7 +219797,7 @@
"east": "side",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219726,8 +219806,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -219736,8 +219816,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -219746,8 +219826,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -219757,7 +219837,7 @@
"east": "side",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219767,7 +219847,7 @@
"east": "side",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219777,7 +219857,7 @@
"east": "side",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219787,7 +219867,7 @@
"east": "side",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219797,7 +219877,7 @@
"east": "side",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219807,7 +219887,7 @@
"east": "side",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219816,8 +219896,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -219826,8 +219906,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -219836,8 +219916,8 @@
"properties": {
"east": "side",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -219847,7 +219927,7 @@
"east": "side",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219857,7 +219937,7 @@
"east": "side",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219867,7 +219947,7 @@
"east": "side",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219877,7 +219957,7 @@
"east": "side",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219887,7 +219967,7 @@
"east": "side",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219897,37 +219977,37 @@
"east": "side",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
{
"id": 3894,
"properties": {
- "east": "none",
- "north": "up",
- "power": "0",
- "south": "up",
+ "east": "side",
+ "north": "none",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
{
"id": 3895,
"properties": {
- "east": "none",
- "north": "up",
- "power": "0",
- "south": "up",
+ "east": "side",
+ "north": "none",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
{
"id": 3896,
"properties": {
- "east": "none",
- "north": "up",
- "power": "0",
- "south": "up",
+ "east": "side",
+ "north": "none",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -219937,7 +220017,7 @@
"east": "none",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -219947,7 +220027,7 @@
"east": "none",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -219957,7 +220037,7 @@
"east": "none",
"north": "up",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -219967,7 +220047,7 @@
"east": "none",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -219977,7 +220057,7 @@
"east": "none",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -219987,7 +220067,7 @@
"east": "none",
"north": "up",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -219996,8 +220076,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -220006,8 +220086,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -220016,8 +220096,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -220027,7 +220107,7 @@
"east": "none",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220037,7 +220117,7 @@
"east": "none",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220047,7 +220127,7 @@
"east": "none",
"north": "up",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220057,7 +220137,7 @@
"east": "none",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220067,7 +220147,7 @@
"east": "none",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220077,7 +220157,7 @@
"east": "none",
"north": "up",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220086,8 +220166,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -220096,8 +220176,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -220106,8 +220186,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -220117,7 +220197,7 @@
"east": "none",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220127,7 +220207,7 @@
"east": "none",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220137,7 +220217,7 @@
"east": "none",
"north": "up",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220147,7 +220227,7 @@
"east": "none",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220157,7 +220237,7 @@
"east": "none",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220167,7 +220247,7 @@
"east": "none",
"north": "up",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220176,8 +220256,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -220186,8 +220266,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -220196,8 +220276,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -220207,7 +220287,7 @@
"east": "none",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220217,7 +220297,7 @@
"east": "none",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220227,7 +220307,7 @@
"east": "none",
"north": "up",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220237,7 +220317,7 @@
"east": "none",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220247,7 +220327,7 @@
"east": "none",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220257,7 +220337,7 @@
"east": "none",
"north": "up",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220266,8 +220346,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -220276,8 +220356,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -220286,8 +220366,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -220297,7 +220377,7 @@
"east": "none",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220307,7 +220387,7 @@
"east": "none",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220317,7 +220397,7 @@
"east": "none",
"north": "up",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220327,7 +220407,7 @@
"east": "none",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220337,7 +220417,7 @@
"east": "none",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220347,7 +220427,7 @@
"east": "none",
"north": "up",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220356,8 +220436,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -220366,8 +220446,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -220376,8 +220456,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -220387,7 +220467,7 @@
"east": "none",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220397,7 +220477,7 @@
"east": "none",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220407,7 +220487,7 @@
"east": "none",
"north": "up",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220417,7 +220497,7 @@
"east": "none",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220427,7 +220507,7 @@
"east": "none",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220437,7 +220517,7 @@
"east": "none",
"north": "up",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220446,8 +220526,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -220456,8 +220536,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -220466,8 +220546,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -220477,7 +220557,7 @@
"east": "none",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220487,7 +220567,7 @@
"east": "none",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220497,7 +220577,7 @@
"east": "none",
"north": "up",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220507,7 +220587,7 @@
"east": "none",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220517,7 +220597,7 @@
"east": "none",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220527,7 +220607,7 @@
"east": "none",
"north": "up",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220536,8 +220616,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -220546,8 +220626,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -220556,8 +220636,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -220567,7 +220647,7 @@
"east": "none",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220577,7 +220657,7 @@
"east": "none",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220587,7 +220667,7 @@
"east": "none",
"north": "up",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220597,7 +220677,7 @@
"east": "none",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220607,7 +220687,7 @@
"east": "none",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220617,7 +220697,7 @@
"east": "none",
"north": "up",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220626,8 +220706,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -220636,8 +220716,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -220646,8 +220726,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -220657,7 +220737,7 @@
"east": "none",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220667,7 +220747,7 @@
"east": "none",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220677,7 +220757,7 @@
"east": "none",
"north": "up",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220687,7 +220767,7 @@
"east": "none",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220697,7 +220777,7 @@
"east": "none",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220707,7 +220787,7 @@
"east": "none",
"north": "up",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220716,8 +220796,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -220726,8 +220806,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -220736,8 +220816,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -220747,7 +220827,7 @@
"east": "none",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220757,7 +220837,7 @@
"east": "none",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220767,7 +220847,7 @@
"east": "none",
"north": "up",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220777,7 +220857,7 @@
"east": "none",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220787,7 +220867,7 @@
"east": "none",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220797,7 +220877,7 @@
"east": "none",
"north": "up",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220806,8 +220886,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -220816,8 +220896,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -220826,8 +220906,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -220837,7 +220917,7 @@
"east": "none",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220847,7 +220927,7 @@
"east": "none",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220857,7 +220937,7 @@
"east": "none",
"north": "up",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220867,7 +220947,7 @@
"east": "none",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220877,7 +220957,7 @@
"east": "none",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220887,7 +220967,7 @@
"east": "none",
"north": "up",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220896,8 +220976,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -220906,8 +220986,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -220916,8 +220996,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -220927,7 +221007,7 @@
"east": "none",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -220937,7 +221017,7 @@
"east": "none",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -220947,7 +221027,7 @@
"east": "none",
"north": "up",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -220957,7 +221037,7 @@
"east": "none",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -220967,7 +221047,7 @@
"east": "none",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -220977,7 +221057,7 @@
"east": "none",
"north": "up",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -220986,8 +221066,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -220996,8 +221076,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -221006,8 +221086,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -221017,7 +221097,7 @@
"east": "none",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221027,7 +221107,7 @@
"east": "none",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221037,7 +221117,7 @@
"east": "none",
"north": "up",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221047,7 +221127,7 @@
"east": "none",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221057,7 +221137,7 @@
"east": "none",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221067,7 +221147,7 @@
"east": "none",
"north": "up",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221076,8 +221156,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -221086,8 +221166,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -221096,8 +221176,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -221107,7 +221187,7 @@
"east": "none",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221117,7 +221197,7 @@
"east": "none",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221127,7 +221207,7 @@
"east": "none",
"north": "up",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221137,7 +221217,7 @@
"east": "none",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221147,7 +221227,7 @@
"east": "none",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221157,7 +221237,7 @@
"east": "none",
"north": "up",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221166,8 +221246,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -221176,8 +221256,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -221186,8 +221266,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -221197,7 +221277,7 @@
"east": "none",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221207,7 +221287,7 @@
"east": "none",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221217,7 +221297,7 @@
"east": "none",
"north": "up",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221227,7 +221307,7 @@
"east": "none",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221237,7 +221317,7 @@
"east": "none",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221247,7 +221327,7 @@
"east": "none",
"north": "up",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221256,8 +221336,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -221266,8 +221346,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -221276,8 +221356,8 @@
"properties": {
"east": "none",
"north": "up",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -221287,7 +221367,7 @@
"east": "none",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221297,7 +221377,7 @@
"east": "none",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221307,7 +221387,7 @@
"east": "none",
"north": "up",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221317,7 +221397,7 @@
"east": "none",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221327,7 +221407,7 @@
"east": "none",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221337,7 +221417,7 @@
"east": "none",
"north": "up",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221345,9 +221425,9 @@
"id": 4038,
"properties": {
"east": "none",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
@@ -221355,9 +221435,9 @@
"id": 4039,
"properties": {
"east": "none",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
@@ -221365,9 +221445,9 @@
"id": 4040,
"properties": {
"east": "none",
- "north": "side",
- "power": "0",
- "south": "up",
+ "north": "up",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -221377,7 +221457,7 @@
"east": "none",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221387,7 +221467,7 @@
"east": "none",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221397,7 +221477,7 @@
"east": "none",
"north": "side",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221407,7 +221487,7 @@
"east": "none",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221417,7 +221497,7 @@
"east": "none",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221427,7 +221507,7 @@
"east": "none",
"north": "side",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221436,8 +221516,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "up"
}
},
@@ -221446,8 +221526,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "side"
}
},
@@ -221456,8 +221536,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "1",
- "south": "up",
+ "power": "0",
+ "south": "none",
"west": "none"
}
},
@@ -221467,7 +221547,7 @@
"east": "none",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221477,7 +221557,7 @@
"east": "none",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221487,7 +221567,7 @@
"east": "none",
"north": "side",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221497,7 +221577,7 @@
"east": "none",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221507,7 +221587,7 @@
"east": "none",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221517,7 +221597,7 @@
"east": "none",
"north": "side",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221526,8 +221606,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -221536,8 +221616,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -221546,8 +221626,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -221557,7 +221637,7 @@
"east": "none",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221567,7 +221647,7 @@
"east": "none",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221577,7 +221657,7 @@
"east": "none",
"north": "side",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221587,7 +221667,7 @@
"east": "none",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221597,7 +221677,7 @@
"east": "none",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221607,7 +221687,7 @@
"east": "none",
"north": "side",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221616,8 +221696,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -221626,8 +221706,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -221636,8 +221716,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -221647,7 +221727,7 @@
"east": "none",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221657,7 +221737,7 @@
"east": "none",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221667,7 +221747,7 @@
"east": "none",
"north": "side",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221677,7 +221757,7 @@
"east": "none",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221687,7 +221767,7 @@
"east": "none",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221697,7 +221777,7 @@
"east": "none",
"north": "side",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221706,8 +221786,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -221716,8 +221796,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -221726,8 +221806,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -221737,7 +221817,7 @@
"east": "none",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221747,7 +221827,7 @@
"east": "none",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221757,7 +221837,7 @@
"east": "none",
"north": "side",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221767,7 +221847,7 @@
"east": "none",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221777,7 +221857,7 @@
"east": "none",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221787,7 +221867,7 @@
"east": "none",
"north": "side",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221796,8 +221876,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -221806,8 +221886,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -221816,8 +221896,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -221827,7 +221907,7 @@
"east": "none",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221837,7 +221917,7 @@
"east": "none",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221847,7 +221927,7 @@
"east": "none",
"north": "side",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221857,7 +221937,7 @@
"east": "none",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221867,7 +221947,7 @@
"east": "none",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221877,7 +221957,7 @@
"east": "none",
"north": "side",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221886,8 +221966,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -221896,8 +221976,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -221906,8 +221986,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -221917,7 +221997,7 @@
"east": "none",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -221927,7 +222007,7 @@
"east": "none",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -221937,7 +222017,7 @@
"east": "none",
"north": "side",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -221947,7 +222027,7 @@
"east": "none",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -221957,7 +222037,7 @@
"east": "none",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -221967,7 +222047,7 @@
"east": "none",
"north": "side",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -221976,8 +222056,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -221986,8 +222066,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -221996,8 +222076,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -222007,7 +222087,7 @@
"east": "none",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222017,7 +222097,7 @@
"east": "none",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222027,7 +222107,7 @@
"east": "none",
"north": "side",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222037,7 +222117,7 @@
"east": "none",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222047,7 +222127,7 @@
"east": "none",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222057,7 +222137,7 @@
"east": "none",
"north": "side",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222066,8 +222146,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -222076,8 +222156,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -222086,8 +222166,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -222097,7 +222177,7 @@
"east": "none",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222107,7 +222187,7 @@
"east": "none",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222117,7 +222197,7 @@
"east": "none",
"north": "side",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222127,7 +222207,7 @@
"east": "none",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222137,7 +222217,7 @@
"east": "none",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222147,7 +222227,7 @@
"east": "none",
"north": "side",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222156,8 +222236,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -222166,8 +222246,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -222176,8 +222256,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -222187,7 +222267,7 @@
"east": "none",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222197,7 +222277,7 @@
"east": "none",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222207,7 +222287,7 @@
"east": "none",
"north": "side",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222217,7 +222297,7 @@
"east": "none",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222227,7 +222307,7 @@
"east": "none",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222237,7 +222317,7 @@
"east": "none",
"north": "side",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222246,8 +222326,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -222256,8 +222336,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -222266,8 +222346,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -222277,7 +222357,7 @@
"east": "none",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222287,7 +222367,7 @@
"east": "none",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222297,7 +222377,7 @@
"east": "none",
"north": "side",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222307,7 +222387,7 @@
"east": "none",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222317,7 +222397,7 @@
"east": "none",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222327,7 +222407,7 @@
"east": "none",
"north": "side",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222336,8 +222416,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -222346,8 +222426,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -222356,8 +222436,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -222367,7 +222447,7 @@
"east": "none",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222377,7 +222457,7 @@
"east": "none",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222387,7 +222467,7 @@
"east": "none",
"north": "side",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222397,7 +222477,7 @@
"east": "none",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222407,7 +222487,7 @@
"east": "none",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222417,7 +222497,7 @@
"east": "none",
"north": "side",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222426,8 +222506,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -222436,8 +222516,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -222446,8 +222526,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -222457,7 +222537,7 @@
"east": "none",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222467,7 +222547,7 @@
"east": "none",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222477,7 +222557,7 @@
"east": "none",
"north": "side",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222487,7 +222567,7 @@
"east": "none",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222497,7 +222577,7 @@
"east": "none",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222507,7 +222587,7 @@
"east": "none",
"north": "side",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222516,8 +222596,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -222526,8 +222606,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -222536,8 +222616,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -222547,7 +222627,7 @@
"east": "none",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222557,7 +222637,7 @@
"east": "none",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222567,7 +222647,7 @@
"east": "none",
"north": "side",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222577,7 +222657,7 @@
"east": "none",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222587,7 +222667,7 @@
"east": "none",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222597,7 +222677,7 @@
"east": "none",
"north": "side",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222606,8 +222686,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -222616,8 +222696,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -222626,8 +222706,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -222637,7 +222717,7 @@
"east": "none",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222647,7 +222727,7 @@
"east": "none",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222657,7 +222737,7 @@
"east": "none",
"north": "side",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222667,7 +222747,7 @@
"east": "none",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222677,7 +222757,7 @@
"east": "none",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222687,7 +222767,7 @@
"east": "none",
"north": "side",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222696,8 +222776,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -222706,8 +222786,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -222716,8 +222796,8 @@
"properties": {
"east": "none",
"north": "side",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -222727,7 +222807,7 @@
"east": "none",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222737,7 +222817,7 @@
"east": "none",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222747,7 +222827,7 @@
"east": "none",
"north": "side",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222757,7 +222837,7 @@
"east": "none",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222767,7 +222847,7 @@
"east": "none",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222777,7 +222857,7 @@
"east": "none",
"north": "side",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222785,9 +222865,9 @@
"id": 4182,
"properties": {
"east": "none",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "up"
}
},
@@ -222795,9 +222875,9 @@
"id": 4183,
"properties": {
"east": "none",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "side"
}
},
@@ -222805,9 +222885,9 @@
"id": 4184,
"properties": {
"east": "none",
- "north": "none",
- "power": "0",
- "south": "up",
+ "north": "side",
+ "power": "15",
+ "south": "none",
"west": "none"
}
},
@@ -222817,7 +222897,7 @@
"east": "none",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222827,7 +222907,7 @@
"east": "none",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222837,7 +222917,7 @@
"east": "none",
"north": "none",
"power": "0",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222847,12 +222927,42 @@
"east": "none",
"north": "none",
"power": "0",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
{
"id": 4189,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "power": "0",
+ "south": "side",
+ "west": "side"
+ }
+ },
+ {
+ "id": 4190,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "power": "0",
+ "south": "side",
+ "west": "none"
+ }
+ },
+ {
+ "id": 4191,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "power": "0",
+ "south": "none",
+ "west": "up"
+ }
+ },
+ {
+ "id": 4192,
"properties": {
"east": "none",
"north": "none",
@@ -222863,7 +222973,7 @@
},
{
"default": true,
- "id": 4190,
+ "id": 4193,
"properties": {
"east": "none",
"north": "none",
@@ -222872,43 +222982,13 @@
"west": "none"
}
},
- {
- "id": 4191,
- "properties": {
- "east": "none",
- "north": "none",
- "power": "1",
- "south": "up",
- "west": "up"
- }
- },
- {
- "id": 4192,
- "properties": {
- "east": "none",
- "north": "none",
- "power": "1",
- "south": "up",
- "west": "side"
- }
- },
- {
- "id": 4193,
- "properties": {
- "east": "none",
- "north": "none",
- "power": "1",
- "south": "up",
- "west": "none"
- }
- },
{
"id": 4194,
"properties": {
"east": "none",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -222918,7 +222998,7 @@
"east": "none",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -222928,7 +223008,7 @@
"east": "none",
"north": "none",
"power": "1",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -222938,7 +223018,7 @@
"east": "none",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -222948,7 +223028,7 @@
"east": "none",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -222958,7 +223038,7 @@
"east": "none",
"north": "none",
"power": "1",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -222967,8 +223047,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "up"
}
},
@@ -222977,8 +223057,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "side"
}
},
@@ -222987,8 +223067,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "2",
- "south": "up",
+ "power": "1",
+ "south": "none",
"west": "none"
}
},
@@ -222998,7 +223078,7 @@
"east": "none",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223008,7 +223088,7 @@
"east": "none",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223018,7 +223098,7 @@
"east": "none",
"north": "none",
"power": "2",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223028,7 +223108,7 @@
"east": "none",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223038,7 +223118,7 @@
"east": "none",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223048,7 +223128,7 @@
"east": "none",
"north": "none",
"power": "2",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223057,8 +223137,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "up"
}
},
@@ -223067,8 +223147,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "side"
}
},
@@ -223077,8 +223157,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "3",
- "south": "up",
+ "power": "2",
+ "south": "none",
"west": "none"
}
},
@@ -223088,7 +223168,7 @@
"east": "none",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223098,7 +223178,7 @@
"east": "none",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223108,7 +223188,7 @@
"east": "none",
"north": "none",
"power": "3",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223118,7 +223198,7 @@
"east": "none",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223128,7 +223208,7 @@
"east": "none",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223138,7 +223218,7 @@
"east": "none",
"north": "none",
"power": "3",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223147,8 +223227,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "up"
}
},
@@ -223157,8 +223237,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "side"
}
},
@@ -223167,8 +223247,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "4",
- "south": "up",
+ "power": "3",
+ "south": "none",
"west": "none"
}
},
@@ -223178,7 +223258,7 @@
"east": "none",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223188,7 +223268,7 @@
"east": "none",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223198,7 +223278,7 @@
"east": "none",
"north": "none",
"power": "4",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223208,7 +223288,7 @@
"east": "none",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223218,7 +223298,7 @@
"east": "none",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223228,7 +223308,7 @@
"east": "none",
"north": "none",
"power": "4",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223237,8 +223317,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "up"
}
},
@@ -223247,8 +223327,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "side"
}
},
@@ -223257,8 +223337,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "5",
- "south": "up",
+ "power": "4",
+ "south": "none",
"west": "none"
}
},
@@ -223268,7 +223348,7 @@
"east": "none",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223278,7 +223358,7 @@
"east": "none",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223288,7 +223368,7 @@
"east": "none",
"north": "none",
"power": "5",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223298,7 +223378,7 @@
"east": "none",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223308,7 +223388,7 @@
"east": "none",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223318,7 +223398,7 @@
"east": "none",
"north": "none",
"power": "5",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223327,8 +223407,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "up"
}
},
@@ -223337,8 +223417,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "side"
}
},
@@ -223347,8 +223427,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "6",
- "south": "up",
+ "power": "5",
+ "south": "none",
"west": "none"
}
},
@@ -223358,7 +223438,7 @@
"east": "none",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223368,7 +223448,7 @@
"east": "none",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223378,7 +223458,7 @@
"east": "none",
"north": "none",
"power": "6",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223388,7 +223468,7 @@
"east": "none",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223398,7 +223478,7 @@
"east": "none",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223408,7 +223488,7 @@
"east": "none",
"north": "none",
"power": "6",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223417,8 +223497,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "up"
}
},
@@ -223427,8 +223507,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "side"
}
},
@@ -223437,8 +223517,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "7",
- "south": "up",
+ "power": "6",
+ "south": "none",
"west": "none"
}
},
@@ -223448,7 +223528,7 @@
"east": "none",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223458,7 +223538,7 @@
"east": "none",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223468,7 +223548,7 @@
"east": "none",
"north": "none",
"power": "7",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223478,7 +223558,7 @@
"east": "none",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223488,7 +223568,7 @@
"east": "none",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223498,7 +223578,7 @@
"east": "none",
"north": "none",
"power": "7",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223507,8 +223587,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "up"
}
},
@@ -223517,8 +223597,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "side"
}
},
@@ -223527,8 +223607,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "8",
- "south": "up",
+ "power": "7",
+ "south": "none",
"west": "none"
}
},
@@ -223538,7 +223618,7 @@
"east": "none",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223548,7 +223628,7 @@
"east": "none",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223558,7 +223638,7 @@
"east": "none",
"north": "none",
"power": "8",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223568,7 +223648,7 @@
"east": "none",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223578,7 +223658,7 @@
"east": "none",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223588,7 +223668,7 @@
"east": "none",
"north": "none",
"power": "8",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223597,8 +223677,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "up"
}
},
@@ -223607,8 +223687,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "side"
}
},
@@ -223617,8 +223697,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "9",
- "south": "up",
+ "power": "8",
+ "south": "none",
"west": "none"
}
},
@@ -223628,7 +223708,7 @@
"east": "none",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223638,7 +223718,7 @@
"east": "none",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223648,7 +223728,7 @@
"east": "none",
"north": "none",
"power": "9",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223658,7 +223738,7 @@
"east": "none",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223668,7 +223748,7 @@
"east": "none",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223678,7 +223758,7 @@
"east": "none",
"north": "none",
"power": "9",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223687,8 +223767,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "up"
}
},
@@ -223697,8 +223777,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "side"
}
},
@@ -223707,8 +223787,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "10",
- "south": "up",
+ "power": "9",
+ "south": "none",
"west": "none"
}
},
@@ -223718,7 +223798,7 @@
"east": "none",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223728,7 +223808,7 @@
"east": "none",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223738,7 +223818,7 @@
"east": "none",
"north": "none",
"power": "10",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223748,7 +223828,7 @@
"east": "none",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223758,7 +223838,7 @@
"east": "none",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223768,7 +223848,7 @@
"east": "none",
"north": "none",
"power": "10",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223777,8 +223857,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "up"
}
},
@@ -223787,8 +223867,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "side"
}
},
@@ -223797,8 +223877,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "11",
- "south": "up",
+ "power": "10",
+ "south": "none",
"west": "none"
}
},
@@ -223808,7 +223888,7 @@
"east": "none",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223818,7 +223898,7 @@
"east": "none",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223828,7 +223908,7 @@
"east": "none",
"north": "none",
"power": "11",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223838,7 +223918,7 @@
"east": "none",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223848,7 +223928,7 @@
"east": "none",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223858,7 +223938,7 @@
"east": "none",
"north": "none",
"power": "11",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223867,8 +223947,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "up"
}
},
@@ -223877,8 +223957,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "side"
}
},
@@ -223887,8 +223967,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "12",
- "south": "up",
+ "power": "11",
+ "south": "none",
"west": "none"
}
},
@@ -223898,7 +223978,7 @@
"east": "none",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223908,7 +223988,7 @@
"east": "none",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -223918,7 +223998,7 @@
"east": "none",
"north": "none",
"power": "12",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -223928,7 +224008,7 @@
"east": "none",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -223938,7 +224018,7 @@
"east": "none",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -223948,7 +224028,7 @@
"east": "none",
"north": "none",
"power": "12",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -223957,8 +224037,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "up"
}
},
@@ -223967,8 +224047,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "side"
}
},
@@ -223977,8 +224057,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "13",
- "south": "up",
+ "power": "12",
+ "south": "none",
"west": "none"
}
},
@@ -223988,7 +224068,7 @@
"east": "none",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -223998,7 +224078,7 @@
"east": "none",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -224008,7 +224088,7 @@
"east": "none",
"north": "none",
"power": "13",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -224018,7 +224098,7 @@
"east": "none",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -224028,7 +224108,7 @@
"east": "none",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -224038,7 +224118,7 @@
"east": "none",
"north": "none",
"power": "13",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -224047,8 +224127,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "up"
}
},
@@ -224057,8 +224137,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "side"
}
},
@@ -224067,8 +224147,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "14",
- "south": "up",
+ "power": "13",
+ "south": "none",
"west": "none"
}
},
@@ -224078,7 +224158,7 @@
"east": "none",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -224088,7 +224168,7 @@
"east": "none",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -224098,7 +224178,7 @@
"east": "none",
"north": "none",
"power": "14",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -224108,7 +224188,7 @@
"east": "none",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -224118,7 +224198,7 @@
"east": "none",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
@@ -224128,7 +224208,7 @@
"east": "none",
"north": "none",
"power": "14",
- "south": "none",
+ "south": "side",
"west": "none"
}
},
@@ -224137,8 +224217,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "up"
}
},
@@ -224147,8 +224227,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "side"
}
},
@@ -224157,8 +224237,8 @@
"properties": {
"east": "none",
"north": "none",
- "power": "15",
- "south": "up",
+ "power": "14",
+ "south": "none",
"west": "none"
}
},
@@ -224168,7 +224248,7 @@
"east": "none",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "up"
}
},
@@ -224178,7 +224258,7 @@
"east": "none",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "side"
}
},
@@ -224188,7 +224268,7 @@
"east": "none",
"north": "none",
"power": "15",
- "south": "side",
+ "south": "up",
"west": "none"
}
},
@@ -224198,7 +224278,7 @@
"east": "none",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "up"
}
},
@@ -224208,12 +224288,42 @@
"east": "none",
"north": "none",
"power": "15",
- "south": "none",
+ "south": "side",
"west": "side"
}
},
{
"id": 4325,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "power": "15",
+ "south": "side",
+ "west": "none"
+ }
+ },
+ {
+ "id": 4326,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "power": "15",
+ "south": "none",
+ "west": "up"
+ }
+ },
+ {
+ "id": 4327,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "power": "15",
+ "south": "none",
+ "west": "side"
+ }
+ },
+ {
+ "id": 4328,
"properties": {
"east": "none",
"north": "none",
@@ -224232,7 +224342,7 @@
"states": [
{
"default": true,
- "id": 27042
+ "id": 27586
}
]
},
@@ -224265,7 +224375,7 @@
},
"states": [
{
- "id": 6047,
+ "id": 6050,
"properties": {
"delay": "1",
"facing": "north",
@@ -224274,7 +224384,7 @@
}
},
{
- "id": 6048,
+ "id": 6051,
"properties": {
"delay": "1",
"facing": "north",
@@ -224283,7 +224393,7 @@
}
},
{
- "id": 6049,
+ "id": 6052,
"properties": {
"delay": "1",
"facing": "north",
@@ -224293,7 +224403,7 @@
},
{
"default": true,
- "id": 6050,
+ "id": 6053,
"properties": {
"delay": "1",
"facing": "north",
@@ -224301,67 +224411,40 @@
"powered": "false"
}
},
- {
- "id": 6051,
- "properties": {
- "delay": "1",
- "facing": "south",
- "locked": "true",
- "powered": "true"
- }
- },
- {
- "id": 6052,
- "properties": {
- "delay": "1",
- "facing": "south",
- "locked": "true",
- "powered": "false"
- }
- },
- {
- "id": 6053,
- "properties": {
- "delay": "1",
- "facing": "south",
- "locked": "false",
- "powered": "true"
- }
- },
{
"id": 6054,
"properties": {
"delay": "1",
"facing": "south",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6055,
"properties": {
"delay": "1",
- "facing": "west",
+ "facing": "south",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6056,
"properties": {
"delay": "1",
- "facing": "west",
- "locked": "true",
- "powered": "false"
+ "facing": "south",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6057,
"properties": {
"delay": "1",
- "facing": "west",
+ "facing": "south",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224369,35 +224452,35 @@
"properties": {
"delay": "1",
"facing": "west",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6059,
"properties": {
"delay": "1",
- "facing": "east",
+ "facing": "west",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6060,
"properties": {
"delay": "1",
- "facing": "east",
- "locked": "true",
- "powered": "false"
+ "facing": "west",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6061,
"properties": {
"delay": "1",
- "facing": "east",
+ "facing": "west",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224405,71 +224488,71 @@
"properties": {
"delay": "1",
"facing": "east",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6063,
"properties": {
- "delay": "2",
- "facing": "north",
- "locked": "true",
- "powered": "true"
- }
- },
- {
- "id": 6064,
- "properties": {
- "delay": "2",
- "facing": "north",
+ "delay": "1",
+ "facing": "east",
"locked": "true",
"powered": "false"
}
},
{
- "id": 6065,
+ "id": 6064,
"properties": {
- "delay": "2",
- "facing": "north",
+ "delay": "1",
+ "facing": "east",
"locked": "false",
"powered": "true"
}
},
+ {
+ "id": 6065,
+ "properties": {
+ "delay": "1",
+ "facing": "east",
+ "locked": "false",
+ "powered": "false"
+ }
+ },
{
"id": 6066,
"properties": {
"delay": "2",
"facing": "north",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6067,
"properties": {
"delay": "2",
- "facing": "south",
+ "facing": "north",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6068,
"properties": {
"delay": "2",
- "facing": "south",
- "locked": "true",
- "powered": "false"
+ "facing": "north",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6069,
"properties": {
"delay": "2",
- "facing": "south",
+ "facing": "north",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224477,35 +224560,35 @@
"properties": {
"delay": "2",
"facing": "south",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6071,
"properties": {
"delay": "2",
- "facing": "west",
+ "facing": "south",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6072,
"properties": {
"delay": "2",
- "facing": "west",
- "locked": "true",
- "powered": "false"
+ "facing": "south",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6073,
"properties": {
"delay": "2",
- "facing": "west",
+ "facing": "south",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224513,35 +224596,35 @@
"properties": {
"delay": "2",
"facing": "west",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6075,
"properties": {
"delay": "2",
- "facing": "east",
+ "facing": "west",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6076,
"properties": {
"delay": "2",
- "facing": "east",
- "locked": "true",
- "powered": "false"
+ "facing": "west",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6077,
"properties": {
"delay": "2",
- "facing": "east",
+ "facing": "west",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224549,71 +224632,71 @@
"properties": {
"delay": "2",
"facing": "east",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6079,
"properties": {
- "delay": "3",
- "facing": "north",
- "locked": "true",
- "powered": "true"
- }
- },
- {
- "id": 6080,
- "properties": {
- "delay": "3",
- "facing": "north",
+ "delay": "2",
+ "facing": "east",
"locked": "true",
"powered": "false"
}
},
{
- "id": 6081,
+ "id": 6080,
"properties": {
- "delay": "3",
- "facing": "north",
+ "delay": "2",
+ "facing": "east",
"locked": "false",
"powered": "true"
}
},
+ {
+ "id": 6081,
+ "properties": {
+ "delay": "2",
+ "facing": "east",
+ "locked": "false",
+ "powered": "false"
+ }
+ },
{
"id": 6082,
"properties": {
"delay": "3",
"facing": "north",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6083,
"properties": {
"delay": "3",
- "facing": "south",
+ "facing": "north",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6084,
"properties": {
"delay": "3",
- "facing": "south",
- "locked": "true",
- "powered": "false"
+ "facing": "north",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6085,
"properties": {
"delay": "3",
- "facing": "south",
+ "facing": "north",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224621,35 +224704,35 @@
"properties": {
"delay": "3",
"facing": "south",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6087,
"properties": {
"delay": "3",
- "facing": "west",
+ "facing": "south",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6088,
"properties": {
"delay": "3",
- "facing": "west",
- "locked": "true",
- "powered": "false"
+ "facing": "south",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6089,
"properties": {
"delay": "3",
- "facing": "west",
+ "facing": "south",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224657,35 +224740,35 @@
"properties": {
"delay": "3",
"facing": "west",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6091,
"properties": {
"delay": "3",
- "facing": "east",
+ "facing": "west",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6092,
"properties": {
"delay": "3",
- "facing": "east",
- "locked": "true",
- "powered": "false"
+ "facing": "west",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6093,
"properties": {
"delay": "3",
- "facing": "east",
+ "facing": "west",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224693,71 +224776,71 @@
"properties": {
"delay": "3",
"facing": "east",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6095,
"properties": {
- "delay": "4",
- "facing": "north",
- "locked": "true",
- "powered": "true"
- }
- },
- {
- "id": 6096,
- "properties": {
- "delay": "4",
- "facing": "north",
+ "delay": "3",
+ "facing": "east",
"locked": "true",
"powered": "false"
}
},
{
- "id": 6097,
+ "id": 6096,
"properties": {
- "delay": "4",
- "facing": "north",
+ "delay": "3",
+ "facing": "east",
"locked": "false",
"powered": "true"
}
},
+ {
+ "id": 6097,
+ "properties": {
+ "delay": "3",
+ "facing": "east",
+ "locked": "false",
+ "powered": "false"
+ }
+ },
{
"id": 6098,
"properties": {
"delay": "4",
"facing": "north",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6099,
"properties": {
"delay": "4",
- "facing": "south",
+ "facing": "north",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6100,
"properties": {
"delay": "4",
- "facing": "south",
- "locked": "true",
- "powered": "false"
+ "facing": "north",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6101,
"properties": {
"delay": "4",
- "facing": "south",
+ "facing": "north",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224765,35 +224848,35 @@
"properties": {
"delay": "4",
"facing": "south",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6103,
"properties": {
"delay": "4",
- "facing": "west",
+ "facing": "south",
"locked": "true",
- "powered": "true"
+ "powered": "false"
}
},
{
"id": 6104,
"properties": {
"delay": "4",
- "facing": "west",
- "locked": "true",
- "powered": "false"
+ "facing": "south",
+ "locked": "false",
+ "powered": "true"
}
},
{
"id": 6105,
"properties": {
"delay": "4",
- "facing": "west",
+ "facing": "south",
"locked": "false",
- "powered": "true"
+ "powered": "false"
}
},
{
@@ -224801,12 +224884,39 @@
"properties": {
"delay": "4",
"facing": "west",
- "locked": "false",
- "powered": "false"
+ "locked": "true",
+ "powered": "true"
}
},
{
"id": 6107,
+ "properties": {
+ "delay": "4",
+ "facing": "west",
+ "locked": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 6108,
+ "properties": {
+ "delay": "4",
+ "facing": "west",
+ "locked": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 6109,
+ "properties": {
+ "delay": "4",
+ "facing": "west",
+ "locked": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 6110,
"properties": {
"delay": "4",
"facing": "east",
@@ -224815,7 +224925,7 @@
}
},
{
- "id": 6108,
+ "id": 6111,
"properties": {
"delay": "4",
"facing": "east",
@@ -224824,7 +224934,7 @@
}
},
{
- "id": 6109,
+ "id": 6112,
"properties": {
"delay": "4",
"facing": "east",
@@ -224833,7 +224943,7 @@
}
},
{
- "id": 6110,
+ "id": 6113,
"properties": {
"delay": "4",
"facing": "east",
@@ -224865,42 +224975,42 @@
},
"states": [
{
- "id": 12984,
+ "id": 13528,
"properties": {
"conditional": "true",
"facing": "north"
}
},
{
- "id": 12985,
+ "id": 13529,
"properties": {
"conditional": "true",
"facing": "east"
}
},
{
- "id": 12986,
+ "id": 13530,
"properties": {
"conditional": "true",
"facing": "south"
}
},
{
- "id": 12987,
+ "id": 13531,
"properties": {
"conditional": "true",
"facing": "west"
}
},
{
- "id": 12988,
+ "id": 13532,
"properties": {
"conditional": "true",
"facing": "up"
}
},
{
- "id": 12989,
+ "id": 13533,
"properties": {
"conditional": "true",
"facing": "down"
@@ -224908,42 +225018,42 @@
},
{
"default": true,
- "id": 12990,
+ "id": 13534,
"properties": {
"conditional": "false",
"facing": "north"
}
},
{
- "id": 12991,
+ "id": 13535,
"properties": {
"conditional": "false",
"facing": "east"
}
},
{
- "id": 12992,
+ "id": 13536,
"properties": {
"conditional": "false",
"facing": "south"
}
},
{
- "id": 12993,
+ "id": 13537,
"properties": {
"conditional": "false",
"facing": "west"
}
},
{
- "id": 12994,
+ "id": 13538,
"properties": {
"conditional": "false",
"facing": "up"
}
},
{
- "id": 12995,
+ "id": 13539,
"properties": {
"conditional": "false",
"facing": "down"
@@ -224951,6 +225061,6025 @@
}
]
},
+ "minecraft:resin_block": {
+ "definition": {
+ "type": "minecraft:block",
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 7633
+ }
+ ]
+ },
+ "minecraft:resin_brick_slab": {
+ "definition": {
+ "type": "minecraft:slab",
+ "properties": {}
+ },
+ "properties": {
+ "type": [
+ "top",
+ "bottom",
+ "double"
+ ],
+ "waterlogged": [
+ "true",
+ "false"
+ ]
+ },
+ "states": [
+ {
+ "id": 7715,
+ "properties": {
+ "type": "top",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7716,
+ "properties": {
+ "type": "top",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7717,
+ "properties": {
+ "type": "bottom",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "default": true,
+ "id": 7718,
+ "properties": {
+ "type": "bottom",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7719,
+ "properties": {
+ "type": "double",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7720,
+ "properties": {
+ "type": "double",
+ "waterlogged": "false"
+ }
+ }
+ ]
+ },
+ "minecraft:resin_brick_stairs": {
+ "definition": {
+ "type": "minecraft:stair",
+ "base_state": {
+ "Name": "minecraft:resin_bricks"
+ },
+ "properties": {}
+ },
+ "properties": {
+ "facing": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "half": [
+ "top",
+ "bottom"
+ ],
+ "shape": [
+ "straight",
+ "inner_left",
+ "inner_right",
+ "outer_left",
+ "outer_right"
+ ],
+ "waterlogged": [
+ "true",
+ "false"
+ ]
+ },
+ "states": [
+ {
+ "id": 7635,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7636,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7637,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7638,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7639,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7640,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7641,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7642,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7643,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7644,
+ "properties": {
+ "facing": "north",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7645,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "default": true,
+ "id": 7646,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7647,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7648,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7649,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7650,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7651,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7652,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7653,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7654,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7655,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7656,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7657,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7658,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7659,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7660,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7661,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7662,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7663,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7664,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7665,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7666,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7667,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7668,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7669,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7670,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7671,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7672,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7673,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7674,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7675,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7676,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7677,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7678,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7679,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7680,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7681,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7682,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7683,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7684,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7685,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7686,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7687,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7688,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7689,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7690,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7691,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7692,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7693,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7694,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7695,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7696,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7697,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7698,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7699,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7700,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7701,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7702,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7703,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7704,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7705,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7706,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7707,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7708,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7709,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7710,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7711,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7712,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 7713,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 7714,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ }
+ ]
+ },
+ "minecraft:resin_brick_wall": {
+ "definition": {
+ "type": "minecraft:wall",
+ "properties": {}
+ },
+ "properties": {
+ "east": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "north": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "south": [
+ "none",
+ "low",
+ "tall"
+ ],
+ "up": [
+ "true",
+ "false"
+ ],
+ "waterlogged": [
+ "true",
+ "false"
+ ],
+ "west": [
+ "none",
+ "low",
+ "tall"
+ ]
+ },
+ "states": [
+ {
+ "id": 7721,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7722,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7723,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "default": true,
+ "id": 7724,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7725,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7726,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7727,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7728,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7729,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7730,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7731,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7732,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7733,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7734,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7735,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7736,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7737,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7738,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7739,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7740,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7741,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7742,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7743,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7744,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7745,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7746,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7747,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7748,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7749,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7750,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7751,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7752,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7753,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7754,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7755,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7756,
+ "properties": {
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7757,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7758,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7759,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7760,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7761,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7762,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7763,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7764,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7765,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7766,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7767,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7768,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7769,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7770,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7771,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7772,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7773,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7774,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7775,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7776,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7777,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7778,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7779,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7780,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7781,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7782,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7783,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7784,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7785,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7786,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7787,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7788,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7789,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7790,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7791,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7792,
+ "properties": {
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7793,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7794,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7795,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7796,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7797,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7798,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7799,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7800,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7801,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7802,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7803,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7804,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7805,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7806,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7807,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7808,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7809,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7810,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7811,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7812,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7813,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7814,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7815,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7816,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7817,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7818,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7819,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7820,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7821,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7822,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7823,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7824,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7825,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7826,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7827,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7828,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7829,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7830,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7831,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7832,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7833,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7834,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7835,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7836,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7837,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7838,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7839,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7840,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7841,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7842,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7843,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7844,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7845,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7846,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7847,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7848,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7849,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7850,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7851,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7852,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7853,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7854,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7855,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7856,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7857,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7858,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7859,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7860,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7861,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7862,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7863,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7864,
+ "properties": {
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7865,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7866,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7867,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7868,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7869,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7870,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7871,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7872,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7873,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7874,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7875,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7876,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7877,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7878,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7879,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7880,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7881,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7882,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7883,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7884,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7885,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7886,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7887,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7888,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7889,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7890,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7891,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7892,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7893,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7894,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7895,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7896,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7897,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7898,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7899,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7900,
+ "properties": {
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7901,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7902,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7903,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7904,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7905,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7906,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7907,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7908,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7909,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7910,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7911,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7912,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7913,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7914,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7915,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7916,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7917,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7918,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7919,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7920,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7921,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7922,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7923,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7924,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7925,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7926,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7927,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7928,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7929,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7930,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7931,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7932,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7933,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7934,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7935,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7936,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7937,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7938,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7939,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7940,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7941,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7942,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7943,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7944,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7945,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7946,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7947,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7948,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7949,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7950,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7951,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7952,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7953,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7954,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7955,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7956,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7957,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7958,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7959,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7960,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7961,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7962,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7963,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7964,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7965,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7966,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7967,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7968,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7969,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7970,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7971,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7972,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7973,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7974,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7975,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7976,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7977,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7978,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7979,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7980,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7981,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7982,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7983,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7984,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7985,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7986,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7987,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7988,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7989,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7990,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7991,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7992,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7993,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7994,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7995,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7996,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 7997,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 7998,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 7999,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8000,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8001,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8002,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8003,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8004,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8005,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8006,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8007,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8008,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8009,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8010,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8011,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8012,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8013,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8014,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8015,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8016,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8017,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8018,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8019,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8020,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8021,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8022,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8023,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8024,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8025,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8026,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8027,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8028,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8029,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8030,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8031,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8032,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8033,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8034,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8035,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8036,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8037,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8038,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8039,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8040,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8041,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 8042,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 8043,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 8044,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ }
+ ]
+ },
+ "minecraft:resin_bricks": {
+ "definition": {
+ "type": "minecraft:block",
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 7634
+ }
+ ]
+ },
+ "minecraft:resin_clump": {
+ "definition": {
+ "type": "minecraft:multiface",
+ "properties": {}
+ },
+ "properties": {
+ "down": [
+ "true",
+ "false"
+ ],
+ "east": [
+ "true",
+ "false"
+ ],
+ "north": [
+ "true",
+ "false"
+ ],
+ "south": [
+ "true",
+ "false"
+ ],
+ "up": [
+ "true",
+ "false"
+ ],
+ "waterlogged": [
+ "true",
+ "false"
+ ],
+ "west": [
+ "true",
+ "false"
+ ]
+ },
+ "states": [
+ {
+ "id": 7230,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7231,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7232,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7233,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7234,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7235,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7236,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7237,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7238,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7239,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7240,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7241,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7242,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7243,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7244,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7245,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7246,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7247,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7248,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7249,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7250,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7251,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7252,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7253,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7254,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7255,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7256,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7257,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7258,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7259,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7260,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7261,
+ "properties": {
+ "down": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7262,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7263,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7264,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7265,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7266,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7267,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7268,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7269,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7270,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7271,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7272,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7273,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7274,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7275,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7276,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7277,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7278,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7279,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7280,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7281,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7282,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7283,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7284,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7285,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7286,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7287,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7288,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7289,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7290,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7291,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7292,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7293,
+ "properties": {
+ "down": "true",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7294,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7295,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7296,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7297,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7298,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7299,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7300,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7301,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7302,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7303,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7304,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7305,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7306,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7307,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7308,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7309,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7310,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7311,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7312,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7313,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7314,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7315,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7316,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7317,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7318,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7319,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7320,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7321,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7322,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7323,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7324,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7325,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7326,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7327,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7328,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7329,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7330,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7331,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7332,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7333,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7334,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7335,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7336,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7337,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7338,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7339,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7340,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7341,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7342,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7343,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7344,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7345,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7346,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7347,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7348,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7349,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7350,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7351,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7352,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7353,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7354,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7355,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7356,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "default": true,
+ "id": 7357,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ }
+ ]
+ },
"minecraft:respawn_anchor": {
"definition": {
"type": "minecraft:respawn_anchor",
@@ -224968,31 +231097,31 @@
"states": [
{
"default": true,
- "id": 19919,
+ "id": 20463,
"properties": {
"charges": "0"
}
},
{
- "id": 19920,
+ "id": 20464,
"properties": {
"charges": "1"
}
},
{
- "id": 19921,
+ "id": 20465,
"properties": {
"charges": "2"
}
},
{
- "id": 19922,
+ "id": 20466,
"properties": {
"charges": "3"
}
},
{
- "id": 19923,
+ "id": 20467,
"properties": {
"charges": "4"
}
@@ -225007,7 +231136,7 @@
"states": [
{
"default": true,
- "id": 25371
+ "id": 25915
}
]
},
@@ -225024,14 +231153,14 @@
},
"states": [
{
- "id": 11086,
+ "id": 11630,
"properties": {
"half": "upper"
}
},
{
"default": true,
- "id": 11087,
+ "id": 11631,
"properties": {
"half": "lower"
}
@@ -225081,21 +231210,21 @@
},
"states": [
{
- "id": 11575,
+ "id": 12119,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11576,
+ "id": 12120,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11577,
+ "id": 12121,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -225103,21 +231232,21 @@
},
{
"default": true,
- "id": 11578,
+ "id": 12122,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11579,
+ "id": 12123,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11580,
+ "id": 12124,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -225158,7 +231287,7 @@
},
"states": [
{
- "id": 7661,
+ "id": 8205,
"properties": {
"facing": "north",
"half": "top",
@@ -225167,7 +231296,7 @@
}
},
{
- "id": 7662,
+ "id": 8206,
"properties": {
"facing": "north",
"half": "top",
@@ -225176,7 +231305,7 @@
}
},
{
- "id": 7663,
+ "id": 8207,
"properties": {
"facing": "north",
"half": "top",
@@ -225185,7 +231314,7 @@
}
},
{
- "id": 7664,
+ "id": 8208,
"properties": {
"facing": "north",
"half": "top",
@@ -225194,7 +231323,7 @@
}
},
{
- "id": 7665,
+ "id": 8209,
"properties": {
"facing": "north",
"half": "top",
@@ -225203,7 +231332,7 @@
}
},
{
- "id": 7666,
+ "id": 8210,
"properties": {
"facing": "north",
"half": "top",
@@ -225212,7 +231341,7 @@
}
},
{
- "id": 7667,
+ "id": 8211,
"properties": {
"facing": "north",
"half": "top",
@@ -225221,7 +231350,7 @@
}
},
{
- "id": 7668,
+ "id": 8212,
"properties": {
"facing": "north",
"half": "top",
@@ -225230,7 +231359,7 @@
}
},
{
- "id": 7669,
+ "id": 8213,
"properties": {
"facing": "north",
"half": "top",
@@ -225239,7 +231368,7 @@
}
},
{
- "id": 7670,
+ "id": 8214,
"properties": {
"facing": "north",
"half": "top",
@@ -225248,7 +231377,7 @@
}
},
{
- "id": 7671,
+ "id": 8215,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225258,7 +231387,7 @@
},
{
"default": true,
- "id": 7672,
+ "id": 8216,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225267,7 +231396,7 @@
}
},
{
- "id": 7673,
+ "id": 8217,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225276,7 +231405,7 @@
}
},
{
- "id": 7674,
+ "id": 8218,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225285,7 +231414,7 @@
}
},
{
- "id": 7675,
+ "id": 8219,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225294,7 +231423,7 @@
}
},
{
- "id": 7676,
+ "id": 8220,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225303,7 +231432,7 @@
}
},
{
- "id": 7677,
+ "id": 8221,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225312,7 +231441,7 @@
}
},
{
- "id": 7678,
+ "id": 8222,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225321,7 +231450,7 @@
}
},
{
- "id": 7679,
+ "id": 8223,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225330,7 +231459,7 @@
}
},
{
- "id": 7680,
+ "id": 8224,
"properties": {
"facing": "north",
"half": "bottom",
@@ -225339,7 +231468,7 @@
}
},
{
- "id": 7681,
+ "id": 8225,
"properties": {
"facing": "south",
"half": "top",
@@ -225348,7 +231477,7 @@
}
},
{
- "id": 7682,
+ "id": 8226,
"properties": {
"facing": "south",
"half": "top",
@@ -225357,7 +231486,7 @@
}
},
{
- "id": 7683,
+ "id": 8227,
"properties": {
"facing": "south",
"half": "top",
@@ -225366,7 +231495,7 @@
}
},
{
- "id": 7684,
+ "id": 8228,
"properties": {
"facing": "south",
"half": "top",
@@ -225375,7 +231504,7 @@
}
},
{
- "id": 7685,
+ "id": 8229,
"properties": {
"facing": "south",
"half": "top",
@@ -225384,7 +231513,7 @@
}
},
{
- "id": 7686,
+ "id": 8230,
"properties": {
"facing": "south",
"half": "top",
@@ -225393,7 +231522,7 @@
}
},
{
- "id": 7687,
+ "id": 8231,
"properties": {
"facing": "south",
"half": "top",
@@ -225402,7 +231531,7 @@
}
},
{
- "id": 7688,
+ "id": 8232,
"properties": {
"facing": "south",
"half": "top",
@@ -225411,7 +231540,7 @@
}
},
{
- "id": 7689,
+ "id": 8233,
"properties": {
"facing": "south",
"half": "top",
@@ -225420,7 +231549,7 @@
}
},
{
- "id": 7690,
+ "id": 8234,
"properties": {
"facing": "south",
"half": "top",
@@ -225429,7 +231558,7 @@
}
},
{
- "id": 7691,
+ "id": 8235,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225438,7 +231567,7 @@
}
},
{
- "id": 7692,
+ "id": 8236,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225447,7 +231576,7 @@
}
},
{
- "id": 7693,
+ "id": 8237,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225456,7 +231585,7 @@
}
},
{
- "id": 7694,
+ "id": 8238,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225465,7 +231594,7 @@
}
},
{
- "id": 7695,
+ "id": 8239,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225474,7 +231603,7 @@
}
},
{
- "id": 7696,
+ "id": 8240,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225483,7 +231612,7 @@
}
},
{
- "id": 7697,
+ "id": 8241,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225492,7 +231621,7 @@
}
},
{
- "id": 7698,
+ "id": 8242,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225501,7 +231630,7 @@
}
},
{
- "id": 7699,
+ "id": 8243,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225510,7 +231639,7 @@
}
},
{
- "id": 7700,
+ "id": 8244,
"properties": {
"facing": "south",
"half": "bottom",
@@ -225519,7 +231648,7 @@
}
},
{
- "id": 7701,
+ "id": 8245,
"properties": {
"facing": "west",
"half": "top",
@@ -225528,7 +231657,7 @@
}
},
{
- "id": 7702,
+ "id": 8246,
"properties": {
"facing": "west",
"half": "top",
@@ -225537,7 +231666,7 @@
}
},
{
- "id": 7703,
+ "id": 8247,
"properties": {
"facing": "west",
"half": "top",
@@ -225546,7 +231675,7 @@
}
},
{
- "id": 7704,
+ "id": 8248,
"properties": {
"facing": "west",
"half": "top",
@@ -225555,7 +231684,7 @@
}
},
{
- "id": 7705,
+ "id": 8249,
"properties": {
"facing": "west",
"half": "top",
@@ -225564,7 +231693,7 @@
}
},
{
- "id": 7706,
+ "id": 8250,
"properties": {
"facing": "west",
"half": "top",
@@ -225573,7 +231702,7 @@
}
},
{
- "id": 7707,
+ "id": 8251,
"properties": {
"facing": "west",
"half": "top",
@@ -225582,7 +231711,7 @@
}
},
{
- "id": 7708,
+ "id": 8252,
"properties": {
"facing": "west",
"half": "top",
@@ -225591,7 +231720,7 @@
}
},
{
- "id": 7709,
+ "id": 8253,
"properties": {
"facing": "west",
"half": "top",
@@ -225600,7 +231729,7 @@
}
},
{
- "id": 7710,
+ "id": 8254,
"properties": {
"facing": "west",
"half": "top",
@@ -225609,7 +231738,7 @@
}
},
{
- "id": 7711,
+ "id": 8255,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225618,7 +231747,7 @@
}
},
{
- "id": 7712,
+ "id": 8256,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225627,7 +231756,7 @@
}
},
{
- "id": 7713,
+ "id": 8257,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225636,7 +231765,7 @@
}
},
{
- "id": 7714,
+ "id": 8258,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225645,7 +231774,7 @@
}
},
{
- "id": 7715,
+ "id": 8259,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225654,7 +231783,7 @@
}
},
{
- "id": 7716,
+ "id": 8260,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225663,7 +231792,7 @@
}
},
{
- "id": 7717,
+ "id": 8261,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225672,7 +231801,7 @@
}
},
{
- "id": 7718,
+ "id": 8262,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225681,7 +231810,7 @@
}
},
{
- "id": 7719,
+ "id": 8263,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225690,7 +231819,7 @@
}
},
{
- "id": 7720,
+ "id": 8264,
"properties": {
"facing": "west",
"half": "bottom",
@@ -225699,7 +231828,7 @@
}
},
{
- "id": 7721,
+ "id": 8265,
"properties": {
"facing": "east",
"half": "top",
@@ -225708,7 +231837,7 @@
}
},
{
- "id": 7722,
+ "id": 8266,
"properties": {
"facing": "east",
"half": "top",
@@ -225717,7 +231846,7 @@
}
},
{
- "id": 7723,
+ "id": 8267,
"properties": {
"facing": "east",
"half": "top",
@@ -225726,7 +231855,7 @@
}
},
{
- "id": 7724,
+ "id": 8268,
"properties": {
"facing": "east",
"half": "top",
@@ -225735,7 +231864,7 @@
}
},
{
- "id": 7725,
+ "id": 8269,
"properties": {
"facing": "east",
"half": "top",
@@ -225744,7 +231873,7 @@
}
},
{
- "id": 7726,
+ "id": 8270,
"properties": {
"facing": "east",
"half": "top",
@@ -225753,7 +231882,7 @@
}
},
{
- "id": 7727,
+ "id": 8271,
"properties": {
"facing": "east",
"half": "top",
@@ -225762,7 +231891,7 @@
}
},
{
- "id": 7728,
+ "id": 8272,
"properties": {
"facing": "east",
"half": "top",
@@ -225771,7 +231900,7 @@
}
},
{
- "id": 7729,
+ "id": 8273,
"properties": {
"facing": "east",
"half": "top",
@@ -225780,7 +231909,7 @@
}
},
{
- "id": 7730,
+ "id": 8274,
"properties": {
"facing": "east",
"half": "top",
@@ -225789,7 +231918,7 @@
}
},
{
- "id": 7731,
+ "id": 8275,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225798,7 +231927,7 @@
}
},
{
- "id": 7732,
+ "id": 8276,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225807,7 +231936,7 @@
}
},
{
- "id": 7733,
+ "id": 8277,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225816,7 +231945,7 @@
}
},
{
- "id": 7734,
+ "id": 8278,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225825,7 +231954,7 @@
}
},
{
- "id": 7735,
+ "id": 8279,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225834,7 +231963,7 @@
}
},
{
- "id": 7736,
+ "id": 8280,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225843,7 +231972,7 @@
}
},
{
- "id": 7737,
+ "id": 8281,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225852,7 +231981,7 @@
}
},
{
- "id": 7738,
+ "id": 8282,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225861,7 +231990,7 @@
}
},
{
- "id": 7739,
+ "id": 8283,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225870,7 +231999,7 @@
}
},
{
- "id": 7740,
+ "id": 8284,
"properties": {
"facing": "east",
"half": "bottom",
@@ -225917,7 +232046,7 @@
},
"states": [
{
- "id": 17869,
+ "id": 18413,
"properties": {
"east": "none",
"north": "none",
@@ -225928,7 +232057,7 @@
}
},
{
- "id": 17870,
+ "id": 18414,
"properties": {
"east": "none",
"north": "none",
@@ -225939,7 +232068,7 @@
}
},
{
- "id": 17871,
+ "id": 18415,
"properties": {
"east": "none",
"north": "none",
@@ -225951,7 +232080,7 @@
},
{
"default": true,
- "id": 17872,
+ "id": 18416,
"properties": {
"east": "none",
"north": "none",
@@ -225962,7 +232091,7 @@
}
},
{
- "id": 17873,
+ "id": 18417,
"properties": {
"east": "none",
"north": "none",
@@ -225973,7 +232102,7 @@
}
},
{
- "id": 17874,
+ "id": 18418,
"properties": {
"east": "none",
"north": "none",
@@ -225984,7 +232113,7 @@
}
},
{
- "id": 17875,
+ "id": 18419,
"properties": {
"east": "none",
"north": "none",
@@ -225995,7 +232124,7 @@
}
},
{
- "id": 17876,
+ "id": 18420,
"properties": {
"east": "none",
"north": "none",
@@ -226006,7 +232135,7 @@
}
},
{
- "id": 17877,
+ "id": 18421,
"properties": {
"east": "none",
"north": "none",
@@ -226017,7 +232146,7 @@
}
},
{
- "id": 17878,
+ "id": 18422,
"properties": {
"east": "none",
"north": "none",
@@ -226028,7 +232157,7 @@
}
},
{
- "id": 17879,
+ "id": 18423,
"properties": {
"east": "none",
"north": "none",
@@ -226039,7 +232168,7 @@
}
},
{
- "id": 17880,
+ "id": 18424,
"properties": {
"east": "none",
"north": "none",
@@ -226050,7 +232179,7 @@
}
},
{
- "id": 17881,
+ "id": 18425,
"properties": {
"east": "none",
"north": "none",
@@ -226061,7 +232190,7 @@
}
},
{
- "id": 17882,
+ "id": 18426,
"properties": {
"east": "none",
"north": "none",
@@ -226072,7 +232201,7 @@
}
},
{
- "id": 17883,
+ "id": 18427,
"properties": {
"east": "none",
"north": "none",
@@ -226083,7 +232212,7 @@
}
},
{
- "id": 17884,
+ "id": 18428,
"properties": {
"east": "none",
"north": "none",
@@ -226094,7 +232223,7 @@
}
},
{
- "id": 17885,
+ "id": 18429,
"properties": {
"east": "none",
"north": "none",
@@ -226105,7 +232234,7 @@
}
},
{
- "id": 17886,
+ "id": 18430,
"properties": {
"east": "none",
"north": "none",
@@ -226116,7 +232245,7 @@
}
},
{
- "id": 17887,
+ "id": 18431,
"properties": {
"east": "none",
"north": "none",
@@ -226127,7 +232256,7 @@
}
},
{
- "id": 17888,
+ "id": 18432,
"properties": {
"east": "none",
"north": "none",
@@ -226138,7 +232267,7 @@
}
},
{
- "id": 17889,
+ "id": 18433,
"properties": {
"east": "none",
"north": "none",
@@ -226149,7 +232278,7 @@
}
},
{
- "id": 17890,
+ "id": 18434,
"properties": {
"east": "none",
"north": "none",
@@ -226160,7 +232289,7 @@
}
},
{
- "id": 17891,
+ "id": 18435,
"properties": {
"east": "none",
"north": "none",
@@ -226171,7 +232300,7 @@
}
},
{
- "id": 17892,
+ "id": 18436,
"properties": {
"east": "none",
"north": "none",
@@ -226182,7 +232311,7 @@
}
},
{
- "id": 17893,
+ "id": 18437,
"properties": {
"east": "none",
"north": "none",
@@ -226193,7 +232322,7 @@
}
},
{
- "id": 17894,
+ "id": 18438,
"properties": {
"east": "none",
"north": "none",
@@ -226204,7 +232333,7 @@
}
},
{
- "id": 17895,
+ "id": 18439,
"properties": {
"east": "none",
"north": "none",
@@ -226215,7 +232344,7 @@
}
},
{
- "id": 17896,
+ "id": 18440,
"properties": {
"east": "none",
"north": "none",
@@ -226226,7 +232355,7 @@
}
},
{
- "id": 17897,
+ "id": 18441,
"properties": {
"east": "none",
"north": "none",
@@ -226237,7 +232366,7 @@
}
},
{
- "id": 17898,
+ "id": 18442,
"properties": {
"east": "none",
"north": "none",
@@ -226248,7 +232377,7 @@
}
},
{
- "id": 17899,
+ "id": 18443,
"properties": {
"east": "none",
"north": "none",
@@ -226259,7 +232388,7 @@
}
},
{
- "id": 17900,
+ "id": 18444,
"properties": {
"east": "none",
"north": "none",
@@ -226270,7 +232399,7 @@
}
},
{
- "id": 17901,
+ "id": 18445,
"properties": {
"east": "none",
"north": "none",
@@ -226281,7 +232410,7 @@
}
},
{
- "id": 17902,
+ "id": 18446,
"properties": {
"east": "none",
"north": "none",
@@ -226292,7 +232421,7 @@
}
},
{
- "id": 17903,
+ "id": 18447,
"properties": {
"east": "none",
"north": "none",
@@ -226303,7 +232432,7 @@
}
},
{
- "id": 17904,
+ "id": 18448,
"properties": {
"east": "none",
"north": "none",
@@ -226314,7 +232443,7 @@
}
},
{
- "id": 17905,
+ "id": 18449,
"properties": {
"east": "none",
"north": "low",
@@ -226325,7 +232454,7 @@
}
},
{
- "id": 17906,
+ "id": 18450,
"properties": {
"east": "none",
"north": "low",
@@ -226336,7 +232465,7 @@
}
},
{
- "id": 17907,
+ "id": 18451,
"properties": {
"east": "none",
"north": "low",
@@ -226347,7 +232476,7 @@
}
},
{
- "id": 17908,
+ "id": 18452,
"properties": {
"east": "none",
"north": "low",
@@ -226358,7 +232487,7 @@
}
},
{
- "id": 17909,
+ "id": 18453,
"properties": {
"east": "none",
"north": "low",
@@ -226369,7 +232498,7 @@
}
},
{
- "id": 17910,
+ "id": 18454,
"properties": {
"east": "none",
"north": "low",
@@ -226380,7 +232509,7 @@
}
},
{
- "id": 17911,
+ "id": 18455,
"properties": {
"east": "none",
"north": "low",
@@ -226391,7 +232520,7 @@
}
},
{
- "id": 17912,
+ "id": 18456,
"properties": {
"east": "none",
"north": "low",
@@ -226402,7 +232531,7 @@
}
},
{
- "id": 17913,
+ "id": 18457,
"properties": {
"east": "none",
"north": "low",
@@ -226413,7 +232542,7 @@
}
},
{
- "id": 17914,
+ "id": 18458,
"properties": {
"east": "none",
"north": "low",
@@ -226424,7 +232553,7 @@
}
},
{
- "id": 17915,
+ "id": 18459,
"properties": {
"east": "none",
"north": "low",
@@ -226435,7 +232564,7 @@
}
},
{
- "id": 17916,
+ "id": 18460,
"properties": {
"east": "none",
"north": "low",
@@ -226446,7 +232575,7 @@
}
},
{
- "id": 17917,
+ "id": 18461,
"properties": {
"east": "none",
"north": "low",
@@ -226457,7 +232586,7 @@
}
},
{
- "id": 17918,
+ "id": 18462,
"properties": {
"east": "none",
"north": "low",
@@ -226468,7 +232597,7 @@
}
},
{
- "id": 17919,
+ "id": 18463,
"properties": {
"east": "none",
"north": "low",
@@ -226479,7 +232608,7 @@
}
},
{
- "id": 17920,
+ "id": 18464,
"properties": {
"east": "none",
"north": "low",
@@ -226490,7 +232619,7 @@
}
},
{
- "id": 17921,
+ "id": 18465,
"properties": {
"east": "none",
"north": "low",
@@ -226501,7 +232630,7 @@
}
},
{
- "id": 17922,
+ "id": 18466,
"properties": {
"east": "none",
"north": "low",
@@ -226512,7 +232641,7 @@
}
},
{
- "id": 17923,
+ "id": 18467,
"properties": {
"east": "none",
"north": "low",
@@ -226523,7 +232652,7 @@
}
},
{
- "id": 17924,
+ "id": 18468,
"properties": {
"east": "none",
"north": "low",
@@ -226534,7 +232663,7 @@
}
},
{
- "id": 17925,
+ "id": 18469,
"properties": {
"east": "none",
"north": "low",
@@ -226545,7 +232674,7 @@
}
},
{
- "id": 17926,
+ "id": 18470,
"properties": {
"east": "none",
"north": "low",
@@ -226556,7 +232685,7 @@
}
},
{
- "id": 17927,
+ "id": 18471,
"properties": {
"east": "none",
"north": "low",
@@ -226567,7 +232696,7 @@
}
},
{
- "id": 17928,
+ "id": 18472,
"properties": {
"east": "none",
"north": "low",
@@ -226578,7 +232707,7 @@
}
},
{
- "id": 17929,
+ "id": 18473,
"properties": {
"east": "none",
"north": "low",
@@ -226589,7 +232718,7 @@
}
},
{
- "id": 17930,
+ "id": 18474,
"properties": {
"east": "none",
"north": "low",
@@ -226600,7 +232729,7 @@
}
},
{
- "id": 17931,
+ "id": 18475,
"properties": {
"east": "none",
"north": "low",
@@ -226611,7 +232740,7 @@
}
},
{
- "id": 17932,
+ "id": 18476,
"properties": {
"east": "none",
"north": "low",
@@ -226622,7 +232751,7 @@
}
},
{
- "id": 17933,
+ "id": 18477,
"properties": {
"east": "none",
"north": "low",
@@ -226633,7 +232762,7 @@
}
},
{
- "id": 17934,
+ "id": 18478,
"properties": {
"east": "none",
"north": "low",
@@ -226644,7 +232773,7 @@
}
},
{
- "id": 17935,
+ "id": 18479,
"properties": {
"east": "none",
"north": "low",
@@ -226655,7 +232784,7 @@
}
},
{
- "id": 17936,
+ "id": 18480,
"properties": {
"east": "none",
"north": "low",
@@ -226666,7 +232795,7 @@
}
},
{
- "id": 17937,
+ "id": 18481,
"properties": {
"east": "none",
"north": "low",
@@ -226677,7 +232806,7 @@
}
},
{
- "id": 17938,
+ "id": 18482,
"properties": {
"east": "none",
"north": "low",
@@ -226688,7 +232817,7 @@
}
},
{
- "id": 17939,
+ "id": 18483,
"properties": {
"east": "none",
"north": "low",
@@ -226699,7 +232828,7 @@
}
},
{
- "id": 17940,
+ "id": 18484,
"properties": {
"east": "none",
"north": "low",
@@ -226710,7 +232839,7 @@
}
},
{
- "id": 17941,
+ "id": 18485,
"properties": {
"east": "none",
"north": "tall",
@@ -226721,7 +232850,7 @@
}
},
{
- "id": 17942,
+ "id": 18486,
"properties": {
"east": "none",
"north": "tall",
@@ -226732,7 +232861,7 @@
}
},
{
- "id": 17943,
+ "id": 18487,
"properties": {
"east": "none",
"north": "tall",
@@ -226743,7 +232872,7 @@
}
},
{
- "id": 17944,
+ "id": 18488,
"properties": {
"east": "none",
"north": "tall",
@@ -226754,7 +232883,7 @@
}
},
{
- "id": 17945,
+ "id": 18489,
"properties": {
"east": "none",
"north": "tall",
@@ -226765,7 +232894,7 @@
}
},
{
- "id": 17946,
+ "id": 18490,
"properties": {
"east": "none",
"north": "tall",
@@ -226776,7 +232905,7 @@
}
},
{
- "id": 17947,
+ "id": 18491,
"properties": {
"east": "none",
"north": "tall",
@@ -226787,7 +232916,7 @@
}
},
{
- "id": 17948,
+ "id": 18492,
"properties": {
"east": "none",
"north": "tall",
@@ -226798,7 +232927,7 @@
}
},
{
- "id": 17949,
+ "id": 18493,
"properties": {
"east": "none",
"north": "tall",
@@ -226809,7 +232938,7 @@
}
},
{
- "id": 17950,
+ "id": 18494,
"properties": {
"east": "none",
"north": "tall",
@@ -226820,7 +232949,7 @@
}
},
{
- "id": 17951,
+ "id": 18495,
"properties": {
"east": "none",
"north": "tall",
@@ -226831,7 +232960,7 @@
}
},
{
- "id": 17952,
+ "id": 18496,
"properties": {
"east": "none",
"north": "tall",
@@ -226842,7 +232971,7 @@
}
},
{
- "id": 17953,
+ "id": 18497,
"properties": {
"east": "none",
"north": "tall",
@@ -226853,7 +232982,7 @@
}
},
{
- "id": 17954,
+ "id": 18498,
"properties": {
"east": "none",
"north": "tall",
@@ -226864,7 +232993,7 @@
}
},
{
- "id": 17955,
+ "id": 18499,
"properties": {
"east": "none",
"north": "tall",
@@ -226875,7 +233004,7 @@
}
},
{
- "id": 17956,
+ "id": 18500,
"properties": {
"east": "none",
"north": "tall",
@@ -226886,7 +233015,7 @@
}
},
{
- "id": 17957,
+ "id": 18501,
"properties": {
"east": "none",
"north": "tall",
@@ -226897,7 +233026,7 @@
}
},
{
- "id": 17958,
+ "id": 18502,
"properties": {
"east": "none",
"north": "tall",
@@ -226908,7 +233037,7 @@
}
},
{
- "id": 17959,
+ "id": 18503,
"properties": {
"east": "none",
"north": "tall",
@@ -226919,7 +233048,7 @@
}
},
{
- "id": 17960,
+ "id": 18504,
"properties": {
"east": "none",
"north": "tall",
@@ -226930,7 +233059,7 @@
}
},
{
- "id": 17961,
+ "id": 18505,
"properties": {
"east": "none",
"north": "tall",
@@ -226941,7 +233070,7 @@
}
},
{
- "id": 17962,
+ "id": 18506,
"properties": {
"east": "none",
"north": "tall",
@@ -226952,7 +233081,7 @@
}
},
{
- "id": 17963,
+ "id": 18507,
"properties": {
"east": "none",
"north": "tall",
@@ -226963,7 +233092,7 @@
}
},
{
- "id": 17964,
+ "id": 18508,
"properties": {
"east": "none",
"north": "tall",
@@ -226974,7 +233103,7 @@
}
},
{
- "id": 17965,
+ "id": 18509,
"properties": {
"east": "none",
"north": "tall",
@@ -226985,7 +233114,7 @@
}
},
{
- "id": 17966,
+ "id": 18510,
"properties": {
"east": "none",
"north": "tall",
@@ -226996,7 +233125,7 @@
}
},
{
- "id": 17967,
+ "id": 18511,
"properties": {
"east": "none",
"north": "tall",
@@ -227007,7 +233136,7 @@
}
},
{
- "id": 17968,
+ "id": 18512,
"properties": {
"east": "none",
"north": "tall",
@@ -227018,7 +233147,7 @@
}
},
{
- "id": 17969,
+ "id": 18513,
"properties": {
"east": "none",
"north": "tall",
@@ -227029,7 +233158,7 @@
}
},
{
- "id": 17970,
+ "id": 18514,
"properties": {
"east": "none",
"north": "tall",
@@ -227040,7 +233169,7 @@
}
},
{
- "id": 17971,
+ "id": 18515,
"properties": {
"east": "none",
"north": "tall",
@@ -227051,7 +233180,7 @@
}
},
{
- "id": 17972,
+ "id": 18516,
"properties": {
"east": "none",
"north": "tall",
@@ -227062,7 +233191,7 @@
}
},
{
- "id": 17973,
+ "id": 18517,
"properties": {
"east": "none",
"north": "tall",
@@ -227073,7 +233202,7 @@
}
},
{
- "id": 17974,
+ "id": 18518,
"properties": {
"east": "none",
"north": "tall",
@@ -227084,7 +233213,7 @@
}
},
{
- "id": 17975,
+ "id": 18519,
"properties": {
"east": "none",
"north": "tall",
@@ -227095,7 +233224,7 @@
}
},
{
- "id": 17976,
+ "id": 18520,
"properties": {
"east": "none",
"north": "tall",
@@ -227106,7 +233235,7 @@
}
},
{
- "id": 17977,
+ "id": 18521,
"properties": {
"east": "low",
"north": "none",
@@ -227117,7 +233246,7 @@
}
},
{
- "id": 17978,
+ "id": 18522,
"properties": {
"east": "low",
"north": "none",
@@ -227128,7 +233257,7 @@
}
},
{
- "id": 17979,
+ "id": 18523,
"properties": {
"east": "low",
"north": "none",
@@ -227139,7 +233268,7 @@
}
},
{
- "id": 17980,
+ "id": 18524,
"properties": {
"east": "low",
"north": "none",
@@ -227150,7 +233279,7 @@
}
},
{
- "id": 17981,
+ "id": 18525,
"properties": {
"east": "low",
"north": "none",
@@ -227161,7 +233290,7 @@
}
},
{
- "id": 17982,
+ "id": 18526,
"properties": {
"east": "low",
"north": "none",
@@ -227172,7 +233301,7 @@
}
},
{
- "id": 17983,
+ "id": 18527,
"properties": {
"east": "low",
"north": "none",
@@ -227183,7 +233312,7 @@
}
},
{
- "id": 17984,
+ "id": 18528,
"properties": {
"east": "low",
"north": "none",
@@ -227194,7 +233323,7 @@
}
},
{
- "id": 17985,
+ "id": 18529,
"properties": {
"east": "low",
"north": "none",
@@ -227205,7 +233334,7 @@
}
},
{
- "id": 17986,
+ "id": 18530,
"properties": {
"east": "low",
"north": "none",
@@ -227216,7 +233345,7 @@
}
},
{
- "id": 17987,
+ "id": 18531,
"properties": {
"east": "low",
"north": "none",
@@ -227227,7 +233356,7 @@
}
},
{
- "id": 17988,
+ "id": 18532,
"properties": {
"east": "low",
"north": "none",
@@ -227238,7 +233367,7 @@
}
},
{
- "id": 17989,
+ "id": 18533,
"properties": {
"east": "low",
"north": "none",
@@ -227249,7 +233378,7 @@
}
},
{
- "id": 17990,
+ "id": 18534,
"properties": {
"east": "low",
"north": "none",
@@ -227260,7 +233389,7 @@
}
},
{
- "id": 17991,
+ "id": 18535,
"properties": {
"east": "low",
"north": "none",
@@ -227271,7 +233400,7 @@
}
},
{
- "id": 17992,
+ "id": 18536,
"properties": {
"east": "low",
"north": "none",
@@ -227282,7 +233411,7 @@
}
},
{
- "id": 17993,
+ "id": 18537,
"properties": {
"east": "low",
"north": "none",
@@ -227293,7 +233422,7 @@
}
},
{
- "id": 17994,
+ "id": 18538,
"properties": {
"east": "low",
"north": "none",
@@ -227304,7 +233433,7 @@
}
},
{
- "id": 17995,
+ "id": 18539,
"properties": {
"east": "low",
"north": "none",
@@ -227315,7 +233444,7 @@
}
},
{
- "id": 17996,
+ "id": 18540,
"properties": {
"east": "low",
"north": "none",
@@ -227326,7 +233455,7 @@
}
},
{
- "id": 17997,
+ "id": 18541,
"properties": {
"east": "low",
"north": "none",
@@ -227337,7 +233466,7 @@
}
},
{
- "id": 17998,
+ "id": 18542,
"properties": {
"east": "low",
"north": "none",
@@ -227348,7 +233477,7 @@
}
},
{
- "id": 17999,
+ "id": 18543,
"properties": {
"east": "low",
"north": "none",
@@ -227359,7 +233488,7 @@
}
},
{
- "id": 18000,
+ "id": 18544,
"properties": {
"east": "low",
"north": "none",
@@ -227370,7 +233499,7 @@
}
},
{
- "id": 18001,
+ "id": 18545,
"properties": {
"east": "low",
"north": "none",
@@ -227381,7 +233510,7 @@
}
},
{
- "id": 18002,
+ "id": 18546,
"properties": {
"east": "low",
"north": "none",
@@ -227392,7 +233521,7 @@
}
},
{
- "id": 18003,
+ "id": 18547,
"properties": {
"east": "low",
"north": "none",
@@ -227403,7 +233532,7 @@
}
},
{
- "id": 18004,
+ "id": 18548,
"properties": {
"east": "low",
"north": "none",
@@ -227414,7 +233543,7 @@
}
},
{
- "id": 18005,
+ "id": 18549,
"properties": {
"east": "low",
"north": "none",
@@ -227425,7 +233554,7 @@
}
},
{
- "id": 18006,
+ "id": 18550,
"properties": {
"east": "low",
"north": "none",
@@ -227436,7 +233565,7 @@
}
},
{
- "id": 18007,
+ "id": 18551,
"properties": {
"east": "low",
"north": "none",
@@ -227447,7 +233576,7 @@
}
},
{
- "id": 18008,
+ "id": 18552,
"properties": {
"east": "low",
"north": "none",
@@ -227458,7 +233587,7 @@
}
},
{
- "id": 18009,
+ "id": 18553,
"properties": {
"east": "low",
"north": "none",
@@ -227469,7 +233598,7 @@
}
},
{
- "id": 18010,
+ "id": 18554,
"properties": {
"east": "low",
"north": "none",
@@ -227480,7 +233609,7 @@
}
},
{
- "id": 18011,
+ "id": 18555,
"properties": {
"east": "low",
"north": "none",
@@ -227491,7 +233620,7 @@
}
},
{
- "id": 18012,
+ "id": 18556,
"properties": {
"east": "low",
"north": "none",
@@ -227502,7 +233631,7 @@
}
},
{
- "id": 18013,
+ "id": 18557,
"properties": {
"east": "low",
"north": "low",
@@ -227513,7 +233642,7 @@
}
},
{
- "id": 18014,
+ "id": 18558,
"properties": {
"east": "low",
"north": "low",
@@ -227524,7 +233653,7 @@
}
},
{
- "id": 18015,
+ "id": 18559,
"properties": {
"east": "low",
"north": "low",
@@ -227535,7 +233664,7 @@
}
},
{
- "id": 18016,
+ "id": 18560,
"properties": {
"east": "low",
"north": "low",
@@ -227546,7 +233675,7 @@
}
},
{
- "id": 18017,
+ "id": 18561,
"properties": {
"east": "low",
"north": "low",
@@ -227557,7 +233686,7 @@
}
},
{
- "id": 18018,
+ "id": 18562,
"properties": {
"east": "low",
"north": "low",
@@ -227568,7 +233697,7 @@
}
},
{
- "id": 18019,
+ "id": 18563,
"properties": {
"east": "low",
"north": "low",
@@ -227579,7 +233708,7 @@
}
},
{
- "id": 18020,
+ "id": 18564,
"properties": {
"east": "low",
"north": "low",
@@ -227590,7 +233719,7 @@
}
},
{
- "id": 18021,
+ "id": 18565,
"properties": {
"east": "low",
"north": "low",
@@ -227601,7 +233730,7 @@
}
},
{
- "id": 18022,
+ "id": 18566,
"properties": {
"east": "low",
"north": "low",
@@ -227612,7 +233741,7 @@
}
},
{
- "id": 18023,
+ "id": 18567,
"properties": {
"east": "low",
"north": "low",
@@ -227623,7 +233752,7 @@
}
},
{
- "id": 18024,
+ "id": 18568,
"properties": {
"east": "low",
"north": "low",
@@ -227634,7 +233763,7 @@
}
},
{
- "id": 18025,
+ "id": 18569,
"properties": {
"east": "low",
"north": "low",
@@ -227645,7 +233774,7 @@
}
},
{
- "id": 18026,
+ "id": 18570,
"properties": {
"east": "low",
"north": "low",
@@ -227656,7 +233785,7 @@
}
},
{
- "id": 18027,
+ "id": 18571,
"properties": {
"east": "low",
"north": "low",
@@ -227667,7 +233796,7 @@
}
},
{
- "id": 18028,
+ "id": 18572,
"properties": {
"east": "low",
"north": "low",
@@ -227678,7 +233807,7 @@
}
},
{
- "id": 18029,
+ "id": 18573,
"properties": {
"east": "low",
"north": "low",
@@ -227689,7 +233818,7 @@
}
},
{
- "id": 18030,
+ "id": 18574,
"properties": {
"east": "low",
"north": "low",
@@ -227700,7 +233829,7 @@
}
},
{
- "id": 18031,
+ "id": 18575,
"properties": {
"east": "low",
"north": "low",
@@ -227711,7 +233840,7 @@
}
},
{
- "id": 18032,
+ "id": 18576,
"properties": {
"east": "low",
"north": "low",
@@ -227722,7 +233851,7 @@
}
},
{
- "id": 18033,
+ "id": 18577,
"properties": {
"east": "low",
"north": "low",
@@ -227733,7 +233862,7 @@
}
},
{
- "id": 18034,
+ "id": 18578,
"properties": {
"east": "low",
"north": "low",
@@ -227744,7 +233873,7 @@
}
},
{
- "id": 18035,
+ "id": 18579,
"properties": {
"east": "low",
"north": "low",
@@ -227755,7 +233884,7 @@
}
},
{
- "id": 18036,
+ "id": 18580,
"properties": {
"east": "low",
"north": "low",
@@ -227766,7 +233895,7 @@
}
},
{
- "id": 18037,
+ "id": 18581,
"properties": {
"east": "low",
"north": "low",
@@ -227777,7 +233906,7 @@
}
},
{
- "id": 18038,
+ "id": 18582,
"properties": {
"east": "low",
"north": "low",
@@ -227788,7 +233917,7 @@
}
},
{
- "id": 18039,
+ "id": 18583,
"properties": {
"east": "low",
"north": "low",
@@ -227799,7 +233928,7 @@
}
},
{
- "id": 18040,
+ "id": 18584,
"properties": {
"east": "low",
"north": "low",
@@ -227810,7 +233939,7 @@
}
},
{
- "id": 18041,
+ "id": 18585,
"properties": {
"east": "low",
"north": "low",
@@ -227821,7 +233950,7 @@
}
},
{
- "id": 18042,
+ "id": 18586,
"properties": {
"east": "low",
"north": "low",
@@ -227832,7 +233961,7 @@
}
},
{
- "id": 18043,
+ "id": 18587,
"properties": {
"east": "low",
"north": "low",
@@ -227843,7 +233972,7 @@
}
},
{
- "id": 18044,
+ "id": 18588,
"properties": {
"east": "low",
"north": "low",
@@ -227854,7 +233983,7 @@
}
},
{
- "id": 18045,
+ "id": 18589,
"properties": {
"east": "low",
"north": "low",
@@ -227865,7 +233994,7 @@
}
},
{
- "id": 18046,
+ "id": 18590,
"properties": {
"east": "low",
"north": "low",
@@ -227876,7 +234005,7 @@
}
},
{
- "id": 18047,
+ "id": 18591,
"properties": {
"east": "low",
"north": "low",
@@ -227887,7 +234016,7 @@
}
},
{
- "id": 18048,
+ "id": 18592,
"properties": {
"east": "low",
"north": "low",
@@ -227898,7 +234027,7 @@
}
},
{
- "id": 18049,
+ "id": 18593,
"properties": {
"east": "low",
"north": "tall",
@@ -227909,7 +234038,7 @@
}
},
{
- "id": 18050,
+ "id": 18594,
"properties": {
"east": "low",
"north": "tall",
@@ -227920,7 +234049,7 @@
}
},
{
- "id": 18051,
+ "id": 18595,
"properties": {
"east": "low",
"north": "tall",
@@ -227931,7 +234060,7 @@
}
},
{
- "id": 18052,
+ "id": 18596,
"properties": {
"east": "low",
"north": "tall",
@@ -227942,7 +234071,7 @@
}
},
{
- "id": 18053,
+ "id": 18597,
"properties": {
"east": "low",
"north": "tall",
@@ -227953,7 +234082,7 @@
}
},
{
- "id": 18054,
+ "id": 18598,
"properties": {
"east": "low",
"north": "tall",
@@ -227964,7 +234093,7 @@
}
},
{
- "id": 18055,
+ "id": 18599,
"properties": {
"east": "low",
"north": "tall",
@@ -227975,7 +234104,7 @@
}
},
{
- "id": 18056,
+ "id": 18600,
"properties": {
"east": "low",
"north": "tall",
@@ -227986,7 +234115,7 @@
}
},
{
- "id": 18057,
+ "id": 18601,
"properties": {
"east": "low",
"north": "tall",
@@ -227997,7 +234126,7 @@
}
},
{
- "id": 18058,
+ "id": 18602,
"properties": {
"east": "low",
"north": "tall",
@@ -228008,7 +234137,7 @@
}
},
{
- "id": 18059,
+ "id": 18603,
"properties": {
"east": "low",
"north": "tall",
@@ -228019,7 +234148,7 @@
}
},
{
- "id": 18060,
+ "id": 18604,
"properties": {
"east": "low",
"north": "tall",
@@ -228030,7 +234159,7 @@
}
},
{
- "id": 18061,
+ "id": 18605,
"properties": {
"east": "low",
"north": "tall",
@@ -228041,7 +234170,7 @@
}
},
{
- "id": 18062,
+ "id": 18606,
"properties": {
"east": "low",
"north": "tall",
@@ -228052,7 +234181,7 @@
}
},
{
- "id": 18063,
+ "id": 18607,
"properties": {
"east": "low",
"north": "tall",
@@ -228063,7 +234192,7 @@
}
},
{
- "id": 18064,
+ "id": 18608,
"properties": {
"east": "low",
"north": "tall",
@@ -228074,7 +234203,7 @@
}
},
{
- "id": 18065,
+ "id": 18609,
"properties": {
"east": "low",
"north": "tall",
@@ -228085,7 +234214,7 @@
}
},
{
- "id": 18066,
+ "id": 18610,
"properties": {
"east": "low",
"north": "tall",
@@ -228096,7 +234225,7 @@
}
},
{
- "id": 18067,
+ "id": 18611,
"properties": {
"east": "low",
"north": "tall",
@@ -228107,7 +234236,7 @@
}
},
{
- "id": 18068,
+ "id": 18612,
"properties": {
"east": "low",
"north": "tall",
@@ -228118,7 +234247,7 @@
}
},
{
- "id": 18069,
+ "id": 18613,
"properties": {
"east": "low",
"north": "tall",
@@ -228129,7 +234258,7 @@
}
},
{
- "id": 18070,
+ "id": 18614,
"properties": {
"east": "low",
"north": "tall",
@@ -228140,7 +234269,7 @@
}
},
{
- "id": 18071,
+ "id": 18615,
"properties": {
"east": "low",
"north": "tall",
@@ -228151,7 +234280,7 @@
}
},
{
- "id": 18072,
+ "id": 18616,
"properties": {
"east": "low",
"north": "tall",
@@ -228162,7 +234291,7 @@
}
},
{
- "id": 18073,
+ "id": 18617,
"properties": {
"east": "low",
"north": "tall",
@@ -228173,7 +234302,7 @@
}
},
{
- "id": 18074,
+ "id": 18618,
"properties": {
"east": "low",
"north": "tall",
@@ -228184,7 +234313,7 @@
}
},
{
- "id": 18075,
+ "id": 18619,
"properties": {
"east": "low",
"north": "tall",
@@ -228195,7 +234324,7 @@
}
},
{
- "id": 18076,
+ "id": 18620,
"properties": {
"east": "low",
"north": "tall",
@@ -228206,7 +234335,7 @@
}
},
{
- "id": 18077,
+ "id": 18621,
"properties": {
"east": "low",
"north": "tall",
@@ -228217,7 +234346,7 @@
}
},
{
- "id": 18078,
+ "id": 18622,
"properties": {
"east": "low",
"north": "tall",
@@ -228228,7 +234357,7 @@
}
},
{
- "id": 18079,
+ "id": 18623,
"properties": {
"east": "low",
"north": "tall",
@@ -228239,7 +234368,7 @@
}
},
{
- "id": 18080,
+ "id": 18624,
"properties": {
"east": "low",
"north": "tall",
@@ -228250,7 +234379,7 @@
}
},
{
- "id": 18081,
+ "id": 18625,
"properties": {
"east": "low",
"north": "tall",
@@ -228261,7 +234390,7 @@
}
},
{
- "id": 18082,
+ "id": 18626,
"properties": {
"east": "low",
"north": "tall",
@@ -228272,7 +234401,7 @@
}
},
{
- "id": 18083,
+ "id": 18627,
"properties": {
"east": "low",
"north": "tall",
@@ -228283,7 +234412,7 @@
}
},
{
- "id": 18084,
+ "id": 18628,
"properties": {
"east": "low",
"north": "tall",
@@ -228294,7 +234423,7 @@
}
},
{
- "id": 18085,
+ "id": 18629,
"properties": {
"east": "tall",
"north": "none",
@@ -228305,7 +234434,7 @@
}
},
{
- "id": 18086,
+ "id": 18630,
"properties": {
"east": "tall",
"north": "none",
@@ -228316,7 +234445,7 @@
}
},
{
- "id": 18087,
+ "id": 18631,
"properties": {
"east": "tall",
"north": "none",
@@ -228327,7 +234456,7 @@
}
},
{
- "id": 18088,
+ "id": 18632,
"properties": {
"east": "tall",
"north": "none",
@@ -228338,7 +234467,7 @@
}
},
{
- "id": 18089,
+ "id": 18633,
"properties": {
"east": "tall",
"north": "none",
@@ -228349,7 +234478,7 @@
}
},
{
- "id": 18090,
+ "id": 18634,
"properties": {
"east": "tall",
"north": "none",
@@ -228360,7 +234489,7 @@
}
},
{
- "id": 18091,
+ "id": 18635,
"properties": {
"east": "tall",
"north": "none",
@@ -228371,7 +234500,7 @@
}
},
{
- "id": 18092,
+ "id": 18636,
"properties": {
"east": "tall",
"north": "none",
@@ -228382,7 +234511,7 @@
}
},
{
- "id": 18093,
+ "id": 18637,
"properties": {
"east": "tall",
"north": "none",
@@ -228393,7 +234522,7 @@
}
},
{
- "id": 18094,
+ "id": 18638,
"properties": {
"east": "tall",
"north": "none",
@@ -228404,7 +234533,7 @@
}
},
{
- "id": 18095,
+ "id": 18639,
"properties": {
"east": "tall",
"north": "none",
@@ -228415,7 +234544,7 @@
}
},
{
- "id": 18096,
+ "id": 18640,
"properties": {
"east": "tall",
"north": "none",
@@ -228426,7 +234555,7 @@
}
},
{
- "id": 18097,
+ "id": 18641,
"properties": {
"east": "tall",
"north": "none",
@@ -228437,7 +234566,7 @@
}
},
{
- "id": 18098,
+ "id": 18642,
"properties": {
"east": "tall",
"north": "none",
@@ -228448,7 +234577,7 @@
}
},
{
- "id": 18099,
+ "id": 18643,
"properties": {
"east": "tall",
"north": "none",
@@ -228459,7 +234588,7 @@
}
},
{
- "id": 18100,
+ "id": 18644,
"properties": {
"east": "tall",
"north": "none",
@@ -228470,7 +234599,7 @@
}
},
{
- "id": 18101,
+ "id": 18645,
"properties": {
"east": "tall",
"north": "none",
@@ -228481,7 +234610,7 @@
}
},
{
- "id": 18102,
+ "id": 18646,
"properties": {
"east": "tall",
"north": "none",
@@ -228492,7 +234621,7 @@
}
},
{
- "id": 18103,
+ "id": 18647,
"properties": {
"east": "tall",
"north": "none",
@@ -228503,7 +234632,7 @@
}
},
{
- "id": 18104,
+ "id": 18648,
"properties": {
"east": "tall",
"north": "none",
@@ -228514,7 +234643,7 @@
}
},
{
- "id": 18105,
+ "id": 18649,
"properties": {
"east": "tall",
"north": "none",
@@ -228525,7 +234654,7 @@
}
},
{
- "id": 18106,
+ "id": 18650,
"properties": {
"east": "tall",
"north": "none",
@@ -228536,7 +234665,7 @@
}
},
{
- "id": 18107,
+ "id": 18651,
"properties": {
"east": "tall",
"north": "none",
@@ -228547,7 +234676,7 @@
}
},
{
- "id": 18108,
+ "id": 18652,
"properties": {
"east": "tall",
"north": "none",
@@ -228558,7 +234687,7 @@
}
},
{
- "id": 18109,
+ "id": 18653,
"properties": {
"east": "tall",
"north": "none",
@@ -228569,7 +234698,7 @@
}
},
{
- "id": 18110,
+ "id": 18654,
"properties": {
"east": "tall",
"north": "none",
@@ -228580,7 +234709,7 @@
}
},
{
- "id": 18111,
+ "id": 18655,
"properties": {
"east": "tall",
"north": "none",
@@ -228591,7 +234720,7 @@
}
},
{
- "id": 18112,
+ "id": 18656,
"properties": {
"east": "tall",
"north": "none",
@@ -228602,7 +234731,7 @@
}
},
{
- "id": 18113,
+ "id": 18657,
"properties": {
"east": "tall",
"north": "none",
@@ -228613,7 +234742,7 @@
}
},
{
- "id": 18114,
+ "id": 18658,
"properties": {
"east": "tall",
"north": "none",
@@ -228624,7 +234753,7 @@
}
},
{
- "id": 18115,
+ "id": 18659,
"properties": {
"east": "tall",
"north": "none",
@@ -228635,7 +234764,7 @@
}
},
{
- "id": 18116,
+ "id": 18660,
"properties": {
"east": "tall",
"north": "none",
@@ -228646,7 +234775,7 @@
}
},
{
- "id": 18117,
+ "id": 18661,
"properties": {
"east": "tall",
"north": "none",
@@ -228657,7 +234786,7 @@
}
},
{
- "id": 18118,
+ "id": 18662,
"properties": {
"east": "tall",
"north": "none",
@@ -228668,7 +234797,7 @@
}
},
{
- "id": 18119,
+ "id": 18663,
"properties": {
"east": "tall",
"north": "none",
@@ -228679,7 +234808,7 @@
}
},
{
- "id": 18120,
+ "id": 18664,
"properties": {
"east": "tall",
"north": "none",
@@ -228690,7 +234819,7 @@
}
},
{
- "id": 18121,
+ "id": 18665,
"properties": {
"east": "tall",
"north": "low",
@@ -228701,7 +234830,7 @@
}
},
{
- "id": 18122,
+ "id": 18666,
"properties": {
"east": "tall",
"north": "low",
@@ -228712,7 +234841,7 @@
}
},
{
- "id": 18123,
+ "id": 18667,
"properties": {
"east": "tall",
"north": "low",
@@ -228723,7 +234852,7 @@
}
},
{
- "id": 18124,
+ "id": 18668,
"properties": {
"east": "tall",
"north": "low",
@@ -228734,7 +234863,7 @@
}
},
{
- "id": 18125,
+ "id": 18669,
"properties": {
"east": "tall",
"north": "low",
@@ -228745,7 +234874,7 @@
}
},
{
- "id": 18126,
+ "id": 18670,
"properties": {
"east": "tall",
"north": "low",
@@ -228756,7 +234885,7 @@
}
},
{
- "id": 18127,
+ "id": 18671,
"properties": {
"east": "tall",
"north": "low",
@@ -228767,7 +234896,7 @@
}
},
{
- "id": 18128,
+ "id": 18672,
"properties": {
"east": "tall",
"north": "low",
@@ -228778,7 +234907,7 @@
}
},
{
- "id": 18129,
+ "id": 18673,
"properties": {
"east": "tall",
"north": "low",
@@ -228789,7 +234918,7 @@
}
},
{
- "id": 18130,
+ "id": 18674,
"properties": {
"east": "tall",
"north": "low",
@@ -228800,7 +234929,7 @@
}
},
{
- "id": 18131,
+ "id": 18675,
"properties": {
"east": "tall",
"north": "low",
@@ -228811,7 +234940,7 @@
}
},
{
- "id": 18132,
+ "id": 18676,
"properties": {
"east": "tall",
"north": "low",
@@ -228822,7 +234951,7 @@
}
},
{
- "id": 18133,
+ "id": 18677,
"properties": {
"east": "tall",
"north": "low",
@@ -228833,7 +234962,7 @@
}
},
{
- "id": 18134,
+ "id": 18678,
"properties": {
"east": "tall",
"north": "low",
@@ -228844,7 +234973,7 @@
}
},
{
- "id": 18135,
+ "id": 18679,
"properties": {
"east": "tall",
"north": "low",
@@ -228855,7 +234984,7 @@
}
},
{
- "id": 18136,
+ "id": 18680,
"properties": {
"east": "tall",
"north": "low",
@@ -228866,7 +234995,7 @@
}
},
{
- "id": 18137,
+ "id": 18681,
"properties": {
"east": "tall",
"north": "low",
@@ -228877,7 +235006,7 @@
}
},
{
- "id": 18138,
+ "id": 18682,
"properties": {
"east": "tall",
"north": "low",
@@ -228888,7 +235017,7 @@
}
},
{
- "id": 18139,
+ "id": 18683,
"properties": {
"east": "tall",
"north": "low",
@@ -228899,7 +235028,7 @@
}
},
{
- "id": 18140,
+ "id": 18684,
"properties": {
"east": "tall",
"north": "low",
@@ -228910,7 +235039,7 @@
}
},
{
- "id": 18141,
+ "id": 18685,
"properties": {
"east": "tall",
"north": "low",
@@ -228921,7 +235050,7 @@
}
},
{
- "id": 18142,
+ "id": 18686,
"properties": {
"east": "tall",
"north": "low",
@@ -228932,7 +235061,7 @@
}
},
{
- "id": 18143,
+ "id": 18687,
"properties": {
"east": "tall",
"north": "low",
@@ -228943,7 +235072,7 @@
}
},
{
- "id": 18144,
+ "id": 18688,
"properties": {
"east": "tall",
"north": "low",
@@ -228954,7 +235083,7 @@
}
},
{
- "id": 18145,
+ "id": 18689,
"properties": {
"east": "tall",
"north": "low",
@@ -228965,7 +235094,7 @@
}
},
{
- "id": 18146,
+ "id": 18690,
"properties": {
"east": "tall",
"north": "low",
@@ -228976,7 +235105,7 @@
}
},
{
- "id": 18147,
+ "id": 18691,
"properties": {
"east": "tall",
"north": "low",
@@ -228987,7 +235116,7 @@
}
},
{
- "id": 18148,
+ "id": 18692,
"properties": {
"east": "tall",
"north": "low",
@@ -228998,7 +235127,7 @@
}
},
{
- "id": 18149,
+ "id": 18693,
"properties": {
"east": "tall",
"north": "low",
@@ -229009,7 +235138,7 @@
}
},
{
- "id": 18150,
+ "id": 18694,
"properties": {
"east": "tall",
"north": "low",
@@ -229020,7 +235149,7 @@
}
},
{
- "id": 18151,
+ "id": 18695,
"properties": {
"east": "tall",
"north": "low",
@@ -229031,7 +235160,7 @@
}
},
{
- "id": 18152,
+ "id": 18696,
"properties": {
"east": "tall",
"north": "low",
@@ -229042,7 +235171,7 @@
}
},
{
- "id": 18153,
+ "id": 18697,
"properties": {
"east": "tall",
"north": "low",
@@ -229053,7 +235182,7 @@
}
},
{
- "id": 18154,
+ "id": 18698,
"properties": {
"east": "tall",
"north": "low",
@@ -229064,7 +235193,7 @@
}
},
{
- "id": 18155,
+ "id": 18699,
"properties": {
"east": "tall",
"north": "low",
@@ -229075,7 +235204,7 @@
}
},
{
- "id": 18156,
+ "id": 18700,
"properties": {
"east": "tall",
"north": "low",
@@ -229086,7 +235215,7 @@
}
},
{
- "id": 18157,
+ "id": 18701,
"properties": {
"east": "tall",
"north": "tall",
@@ -229097,7 +235226,7 @@
}
},
{
- "id": 18158,
+ "id": 18702,
"properties": {
"east": "tall",
"north": "tall",
@@ -229108,7 +235237,7 @@
}
},
{
- "id": 18159,
+ "id": 18703,
"properties": {
"east": "tall",
"north": "tall",
@@ -229119,7 +235248,7 @@
}
},
{
- "id": 18160,
+ "id": 18704,
"properties": {
"east": "tall",
"north": "tall",
@@ -229130,7 +235259,7 @@
}
},
{
- "id": 18161,
+ "id": 18705,
"properties": {
"east": "tall",
"north": "tall",
@@ -229141,7 +235270,7 @@
}
},
{
- "id": 18162,
+ "id": 18706,
"properties": {
"east": "tall",
"north": "tall",
@@ -229152,7 +235281,7 @@
}
},
{
- "id": 18163,
+ "id": 18707,
"properties": {
"east": "tall",
"north": "tall",
@@ -229163,7 +235292,7 @@
}
},
{
- "id": 18164,
+ "id": 18708,
"properties": {
"east": "tall",
"north": "tall",
@@ -229174,7 +235303,7 @@
}
},
{
- "id": 18165,
+ "id": 18709,
"properties": {
"east": "tall",
"north": "tall",
@@ -229185,7 +235314,7 @@
}
},
{
- "id": 18166,
+ "id": 18710,
"properties": {
"east": "tall",
"north": "tall",
@@ -229196,7 +235325,7 @@
}
},
{
- "id": 18167,
+ "id": 18711,
"properties": {
"east": "tall",
"north": "tall",
@@ -229207,7 +235336,7 @@
}
},
{
- "id": 18168,
+ "id": 18712,
"properties": {
"east": "tall",
"north": "tall",
@@ -229218,7 +235347,7 @@
}
},
{
- "id": 18169,
+ "id": 18713,
"properties": {
"east": "tall",
"north": "tall",
@@ -229229,7 +235358,7 @@
}
},
{
- "id": 18170,
+ "id": 18714,
"properties": {
"east": "tall",
"north": "tall",
@@ -229240,7 +235369,7 @@
}
},
{
- "id": 18171,
+ "id": 18715,
"properties": {
"east": "tall",
"north": "tall",
@@ -229251,7 +235380,7 @@
}
},
{
- "id": 18172,
+ "id": 18716,
"properties": {
"east": "tall",
"north": "tall",
@@ -229262,7 +235391,7 @@
}
},
{
- "id": 18173,
+ "id": 18717,
"properties": {
"east": "tall",
"north": "tall",
@@ -229273,7 +235402,7 @@
}
},
{
- "id": 18174,
+ "id": 18718,
"properties": {
"east": "tall",
"north": "tall",
@@ -229284,7 +235413,7 @@
}
},
{
- "id": 18175,
+ "id": 18719,
"properties": {
"east": "tall",
"north": "tall",
@@ -229295,7 +235424,7 @@
}
},
{
- "id": 18176,
+ "id": 18720,
"properties": {
"east": "tall",
"north": "tall",
@@ -229306,7 +235435,7 @@
}
},
{
- "id": 18177,
+ "id": 18721,
"properties": {
"east": "tall",
"north": "tall",
@@ -229317,7 +235446,7 @@
}
},
{
- "id": 18178,
+ "id": 18722,
"properties": {
"east": "tall",
"north": "tall",
@@ -229328,7 +235457,7 @@
}
},
{
- "id": 18179,
+ "id": 18723,
"properties": {
"east": "tall",
"north": "tall",
@@ -229339,7 +235468,7 @@
}
},
{
- "id": 18180,
+ "id": 18724,
"properties": {
"east": "tall",
"north": "tall",
@@ -229350,7 +235479,7 @@
}
},
{
- "id": 18181,
+ "id": 18725,
"properties": {
"east": "tall",
"north": "tall",
@@ -229361,7 +235490,7 @@
}
},
{
- "id": 18182,
+ "id": 18726,
"properties": {
"east": "tall",
"north": "tall",
@@ -229372,7 +235501,7 @@
}
},
{
- "id": 18183,
+ "id": 18727,
"properties": {
"east": "tall",
"north": "tall",
@@ -229383,7 +235512,7 @@
}
},
{
- "id": 18184,
+ "id": 18728,
"properties": {
"east": "tall",
"north": "tall",
@@ -229394,7 +235523,7 @@
}
},
{
- "id": 18185,
+ "id": 18729,
"properties": {
"east": "tall",
"north": "tall",
@@ -229405,7 +235534,7 @@
}
},
{
- "id": 18186,
+ "id": 18730,
"properties": {
"east": "tall",
"north": "tall",
@@ -229416,7 +235545,7 @@
}
},
{
- "id": 18187,
+ "id": 18731,
"properties": {
"east": "tall",
"north": "tall",
@@ -229427,7 +235556,7 @@
}
},
{
- "id": 18188,
+ "id": 18732,
"properties": {
"east": "tall",
"north": "tall",
@@ -229438,7 +235567,7 @@
}
},
{
- "id": 18189,
+ "id": 18733,
"properties": {
"east": "tall",
"north": "tall",
@@ -229449,7 +235578,7 @@
}
},
{
- "id": 18190,
+ "id": 18734,
"properties": {
"east": "tall",
"north": "tall",
@@ -229460,7 +235589,7 @@
}
},
{
- "id": 18191,
+ "id": 18735,
"properties": {
"east": "tall",
"north": "tall",
@@ -229471,7 +235600,7 @@
}
},
{
- "id": 18192,
+ "id": 18736,
"properties": {
"east": "tall",
"north": "tall",
@@ -229510,7 +235639,7 @@
},
"states": [
{
- "id": 18841,
+ "id": 19385,
"properties": {
"bottom": "true",
"distance": "0",
@@ -229518,7 +235647,7 @@
}
},
{
- "id": 18842,
+ "id": 19386,
"properties": {
"bottom": "true",
"distance": "0",
@@ -229526,7 +235655,7 @@
}
},
{
- "id": 18843,
+ "id": 19387,
"properties": {
"bottom": "true",
"distance": "1",
@@ -229534,7 +235663,7 @@
}
},
{
- "id": 18844,
+ "id": 19388,
"properties": {
"bottom": "true",
"distance": "1",
@@ -229542,7 +235671,7 @@
}
},
{
- "id": 18845,
+ "id": 19389,
"properties": {
"bottom": "true",
"distance": "2",
@@ -229550,7 +235679,7 @@
}
},
{
- "id": 18846,
+ "id": 19390,
"properties": {
"bottom": "true",
"distance": "2",
@@ -229558,7 +235687,7 @@
}
},
{
- "id": 18847,
+ "id": 19391,
"properties": {
"bottom": "true",
"distance": "3",
@@ -229566,7 +235695,7 @@
}
},
{
- "id": 18848,
+ "id": 19392,
"properties": {
"bottom": "true",
"distance": "3",
@@ -229574,7 +235703,7 @@
}
},
{
- "id": 18849,
+ "id": 19393,
"properties": {
"bottom": "true",
"distance": "4",
@@ -229582,7 +235711,7 @@
}
},
{
- "id": 18850,
+ "id": 19394,
"properties": {
"bottom": "true",
"distance": "4",
@@ -229590,7 +235719,7 @@
}
},
{
- "id": 18851,
+ "id": 19395,
"properties": {
"bottom": "true",
"distance": "5",
@@ -229598,7 +235727,7 @@
}
},
{
- "id": 18852,
+ "id": 19396,
"properties": {
"bottom": "true",
"distance": "5",
@@ -229606,7 +235735,7 @@
}
},
{
- "id": 18853,
+ "id": 19397,
"properties": {
"bottom": "true",
"distance": "6",
@@ -229614,7 +235743,7 @@
}
},
{
- "id": 18854,
+ "id": 19398,
"properties": {
"bottom": "true",
"distance": "6",
@@ -229622,7 +235751,7 @@
}
},
{
- "id": 18855,
+ "id": 19399,
"properties": {
"bottom": "true",
"distance": "7",
@@ -229630,7 +235759,7 @@
}
},
{
- "id": 18856,
+ "id": 19400,
"properties": {
"bottom": "true",
"distance": "7",
@@ -229638,7 +235767,7 @@
}
},
{
- "id": 18857,
+ "id": 19401,
"properties": {
"bottom": "false",
"distance": "0",
@@ -229646,7 +235775,7 @@
}
},
{
- "id": 18858,
+ "id": 19402,
"properties": {
"bottom": "false",
"distance": "0",
@@ -229654,7 +235783,7 @@
}
},
{
- "id": 18859,
+ "id": 19403,
"properties": {
"bottom": "false",
"distance": "1",
@@ -229662,7 +235791,7 @@
}
},
{
- "id": 18860,
+ "id": 19404,
"properties": {
"bottom": "false",
"distance": "1",
@@ -229670,7 +235799,7 @@
}
},
{
- "id": 18861,
+ "id": 19405,
"properties": {
"bottom": "false",
"distance": "2",
@@ -229678,7 +235807,7 @@
}
},
{
- "id": 18862,
+ "id": 19406,
"properties": {
"bottom": "false",
"distance": "2",
@@ -229686,7 +235815,7 @@
}
},
{
- "id": 18863,
+ "id": 19407,
"properties": {
"bottom": "false",
"distance": "3",
@@ -229694,7 +235823,7 @@
}
},
{
- "id": 18864,
+ "id": 19408,
"properties": {
"bottom": "false",
"distance": "3",
@@ -229702,7 +235831,7 @@
}
},
{
- "id": 18865,
+ "id": 19409,
"properties": {
"bottom": "false",
"distance": "4",
@@ -229710,7 +235839,7 @@
}
},
{
- "id": 18866,
+ "id": 19410,
"properties": {
"bottom": "false",
"distance": "4",
@@ -229718,7 +235847,7 @@
}
},
{
- "id": 18867,
+ "id": 19411,
"properties": {
"bottom": "false",
"distance": "5",
@@ -229726,7 +235855,7 @@
}
},
{
- "id": 18868,
+ "id": 19412,
"properties": {
"bottom": "false",
"distance": "5",
@@ -229734,7 +235863,7 @@
}
},
{
- "id": 18869,
+ "id": 19413,
"properties": {
"bottom": "false",
"distance": "6",
@@ -229742,7 +235871,7 @@
}
},
{
- "id": 18870,
+ "id": 19414,
"properties": {
"bottom": "false",
"distance": "6",
@@ -229750,7 +235879,7 @@
}
},
{
- "id": 18871,
+ "id": 19415,
"properties": {
"bottom": "false",
"distance": "7",
@@ -229759,7 +235888,7 @@
},
{
"default": true,
- "id": 18872,
+ "id": 19416,
"properties": {
"bottom": "false",
"distance": "7",
@@ -229776,7 +235905,7 @@
"states": [
{
"default": true,
- "id": 23268
+ "id": 23812
}
]
},
@@ -229793,14 +235922,14 @@
},
"states": [
{
- "id": 23397,
+ "id": 23941,
"properties": {
"bloom": "true"
}
},
{
"default": true,
- "id": 23398,
+ "id": 23942,
"properties": {
"bloom": "false"
}
@@ -229843,7 +235972,7 @@
},
"states": [
{
- "id": 22788,
+ "id": 23332,
"properties": {
"power": "0",
"sculk_sensor_phase": "inactive",
@@ -229852,7 +235981,7 @@
},
{
"default": true,
- "id": 22789,
+ "id": 23333,
"properties": {
"power": "0",
"sculk_sensor_phase": "inactive",
@@ -229860,7 +235989,7 @@
}
},
{
- "id": 22790,
+ "id": 23334,
"properties": {
"power": "0",
"sculk_sensor_phase": "active",
@@ -229868,7 +235997,7 @@
}
},
{
- "id": 22791,
+ "id": 23335,
"properties": {
"power": "0",
"sculk_sensor_phase": "active",
@@ -229876,7 +236005,7 @@
}
},
{
- "id": 22792,
+ "id": 23336,
"properties": {
"power": "0",
"sculk_sensor_phase": "cooldown",
@@ -229884,7 +236013,7 @@
}
},
{
- "id": 22793,
+ "id": 23337,
"properties": {
"power": "0",
"sculk_sensor_phase": "cooldown",
@@ -229892,7 +236021,7 @@
}
},
{
- "id": 22794,
+ "id": 23338,
"properties": {
"power": "1",
"sculk_sensor_phase": "inactive",
@@ -229900,7 +236029,7 @@
}
},
{
- "id": 22795,
+ "id": 23339,
"properties": {
"power": "1",
"sculk_sensor_phase": "inactive",
@@ -229908,7 +236037,7 @@
}
},
{
- "id": 22796,
+ "id": 23340,
"properties": {
"power": "1",
"sculk_sensor_phase": "active",
@@ -229916,7 +236045,7 @@
}
},
{
- "id": 22797,
+ "id": 23341,
"properties": {
"power": "1",
"sculk_sensor_phase": "active",
@@ -229924,7 +236053,7 @@
}
},
{
- "id": 22798,
+ "id": 23342,
"properties": {
"power": "1",
"sculk_sensor_phase": "cooldown",
@@ -229932,7 +236061,7 @@
}
},
{
- "id": 22799,
+ "id": 23343,
"properties": {
"power": "1",
"sculk_sensor_phase": "cooldown",
@@ -229940,7 +236069,7 @@
}
},
{
- "id": 22800,
+ "id": 23344,
"properties": {
"power": "2",
"sculk_sensor_phase": "inactive",
@@ -229948,7 +236077,7 @@
}
},
{
- "id": 22801,
+ "id": 23345,
"properties": {
"power": "2",
"sculk_sensor_phase": "inactive",
@@ -229956,7 +236085,7 @@
}
},
{
- "id": 22802,
+ "id": 23346,
"properties": {
"power": "2",
"sculk_sensor_phase": "active",
@@ -229964,7 +236093,7 @@
}
},
{
- "id": 22803,
+ "id": 23347,
"properties": {
"power": "2",
"sculk_sensor_phase": "active",
@@ -229972,7 +236101,7 @@
}
},
{
- "id": 22804,
+ "id": 23348,
"properties": {
"power": "2",
"sculk_sensor_phase": "cooldown",
@@ -229980,7 +236109,7 @@
}
},
{
- "id": 22805,
+ "id": 23349,
"properties": {
"power": "2",
"sculk_sensor_phase": "cooldown",
@@ -229988,7 +236117,7 @@
}
},
{
- "id": 22806,
+ "id": 23350,
"properties": {
"power": "3",
"sculk_sensor_phase": "inactive",
@@ -229996,7 +236125,7 @@
}
},
{
- "id": 22807,
+ "id": 23351,
"properties": {
"power": "3",
"sculk_sensor_phase": "inactive",
@@ -230004,7 +236133,7 @@
}
},
{
- "id": 22808,
+ "id": 23352,
"properties": {
"power": "3",
"sculk_sensor_phase": "active",
@@ -230012,7 +236141,7 @@
}
},
{
- "id": 22809,
+ "id": 23353,
"properties": {
"power": "3",
"sculk_sensor_phase": "active",
@@ -230020,7 +236149,7 @@
}
},
{
- "id": 22810,
+ "id": 23354,
"properties": {
"power": "3",
"sculk_sensor_phase": "cooldown",
@@ -230028,7 +236157,7 @@
}
},
{
- "id": 22811,
+ "id": 23355,
"properties": {
"power": "3",
"sculk_sensor_phase": "cooldown",
@@ -230036,7 +236165,7 @@
}
},
{
- "id": 22812,
+ "id": 23356,
"properties": {
"power": "4",
"sculk_sensor_phase": "inactive",
@@ -230044,7 +236173,7 @@
}
},
{
- "id": 22813,
+ "id": 23357,
"properties": {
"power": "4",
"sculk_sensor_phase": "inactive",
@@ -230052,7 +236181,7 @@
}
},
{
- "id": 22814,
+ "id": 23358,
"properties": {
"power": "4",
"sculk_sensor_phase": "active",
@@ -230060,7 +236189,7 @@
}
},
{
- "id": 22815,
+ "id": 23359,
"properties": {
"power": "4",
"sculk_sensor_phase": "active",
@@ -230068,7 +236197,7 @@
}
},
{
- "id": 22816,
+ "id": 23360,
"properties": {
"power": "4",
"sculk_sensor_phase": "cooldown",
@@ -230076,7 +236205,7 @@
}
},
{
- "id": 22817,
+ "id": 23361,
"properties": {
"power": "4",
"sculk_sensor_phase": "cooldown",
@@ -230084,7 +236213,7 @@
}
},
{
- "id": 22818,
+ "id": 23362,
"properties": {
"power": "5",
"sculk_sensor_phase": "inactive",
@@ -230092,7 +236221,7 @@
}
},
{
- "id": 22819,
+ "id": 23363,
"properties": {
"power": "5",
"sculk_sensor_phase": "inactive",
@@ -230100,7 +236229,7 @@
}
},
{
- "id": 22820,
+ "id": 23364,
"properties": {
"power": "5",
"sculk_sensor_phase": "active",
@@ -230108,7 +236237,7 @@
}
},
{
- "id": 22821,
+ "id": 23365,
"properties": {
"power": "5",
"sculk_sensor_phase": "active",
@@ -230116,7 +236245,7 @@
}
},
{
- "id": 22822,
+ "id": 23366,
"properties": {
"power": "5",
"sculk_sensor_phase": "cooldown",
@@ -230124,7 +236253,7 @@
}
},
{
- "id": 22823,
+ "id": 23367,
"properties": {
"power": "5",
"sculk_sensor_phase": "cooldown",
@@ -230132,7 +236261,7 @@
}
},
{
- "id": 22824,
+ "id": 23368,
"properties": {
"power": "6",
"sculk_sensor_phase": "inactive",
@@ -230140,7 +236269,7 @@
}
},
{
- "id": 22825,
+ "id": 23369,
"properties": {
"power": "6",
"sculk_sensor_phase": "inactive",
@@ -230148,7 +236277,7 @@
}
},
{
- "id": 22826,
+ "id": 23370,
"properties": {
"power": "6",
"sculk_sensor_phase": "active",
@@ -230156,7 +236285,7 @@
}
},
{
- "id": 22827,
+ "id": 23371,
"properties": {
"power": "6",
"sculk_sensor_phase": "active",
@@ -230164,7 +236293,7 @@
}
},
{
- "id": 22828,
+ "id": 23372,
"properties": {
"power": "6",
"sculk_sensor_phase": "cooldown",
@@ -230172,7 +236301,7 @@
}
},
{
- "id": 22829,
+ "id": 23373,
"properties": {
"power": "6",
"sculk_sensor_phase": "cooldown",
@@ -230180,7 +236309,7 @@
}
},
{
- "id": 22830,
+ "id": 23374,
"properties": {
"power": "7",
"sculk_sensor_phase": "inactive",
@@ -230188,7 +236317,7 @@
}
},
{
- "id": 22831,
+ "id": 23375,
"properties": {
"power": "7",
"sculk_sensor_phase": "inactive",
@@ -230196,7 +236325,7 @@
}
},
{
- "id": 22832,
+ "id": 23376,
"properties": {
"power": "7",
"sculk_sensor_phase": "active",
@@ -230204,7 +236333,7 @@
}
},
{
- "id": 22833,
+ "id": 23377,
"properties": {
"power": "7",
"sculk_sensor_phase": "active",
@@ -230212,7 +236341,7 @@
}
},
{
- "id": 22834,
+ "id": 23378,
"properties": {
"power": "7",
"sculk_sensor_phase": "cooldown",
@@ -230220,7 +236349,7 @@
}
},
{
- "id": 22835,
+ "id": 23379,
"properties": {
"power": "7",
"sculk_sensor_phase": "cooldown",
@@ -230228,7 +236357,7 @@
}
},
{
- "id": 22836,
+ "id": 23380,
"properties": {
"power": "8",
"sculk_sensor_phase": "inactive",
@@ -230236,7 +236365,7 @@
}
},
{
- "id": 22837,
+ "id": 23381,
"properties": {
"power": "8",
"sculk_sensor_phase": "inactive",
@@ -230244,7 +236373,7 @@
}
},
{
- "id": 22838,
+ "id": 23382,
"properties": {
"power": "8",
"sculk_sensor_phase": "active",
@@ -230252,7 +236381,7 @@
}
},
{
- "id": 22839,
+ "id": 23383,
"properties": {
"power": "8",
"sculk_sensor_phase": "active",
@@ -230260,7 +236389,7 @@
}
},
{
- "id": 22840,
+ "id": 23384,
"properties": {
"power": "8",
"sculk_sensor_phase": "cooldown",
@@ -230268,7 +236397,7 @@
}
},
{
- "id": 22841,
+ "id": 23385,
"properties": {
"power": "8",
"sculk_sensor_phase": "cooldown",
@@ -230276,7 +236405,7 @@
}
},
{
- "id": 22842,
+ "id": 23386,
"properties": {
"power": "9",
"sculk_sensor_phase": "inactive",
@@ -230284,7 +236413,7 @@
}
},
{
- "id": 22843,
+ "id": 23387,
"properties": {
"power": "9",
"sculk_sensor_phase": "inactive",
@@ -230292,7 +236421,7 @@
}
},
{
- "id": 22844,
+ "id": 23388,
"properties": {
"power": "9",
"sculk_sensor_phase": "active",
@@ -230300,7 +236429,7 @@
}
},
{
- "id": 22845,
+ "id": 23389,
"properties": {
"power": "9",
"sculk_sensor_phase": "active",
@@ -230308,7 +236437,7 @@
}
},
{
- "id": 22846,
+ "id": 23390,
"properties": {
"power": "9",
"sculk_sensor_phase": "cooldown",
@@ -230316,7 +236445,7 @@
}
},
{
- "id": 22847,
+ "id": 23391,
"properties": {
"power": "9",
"sculk_sensor_phase": "cooldown",
@@ -230324,7 +236453,7 @@
}
},
{
- "id": 22848,
+ "id": 23392,
"properties": {
"power": "10",
"sculk_sensor_phase": "inactive",
@@ -230332,7 +236461,7 @@
}
},
{
- "id": 22849,
+ "id": 23393,
"properties": {
"power": "10",
"sculk_sensor_phase": "inactive",
@@ -230340,7 +236469,7 @@
}
},
{
- "id": 22850,
+ "id": 23394,
"properties": {
"power": "10",
"sculk_sensor_phase": "active",
@@ -230348,7 +236477,7 @@
}
},
{
- "id": 22851,
+ "id": 23395,
"properties": {
"power": "10",
"sculk_sensor_phase": "active",
@@ -230356,7 +236485,7 @@
}
},
{
- "id": 22852,
+ "id": 23396,
"properties": {
"power": "10",
"sculk_sensor_phase": "cooldown",
@@ -230364,7 +236493,7 @@
}
},
{
- "id": 22853,
+ "id": 23397,
"properties": {
"power": "10",
"sculk_sensor_phase": "cooldown",
@@ -230372,7 +236501,7 @@
}
},
{
- "id": 22854,
+ "id": 23398,
"properties": {
"power": "11",
"sculk_sensor_phase": "inactive",
@@ -230380,7 +236509,7 @@
}
},
{
- "id": 22855,
+ "id": 23399,
"properties": {
"power": "11",
"sculk_sensor_phase": "inactive",
@@ -230388,7 +236517,7 @@
}
},
{
- "id": 22856,
+ "id": 23400,
"properties": {
"power": "11",
"sculk_sensor_phase": "active",
@@ -230396,7 +236525,7 @@
}
},
{
- "id": 22857,
+ "id": 23401,
"properties": {
"power": "11",
"sculk_sensor_phase": "active",
@@ -230404,7 +236533,7 @@
}
},
{
- "id": 22858,
+ "id": 23402,
"properties": {
"power": "11",
"sculk_sensor_phase": "cooldown",
@@ -230412,7 +236541,7 @@
}
},
{
- "id": 22859,
+ "id": 23403,
"properties": {
"power": "11",
"sculk_sensor_phase": "cooldown",
@@ -230420,7 +236549,7 @@
}
},
{
- "id": 22860,
+ "id": 23404,
"properties": {
"power": "12",
"sculk_sensor_phase": "inactive",
@@ -230428,7 +236557,7 @@
}
},
{
- "id": 22861,
+ "id": 23405,
"properties": {
"power": "12",
"sculk_sensor_phase": "inactive",
@@ -230436,7 +236565,7 @@
}
},
{
- "id": 22862,
+ "id": 23406,
"properties": {
"power": "12",
"sculk_sensor_phase": "active",
@@ -230444,7 +236573,7 @@
}
},
{
- "id": 22863,
+ "id": 23407,
"properties": {
"power": "12",
"sculk_sensor_phase": "active",
@@ -230452,7 +236581,7 @@
}
},
{
- "id": 22864,
+ "id": 23408,
"properties": {
"power": "12",
"sculk_sensor_phase": "cooldown",
@@ -230460,7 +236589,7 @@
}
},
{
- "id": 22865,
+ "id": 23409,
"properties": {
"power": "12",
"sculk_sensor_phase": "cooldown",
@@ -230468,7 +236597,7 @@
}
},
{
- "id": 22866,
+ "id": 23410,
"properties": {
"power": "13",
"sculk_sensor_phase": "inactive",
@@ -230476,7 +236605,7 @@
}
},
{
- "id": 22867,
+ "id": 23411,
"properties": {
"power": "13",
"sculk_sensor_phase": "inactive",
@@ -230484,7 +236613,7 @@
}
},
{
- "id": 22868,
+ "id": 23412,
"properties": {
"power": "13",
"sculk_sensor_phase": "active",
@@ -230492,7 +236621,7 @@
}
},
{
- "id": 22869,
+ "id": 23413,
"properties": {
"power": "13",
"sculk_sensor_phase": "active",
@@ -230500,7 +236629,7 @@
}
},
{
- "id": 22870,
+ "id": 23414,
"properties": {
"power": "13",
"sculk_sensor_phase": "cooldown",
@@ -230508,7 +236637,7 @@
}
},
{
- "id": 22871,
+ "id": 23415,
"properties": {
"power": "13",
"sculk_sensor_phase": "cooldown",
@@ -230516,7 +236645,7 @@
}
},
{
- "id": 22872,
+ "id": 23416,
"properties": {
"power": "14",
"sculk_sensor_phase": "inactive",
@@ -230524,7 +236653,7 @@
}
},
{
- "id": 22873,
+ "id": 23417,
"properties": {
"power": "14",
"sculk_sensor_phase": "inactive",
@@ -230532,7 +236661,7 @@
}
},
{
- "id": 22874,
+ "id": 23418,
"properties": {
"power": "14",
"sculk_sensor_phase": "active",
@@ -230540,7 +236669,7 @@
}
},
{
- "id": 22875,
+ "id": 23419,
"properties": {
"power": "14",
"sculk_sensor_phase": "active",
@@ -230548,7 +236677,7 @@
}
},
{
- "id": 22876,
+ "id": 23420,
"properties": {
"power": "14",
"sculk_sensor_phase": "cooldown",
@@ -230556,7 +236685,7 @@
}
},
{
- "id": 22877,
+ "id": 23421,
"properties": {
"power": "14",
"sculk_sensor_phase": "cooldown",
@@ -230564,7 +236693,7 @@
}
},
{
- "id": 22878,
+ "id": 23422,
"properties": {
"power": "15",
"sculk_sensor_phase": "inactive",
@@ -230572,7 +236701,7 @@
}
},
{
- "id": 22879,
+ "id": 23423,
"properties": {
"power": "15",
"sculk_sensor_phase": "inactive",
@@ -230580,7 +236709,7 @@
}
},
{
- "id": 22880,
+ "id": 23424,
"properties": {
"power": "15",
"sculk_sensor_phase": "active",
@@ -230588,7 +236717,7 @@
}
},
{
- "id": 22881,
+ "id": 23425,
"properties": {
"power": "15",
"sculk_sensor_phase": "active",
@@ -230596,7 +236725,7 @@
}
},
{
- "id": 22882,
+ "id": 23426,
"properties": {
"power": "15",
"sculk_sensor_phase": "cooldown",
@@ -230604,7 +236733,7 @@
}
},
{
- "id": 22883,
+ "id": 23427,
"properties": {
"power": "15",
"sculk_sensor_phase": "cooldown",
@@ -230634,7 +236763,7 @@
},
"states": [
{
- "id": 23399,
+ "id": 23943,
"properties": {
"can_summon": "true",
"shrieking": "true",
@@ -230642,7 +236771,7 @@
}
},
{
- "id": 23400,
+ "id": 23944,
"properties": {
"can_summon": "true",
"shrieking": "true",
@@ -230650,7 +236779,7 @@
}
},
{
- "id": 23401,
+ "id": 23945,
"properties": {
"can_summon": "true",
"shrieking": "false",
@@ -230658,7 +236787,7 @@
}
},
{
- "id": 23402,
+ "id": 23946,
"properties": {
"can_summon": "true",
"shrieking": "false",
@@ -230666,7 +236795,7 @@
}
},
{
- "id": 23403,
+ "id": 23947,
"properties": {
"can_summon": "false",
"shrieking": "true",
@@ -230674,7 +236803,7 @@
}
},
{
- "id": 23404,
+ "id": 23948,
"properties": {
"can_summon": "false",
"shrieking": "true",
@@ -230682,7 +236811,7 @@
}
},
{
- "id": 23405,
+ "id": 23949,
"properties": {
"can_summon": "false",
"shrieking": "false",
@@ -230691,7 +236820,7 @@
},
{
"default": true,
- "id": 23406,
+ "id": 23950,
"properties": {
"can_summon": "false",
"shrieking": "false",
@@ -230737,7 +236866,7 @@
},
"states": [
{
- "id": 23269,
+ "id": 23813,
"properties": {
"down": "true",
"east": "true",
@@ -230749,7 +236878,7 @@
}
},
{
- "id": 23270,
+ "id": 23814,
"properties": {
"down": "true",
"east": "true",
@@ -230761,7 +236890,7 @@
}
},
{
- "id": 23271,
+ "id": 23815,
"properties": {
"down": "true",
"east": "true",
@@ -230773,7 +236902,7 @@
}
},
{
- "id": 23272,
+ "id": 23816,
"properties": {
"down": "true",
"east": "true",
@@ -230785,7 +236914,7 @@
}
},
{
- "id": 23273,
+ "id": 23817,
"properties": {
"down": "true",
"east": "true",
@@ -230797,7 +236926,7 @@
}
},
{
- "id": 23274,
+ "id": 23818,
"properties": {
"down": "true",
"east": "true",
@@ -230809,7 +236938,7 @@
}
},
{
- "id": 23275,
+ "id": 23819,
"properties": {
"down": "true",
"east": "true",
@@ -230821,7 +236950,7 @@
}
},
{
- "id": 23276,
+ "id": 23820,
"properties": {
"down": "true",
"east": "true",
@@ -230833,7 +236962,7 @@
}
},
{
- "id": 23277,
+ "id": 23821,
"properties": {
"down": "true",
"east": "true",
@@ -230845,7 +236974,7 @@
}
},
{
- "id": 23278,
+ "id": 23822,
"properties": {
"down": "true",
"east": "true",
@@ -230857,7 +236986,7 @@
}
},
{
- "id": 23279,
+ "id": 23823,
"properties": {
"down": "true",
"east": "true",
@@ -230869,7 +236998,7 @@
}
},
{
- "id": 23280,
+ "id": 23824,
"properties": {
"down": "true",
"east": "true",
@@ -230881,7 +237010,7 @@
}
},
{
- "id": 23281,
+ "id": 23825,
"properties": {
"down": "true",
"east": "true",
@@ -230893,7 +237022,7 @@
}
},
{
- "id": 23282,
+ "id": 23826,
"properties": {
"down": "true",
"east": "true",
@@ -230905,7 +237034,7 @@
}
},
{
- "id": 23283,
+ "id": 23827,
"properties": {
"down": "true",
"east": "true",
@@ -230917,7 +237046,7 @@
}
},
{
- "id": 23284,
+ "id": 23828,
"properties": {
"down": "true",
"east": "true",
@@ -230929,7 +237058,7 @@
}
},
{
- "id": 23285,
+ "id": 23829,
"properties": {
"down": "true",
"east": "true",
@@ -230941,7 +237070,7 @@
}
},
{
- "id": 23286,
+ "id": 23830,
"properties": {
"down": "true",
"east": "true",
@@ -230953,7 +237082,7 @@
}
},
{
- "id": 23287,
+ "id": 23831,
"properties": {
"down": "true",
"east": "true",
@@ -230965,7 +237094,7 @@
}
},
{
- "id": 23288,
+ "id": 23832,
"properties": {
"down": "true",
"east": "true",
@@ -230977,7 +237106,7 @@
}
},
{
- "id": 23289,
+ "id": 23833,
"properties": {
"down": "true",
"east": "true",
@@ -230989,7 +237118,7 @@
}
},
{
- "id": 23290,
+ "id": 23834,
"properties": {
"down": "true",
"east": "true",
@@ -231001,7 +237130,7 @@
}
},
{
- "id": 23291,
+ "id": 23835,
"properties": {
"down": "true",
"east": "true",
@@ -231013,7 +237142,7 @@
}
},
{
- "id": 23292,
+ "id": 23836,
"properties": {
"down": "true",
"east": "true",
@@ -231025,7 +237154,7 @@
}
},
{
- "id": 23293,
+ "id": 23837,
"properties": {
"down": "true",
"east": "true",
@@ -231037,7 +237166,7 @@
}
},
{
- "id": 23294,
+ "id": 23838,
"properties": {
"down": "true",
"east": "true",
@@ -231049,7 +237178,7 @@
}
},
{
- "id": 23295,
+ "id": 23839,
"properties": {
"down": "true",
"east": "true",
@@ -231061,7 +237190,7 @@
}
},
{
- "id": 23296,
+ "id": 23840,
"properties": {
"down": "true",
"east": "true",
@@ -231073,7 +237202,7 @@
}
},
{
- "id": 23297,
+ "id": 23841,
"properties": {
"down": "true",
"east": "true",
@@ -231085,7 +237214,7 @@
}
},
{
- "id": 23298,
+ "id": 23842,
"properties": {
"down": "true",
"east": "true",
@@ -231097,7 +237226,7 @@
}
},
{
- "id": 23299,
+ "id": 23843,
"properties": {
"down": "true",
"east": "true",
@@ -231109,7 +237238,7 @@
}
},
{
- "id": 23300,
+ "id": 23844,
"properties": {
"down": "true",
"east": "true",
@@ -231121,7 +237250,7 @@
}
},
{
- "id": 23301,
+ "id": 23845,
"properties": {
"down": "true",
"east": "false",
@@ -231133,7 +237262,7 @@
}
},
{
- "id": 23302,
+ "id": 23846,
"properties": {
"down": "true",
"east": "false",
@@ -231145,7 +237274,7 @@
}
},
{
- "id": 23303,
+ "id": 23847,
"properties": {
"down": "true",
"east": "false",
@@ -231157,7 +237286,7 @@
}
},
{
- "id": 23304,
+ "id": 23848,
"properties": {
"down": "true",
"east": "false",
@@ -231169,7 +237298,7 @@
}
},
{
- "id": 23305,
+ "id": 23849,
"properties": {
"down": "true",
"east": "false",
@@ -231181,7 +237310,7 @@
}
},
{
- "id": 23306,
+ "id": 23850,
"properties": {
"down": "true",
"east": "false",
@@ -231193,7 +237322,7 @@
}
},
{
- "id": 23307,
+ "id": 23851,
"properties": {
"down": "true",
"east": "false",
@@ -231205,7 +237334,7 @@
}
},
{
- "id": 23308,
+ "id": 23852,
"properties": {
"down": "true",
"east": "false",
@@ -231217,7 +237346,7 @@
}
},
{
- "id": 23309,
+ "id": 23853,
"properties": {
"down": "true",
"east": "false",
@@ -231229,7 +237358,7 @@
}
},
{
- "id": 23310,
+ "id": 23854,
"properties": {
"down": "true",
"east": "false",
@@ -231241,7 +237370,7 @@
}
},
{
- "id": 23311,
+ "id": 23855,
"properties": {
"down": "true",
"east": "false",
@@ -231253,7 +237382,7 @@
}
},
{
- "id": 23312,
+ "id": 23856,
"properties": {
"down": "true",
"east": "false",
@@ -231265,7 +237394,7 @@
}
},
{
- "id": 23313,
+ "id": 23857,
"properties": {
"down": "true",
"east": "false",
@@ -231277,7 +237406,7 @@
}
},
{
- "id": 23314,
+ "id": 23858,
"properties": {
"down": "true",
"east": "false",
@@ -231289,7 +237418,7 @@
}
},
{
- "id": 23315,
+ "id": 23859,
"properties": {
"down": "true",
"east": "false",
@@ -231301,7 +237430,7 @@
}
},
{
- "id": 23316,
+ "id": 23860,
"properties": {
"down": "true",
"east": "false",
@@ -231313,7 +237442,7 @@
}
},
{
- "id": 23317,
+ "id": 23861,
"properties": {
"down": "true",
"east": "false",
@@ -231325,7 +237454,7 @@
}
},
{
- "id": 23318,
+ "id": 23862,
"properties": {
"down": "true",
"east": "false",
@@ -231337,7 +237466,7 @@
}
},
{
- "id": 23319,
+ "id": 23863,
"properties": {
"down": "true",
"east": "false",
@@ -231349,7 +237478,7 @@
}
},
{
- "id": 23320,
+ "id": 23864,
"properties": {
"down": "true",
"east": "false",
@@ -231361,7 +237490,7 @@
}
},
{
- "id": 23321,
+ "id": 23865,
"properties": {
"down": "true",
"east": "false",
@@ -231373,7 +237502,7 @@
}
},
{
- "id": 23322,
+ "id": 23866,
"properties": {
"down": "true",
"east": "false",
@@ -231385,7 +237514,7 @@
}
},
{
- "id": 23323,
+ "id": 23867,
"properties": {
"down": "true",
"east": "false",
@@ -231397,7 +237526,7 @@
}
},
{
- "id": 23324,
+ "id": 23868,
"properties": {
"down": "true",
"east": "false",
@@ -231409,7 +237538,7 @@
}
},
{
- "id": 23325,
+ "id": 23869,
"properties": {
"down": "true",
"east": "false",
@@ -231421,7 +237550,7 @@
}
},
{
- "id": 23326,
+ "id": 23870,
"properties": {
"down": "true",
"east": "false",
@@ -231433,7 +237562,7 @@
}
},
{
- "id": 23327,
+ "id": 23871,
"properties": {
"down": "true",
"east": "false",
@@ -231445,7 +237574,7 @@
}
},
{
- "id": 23328,
+ "id": 23872,
"properties": {
"down": "true",
"east": "false",
@@ -231457,7 +237586,7 @@
}
},
{
- "id": 23329,
+ "id": 23873,
"properties": {
"down": "true",
"east": "false",
@@ -231469,7 +237598,7 @@
}
},
{
- "id": 23330,
+ "id": 23874,
"properties": {
"down": "true",
"east": "false",
@@ -231481,7 +237610,7 @@
}
},
{
- "id": 23331,
+ "id": 23875,
"properties": {
"down": "true",
"east": "false",
@@ -231493,7 +237622,7 @@
}
},
{
- "id": 23332,
+ "id": 23876,
"properties": {
"down": "true",
"east": "false",
@@ -231505,7 +237634,7 @@
}
},
{
- "id": 23333,
+ "id": 23877,
"properties": {
"down": "false",
"east": "true",
@@ -231517,7 +237646,7 @@
}
},
{
- "id": 23334,
+ "id": 23878,
"properties": {
"down": "false",
"east": "true",
@@ -231529,7 +237658,7 @@
}
},
{
- "id": 23335,
+ "id": 23879,
"properties": {
"down": "false",
"east": "true",
@@ -231541,7 +237670,7 @@
}
},
{
- "id": 23336,
+ "id": 23880,
"properties": {
"down": "false",
"east": "true",
@@ -231553,7 +237682,7 @@
}
},
{
- "id": 23337,
+ "id": 23881,
"properties": {
"down": "false",
"east": "true",
@@ -231565,7 +237694,7 @@
}
},
{
- "id": 23338,
+ "id": 23882,
"properties": {
"down": "false",
"east": "true",
@@ -231577,7 +237706,7 @@
}
},
{
- "id": 23339,
+ "id": 23883,
"properties": {
"down": "false",
"east": "true",
@@ -231589,7 +237718,7 @@
}
},
{
- "id": 23340,
+ "id": 23884,
"properties": {
"down": "false",
"east": "true",
@@ -231601,7 +237730,7 @@
}
},
{
- "id": 23341,
+ "id": 23885,
"properties": {
"down": "false",
"east": "true",
@@ -231613,7 +237742,7 @@
}
},
{
- "id": 23342,
+ "id": 23886,
"properties": {
"down": "false",
"east": "true",
@@ -231625,7 +237754,7 @@
}
},
{
- "id": 23343,
+ "id": 23887,
"properties": {
"down": "false",
"east": "true",
@@ -231637,7 +237766,7 @@
}
},
{
- "id": 23344,
+ "id": 23888,
"properties": {
"down": "false",
"east": "true",
@@ -231649,7 +237778,7 @@
}
},
{
- "id": 23345,
+ "id": 23889,
"properties": {
"down": "false",
"east": "true",
@@ -231661,7 +237790,7 @@
}
},
{
- "id": 23346,
+ "id": 23890,
"properties": {
"down": "false",
"east": "true",
@@ -231673,7 +237802,7 @@
}
},
{
- "id": 23347,
+ "id": 23891,
"properties": {
"down": "false",
"east": "true",
@@ -231685,7 +237814,7 @@
}
},
{
- "id": 23348,
+ "id": 23892,
"properties": {
"down": "false",
"east": "true",
@@ -231697,7 +237826,7 @@
}
},
{
- "id": 23349,
+ "id": 23893,
"properties": {
"down": "false",
"east": "true",
@@ -231709,7 +237838,7 @@
}
},
{
- "id": 23350,
+ "id": 23894,
"properties": {
"down": "false",
"east": "true",
@@ -231721,7 +237850,7 @@
}
},
{
- "id": 23351,
+ "id": 23895,
"properties": {
"down": "false",
"east": "true",
@@ -231733,7 +237862,7 @@
}
},
{
- "id": 23352,
+ "id": 23896,
"properties": {
"down": "false",
"east": "true",
@@ -231745,7 +237874,7 @@
}
},
{
- "id": 23353,
+ "id": 23897,
"properties": {
"down": "false",
"east": "true",
@@ -231757,7 +237886,7 @@
}
},
{
- "id": 23354,
+ "id": 23898,
"properties": {
"down": "false",
"east": "true",
@@ -231769,7 +237898,7 @@
}
},
{
- "id": 23355,
+ "id": 23899,
"properties": {
"down": "false",
"east": "true",
@@ -231781,7 +237910,7 @@
}
},
{
- "id": 23356,
+ "id": 23900,
"properties": {
"down": "false",
"east": "true",
@@ -231793,7 +237922,7 @@
}
},
{
- "id": 23357,
+ "id": 23901,
"properties": {
"down": "false",
"east": "true",
@@ -231805,7 +237934,7 @@
}
},
{
- "id": 23358,
+ "id": 23902,
"properties": {
"down": "false",
"east": "true",
@@ -231817,7 +237946,7 @@
}
},
{
- "id": 23359,
+ "id": 23903,
"properties": {
"down": "false",
"east": "true",
@@ -231829,7 +237958,7 @@
}
},
{
- "id": 23360,
+ "id": 23904,
"properties": {
"down": "false",
"east": "true",
@@ -231841,7 +237970,7 @@
}
},
{
- "id": 23361,
+ "id": 23905,
"properties": {
"down": "false",
"east": "true",
@@ -231853,7 +237982,7 @@
}
},
{
- "id": 23362,
+ "id": 23906,
"properties": {
"down": "false",
"east": "true",
@@ -231865,7 +237994,7 @@
}
},
{
- "id": 23363,
+ "id": 23907,
"properties": {
"down": "false",
"east": "true",
@@ -231877,7 +238006,7 @@
}
},
{
- "id": 23364,
+ "id": 23908,
"properties": {
"down": "false",
"east": "true",
@@ -231889,7 +238018,7 @@
}
},
{
- "id": 23365,
+ "id": 23909,
"properties": {
"down": "false",
"east": "false",
@@ -231901,7 +238030,7 @@
}
},
{
- "id": 23366,
+ "id": 23910,
"properties": {
"down": "false",
"east": "false",
@@ -231913,7 +238042,7 @@
}
},
{
- "id": 23367,
+ "id": 23911,
"properties": {
"down": "false",
"east": "false",
@@ -231925,7 +238054,7 @@
}
},
{
- "id": 23368,
+ "id": 23912,
"properties": {
"down": "false",
"east": "false",
@@ -231937,7 +238066,7 @@
}
},
{
- "id": 23369,
+ "id": 23913,
"properties": {
"down": "false",
"east": "false",
@@ -231949,7 +238078,7 @@
}
},
{
- "id": 23370,
+ "id": 23914,
"properties": {
"down": "false",
"east": "false",
@@ -231961,7 +238090,7 @@
}
},
{
- "id": 23371,
+ "id": 23915,
"properties": {
"down": "false",
"east": "false",
@@ -231973,7 +238102,7 @@
}
},
{
- "id": 23372,
+ "id": 23916,
"properties": {
"down": "false",
"east": "false",
@@ -231985,7 +238114,7 @@
}
},
{
- "id": 23373,
+ "id": 23917,
"properties": {
"down": "false",
"east": "false",
@@ -231997,7 +238126,7 @@
}
},
{
- "id": 23374,
+ "id": 23918,
"properties": {
"down": "false",
"east": "false",
@@ -232009,7 +238138,7 @@
}
},
{
- "id": 23375,
+ "id": 23919,
"properties": {
"down": "false",
"east": "false",
@@ -232021,7 +238150,7 @@
}
},
{
- "id": 23376,
+ "id": 23920,
"properties": {
"down": "false",
"east": "false",
@@ -232033,7 +238162,7 @@
}
},
{
- "id": 23377,
+ "id": 23921,
"properties": {
"down": "false",
"east": "false",
@@ -232045,7 +238174,7 @@
}
},
{
- "id": 23378,
+ "id": 23922,
"properties": {
"down": "false",
"east": "false",
@@ -232057,7 +238186,7 @@
}
},
{
- "id": 23379,
+ "id": 23923,
"properties": {
"down": "false",
"east": "false",
@@ -232069,7 +238198,7 @@
}
},
{
- "id": 23380,
+ "id": 23924,
"properties": {
"down": "false",
"east": "false",
@@ -232081,7 +238210,7 @@
}
},
{
- "id": 23381,
+ "id": 23925,
"properties": {
"down": "false",
"east": "false",
@@ -232093,7 +238222,7 @@
}
},
{
- "id": 23382,
+ "id": 23926,
"properties": {
"down": "false",
"east": "false",
@@ -232105,7 +238234,7 @@
}
},
{
- "id": 23383,
+ "id": 23927,
"properties": {
"down": "false",
"east": "false",
@@ -232117,7 +238246,7 @@
}
},
{
- "id": 23384,
+ "id": 23928,
"properties": {
"down": "false",
"east": "false",
@@ -232129,7 +238258,7 @@
}
},
{
- "id": 23385,
+ "id": 23929,
"properties": {
"down": "false",
"east": "false",
@@ -232141,7 +238270,7 @@
}
},
{
- "id": 23386,
+ "id": 23930,
"properties": {
"down": "false",
"east": "false",
@@ -232153,7 +238282,7 @@
}
},
{
- "id": 23387,
+ "id": 23931,
"properties": {
"down": "false",
"east": "false",
@@ -232165,7 +238294,7 @@
}
},
{
- "id": 23388,
+ "id": 23932,
"properties": {
"down": "false",
"east": "false",
@@ -232177,7 +238306,7 @@
}
},
{
- "id": 23389,
+ "id": 23933,
"properties": {
"down": "false",
"east": "false",
@@ -232189,7 +238318,7 @@
}
},
{
- "id": 23390,
+ "id": 23934,
"properties": {
"down": "false",
"east": "false",
@@ -232201,7 +238330,7 @@
}
},
{
- "id": 23391,
+ "id": 23935,
"properties": {
"down": "false",
"east": "false",
@@ -232213,7 +238342,7 @@
}
},
{
- "id": 23392,
+ "id": 23936,
"properties": {
"down": "false",
"east": "false",
@@ -232225,7 +238354,7 @@
}
},
{
- "id": 23393,
+ "id": 23937,
"properties": {
"down": "false",
"east": "false",
@@ -232237,7 +238366,7 @@
}
},
{
- "id": 23394,
+ "id": 23938,
"properties": {
"down": "false",
"east": "false",
@@ -232249,7 +238378,7 @@
}
},
{
- "id": 23395,
+ "id": 23939,
"properties": {
"down": "false",
"east": "false",
@@ -232262,7 +238391,7 @@
},
{
"default": true,
- "id": 23396,
+ "id": 23940,
"properties": {
"down": "false",
"east": "false",
@@ -232283,7 +238412,7 @@
"states": [
{
"default": true,
- "id": 11059
+ "id": 11603
}
]
},
@@ -232307,56 +238436,56 @@
"states": [
{
"default": true,
- "id": 13402,
+ "id": 13946,
"properties": {
"pickles": "1",
"waterlogged": "true"
}
},
{
- "id": 13403,
+ "id": 13947,
"properties": {
"pickles": "1",
"waterlogged": "false"
}
},
{
- "id": 13404,
+ "id": 13948,
"properties": {
"pickles": "2",
"waterlogged": "true"
}
},
{
- "id": 13405,
+ "id": 13949,
"properties": {
"pickles": "2",
"waterlogged": "false"
}
},
{
- "id": 13406,
+ "id": 13950,
"properties": {
"pickles": "3",
"waterlogged": "true"
}
},
{
- "id": 13407,
+ "id": 13951,
"properties": {
"pickles": "3",
"waterlogged": "false"
}
},
{
- "id": 13408,
+ "id": 13952,
"properties": {
"pickles": "4",
"waterlogged": "true"
}
},
{
- "id": 13409,
+ "id": 13953,
"properties": {
"pickles": "4",
"waterlogged": "false"
@@ -232396,7 +238525,7 @@
"states": [
{
"default": true,
- "id": 19079
+ "id": 19623
}
]
},
@@ -232417,38 +238546,38 @@
},
"states": [
{
- "id": 13031,
+ "id": 13575,
"properties": {
"facing": "north"
}
},
{
- "id": 13032,
+ "id": 13576,
"properties": {
"facing": "east"
}
},
{
- "id": 13033,
+ "id": 13577,
"properties": {
"facing": "south"
}
},
{
- "id": 13034,
+ "id": 13578,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13035,
+ "id": 13579,
"properties": {
"facing": "up"
}
},
{
- "id": 13036,
+ "id": 13580,
"properties": {
"facing": "down"
}
@@ -232487,112 +238616,112 @@
},
"states": [
{
- "id": 9082,
+ "id": 9626,
"properties": {
"powered": "true",
"rotation": "0"
}
},
{
- "id": 9083,
+ "id": 9627,
"properties": {
"powered": "true",
"rotation": "1"
}
},
{
- "id": 9084,
+ "id": 9628,
"properties": {
"powered": "true",
"rotation": "2"
}
},
{
- "id": 9085,
+ "id": 9629,
"properties": {
"powered": "true",
"rotation": "3"
}
},
{
- "id": 9086,
+ "id": 9630,
"properties": {
"powered": "true",
"rotation": "4"
}
},
{
- "id": 9087,
+ "id": 9631,
"properties": {
"powered": "true",
"rotation": "5"
}
},
{
- "id": 9088,
+ "id": 9632,
"properties": {
"powered": "true",
"rotation": "6"
}
},
{
- "id": 9089,
+ "id": 9633,
"properties": {
"powered": "true",
"rotation": "7"
}
},
{
- "id": 9090,
+ "id": 9634,
"properties": {
"powered": "true",
"rotation": "8"
}
},
{
- "id": 9091,
+ "id": 9635,
"properties": {
"powered": "true",
"rotation": "9"
}
},
{
- "id": 9092,
+ "id": 9636,
"properties": {
"powered": "true",
"rotation": "10"
}
},
{
- "id": 9093,
+ "id": 9637,
"properties": {
"powered": "true",
"rotation": "11"
}
},
{
- "id": 9094,
+ "id": 9638,
"properties": {
"powered": "true",
"rotation": "12"
}
},
{
- "id": 9095,
+ "id": 9639,
"properties": {
"powered": "true",
"rotation": "13"
}
},
{
- "id": 9096,
+ "id": 9640,
"properties": {
"powered": "true",
"rotation": "14"
}
},
{
- "id": 9097,
+ "id": 9641,
"properties": {
"powered": "true",
"rotation": "15"
@@ -232600,112 +238729,112 @@
},
{
"default": true,
- "id": 9098,
+ "id": 9642,
"properties": {
"powered": "false",
"rotation": "0"
}
},
{
- "id": 9099,
+ "id": 9643,
"properties": {
"powered": "false",
"rotation": "1"
}
},
{
- "id": 9100,
+ "id": 9644,
"properties": {
"powered": "false",
"rotation": "2"
}
},
{
- "id": 9101,
+ "id": 9645,
"properties": {
"powered": "false",
"rotation": "3"
}
},
{
- "id": 9102,
+ "id": 9646,
"properties": {
"powered": "false",
"rotation": "4"
}
},
{
- "id": 9103,
+ "id": 9647,
"properties": {
"powered": "false",
"rotation": "5"
}
},
{
- "id": 9104,
+ "id": 9648,
"properties": {
"powered": "false",
"rotation": "6"
}
},
{
- "id": 9105,
+ "id": 9649,
"properties": {
"powered": "false",
"rotation": "7"
}
},
{
- "id": 9106,
+ "id": 9650,
"properties": {
"powered": "false",
"rotation": "8"
}
},
{
- "id": 9107,
+ "id": 9651,
"properties": {
"powered": "false",
"rotation": "9"
}
},
{
- "id": 9108,
+ "id": 9652,
"properties": {
"powered": "false",
"rotation": "10"
}
},
{
- "id": 9109,
+ "id": 9653,
"properties": {
"powered": "false",
"rotation": "11"
}
},
{
- "id": 9110,
+ "id": 9654,
"properties": {
"powered": "false",
"rotation": "12"
}
},
{
- "id": 9111,
+ "id": 9655,
"properties": {
"powered": "false",
"rotation": "13"
}
},
{
- "id": 9112,
+ "id": 9656,
"properties": {
"powered": "false",
"rotation": "14"
}
},
{
- "id": 9113,
+ "id": 9657,
"properties": {
"powered": "false",
"rotation": "15"
@@ -232733,7 +238862,7 @@
},
"states": [
{
- "id": 9114,
+ "id": 9658,
"properties": {
"facing": "north",
"powered": "true"
@@ -232741,49 +238870,49 @@
},
{
"default": true,
- "id": 9115,
+ "id": 9659,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 9116,
+ "id": 9660,
"properties": {
"facing": "south",
"powered": "true"
}
},
{
- "id": 9117,
+ "id": 9661,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 9118,
+ "id": 9662,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 9119,
+ "id": 9663,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 9120,
+ "id": 9664,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 9121,
+ "id": 9665,
"properties": {
"facing": "east",
"powered": "false"
@@ -232799,7 +238928,7 @@
"states": [
{
"default": true,
- "id": 10699
+ "id": 11243
}
]
},
@@ -232826,63 +238955,63 @@
},
"states": [
{
- "id": 21538,
+ "id": 22082,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 21539,
+ "id": 22083,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 21540,
+ "id": 22084,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 21541,
+ "id": 22085,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 21542,
+ "id": 22086,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 21543,
+ "id": 22087,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 21544,
+ "id": 22088,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 21545,
+ "id": 22089,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 21546,
+ "id": 22090,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -232890,21 +239019,21 @@
},
{
"default": true,
- "id": 21547,
+ "id": 22091,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 21548,
+ "id": 22092,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 21549,
+ "id": 22093,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -232935,7 +239064,7 @@
},
"states": [
{
- "id": 25353,
+ "id": 25897,
"properties": {
"facing": "north",
"half": "upper",
@@ -232943,7 +239072,7 @@
}
},
{
- "id": 25354,
+ "id": 25898,
"properties": {
"facing": "north",
"half": "upper",
@@ -232951,7 +239080,7 @@
}
},
{
- "id": 25355,
+ "id": 25899,
"properties": {
"facing": "north",
"half": "lower",
@@ -232960,7 +239089,7 @@
},
{
"default": true,
- "id": 25356,
+ "id": 25900,
"properties": {
"facing": "north",
"half": "lower",
@@ -232968,7 +239097,7 @@
}
},
{
- "id": 25357,
+ "id": 25901,
"properties": {
"facing": "south",
"half": "upper",
@@ -232976,7 +239105,7 @@
}
},
{
- "id": 25358,
+ "id": 25902,
"properties": {
"facing": "south",
"half": "upper",
@@ -232984,7 +239113,7 @@
}
},
{
- "id": 25359,
+ "id": 25903,
"properties": {
"facing": "south",
"half": "lower",
@@ -232992,7 +239121,7 @@
}
},
{
- "id": 25360,
+ "id": 25904,
"properties": {
"facing": "south",
"half": "lower",
@@ -233000,7 +239129,7 @@
}
},
{
- "id": 25361,
+ "id": 25905,
"properties": {
"facing": "west",
"half": "upper",
@@ -233008,7 +239137,7 @@
}
},
{
- "id": 25362,
+ "id": 25906,
"properties": {
"facing": "west",
"half": "upper",
@@ -233016,7 +239145,7 @@
}
},
{
- "id": 25363,
+ "id": 25907,
"properties": {
"facing": "west",
"half": "lower",
@@ -233024,7 +239153,7 @@
}
},
{
- "id": 25364,
+ "id": 25908,
"properties": {
"facing": "west",
"half": "lower",
@@ -233032,7 +239161,7 @@
}
},
{
- "id": 25365,
+ "id": 25909,
"properties": {
"facing": "east",
"half": "upper",
@@ -233040,7 +239169,7 @@
}
},
{
- "id": 25366,
+ "id": 25910,
"properties": {
"facing": "east",
"half": "upper",
@@ -233048,7 +239177,7 @@
}
},
{
- "id": 25367,
+ "id": 25911,
"properties": {
"facing": "east",
"half": "lower",
@@ -233056,7 +239185,7 @@
}
},
{
- "id": 25368,
+ "id": 25912,
"properties": {
"facing": "east",
"half": "lower",
@@ -233073,7 +239202,7 @@
"states": [
{
"default": true,
- "id": 18935
+ "id": 19479
}
]
},
@@ -233096,7 +239225,7 @@
},
"states": [
{
- "id": 18889,
+ "id": 19433,
"properties": {
"facing": "north",
"lit": "true"
@@ -233104,49 +239233,49 @@
},
{
"default": true,
- "id": 18890,
+ "id": 19434,
"properties": {
"facing": "north",
"lit": "false"
}
},
{
- "id": 18891,
+ "id": 19435,
"properties": {
"facing": "south",
"lit": "true"
}
},
{
- "id": 18892,
+ "id": 19436,
"properties": {
"facing": "south",
"lit": "false"
}
},
{
- "id": 18893,
+ "id": 19437,
"properties": {
"facing": "west",
"lit": "true"
}
},
{
- "id": 18894,
+ "id": 19438,
"properties": {
"facing": "west",
"lit": "false"
}
},
{
- "id": 18895,
+ "id": 19439,
"properties": {
"facing": "east",
"lit": "true"
}
},
{
- "id": 18896,
+ "id": 19440,
"properties": {
"facing": "east",
"lit": "false"
@@ -233162,7 +239291,7 @@
"states": [
{
"default": true,
- "id": 27026
+ "id": 27570
}
]
},
@@ -233174,7 +239303,7 @@
"states": [
{
"default": true,
- "id": 11649
+ "id": 12193
}
]
},
@@ -233196,21 +239325,21 @@
},
"states": [
{
- "id": 14593,
+ "id": 15137,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14594,
+ "id": 15138,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14595,
+ "id": 15139,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -233218,21 +239347,21 @@
},
{
"default": true,
- "id": 14596,
+ "id": 15140,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14597,
+ "id": 15141,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14598,
+ "id": 15142,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -233273,7 +239402,7 @@
},
"states": [
{
- "id": 14071,
+ "id": 14615,
"properties": {
"facing": "north",
"half": "top",
@@ -233282,7 +239411,7 @@
}
},
{
- "id": 14072,
+ "id": 14616,
"properties": {
"facing": "north",
"half": "top",
@@ -233291,7 +239420,7 @@
}
},
{
- "id": 14073,
+ "id": 14617,
"properties": {
"facing": "north",
"half": "top",
@@ -233300,7 +239429,7 @@
}
},
{
- "id": 14074,
+ "id": 14618,
"properties": {
"facing": "north",
"half": "top",
@@ -233309,7 +239438,7 @@
}
},
{
- "id": 14075,
+ "id": 14619,
"properties": {
"facing": "north",
"half": "top",
@@ -233318,7 +239447,7 @@
}
},
{
- "id": 14076,
+ "id": 14620,
"properties": {
"facing": "north",
"half": "top",
@@ -233327,7 +239456,7 @@
}
},
{
- "id": 14077,
+ "id": 14621,
"properties": {
"facing": "north",
"half": "top",
@@ -233336,7 +239465,7 @@
}
},
{
- "id": 14078,
+ "id": 14622,
"properties": {
"facing": "north",
"half": "top",
@@ -233345,7 +239474,7 @@
}
},
{
- "id": 14079,
+ "id": 14623,
"properties": {
"facing": "north",
"half": "top",
@@ -233354,7 +239483,7 @@
}
},
{
- "id": 14080,
+ "id": 14624,
"properties": {
"facing": "north",
"half": "top",
@@ -233363,7 +239492,7 @@
}
},
{
- "id": 14081,
+ "id": 14625,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233373,7 +239502,7 @@
},
{
"default": true,
- "id": 14082,
+ "id": 14626,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233382,7 +239511,7 @@
}
},
{
- "id": 14083,
+ "id": 14627,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233391,7 +239520,7 @@
}
},
{
- "id": 14084,
+ "id": 14628,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233400,7 +239529,7 @@
}
},
{
- "id": 14085,
+ "id": 14629,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233409,7 +239538,7 @@
}
},
{
- "id": 14086,
+ "id": 14630,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233418,7 +239547,7 @@
}
},
{
- "id": 14087,
+ "id": 14631,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233427,7 +239556,7 @@
}
},
{
- "id": 14088,
+ "id": 14632,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233436,7 +239565,7 @@
}
},
{
- "id": 14089,
+ "id": 14633,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233445,7 +239574,7 @@
}
},
{
- "id": 14090,
+ "id": 14634,
"properties": {
"facing": "north",
"half": "bottom",
@@ -233454,7 +239583,7 @@
}
},
{
- "id": 14091,
+ "id": 14635,
"properties": {
"facing": "south",
"half": "top",
@@ -233463,7 +239592,7 @@
}
},
{
- "id": 14092,
+ "id": 14636,
"properties": {
"facing": "south",
"half": "top",
@@ -233472,7 +239601,7 @@
}
},
{
- "id": 14093,
+ "id": 14637,
"properties": {
"facing": "south",
"half": "top",
@@ -233481,7 +239610,7 @@
}
},
{
- "id": 14094,
+ "id": 14638,
"properties": {
"facing": "south",
"half": "top",
@@ -233490,7 +239619,7 @@
}
},
{
- "id": 14095,
+ "id": 14639,
"properties": {
"facing": "south",
"half": "top",
@@ -233499,7 +239628,7 @@
}
},
{
- "id": 14096,
+ "id": 14640,
"properties": {
"facing": "south",
"half": "top",
@@ -233508,7 +239637,7 @@
}
},
{
- "id": 14097,
+ "id": 14641,
"properties": {
"facing": "south",
"half": "top",
@@ -233517,7 +239646,7 @@
}
},
{
- "id": 14098,
+ "id": 14642,
"properties": {
"facing": "south",
"half": "top",
@@ -233526,7 +239655,7 @@
}
},
{
- "id": 14099,
+ "id": 14643,
"properties": {
"facing": "south",
"half": "top",
@@ -233535,7 +239664,7 @@
}
},
{
- "id": 14100,
+ "id": 14644,
"properties": {
"facing": "south",
"half": "top",
@@ -233544,7 +239673,7 @@
}
},
{
- "id": 14101,
+ "id": 14645,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233553,7 +239682,7 @@
}
},
{
- "id": 14102,
+ "id": 14646,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233562,7 +239691,7 @@
}
},
{
- "id": 14103,
+ "id": 14647,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233571,7 +239700,7 @@
}
},
{
- "id": 14104,
+ "id": 14648,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233580,7 +239709,7 @@
}
},
{
- "id": 14105,
+ "id": 14649,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233589,7 +239718,7 @@
}
},
{
- "id": 14106,
+ "id": 14650,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233598,7 +239727,7 @@
}
},
{
- "id": 14107,
+ "id": 14651,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233607,7 +239736,7 @@
}
},
{
- "id": 14108,
+ "id": 14652,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233616,7 +239745,7 @@
}
},
{
- "id": 14109,
+ "id": 14653,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233625,7 +239754,7 @@
}
},
{
- "id": 14110,
+ "id": 14654,
"properties": {
"facing": "south",
"half": "bottom",
@@ -233634,7 +239763,7 @@
}
},
{
- "id": 14111,
+ "id": 14655,
"properties": {
"facing": "west",
"half": "top",
@@ -233643,7 +239772,7 @@
}
},
{
- "id": 14112,
+ "id": 14656,
"properties": {
"facing": "west",
"half": "top",
@@ -233652,7 +239781,7 @@
}
},
{
- "id": 14113,
+ "id": 14657,
"properties": {
"facing": "west",
"half": "top",
@@ -233661,7 +239790,7 @@
}
},
{
- "id": 14114,
+ "id": 14658,
"properties": {
"facing": "west",
"half": "top",
@@ -233670,7 +239799,7 @@
}
},
{
- "id": 14115,
+ "id": 14659,
"properties": {
"facing": "west",
"half": "top",
@@ -233679,7 +239808,7 @@
}
},
{
- "id": 14116,
+ "id": 14660,
"properties": {
"facing": "west",
"half": "top",
@@ -233688,7 +239817,7 @@
}
},
{
- "id": 14117,
+ "id": 14661,
"properties": {
"facing": "west",
"half": "top",
@@ -233697,7 +239826,7 @@
}
},
{
- "id": 14118,
+ "id": 14662,
"properties": {
"facing": "west",
"half": "top",
@@ -233706,7 +239835,7 @@
}
},
{
- "id": 14119,
+ "id": 14663,
"properties": {
"facing": "west",
"half": "top",
@@ -233715,7 +239844,7 @@
}
},
{
- "id": 14120,
+ "id": 14664,
"properties": {
"facing": "west",
"half": "top",
@@ -233724,7 +239853,7 @@
}
},
{
- "id": 14121,
+ "id": 14665,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233733,7 +239862,7 @@
}
},
{
- "id": 14122,
+ "id": 14666,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233742,7 +239871,7 @@
}
},
{
- "id": 14123,
+ "id": 14667,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233751,7 +239880,7 @@
}
},
{
- "id": 14124,
+ "id": 14668,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233760,7 +239889,7 @@
}
},
{
- "id": 14125,
+ "id": 14669,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233769,7 +239898,7 @@
}
},
{
- "id": 14126,
+ "id": 14670,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233778,7 +239907,7 @@
}
},
{
- "id": 14127,
+ "id": 14671,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233787,7 +239916,7 @@
}
},
{
- "id": 14128,
+ "id": 14672,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233796,7 +239925,7 @@
}
},
{
- "id": 14129,
+ "id": 14673,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233805,7 +239934,7 @@
}
},
{
- "id": 14130,
+ "id": 14674,
"properties": {
"facing": "west",
"half": "bottom",
@@ -233814,7 +239943,7 @@
}
},
{
- "id": 14131,
+ "id": 14675,
"properties": {
"facing": "east",
"half": "top",
@@ -233823,7 +239952,7 @@
}
},
{
- "id": 14132,
+ "id": 14676,
"properties": {
"facing": "east",
"half": "top",
@@ -233832,7 +239961,7 @@
}
},
{
- "id": 14133,
+ "id": 14677,
"properties": {
"facing": "east",
"half": "top",
@@ -233841,7 +239970,7 @@
}
},
{
- "id": 14134,
+ "id": 14678,
"properties": {
"facing": "east",
"half": "top",
@@ -233850,7 +239979,7 @@
}
},
{
- "id": 14135,
+ "id": 14679,
"properties": {
"facing": "east",
"half": "top",
@@ -233859,7 +239988,7 @@
}
},
{
- "id": 14136,
+ "id": 14680,
"properties": {
"facing": "east",
"half": "top",
@@ -233868,7 +239997,7 @@
}
},
{
- "id": 14137,
+ "id": 14681,
"properties": {
"facing": "east",
"half": "top",
@@ -233877,7 +240006,7 @@
}
},
{
- "id": 14138,
+ "id": 14682,
"properties": {
"facing": "east",
"half": "top",
@@ -233886,7 +240015,7 @@
}
},
{
- "id": 14139,
+ "id": 14683,
"properties": {
"facing": "east",
"half": "top",
@@ -233895,7 +240024,7 @@
}
},
{
- "id": 14140,
+ "id": 14684,
"properties": {
"facing": "east",
"half": "top",
@@ -233904,7 +240033,7 @@
}
},
{
- "id": 14141,
+ "id": 14685,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233913,7 +240042,7 @@
}
},
{
- "id": 14142,
+ "id": 14686,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233922,7 +240051,7 @@
}
},
{
- "id": 14143,
+ "id": 14687,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233931,7 +240060,7 @@
}
},
{
- "id": 14144,
+ "id": 14688,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233940,7 +240069,7 @@
}
},
{
- "id": 14145,
+ "id": 14689,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233949,7 +240078,7 @@
}
},
{
- "id": 14146,
+ "id": 14690,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233958,7 +240087,7 @@
}
},
{
- "id": 14147,
+ "id": 14691,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233967,7 +240096,7 @@
}
},
{
- "id": 14148,
+ "id": 14692,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233976,7 +240105,7 @@
}
},
{
- "id": 14149,
+ "id": 14693,
"properties": {
"facing": "east",
"half": "bottom",
@@ -233985,7 +240114,7 @@
}
},
{
- "id": 14150,
+ "id": 14694,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234003,7 +240132,7 @@
"states": [
{
"default": true,
- "id": 11650
+ "id": 12194
}
]
},
@@ -234025,21 +240154,21 @@
},
"states": [
{
- "id": 14557,
+ "id": 15101,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14558,
+ "id": 15102,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14559,
+ "id": 15103,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -234047,21 +240176,21 @@
},
{
"default": true,
- "id": 14560,
+ "id": 15104,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14561,
+ "id": 15105,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14562,
+ "id": 15106,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -234102,7 +240231,7 @@
},
"states": [
{
- "id": 13511,
+ "id": 14055,
"properties": {
"facing": "north",
"half": "top",
@@ -234111,7 +240240,7 @@
}
},
{
- "id": 13512,
+ "id": 14056,
"properties": {
"facing": "north",
"half": "top",
@@ -234120,7 +240249,7 @@
}
},
{
- "id": 13513,
+ "id": 14057,
"properties": {
"facing": "north",
"half": "top",
@@ -234129,7 +240258,7 @@
}
},
{
- "id": 13514,
+ "id": 14058,
"properties": {
"facing": "north",
"half": "top",
@@ -234138,7 +240267,7 @@
}
},
{
- "id": 13515,
+ "id": 14059,
"properties": {
"facing": "north",
"half": "top",
@@ -234147,7 +240276,7 @@
}
},
{
- "id": 13516,
+ "id": 14060,
"properties": {
"facing": "north",
"half": "top",
@@ -234156,7 +240285,7 @@
}
},
{
- "id": 13517,
+ "id": 14061,
"properties": {
"facing": "north",
"half": "top",
@@ -234165,7 +240294,7 @@
}
},
{
- "id": 13518,
+ "id": 14062,
"properties": {
"facing": "north",
"half": "top",
@@ -234174,7 +240303,7 @@
}
},
{
- "id": 13519,
+ "id": 14063,
"properties": {
"facing": "north",
"half": "top",
@@ -234183,7 +240312,7 @@
}
},
{
- "id": 13520,
+ "id": 14064,
"properties": {
"facing": "north",
"half": "top",
@@ -234192,7 +240321,7 @@
}
},
{
- "id": 13521,
+ "id": 14065,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234202,7 +240331,7 @@
},
{
"default": true,
- "id": 13522,
+ "id": 14066,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234211,7 +240340,7 @@
}
},
{
- "id": 13523,
+ "id": 14067,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234220,7 +240349,7 @@
}
},
{
- "id": 13524,
+ "id": 14068,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234229,7 +240358,7 @@
}
},
{
- "id": 13525,
+ "id": 14069,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234238,7 +240367,7 @@
}
},
{
- "id": 13526,
+ "id": 14070,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234247,7 +240376,7 @@
}
},
{
- "id": 13527,
+ "id": 14071,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234256,7 +240385,7 @@
}
},
{
- "id": 13528,
+ "id": 14072,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234265,7 +240394,7 @@
}
},
{
- "id": 13529,
+ "id": 14073,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234274,7 +240403,7 @@
}
},
{
- "id": 13530,
+ "id": 14074,
"properties": {
"facing": "north",
"half": "bottom",
@@ -234283,7 +240412,7 @@
}
},
{
- "id": 13531,
+ "id": 14075,
"properties": {
"facing": "south",
"half": "top",
@@ -234292,7 +240421,7 @@
}
},
{
- "id": 13532,
+ "id": 14076,
"properties": {
"facing": "south",
"half": "top",
@@ -234301,7 +240430,7 @@
}
},
{
- "id": 13533,
+ "id": 14077,
"properties": {
"facing": "south",
"half": "top",
@@ -234310,7 +240439,7 @@
}
},
{
- "id": 13534,
+ "id": 14078,
"properties": {
"facing": "south",
"half": "top",
@@ -234319,7 +240448,7 @@
}
},
{
- "id": 13535,
+ "id": 14079,
"properties": {
"facing": "south",
"half": "top",
@@ -234328,7 +240457,7 @@
}
},
{
- "id": 13536,
+ "id": 14080,
"properties": {
"facing": "south",
"half": "top",
@@ -234337,7 +240466,7 @@
}
},
{
- "id": 13537,
+ "id": 14081,
"properties": {
"facing": "south",
"half": "top",
@@ -234346,7 +240475,7 @@
}
},
{
- "id": 13538,
+ "id": 14082,
"properties": {
"facing": "south",
"half": "top",
@@ -234355,7 +240484,7 @@
}
},
{
- "id": 13539,
+ "id": 14083,
"properties": {
"facing": "south",
"half": "top",
@@ -234364,7 +240493,7 @@
}
},
{
- "id": 13540,
+ "id": 14084,
"properties": {
"facing": "south",
"half": "top",
@@ -234373,7 +240502,7 @@
}
},
{
- "id": 13541,
+ "id": 14085,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234382,7 +240511,7 @@
}
},
{
- "id": 13542,
+ "id": 14086,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234391,7 +240520,7 @@
}
},
{
- "id": 13543,
+ "id": 14087,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234400,7 +240529,7 @@
}
},
{
- "id": 13544,
+ "id": 14088,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234409,7 +240538,7 @@
}
},
{
- "id": 13545,
+ "id": 14089,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234418,7 +240547,7 @@
}
},
{
- "id": 13546,
+ "id": 14090,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234427,7 +240556,7 @@
}
},
{
- "id": 13547,
+ "id": 14091,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234436,7 +240565,7 @@
}
},
{
- "id": 13548,
+ "id": 14092,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234445,7 +240574,7 @@
}
},
{
- "id": 13549,
+ "id": 14093,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234454,7 +240583,7 @@
}
},
{
- "id": 13550,
+ "id": 14094,
"properties": {
"facing": "south",
"half": "bottom",
@@ -234463,7 +240592,7 @@
}
},
{
- "id": 13551,
+ "id": 14095,
"properties": {
"facing": "west",
"half": "top",
@@ -234472,7 +240601,7 @@
}
},
{
- "id": 13552,
+ "id": 14096,
"properties": {
"facing": "west",
"half": "top",
@@ -234481,7 +240610,7 @@
}
},
{
- "id": 13553,
+ "id": 14097,
"properties": {
"facing": "west",
"half": "top",
@@ -234490,7 +240619,7 @@
}
},
{
- "id": 13554,
+ "id": 14098,
"properties": {
"facing": "west",
"half": "top",
@@ -234499,7 +240628,7 @@
}
},
{
- "id": 13555,
+ "id": 14099,
"properties": {
"facing": "west",
"half": "top",
@@ -234508,7 +240637,7 @@
}
},
{
- "id": 13556,
+ "id": 14100,
"properties": {
"facing": "west",
"half": "top",
@@ -234517,7 +240646,7 @@
}
},
{
- "id": 13557,
+ "id": 14101,
"properties": {
"facing": "west",
"half": "top",
@@ -234526,7 +240655,7 @@
}
},
{
- "id": 13558,
+ "id": 14102,
"properties": {
"facing": "west",
"half": "top",
@@ -234535,7 +240664,7 @@
}
},
{
- "id": 13559,
+ "id": 14103,
"properties": {
"facing": "west",
"half": "top",
@@ -234544,7 +240673,7 @@
}
},
{
- "id": 13560,
+ "id": 14104,
"properties": {
"facing": "west",
"half": "top",
@@ -234553,7 +240682,7 @@
}
},
{
- "id": 13561,
+ "id": 14105,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234562,7 +240691,7 @@
}
},
{
- "id": 13562,
+ "id": 14106,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234571,7 +240700,7 @@
}
},
{
- "id": 13563,
+ "id": 14107,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234580,7 +240709,7 @@
}
},
{
- "id": 13564,
+ "id": 14108,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234589,7 +240718,7 @@
}
},
{
- "id": 13565,
+ "id": 14109,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234598,7 +240727,7 @@
}
},
{
- "id": 13566,
+ "id": 14110,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234607,7 +240736,7 @@
}
},
{
- "id": 13567,
+ "id": 14111,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234616,7 +240745,7 @@
}
},
{
- "id": 13568,
+ "id": 14112,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234625,7 +240754,7 @@
}
},
{
- "id": 13569,
+ "id": 14113,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234634,7 +240763,7 @@
}
},
{
- "id": 13570,
+ "id": 14114,
"properties": {
"facing": "west",
"half": "bottom",
@@ -234643,7 +240772,7 @@
}
},
{
- "id": 13571,
+ "id": 14115,
"properties": {
"facing": "east",
"half": "top",
@@ -234652,7 +240781,7 @@
}
},
{
- "id": 13572,
+ "id": 14116,
"properties": {
"facing": "east",
"half": "top",
@@ -234661,7 +240790,7 @@
}
},
{
- "id": 13573,
+ "id": 14117,
"properties": {
"facing": "east",
"half": "top",
@@ -234670,7 +240799,7 @@
}
},
{
- "id": 13574,
+ "id": 14118,
"properties": {
"facing": "east",
"half": "top",
@@ -234679,7 +240808,7 @@
}
},
{
- "id": 13575,
+ "id": 14119,
"properties": {
"facing": "east",
"half": "top",
@@ -234688,7 +240817,7 @@
}
},
{
- "id": 13576,
+ "id": 14120,
"properties": {
"facing": "east",
"half": "top",
@@ -234697,7 +240826,7 @@
}
},
{
- "id": 13577,
+ "id": 14121,
"properties": {
"facing": "east",
"half": "top",
@@ -234706,7 +240835,7 @@
}
},
{
- "id": 13578,
+ "id": 14122,
"properties": {
"facing": "east",
"half": "top",
@@ -234715,7 +240844,7 @@
}
},
{
- "id": 13579,
+ "id": 14123,
"properties": {
"facing": "east",
"half": "top",
@@ -234724,7 +240853,7 @@
}
},
{
- "id": 13580,
+ "id": 14124,
"properties": {
"facing": "east",
"half": "top",
@@ -234733,7 +240862,7 @@
}
},
{
- "id": 13581,
+ "id": 14125,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234742,7 +240871,7 @@
}
},
{
- "id": 13582,
+ "id": 14126,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234751,7 +240880,7 @@
}
},
{
- "id": 13583,
+ "id": 14127,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234760,7 +240889,7 @@
}
},
{
- "id": 13584,
+ "id": 14128,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234769,7 +240898,7 @@
}
},
{
- "id": 13585,
+ "id": 14129,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234778,7 +240907,7 @@
}
},
{
- "id": 13586,
+ "id": 14130,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234787,7 +240916,7 @@
}
},
{
- "id": 13587,
+ "id": 14131,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234796,7 +240925,7 @@
}
},
{
- "id": 13588,
+ "id": 14132,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234805,7 +240934,7 @@
}
},
{
- "id": 13589,
+ "id": 14133,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234814,7 +240943,7 @@
}
},
{
- "id": 13590,
+ "id": 14134,
"properties": {
"facing": "east",
"half": "bottom",
@@ -234832,7 +240961,7 @@
"states": [
{
"default": true,
- "id": 11648
+ "id": 12192
}
]
},
@@ -234854,21 +240983,21 @@
},
"states": [
{
- "id": 14587,
+ "id": 15131,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 14588,
+ "id": 15132,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 14589,
+ "id": 15133,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -234876,21 +241005,21 @@
},
{
"default": true,
- "id": 14590,
+ "id": 15134,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 14591,
+ "id": 15135,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 14592,
+ "id": 15136,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -234931,7 +241060,7 @@
},
"states": [
{
- "id": 13991,
+ "id": 14535,
"properties": {
"facing": "north",
"half": "top",
@@ -234940,7 +241069,7 @@
}
},
{
- "id": 13992,
+ "id": 14536,
"properties": {
"facing": "north",
"half": "top",
@@ -234949,7 +241078,7 @@
}
},
{
- "id": 13993,
+ "id": 14537,
"properties": {
"facing": "north",
"half": "top",
@@ -234958,7 +241087,7 @@
}
},
{
- "id": 13994,
+ "id": 14538,
"properties": {
"facing": "north",
"half": "top",
@@ -234967,7 +241096,7 @@
}
},
{
- "id": 13995,
+ "id": 14539,
"properties": {
"facing": "north",
"half": "top",
@@ -234976,7 +241105,7 @@
}
},
{
- "id": 13996,
+ "id": 14540,
"properties": {
"facing": "north",
"half": "top",
@@ -234985,7 +241114,7 @@
}
},
{
- "id": 13997,
+ "id": 14541,
"properties": {
"facing": "north",
"half": "top",
@@ -234994,7 +241123,7 @@
}
},
{
- "id": 13998,
+ "id": 14542,
"properties": {
"facing": "north",
"half": "top",
@@ -235003,7 +241132,7 @@
}
},
{
- "id": 13999,
+ "id": 14543,
"properties": {
"facing": "north",
"half": "top",
@@ -235012,7 +241141,7 @@
}
},
{
- "id": 14000,
+ "id": 14544,
"properties": {
"facing": "north",
"half": "top",
@@ -235021,7 +241150,7 @@
}
},
{
- "id": 14001,
+ "id": 14545,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235031,7 +241160,7 @@
},
{
"default": true,
- "id": 14002,
+ "id": 14546,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235040,7 +241169,7 @@
}
},
{
- "id": 14003,
+ "id": 14547,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235049,7 +241178,7 @@
}
},
{
- "id": 14004,
+ "id": 14548,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235058,7 +241187,7 @@
}
},
{
- "id": 14005,
+ "id": 14549,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235067,7 +241196,7 @@
}
},
{
- "id": 14006,
+ "id": 14550,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235076,7 +241205,7 @@
}
},
{
- "id": 14007,
+ "id": 14551,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235085,7 +241214,7 @@
}
},
{
- "id": 14008,
+ "id": 14552,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235094,7 +241223,7 @@
}
},
{
- "id": 14009,
+ "id": 14553,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235103,7 +241232,7 @@
}
},
{
- "id": 14010,
+ "id": 14554,
"properties": {
"facing": "north",
"half": "bottom",
@@ -235112,7 +241241,7 @@
}
},
{
- "id": 14011,
+ "id": 14555,
"properties": {
"facing": "south",
"half": "top",
@@ -235121,7 +241250,7 @@
}
},
{
- "id": 14012,
+ "id": 14556,
"properties": {
"facing": "south",
"half": "top",
@@ -235130,7 +241259,7 @@
}
},
{
- "id": 14013,
+ "id": 14557,
"properties": {
"facing": "south",
"half": "top",
@@ -235139,7 +241268,7 @@
}
},
{
- "id": 14014,
+ "id": 14558,
"properties": {
"facing": "south",
"half": "top",
@@ -235148,7 +241277,7 @@
}
},
{
- "id": 14015,
+ "id": 14559,
"properties": {
"facing": "south",
"half": "top",
@@ -235157,7 +241286,7 @@
}
},
{
- "id": 14016,
+ "id": 14560,
"properties": {
"facing": "south",
"half": "top",
@@ -235166,7 +241295,7 @@
}
},
{
- "id": 14017,
+ "id": 14561,
"properties": {
"facing": "south",
"half": "top",
@@ -235175,7 +241304,7 @@
}
},
{
- "id": 14018,
+ "id": 14562,
"properties": {
"facing": "south",
"half": "top",
@@ -235184,7 +241313,7 @@
}
},
{
- "id": 14019,
+ "id": 14563,
"properties": {
"facing": "south",
"half": "top",
@@ -235193,7 +241322,7 @@
}
},
{
- "id": 14020,
+ "id": 14564,
"properties": {
"facing": "south",
"half": "top",
@@ -235202,7 +241331,7 @@
}
},
{
- "id": 14021,
+ "id": 14565,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235211,7 +241340,7 @@
}
},
{
- "id": 14022,
+ "id": 14566,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235220,7 +241349,7 @@
}
},
{
- "id": 14023,
+ "id": 14567,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235229,7 +241358,7 @@
}
},
{
- "id": 14024,
+ "id": 14568,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235238,7 +241367,7 @@
}
},
{
- "id": 14025,
+ "id": 14569,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235247,7 +241376,7 @@
}
},
{
- "id": 14026,
+ "id": 14570,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235256,7 +241385,7 @@
}
},
{
- "id": 14027,
+ "id": 14571,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235265,7 +241394,7 @@
}
},
{
- "id": 14028,
+ "id": 14572,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235274,7 +241403,7 @@
}
},
{
- "id": 14029,
+ "id": 14573,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235283,7 +241412,7 @@
}
},
{
- "id": 14030,
+ "id": 14574,
"properties": {
"facing": "south",
"half": "bottom",
@@ -235292,7 +241421,7 @@
}
},
{
- "id": 14031,
+ "id": 14575,
"properties": {
"facing": "west",
"half": "top",
@@ -235301,7 +241430,7 @@
}
},
{
- "id": 14032,
+ "id": 14576,
"properties": {
"facing": "west",
"half": "top",
@@ -235310,7 +241439,7 @@
}
},
{
- "id": 14033,
+ "id": 14577,
"properties": {
"facing": "west",
"half": "top",
@@ -235319,7 +241448,7 @@
}
},
{
- "id": 14034,
+ "id": 14578,
"properties": {
"facing": "west",
"half": "top",
@@ -235328,7 +241457,7 @@
}
},
{
- "id": 14035,
+ "id": 14579,
"properties": {
"facing": "west",
"half": "top",
@@ -235337,7 +241466,7 @@
}
},
{
- "id": 14036,
+ "id": 14580,
"properties": {
"facing": "west",
"half": "top",
@@ -235346,7 +241475,7 @@
}
},
{
- "id": 14037,
+ "id": 14581,
"properties": {
"facing": "west",
"half": "top",
@@ -235355,7 +241484,7 @@
}
},
{
- "id": 14038,
+ "id": 14582,
"properties": {
"facing": "west",
"half": "top",
@@ -235364,7 +241493,7 @@
}
},
{
- "id": 14039,
+ "id": 14583,
"properties": {
"facing": "west",
"half": "top",
@@ -235373,7 +241502,7 @@
}
},
{
- "id": 14040,
+ "id": 14584,
"properties": {
"facing": "west",
"half": "top",
@@ -235382,7 +241511,7 @@
}
},
{
- "id": 14041,
+ "id": 14585,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235391,7 +241520,7 @@
}
},
{
- "id": 14042,
+ "id": 14586,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235400,7 +241529,7 @@
}
},
{
- "id": 14043,
+ "id": 14587,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235409,7 +241538,7 @@
}
},
{
- "id": 14044,
+ "id": 14588,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235418,7 +241547,7 @@
}
},
{
- "id": 14045,
+ "id": 14589,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235427,7 +241556,7 @@
}
},
{
- "id": 14046,
+ "id": 14590,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235436,7 +241565,7 @@
}
},
{
- "id": 14047,
+ "id": 14591,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235445,7 +241574,7 @@
}
},
{
- "id": 14048,
+ "id": 14592,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235454,7 +241583,7 @@
}
},
{
- "id": 14049,
+ "id": 14593,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235463,7 +241592,7 @@
}
},
{
- "id": 14050,
+ "id": 14594,
"properties": {
"facing": "west",
"half": "bottom",
@@ -235472,7 +241601,7 @@
}
},
{
- "id": 14051,
+ "id": 14595,
"properties": {
"facing": "east",
"half": "top",
@@ -235481,7 +241610,7 @@
}
},
{
- "id": 14052,
+ "id": 14596,
"properties": {
"facing": "east",
"half": "top",
@@ -235490,7 +241619,7 @@
}
},
{
- "id": 14053,
+ "id": 14597,
"properties": {
"facing": "east",
"half": "top",
@@ -235499,7 +241628,7 @@
}
},
{
- "id": 14054,
+ "id": 14598,
"properties": {
"facing": "east",
"half": "top",
@@ -235508,7 +241637,7 @@
}
},
{
- "id": 14055,
+ "id": 14599,
"properties": {
"facing": "east",
"half": "top",
@@ -235517,7 +241646,7 @@
}
},
{
- "id": 14056,
+ "id": 14600,
"properties": {
"facing": "east",
"half": "top",
@@ -235526,7 +241655,7 @@
}
},
{
- "id": 14057,
+ "id": 14601,
"properties": {
"facing": "east",
"half": "top",
@@ -235535,7 +241664,7 @@
}
},
{
- "id": 14058,
+ "id": 14602,
"properties": {
"facing": "east",
"half": "top",
@@ -235544,7 +241673,7 @@
}
},
{
- "id": 14059,
+ "id": 14603,
"properties": {
"facing": "east",
"half": "top",
@@ -235553,7 +241682,7 @@
}
},
{
- "id": 14060,
+ "id": 14604,
"properties": {
"facing": "east",
"half": "top",
@@ -235562,7 +241691,7 @@
}
},
{
- "id": 14061,
+ "id": 14605,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235571,7 +241700,7 @@
}
},
{
- "id": 14062,
+ "id": 14606,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235580,7 +241709,7 @@
}
},
{
- "id": 14063,
+ "id": 14607,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235589,7 +241718,7 @@
}
},
{
- "id": 14064,
+ "id": 14608,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235598,7 +241727,7 @@
}
},
{
- "id": 14065,
+ "id": 14609,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235607,7 +241736,7 @@
}
},
{
- "id": 14066,
+ "id": 14610,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235616,7 +241745,7 @@
}
},
{
- "id": 14067,
+ "id": 14611,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235625,7 +241754,7 @@
}
},
{
- "id": 14068,
+ "id": 14612,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235634,7 +241763,7 @@
}
},
{
- "id": 14069,
+ "id": 14613,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235643,7 +241772,7 @@
}
},
{
- "id": 14070,
+ "id": 14614,
"properties": {
"facing": "east",
"half": "bottom",
@@ -235661,7 +241790,7 @@
"states": [
{
"default": true,
- "id": 11647
+ "id": 12191
}
]
},
@@ -235683,21 +241812,21 @@
},
"states": [
{
- "id": 11569,
+ "id": 12113,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11570,
+ "id": 12114,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11571,
+ "id": 12115,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -235705,21 +241834,21 @@
},
{
"default": true,
- "id": 11572,
+ "id": 12116,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11573,
+ "id": 12117,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11574,
+ "id": 12118,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -235742,19 +241871,19 @@
"states": [
{
"default": true,
- "id": 13269,
+ "id": 13813,
"properties": {
"hatch": "0"
}
},
{
- "id": 13270,
+ "id": 13814,
"properties": {
"hatch": "1"
}
},
{
- "id": 13271,
+ "id": 13815,
"properties": {
"hatch": "2"
}
@@ -235781,49 +241910,49 @@
"states": [
{
"default": true,
- "id": 5938,
+ "id": 5941,
"properties": {
"layers": "1"
}
},
{
- "id": 5939,
+ "id": 5942,
"properties": {
"layers": "2"
}
},
{
- "id": 5940,
+ "id": 5943,
"properties": {
"layers": "3"
}
},
{
- "id": 5941,
+ "id": 5944,
"properties": {
"layers": "4"
}
},
{
- "id": 5942,
+ "id": 5945,
"properties": {
"layers": "5"
}
},
{
- "id": 5943,
+ "id": 5946,
"properties": {
"layers": "6"
}
},
{
- "id": 5944,
+ "id": 5947,
"properties": {
"layers": "7"
}
},
{
- "id": 5945,
+ "id": 5948,
"properties": {
"layers": "8"
}
@@ -235838,7 +241967,7 @@
"states": [
{
"default": true,
- "id": 5947
+ "id": 5950
}
]
},
@@ -235871,7 +242000,7 @@
},
"states": [
{
- "id": 19012,
+ "id": 19556,
"properties": {
"facing": "north",
"lit": "true",
@@ -235880,7 +242009,7 @@
}
},
{
- "id": 19013,
+ "id": 19557,
"properties": {
"facing": "north",
"lit": "true",
@@ -235889,7 +242018,7 @@
}
},
{
- "id": 19014,
+ "id": 19558,
"properties": {
"facing": "north",
"lit": "true",
@@ -235899,7 +242028,7 @@
},
{
"default": true,
- "id": 19015,
+ "id": 19559,
"properties": {
"facing": "north",
"lit": "true",
@@ -235908,7 +242037,7 @@
}
},
{
- "id": 19016,
+ "id": 19560,
"properties": {
"facing": "north",
"lit": "false",
@@ -235917,7 +242046,7 @@
}
},
{
- "id": 19017,
+ "id": 19561,
"properties": {
"facing": "north",
"lit": "false",
@@ -235926,7 +242055,7 @@
}
},
{
- "id": 19018,
+ "id": 19562,
"properties": {
"facing": "north",
"lit": "false",
@@ -235935,7 +242064,7 @@
}
},
{
- "id": 19019,
+ "id": 19563,
"properties": {
"facing": "north",
"lit": "false",
@@ -235944,7 +242073,7 @@
}
},
{
- "id": 19020,
+ "id": 19564,
"properties": {
"facing": "south",
"lit": "true",
@@ -235953,7 +242082,7 @@
}
},
{
- "id": 19021,
+ "id": 19565,
"properties": {
"facing": "south",
"lit": "true",
@@ -235962,7 +242091,7 @@
}
},
{
- "id": 19022,
+ "id": 19566,
"properties": {
"facing": "south",
"lit": "true",
@@ -235971,7 +242100,7 @@
}
},
{
- "id": 19023,
+ "id": 19567,
"properties": {
"facing": "south",
"lit": "true",
@@ -235980,7 +242109,7 @@
}
},
{
- "id": 19024,
+ "id": 19568,
"properties": {
"facing": "south",
"lit": "false",
@@ -235989,7 +242118,7 @@
}
},
{
- "id": 19025,
+ "id": 19569,
"properties": {
"facing": "south",
"lit": "false",
@@ -235998,7 +242127,7 @@
}
},
{
- "id": 19026,
+ "id": 19570,
"properties": {
"facing": "south",
"lit": "false",
@@ -236007,7 +242136,7 @@
}
},
{
- "id": 19027,
+ "id": 19571,
"properties": {
"facing": "south",
"lit": "false",
@@ -236016,7 +242145,7 @@
}
},
{
- "id": 19028,
+ "id": 19572,
"properties": {
"facing": "west",
"lit": "true",
@@ -236025,7 +242154,7 @@
}
},
{
- "id": 19029,
+ "id": 19573,
"properties": {
"facing": "west",
"lit": "true",
@@ -236034,7 +242163,7 @@
}
},
{
- "id": 19030,
+ "id": 19574,
"properties": {
"facing": "west",
"lit": "true",
@@ -236043,7 +242172,7 @@
}
},
{
- "id": 19031,
+ "id": 19575,
"properties": {
"facing": "west",
"lit": "true",
@@ -236052,7 +242181,7 @@
}
},
{
- "id": 19032,
+ "id": 19576,
"properties": {
"facing": "west",
"lit": "false",
@@ -236061,7 +242190,7 @@
}
},
{
- "id": 19033,
+ "id": 19577,
"properties": {
"facing": "west",
"lit": "false",
@@ -236070,7 +242199,7 @@
}
},
{
- "id": 19034,
+ "id": 19578,
"properties": {
"facing": "west",
"lit": "false",
@@ -236079,7 +242208,7 @@
}
},
{
- "id": 19035,
+ "id": 19579,
"properties": {
"facing": "west",
"lit": "false",
@@ -236088,7 +242217,7 @@
}
},
{
- "id": 19036,
+ "id": 19580,
"properties": {
"facing": "east",
"lit": "true",
@@ -236097,7 +242226,7 @@
}
},
{
- "id": 19037,
+ "id": 19581,
"properties": {
"facing": "east",
"lit": "true",
@@ -236106,7 +242235,7 @@
}
},
{
- "id": 19038,
+ "id": 19582,
"properties": {
"facing": "east",
"lit": "true",
@@ -236115,7 +242244,7 @@
}
},
{
- "id": 19039,
+ "id": 19583,
"properties": {
"facing": "east",
"lit": "true",
@@ -236124,7 +242253,7 @@
}
},
{
- "id": 19040,
+ "id": 19584,
"properties": {
"facing": "east",
"lit": "false",
@@ -236133,7 +242262,7 @@
}
},
{
- "id": 19041,
+ "id": 19585,
"properties": {
"facing": "east",
"lit": "false",
@@ -236142,7 +242271,7 @@
}
},
{
- "id": 19042,
+ "id": 19586,
"properties": {
"facing": "east",
"lit": "false",
@@ -236151,7 +242280,7 @@
}
},
{
- "id": 19043,
+ "id": 19587,
"properties": {
"facing": "east",
"lit": "false",
@@ -236190,21 +242319,21 @@
},
"states": [
{
- "id": 18976,
+ "id": 19520,
"properties": {
"hanging": "true",
"waterlogged": "true"
}
},
{
- "id": 18977,
+ "id": 19521,
"properties": {
"hanging": "true",
"waterlogged": "false"
}
},
{
- "id": 18978,
+ "id": 19522,
"properties": {
"hanging": "false",
"waterlogged": "true"
@@ -236212,7 +242341,7 @@
},
{
"default": true,
- "id": 18979,
+ "id": 19523,
"properties": {
"hanging": "false",
"waterlogged": "false"
@@ -236228,7 +242357,7 @@
"states": [
{
"default": true,
- "id": 6016
+ "id": 6019
}
]
},
@@ -236240,7 +242369,7 @@
"states": [
{
"default": true,
- "id": 6017
+ "id": 6020
}
]
},
@@ -236253,7 +242382,7 @@
"states": [
{
"default": true,
- "id": 6024
+ "id": 6027
}
]
},
@@ -236274,25 +242403,25 @@
"states": [
{
"default": true,
- "id": 6025,
+ "id": 6028,
"properties": {
"facing": "north"
}
},
{
- "id": 6026,
+ "id": 6029,
"properties": {
"facing": "south"
}
},
{
- "id": 6027,
+ "id": 6030,
"properties": {
"facing": "west"
}
},
{
- "id": 6028,
+ "id": 6031,
"properties": {
"facing": "east"
}
@@ -236331,7 +242460,7 @@
"states": [
{
"default": true,
- "id": 25292
+ "id": 25836
}
]
},
@@ -236361,7 +242490,7 @@
},
"states": [
{
- "id": 8866,
+ "id": 9410,
"properties": {
"face": "floor",
"facing": "north",
@@ -236369,7 +242498,7 @@
}
},
{
- "id": 8867,
+ "id": 9411,
"properties": {
"face": "floor",
"facing": "north",
@@ -236377,7 +242506,7 @@
}
},
{
- "id": 8868,
+ "id": 9412,
"properties": {
"face": "floor",
"facing": "south",
@@ -236385,7 +242514,7 @@
}
},
{
- "id": 8869,
+ "id": 9413,
"properties": {
"face": "floor",
"facing": "south",
@@ -236393,7 +242522,7 @@
}
},
{
- "id": 8870,
+ "id": 9414,
"properties": {
"face": "floor",
"facing": "west",
@@ -236401,7 +242530,7 @@
}
},
{
- "id": 8871,
+ "id": 9415,
"properties": {
"face": "floor",
"facing": "west",
@@ -236409,7 +242538,7 @@
}
},
{
- "id": 8872,
+ "id": 9416,
"properties": {
"face": "floor",
"facing": "east",
@@ -236417,7 +242546,7 @@
}
},
{
- "id": 8873,
+ "id": 9417,
"properties": {
"face": "floor",
"facing": "east",
@@ -236425,7 +242554,7 @@
}
},
{
- "id": 8874,
+ "id": 9418,
"properties": {
"face": "wall",
"facing": "north",
@@ -236434,7 +242563,7 @@
},
{
"default": true,
- "id": 8875,
+ "id": 9419,
"properties": {
"face": "wall",
"facing": "north",
@@ -236442,7 +242571,7 @@
}
},
{
- "id": 8876,
+ "id": 9420,
"properties": {
"face": "wall",
"facing": "south",
@@ -236450,7 +242579,7 @@
}
},
{
- "id": 8877,
+ "id": 9421,
"properties": {
"face": "wall",
"facing": "south",
@@ -236458,7 +242587,7 @@
}
},
{
- "id": 8878,
+ "id": 9422,
"properties": {
"face": "wall",
"facing": "west",
@@ -236466,7 +242595,7 @@
}
},
{
- "id": 8879,
+ "id": 9423,
"properties": {
"face": "wall",
"facing": "west",
@@ -236474,7 +242603,7 @@
}
},
{
- "id": 8880,
+ "id": 9424,
"properties": {
"face": "wall",
"facing": "east",
@@ -236482,7 +242611,7 @@
}
},
{
- "id": 8881,
+ "id": 9425,
"properties": {
"face": "wall",
"facing": "east",
@@ -236490,7 +242619,7 @@
}
},
{
- "id": 8882,
+ "id": 9426,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -236498,7 +242627,7 @@
}
},
{
- "id": 8883,
+ "id": 9427,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -236506,7 +242635,7 @@
}
},
{
- "id": 8884,
+ "id": 9428,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -236514,7 +242643,7 @@
}
},
{
- "id": 8885,
+ "id": 9429,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -236522,7 +242651,7 @@
}
},
{
- "id": 8886,
+ "id": 9430,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -236530,7 +242659,7 @@
}
},
{
- "id": 8887,
+ "id": 9431,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -236538,7 +242667,7 @@
}
},
{
- "id": 8888,
+ "id": 9432,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -236546,7 +242675,7 @@
}
},
{
- "id": 8889,
+ "id": 9433,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -236587,7 +242716,7 @@
},
"states": [
{
- "id": 12227,
+ "id": 12771,
"properties": {
"facing": "north",
"half": "upper",
@@ -236597,7 +242726,7 @@
}
},
{
- "id": 12228,
+ "id": 12772,
"properties": {
"facing": "north",
"half": "upper",
@@ -236607,7 +242736,7 @@
}
},
{
- "id": 12229,
+ "id": 12773,
"properties": {
"facing": "north",
"half": "upper",
@@ -236617,7 +242746,7 @@
}
},
{
- "id": 12230,
+ "id": 12774,
"properties": {
"facing": "north",
"half": "upper",
@@ -236627,7 +242756,7 @@
}
},
{
- "id": 12231,
+ "id": 12775,
"properties": {
"facing": "north",
"half": "upper",
@@ -236637,7 +242766,7 @@
}
},
{
- "id": 12232,
+ "id": 12776,
"properties": {
"facing": "north",
"half": "upper",
@@ -236647,7 +242776,7 @@
}
},
{
- "id": 12233,
+ "id": 12777,
"properties": {
"facing": "north",
"half": "upper",
@@ -236657,7 +242786,7 @@
}
},
{
- "id": 12234,
+ "id": 12778,
"properties": {
"facing": "north",
"half": "upper",
@@ -236667,7 +242796,7 @@
}
},
{
- "id": 12235,
+ "id": 12779,
"properties": {
"facing": "north",
"half": "lower",
@@ -236677,7 +242806,7 @@
}
},
{
- "id": 12236,
+ "id": 12780,
"properties": {
"facing": "north",
"half": "lower",
@@ -236687,7 +242816,7 @@
}
},
{
- "id": 12237,
+ "id": 12781,
"properties": {
"facing": "north",
"half": "lower",
@@ -236698,7 +242827,7 @@
},
{
"default": true,
- "id": 12238,
+ "id": 12782,
"properties": {
"facing": "north",
"half": "lower",
@@ -236708,7 +242837,7 @@
}
},
{
- "id": 12239,
+ "id": 12783,
"properties": {
"facing": "north",
"half": "lower",
@@ -236718,7 +242847,7 @@
}
},
{
- "id": 12240,
+ "id": 12784,
"properties": {
"facing": "north",
"half": "lower",
@@ -236728,7 +242857,7 @@
}
},
{
- "id": 12241,
+ "id": 12785,
"properties": {
"facing": "north",
"half": "lower",
@@ -236738,7 +242867,7 @@
}
},
{
- "id": 12242,
+ "id": 12786,
"properties": {
"facing": "north",
"half": "lower",
@@ -236748,7 +242877,7 @@
}
},
{
- "id": 12243,
+ "id": 12787,
"properties": {
"facing": "south",
"half": "upper",
@@ -236758,7 +242887,7 @@
}
},
{
- "id": 12244,
+ "id": 12788,
"properties": {
"facing": "south",
"half": "upper",
@@ -236768,7 +242897,7 @@
}
},
{
- "id": 12245,
+ "id": 12789,
"properties": {
"facing": "south",
"half": "upper",
@@ -236778,7 +242907,7 @@
}
},
{
- "id": 12246,
+ "id": 12790,
"properties": {
"facing": "south",
"half": "upper",
@@ -236788,7 +242917,7 @@
}
},
{
- "id": 12247,
+ "id": 12791,
"properties": {
"facing": "south",
"half": "upper",
@@ -236798,7 +242927,7 @@
}
},
{
- "id": 12248,
+ "id": 12792,
"properties": {
"facing": "south",
"half": "upper",
@@ -236808,7 +242937,7 @@
}
},
{
- "id": 12249,
+ "id": 12793,
"properties": {
"facing": "south",
"half": "upper",
@@ -236818,7 +242947,7 @@
}
},
{
- "id": 12250,
+ "id": 12794,
"properties": {
"facing": "south",
"half": "upper",
@@ -236828,7 +242957,7 @@
}
},
{
- "id": 12251,
+ "id": 12795,
"properties": {
"facing": "south",
"half": "lower",
@@ -236838,7 +242967,7 @@
}
},
{
- "id": 12252,
+ "id": 12796,
"properties": {
"facing": "south",
"half": "lower",
@@ -236848,7 +242977,7 @@
}
},
{
- "id": 12253,
+ "id": 12797,
"properties": {
"facing": "south",
"half": "lower",
@@ -236858,7 +242987,7 @@
}
},
{
- "id": 12254,
+ "id": 12798,
"properties": {
"facing": "south",
"half": "lower",
@@ -236868,7 +242997,7 @@
}
},
{
- "id": 12255,
+ "id": 12799,
"properties": {
"facing": "south",
"half": "lower",
@@ -236878,7 +243007,7 @@
}
},
{
- "id": 12256,
+ "id": 12800,
"properties": {
"facing": "south",
"half": "lower",
@@ -236888,7 +243017,7 @@
}
},
{
- "id": 12257,
+ "id": 12801,
"properties": {
"facing": "south",
"half": "lower",
@@ -236898,7 +243027,7 @@
}
},
{
- "id": 12258,
+ "id": 12802,
"properties": {
"facing": "south",
"half": "lower",
@@ -236908,7 +243037,7 @@
}
},
{
- "id": 12259,
+ "id": 12803,
"properties": {
"facing": "west",
"half": "upper",
@@ -236918,7 +243047,7 @@
}
},
{
- "id": 12260,
+ "id": 12804,
"properties": {
"facing": "west",
"half": "upper",
@@ -236928,7 +243057,7 @@
}
},
{
- "id": 12261,
+ "id": 12805,
"properties": {
"facing": "west",
"half": "upper",
@@ -236938,7 +243067,7 @@
}
},
{
- "id": 12262,
+ "id": 12806,
"properties": {
"facing": "west",
"half": "upper",
@@ -236948,7 +243077,7 @@
}
},
{
- "id": 12263,
+ "id": 12807,
"properties": {
"facing": "west",
"half": "upper",
@@ -236958,7 +243087,7 @@
}
},
{
- "id": 12264,
+ "id": 12808,
"properties": {
"facing": "west",
"half": "upper",
@@ -236968,7 +243097,7 @@
}
},
{
- "id": 12265,
+ "id": 12809,
"properties": {
"facing": "west",
"half": "upper",
@@ -236978,7 +243107,7 @@
}
},
{
- "id": 12266,
+ "id": 12810,
"properties": {
"facing": "west",
"half": "upper",
@@ -236988,7 +243117,7 @@
}
},
{
- "id": 12267,
+ "id": 12811,
"properties": {
"facing": "west",
"half": "lower",
@@ -236998,7 +243127,7 @@
}
},
{
- "id": 12268,
+ "id": 12812,
"properties": {
"facing": "west",
"half": "lower",
@@ -237008,7 +243137,7 @@
}
},
{
- "id": 12269,
+ "id": 12813,
"properties": {
"facing": "west",
"half": "lower",
@@ -237018,7 +243147,7 @@
}
},
{
- "id": 12270,
+ "id": 12814,
"properties": {
"facing": "west",
"half": "lower",
@@ -237028,7 +243157,7 @@
}
},
{
- "id": 12271,
+ "id": 12815,
"properties": {
"facing": "west",
"half": "lower",
@@ -237038,7 +243167,7 @@
}
},
{
- "id": 12272,
+ "id": 12816,
"properties": {
"facing": "west",
"half": "lower",
@@ -237048,7 +243177,7 @@
}
},
{
- "id": 12273,
+ "id": 12817,
"properties": {
"facing": "west",
"half": "lower",
@@ -237058,7 +243187,7 @@
}
},
{
- "id": 12274,
+ "id": 12818,
"properties": {
"facing": "west",
"half": "lower",
@@ -237068,7 +243197,7 @@
}
},
{
- "id": 12275,
+ "id": 12819,
"properties": {
"facing": "east",
"half": "upper",
@@ -237078,7 +243207,7 @@
}
},
{
- "id": 12276,
+ "id": 12820,
"properties": {
"facing": "east",
"half": "upper",
@@ -237088,7 +243217,7 @@
}
},
{
- "id": 12277,
+ "id": 12821,
"properties": {
"facing": "east",
"half": "upper",
@@ -237098,7 +243227,7 @@
}
},
{
- "id": 12278,
+ "id": 12822,
"properties": {
"facing": "east",
"half": "upper",
@@ -237108,7 +243237,7 @@
}
},
{
- "id": 12279,
+ "id": 12823,
"properties": {
"facing": "east",
"half": "upper",
@@ -237118,7 +243247,7 @@
}
},
{
- "id": 12280,
+ "id": 12824,
"properties": {
"facing": "east",
"half": "upper",
@@ -237128,7 +243257,7 @@
}
},
{
- "id": 12281,
+ "id": 12825,
"properties": {
"facing": "east",
"half": "upper",
@@ -237138,7 +243267,7 @@
}
},
{
- "id": 12282,
+ "id": 12826,
"properties": {
"facing": "east",
"half": "upper",
@@ -237148,7 +243277,7 @@
}
},
{
- "id": 12283,
+ "id": 12827,
"properties": {
"facing": "east",
"half": "lower",
@@ -237158,7 +243287,7 @@
}
},
{
- "id": 12284,
+ "id": 12828,
"properties": {
"facing": "east",
"half": "lower",
@@ -237168,7 +243297,7 @@
}
},
{
- "id": 12285,
+ "id": 12829,
"properties": {
"facing": "east",
"half": "lower",
@@ -237178,7 +243307,7 @@
}
},
{
- "id": 12286,
+ "id": 12830,
"properties": {
"facing": "east",
"half": "lower",
@@ -237188,7 +243317,7 @@
}
},
{
- "id": 12287,
+ "id": 12831,
"properties": {
"facing": "east",
"half": "lower",
@@ -237198,7 +243327,7 @@
}
},
{
- "id": 12288,
+ "id": 12832,
"properties": {
"facing": "east",
"half": "lower",
@@ -237208,7 +243337,7 @@
}
},
{
- "id": 12289,
+ "id": 12833,
"properties": {
"facing": "east",
"half": "lower",
@@ -237218,7 +243347,7 @@
}
},
{
- "id": 12290,
+ "id": 12834,
"properties": {
"facing": "east",
"half": "lower",
@@ -237258,7 +243387,7 @@
},
"states": [
{
- "id": 11939,
+ "id": 12483,
"properties": {
"east": "true",
"north": "true",
@@ -237268,7 +243397,7 @@
}
},
{
- "id": 11940,
+ "id": 12484,
"properties": {
"east": "true",
"north": "true",
@@ -237278,7 +243407,7 @@
}
},
{
- "id": 11941,
+ "id": 12485,
"properties": {
"east": "true",
"north": "true",
@@ -237288,7 +243417,7 @@
}
},
{
- "id": 11942,
+ "id": 12486,
"properties": {
"east": "true",
"north": "true",
@@ -237298,7 +243427,7 @@
}
},
{
- "id": 11943,
+ "id": 12487,
"properties": {
"east": "true",
"north": "true",
@@ -237308,7 +243437,7 @@
}
},
{
- "id": 11944,
+ "id": 12488,
"properties": {
"east": "true",
"north": "true",
@@ -237318,7 +243447,7 @@
}
},
{
- "id": 11945,
+ "id": 12489,
"properties": {
"east": "true",
"north": "true",
@@ -237328,7 +243457,7 @@
}
},
{
- "id": 11946,
+ "id": 12490,
"properties": {
"east": "true",
"north": "true",
@@ -237338,7 +243467,7 @@
}
},
{
- "id": 11947,
+ "id": 12491,
"properties": {
"east": "true",
"north": "false",
@@ -237348,7 +243477,7 @@
}
},
{
- "id": 11948,
+ "id": 12492,
"properties": {
"east": "true",
"north": "false",
@@ -237358,7 +243487,7 @@
}
},
{
- "id": 11949,
+ "id": 12493,
"properties": {
"east": "true",
"north": "false",
@@ -237368,7 +243497,7 @@
}
},
{
- "id": 11950,
+ "id": 12494,
"properties": {
"east": "true",
"north": "false",
@@ -237378,7 +243507,7 @@
}
},
{
- "id": 11951,
+ "id": 12495,
"properties": {
"east": "true",
"north": "false",
@@ -237388,7 +243517,7 @@
}
},
{
- "id": 11952,
+ "id": 12496,
"properties": {
"east": "true",
"north": "false",
@@ -237398,7 +243527,7 @@
}
},
{
- "id": 11953,
+ "id": 12497,
"properties": {
"east": "true",
"north": "false",
@@ -237408,7 +243537,7 @@
}
},
{
- "id": 11954,
+ "id": 12498,
"properties": {
"east": "true",
"north": "false",
@@ -237418,7 +243547,7 @@
}
},
{
- "id": 11955,
+ "id": 12499,
"properties": {
"east": "false",
"north": "true",
@@ -237428,7 +243557,7 @@
}
},
{
- "id": 11956,
+ "id": 12500,
"properties": {
"east": "false",
"north": "true",
@@ -237438,7 +243567,7 @@
}
},
{
- "id": 11957,
+ "id": 12501,
"properties": {
"east": "false",
"north": "true",
@@ -237448,7 +243577,7 @@
}
},
{
- "id": 11958,
+ "id": 12502,
"properties": {
"east": "false",
"north": "true",
@@ -237458,7 +243587,7 @@
}
},
{
- "id": 11959,
+ "id": 12503,
"properties": {
"east": "false",
"north": "true",
@@ -237468,7 +243597,7 @@
}
},
{
- "id": 11960,
+ "id": 12504,
"properties": {
"east": "false",
"north": "true",
@@ -237478,7 +243607,7 @@
}
},
{
- "id": 11961,
+ "id": 12505,
"properties": {
"east": "false",
"north": "true",
@@ -237488,7 +243617,7 @@
}
},
{
- "id": 11962,
+ "id": 12506,
"properties": {
"east": "false",
"north": "true",
@@ -237498,7 +243627,7 @@
}
},
{
- "id": 11963,
+ "id": 12507,
"properties": {
"east": "false",
"north": "false",
@@ -237508,7 +243637,7 @@
}
},
{
- "id": 11964,
+ "id": 12508,
"properties": {
"east": "false",
"north": "false",
@@ -237518,7 +243647,7 @@
}
},
{
- "id": 11965,
+ "id": 12509,
"properties": {
"east": "false",
"north": "false",
@@ -237528,7 +243657,7 @@
}
},
{
- "id": 11966,
+ "id": 12510,
"properties": {
"east": "false",
"north": "false",
@@ -237538,7 +243667,7 @@
}
},
{
- "id": 11967,
+ "id": 12511,
"properties": {
"east": "false",
"north": "false",
@@ -237548,7 +243677,7 @@
}
},
{
- "id": 11968,
+ "id": 12512,
"properties": {
"east": "false",
"north": "false",
@@ -237558,7 +243687,7 @@
}
},
{
- "id": 11969,
+ "id": 12513,
"properties": {
"east": "false",
"north": "false",
@@ -237569,7 +243698,7 @@
},
{
"default": true,
- "id": 11970,
+ "id": 12514,
"properties": {
"east": "false",
"north": "false",
@@ -237608,7 +243737,7 @@
},
"states": [
{
- "id": 11651,
+ "id": 12195,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -237617,7 +243746,7 @@
}
},
{
- "id": 11652,
+ "id": 12196,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -237626,7 +243755,7 @@
}
},
{
- "id": 11653,
+ "id": 12197,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -237635,7 +243764,7 @@
}
},
{
- "id": 11654,
+ "id": 12198,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -237644,7 +243773,7 @@
}
},
{
- "id": 11655,
+ "id": 12199,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -237653,7 +243782,7 @@
}
},
{
- "id": 11656,
+ "id": 12200,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -237662,7 +243791,7 @@
}
},
{
- "id": 11657,
+ "id": 12201,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -237672,7 +243801,7 @@
},
{
"default": true,
- "id": 11658,
+ "id": 12202,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -237681,7 +243810,7 @@
}
},
{
- "id": 11659,
+ "id": 12203,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -237690,7 +243819,7 @@
}
},
{
- "id": 11660,
+ "id": 12204,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -237699,7 +243828,7 @@
}
},
{
- "id": 11661,
+ "id": 12205,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -237708,7 +243837,7 @@
}
},
{
- "id": 11662,
+ "id": 12206,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -237717,7 +243846,7 @@
}
},
{
- "id": 11663,
+ "id": 12207,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -237726,7 +243855,7 @@
}
},
{
- "id": 11664,
+ "id": 12208,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -237735,7 +243864,7 @@
}
},
{
- "id": 11665,
+ "id": 12209,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -237744,7 +243873,7 @@
}
},
{
- "id": 11666,
+ "id": 12210,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -237753,7 +243882,7 @@
}
},
{
- "id": 11667,
+ "id": 12211,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -237762,7 +243891,7 @@
}
},
{
- "id": 11668,
+ "id": 12212,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -237771,7 +243900,7 @@
}
},
{
- "id": 11669,
+ "id": 12213,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -237780,7 +243909,7 @@
}
},
{
- "id": 11670,
+ "id": 12214,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -237789,7 +243918,7 @@
}
},
{
- "id": 11671,
+ "id": 12215,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -237798,7 +243927,7 @@
}
},
{
- "id": 11672,
+ "id": 12216,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -237807,7 +243936,7 @@
}
},
{
- "id": 11673,
+ "id": 12217,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -237816,7 +243945,7 @@
}
},
{
- "id": 11674,
+ "id": 12218,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -237825,7 +243954,7 @@
}
},
{
- "id": 11675,
+ "id": 12219,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -237834,7 +243963,7 @@
}
},
{
- "id": 11676,
+ "id": 12220,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -237843,7 +243972,7 @@
}
},
{
- "id": 11677,
+ "id": 12221,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -237852,7 +243981,7 @@
}
},
{
- "id": 11678,
+ "id": 12222,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -237861,7 +243990,7 @@
}
},
{
- "id": 11679,
+ "id": 12223,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -237870,7 +243999,7 @@
}
},
{
- "id": 11680,
+ "id": 12224,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -237879,7 +244008,7 @@
}
},
{
- "id": 11681,
+ "id": 12225,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -237888,7 +244017,7 @@
}
},
{
- "id": 11682,
+ "id": 12226,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -237933,240 +244062,240 @@
]
},
"states": [
- {
- "id": 4990,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 4991,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 4992,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 4993,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 4994,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 4995,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4996,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4997,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4998,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4999,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5000,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5001,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5002,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5003,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5004,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5005,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5006,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5007,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5008,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5009,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5010,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5011,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5012,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5013,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5014,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5015,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5016,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5017,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5018,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5019,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5020,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5021,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5022,
"properties": {
"attached": "true",
"rotation": "14",
@@ -238174,7 +244303,7 @@
}
},
{
- "id": 5020,
+ "id": 5023,
"properties": {
"attached": "true",
"rotation": "15",
@@ -238182,7 +244311,7 @@
}
},
{
- "id": 5021,
+ "id": 5024,
"properties": {
"attached": "true",
"rotation": "15",
@@ -238190,7 +244319,7 @@
}
},
{
- "id": 5022,
+ "id": 5025,
"properties": {
"attached": "false",
"rotation": "0",
@@ -238199,215 +244328,215 @@
},
{
"default": true,
- "id": 5023,
+ "id": 5026,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5024,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5025,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5026,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5027,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5028,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5029,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5030,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5031,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5032,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5033,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5034,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5035,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5036,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5037,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5038,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5039,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5040,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5041,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5042,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5043,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5044,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5045,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5046,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5047,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5048,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5049,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5050,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5051,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5052,
"properties": {
"attached": "false",
"rotation": "13",
@@ -238415,7 +244544,7 @@
}
},
{
- "id": 5050,
+ "id": 5053,
"properties": {
"attached": "false",
"rotation": "14",
@@ -238423,7 +244552,7 @@
}
},
{
- "id": 5051,
+ "id": 5054,
"properties": {
"attached": "false",
"rotation": "14",
@@ -238431,7 +244560,7 @@
}
},
{
- "id": 5052,
+ "id": 5055,
"properties": {
"attached": "false",
"rotation": "15",
@@ -238439,7 +244568,7 @@
}
},
{
- "id": 5053,
+ "id": 5056,
"properties": {
"attached": "false",
"rotation": "15",
@@ -238760,14 +244889,14 @@
},
"states": [
{
- "id": 5882,
+ "id": 5885,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5883,
+ "id": 5886,
"properties": {
"powered": "false"
}
@@ -238834,7 +244963,7 @@
},
"states": [
{
- "id": 4386,
+ "id": 4389,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -238842,217 +244971,217 @@
},
{
"default": true,
- "id": 4387,
+ "id": 4390,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 4388,
- "properties": {
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 4389,
- "properties": {
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 4390,
- "properties": {
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 4391,
"properties": {
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 4392,
"properties": {
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 4393,
"properties": {
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 4394,
"properties": {
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 4395,
"properties": {
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 4396,
"properties": {
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 4397,
"properties": {
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 4398,
"properties": {
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 4399,
"properties": {
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 4400,
"properties": {
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 4401,
"properties": {
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 4402,
"properties": {
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 4403,
"properties": {
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 4404,
"properties": {
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 4405,
"properties": {
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 4406,
"properties": {
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 4407,
"properties": {
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 4408,
"properties": {
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 4409,
"properties": {
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 4410,
"properties": {
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 4411,
"properties": {
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 4412,
"properties": {
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 4413,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4414,
+ "properties": {
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4415,
+ "properties": {
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4416,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 4414,
+ "id": 4417,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 4415,
+ "id": 4418,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 4416,
+ "id": 4419,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 4417,
+ "id": 4420,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -239078,21 +245207,21 @@
},
"states": [
{
- "id": 11503,
+ "id": 12047,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11504,
+ "id": 12048,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11505,
+ "id": 12049,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -239100,21 +245229,21 @@
},
{
"default": true,
- "id": 11506,
+ "id": 12050,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11507,
+ "id": 12051,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11508,
+ "id": 12052,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -239155,7 +245284,7 @@
},
"states": [
{
- "id": 7896,
+ "id": 8440,
"properties": {
"facing": "north",
"half": "top",
@@ -239164,7 +245293,7 @@
}
},
{
- "id": 7897,
+ "id": 8441,
"properties": {
"facing": "north",
"half": "top",
@@ -239173,7 +245302,7 @@
}
},
{
- "id": 7898,
+ "id": 8442,
"properties": {
"facing": "north",
"half": "top",
@@ -239182,7 +245311,7 @@
}
},
{
- "id": 7899,
+ "id": 8443,
"properties": {
"facing": "north",
"half": "top",
@@ -239191,7 +245320,7 @@
}
},
{
- "id": 7900,
+ "id": 8444,
"properties": {
"facing": "north",
"half": "top",
@@ -239200,7 +245329,7 @@
}
},
{
- "id": 7901,
+ "id": 8445,
"properties": {
"facing": "north",
"half": "top",
@@ -239209,7 +245338,7 @@
}
},
{
- "id": 7902,
+ "id": 8446,
"properties": {
"facing": "north",
"half": "top",
@@ -239218,7 +245347,7 @@
}
},
{
- "id": 7903,
+ "id": 8447,
"properties": {
"facing": "north",
"half": "top",
@@ -239227,7 +245356,7 @@
}
},
{
- "id": 7904,
+ "id": 8448,
"properties": {
"facing": "north",
"half": "top",
@@ -239236,7 +245365,7 @@
}
},
{
- "id": 7905,
+ "id": 8449,
"properties": {
"facing": "north",
"half": "top",
@@ -239245,7 +245374,7 @@
}
},
{
- "id": 7906,
+ "id": 8450,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239255,7 +245384,7 @@
},
{
"default": true,
- "id": 7907,
+ "id": 8451,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239264,7 +245393,7 @@
}
},
{
- "id": 7908,
+ "id": 8452,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239273,7 +245402,7 @@
}
},
{
- "id": 7909,
+ "id": 8453,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239282,7 +245411,7 @@
}
},
{
- "id": 7910,
+ "id": 8454,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239291,7 +245420,7 @@
}
},
{
- "id": 7911,
+ "id": 8455,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239300,7 +245429,7 @@
}
},
{
- "id": 7912,
+ "id": 8456,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239309,7 +245438,7 @@
}
},
{
- "id": 7913,
+ "id": 8457,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239318,7 +245447,7 @@
}
},
{
- "id": 7914,
+ "id": 8458,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239327,7 +245456,7 @@
}
},
{
- "id": 7915,
+ "id": 8459,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239336,7 +245465,7 @@
}
},
{
- "id": 7916,
+ "id": 8460,
"properties": {
"facing": "south",
"half": "top",
@@ -239345,7 +245474,7 @@
}
},
{
- "id": 7917,
+ "id": 8461,
"properties": {
"facing": "south",
"half": "top",
@@ -239354,7 +245483,7 @@
}
},
{
- "id": 7918,
+ "id": 8462,
"properties": {
"facing": "south",
"half": "top",
@@ -239363,7 +245492,7 @@
}
},
{
- "id": 7919,
+ "id": 8463,
"properties": {
"facing": "south",
"half": "top",
@@ -239372,7 +245501,7 @@
}
},
{
- "id": 7920,
+ "id": 8464,
"properties": {
"facing": "south",
"half": "top",
@@ -239381,7 +245510,7 @@
}
},
{
- "id": 7921,
+ "id": 8465,
"properties": {
"facing": "south",
"half": "top",
@@ -239390,7 +245519,7 @@
}
},
{
- "id": 7922,
+ "id": 8466,
"properties": {
"facing": "south",
"half": "top",
@@ -239399,7 +245528,7 @@
}
},
{
- "id": 7923,
+ "id": 8467,
"properties": {
"facing": "south",
"half": "top",
@@ -239408,7 +245537,7 @@
}
},
{
- "id": 7924,
+ "id": 8468,
"properties": {
"facing": "south",
"half": "top",
@@ -239417,7 +245546,7 @@
}
},
{
- "id": 7925,
+ "id": 8469,
"properties": {
"facing": "south",
"half": "top",
@@ -239426,7 +245555,7 @@
}
},
{
- "id": 7926,
+ "id": 8470,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239435,7 +245564,7 @@
}
},
{
- "id": 7927,
+ "id": 8471,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239444,7 +245573,7 @@
}
},
{
- "id": 7928,
+ "id": 8472,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239453,7 +245582,7 @@
}
},
{
- "id": 7929,
+ "id": 8473,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239462,7 +245591,7 @@
}
},
{
- "id": 7930,
+ "id": 8474,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239471,7 +245600,7 @@
}
},
{
- "id": 7931,
+ "id": 8475,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239480,7 +245609,7 @@
}
},
{
- "id": 7932,
+ "id": 8476,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239489,7 +245618,7 @@
}
},
{
- "id": 7933,
+ "id": 8477,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239498,7 +245627,7 @@
}
},
{
- "id": 7934,
+ "id": 8478,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239507,7 +245636,7 @@
}
},
{
- "id": 7935,
+ "id": 8479,
"properties": {
"facing": "south",
"half": "bottom",
@@ -239516,7 +245645,7 @@
}
},
{
- "id": 7936,
+ "id": 8480,
"properties": {
"facing": "west",
"half": "top",
@@ -239525,7 +245654,7 @@
}
},
{
- "id": 7937,
+ "id": 8481,
"properties": {
"facing": "west",
"half": "top",
@@ -239534,7 +245663,7 @@
}
},
{
- "id": 7938,
+ "id": 8482,
"properties": {
"facing": "west",
"half": "top",
@@ -239543,7 +245672,7 @@
}
},
{
- "id": 7939,
+ "id": 8483,
"properties": {
"facing": "west",
"half": "top",
@@ -239552,7 +245681,7 @@
}
},
{
- "id": 7940,
+ "id": 8484,
"properties": {
"facing": "west",
"half": "top",
@@ -239561,7 +245690,7 @@
}
},
{
- "id": 7941,
+ "id": 8485,
"properties": {
"facing": "west",
"half": "top",
@@ -239570,7 +245699,7 @@
}
},
{
- "id": 7942,
+ "id": 8486,
"properties": {
"facing": "west",
"half": "top",
@@ -239579,7 +245708,7 @@
}
},
{
- "id": 7943,
+ "id": 8487,
"properties": {
"facing": "west",
"half": "top",
@@ -239588,7 +245717,7 @@
}
},
{
- "id": 7944,
+ "id": 8488,
"properties": {
"facing": "west",
"half": "top",
@@ -239597,7 +245726,7 @@
}
},
{
- "id": 7945,
+ "id": 8489,
"properties": {
"facing": "west",
"half": "top",
@@ -239606,7 +245735,7 @@
}
},
{
- "id": 7946,
+ "id": 8490,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239615,7 +245744,7 @@
}
},
{
- "id": 7947,
+ "id": 8491,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239624,7 +245753,7 @@
}
},
{
- "id": 7948,
+ "id": 8492,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239633,7 +245762,7 @@
}
},
{
- "id": 7949,
+ "id": 8493,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239642,7 +245771,7 @@
}
},
{
- "id": 7950,
+ "id": 8494,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239651,7 +245780,7 @@
}
},
{
- "id": 7951,
+ "id": 8495,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239660,7 +245789,7 @@
}
},
{
- "id": 7952,
+ "id": 8496,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239669,7 +245798,7 @@
}
},
{
- "id": 7953,
+ "id": 8497,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239678,7 +245807,7 @@
}
},
{
- "id": 7954,
+ "id": 8498,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239687,7 +245816,7 @@
}
},
{
- "id": 7955,
+ "id": 8499,
"properties": {
"facing": "west",
"half": "bottom",
@@ -239696,7 +245825,7 @@
}
},
{
- "id": 7956,
+ "id": 8500,
"properties": {
"facing": "east",
"half": "top",
@@ -239705,7 +245834,7 @@
}
},
{
- "id": 7957,
+ "id": 8501,
"properties": {
"facing": "east",
"half": "top",
@@ -239714,7 +245843,7 @@
}
},
{
- "id": 7958,
+ "id": 8502,
"properties": {
"facing": "east",
"half": "top",
@@ -239723,7 +245852,7 @@
}
},
{
- "id": 7959,
+ "id": 8503,
"properties": {
"facing": "east",
"half": "top",
@@ -239732,7 +245861,7 @@
}
},
{
- "id": 7960,
+ "id": 8504,
"properties": {
"facing": "east",
"half": "top",
@@ -239741,7 +245870,7 @@
}
},
{
- "id": 7961,
+ "id": 8505,
"properties": {
"facing": "east",
"half": "top",
@@ -239750,7 +245879,7 @@
}
},
{
- "id": 7962,
+ "id": 8506,
"properties": {
"facing": "east",
"half": "top",
@@ -239759,7 +245888,7 @@
}
},
{
- "id": 7963,
+ "id": 8507,
"properties": {
"facing": "east",
"half": "top",
@@ -239768,7 +245897,7 @@
}
},
{
- "id": 7964,
+ "id": 8508,
"properties": {
"facing": "east",
"half": "top",
@@ -239777,7 +245906,7 @@
}
},
{
- "id": 7965,
+ "id": 8509,
"properties": {
"facing": "east",
"half": "top",
@@ -239786,7 +245915,7 @@
}
},
{
- "id": 7966,
+ "id": 8510,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239795,7 +245924,7 @@
}
},
{
- "id": 7967,
+ "id": 8511,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239804,7 +245933,7 @@
}
},
{
- "id": 7968,
+ "id": 8512,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239813,7 +245942,7 @@
}
},
{
- "id": 7969,
+ "id": 8513,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239822,7 +245951,7 @@
}
},
{
- "id": 7970,
+ "id": 8514,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239831,7 +245960,7 @@
}
},
{
- "id": 7971,
+ "id": 8515,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239840,7 +245969,7 @@
}
},
{
- "id": 7972,
+ "id": 8516,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239849,7 +245978,7 @@
}
},
{
- "id": 7973,
+ "id": 8517,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239858,7 +245987,7 @@
}
},
{
- "id": 7974,
+ "id": 8518,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239867,7 +245996,7 @@
}
},
{
- "id": 7975,
+ "id": 8519,
"properties": {
"facing": "east",
"half": "bottom",
@@ -239908,44 +246037,14 @@
]
},
"states": [
- {
- "id": 6191,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6192,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6193,
- "properties": {
- "facing": "north",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6194,
"properties": {
"facing": "north",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -239953,9 +246052,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -239963,9 +246062,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -239973,9 +246072,9 @@
"properties": {
"facing": "north",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -239984,42 +246083,72 @@
"facing": "north",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6199,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6200,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6201,
"properties": {
"facing": "north",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6202,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6203,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6204,
+ "properties": {
+ "facing": "north",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6205,
"properties": {
"facing": "north",
"half": "bottom",
@@ -240029,7 +246158,7 @@
}
},
{
- "id": 6203,
+ "id": 6206,
"properties": {
"facing": "north",
"half": "bottom",
@@ -240039,7 +246168,7 @@
}
},
{
- "id": 6204,
+ "id": 6207,
"properties": {
"facing": "north",
"half": "bottom",
@@ -240049,7 +246178,7 @@
}
},
{
- "id": 6205,
+ "id": 6208,
"properties": {
"facing": "north",
"half": "bottom",
@@ -240060,7 +246189,7 @@
},
{
"default": true,
- "id": 6206,
+ "id": 6209,
"properties": {
"facing": "north",
"half": "bottom",
@@ -240069,44 +246198,14 @@
"waterlogged": "false"
}
},
- {
- "id": 6207,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6208,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 6209,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
{
"id": 6210,
"properties": {
"facing": "south",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -240114,9 +246213,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240124,9 +246223,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -240134,9 +246233,9 @@
"properties": {
"facing": "south",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240145,38 +246244,38 @@
"facing": "south",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6215,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6216,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6217,
"properties": {
"facing": "south",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240185,8 +246284,8 @@
"facing": "south",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -240194,9 +246293,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240204,9 +246303,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -240214,9 +246313,9 @@
"properties": {
"facing": "south",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240225,48 +246324,48 @@
"facing": "south",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6223,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6224,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6225,
+ "id": 6224,
"properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6225,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6226,
"properties": {
"facing": "west",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -240274,9 +246373,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240284,9 +246383,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -240294,9 +246393,9 @@
"properties": {
"facing": "west",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240305,38 +246404,38 @@
"facing": "west",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6231,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6232,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6233,
"properties": {
"facing": "west",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240345,8 +246444,8 @@
"facing": "west",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -240354,9 +246453,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240364,9 +246463,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -240374,9 +246473,9 @@
"properties": {
"facing": "west",
"half": "bottom",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240385,48 +246484,48 @@
"facing": "west",
"half": "bottom",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6239,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 6240,
- "properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "true",
"waterlogged": "false"
}
},
{
- "id": 6241,
+ "id": 6240,
"properties": {
- "facing": "east",
- "half": "top",
- "open": "true",
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
"powered": "false",
"waterlogged": "true"
}
},
+ {
+ "id": 6241,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
{
"id": 6242,
"properties": {
"facing": "east",
"half": "top",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
@@ -240434,9 +246533,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240444,9 +246543,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
@@ -240454,9 +246553,9 @@
"properties": {
"facing": "east",
"half": "top",
- "open": "false",
+ "open": "true",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240465,38 +246564,38 @@
"facing": "east",
"half": "top",
"open": "false",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6247,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "true",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
"id": 6248,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
}
},
{
"id": 6249,
"properties": {
"facing": "east",
- "half": "bottom",
- "open": "true",
+ "half": "top",
+ "open": "false",
"powered": "false",
- "waterlogged": "true"
+ "waterlogged": "false"
}
},
{
@@ -240505,12 +246604,42 @@
"facing": "east",
"half": "bottom",
"open": "true",
- "powered": "false",
- "waterlogged": "false"
+ "powered": "true",
+ "waterlogged": "true"
}
},
{
"id": 6251,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6252,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 6253,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 6254,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240520,7 +246649,7 @@
}
},
{
- "id": 6252,
+ "id": 6255,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240530,7 +246659,7 @@
}
},
{
- "id": 6253,
+ "id": 6256,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240540,7 +246669,7 @@
}
},
{
- "id": 6254,
+ "id": 6257,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240571,7 +246700,7 @@
},
"states": [
{
- "id": 5702,
+ "id": 5705,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -240579,49 +246708,49 @@
},
{
"default": true,
- "id": 5703,
+ "id": 5706,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5704,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5705,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5706,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5707,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5708,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5709,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5710,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5711,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5709,
+ "id": 5712,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -240649,7 +246778,7 @@
},
"states": [
{
- "id": 4854,
+ "id": 4857,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -240657,49 +246786,49 @@
},
{
"default": true,
- "id": 4855,
+ "id": 4858,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 4856,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 4857,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 4858,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 4859,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 4860,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4861,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 4862,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 4863,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 4861,
+ "id": 4864,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -240879,21 +247008,21 @@
},
"states": [
{
- "id": 11605,
+ "id": 12149,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11606,
+ "id": 12150,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11607,
+ "id": 12151,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -240901,21 +247030,21 @@
},
{
"default": true,
- "id": 11608,
+ "id": 12152,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11609,
+ "id": 12153,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11610,
+ "id": 12154,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -240956,7 +247085,7 @@
},
"states": [
{
- "id": 7339,
+ "id": 7470,
"properties": {
"facing": "north",
"half": "top",
@@ -240965,7 +247094,7 @@
}
},
{
- "id": 7340,
+ "id": 7471,
"properties": {
"facing": "north",
"half": "top",
@@ -240974,7 +247103,7 @@
}
},
{
- "id": 7341,
+ "id": 7472,
"properties": {
"facing": "north",
"half": "top",
@@ -240983,7 +247112,7 @@
}
},
{
- "id": 7342,
+ "id": 7473,
"properties": {
"facing": "north",
"half": "top",
@@ -240992,7 +247121,7 @@
}
},
{
- "id": 7343,
+ "id": 7474,
"properties": {
"facing": "north",
"half": "top",
@@ -241001,7 +247130,7 @@
}
},
{
- "id": 7344,
+ "id": 7475,
"properties": {
"facing": "north",
"half": "top",
@@ -241010,7 +247139,7 @@
}
},
{
- "id": 7345,
+ "id": 7476,
"properties": {
"facing": "north",
"half": "top",
@@ -241019,7 +247148,7 @@
}
},
{
- "id": 7346,
+ "id": 7477,
"properties": {
"facing": "north",
"half": "top",
@@ -241028,7 +247157,7 @@
}
},
{
- "id": 7347,
+ "id": 7478,
"properties": {
"facing": "north",
"half": "top",
@@ -241037,7 +247166,7 @@
}
},
{
- "id": 7348,
+ "id": 7479,
"properties": {
"facing": "north",
"half": "top",
@@ -241046,7 +247175,7 @@
}
},
{
- "id": 7349,
+ "id": 7480,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241056,7 +247185,7 @@
},
{
"default": true,
- "id": 7350,
+ "id": 7481,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241065,7 +247194,7 @@
}
},
{
- "id": 7351,
+ "id": 7482,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241074,7 +247203,7 @@
}
},
{
- "id": 7352,
+ "id": 7483,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241083,7 +247212,7 @@
}
},
{
- "id": 7353,
+ "id": 7484,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241092,7 +247221,7 @@
}
},
{
- "id": 7354,
+ "id": 7485,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241101,7 +247230,7 @@
}
},
{
- "id": 7355,
+ "id": 7486,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241110,7 +247239,7 @@
}
},
{
- "id": 7356,
+ "id": 7487,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241119,7 +247248,7 @@
}
},
{
- "id": 7357,
+ "id": 7488,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241128,7 +247257,7 @@
}
},
{
- "id": 7358,
+ "id": 7489,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241137,7 +247266,7 @@
}
},
{
- "id": 7359,
+ "id": 7490,
"properties": {
"facing": "south",
"half": "top",
@@ -241146,7 +247275,7 @@
}
},
{
- "id": 7360,
+ "id": 7491,
"properties": {
"facing": "south",
"half": "top",
@@ -241155,7 +247284,7 @@
}
},
{
- "id": 7361,
+ "id": 7492,
"properties": {
"facing": "south",
"half": "top",
@@ -241164,7 +247293,7 @@
}
},
{
- "id": 7362,
+ "id": 7493,
"properties": {
"facing": "south",
"half": "top",
@@ -241173,7 +247302,7 @@
}
},
{
- "id": 7363,
+ "id": 7494,
"properties": {
"facing": "south",
"half": "top",
@@ -241182,7 +247311,7 @@
}
},
{
- "id": 7364,
+ "id": 7495,
"properties": {
"facing": "south",
"half": "top",
@@ -241191,7 +247320,7 @@
}
},
{
- "id": 7365,
+ "id": 7496,
"properties": {
"facing": "south",
"half": "top",
@@ -241200,7 +247329,7 @@
}
},
{
- "id": 7366,
+ "id": 7497,
"properties": {
"facing": "south",
"half": "top",
@@ -241209,7 +247338,7 @@
}
},
{
- "id": 7367,
+ "id": 7498,
"properties": {
"facing": "south",
"half": "top",
@@ -241218,7 +247347,7 @@
}
},
{
- "id": 7368,
+ "id": 7499,
"properties": {
"facing": "south",
"half": "top",
@@ -241227,7 +247356,7 @@
}
},
{
- "id": 7369,
+ "id": 7500,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241236,7 +247365,7 @@
}
},
{
- "id": 7370,
+ "id": 7501,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241245,7 +247374,7 @@
}
},
{
- "id": 7371,
+ "id": 7502,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241254,7 +247383,7 @@
}
},
{
- "id": 7372,
+ "id": 7503,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241263,7 +247392,7 @@
}
},
{
- "id": 7373,
+ "id": 7504,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241272,7 +247401,7 @@
}
},
{
- "id": 7374,
+ "id": 7505,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241281,7 +247410,7 @@
}
},
{
- "id": 7375,
+ "id": 7506,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241290,7 +247419,7 @@
}
},
{
- "id": 7376,
+ "id": 7507,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241299,7 +247428,7 @@
}
},
{
- "id": 7377,
+ "id": 7508,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241308,7 +247437,7 @@
}
},
{
- "id": 7378,
+ "id": 7509,
"properties": {
"facing": "south",
"half": "bottom",
@@ -241317,7 +247446,7 @@
}
},
{
- "id": 7379,
+ "id": 7510,
"properties": {
"facing": "west",
"half": "top",
@@ -241326,7 +247455,7 @@
}
},
{
- "id": 7380,
+ "id": 7511,
"properties": {
"facing": "west",
"half": "top",
@@ -241335,7 +247464,7 @@
}
},
{
- "id": 7381,
+ "id": 7512,
"properties": {
"facing": "west",
"half": "top",
@@ -241344,7 +247473,7 @@
}
},
{
- "id": 7382,
+ "id": 7513,
"properties": {
"facing": "west",
"half": "top",
@@ -241353,7 +247482,7 @@
}
},
{
- "id": 7383,
+ "id": 7514,
"properties": {
"facing": "west",
"half": "top",
@@ -241362,7 +247491,7 @@
}
},
{
- "id": 7384,
+ "id": 7515,
"properties": {
"facing": "west",
"half": "top",
@@ -241371,7 +247500,7 @@
}
},
{
- "id": 7385,
+ "id": 7516,
"properties": {
"facing": "west",
"half": "top",
@@ -241380,7 +247509,7 @@
}
},
{
- "id": 7386,
+ "id": 7517,
"properties": {
"facing": "west",
"half": "top",
@@ -241389,7 +247518,7 @@
}
},
{
- "id": 7387,
+ "id": 7518,
"properties": {
"facing": "west",
"half": "top",
@@ -241398,7 +247527,7 @@
}
},
{
- "id": 7388,
+ "id": 7519,
"properties": {
"facing": "west",
"half": "top",
@@ -241407,7 +247536,7 @@
}
},
{
- "id": 7389,
+ "id": 7520,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241416,7 +247545,7 @@
}
},
{
- "id": 7390,
+ "id": 7521,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241425,7 +247554,7 @@
}
},
{
- "id": 7391,
+ "id": 7522,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241434,7 +247563,7 @@
}
},
{
- "id": 7392,
+ "id": 7523,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241443,7 +247572,7 @@
}
},
{
- "id": 7393,
+ "id": 7524,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241452,7 +247581,7 @@
}
},
{
- "id": 7394,
+ "id": 7525,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241461,7 +247590,7 @@
}
},
{
- "id": 7395,
+ "id": 7526,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241470,7 +247599,7 @@
}
},
{
- "id": 7396,
+ "id": 7527,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241479,7 +247608,7 @@
}
},
{
- "id": 7397,
+ "id": 7528,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241488,7 +247617,7 @@
}
},
{
- "id": 7398,
+ "id": 7529,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241497,7 +247626,7 @@
}
},
{
- "id": 7399,
+ "id": 7530,
"properties": {
"facing": "east",
"half": "top",
@@ -241506,7 +247635,7 @@
}
},
{
- "id": 7400,
+ "id": 7531,
"properties": {
"facing": "east",
"half": "top",
@@ -241515,7 +247644,7 @@
}
},
{
- "id": 7401,
+ "id": 7532,
"properties": {
"facing": "east",
"half": "top",
@@ -241524,7 +247653,7 @@
}
},
{
- "id": 7402,
+ "id": 7533,
"properties": {
"facing": "east",
"half": "top",
@@ -241533,7 +247662,7 @@
}
},
{
- "id": 7403,
+ "id": 7534,
"properties": {
"facing": "east",
"half": "top",
@@ -241542,7 +247671,7 @@
}
},
{
- "id": 7404,
+ "id": 7535,
"properties": {
"facing": "east",
"half": "top",
@@ -241551,7 +247680,7 @@
}
},
{
- "id": 7405,
+ "id": 7536,
"properties": {
"facing": "east",
"half": "top",
@@ -241560,7 +247689,7 @@
}
},
{
- "id": 7406,
+ "id": 7537,
"properties": {
"facing": "east",
"half": "top",
@@ -241569,7 +247698,7 @@
}
},
{
- "id": 7407,
+ "id": 7538,
"properties": {
"facing": "east",
"half": "top",
@@ -241578,7 +247707,7 @@
}
},
{
- "id": 7408,
+ "id": 7539,
"properties": {
"facing": "east",
"half": "top",
@@ -241587,7 +247716,7 @@
}
},
{
- "id": 7409,
+ "id": 7540,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241596,7 +247725,7 @@
}
},
{
- "id": 7410,
+ "id": 7541,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241605,7 +247734,7 @@
}
},
{
- "id": 7411,
+ "id": 7542,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241614,7 +247743,7 @@
}
},
{
- "id": 7412,
+ "id": 7543,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241623,7 +247752,7 @@
}
},
{
- "id": 7413,
+ "id": 7544,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241632,7 +247761,7 @@
}
},
{
- "id": 7414,
+ "id": 7545,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241641,7 +247770,7 @@
}
},
{
- "id": 7415,
+ "id": 7546,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241650,7 +247779,7 @@
}
},
{
- "id": 7416,
+ "id": 7547,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241659,7 +247788,7 @@
}
},
{
- "id": 7417,
+ "id": 7548,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241668,7 +247797,7 @@
}
},
{
- "id": 7418,
+ "id": 7549,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241715,7 +247844,7 @@
},
"states": [
{
- "id": 16249,
+ "id": 16793,
"properties": {
"east": "none",
"north": "none",
@@ -241726,7 +247855,7 @@
}
},
{
- "id": 16250,
+ "id": 16794,
"properties": {
"east": "none",
"north": "none",
@@ -241737,7 +247866,7 @@
}
},
{
- "id": 16251,
+ "id": 16795,
"properties": {
"east": "none",
"north": "none",
@@ -241749,7 +247878,7 @@
},
{
"default": true,
- "id": 16252,
+ "id": 16796,
"properties": {
"east": "none",
"north": "none",
@@ -241760,7 +247889,7 @@
}
},
{
- "id": 16253,
+ "id": 16797,
"properties": {
"east": "none",
"north": "none",
@@ -241771,7 +247900,7 @@
}
},
{
- "id": 16254,
+ "id": 16798,
"properties": {
"east": "none",
"north": "none",
@@ -241782,7 +247911,7 @@
}
},
{
- "id": 16255,
+ "id": 16799,
"properties": {
"east": "none",
"north": "none",
@@ -241793,7 +247922,7 @@
}
},
{
- "id": 16256,
+ "id": 16800,
"properties": {
"east": "none",
"north": "none",
@@ -241804,7 +247933,7 @@
}
},
{
- "id": 16257,
+ "id": 16801,
"properties": {
"east": "none",
"north": "none",
@@ -241815,7 +247944,7 @@
}
},
{
- "id": 16258,
+ "id": 16802,
"properties": {
"east": "none",
"north": "none",
@@ -241826,7 +247955,7 @@
}
},
{
- "id": 16259,
+ "id": 16803,
"properties": {
"east": "none",
"north": "none",
@@ -241837,7 +247966,7 @@
}
},
{
- "id": 16260,
+ "id": 16804,
"properties": {
"east": "none",
"north": "none",
@@ -241848,7 +247977,7 @@
}
},
{
- "id": 16261,
+ "id": 16805,
"properties": {
"east": "none",
"north": "none",
@@ -241859,7 +247988,7 @@
}
},
{
- "id": 16262,
+ "id": 16806,
"properties": {
"east": "none",
"north": "none",
@@ -241870,7 +247999,7 @@
}
},
{
- "id": 16263,
+ "id": 16807,
"properties": {
"east": "none",
"north": "none",
@@ -241881,7 +248010,7 @@
}
},
{
- "id": 16264,
+ "id": 16808,
"properties": {
"east": "none",
"north": "none",
@@ -241892,7 +248021,7 @@
}
},
{
- "id": 16265,
+ "id": 16809,
"properties": {
"east": "none",
"north": "none",
@@ -241903,7 +248032,7 @@
}
},
{
- "id": 16266,
+ "id": 16810,
"properties": {
"east": "none",
"north": "none",
@@ -241914,7 +248043,7 @@
}
},
{
- "id": 16267,
+ "id": 16811,
"properties": {
"east": "none",
"north": "none",
@@ -241925,7 +248054,7 @@
}
},
{
- "id": 16268,
+ "id": 16812,
"properties": {
"east": "none",
"north": "none",
@@ -241936,7 +248065,7 @@
}
},
{
- "id": 16269,
+ "id": 16813,
"properties": {
"east": "none",
"north": "none",
@@ -241947,7 +248076,7 @@
}
},
{
- "id": 16270,
+ "id": 16814,
"properties": {
"east": "none",
"north": "none",
@@ -241958,7 +248087,7 @@
}
},
{
- "id": 16271,
+ "id": 16815,
"properties": {
"east": "none",
"north": "none",
@@ -241969,7 +248098,7 @@
}
},
{
- "id": 16272,
+ "id": 16816,
"properties": {
"east": "none",
"north": "none",
@@ -241980,7 +248109,7 @@
}
},
{
- "id": 16273,
+ "id": 16817,
"properties": {
"east": "none",
"north": "none",
@@ -241991,7 +248120,7 @@
}
},
{
- "id": 16274,
+ "id": 16818,
"properties": {
"east": "none",
"north": "none",
@@ -242002,7 +248131,7 @@
}
},
{
- "id": 16275,
+ "id": 16819,
"properties": {
"east": "none",
"north": "none",
@@ -242013,7 +248142,7 @@
}
},
{
- "id": 16276,
+ "id": 16820,
"properties": {
"east": "none",
"north": "none",
@@ -242024,7 +248153,7 @@
}
},
{
- "id": 16277,
+ "id": 16821,
"properties": {
"east": "none",
"north": "none",
@@ -242035,7 +248164,7 @@
}
},
{
- "id": 16278,
+ "id": 16822,
"properties": {
"east": "none",
"north": "none",
@@ -242046,7 +248175,7 @@
}
},
{
- "id": 16279,
+ "id": 16823,
"properties": {
"east": "none",
"north": "none",
@@ -242057,7 +248186,7 @@
}
},
{
- "id": 16280,
+ "id": 16824,
"properties": {
"east": "none",
"north": "none",
@@ -242068,7 +248197,7 @@
}
},
{
- "id": 16281,
+ "id": 16825,
"properties": {
"east": "none",
"north": "none",
@@ -242079,7 +248208,7 @@
}
},
{
- "id": 16282,
+ "id": 16826,
"properties": {
"east": "none",
"north": "none",
@@ -242090,7 +248219,7 @@
}
},
{
- "id": 16283,
+ "id": 16827,
"properties": {
"east": "none",
"north": "none",
@@ -242101,7 +248230,7 @@
}
},
{
- "id": 16284,
+ "id": 16828,
"properties": {
"east": "none",
"north": "none",
@@ -242112,7 +248241,7 @@
}
},
{
- "id": 16285,
+ "id": 16829,
"properties": {
"east": "none",
"north": "low",
@@ -242123,7 +248252,7 @@
}
},
{
- "id": 16286,
+ "id": 16830,
"properties": {
"east": "none",
"north": "low",
@@ -242134,7 +248263,7 @@
}
},
{
- "id": 16287,
+ "id": 16831,
"properties": {
"east": "none",
"north": "low",
@@ -242145,7 +248274,7 @@
}
},
{
- "id": 16288,
+ "id": 16832,
"properties": {
"east": "none",
"north": "low",
@@ -242156,7 +248285,7 @@
}
},
{
- "id": 16289,
+ "id": 16833,
"properties": {
"east": "none",
"north": "low",
@@ -242167,7 +248296,7 @@
}
},
{
- "id": 16290,
+ "id": 16834,
"properties": {
"east": "none",
"north": "low",
@@ -242178,7 +248307,7 @@
}
},
{
- "id": 16291,
+ "id": 16835,
"properties": {
"east": "none",
"north": "low",
@@ -242189,7 +248318,7 @@
}
},
{
- "id": 16292,
+ "id": 16836,
"properties": {
"east": "none",
"north": "low",
@@ -242200,7 +248329,7 @@
}
},
{
- "id": 16293,
+ "id": 16837,
"properties": {
"east": "none",
"north": "low",
@@ -242211,7 +248340,7 @@
}
},
{
- "id": 16294,
+ "id": 16838,
"properties": {
"east": "none",
"north": "low",
@@ -242222,7 +248351,7 @@
}
},
{
- "id": 16295,
+ "id": 16839,
"properties": {
"east": "none",
"north": "low",
@@ -242233,7 +248362,7 @@
}
},
{
- "id": 16296,
+ "id": 16840,
"properties": {
"east": "none",
"north": "low",
@@ -242244,7 +248373,7 @@
}
},
{
- "id": 16297,
+ "id": 16841,
"properties": {
"east": "none",
"north": "low",
@@ -242255,7 +248384,7 @@
}
},
{
- "id": 16298,
+ "id": 16842,
"properties": {
"east": "none",
"north": "low",
@@ -242266,7 +248395,7 @@
}
},
{
- "id": 16299,
+ "id": 16843,
"properties": {
"east": "none",
"north": "low",
@@ -242277,7 +248406,7 @@
}
},
{
- "id": 16300,
+ "id": 16844,
"properties": {
"east": "none",
"north": "low",
@@ -242288,7 +248417,7 @@
}
},
{
- "id": 16301,
+ "id": 16845,
"properties": {
"east": "none",
"north": "low",
@@ -242299,7 +248428,7 @@
}
},
{
- "id": 16302,
+ "id": 16846,
"properties": {
"east": "none",
"north": "low",
@@ -242310,7 +248439,7 @@
}
},
{
- "id": 16303,
+ "id": 16847,
"properties": {
"east": "none",
"north": "low",
@@ -242321,7 +248450,7 @@
}
},
{
- "id": 16304,
+ "id": 16848,
"properties": {
"east": "none",
"north": "low",
@@ -242332,7 +248461,7 @@
}
},
{
- "id": 16305,
+ "id": 16849,
"properties": {
"east": "none",
"north": "low",
@@ -242343,7 +248472,7 @@
}
},
{
- "id": 16306,
+ "id": 16850,
"properties": {
"east": "none",
"north": "low",
@@ -242354,7 +248483,7 @@
}
},
{
- "id": 16307,
+ "id": 16851,
"properties": {
"east": "none",
"north": "low",
@@ -242365,7 +248494,7 @@
}
},
{
- "id": 16308,
+ "id": 16852,
"properties": {
"east": "none",
"north": "low",
@@ -242376,7 +248505,7 @@
}
},
{
- "id": 16309,
+ "id": 16853,
"properties": {
"east": "none",
"north": "low",
@@ -242387,7 +248516,7 @@
}
},
{
- "id": 16310,
+ "id": 16854,
"properties": {
"east": "none",
"north": "low",
@@ -242398,7 +248527,7 @@
}
},
{
- "id": 16311,
+ "id": 16855,
"properties": {
"east": "none",
"north": "low",
@@ -242409,7 +248538,7 @@
}
},
{
- "id": 16312,
+ "id": 16856,
"properties": {
"east": "none",
"north": "low",
@@ -242420,7 +248549,7 @@
}
},
{
- "id": 16313,
+ "id": 16857,
"properties": {
"east": "none",
"north": "low",
@@ -242431,7 +248560,7 @@
}
},
{
- "id": 16314,
+ "id": 16858,
"properties": {
"east": "none",
"north": "low",
@@ -242442,7 +248571,7 @@
}
},
{
- "id": 16315,
+ "id": 16859,
"properties": {
"east": "none",
"north": "low",
@@ -242453,7 +248582,7 @@
}
},
{
- "id": 16316,
+ "id": 16860,
"properties": {
"east": "none",
"north": "low",
@@ -242464,7 +248593,7 @@
}
},
{
- "id": 16317,
+ "id": 16861,
"properties": {
"east": "none",
"north": "low",
@@ -242475,7 +248604,7 @@
}
},
{
- "id": 16318,
+ "id": 16862,
"properties": {
"east": "none",
"north": "low",
@@ -242486,7 +248615,7 @@
}
},
{
- "id": 16319,
+ "id": 16863,
"properties": {
"east": "none",
"north": "low",
@@ -242497,7 +248626,7 @@
}
},
{
- "id": 16320,
+ "id": 16864,
"properties": {
"east": "none",
"north": "low",
@@ -242508,7 +248637,7 @@
}
},
{
- "id": 16321,
+ "id": 16865,
"properties": {
"east": "none",
"north": "tall",
@@ -242519,7 +248648,7 @@
}
},
{
- "id": 16322,
+ "id": 16866,
"properties": {
"east": "none",
"north": "tall",
@@ -242530,7 +248659,7 @@
}
},
{
- "id": 16323,
+ "id": 16867,
"properties": {
"east": "none",
"north": "tall",
@@ -242541,7 +248670,7 @@
}
},
{
- "id": 16324,
+ "id": 16868,
"properties": {
"east": "none",
"north": "tall",
@@ -242552,7 +248681,7 @@
}
},
{
- "id": 16325,
+ "id": 16869,
"properties": {
"east": "none",
"north": "tall",
@@ -242563,7 +248692,7 @@
}
},
{
- "id": 16326,
+ "id": 16870,
"properties": {
"east": "none",
"north": "tall",
@@ -242574,7 +248703,7 @@
}
},
{
- "id": 16327,
+ "id": 16871,
"properties": {
"east": "none",
"north": "tall",
@@ -242585,7 +248714,7 @@
}
},
{
- "id": 16328,
+ "id": 16872,
"properties": {
"east": "none",
"north": "tall",
@@ -242596,7 +248725,7 @@
}
},
{
- "id": 16329,
+ "id": 16873,
"properties": {
"east": "none",
"north": "tall",
@@ -242607,7 +248736,7 @@
}
},
{
- "id": 16330,
+ "id": 16874,
"properties": {
"east": "none",
"north": "tall",
@@ -242618,7 +248747,7 @@
}
},
{
- "id": 16331,
+ "id": 16875,
"properties": {
"east": "none",
"north": "tall",
@@ -242629,7 +248758,7 @@
}
},
{
- "id": 16332,
+ "id": 16876,
"properties": {
"east": "none",
"north": "tall",
@@ -242640,7 +248769,7 @@
}
},
{
- "id": 16333,
+ "id": 16877,
"properties": {
"east": "none",
"north": "tall",
@@ -242651,7 +248780,7 @@
}
},
{
- "id": 16334,
+ "id": 16878,
"properties": {
"east": "none",
"north": "tall",
@@ -242662,7 +248791,7 @@
}
},
{
- "id": 16335,
+ "id": 16879,
"properties": {
"east": "none",
"north": "tall",
@@ -242673,7 +248802,7 @@
}
},
{
- "id": 16336,
+ "id": 16880,
"properties": {
"east": "none",
"north": "tall",
@@ -242684,7 +248813,7 @@
}
},
{
- "id": 16337,
+ "id": 16881,
"properties": {
"east": "none",
"north": "tall",
@@ -242695,7 +248824,7 @@
}
},
{
- "id": 16338,
+ "id": 16882,
"properties": {
"east": "none",
"north": "tall",
@@ -242706,7 +248835,7 @@
}
},
{
- "id": 16339,
+ "id": 16883,
"properties": {
"east": "none",
"north": "tall",
@@ -242717,7 +248846,7 @@
}
},
{
- "id": 16340,
+ "id": 16884,
"properties": {
"east": "none",
"north": "tall",
@@ -242728,7 +248857,7 @@
}
},
{
- "id": 16341,
+ "id": 16885,
"properties": {
"east": "none",
"north": "tall",
@@ -242739,7 +248868,7 @@
}
},
{
- "id": 16342,
+ "id": 16886,
"properties": {
"east": "none",
"north": "tall",
@@ -242750,7 +248879,7 @@
}
},
{
- "id": 16343,
+ "id": 16887,
"properties": {
"east": "none",
"north": "tall",
@@ -242761,7 +248890,7 @@
}
},
{
- "id": 16344,
+ "id": 16888,
"properties": {
"east": "none",
"north": "tall",
@@ -242772,7 +248901,7 @@
}
},
{
- "id": 16345,
+ "id": 16889,
"properties": {
"east": "none",
"north": "tall",
@@ -242783,7 +248912,7 @@
}
},
{
- "id": 16346,
+ "id": 16890,
"properties": {
"east": "none",
"north": "tall",
@@ -242794,7 +248923,7 @@
}
},
{
- "id": 16347,
+ "id": 16891,
"properties": {
"east": "none",
"north": "tall",
@@ -242805,7 +248934,7 @@
}
},
{
- "id": 16348,
+ "id": 16892,
"properties": {
"east": "none",
"north": "tall",
@@ -242816,7 +248945,7 @@
}
},
{
- "id": 16349,
+ "id": 16893,
"properties": {
"east": "none",
"north": "tall",
@@ -242827,7 +248956,7 @@
}
},
{
- "id": 16350,
+ "id": 16894,
"properties": {
"east": "none",
"north": "tall",
@@ -242838,7 +248967,7 @@
}
},
{
- "id": 16351,
+ "id": 16895,
"properties": {
"east": "none",
"north": "tall",
@@ -242849,7 +248978,7 @@
}
},
{
- "id": 16352,
+ "id": 16896,
"properties": {
"east": "none",
"north": "tall",
@@ -242860,7 +248989,7 @@
}
},
{
- "id": 16353,
+ "id": 16897,
"properties": {
"east": "none",
"north": "tall",
@@ -242871,7 +249000,7 @@
}
},
{
- "id": 16354,
+ "id": 16898,
"properties": {
"east": "none",
"north": "tall",
@@ -242882,7 +249011,7 @@
}
},
{
- "id": 16355,
+ "id": 16899,
"properties": {
"east": "none",
"north": "tall",
@@ -242893,7 +249022,7 @@
}
},
{
- "id": 16356,
+ "id": 16900,
"properties": {
"east": "none",
"north": "tall",
@@ -242904,7 +249033,7 @@
}
},
{
- "id": 16357,
+ "id": 16901,
"properties": {
"east": "low",
"north": "none",
@@ -242915,7 +249044,7 @@
}
},
{
- "id": 16358,
+ "id": 16902,
"properties": {
"east": "low",
"north": "none",
@@ -242926,7 +249055,7 @@
}
},
{
- "id": 16359,
+ "id": 16903,
"properties": {
"east": "low",
"north": "none",
@@ -242937,7 +249066,7 @@
}
},
{
- "id": 16360,
+ "id": 16904,
"properties": {
"east": "low",
"north": "none",
@@ -242948,7 +249077,7 @@
}
},
{
- "id": 16361,
+ "id": 16905,
"properties": {
"east": "low",
"north": "none",
@@ -242959,7 +249088,7 @@
}
},
{
- "id": 16362,
+ "id": 16906,
"properties": {
"east": "low",
"north": "none",
@@ -242970,7 +249099,7 @@
}
},
{
- "id": 16363,
+ "id": 16907,
"properties": {
"east": "low",
"north": "none",
@@ -242981,7 +249110,7 @@
}
},
{
- "id": 16364,
+ "id": 16908,
"properties": {
"east": "low",
"north": "none",
@@ -242992,7 +249121,7 @@
}
},
{
- "id": 16365,
+ "id": 16909,
"properties": {
"east": "low",
"north": "none",
@@ -243003,7 +249132,7 @@
}
},
{
- "id": 16366,
+ "id": 16910,
"properties": {
"east": "low",
"north": "none",
@@ -243014,7 +249143,7 @@
}
},
{
- "id": 16367,
+ "id": 16911,
"properties": {
"east": "low",
"north": "none",
@@ -243025,7 +249154,7 @@
}
},
{
- "id": 16368,
+ "id": 16912,
"properties": {
"east": "low",
"north": "none",
@@ -243036,7 +249165,7 @@
}
},
{
- "id": 16369,
+ "id": 16913,
"properties": {
"east": "low",
"north": "none",
@@ -243047,7 +249176,7 @@
}
},
{
- "id": 16370,
+ "id": 16914,
"properties": {
"east": "low",
"north": "none",
@@ -243058,7 +249187,7 @@
}
},
{
- "id": 16371,
+ "id": 16915,
"properties": {
"east": "low",
"north": "none",
@@ -243069,7 +249198,7 @@
}
},
{
- "id": 16372,
+ "id": 16916,
"properties": {
"east": "low",
"north": "none",
@@ -243080,7 +249209,7 @@
}
},
{
- "id": 16373,
+ "id": 16917,
"properties": {
"east": "low",
"north": "none",
@@ -243091,7 +249220,7 @@
}
},
{
- "id": 16374,
+ "id": 16918,
"properties": {
"east": "low",
"north": "none",
@@ -243102,7 +249231,7 @@
}
},
{
- "id": 16375,
+ "id": 16919,
"properties": {
"east": "low",
"north": "none",
@@ -243113,7 +249242,7 @@
}
},
{
- "id": 16376,
+ "id": 16920,
"properties": {
"east": "low",
"north": "none",
@@ -243124,7 +249253,7 @@
}
},
{
- "id": 16377,
+ "id": 16921,
"properties": {
"east": "low",
"north": "none",
@@ -243135,7 +249264,7 @@
}
},
{
- "id": 16378,
+ "id": 16922,
"properties": {
"east": "low",
"north": "none",
@@ -243146,7 +249275,7 @@
}
},
{
- "id": 16379,
+ "id": 16923,
"properties": {
"east": "low",
"north": "none",
@@ -243157,7 +249286,7 @@
}
},
{
- "id": 16380,
+ "id": 16924,
"properties": {
"east": "low",
"north": "none",
@@ -243168,7 +249297,7 @@
}
},
{
- "id": 16381,
+ "id": 16925,
"properties": {
"east": "low",
"north": "none",
@@ -243179,7 +249308,7 @@
}
},
{
- "id": 16382,
+ "id": 16926,
"properties": {
"east": "low",
"north": "none",
@@ -243190,7 +249319,7 @@
}
},
{
- "id": 16383,
+ "id": 16927,
"properties": {
"east": "low",
"north": "none",
@@ -243201,7 +249330,7 @@
}
},
{
- "id": 16384,
+ "id": 16928,
"properties": {
"east": "low",
"north": "none",
@@ -243212,7 +249341,7 @@
}
},
{
- "id": 16385,
+ "id": 16929,
"properties": {
"east": "low",
"north": "none",
@@ -243223,7 +249352,7 @@
}
},
{
- "id": 16386,
+ "id": 16930,
"properties": {
"east": "low",
"north": "none",
@@ -243234,7 +249363,7 @@
}
},
{
- "id": 16387,
+ "id": 16931,
"properties": {
"east": "low",
"north": "none",
@@ -243245,7 +249374,7 @@
}
},
{
- "id": 16388,
+ "id": 16932,
"properties": {
"east": "low",
"north": "none",
@@ -243256,7 +249385,7 @@
}
},
{
- "id": 16389,
+ "id": 16933,
"properties": {
"east": "low",
"north": "none",
@@ -243267,7 +249396,7 @@
}
},
{
- "id": 16390,
+ "id": 16934,
"properties": {
"east": "low",
"north": "none",
@@ -243278,7 +249407,7 @@
}
},
{
- "id": 16391,
+ "id": 16935,
"properties": {
"east": "low",
"north": "none",
@@ -243289,7 +249418,7 @@
}
},
{
- "id": 16392,
+ "id": 16936,
"properties": {
"east": "low",
"north": "none",
@@ -243300,7 +249429,7 @@
}
},
{
- "id": 16393,
+ "id": 16937,
"properties": {
"east": "low",
"north": "low",
@@ -243311,7 +249440,7 @@
}
},
{
- "id": 16394,
+ "id": 16938,
"properties": {
"east": "low",
"north": "low",
@@ -243322,7 +249451,7 @@
}
},
{
- "id": 16395,
+ "id": 16939,
"properties": {
"east": "low",
"north": "low",
@@ -243333,7 +249462,7 @@
}
},
{
- "id": 16396,
+ "id": 16940,
"properties": {
"east": "low",
"north": "low",
@@ -243344,7 +249473,7 @@
}
},
{
- "id": 16397,
+ "id": 16941,
"properties": {
"east": "low",
"north": "low",
@@ -243355,7 +249484,7 @@
}
},
{
- "id": 16398,
+ "id": 16942,
"properties": {
"east": "low",
"north": "low",
@@ -243366,7 +249495,7 @@
}
},
{
- "id": 16399,
+ "id": 16943,
"properties": {
"east": "low",
"north": "low",
@@ -243377,7 +249506,7 @@
}
},
{
- "id": 16400,
+ "id": 16944,
"properties": {
"east": "low",
"north": "low",
@@ -243388,7 +249517,7 @@
}
},
{
- "id": 16401,
+ "id": 16945,
"properties": {
"east": "low",
"north": "low",
@@ -243399,7 +249528,7 @@
}
},
{
- "id": 16402,
+ "id": 16946,
"properties": {
"east": "low",
"north": "low",
@@ -243410,7 +249539,7 @@
}
},
{
- "id": 16403,
+ "id": 16947,
"properties": {
"east": "low",
"north": "low",
@@ -243421,7 +249550,7 @@
}
},
{
- "id": 16404,
+ "id": 16948,
"properties": {
"east": "low",
"north": "low",
@@ -243432,7 +249561,7 @@
}
},
{
- "id": 16405,
+ "id": 16949,
"properties": {
"east": "low",
"north": "low",
@@ -243443,7 +249572,7 @@
}
},
{
- "id": 16406,
+ "id": 16950,
"properties": {
"east": "low",
"north": "low",
@@ -243454,7 +249583,7 @@
}
},
{
- "id": 16407,
+ "id": 16951,
"properties": {
"east": "low",
"north": "low",
@@ -243465,7 +249594,7 @@
}
},
{
- "id": 16408,
+ "id": 16952,
"properties": {
"east": "low",
"north": "low",
@@ -243476,7 +249605,7 @@
}
},
{
- "id": 16409,
+ "id": 16953,
"properties": {
"east": "low",
"north": "low",
@@ -243487,7 +249616,7 @@
}
},
{
- "id": 16410,
+ "id": 16954,
"properties": {
"east": "low",
"north": "low",
@@ -243498,7 +249627,7 @@
}
},
{
- "id": 16411,
+ "id": 16955,
"properties": {
"east": "low",
"north": "low",
@@ -243509,7 +249638,7 @@
}
},
{
- "id": 16412,
+ "id": 16956,
"properties": {
"east": "low",
"north": "low",
@@ -243520,7 +249649,7 @@
}
},
{
- "id": 16413,
+ "id": 16957,
"properties": {
"east": "low",
"north": "low",
@@ -243531,7 +249660,7 @@
}
},
{
- "id": 16414,
+ "id": 16958,
"properties": {
"east": "low",
"north": "low",
@@ -243542,7 +249671,7 @@
}
},
{
- "id": 16415,
+ "id": 16959,
"properties": {
"east": "low",
"north": "low",
@@ -243553,7 +249682,7 @@
}
},
{
- "id": 16416,
+ "id": 16960,
"properties": {
"east": "low",
"north": "low",
@@ -243564,7 +249693,7 @@
}
},
{
- "id": 16417,
+ "id": 16961,
"properties": {
"east": "low",
"north": "low",
@@ -243575,7 +249704,7 @@
}
},
{
- "id": 16418,
+ "id": 16962,
"properties": {
"east": "low",
"north": "low",
@@ -243586,7 +249715,7 @@
}
},
{
- "id": 16419,
+ "id": 16963,
"properties": {
"east": "low",
"north": "low",
@@ -243597,7 +249726,7 @@
}
},
{
- "id": 16420,
+ "id": 16964,
"properties": {
"east": "low",
"north": "low",
@@ -243608,7 +249737,7 @@
}
},
{
- "id": 16421,
+ "id": 16965,
"properties": {
"east": "low",
"north": "low",
@@ -243619,7 +249748,7 @@
}
},
{
- "id": 16422,
+ "id": 16966,
"properties": {
"east": "low",
"north": "low",
@@ -243630,7 +249759,7 @@
}
},
{
- "id": 16423,
+ "id": 16967,
"properties": {
"east": "low",
"north": "low",
@@ -243641,7 +249770,7 @@
}
},
{
- "id": 16424,
+ "id": 16968,
"properties": {
"east": "low",
"north": "low",
@@ -243652,7 +249781,7 @@
}
},
{
- "id": 16425,
+ "id": 16969,
"properties": {
"east": "low",
"north": "low",
@@ -243663,7 +249792,7 @@
}
},
{
- "id": 16426,
+ "id": 16970,
"properties": {
"east": "low",
"north": "low",
@@ -243674,7 +249803,7 @@
}
},
{
- "id": 16427,
+ "id": 16971,
"properties": {
"east": "low",
"north": "low",
@@ -243685,7 +249814,7 @@
}
},
{
- "id": 16428,
+ "id": 16972,
"properties": {
"east": "low",
"north": "low",
@@ -243696,7 +249825,7 @@
}
},
{
- "id": 16429,
+ "id": 16973,
"properties": {
"east": "low",
"north": "tall",
@@ -243707,7 +249836,7 @@
}
},
{
- "id": 16430,
+ "id": 16974,
"properties": {
"east": "low",
"north": "tall",
@@ -243718,7 +249847,7 @@
}
},
{
- "id": 16431,
+ "id": 16975,
"properties": {
"east": "low",
"north": "tall",
@@ -243729,7 +249858,7 @@
}
},
{
- "id": 16432,
+ "id": 16976,
"properties": {
"east": "low",
"north": "tall",
@@ -243740,7 +249869,7 @@
}
},
{
- "id": 16433,
+ "id": 16977,
"properties": {
"east": "low",
"north": "tall",
@@ -243751,7 +249880,7 @@
}
},
{
- "id": 16434,
+ "id": 16978,
"properties": {
"east": "low",
"north": "tall",
@@ -243762,7 +249891,7 @@
}
},
{
- "id": 16435,
+ "id": 16979,
"properties": {
"east": "low",
"north": "tall",
@@ -243773,7 +249902,7 @@
}
},
{
- "id": 16436,
+ "id": 16980,
"properties": {
"east": "low",
"north": "tall",
@@ -243784,7 +249913,7 @@
}
},
{
- "id": 16437,
+ "id": 16981,
"properties": {
"east": "low",
"north": "tall",
@@ -243795,7 +249924,7 @@
}
},
{
- "id": 16438,
+ "id": 16982,
"properties": {
"east": "low",
"north": "tall",
@@ -243806,7 +249935,7 @@
}
},
{
- "id": 16439,
+ "id": 16983,
"properties": {
"east": "low",
"north": "tall",
@@ -243817,7 +249946,7 @@
}
},
{
- "id": 16440,
+ "id": 16984,
"properties": {
"east": "low",
"north": "tall",
@@ -243828,7 +249957,7 @@
}
},
{
- "id": 16441,
+ "id": 16985,
"properties": {
"east": "low",
"north": "tall",
@@ -243839,7 +249968,7 @@
}
},
{
- "id": 16442,
+ "id": 16986,
"properties": {
"east": "low",
"north": "tall",
@@ -243850,7 +249979,7 @@
}
},
{
- "id": 16443,
+ "id": 16987,
"properties": {
"east": "low",
"north": "tall",
@@ -243861,7 +249990,7 @@
}
},
{
- "id": 16444,
+ "id": 16988,
"properties": {
"east": "low",
"north": "tall",
@@ -243872,7 +250001,7 @@
}
},
{
- "id": 16445,
+ "id": 16989,
"properties": {
"east": "low",
"north": "tall",
@@ -243883,7 +250012,7 @@
}
},
{
- "id": 16446,
+ "id": 16990,
"properties": {
"east": "low",
"north": "tall",
@@ -243894,7 +250023,7 @@
}
},
{
- "id": 16447,
+ "id": 16991,
"properties": {
"east": "low",
"north": "tall",
@@ -243905,7 +250034,7 @@
}
},
{
- "id": 16448,
+ "id": 16992,
"properties": {
"east": "low",
"north": "tall",
@@ -243916,7 +250045,7 @@
}
},
{
- "id": 16449,
+ "id": 16993,
"properties": {
"east": "low",
"north": "tall",
@@ -243927,7 +250056,7 @@
}
},
{
- "id": 16450,
+ "id": 16994,
"properties": {
"east": "low",
"north": "tall",
@@ -243938,7 +250067,7 @@
}
},
{
- "id": 16451,
+ "id": 16995,
"properties": {
"east": "low",
"north": "tall",
@@ -243949,7 +250078,7 @@
}
},
{
- "id": 16452,
+ "id": 16996,
"properties": {
"east": "low",
"north": "tall",
@@ -243960,7 +250089,7 @@
}
},
{
- "id": 16453,
+ "id": 16997,
"properties": {
"east": "low",
"north": "tall",
@@ -243971,7 +250100,7 @@
}
},
{
- "id": 16454,
+ "id": 16998,
"properties": {
"east": "low",
"north": "tall",
@@ -243982,7 +250111,7 @@
}
},
{
- "id": 16455,
+ "id": 16999,
"properties": {
"east": "low",
"north": "tall",
@@ -243993,7 +250122,7 @@
}
},
{
- "id": 16456,
+ "id": 17000,
"properties": {
"east": "low",
"north": "tall",
@@ -244004,7 +250133,7 @@
}
},
{
- "id": 16457,
+ "id": 17001,
"properties": {
"east": "low",
"north": "tall",
@@ -244015,7 +250144,7 @@
}
},
{
- "id": 16458,
+ "id": 17002,
"properties": {
"east": "low",
"north": "tall",
@@ -244026,7 +250155,7 @@
}
},
{
- "id": 16459,
+ "id": 17003,
"properties": {
"east": "low",
"north": "tall",
@@ -244037,7 +250166,7 @@
}
},
{
- "id": 16460,
+ "id": 17004,
"properties": {
"east": "low",
"north": "tall",
@@ -244048,7 +250177,7 @@
}
},
{
- "id": 16461,
+ "id": 17005,
"properties": {
"east": "low",
"north": "tall",
@@ -244059,7 +250188,7 @@
}
},
{
- "id": 16462,
+ "id": 17006,
"properties": {
"east": "low",
"north": "tall",
@@ -244070,7 +250199,7 @@
}
},
{
- "id": 16463,
+ "id": 17007,
"properties": {
"east": "low",
"north": "tall",
@@ -244081,7 +250210,7 @@
}
},
{
- "id": 16464,
+ "id": 17008,
"properties": {
"east": "low",
"north": "tall",
@@ -244092,7 +250221,7 @@
}
},
{
- "id": 16465,
+ "id": 17009,
"properties": {
"east": "tall",
"north": "none",
@@ -244103,7 +250232,7 @@
}
},
{
- "id": 16466,
+ "id": 17010,
"properties": {
"east": "tall",
"north": "none",
@@ -244114,7 +250243,7 @@
}
},
{
- "id": 16467,
+ "id": 17011,
"properties": {
"east": "tall",
"north": "none",
@@ -244125,7 +250254,7 @@
}
},
{
- "id": 16468,
+ "id": 17012,
"properties": {
"east": "tall",
"north": "none",
@@ -244136,7 +250265,7 @@
}
},
{
- "id": 16469,
+ "id": 17013,
"properties": {
"east": "tall",
"north": "none",
@@ -244147,7 +250276,7 @@
}
},
{
- "id": 16470,
+ "id": 17014,
"properties": {
"east": "tall",
"north": "none",
@@ -244158,7 +250287,7 @@
}
},
{
- "id": 16471,
+ "id": 17015,
"properties": {
"east": "tall",
"north": "none",
@@ -244169,7 +250298,7 @@
}
},
{
- "id": 16472,
+ "id": 17016,
"properties": {
"east": "tall",
"north": "none",
@@ -244180,7 +250309,7 @@
}
},
{
- "id": 16473,
+ "id": 17017,
"properties": {
"east": "tall",
"north": "none",
@@ -244191,7 +250320,7 @@
}
},
{
- "id": 16474,
+ "id": 17018,
"properties": {
"east": "tall",
"north": "none",
@@ -244202,7 +250331,7 @@
}
},
{
- "id": 16475,
+ "id": 17019,
"properties": {
"east": "tall",
"north": "none",
@@ -244213,7 +250342,7 @@
}
},
{
- "id": 16476,
+ "id": 17020,
"properties": {
"east": "tall",
"north": "none",
@@ -244224,7 +250353,7 @@
}
},
{
- "id": 16477,
+ "id": 17021,
"properties": {
"east": "tall",
"north": "none",
@@ -244235,7 +250364,7 @@
}
},
{
- "id": 16478,
+ "id": 17022,
"properties": {
"east": "tall",
"north": "none",
@@ -244246,7 +250375,7 @@
}
},
{
- "id": 16479,
+ "id": 17023,
"properties": {
"east": "tall",
"north": "none",
@@ -244257,7 +250386,7 @@
}
},
{
- "id": 16480,
+ "id": 17024,
"properties": {
"east": "tall",
"north": "none",
@@ -244268,7 +250397,7 @@
}
},
{
- "id": 16481,
+ "id": 17025,
"properties": {
"east": "tall",
"north": "none",
@@ -244279,7 +250408,7 @@
}
},
{
- "id": 16482,
+ "id": 17026,
"properties": {
"east": "tall",
"north": "none",
@@ -244290,7 +250419,7 @@
}
},
{
- "id": 16483,
+ "id": 17027,
"properties": {
"east": "tall",
"north": "none",
@@ -244301,7 +250430,7 @@
}
},
{
- "id": 16484,
+ "id": 17028,
"properties": {
"east": "tall",
"north": "none",
@@ -244312,7 +250441,7 @@
}
},
{
- "id": 16485,
+ "id": 17029,
"properties": {
"east": "tall",
"north": "none",
@@ -244323,7 +250452,7 @@
}
},
{
- "id": 16486,
+ "id": 17030,
"properties": {
"east": "tall",
"north": "none",
@@ -244334,7 +250463,7 @@
}
},
{
- "id": 16487,
+ "id": 17031,
"properties": {
"east": "tall",
"north": "none",
@@ -244345,7 +250474,7 @@
}
},
{
- "id": 16488,
+ "id": 17032,
"properties": {
"east": "tall",
"north": "none",
@@ -244356,7 +250485,7 @@
}
},
{
- "id": 16489,
+ "id": 17033,
"properties": {
"east": "tall",
"north": "none",
@@ -244367,7 +250496,7 @@
}
},
{
- "id": 16490,
+ "id": 17034,
"properties": {
"east": "tall",
"north": "none",
@@ -244378,7 +250507,7 @@
}
},
{
- "id": 16491,
+ "id": 17035,
"properties": {
"east": "tall",
"north": "none",
@@ -244389,7 +250518,7 @@
}
},
{
- "id": 16492,
+ "id": 17036,
"properties": {
"east": "tall",
"north": "none",
@@ -244400,7 +250529,7 @@
}
},
{
- "id": 16493,
+ "id": 17037,
"properties": {
"east": "tall",
"north": "none",
@@ -244411,7 +250540,7 @@
}
},
{
- "id": 16494,
+ "id": 17038,
"properties": {
"east": "tall",
"north": "none",
@@ -244422,7 +250551,7 @@
}
},
{
- "id": 16495,
+ "id": 17039,
"properties": {
"east": "tall",
"north": "none",
@@ -244433,7 +250562,7 @@
}
},
{
- "id": 16496,
+ "id": 17040,
"properties": {
"east": "tall",
"north": "none",
@@ -244444,7 +250573,7 @@
}
},
{
- "id": 16497,
+ "id": 17041,
"properties": {
"east": "tall",
"north": "none",
@@ -244455,7 +250584,7 @@
}
},
{
- "id": 16498,
+ "id": 17042,
"properties": {
"east": "tall",
"north": "none",
@@ -244466,7 +250595,7 @@
}
},
{
- "id": 16499,
+ "id": 17043,
"properties": {
"east": "tall",
"north": "none",
@@ -244477,7 +250606,7 @@
}
},
{
- "id": 16500,
+ "id": 17044,
"properties": {
"east": "tall",
"north": "none",
@@ -244488,7 +250617,7 @@
}
},
{
- "id": 16501,
+ "id": 17045,
"properties": {
"east": "tall",
"north": "low",
@@ -244499,7 +250628,7 @@
}
},
{
- "id": 16502,
+ "id": 17046,
"properties": {
"east": "tall",
"north": "low",
@@ -244510,7 +250639,7 @@
}
},
{
- "id": 16503,
+ "id": 17047,
"properties": {
"east": "tall",
"north": "low",
@@ -244521,7 +250650,7 @@
}
},
{
- "id": 16504,
+ "id": 17048,
"properties": {
"east": "tall",
"north": "low",
@@ -244532,7 +250661,7 @@
}
},
{
- "id": 16505,
+ "id": 17049,
"properties": {
"east": "tall",
"north": "low",
@@ -244543,7 +250672,7 @@
}
},
{
- "id": 16506,
+ "id": 17050,
"properties": {
"east": "tall",
"north": "low",
@@ -244554,7 +250683,7 @@
}
},
{
- "id": 16507,
+ "id": 17051,
"properties": {
"east": "tall",
"north": "low",
@@ -244565,7 +250694,7 @@
}
},
{
- "id": 16508,
+ "id": 17052,
"properties": {
"east": "tall",
"north": "low",
@@ -244576,7 +250705,7 @@
}
},
{
- "id": 16509,
+ "id": 17053,
"properties": {
"east": "tall",
"north": "low",
@@ -244587,7 +250716,7 @@
}
},
{
- "id": 16510,
+ "id": 17054,
"properties": {
"east": "tall",
"north": "low",
@@ -244598,7 +250727,7 @@
}
},
{
- "id": 16511,
+ "id": 17055,
"properties": {
"east": "tall",
"north": "low",
@@ -244609,7 +250738,7 @@
}
},
{
- "id": 16512,
+ "id": 17056,
"properties": {
"east": "tall",
"north": "low",
@@ -244620,7 +250749,7 @@
}
},
{
- "id": 16513,
+ "id": 17057,
"properties": {
"east": "tall",
"north": "low",
@@ -244631,7 +250760,7 @@
}
},
{
- "id": 16514,
+ "id": 17058,
"properties": {
"east": "tall",
"north": "low",
@@ -244642,7 +250771,7 @@
}
},
{
- "id": 16515,
+ "id": 17059,
"properties": {
"east": "tall",
"north": "low",
@@ -244653,7 +250782,7 @@
}
},
{
- "id": 16516,
+ "id": 17060,
"properties": {
"east": "tall",
"north": "low",
@@ -244664,7 +250793,7 @@
}
},
{
- "id": 16517,
+ "id": 17061,
"properties": {
"east": "tall",
"north": "low",
@@ -244675,7 +250804,7 @@
}
},
{
- "id": 16518,
+ "id": 17062,
"properties": {
"east": "tall",
"north": "low",
@@ -244686,7 +250815,7 @@
}
},
{
- "id": 16519,
+ "id": 17063,
"properties": {
"east": "tall",
"north": "low",
@@ -244697,7 +250826,7 @@
}
},
{
- "id": 16520,
+ "id": 17064,
"properties": {
"east": "tall",
"north": "low",
@@ -244708,7 +250837,7 @@
}
},
{
- "id": 16521,
+ "id": 17065,
"properties": {
"east": "tall",
"north": "low",
@@ -244719,7 +250848,7 @@
}
},
{
- "id": 16522,
+ "id": 17066,
"properties": {
"east": "tall",
"north": "low",
@@ -244730,7 +250859,7 @@
}
},
{
- "id": 16523,
+ "id": 17067,
"properties": {
"east": "tall",
"north": "low",
@@ -244741,7 +250870,7 @@
}
},
{
- "id": 16524,
+ "id": 17068,
"properties": {
"east": "tall",
"north": "low",
@@ -244752,7 +250881,7 @@
}
},
{
- "id": 16525,
+ "id": 17069,
"properties": {
"east": "tall",
"north": "low",
@@ -244763,7 +250892,7 @@
}
},
{
- "id": 16526,
+ "id": 17070,
"properties": {
"east": "tall",
"north": "low",
@@ -244774,7 +250903,7 @@
}
},
{
- "id": 16527,
+ "id": 17071,
"properties": {
"east": "tall",
"north": "low",
@@ -244785,7 +250914,7 @@
}
},
{
- "id": 16528,
+ "id": 17072,
"properties": {
"east": "tall",
"north": "low",
@@ -244796,7 +250925,7 @@
}
},
{
- "id": 16529,
+ "id": 17073,
"properties": {
"east": "tall",
"north": "low",
@@ -244807,7 +250936,7 @@
}
},
{
- "id": 16530,
+ "id": 17074,
"properties": {
"east": "tall",
"north": "low",
@@ -244818,7 +250947,7 @@
}
},
{
- "id": 16531,
+ "id": 17075,
"properties": {
"east": "tall",
"north": "low",
@@ -244829,7 +250958,7 @@
}
},
{
- "id": 16532,
+ "id": 17076,
"properties": {
"east": "tall",
"north": "low",
@@ -244840,7 +250969,7 @@
}
},
{
- "id": 16533,
+ "id": 17077,
"properties": {
"east": "tall",
"north": "low",
@@ -244851,7 +250980,7 @@
}
},
{
- "id": 16534,
+ "id": 17078,
"properties": {
"east": "tall",
"north": "low",
@@ -244862,7 +250991,7 @@
}
},
{
- "id": 16535,
+ "id": 17079,
"properties": {
"east": "tall",
"north": "low",
@@ -244873,7 +251002,7 @@
}
},
{
- "id": 16536,
+ "id": 17080,
"properties": {
"east": "tall",
"north": "low",
@@ -244884,7 +251013,7 @@
}
},
{
- "id": 16537,
+ "id": 17081,
"properties": {
"east": "tall",
"north": "tall",
@@ -244895,7 +251024,7 @@
}
},
{
- "id": 16538,
+ "id": 17082,
"properties": {
"east": "tall",
"north": "tall",
@@ -244906,7 +251035,7 @@
}
},
{
- "id": 16539,
+ "id": 17083,
"properties": {
"east": "tall",
"north": "tall",
@@ -244917,7 +251046,7 @@
}
},
{
- "id": 16540,
+ "id": 17084,
"properties": {
"east": "tall",
"north": "tall",
@@ -244928,7 +251057,7 @@
}
},
{
- "id": 16541,
+ "id": 17085,
"properties": {
"east": "tall",
"north": "tall",
@@ -244939,7 +251068,7 @@
}
},
{
- "id": 16542,
+ "id": 17086,
"properties": {
"east": "tall",
"north": "tall",
@@ -244950,7 +251079,7 @@
}
},
{
- "id": 16543,
+ "id": 17087,
"properties": {
"east": "tall",
"north": "tall",
@@ -244961,7 +251090,7 @@
}
},
{
- "id": 16544,
+ "id": 17088,
"properties": {
"east": "tall",
"north": "tall",
@@ -244972,7 +251101,7 @@
}
},
{
- "id": 16545,
+ "id": 17089,
"properties": {
"east": "tall",
"north": "tall",
@@ -244983,7 +251112,7 @@
}
},
{
- "id": 16546,
+ "id": 17090,
"properties": {
"east": "tall",
"north": "tall",
@@ -244994,7 +251123,7 @@
}
},
{
- "id": 16547,
+ "id": 17091,
"properties": {
"east": "tall",
"north": "tall",
@@ -245005,7 +251134,7 @@
}
},
{
- "id": 16548,
+ "id": 17092,
"properties": {
"east": "tall",
"north": "tall",
@@ -245016,7 +251145,7 @@
}
},
{
- "id": 16549,
+ "id": 17093,
"properties": {
"east": "tall",
"north": "tall",
@@ -245027,7 +251156,7 @@
}
},
{
- "id": 16550,
+ "id": 17094,
"properties": {
"east": "tall",
"north": "tall",
@@ -245038,7 +251167,7 @@
}
},
{
- "id": 16551,
+ "id": 17095,
"properties": {
"east": "tall",
"north": "tall",
@@ -245049,7 +251178,7 @@
}
},
{
- "id": 16552,
+ "id": 17096,
"properties": {
"east": "tall",
"north": "tall",
@@ -245060,7 +251189,7 @@
}
},
{
- "id": 16553,
+ "id": 17097,
"properties": {
"east": "tall",
"north": "tall",
@@ -245071,7 +251200,7 @@
}
},
{
- "id": 16554,
+ "id": 17098,
"properties": {
"east": "tall",
"north": "tall",
@@ -245082,7 +251211,7 @@
}
},
{
- "id": 16555,
+ "id": 17099,
"properties": {
"east": "tall",
"north": "tall",
@@ -245093,7 +251222,7 @@
}
},
{
- "id": 16556,
+ "id": 17100,
"properties": {
"east": "tall",
"north": "tall",
@@ -245104,7 +251233,7 @@
}
},
{
- "id": 16557,
+ "id": 17101,
"properties": {
"east": "tall",
"north": "tall",
@@ -245115,7 +251244,7 @@
}
},
{
- "id": 16558,
+ "id": 17102,
"properties": {
"east": "tall",
"north": "tall",
@@ -245126,7 +251255,7 @@
}
},
{
- "id": 16559,
+ "id": 17103,
"properties": {
"east": "tall",
"north": "tall",
@@ -245137,7 +251266,7 @@
}
},
{
- "id": 16560,
+ "id": 17104,
"properties": {
"east": "tall",
"north": "tall",
@@ -245148,7 +251277,7 @@
}
},
{
- "id": 16561,
+ "id": 17105,
"properties": {
"east": "tall",
"north": "tall",
@@ -245159,7 +251288,7 @@
}
},
{
- "id": 16562,
+ "id": 17106,
"properties": {
"east": "tall",
"north": "tall",
@@ -245170,7 +251299,7 @@
}
},
{
- "id": 16563,
+ "id": 17107,
"properties": {
"east": "tall",
"north": "tall",
@@ -245181,7 +251310,7 @@
}
},
{
- "id": 16564,
+ "id": 17108,
"properties": {
"east": "tall",
"north": "tall",
@@ -245192,7 +251321,7 @@
}
},
{
- "id": 16565,
+ "id": 17109,
"properties": {
"east": "tall",
"north": "tall",
@@ -245203,7 +251332,7 @@
}
},
{
- "id": 16566,
+ "id": 17110,
"properties": {
"east": "tall",
"north": "tall",
@@ -245214,7 +251343,7 @@
}
},
{
- "id": 16567,
+ "id": 17111,
"properties": {
"east": "tall",
"north": "tall",
@@ -245225,7 +251354,7 @@
}
},
{
- "id": 16568,
+ "id": 17112,
"properties": {
"east": "tall",
"north": "tall",
@@ -245236,7 +251365,7 @@
}
},
{
- "id": 16569,
+ "id": 17113,
"properties": {
"east": "tall",
"north": "tall",
@@ -245247,7 +251376,7 @@
}
},
{
- "id": 16570,
+ "id": 17114,
"properties": {
"east": "tall",
"north": "tall",
@@ -245258,7 +251387,7 @@
}
},
{
- "id": 16571,
+ "id": 17115,
"properties": {
"east": "tall",
"north": "tall",
@@ -245269,7 +251398,7 @@
}
},
{
- "id": 16572,
+ "id": 17116,
"properties": {
"east": "tall",
"north": "tall",
@@ -245289,7 +251418,7 @@
"states": [
{
"default": true,
- "id": 6767
+ "id": 6770
}
]
},
@@ -245318,48 +251447,48 @@
]
},
"states": [
- {
- "id": 5914,
- "properties": {
- "face": "floor",
- "facing": "north",
- "powered": "true"
- }
- },
- {
- "id": 5915,
- "properties": {
- "face": "floor",
- "facing": "north",
- "powered": "false"
- }
- },
- {
- "id": 5916,
- "properties": {
- "face": "floor",
- "facing": "south",
- "powered": "true"
- }
- },
{
"id": 5917,
"properties": {
"face": "floor",
- "facing": "south",
- "powered": "false"
+ "facing": "north",
+ "powered": "true"
}
},
{
"id": 5918,
"properties": {
"face": "floor",
- "facing": "west",
- "powered": "true"
+ "facing": "north",
+ "powered": "false"
}
},
{
"id": 5919,
+ "properties": {
+ "face": "floor",
+ "facing": "south",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5920,
+ "properties": {
+ "face": "floor",
+ "facing": "south",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5921,
+ "properties": {
+ "face": "floor",
+ "facing": "west",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5922,
"properties": {
"face": "floor",
"facing": "west",
@@ -245367,7 +251496,7 @@
}
},
{
- "id": 5920,
+ "id": 5923,
"properties": {
"face": "floor",
"facing": "east",
@@ -245375,7 +251504,7 @@
}
},
{
- "id": 5921,
+ "id": 5924,
"properties": {
"face": "floor",
"facing": "east",
@@ -245383,7 +251512,7 @@
}
},
{
- "id": 5922,
+ "id": 5925,
"properties": {
"face": "wall",
"facing": "north",
@@ -245392,47 +251521,47 @@
},
{
"default": true,
- "id": 5923,
+ "id": 5926,
"properties": {
"face": "wall",
"facing": "north",
"powered": "false"
}
},
- {
- "id": 5924,
- "properties": {
- "face": "wall",
- "facing": "south",
- "powered": "true"
- }
- },
- {
- "id": 5925,
- "properties": {
- "face": "wall",
- "facing": "south",
- "powered": "false"
- }
- },
- {
- "id": 5926,
- "properties": {
- "face": "wall",
- "facing": "west",
- "powered": "true"
- }
- },
{
"id": 5927,
"properties": {
"face": "wall",
- "facing": "west",
- "powered": "false"
+ "facing": "south",
+ "powered": "true"
}
},
{
"id": 5928,
+ "properties": {
+ "face": "wall",
+ "facing": "south",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5929,
+ "properties": {
+ "face": "wall",
+ "facing": "west",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5930,
+ "properties": {
+ "face": "wall",
+ "facing": "west",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5931,
"properties": {
"face": "wall",
"facing": "east",
@@ -245440,47 +251569,47 @@
}
},
{
- "id": 5929,
+ "id": 5932,
"properties": {
"face": "wall",
"facing": "east",
"powered": "false"
}
},
- {
- "id": 5930,
- "properties": {
- "face": "ceiling",
- "facing": "north",
- "powered": "true"
- }
- },
- {
- "id": 5931,
- "properties": {
- "face": "ceiling",
- "facing": "north",
- "powered": "false"
- }
- },
- {
- "id": 5932,
- "properties": {
- "face": "ceiling",
- "facing": "south",
- "powered": "true"
- }
- },
{
"id": 5933,
"properties": {
"face": "ceiling",
- "facing": "south",
- "powered": "false"
+ "facing": "north",
+ "powered": "true"
}
},
{
"id": 5934,
+ "properties": {
+ "face": "ceiling",
+ "facing": "north",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5935,
+ "properties": {
+ "face": "ceiling",
+ "facing": "south",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 5936,
+ "properties": {
+ "face": "ceiling",
+ "facing": "south",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 5937,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -245488,7 +251617,7 @@
}
},
{
- "id": 5935,
+ "id": 5938,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -245496,7 +251625,7 @@
}
},
{
- "id": 5936,
+ "id": 5939,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -245504,7 +251633,7 @@
}
},
{
- "id": 5937,
+ "id": 5940,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -245527,14 +251656,14 @@
},
"states": [
{
- "id": 5814,
+ "id": 5817,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 5815,
+ "id": 5818,
"properties": {
"powered": "false"
}
@@ -245559,21 +251688,21 @@
},
"states": [
{
- "id": 11563,
+ "id": 12107,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 11564,
+ "id": 12108,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 11565,
+ "id": 12109,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -245581,21 +251710,21 @@
},
{
"default": true,
- "id": 11566,
+ "id": 12110,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 11567,
+ "id": 12111,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 11568,
+ "id": 12112,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -245636,7 +251765,7 @@
},
"states": [
{
- "id": 13911,
+ "id": 14455,
"properties": {
"facing": "north",
"half": "top",
@@ -245645,7 +251774,7 @@
}
},
{
- "id": 13912,
+ "id": 14456,
"properties": {
"facing": "north",
"half": "top",
@@ -245654,7 +251783,7 @@
}
},
{
- "id": 13913,
+ "id": 14457,
"properties": {
"facing": "north",
"half": "top",
@@ -245663,7 +251792,7 @@
}
},
{
- "id": 13914,
+ "id": 14458,
"properties": {
"facing": "north",
"half": "top",
@@ -245672,7 +251801,7 @@
}
},
{
- "id": 13915,
+ "id": 14459,
"properties": {
"facing": "north",
"half": "top",
@@ -245681,7 +251810,7 @@
}
},
{
- "id": 13916,
+ "id": 14460,
"properties": {
"facing": "north",
"half": "top",
@@ -245690,7 +251819,7 @@
}
},
{
- "id": 13917,
+ "id": 14461,
"properties": {
"facing": "north",
"half": "top",
@@ -245699,7 +251828,7 @@
}
},
{
- "id": 13918,
+ "id": 14462,
"properties": {
"facing": "north",
"half": "top",
@@ -245708,7 +251837,7 @@
}
},
{
- "id": 13919,
+ "id": 14463,
"properties": {
"facing": "north",
"half": "top",
@@ -245717,7 +251846,7 @@
}
},
{
- "id": 13920,
+ "id": 14464,
"properties": {
"facing": "north",
"half": "top",
@@ -245726,7 +251855,7 @@
}
},
{
- "id": 13921,
+ "id": 14465,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245736,7 +251865,7 @@
},
{
"default": true,
- "id": 13922,
+ "id": 14466,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245745,7 +251874,7 @@
}
},
{
- "id": 13923,
+ "id": 14467,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245754,7 +251883,7 @@
}
},
{
- "id": 13924,
+ "id": 14468,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245763,7 +251892,7 @@
}
},
{
- "id": 13925,
+ "id": 14469,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245772,7 +251901,7 @@
}
},
{
- "id": 13926,
+ "id": 14470,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245781,7 +251910,7 @@
}
},
{
- "id": 13927,
+ "id": 14471,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245790,7 +251919,7 @@
}
},
{
- "id": 13928,
+ "id": 14472,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245799,7 +251928,7 @@
}
},
{
- "id": 13929,
+ "id": 14473,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245808,7 +251937,7 @@
}
},
{
- "id": 13930,
+ "id": 14474,
"properties": {
"facing": "north",
"half": "bottom",
@@ -245817,7 +251946,7 @@
}
},
{
- "id": 13931,
+ "id": 14475,
"properties": {
"facing": "south",
"half": "top",
@@ -245826,7 +251955,7 @@
}
},
{
- "id": 13932,
+ "id": 14476,
"properties": {
"facing": "south",
"half": "top",
@@ -245835,7 +251964,7 @@
}
},
{
- "id": 13933,
+ "id": 14477,
"properties": {
"facing": "south",
"half": "top",
@@ -245844,7 +251973,7 @@
}
},
{
- "id": 13934,
+ "id": 14478,
"properties": {
"facing": "south",
"half": "top",
@@ -245853,7 +251982,7 @@
}
},
{
- "id": 13935,
+ "id": 14479,
"properties": {
"facing": "south",
"half": "top",
@@ -245862,7 +251991,7 @@
}
},
{
- "id": 13936,
+ "id": 14480,
"properties": {
"facing": "south",
"half": "top",
@@ -245871,7 +252000,7 @@
}
},
{
- "id": 13937,
+ "id": 14481,
"properties": {
"facing": "south",
"half": "top",
@@ -245880,7 +252009,7 @@
}
},
{
- "id": 13938,
+ "id": 14482,
"properties": {
"facing": "south",
"half": "top",
@@ -245889,7 +252018,7 @@
}
},
{
- "id": 13939,
+ "id": 14483,
"properties": {
"facing": "south",
"half": "top",
@@ -245898,7 +252027,7 @@
}
},
{
- "id": 13940,
+ "id": 14484,
"properties": {
"facing": "south",
"half": "top",
@@ -245907,7 +252036,7 @@
}
},
{
- "id": 13941,
+ "id": 14485,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245916,7 +252045,7 @@
}
},
{
- "id": 13942,
+ "id": 14486,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245925,7 +252054,7 @@
}
},
{
- "id": 13943,
+ "id": 14487,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245934,7 +252063,7 @@
}
},
{
- "id": 13944,
+ "id": 14488,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245943,7 +252072,7 @@
}
},
{
- "id": 13945,
+ "id": 14489,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245952,7 +252081,7 @@
}
},
{
- "id": 13946,
+ "id": 14490,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245961,7 +252090,7 @@
}
},
{
- "id": 13947,
+ "id": 14491,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245970,7 +252099,7 @@
}
},
{
- "id": 13948,
+ "id": 14492,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245979,7 +252108,7 @@
}
},
{
- "id": 13949,
+ "id": 14493,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245988,7 +252117,7 @@
}
},
{
- "id": 13950,
+ "id": 14494,
"properties": {
"facing": "south",
"half": "bottom",
@@ -245997,7 +252126,7 @@
}
},
{
- "id": 13951,
+ "id": 14495,
"properties": {
"facing": "west",
"half": "top",
@@ -246006,7 +252135,7 @@
}
},
{
- "id": 13952,
+ "id": 14496,
"properties": {
"facing": "west",
"half": "top",
@@ -246015,7 +252144,7 @@
}
},
{
- "id": 13953,
+ "id": 14497,
"properties": {
"facing": "west",
"half": "top",
@@ -246024,7 +252153,7 @@
}
},
{
- "id": 13954,
+ "id": 14498,
"properties": {
"facing": "west",
"half": "top",
@@ -246033,7 +252162,7 @@
}
},
{
- "id": 13955,
+ "id": 14499,
"properties": {
"facing": "west",
"half": "top",
@@ -246042,7 +252171,7 @@
}
},
{
- "id": 13956,
+ "id": 14500,
"properties": {
"facing": "west",
"half": "top",
@@ -246051,7 +252180,7 @@
}
},
{
- "id": 13957,
+ "id": 14501,
"properties": {
"facing": "west",
"half": "top",
@@ -246060,7 +252189,7 @@
}
},
{
- "id": 13958,
+ "id": 14502,
"properties": {
"facing": "west",
"half": "top",
@@ -246069,7 +252198,7 @@
}
},
{
- "id": 13959,
+ "id": 14503,
"properties": {
"facing": "west",
"half": "top",
@@ -246078,7 +252207,7 @@
}
},
{
- "id": 13960,
+ "id": 14504,
"properties": {
"facing": "west",
"half": "top",
@@ -246087,7 +252216,7 @@
}
},
{
- "id": 13961,
+ "id": 14505,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246096,7 +252225,7 @@
}
},
{
- "id": 13962,
+ "id": 14506,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246105,7 +252234,7 @@
}
},
{
- "id": 13963,
+ "id": 14507,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246114,7 +252243,7 @@
}
},
{
- "id": 13964,
+ "id": 14508,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246123,7 +252252,7 @@
}
},
{
- "id": 13965,
+ "id": 14509,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246132,7 +252261,7 @@
}
},
{
- "id": 13966,
+ "id": 14510,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246141,7 +252270,7 @@
}
},
{
- "id": 13967,
+ "id": 14511,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246150,7 +252279,7 @@
}
},
{
- "id": 13968,
+ "id": 14512,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246159,7 +252288,7 @@
}
},
{
- "id": 13969,
+ "id": 14513,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246168,7 +252297,7 @@
}
},
{
- "id": 13970,
+ "id": 14514,
"properties": {
"facing": "west",
"half": "bottom",
@@ -246177,7 +252306,7 @@
}
},
{
- "id": 13971,
+ "id": 14515,
"properties": {
"facing": "east",
"half": "top",
@@ -246186,7 +252315,7 @@
}
},
{
- "id": 13972,
+ "id": 14516,
"properties": {
"facing": "east",
"half": "top",
@@ -246195,7 +252324,7 @@
}
},
{
- "id": 13973,
+ "id": 14517,
"properties": {
"facing": "east",
"half": "top",
@@ -246204,7 +252333,7 @@
}
},
{
- "id": 13974,
+ "id": 14518,
"properties": {
"facing": "east",
"half": "top",
@@ -246213,7 +252342,7 @@
}
},
{
- "id": 13975,
+ "id": 14519,
"properties": {
"facing": "east",
"half": "top",
@@ -246222,7 +252351,7 @@
}
},
{
- "id": 13976,
+ "id": 14520,
"properties": {
"facing": "east",
"half": "top",
@@ -246231,7 +252360,7 @@
}
},
{
- "id": 13977,
+ "id": 14521,
"properties": {
"facing": "east",
"half": "top",
@@ -246240,7 +252369,7 @@
}
},
{
- "id": 13978,
+ "id": 14522,
"properties": {
"facing": "east",
"half": "top",
@@ -246249,7 +252378,7 @@
}
},
{
- "id": 13979,
+ "id": 14523,
"properties": {
"facing": "east",
"half": "top",
@@ -246258,7 +252387,7 @@
}
},
{
- "id": 13980,
+ "id": 14524,
"properties": {
"facing": "east",
"half": "top",
@@ -246267,7 +252396,7 @@
}
},
{
- "id": 13981,
+ "id": 14525,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246276,7 +252405,7 @@
}
},
{
- "id": 13982,
+ "id": 14526,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246285,7 +252414,7 @@
}
},
{
- "id": 13983,
+ "id": 14527,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246294,7 +252423,7 @@
}
},
{
- "id": 13984,
+ "id": 14528,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246303,7 +252432,7 @@
}
},
{
- "id": 13985,
+ "id": 14529,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246312,7 +252441,7 @@
}
},
{
- "id": 13986,
+ "id": 14530,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246321,7 +252450,7 @@
}
},
{
- "id": 13987,
+ "id": 14531,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246330,7 +252459,7 @@
}
},
{
- "id": 13988,
+ "id": 14532,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246339,7 +252468,7 @@
}
},
{
- "id": 13989,
+ "id": 14533,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246348,7 +252477,7 @@
}
},
{
- "id": 13990,
+ "id": 14534,
"properties": {
"facing": "east",
"half": "bottom",
@@ -246374,25 +252503,25 @@
"states": [
{
"default": true,
- "id": 18936,
+ "id": 19480,
"properties": {
"facing": "north"
}
},
{
- "id": 18937,
+ "id": 19481,
"properties": {
"facing": "south"
}
},
{
- "id": 18938,
+ "id": 19482,
"properties": {
"facing": "west"
}
},
{
- "id": 18939,
+ "id": 19483,
"properties": {
"facing": "east"
}
@@ -246651,20 +252780,20 @@
},
"states": [
{
- "id": 19074,
+ "id": 19618,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19075,
+ "id": 19619,
"properties": {
"axis": "y"
}
},
{
- "id": 19076,
+ "id": 19620,
"properties": {
"axis": "z"
}
@@ -246685,20 +252814,20 @@
},
"states": [
{
- "id": 19068,
+ "id": 19612,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19069,
+ "id": 19613,
"properties": {
"axis": "y"
}
},
{
- "id": 19070,
+ "id": 19614,
"properties": {
"axis": "z"
}
@@ -247127,20 +253256,20 @@
},
"states": [
{
- "id": 19057,
+ "id": 19601,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19058,
+ "id": 19602,
"properties": {
"axis": "y"
}
},
{
- "id": 19059,
+ "id": 19603,
"properties": {
"axis": "z"
}
@@ -247161,20 +253290,20 @@
},
"states": [
{
- "id": 19051,
+ "id": 19595,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19052,
+ "id": 19596,
"properties": {
"axis": "y"
}
},
{
- "id": 19053,
+ "id": 19597,
"properties": {
"axis": "z"
}
@@ -247196,26 +253325,26 @@
},
"states": [
{
- "id": 19825,
+ "id": 20369,
"properties": {
"mode": "save"
}
},
{
"default": true,
- "id": 19826,
+ "id": 20370,
"properties": {
"mode": "load"
}
},
{
- "id": 19827,
+ "id": 20371,
"properties": {
"mode": "corner"
}
},
{
- "id": 19828,
+ "id": 20372,
"properties": {
"mode": "data"
}
@@ -247230,7 +253359,7 @@
"states": [
{
"default": true,
- "id": 13018
+ "id": 13562
}
]
},
@@ -247262,97 +253391,97 @@
"states": [
{
"default": true,
- "id": 5965,
+ "id": 5968,
"properties": {
"age": "0"
}
},
{
- "id": 5966,
+ "id": 5969,
"properties": {
"age": "1"
}
},
{
- "id": 5967,
+ "id": 5970,
"properties": {
"age": "2"
}
},
{
- "id": 5968,
+ "id": 5971,
"properties": {
"age": "3"
}
},
{
- "id": 5969,
+ "id": 5972,
"properties": {
"age": "4"
}
},
{
- "id": 5970,
+ "id": 5973,
"properties": {
"age": "5"
}
},
{
- "id": 5971,
+ "id": 5974,
"properties": {
"age": "6"
}
},
{
- "id": 5972,
+ "id": 5975,
"properties": {
"age": "7"
}
},
{
- "id": 5973,
+ "id": 5976,
"properties": {
"age": "8"
}
},
{
- "id": 5974,
+ "id": 5977,
"properties": {
"age": "9"
}
},
{
- "id": 5975,
+ "id": 5978,
"properties": {
"age": "10"
}
},
{
- "id": 5976,
+ "id": 5979,
"properties": {
"age": "11"
}
},
{
- "id": 5977,
+ "id": 5980,
"properties": {
"age": "12"
}
},
{
- "id": 5978,
+ "id": 5981,
"properties": {
"age": "13"
}
},
{
- "id": 5979,
+ "id": 5982,
"properties": {
"age": "14"
}
},
{
- "id": 5980,
+ "id": 5983,
"properties": {
"age": "15"
}
@@ -247372,14 +253501,14 @@
},
"states": [
{
- "id": 11082,
+ "id": 11626,
"properties": {
"half": "upper"
}
},
{
"default": true,
- "id": 11083,
+ "id": 11627,
"properties": {
"half": "lower"
}
@@ -247490,25 +253619,25 @@
"states": [
{
"default": true,
- "id": 19044,
+ "id": 19588,
"properties": {
"age": "0"
}
},
{
- "id": 19045,
+ "id": 19589,
"properties": {
"age": "1"
}
},
{
- "id": 19046,
+ "id": 19590,
"properties": {
"age": "2"
}
},
{
- "id": 19047,
+ "id": 19591,
"properties": {
"age": "3"
}
@@ -247528,14 +253657,14 @@
},
"states": [
{
- "id": 11090,
+ "id": 11634,
"properties": {
"half": "upper"
}
},
{
"default": true,
- "id": 11091,
+ "id": 11635,
"properties": {
"half": "lower"
}
@@ -247597,97 +253726,97 @@
"states": [
{
"default": true,
- "id": 19850,
+ "id": 20394,
"properties": {
"power": "0"
}
},
{
- "id": 19851,
+ "id": 20395,
"properties": {
"power": "1"
}
},
{
- "id": 19852,
+ "id": 20396,
"properties": {
"power": "2"
}
},
{
- "id": 19853,
+ "id": 20397,
"properties": {
"power": "3"
}
},
{
- "id": 19854,
+ "id": 20398,
"properties": {
"power": "4"
}
},
{
- "id": 19855,
+ "id": 20399,
"properties": {
"power": "5"
}
},
{
- "id": 19856,
+ "id": 20400,
"properties": {
"power": "6"
}
},
{
- "id": 19857,
+ "id": 20401,
"properties": {
"power": "7"
}
},
{
- "id": 19858,
+ "id": 20402,
"properties": {
"power": "8"
}
},
{
- "id": 19859,
+ "id": 20403,
"properties": {
"power": "9"
}
},
{
- "id": 19860,
+ "id": 20404,
"properties": {
"power": "10"
}
},
{
- "id": 19861,
+ "id": 20405,
"properties": {
"power": "11"
}
},
{
- "id": 19862,
+ "id": 20406,
"properties": {
"power": "12"
}
},
{
- "id": 19863,
+ "id": 20407,
"properties": {
"power": "13"
}
},
{
- "id": 19864,
+ "id": 20408,
"properties": {
"power": "14"
}
},
{
- "id": 19865,
+ "id": 20409,
"properties": {
"power": "15"
}
@@ -247702,7 +253831,7 @@
"states": [
{
"default": true,
- "id": 11079
+ "id": 11623
}
]
},
@@ -247714,7 +253843,7 @@
"states": [
{
"default": true,
- "id": 22786
+ "id": 23330
}
]
},
@@ -247790,13 +253919,13 @@
"states": [
{
"default": true,
- "id": 12964,
+ "id": 13508,
"properties": {
"age": "0"
}
},
{
- "id": 12965,
+ "id": 13509,
"properties": {
"age": "1"
}
@@ -247827,7 +253956,7 @@
},
"states": [
{
- "id": 9374,
+ "id": 9918,
"properties": {
"type": "single",
"facing": "north",
@@ -247836,7 +253965,7 @@
},
{
"default": true,
- "id": 9375,
+ "id": 9919,
"properties": {
"type": "single",
"facing": "north",
@@ -247844,7 +253973,7 @@
}
},
{
- "id": 9376,
+ "id": 9920,
"properties": {
"type": "left",
"facing": "north",
@@ -247852,7 +253981,7 @@
}
},
{
- "id": 9377,
+ "id": 9921,
"properties": {
"type": "left",
"facing": "north",
@@ -247860,7 +253989,7 @@
}
},
{
- "id": 9378,
+ "id": 9922,
"properties": {
"type": "right",
"facing": "north",
@@ -247868,7 +253997,7 @@
}
},
{
- "id": 9379,
+ "id": 9923,
"properties": {
"type": "right",
"facing": "north",
@@ -247876,7 +254005,7 @@
}
},
{
- "id": 9380,
+ "id": 9924,
"properties": {
"type": "single",
"facing": "south",
@@ -247884,7 +254013,7 @@
}
},
{
- "id": 9381,
+ "id": 9925,
"properties": {
"type": "single",
"facing": "south",
@@ -247892,7 +254021,7 @@
}
},
{
- "id": 9382,
+ "id": 9926,
"properties": {
"type": "left",
"facing": "south",
@@ -247900,7 +254029,7 @@
}
},
{
- "id": 9383,
+ "id": 9927,
"properties": {
"type": "left",
"facing": "south",
@@ -247908,7 +254037,7 @@
}
},
{
- "id": 9384,
+ "id": 9928,
"properties": {
"type": "right",
"facing": "south",
@@ -247916,7 +254045,7 @@
}
},
{
- "id": 9385,
+ "id": 9929,
"properties": {
"type": "right",
"facing": "south",
@@ -247924,7 +254053,7 @@
}
},
{
- "id": 9386,
+ "id": 9930,
"properties": {
"type": "single",
"facing": "west",
@@ -247932,7 +254061,7 @@
}
},
{
- "id": 9387,
+ "id": 9931,
"properties": {
"type": "single",
"facing": "west",
@@ -247940,7 +254069,7 @@
}
},
{
- "id": 9388,
+ "id": 9932,
"properties": {
"type": "left",
"facing": "west",
@@ -247948,7 +254077,7 @@
}
},
{
- "id": 9389,
+ "id": 9933,
"properties": {
"type": "left",
"facing": "west",
@@ -247956,7 +254085,7 @@
}
},
{
- "id": 9390,
+ "id": 9934,
"properties": {
"type": "right",
"facing": "west",
@@ -247964,7 +254093,7 @@
}
},
{
- "id": 9391,
+ "id": 9935,
"properties": {
"type": "right",
"facing": "west",
@@ -247972,7 +254101,7 @@
}
},
{
- "id": 9392,
+ "id": 9936,
"properties": {
"type": "single",
"facing": "east",
@@ -247980,7 +254109,7 @@
}
},
{
- "id": 9393,
+ "id": 9937,
"properties": {
"type": "single",
"facing": "east",
@@ -247988,7 +254117,7 @@
}
},
{
- "id": 9394,
+ "id": 9938,
"properties": {
"type": "left",
"facing": "east",
@@ -247996,7 +254125,7 @@
}
},
{
- "id": 9395,
+ "id": 9939,
"properties": {
"type": "left",
"facing": "east",
@@ -248004,7 +254133,7 @@
}
},
{
- "id": 9396,
+ "id": 9940,
"properties": {
"type": "right",
"facing": "east",
@@ -248012,7 +254141,7 @@
}
},
{
- "id": 9397,
+ "id": 9941,
"properties": {
"type": "right",
"facing": "east",
@@ -248042,42 +254171,42 @@
},
"states": [
{
- "id": 27107,
+ "id": 27651,
"properties": {
"ominous": "true",
"trial_spawner_state": "inactive"
}
},
{
- "id": 27108,
+ "id": 27652,
"properties": {
"ominous": "true",
"trial_spawner_state": "waiting_for_players"
}
},
{
- "id": 27109,
+ "id": 27653,
"properties": {
"ominous": "true",
"trial_spawner_state": "active"
}
},
{
- "id": 27110,
+ "id": 27654,
"properties": {
"ominous": "true",
"trial_spawner_state": "waiting_for_reward_ejection"
}
},
{
- "id": 27111,
+ "id": 27655,
"properties": {
"ominous": "true",
"trial_spawner_state": "ejecting_reward"
}
},
{
- "id": 27112,
+ "id": 27656,
"properties": {
"ominous": "true",
"trial_spawner_state": "cooldown"
@@ -248085,42 +254214,42 @@
},
{
"default": true,
- "id": 27113,
+ "id": 27657,
"properties": {
"ominous": "false",
"trial_spawner_state": "inactive"
}
},
{
- "id": 27114,
+ "id": 27658,
"properties": {
"ominous": "false",
"trial_spawner_state": "waiting_for_players"
}
},
{
- "id": 27115,
+ "id": 27659,
"properties": {
"ominous": "false",
"trial_spawner_state": "active"
}
},
{
- "id": 27116,
+ "id": 27660,
"properties": {
"ominous": "false",
"trial_spawner_state": "waiting_for_reward_ejection"
}
},
{
- "id": 27117,
+ "id": 27661,
"properties": {
"ominous": "false",
"trial_spawner_state": "ejecting_reward"
}
},
{
- "id": 27118,
+ "id": 27662,
"properties": {
"ominous": "false",
"trial_spawner_state": "cooldown"
@@ -248166,7 +254295,7 @@
},
"states": [
{
- "id": 7767,
+ "id": 8311,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248178,7 +254307,7 @@
}
},
{
- "id": 7768,
+ "id": 8312,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248190,7 +254319,7 @@
}
},
{
- "id": 7769,
+ "id": 8313,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248202,7 +254331,7 @@
}
},
{
- "id": 7770,
+ "id": 8314,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248214,7 +254343,7 @@
}
},
{
- "id": 7771,
+ "id": 8315,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248226,7 +254355,7 @@
}
},
{
- "id": 7772,
+ "id": 8316,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248238,7 +254367,7 @@
}
},
{
- "id": 7773,
+ "id": 8317,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248250,7 +254379,7 @@
}
},
{
- "id": 7774,
+ "id": 8318,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248262,7 +254391,7 @@
}
},
{
- "id": 7775,
+ "id": 8319,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248274,7 +254403,7 @@
}
},
{
- "id": 7776,
+ "id": 8320,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248286,7 +254415,7 @@
}
},
{
- "id": 7777,
+ "id": 8321,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248298,7 +254427,7 @@
}
},
{
- "id": 7778,
+ "id": 8322,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248310,7 +254439,7 @@
}
},
{
- "id": 7779,
+ "id": 8323,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248322,7 +254451,7 @@
}
},
{
- "id": 7780,
+ "id": 8324,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248334,7 +254463,7 @@
}
},
{
- "id": 7781,
+ "id": 8325,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248346,7 +254475,7 @@
}
},
{
- "id": 7782,
+ "id": 8326,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248358,7 +254487,7 @@
}
},
{
- "id": 7783,
+ "id": 8327,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248370,7 +254499,7 @@
}
},
{
- "id": 7784,
+ "id": 8328,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248382,7 +254511,7 @@
}
},
{
- "id": 7785,
+ "id": 8329,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248394,7 +254523,7 @@
}
},
{
- "id": 7786,
+ "id": 8330,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248406,7 +254535,7 @@
}
},
{
- "id": 7787,
+ "id": 8331,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248418,7 +254547,7 @@
}
},
{
- "id": 7788,
+ "id": 8332,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248430,7 +254559,7 @@
}
},
{
- "id": 7789,
+ "id": 8333,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248442,7 +254571,7 @@
}
},
{
- "id": 7790,
+ "id": 8334,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248454,7 +254583,7 @@
}
},
{
- "id": 7791,
+ "id": 8335,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248466,7 +254595,7 @@
}
},
{
- "id": 7792,
+ "id": 8336,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248478,7 +254607,7 @@
}
},
{
- "id": 7793,
+ "id": 8337,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248490,7 +254619,7 @@
}
},
{
- "id": 7794,
+ "id": 8338,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248502,7 +254631,7 @@
}
},
{
- "id": 7795,
+ "id": 8339,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248514,7 +254643,7 @@
}
},
{
- "id": 7796,
+ "id": 8340,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248526,7 +254655,7 @@
}
},
{
- "id": 7797,
+ "id": 8341,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248538,7 +254667,7 @@
}
},
{
- "id": 7798,
+ "id": 8342,
"properties": {
"attached": "true",
"disarmed": "true",
@@ -248550,7 +254679,7 @@
}
},
{
- "id": 7799,
+ "id": 8343,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248562,7 +254691,7 @@
}
},
{
- "id": 7800,
+ "id": 8344,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248574,7 +254703,7 @@
}
},
{
- "id": 7801,
+ "id": 8345,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248586,7 +254715,7 @@
}
},
{
- "id": 7802,
+ "id": 8346,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248598,7 +254727,7 @@
}
},
{
- "id": 7803,
+ "id": 8347,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248610,7 +254739,7 @@
}
},
{
- "id": 7804,
+ "id": 8348,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248622,7 +254751,7 @@
}
},
{
- "id": 7805,
+ "id": 8349,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248634,7 +254763,7 @@
}
},
{
- "id": 7806,
+ "id": 8350,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248646,7 +254775,7 @@
}
},
{
- "id": 7807,
+ "id": 8351,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248658,7 +254787,7 @@
}
},
{
- "id": 7808,
+ "id": 8352,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248670,7 +254799,7 @@
}
},
{
- "id": 7809,
+ "id": 8353,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248682,7 +254811,7 @@
}
},
{
- "id": 7810,
+ "id": 8354,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248694,7 +254823,7 @@
}
},
{
- "id": 7811,
+ "id": 8355,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248706,7 +254835,7 @@
}
},
{
- "id": 7812,
+ "id": 8356,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248718,7 +254847,7 @@
}
},
{
- "id": 7813,
+ "id": 8357,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248730,7 +254859,7 @@
}
},
{
- "id": 7814,
+ "id": 8358,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248742,7 +254871,7 @@
}
},
{
- "id": 7815,
+ "id": 8359,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248754,7 +254883,7 @@
}
},
{
- "id": 7816,
+ "id": 8360,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248766,7 +254895,7 @@
}
},
{
- "id": 7817,
+ "id": 8361,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248778,7 +254907,7 @@
}
},
{
- "id": 7818,
+ "id": 8362,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248790,7 +254919,7 @@
}
},
{
- "id": 7819,
+ "id": 8363,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248802,7 +254931,7 @@
}
},
{
- "id": 7820,
+ "id": 8364,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248814,7 +254943,7 @@
}
},
{
- "id": 7821,
+ "id": 8365,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248826,7 +254955,7 @@
}
},
{
- "id": 7822,
+ "id": 8366,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248838,7 +254967,7 @@
}
},
{
- "id": 7823,
+ "id": 8367,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248850,7 +254979,7 @@
}
},
{
- "id": 7824,
+ "id": 8368,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248862,7 +254991,7 @@
}
},
{
- "id": 7825,
+ "id": 8369,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248874,7 +255003,7 @@
}
},
{
- "id": 7826,
+ "id": 8370,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248886,7 +255015,7 @@
}
},
{
- "id": 7827,
+ "id": 8371,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248898,7 +255027,7 @@
}
},
{
- "id": 7828,
+ "id": 8372,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248910,7 +255039,7 @@
}
},
{
- "id": 7829,
+ "id": 8373,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248922,7 +255051,7 @@
}
},
{
- "id": 7830,
+ "id": 8374,
"properties": {
"attached": "true",
"disarmed": "false",
@@ -248934,7 +255063,7 @@
}
},
{
- "id": 7831,
+ "id": 8375,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -248946,7 +255075,7 @@
}
},
{
- "id": 7832,
+ "id": 8376,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -248958,7 +255087,7 @@
}
},
{
- "id": 7833,
+ "id": 8377,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -248970,7 +255099,7 @@
}
},
{
- "id": 7834,
+ "id": 8378,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -248982,7 +255111,7 @@
}
},
{
- "id": 7835,
+ "id": 8379,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -248994,7 +255123,7 @@
}
},
{
- "id": 7836,
+ "id": 8380,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249006,7 +255135,7 @@
}
},
{
- "id": 7837,
+ "id": 8381,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249018,7 +255147,7 @@
}
},
{
- "id": 7838,
+ "id": 8382,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249030,7 +255159,7 @@
}
},
{
- "id": 7839,
+ "id": 8383,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249042,7 +255171,7 @@
}
},
{
- "id": 7840,
+ "id": 8384,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249054,7 +255183,7 @@
}
},
{
- "id": 7841,
+ "id": 8385,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249066,7 +255195,7 @@
}
},
{
- "id": 7842,
+ "id": 8386,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249078,7 +255207,7 @@
}
},
{
- "id": 7843,
+ "id": 8387,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249090,7 +255219,7 @@
}
},
{
- "id": 7844,
+ "id": 8388,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249102,7 +255231,7 @@
}
},
{
- "id": 7845,
+ "id": 8389,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249114,7 +255243,7 @@
}
},
{
- "id": 7846,
+ "id": 8390,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249126,7 +255255,7 @@
}
},
{
- "id": 7847,
+ "id": 8391,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249138,7 +255267,7 @@
}
},
{
- "id": 7848,
+ "id": 8392,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249150,7 +255279,7 @@
}
},
{
- "id": 7849,
+ "id": 8393,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249162,7 +255291,7 @@
}
},
{
- "id": 7850,
+ "id": 8394,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249174,7 +255303,7 @@
}
},
{
- "id": 7851,
+ "id": 8395,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249186,7 +255315,7 @@
}
},
{
- "id": 7852,
+ "id": 8396,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249198,7 +255327,7 @@
}
},
{
- "id": 7853,
+ "id": 8397,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249210,7 +255339,7 @@
}
},
{
- "id": 7854,
+ "id": 8398,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249222,7 +255351,7 @@
}
},
{
- "id": 7855,
+ "id": 8399,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249234,7 +255363,7 @@
}
},
{
- "id": 7856,
+ "id": 8400,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249246,7 +255375,7 @@
}
},
{
- "id": 7857,
+ "id": 8401,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249258,7 +255387,7 @@
}
},
{
- "id": 7858,
+ "id": 8402,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249270,7 +255399,7 @@
}
},
{
- "id": 7859,
+ "id": 8403,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249282,7 +255411,7 @@
}
},
{
- "id": 7860,
+ "id": 8404,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249294,7 +255423,7 @@
}
},
{
- "id": 7861,
+ "id": 8405,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249306,7 +255435,7 @@
}
},
{
- "id": 7862,
+ "id": 8406,
"properties": {
"attached": "false",
"disarmed": "true",
@@ -249318,7 +255447,7 @@
}
},
{
- "id": 7863,
+ "id": 8407,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249330,7 +255459,7 @@
}
},
{
- "id": 7864,
+ "id": 8408,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249342,7 +255471,7 @@
}
},
{
- "id": 7865,
+ "id": 8409,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249354,7 +255483,7 @@
}
},
{
- "id": 7866,
+ "id": 8410,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249366,7 +255495,7 @@
}
},
{
- "id": 7867,
+ "id": 8411,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249378,7 +255507,7 @@
}
},
{
- "id": 7868,
+ "id": 8412,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249390,7 +255519,7 @@
}
},
{
- "id": 7869,
+ "id": 8413,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249402,7 +255531,7 @@
}
},
{
- "id": 7870,
+ "id": 8414,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249414,7 +255543,7 @@
}
},
{
- "id": 7871,
+ "id": 8415,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249426,7 +255555,7 @@
}
},
{
- "id": 7872,
+ "id": 8416,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249438,7 +255567,7 @@
}
},
{
- "id": 7873,
+ "id": 8417,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249450,7 +255579,7 @@
}
},
{
- "id": 7874,
+ "id": 8418,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249462,7 +255591,7 @@
}
},
{
- "id": 7875,
+ "id": 8419,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249474,7 +255603,7 @@
}
},
{
- "id": 7876,
+ "id": 8420,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249486,7 +255615,7 @@
}
},
{
- "id": 7877,
+ "id": 8421,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249498,7 +255627,7 @@
}
},
{
- "id": 7878,
+ "id": 8422,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249510,7 +255639,7 @@
}
},
{
- "id": 7879,
+ "id": 8423,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249522,7 +255651,7 @@
}
},
{
- "id": 7880,
+ "id": 8424,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249534,7 +255663,7 @@
}
},
{
- "id": 7881,
+ "id": 8425,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249546,7 +255675,7 @@
}
},
{
- "id": 7882,
+ "id": 8426,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249558,7 +255687,7 @@
}
},
{
- "id": 7883,
+ "id": 8427,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249570,7 +255699,7 @@
}
},
{
- "id": 7884,
+ "id": 8428,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249582,7 +255711,7 @@
}
},
{
- "id": 7885,
+ "id": 8429,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249594,7 +255723,7 @@
}
},
{
- "id": 7886,
+ "id": 8430,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249606,7 +255735,7 @@
}
},
{
- "id": 7887,
+ "id": 8431,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249618,7 +255747,7 @@
}
},
{
- "id": 7888,
+ "id": 8432,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249630,7 +255759,7 @@
}
},
{
- "id": 7889,
+ "id": 8433,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249642,7 +255771,7 @@
}
},
{
- "id": 7890,
+ "id": 8434,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249654,7 +255783,7 @@
}
},
{
- "id": 7891,
+ "id": 8435,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249666,7 +255795,7 @@
}
},
{
- "id": 7892,
+ "id": 8436,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249678,7 +255807,7 @@
}
},
{
- "id": 7893,
+ "id": 8437,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249691,7 +255820,7 @@
},
{
"default": true,
- "id": 7894,
+ "id": 8438,
"properties": {
"attached": "false",
"disarmed": "false",
@@ -249727,7 +255856,7 @@
},
"states": [
{
- "id": 7751,
+ "id": 8295,
"properties": {
"attached": "true",
"facing": "north",
@@ -249735,7 +255864,7 @@
}
},
{
- "id": 7752,
+ "id": 8296,
"properties": {
"attached": "true",
"facing": "north",
@@ -249743,7 +255872,7 @@
}
},
{
- "id": 7753,
+ "id": 8297,
"properties": {
"attached": "true",
"facing": "south",
@@ -249751,7 +255880,7 @@
}
},
{
- "id": 7754,
+ "id": 8298,
"properties": {
"attached": "true",
"facing": "south",
@@ -249759,7 +255888,7 @@
}
},
{
- "id": 7755,
+ "id": 8299,
"properties": {
"attached": "true",
"facing": "west",
@@ -249767,7 +255896,7 @@
}
},
{
- "id": 7756,
+ "id": 8300,
"properties": {
"attached": "true",
"facing": "west",
@@ -249775,7 +255904,7 @@
}
},
{
- "id": 7757,
+ "id": 8301,
"properties": {
"attached": "true",
"facing": "east",
@@ -249783,7 +255912,7 @@
}
},
{
- "id": 7758,
+ "id": 8302,
"properties": {
"attached": "true",
"facing": "east",
@@ -249791,7 +255920,7 @@
}
},
{
- "id": 7759,
+ "id": 8303,
"properties": {
"attached": "false",
"facing": "north",
@@ -249800,7 +255929,7 @@
},
{
"default": true,
- "id": 7760,
+ "id": 8304,
"properties": {
"attached": "false",
"facing": "north",
@@ -249808,7 +255937,7 @@
}
},
{
- "id": 7761,
+ "id": 8305,
"properties": {
"attached": "false",
"facing": "south",
@@ -249816,7 +255945,7 @@
}
},
{
- "id": 7762,
+ "id": 8306,
"properties": {
"attached": "false",
"facing": "south",
@@ -249824,7 +255953,7 @@
}
},
{
- "id": 7763,
+ "id": 8307,
"properties": {
"attached": "false",
"facing": "west",
@@ -249832,7 +255961,7 @@
}
},
{
- "id": 7764,
+ "id": 8308,
"properties": {
"attached": "false",
"facing": "west",
@@ -249840,7 +255969,7 @@
}
},
{
- "id": 7765,
+ "id": 8309,
"properties": {
"attached": "false",
"facing": "east",
@@ -249848,7 +255977,7 @@
}
},
{
- "id": 7766,
+ "id": 8310,
"properties": {
"attached": "false",
"facing": "east",
@@ -249872,13 +256001,13 @@
"states": [
{
"default": true,
- "id": 13292,
+ "id": 13836,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13293,
+ "id": 13837,
"properties": {
"waterlogged": "false"
}
@@ -249894,7 +256023,7 @@
"states": [
{
"default": true,
- "id": 13277
+ "id": 13821
}
]
},
@@ -249913,13 +256042,13 @@
"states": [
{
"default": true,
- "id": 13312,
+ "id": 13856,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13313,
+ "id": 13857,
"properties": {
"waterlogged": "false"
}
@@ -249947,56 +256076,56 @@
"states": [
{
"default": true,
- "id": 13362,
+ "id": 13906,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13363,
+ "id": 13907,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13364,
+ "id": 13908,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13365,
+ "id": 13909,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13366,
+ "id": 13910,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13367,
+ "id": 13911,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13368,
+ "id": 13912,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13369,
+ "id": 13913,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -250012,7 +256141,7 @@
"states": [
{
"default": true,
- "id": 21550
+ "id": 22094
}
]
},
@@ -250034,21 +256163,21 @@
},
"states": [
{
- "id": 22374,
+ "id": 22918,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 22375,
+ "id": 22919,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 22376,
+ "id": 22920,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -250056,21 +256185,21 @@
},
{
"default": true,
- "id": 22377,
+ "id": 22921,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 22378,
+ "id": 22922,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 22379,
+ "id": 22923,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -250111,7 +256240,7 @@
},
"states": [
{
- "id": 22380,
+ "id": 22924,
"properties": {
"facing": "north",
"half": "top",
@@ -250120,7 +256249,7 @@
}
},
{
- "id": 22381,
+ "id": 22925,
"properties": {
"facing": "north",
"half": "top",
@@ -250129,7 +256258,7 @@
}
},
{
- "id": 22382,
+ "id": 22926,
"properties": {
"facing": "north",
"half": "top",
@@ -250138,7 +256267,7 @@
}
},
{
- "id": 22383,
+ "id": 22927,
"properties": {
"facing": "north",
"half": "top",
@@ -250147,7 +256276,7 @@
}
},
{
- "id": 22384,
+ "id": 22928,
"properties": {
"facing": "north",
"half": "top",
@@ -250156,7 +256285,7 @@
}
},
{
- "id": 22385,
+ "id": 22929,
"properties": {
"facing": "north",
"half": "top",
@@ -250165,7 +256294,7 @@
}
},
{
- "id": 22386,
+ "id": 22930,
"properties": {
"facing": "north",
"half": "top",
@@ -250174,7 +256303,7 @@
}
},
{
- "id": 22387,
+ "id": 22931,
"properties": {
"facing": "north",
"half": "top",
@@ -250183,7 +256312,7 @@
}
},
{
- "id": 22388,
+ "id": 22932,
"properties": {
"facing": "north",
"half": "top",
@@ -250192,7 +256321,7 @@
}
},
{
- "id": 22389,
+ "id": 22933,
"properties": {
"facing": "north",
"half": "top",
@@ -250201,7 +256330,7 @@
}
},
{
- "id": 22390,
+ "id": 22934,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250211,7 +256340,7 @@
},
{
"default": true,
- "id": 22391,
+ "id": 22935,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250220,7 +256349,7 @@
}
},
{
- "id": 22392,
+ "id": 22936,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250229,7 +256358,7 @@
}
},
{
- "id": 22393,
+ "id": 22937,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250238,7 +256367,7 @@
}
},
{
- "id": 22394,
+ "id": 22938,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250247,7 +256376,7 @@
}
},
{
- "id": 22395,
+ "id": 22939,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250256,7 +256385,7 @@
}
},
{
- "id": 22396,
+ "id": 22940,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250265,7 +256394,7 @@
}
},
{
- "id": 22397,
+ "id": 22941,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250274,7 +256403,7 @@
}
},
{
- "id": 22398,
+ "id": 22942,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250283,7 +256412,7 @@
}
},
{
- "id": 22399,
+ "id": 22943,
"properties": {
"facing": "north",
"half": "bottom",
@@ -250292,7 +256421,7 @@
}
},
{
- "id": 22400,
+ "id": 22944,
"properties": {
"facing": "south",
"half": "top",
@@ -250301,7 +256430,7 @@
}
},
{
- "id": 22401,
+ "id": 22945,
"properties": {
"facing": "south",
"half": "top",
@@ -250310,7 +256439,7 @@
}
},
{
- "id": 22402,
+ "id": 22946,
"properties": {
"facing": "south",
"half": "top",
@@ -250319,7 +256448,7 @@
}
},
{
- "id": 22403,
+ "id": 22947,
"properties": {
"facing": "south",
"half": "top",
@@ -250328,7 +256457,7 @@
}
},
{
- "id": 22404,
+ "id": 22948,
"properties": {
"facing": "south",
"half": "top",
@@ -250337,7 +256466,7 @@
}
},
{
- "id": 22405,
+ "id": 22949,
"properties": {
"facing": "south",
"half": "top",
@@ -250346,7 +256475,7 @@
}
},
{
- "id": 22406,
+ "id": 22950,
"properties": {
"facing": "south",
"half": "top",
@@ -250355,7 +256484,7 @@
}
},
{
- "id": 22407,
+ "id": 22951,
"properties": {
"facing": "south",
"half": "top",
@@ -250364,7 +256493,7 @@
}
},
{
- "id": 22408,
+ "id": 22952,
"properties": {
"facing": "south",
"half": "top",
@@ -250373,7 +256502,7 @@
}
},
{
- "id": 22409,
+ "id": 22953,
"properties": {
"facing": "south",
"half": "top",
@@ -250382,7 +256511,7 @@
}
},
{
- "id": 22410,
+ "id": 22954,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250391,7 +256520,7 @@
}
},
{
- "id": 22411,
+ "id": 22955,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250400,7 +256529,7 @@
}
},
{
- "id": 22412,
+ "id": 22956,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250409,7 +256538,7 @@
}
},
{
- "id": 22413,
+ "id": 22957,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250418,7 +256547,7 @@
}
},
{
- "id": 22414,
+ "id": 22958,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250427,7 +256556,7 @@
}
},
{
- "id": 22415,
+ "id": 22959,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250436,7 +256565,7 @@
}
},
{
- "id": 22416,
+ "id": 22960,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250445,7 +256574,7 @@
}
},
{
- "id": 22417,
+ "id": 22961,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250454,7 +256583,7 @@
}
},
{
- "id": 22418,
+ "id": 22962,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250463,7 +256592,7 @@
}
},
{
- "id": 22419,
+ "id": 22963,
"properties": {
"facing": "south",
"half": "bottom",
@@ -250472,7 +256601,7 @@
}
},
{
- "id": 22420,
+ "id": 22964,
"properties": {
"facing": "west",
"half": "top",
@@ -250481,7 +256610,7 @@
}
},
{
- "id": 22421,
+ "id": 22965,
"properties": {
"facing": "west",
"half": "top",
@@ -250490,7 +256619,7 @@
}
},
{
- "id": 22422,
+ "id": 22966,
"properties": {
"facing": "west",
"half": "top",
@@ -250499,7 +256628,7 @@
}
},
{
- "id": 22423,
+ "id": 22967,
"properties": {
"facing": "west",
"half": "top",
@@ -250508,7 +256637,7 @@
}
},
{
- "id": 22424,
+ "id": 22968,
"properties": {
"facing": "west",
"half": "top",
@@ -250517,7 +256646,7 @@
}
},
{
- "id": 22425,
+ "id": 22969,
"properties": {
"facing": "west",
"half": "top",
@@ -250526,7 +256655,7 @@
}
},
{
- "id": 22426,
+ "id": 22970,
"properties": {
"facing": "west",
"half": "top",
@@ -250535,7 +256664,7 @@
}
},
{
- "id": 22427,
+ "id": 22971,
"properties": {
"facing": "west",
"half": "top",
@@ -250544,7 +256673,7 @@
}
},
{
- "id": 22428,
+ "id": 22972,
"properties": {
"facing": "west",
"half": "top",
@@ -250553,7 +256682,7 @@
}
},
{
- "id": 22429,
+ "id": 22973,
"properties": {
"facing": "west",
"half": "top",
@@ -250562,7 +256691,7 @@
}
},
{
- "id": 22430,
+ "id": 22974,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250571,7 +256700,7 @@
}
},
{
- "id": 22431,
+ "id": 22975,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250580,7 +256709,7 @@
}
},
{
- "id": 22432,
+ "id": 22976,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250589,7 +256718,7 @@
}
},
{
- "id": 22433,
+ "id": 22977,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250598,7 +256727,7 @@
}
},
{
- "id": 22434,
+ "id": 22978,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250607,7 +256736,7 @@
}
},
{
- "id": 22435,
+ "id": 22979,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250616,7 +256745,7 @@
}
},
{
- "id": 22436,
+ "id": 22980,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250625,7 +256754,7 @@
}
},
{
- "id": 22437,
+ "id": 22981,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250634,7 +256763,7 @@
}
},
{
- "id": 22438,
+ "id": 22982,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250643,7 +256772,7 @@
}
},
{
- "id": 22439,
+ "id": 22983,
"properties": {
"facing": "west",
"half": "bottom",
@@ -250652,7 +256781,7 @@
}
},
{
- "id": 22440,
+ "id": 22984,
"properties": {
"facing": "east",
"half": "top",
@@ -250661,7 +256790,7 @@
}
},
{
- "id": 22441,
+ "id": 22985,
"properties": {
"facing": "east",
"half": "top",
@@ -250670,7 +256799,7 @@
}
},
{
- "id": 22442,
+ "id": 22986,
"properties": {
"facing": "east",
"half": "top",
@@ -250679,7 +256808,7 @@
}
},
{
- "id": 22443,
+ "id": 22987,
"properties": {
"facing": "east",
"half": "top",
@@ -250688,7 +256817,7 @@
}
},
{
- "id": 22444,
+ "id": 22988,
"properties": {
"facing": "east",
"half": "top",
@@ -250697,7 +256826,7 @@
}
},
{
- "id": 22445,
+ "id": 22989,
"properties": {
"facing": "east",
"half": "top",
@@ -250706,7 +256835,7 @@
}
},
{
- "id": 22446,
+ "id": 22990,
"properties": {
"facing": "east",
"half": "top",
@@ -250715,7 +256844,7 @@
}
},
{
- "id": 22447,
+ "id": 22991,
"properties": {
"facing": "east",
"half": "top",
@@ -250724,7 +256853,7 @@
}
},
{
- "id": 22448,
+ "id": 22992,
"properties": {
"facing": "east",
"half": "top",
@@ -250733,7 +256862,7 @@
}
},
{
- "id": 22449,
+ "id": 22993,
"properties": {
"facing": "east",
"half": "top",
@@ -250742,7 +256871,7 @@
}
},
{
- "id": 22450,
+ "id": 22994,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250751,7 +256880,7 @@
}
},
{
- "id": 22451,
+ "id": 22995,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250760,7 +256889,7 @@
}
},
{
- "id": 22452,
+ "id": 22996,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250769,7 +256898,7 @@
}
},
{
- "id": 22453,
+ "id": 22997,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250778,7 +256907,7 @@
}
},
{
- "id": 22454,
+ "id": 22998,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250787,7 +256916,7 @@
}
},
{
- "id": 22455,
+ "id": 22999,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250796,7 +256925,7 @@
}
},
{
- "id": 22456,
+ "id": 23000,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250805,7 +256934,7 @@
}
},
{
- "id": 22457,
+ "id": 23001,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250814,7 +256943,7 @@
}
},
{
- "id": 22458,
+ "id": 23002,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250823,7 +256952,7 @@
}
},
{
- "id": 22459,
+ "id": 23003,
"properties": {
"facing": "east",
"half": "bottom",
@@ -250870,7 +256999,7 @@
},
"states": [
{
- "id": 22460,
+ "id": 23004,
"properties": {
"east": "none",
"north": "none",
@@ -250881,7 +257010,7 @@
}
},
{
- "id": 22461,
+ "id": 23005,
"properties": {
"east": "none",
"north": "none",
@@ -250892,7 +257021,7 @@
}
},
{
- "id": 22462,
+ "id": 23006,
"properties": {
"east": "none",
"north": "none",
@@ -250904,7 +257033,7 @@
},
{
"default": true,
- "id": 22463,
+ "id": 23007,
"properties": {
"east": "none",
"north": "none",
@@ -250915,7 +257044,7 @@
}
},
{
- "id": 22464,
+ "id": 23008,
"properties": {
"east": "none",
"north": "none",
@@ -250926,7 +257055,7 @@
}
},
{
- "id": 22465,
+ "id": 23009,
"properties": {
"east": "none",
"north": "none",
@@ -250937,7 +257066,7 @@
}
},
{
- "id": 22466,
+ "id": 23010,
"properties": {
"east": "none",
"north": "none",
@@ -250948,7 +257077,7 @@
}
},
{
- "id": 22467,
+ "id": 23011,
"properties": {
"east": "none",
"north": "none",
@@ -250959,7 +257088,7 @@
}
},
{
- "id": 22468,
+ "id": 23012,
"properties": {
"east": "none",
"north": "none",
@@ -250970,7 +257099,7 @@
}
},
{
- "id": 22469,
+ "id": 23013,
"properties": {
"east": "none",
"north": "none",
@@ -250981,7 +257110,7 @@
}
},
{
- "id": 22470,
+ "id": 23014,
"properties": {
"east": "none",
"north": "none",
@@ -250992,7 +257121,7 @@
}
},
{
- "id": 22471,
+ "id": 23015,
"properties": {
"east": "none",
"north": "none",
@@ -251003,7 +257132,7 @@
}
},
{
- "id": 22472,
+ "id": 23016,
"properties": {
"east": "none",
"north": "none",
@@ -251014,7 +257143,7 @@
}
},
{
- "id": 22473,
+ "id": 23017,
"properties": {
"east": "none",
"north": "none",
@@ -251025,7 +257154,7 @@
}
},
{
- "id": 22474,
+ "id": 23018,
"properties": {
"east": "none",
"north": "none",
@@ -251036,7 +257165,7 @@
}
},
{
- "id": 22475,
+ "id": 23019,
"properties": {
"east": "none",
"north": "none",
@@ -251047,7 +257176,7 @@
}
},
{
- "id": 22476,
+ "id": 23020,
"properties": {
"east": "none",
"north": "none",
@@ -251058,7 +257187,7 @@
}
},
{
- "id": 22477,
+ "id": 23021,
"properties": {
"east": "none",
"north": "none",
@@ -251069,7 +257198,7 @@
}
},
{
- "id": 22478,
+ "id": 23022,
"properties": {
"east": "none",
"north": "none",
@@ -251080,7 +257209,7 @@
}
},
{
- "id": 22479,
+ "id": 23023,
"properties": {
"east": "none",
"north": "none",
@@ -251091,7 +257220,7 @@
}
},
{
- "id": 22480,
+ "id": 23024,
"properties": {
"east": "none",
"north": "none",
@@ -251102,7 +257231,7 @@
}
},
{
- "id": 22481,
+ "id": 23025,
"properties": {
"east": "none",
"north": "none",
@@ -251113,7 +257242,7 @@
}
},
{
- "id": 22482,
+ "id": 23026,
"properties": {
"east": "none",
"north": "none",
@@ -251124,7 +257253,7 @@
}
},
{
- "id": 22483,
+ "id": 23027,
"properties": {
"east": "none",
"north": "none",
@@ -251135,7 +257264,7 @@
}
},
{
- "id": 22484,
+ "id": 23028,
"properties": {
"east": "none",
"north": "none",
@@ -251146,7 +257275,7 @@
}
},
{
- "id": 22485,
+ "id": 23029,
"properties": {
"east": "none",
"north": "none",
@@ -251157,7 +257286,7 @@
}
},
{
- "id": 22486,
+ "id": 23030,
"properties": {
"east": "none",
"north": "none",
@@ -251168,7 +257297,7 @@
}
},
{
- "id": 22487,
+ "id": 23031,
"properties": {
"east": "none",
"north": "none",
@@ -251179,7 +257308,7 @@
}
},
{
- "id": 22488,
+ "id": 23032,
"properties": {
"east": "none",
"north": "none",
@@ -251190,7 +257319,7 @@
}
},
{
- "id": 22489,
+ "id": 23033,
"properties": {
"east": "none",
"north": "none",
@@ -251201,7 +257330,7 @@
}
},
{
- "id": 22490,
+ "id": 23034,
"properties": {
"east": "none",
"north": "none",
@@ -251212,7 +257341,7 @@
}
},
{
- "id": 22491,
+ "id": 23035,
"properties": {
"east": "none",
"north": "none",
@@ -251223,7 +257352,7 @@
}
},
{
- "id": 22492,
+ "id": 23036,
"properties": {
"east": "none",
"north": "none",
@@ -251234,7 +257363,7 @@
}
},
{
- "id": 22493,
+ "id": 23037,
"properties": {
"east": "none",
"north": "none",
@@ -251245,7 +257374,7 @@
}
},
{
- "id": 22494,
+ "id": 23038,
"properties": {
"east": "none",
"north": "none",
@@ -251256,7 +257385,7 @@
}
},
{
- "id": 22495,
+ "id": 23039,
"properties": {
"east": "none",
"north": "none",
@@ -251267,7 +257396,7 @@
}
},
{
- "id": 22496,
+ "id": 23040,
"properties": {
"east": "none",
"north": "low",
@@ -251278,7 +257407,7 @@
}
},
{
- "id": 22497,
+ "id": 23041,
"properties": {
"east": "none",
"north": "low",
@@ -251289,7 +257418,7 @@
}
},
{
- "id": 22498,
+ "id": 23042,
"properties": {
"east": "none",
"north": "low",
@@ -251300,7 +257429,7 @@
}
},
{
- "id": 22499,
+ "id": 23043,
"properties": {
"east": "none",
"north": "low",
@@ -251311,7 +257440,7 @@
}
},
{
- "id": 22500,
+ "id": 23044,
"properties": {
"east": "none",
"north": "low",
@@ -251322,7 +257451,7 @@
}
},
{
- "id": 22501,
+ "id": 23045,
"properties": {
"east": "none",
"north": "low",
@@ -251333,7 +257462,7 @@
}
},
{
- "id": 22502,
+ "id": 23046,
"properties": {
"east": "none",
"north": "low",
@@ -251344,7 +257473,7 @@
}
},
{
- "id": 22503,
+ "id": 23047,
"properties": {
"east": "none",
"north": "low",
@@ -251355,7 +257484,7 @@
}
},
{
- "id": 22504,
+ "id": 23048,
"properties": {
"east": "none",
"north": "low",
@@ -251366,7 +257495,7 @@
}
},
{
- "id": 22505,
+ "id": 23049,
"properties": {
"east": "none",
"north": "low",
@@ -251377,7 +257506,7 @@
}
},
{
- "id": 22506,
+ "id": 23050,
"properties": {
"east": "none",
"north": "low",
@@ -251388,7 +257517,7 @@
}
},
{
- "id": 22507,
+ "id": 23051,
"properties": {
"east": "none",
"north": "low",
@@ -251399,7 +257528,7 @@
}
},
{
- "id": 22508,
+ "id": 23052,
"properties": {
"east": "none",
"north": "low",
@@ -251410,7 +257539,7 @@
}
},
{
- "id": 22509,
+ "id": 23053,
"properties": {
"east": "none",
"north": "low",
@@ -251421,7 +257550,7 @@
}
},
{
- "id": 22510,
+ "id": 23054,
"properties": {
"east": "none",
"north": "low",
@@ -251432,7 +257561,7 @@
}
},
{
- "id": 22511,
+ "id": 23055,
"properties": {
"east": "none",
"north": "low",
@@ -251443,7 +257572,7 @@
}
},
{
- "id": 22512,
+ "id": 23056,
"properties": {
"east": "none",
"north": "low",
@@ -251454,7 +257583,7 @@
}
},
{
- "id": 22513,
+ "id": 23057,
"properties": {
"east": "none",
"north": "low",
@@ -251465,7 +257594,7 @@
}
},
{
- "id": 22514,
+ "id": 23058,
"properties": {
"east": "none",
"north": "low",
@@ -251476,7 +257605,7 @@
}
},
{
- "id": 22515,
+ "id": 23059,
"properties": {
"east": "none",
"north": "low",
@@ -251487,7 +257616,7 @@
}
},
{
- "id": 22516,
+ "id": 23060,
"properties": {
"east": "none",
"north": "low",
@@ -251498,7 +257627,7 @@
}
},
{
- "id": 22517,
+ "id": 23061,
"properties": {
"east": "none",
"north": "low",
@@ -251509,7 +257638,7 @@
}
},
{
- "id": 22518,
+ "id": 23062,
"properties": {
"east": "none",
"north": "low",
@@ -251520,7 +257649,7 @@
}
},
{
- "id": 22519,
+ "id": 23063,
"properties": {
"east": "none",
"north": "low",
@@ -251531,7 +257660,7 @@
}
},
{
- "id": 22520,
+ "id": 23064,
"properties": {
"east": "none",
"north": "low",
@@ -251542,7 +257671,7 @@
}
},
{
- "id": 22521,
+ "id": 23065,
"properties": {
"east": "none",
"north": "low",
@@ -251553,7 +257682,7 @@
}
},
{
- "id": 22522,
+ "id": 23066,
"properties": {
"east": "none",
"north": "low",
@@ -251564,7 +257693,7 @@
}
},
{
- "id": 22523,
+ "id": 23067,
"properties": {
"east": "none",
"north": "low",
@@ -251575,7 +257704,7 @@
}
},
{
- "id": 22524,
+ "id": 23068,
"properties": {
"east": "none",
"north": "low",
@@ -251586,7 +257715,7 @@
}
},
{
- "id": 22525,
+ "id": 23069,
"properties": {
"east": "none",
"north": "low",
@@ -251597,7 +257726,7 @@
}
},
{
- "id": 22526,
+ "id": 23070,
"properties": {
"east": "none",
"north": "low",
@@ -251608,7 +257737,7 @@
}
},
{
- "id": 22527,
+ "id": 23071,
"properties": {
"east": "none",
"north": "low",
@@ -251619,7 +257748,7 @@
}
},
{
- "id": 22528,
+ "id": 23072,
"properties": {
"east": "none",
"north": "low",
@@ -251630,7 +257759,7 @@
}
},
{
- "id": 22529,
+ "id": 23073,
"properties": {
"east": "none",
"north": "low",
@@ -251641,7 +257770,7 @@
}
},
{
- "id": 22530,
+ "id": 23074,
"properties": {
"east": "none",
"north": "low",
@@ -251652,7 +257781,7 @@
}
},
{
- "id": 22531,
+ "id": 23075,
"properties": {
"east": "none",
"north": "low",
@@ -251663,7 +257792,7 @@
}
},
{
- "id": 22532,
+ "id": 23076,
"properties": {
"east": "none",
"north": "tall",
@@ -251674,7 +257803,7 @@
}
},
{
- "id": 22533,
+ "id": 23077,
"properties": {
"east": "none",
"north": "tall",
@@ -251685,7 +257814,7 @@
}
},
{
- "id": 22534,
+ "id": 23078,
"properties": {
"east": "none",
"north": "tall",
@@ -251696,7 +257825,7 @@
}
},
{
- "id": 22535,
+ "id": 23079,
"properties": {
"east": "none",
"north": "tall",
@@ -251707,7 +257836,7 @@
}
},
{
- "id": 22536,
+ "id": 23080,
"properties": {
"east": "none",
"north": "tall",
@@ -251718,7 +257847,7 @@
}
},
{
- "id": 22537,
+ "id": 23081,
"properties": {
"east": "none",
"north": "tall",
@@ -251729,7 +257858,7 @@
}
},
{
- "id": 22538,
+ "id": 23082,
"properties": {
"east": "none",
"north": "tall",
@@ -251740,7 +257869,7 @@
}
},
{
- "id": 22539,
+ "id": 23083,
"properties": {
"east": "none",
"north": "tall",
@@ -251751,7 +257880,7 @@
}
},
{
- "id": 22540,
+ "id": 23084,
"properties": {
"east": "none",
"north": "tall",
@@ -251762,7 +257891,7 @@
}
},
{
- "id": 22541,
+ "id": 23085,
"properties": {
"east": "none",
"north": "tall",
@@ -251773,7 +257902,7 @@
}
},
{
- "id": 22542,
+ "id": 23086,
"properties": {
"east": "none",
"north": "tall",
@@ -251784,7 +257913,7 @@
}
},
{
- "id": 22543,
+ "id": 23087,
"properties": {
"east": "none",
"north": "tall",
@@ -251795,7 +257924,7 @@
}
},
{
- "id": 22544,
+ "id": 23088,
"properties": {
"east": "none",
"north": "tall",
@@ -251806,7 +257935,7 @@
}
},
{
- "id": 22545,
+ "id": 23089,
"properties": {
"east": "none",
"north": "tall",
@@ -251817,7 +257946,7 @@
}
},
{
- "id": 22546,
+ "id": 23090,
"properties": {
"east": "none",
"north": "tall",
@@ -251828,7 +257957,7 @@
}
},
{
- "id": 22547,
+ "id": 23091,
"properties": {
"east": "none",
"north": "tall",
@@ -251839,7 +257968,7 @@
}
},
{
- "id": 22548,
+ "id": 23092,
"properties": {
"east": "none",
"north": "tall",
@@ -251850,7 +257979,7 @@
}
},
{
- "id": 22549,
+ "id": 23093,
"properties": {
"east": "none",
"north": "tall",
@@ -251861,7 +257990,7 @@
}
},
{
- "id": 22550,
+ "id": 23094,
"properties": {
"east": "none",
"north": "tall",
@@ -251872,7 +258001,7 @@
}
},
{
- "id": 22551,
+ "id": 23095,
"properties": {
"east": "none",
"north": "tall",
@@ -251883,7 +258012,7 @@
}
},
{
- "id": 22552,
+ "id": 23096,
"properties": {
"east": "none",
"north": "tall",
@@ -251894,7 +258023,7 @@
}
},
{
- "id": 22553,
+ "id": 23097,
"properties": {
"east": "none",
"north": "tall",
@@ -251905,7 +258034,7 @@
}
},
{
- "id": 22554,
+ "id": 23098,
"properties": {
"east": "none",
"north": "tall",
@@ -251916,7 +258045,7 @@
}
},
{
- "id": 22555,
+ "id": 23099,
"properties": {
"east": "none",
"north": "tall",
@@ -251927,7 +258056,7 @@
}
},
{
- "id": 22556,
+ "id": 23100,
"properties": {
"east": "none",
"north": "tall",
@@ -251938,7 +258067,7 @@
}
},
{
- "id": 22557,
+ "id": 23101,
"properties": {
"east": "none",
"north": "tall",
@@ -251949,7 +258078,7 @@
}
},
{
- "id": 22558,
+ "id": 23102,
"properties": {
"east": "none",
"north": "tall",
@@ -251960,7 +258089,7 @@
}
},
{
- "id": 22559,
+ "id": 23103,
"properties": {
"east": "none",
"north": "tall",
@@ -251971,7 +258100,7 @@
}
},
{
- "id": 22560,
+ "id": 23104,
"properties": {
"east": "none",
"north": "tall",
@@ -251982,7 +258111,7 @@
}
},
{
- "id": 22561,
+ "id": 23105,
"properties": {
"east": "none",
"north": "tall",
@@ -251993,7 +258122,7 @@
}
},
{
- "id": 22562,
+ "id": 23106,
"properties": {
"east": "none",
"north": "tall",
@@ -252004,7 +258133,7 @@
}
},
{
- "id": 22563,
+ "id": 23107,
"properties": {
"east": "none",
"north": "tall",
@@ -252015,7 +258144,7 @@
}
},
{
- "id": 22564,
+ "id": 23108,
"properties": {
"east": "none",
"north": "tall",
@@ -252026,7 +258155,7 @@
}
},
{
- "id": 22565,
+ "id": 23109,
"properties": {
"east": "none",
"north": "tall",
@@ -252037,7 +258166,7 @@
}
},
{
- "id": 22566,
+ "id": 23110,
"properties": {
"east": "none",
"north": "tall",
@@ -252048,7 +258177,7 @@
}
},
{
- "id": 22567,
+ "id": 23111,
"properties": {
"east": "none",
"north": "tall",
@@ -252059,7 +258188,7 @@
}
},
{
- "id": 22568,
+ "id": 23112,
"properties": {
"east": "low",
"north": "none",
@@ -252070,7 +258199,7 @@
}
},
{
- "id": 22569,
+ "id": 23113,
"properties": {
"east": "low",
"north": "none",
@@ -252081,7 +258210,7 @@
}
},
{
- "id": 22570,
+ "id": 23114,
"properties": {
"east": "low",
"north": "none",
@@ -252092,7 +258221,7 @@
}
},
{
- "id": 22571,
+ "id": 23115,
"properties": {
"east": "low",
"north": "none",
@@ -252103,7 +258232,7 @@
}
},
{
- "id": 22572,
+ "id": 23116,
"properties": {
"east": "low",
"north": "none",
@@ -252114,7 +258243,7 @@
}
},
{
- "id": 22573,
+ "id": 23117,
"properties": {
"east": "low",
"north": "none",
@@ -252125,7 +258254,7 @@
}
},
{
- "id": 22574,
+ "id": 23118,
"properties": {
"east": "low",
"north": "none",
@@ -252136,7 +258265,7 @@
}
},
{
- "id": 22575,
+ "id": 23119,
"properties": {
"east": "low",
"north": "none",
@@ -252147,7 +258276,7 @@
}
},
{
- "id": 22576,
+ "id": 23120,
"properties": {
"east": "low",
"north": "none",
@@ -252158,7 +258287,7 @@
}
},
{
- "id": 22577,
+ "id": 23121,
"properties": {
"east": "low",
"north": "none",
@@ -252169,7 +258298,7 @@
}
},
{
- "id": 22578,
+ "id": 23122,
"properties": {
"east": "low",
"north": "none",
@@ -252180,7 +258309,7 @@
}
},
{
- "id": 22579,
+ "id": 23123,
"properties": {
"east": "low",
"north": "none",
@@ -252191,7 +258320,7 @@
}
},
{
- "id": 22580,
+ "id": 23124,
"properties": {
"east": "low",
"north": "none",
@@ -252202,7 +258331,7 @@
}
},
{
- "id": 22581,
+ "id": 23125,
"properties": {
"east": "low",
"north": "none",
@@ -252213,7 +258342,7 @@
}
},
{
- "id": 22582,
+ "id": 23126,
"properties": {
"east": "low",
"north": "none",
@@ -252224,7 +258353,7 @@
}
},
{
- "id": 22583,
+ "id": 23127,
"properties": {
"east": "low",
"north": "none",
@@ -252235,7 +258364,7 @@
}
},
{
- "id": 22584,
+ "id": 23128,
"properties": {
"east": "low",
"north": "none",
@@ -252246,7 +258375,7 @@
}
},
{
- "id": 22585,
+ "id": 23129,
"properties": {
"east": "low",
"north": "none",
@@ -252257,7 +258386,7 @@
}
},
{
- "id": 22586,
+ "id": 23130,
"properties": {
"east": "low",
"north": "none",
@@ -252268,7 +258397,7 @@
}
},
{
- "id": 22587,
+ "id": 23131,
"properties": {
"east": "low",
"north": "none",
@@ -252279,7 +258408,7 @@
}
},
{
- "id": 22588,
+ "id": 23132,
"properties": {
"east": "low",
"north": "none",
@@ -252290,7 +258419,7 @@
}
},
{
- "id": 22589,
+ "id": 23133,
"properties": {
"east": "low",
"north": "none",
@@ -252301,7 +258430,7 @@
}
},
{
- "id": 22590,
+ "id": 23134,
"properties": {
"east": "low",
"north": "none",
@@ -252312,7 +258441,7 @@
}
},
{
- "id": 22591,
+ "id": 23135,
"properties": {
"east": "low",
"north": "none",
@@ -252323,7 +258452,7 @@
}
},
{
- "id": 22592,
+ "id": 23136,
"properties": {
"east": "low",
"north": "none",
@@ -252334,7 +258463,7 @@
}
},
{
- "id": 22593,
+ "id": 23137,
"properties": {
"east": "low",
"north": "none",
@@ -252345,7 +258474,7 @@
}
},
{
- "id": 22594,
+ "id": 23138,
"properties": {
"east": "low",
"north": "none",
@@ -252356,7 +258485,7 @@
}
},
{
- "id": 22595,
+ "id": 23139,
"properties": {
"east": "low",
"north": "none",
@@ -252367,7 +258496,7 @@
}
},
{
- "id": 22596,
+ "id": 23140,
"properties": {
"east": "low",
"north": "none",
@@ -252378,7 +258507,7 @@
}
},
{
- "id": 22597,
+ "id": 23141,
"properties": {
"east": "low",
"north": "none",
@@ -252389,7 +258518,7 @@
}
},
{
- "id": 22598,
+ "id": 23142,
"properties": {
"east": "low",
"north": "none",
@@ -252400,7 +258529,7 @@
}
},
{
- "id": 22599,
+ "id": 23143,
"properties": {
"east": "low",
"north": "none",
@@ -252411,7 +258540,7 @@
}
},
{
- "id": 22600,
+ "id": 23144,
"properties": {
"east": "low",
"north": "none",
@@ -252422,7 +258551,7 @@
}
},
{
- "id": 22601,
+ "id": 23145,
"properties": {
"east": "low",
"north": "none",
@@ -252433,7 +258562,7 @@
}
},
{
- "id": 22602,
+ "id": 23146,
"properties": {
"east": "low",
"north": "none",
@@ -252444,7 +258573,7 @@
}
},
{
- "id": 22603,
+ "id": 23147,
"properties": {
"east": "low",
"north": "none",
@@ -252455,7 +258584,7 @@
}
},
{
- "id": 22604,
+ "id": 23148,
"properties": {
"east": "low",
"north": "low",
@@ -252466,7 +258595,7 @@
}
},
{
- "id": 22605,
+ "id": 23149,
"properties": {
"east": "low",
"north": "low",
@@ -252477,7 +258606,7 @@
}
},
{
- "id": 22606,
+ "id": 23150,
"properties": {
"east": "low",
"north": "low",
@@ -252488,7 +258617,7 @@
}
},
{
- "id": 22607,
+ "id": 23151,
"properties": {
"east": "low",
"north": "low",
@@ -252499,7 +258628,7 @@
}
},
{
- "id": 22608,
+ "id": 23152,
"properties": {
"east": "low",
"north": "low",
@@ -252510,7 +258639,7 @@
}
},
{
- "id": 22609,
+ "id": 23153,
"properties": {
"east": "low",
"north": "low",
@@ -252521,7 +258650,7 @@
}
},
{
- "id": 22610,
+ "id": 23154,
"properties": {
"east": "low",
"north": "low",
@@ -252532,7 +258661,7 @@
}
},
{
- "id": 22611,
+ "id": 23155,
"properties": {
"east": "low",
"north": "low",
@@ -252543,7 +258672,7 @@
}
},
{
- "id": 22612,
+ "id": 23156,
"properties": {
"east": "low",
"north": "low",
@@ -252554,7 +258683,7 @@
}
},
{
- "id": 22613,
+ "id": 23157,
"properties": {
"east": "low",
"north": "low",
@@ -252565,7 +258694,7 @@
}
},
{
- "id": 22614,
+ "id": 23158,
"properties": {
"east": "low",
"north": "low",
@@ -252576,7 +258705,7 @@
}
},
{
- "id": 22615,
+ "id": 23159,
"properties": {
"east": "low",
"north": "low",
@@ -252587,7 +258716,7 @@
}
},
{
- "id": 22616,
+ "id": 23160,
"properties": {
"east": "low",
"north": "low",
@@ -252598,7 +258727,7 @@
}
},
{
- "id": 22617,
+ "id": 23161,
"properties": {
"east": "low",
"north": "low",
@@ -252609,7 +258738,7 @@
}
},
{
- "id": 22618,
+ "id": 23162,
"properties": {
"east": "low",
"north": "low",
@@ -252620,7 +258749,7 @@
}
},
{
- "id": 22619,
+ "id": 23163,
"properties": {
"east": "low",
"north": "low",
@@ -252631,7 +258760,7 @@
}
},
{
- "id": 22620,
+ "id": 23164,
"properties": {
"east": "low",
"north": "low",
@@ -252642,7 +258771,7 @@
}
},
{
- "id": 22621,
+ "id": 23165,
"properties": {
"east": "low",
"north": "low",
@@ -252653,7 +258782,7 @@
}
},
{
- "id": 22622,
+ "id": 23166,
"properties": {
"east": "low",
"north": "low",
@@ -252664,7 +258793,7 @@
}
},
{
- "id": 22623,
+ "id": 23167,
"properties": {
"east": "low",
"north": "low",
@@ -252675,7 +258804,7 @@
}
},
{
- "id": 22624,
+ "id": 23168,
"properties": {
"east": "low",
"north": "low",
@@ -252686,7 +258815,7 @@
}
},
{
- "id": 22625,
+ "id": 23169,
"properties": {
"east": "low",
"north": "low",
@@ -252697,7 +258826,7 @@
}
},
{
- "id": 22626,
+ "id": 23170,
"properties": {
"east": "low",
"north": "low",
@@ -252708,7 +258837,7 @@
}
},
{
- "id": 22627,
+ "id": 23171,
"properties": {
"east": "low",
"north": "low",
@@ -252719,7 +258848,7 @@
}
},
{
- "id": 22628,
+ "id": 23172,
"properties": {
"east": "low",
"north": "low",
@@ -252730,7 +258859,7 @@
}
},
{
- "id": 22629,
+ "id": 23173,
"properties": {
"east": "low",
"north": "low",
@@ -252741,7 +258870,7 @@
}
},
{
- "id": 22630,
+ "id": 23174,
"properties": {
"east": "low",
"north": "low",
@@ -252752,7 +258881,7 @@
}
},
{
- "id": 22631,
+ "id": 23175,
"properties": {
"east": "low",
"north": "low",
@@ -252763,7 +258892,7 @@
}
},
{
- "id": 22632,
+ "id": 23176,
"properties": {
"east": "low",
"north": "low",
@@ -252774,7 +258903,7 @@
}
},
{
- "id": 22633,
+ "id": 23177,
"properties": {
"east": "low",
"north": "low",
@@ -252785,7 +258914,7 @@
}
},
{
- "id": 22634,
+ "id": 23178,
"properties": {
"east": "low",
"north": "low",
@@ -252796,7 +258925,7 @@
}
},
{
- "id": 22635,
+ "id": 23179,
"properties": {
"east": "low",
"north": "low",
@@ -252807,7 +258936,7 @@
}
},
{
- "id": 22636,
+ "id": 23180,
"properties": {
"east": "low",
"north": "low",
@@ -252818,7 +258947,7 @@
}
},
{
- "id": 22637,
+ "id": 23181,
"properties": {
"east": "low",
"north": "low",
@@ -252829,7 +258958,7 @@
}
},
{
- "id": 22638,
+ "id": 23182,
"properties": {
"east": "low",
"north": "low",
@@ -252840,7 +258969,7 @@
}
},
{
- "id": 22639,
+ "id": 23183,
"properties": {
"east": "low",
"north": "low",
@@ -252851,7 +258980,7 @@
}
},
{
- "id": 22640,
+ "id": 23184,
"properties": {
"east": "low",
"north": "tall",
@@ -252862,7 +258991,7 @@
}
},
{
- "id": 22641,
+ "id": 23185,
"properties": {
"east": "low",
"north": "tall",
@@ -252873,7 +259002,7 @@
}
},
{
- "id": 22642,
+ "id": 23186,
"properties": {
"east": "low",
"north": "tall",
@@ -252884,7 +259013,7 @@
}
},
{
- "id": 22643,
+ "id": 23187,
"properties": {
"east": "low",
"north": "tall",
@@ -252895,7 +259024,7 @@
}
},
{
- "id": 22644,
+ "id": 23188,
"properties": {
"east": "low",
"north": "tall",
@@ -252906,7 +259035,7 @@
}
},
{
- "id": 22645,
+ "id": 23189,
"properties": {
"east": "low",
"north": "tall",
@@ -252917,7 +259046,7 @@
}
},
{
- "id": 22646,
+ "id": 23190,
"properties": {
"east": "low",
"north": "tall",
@@ -252928,7 +259057,7 @@
}
},
{
- "id": 22647,
+ "id": 23191,
"properties": {
"east": "low",
"north": "tall",
@@ -252939,7 +259068,7 @@
}
},
{
- "id": 22648,
+ "id": 23192,
"properties": {
"east": "low",
"north": "tall",
@@ -252950,7 +259079,7 @@
}
},
{
- "id": 22649,
+ "id": 23193,
"properties": {
"east": "low",
"north": "tall",
@@ -252961,7 +259090,7 @@
}
},
{
- "id": 22650,
+ "id": 23194,
"properties": {
"east": "low",
"north": "tall",
@@ -252972,7 +259101,7 @@
}
},
{
- "id": 22651,
+ "id": 23195,
"properties": {
"east": "low",
"north": "tall",
@@ -252983,7 +259112,7 @@
}
},
{
- "id": 22652,
+ "id": 23196,
"properties": {
"east": "low",
"north": "tall",
@@ -252994,7 +259123,7 @@
}
},
{
- "id": 22653,
+ "id": 23197,
"properties": {
"east": "low",
"north": "tall",
@@ -253005,7 +259134,7 @@
}
},
{
- "id": 22654,
+ "id": 23198,
"properties": {
"east": "low",
"north": "tall",
@@ -253016,7 +259145,7 @@
}
},
{
- "id": 22655,
+ "id": 23199,
"properties": {
"east": "low",
"north": "tall",
@@ -253027,7 +259156,7 @@
}
},
{
- "id": 22656,
+ "id": 23200,
"properties": {
"east": "low",
"north": "tall",
@@ -253038,7 +259167,7 @@
}
},
{
- "id": 22657,
+ "id": 23201,
"properties": {
"east": "low",
"north": "tall",
@@ -253049,7 +259178,7 @@
}
},
{
- "id": 22658,
+ "id": 23202,
"properties": {
"east": "low",
"north": "tall",
@@ -253060,7 +259189,7 @@
}
},
{
- "id": 22659,
+ "id": 23203,
"properties": {
"east": "low",
"north": "tall",
@@ -253071,7 +259200,7 @@
}
},
{
- "id": 22660,
+ "id": 23204,
"properties": {
"east": "low",
"north": "tall",
@@ -253082,7 +259211,7 @@
}
},
{
- "id": 22661,
+ "id": 23205,
"properties": {
"east": "low",
"north": "tall",
@@ -253093,7 +259222,7 @@
}
},
{
- "id": 22662,
+ "id": 23206,
"properties": {
"east": "low",
"north": "tall",
@@ -253104,7 +259233,7 @@
}
},
{
- "id": 22663,
+ "id": 23207,
"properties": {
"east": "low",
"north": "tall",
@@ -253115,7 +259244,7 @@
}
},
{
- "id": 22664,
+ "id": 23208,
"properties": {
"east": "low",
"north": "tall",
@@ -253126,7 +259255,7 @@
}
},
{
- "id": 22665,
+ "id": 23209,
"properties": {
"east": "low",
"north": "tall",
@@ -253137,7 +259266,7 @@
}
},
{
- "id": 22666,
+ "id": 23210,
"properties": {
"east": "low",
"north": "tall",
@@ -253148,7 +259277,7 @@
}
},
{
- "id": 22667,
+ "id": 23211,
"properties": {
"east": "low",
"north": "tall",
@@ -253159,7 +259288,7 @@
}
},
{
- "id": 22668,
+ "id": 23212,
"properties": {
"east": "low",
"north": "tall",
@@ -253170,7 +259299,7 @@
}
},
{
- "id": 22669,
+ "id": 23213,
"properties": {
"east": "low",
"north": "tall",
@@ -253181,7 +259310,7 @@
}
},
{
- "id": 22670,
+ "id": 23214,
"properties": {
"east": "low",
"north": "tall",
@@ -253192,7 +259321,7 @@
}
},
{
- "id": 22671,
+ "id": 23215,
"properties": {
"east": "low",
"north": "tall",
@@ -253203,7 +259332,7 @@
}
},
{
- "id": 22672,
+ "id": 23216,
"properties": {
"east": "low",
"north": "tall",
@@ -253214,7 +259343,7 @@
}
},
{
- "id": 22673,
+ "id": 23217,
"properties": {
"east": "low",
"north": "tall",
@@ -253225,7 +259354,7 @@
}
},
{
- "id": 22674,
+ "id": 23218,
"properties": {
"east": "low",
"north": "tall",
@@ -253236,7 +259365,7 @@
}
},
{
- "id": 22675,
+ "id": 23219,
"properties": {
"east": "low",
"north": "tall",
@@ -253247,7 +259376,7 @@
}
},
{
- "id": 22676,
+ "id": 23220,
"properties": {
"east": "tall",
"north": "none",
@@ -253258,7 +259387,7 @@
}
},
{
- "id": 22677,
+ "id": 23221,
"properties": {
"east": "tall",
"north": "none",
@@ -253269,7 +259398,7 @@
}
},
{
- "id": 22678,
+ "id": 23222,
"properties": {
"east": "tall",
"north": "none",
@@ -253280,7 +259409,7 @@
}
},
{
- "id": 22679,
+ "id": 23223,
"properties": {
"east": "tall",
"north": "none",
@@ -253291,7 +259420,7 @@
}
},
{
- "id": 22680,
+ "id": 23224,
"properties": {
"east": "tall",
"north": "none",
@@ -253302,7 +259431,7 @@
}
},
{
- "id": 22681,
+ "id": 23225,
"properties": {
"east": "tall",
"north": "none",
@@ -253313,7 +259442,7 @@
}
},
{
- "id": 22682,
+ "id": 23226,
"properties": {
"east": "tall",
"north": "none",
@@ -253324,7 +259453,7 @@
}
},
{
- "id": 22683,
+ "id": 23227,
"properties": {
"east": "tall",
"north": "none",
@@ -253335,7 +259464,7 @@
}
},
{
- "id": 22684,
+ "id": 23228,
"properties": {
"east": "tall",
"north": "none",
@@ -253346,7 +259475,7 @@
}
},
{
- "id": 22685,
+ "id": 23229,
"properties": {
"east": "tall",
"north": "none",
@@ -253357,7 +259486,7 @@
}
},
{
- "id": 22686,
+ "id": 23230,
"properties": {
"east": "tall",
"north": "none",
@@ -253368,7 +259497,7 @@
}
},
{
- "id": 22687,
+ "id": 23231,
"properties": {
"east": "tall",
"north": "none",
@@ -253379,7 +259508,7 @@
}
},
{
- "id": 22688,
+ "id": 23232,
"properties": {
"east": "tall",
"north": "none",
@@ -253390,7 +259519,7 @@
}
},
{
- "id": 22689,
+ "id": 23233,
"properties": {
"east": "tall",
"north": "none",
@@ -253401,7 +259530,7 @@
}
},
{
- "id": 22690,
+ "id": 23234,
"properties": {
"east": "tall",
"north": "none",
@@ -253412,7 +259541,7 @@
}
},
{
- "id": 22691,
+ "id": 23235,
"properties": {
"east": "tall",
"north": "none",
@@ -253423,7 +259552,7 @@
}
},
{
- "id": 22692,
+ "id": 23236,
"properties": {
"east": "tall",
"north": "none",
@@ -253434,7 +259563,7 @@
}
},
{
- "id": 22693,
+ "id": 23237,
"properties": {
"east": "tall",
"north": "none",
@@ -253445,7 +259574,7 @@
}
},
{
- "id": 22694,
+ "id": 23238,
"properties": {
"east": "tall",
"north": "none",
@@ -253456,7 +259585,7 @@
}
},
{
- "id": 22695,
+ "id": 23239,
"properties": {
"east": "tall",
"north": "none",
@@ -253467,7 +259596,7 @@
}
},
{
- "id": 22696,
+ "id": 23240,
"properties": {
"east": "tall",
"north": "none",
@@ -253478,7 +259607,7 @@
}
},
{
- "id": 22697,
+ "id": 23241,
"properties": {
"east": "tall",
"north": "none",
@@ -253489,7 +259618,7 @@
}
},
{
- "id": 22698,
+ "id": 23242,
"properties": {
"east": "tall",
"north": "none",
@@ -253500,7 +259629,7 @@
}
},
{
- "id": 22699,
+ "id": 23243,
"properties": {
"east": "tall",
"north": "none",
@@ -253511,7 +259640,7 @@
}
},
{
- "id": 22700,
+ "id": 23244,
"properties": {
"east": "tall",
"north": "none",
@@ -253522,7 +259651,7 @@
}
},
{
- "id": 22701,
+ "id": 23245,
"properties": {
"east": "tall",
"north": "none",
@@ -253533,7 +259662,7 @@
}
},
{
- "id": 22702,
+ "id": 23246,
"properties": {
"east": "tall",
"north": "none",
@@ -253544,7 +259673,7 @@
}
},
{
- "id": 22703,
+ "id": 23247,
"properties": {
"east": "tall",
"north": "none",
@@ -253555,7 +259684,7 @@
}
},
{
- "id": 22704,
+ "id": 23248,
"properties": {
"east": "tall",
"north": "none",
@@ -253566,7 +259695,7 @@
}
},
{
- "id": 22705,
+ "id": 23249,
"properties": {
"east": "tall",
"north": "none",
@@ -253577,7 +259706,7 @@
}
},
{
- "id": 22706,
+ "id": 23250,
"properties": {
"east": "tall",
"north": "none",
@@ -253588,7 +259717,7 @@
}
},
{
- "id": 22707,
+ "id": 23251,
"properties": {
"east": "tall",
"north": "none",
@@ -253599,7 +259728,7 @@
}
},
{
- "id": 22708,
+ "id": 23252,
"properties": {
"east": "tall",
"north": "none",
@@ -253610,7 +259739,7 @@
}
},
{
- "id": 22709,
+ "id": 23253,
"properties": {
"east": "tall",
"north": "none",
@@ -253621,7 +259750,7 @@
}
},
{
- "id": 22710,
+ "id": 23254,
"properties": {
"east": "tall",
"north": "none",
@@ -253632,7 +259761,7 @@
}
},
{
- "id": 22711,
+ "id": 23255,
"properties": {
"east": "tall",
"north": "none",
@@ -253643,7 +259772,7 @@
}
},
{
- "id": 22712,
+ "id": 23256,
"properties": {
"east": "tall",
"north": "low",
@@ -253654,7 +259783,7 @@
}
},
{
- "id": 22713,
+ "id": 23257,
"properties": {
"east": "tall",
"north": "low",
@@ -253665,7 +259794,7 @@
}
},
{
- "id": 22714,
+ "id": 23258,
"properties": {
"east": "tall",
"north": "low",
@@ -253676,7 +259805,7 @@
}
},
{
- "id": 22715,
+ "id": 23259,
"properties": {
"east": "tall",
"north": "low",
@@ -253687,7 +259816,7 @@
}
},
{
- "id": 22716,
+ "id": 23260,
"properties": {
"east": "tall",
"north": "low",
@@ -253698,7 +259827,7 @@
}
},
{
- "id": 22717,
+ "id": 23261,
"properties": {
"east": "tall",
"north": "low",
@@ -253709,7 +259838,7 @@
}
},
{
- "id": 22718,
+ "id": 23262,
"properties": {
"east": "tall",
"north": "low",
@@ -253720,7 +259849,7 @@
}
},
{
- "id": 22719,
+ "id": 23263,
"properties": {
"east": "tall",
"north": "low",
@@ -253731,7 +259860,7 @@
}
},
{
- "id": 22720,
+ "id": 23264,
"properties": {
"east": "tall",
"north": "low",
@@ -253742,7 +259871,7 @@
}
},
{
- "id": 22721,
+ "id": 23265,
"properties": {
"east": "tall",
"north": "low",
@@ -253753,7 +259882,7 @@
}
},
{
- "id": 22722,
+ "id": 23266,
"properties": {
"east": "tall",
"north": "low",
@@ -253764,7 +259893,7 @@
}
},
{
- "id": 22723,
+ "id": 23267,
"properties": {
"east": "tall",
"north": "low",
@@ -253775,7 +259904,7 @@
}
},
{
- "id": 22724,
+ "id": 23268,
"properties": {
"east": "tall",
"north": "low",
@@ -253786,7 +259915,7 @@
}
},
{
- "id": 22725,
+ "id": 23269,
"properties": {
"east": "tall",
"north": "low",
@@ -253797,7 +259926,7 @@
}
},
{
- "id": 22726,
+ "id": 23270,
"properties": {
"east": "tall",
"north": "low",
@@ -253808,7 +259937,7 @@
}
},
{
- "id": 22727,
+ "id": 23271,
"properties": {
"east": "tall",
"north": "low",
@@ -253819,7 +259948,7 @@
}
},
{
- "id": 22728,
+ "id": 23272,
"properties": {
"east": "tall",
"north": "low",
@@ -253830,7 +259959,7 @@
}
},
{
- "id": 22729,
+ "id": 23273,
"properties": {
"east": "tall",
"north": "low",
@@ -253841,7 +259970,7 @@
}
},
{
- "id": 22730,
+ "id": 23274,
"properties": {
"east": "tall",
"north": "low",
@@ -253852,7 +259981,7 @@
}
},
{
- "id": 22731,
+ "id": 23275,
"properties": {
"east": "tall",
"north": "low",
@@ -253863,7 +259992,7 @@
}
},
{
- "id": 22732,
+ "id": 23276,
"properties": {
"east": "tall",
"north": "low",
@@ -253874,7 +260003,7 @@
}
},
{
- "id": 22733,
+ "id": 23277,
"properties": {
"east": "tall",
"north": "low",
@@ -253885,7 +260014,7 @@
}
},
{
- "id": 22734,
+ "id": 23278,
"properties": {
"east": "tall",
"north": "low",
@@ -253896,7 +260025,7 @@
}
},
{
- "id": 22735,
+ "id": 23279,
"properties": {
"east": "tall",
"north": "low",
@@ -253907,7 +260036,7 @@
}
},
{
- "id": 22736,
+ "id": 23280,
"properties": {
"east": "tall",
"north": "low",
@@ -253918,7 +260047,7 @@
}
},
{
- "id": 22737,
+ "id": 23281,
"properties": {
"east": "tall",
"north": "low",
@@ -253929,7 +260058,7 @@
}
},
{
- "id": 22738,
+ "id": 23282,
"properties": {
"east": "tall",
"north": "low",
@@ -253940,7 +260069,7 @@
}
},
{
- "id": 22739,
+ "id": 23283,
"properties": {
"east": "tall",
"north": "low",
@@ -253951,7 +260080,7 @@
}
},
{
- "id": 22740,
+ "id": 23284,
"properties": {
"east": "tall",
"north": "low",
@@ -253962,7 +260091,7 @@
}
},
{
- "id": 22741,
+ "id": 23285,
"properties": {
"east": "tall",
"north": "low",
@@ -253973,7 +260102,7 @@
}
},
{
- "id": 22742,
+ "id": 23286,
"properties": {
"east": "tall",
"north": "low",
@@ -253984,7 +260113,7 @@
}
},
{
- "id": 22743,
+ "id": 23287,
"properties": {
"east": "tall",
"north": "low",
@@ -253995,7 +260124,7 @@
}
},
{
- "id": 22744,
+ "id": 23288,
"properties": {
"east": "tall",
"north": "low",
@@ -254006,7 +260135,7 @@
}
},
{
- "id": 22745,
+ "id": 23289,
"properties": {
"east": "tall",
"north": "low",
@@ -254017,7 +260146,7 @@
}
},
{
- "id": 22746,
+ "id": 23290,
"properties": {
"east": "tall",
"north": "low",
@@ -254028,7 +260157,7 @@
}
},
{
- "id": 22747,
+ "id": 23291,
"properties": {
"east": "tall",
"north": "low",
@@ -254039,7 +260168,7 @@
}
},
{
- "id": 22748,
+ "id": 23292,
"properties": {
"east": "tall",
"north": "tall",
@@ -254050,7 +260179,7 @@
}
},
{
- "id": 22749,
+ "id": 23293,
"properties": {
"east": "tall",
"north": "tall",
@@ -254061,7 +260190,7 @@
}
},
{
- "id": 22750,
+ "id": 23294,
"properties": {
"east": "tall",
"north": "tall",
@@ -254072,7 +260201,7 @@
}
},
{
- "id": 22751,
+ "id": 23295,
"properties": {
"east": "tall",
"north": "tall",
@@ -254083,7 +260212,7 @@
}
},
{
- "id": 22752,
+ "id": 23296,
"properties": {
"east": "tall",
"north": "tall",
@@ -254094,7 +260223,7 @@
}
},
{
- "id": 22753,
+ "id": 23297,
"properties": {
"east": "tall",
"north": "tall",
@@ -254105,7 +260234,7 @@
}
},
{
- "id": 22754,
+ "id": 23298,
"properties": {
"east": "tall",
"north": "tall",
@@ -254116,7 +260245,7 @@
}
},
{
- "id": 22755,
+ "id": 23299,
"properties": {
"east": "tall",
"north": "tall",
@@ -254127,7 +260256,7 @@
}
},
{
- "id": 22756,
+ "id": 23300,
"properties": {
"east": "tall",
"north": "tall",
@@ -254138,7 +260267,7 @@
}
},
{
- "id": 22757,
+ "id": 23301,
"properties": {
"east": "tall",
"north": "tall",
@@ -254149,7 +260278,7 @@
}
},
{
- "id": 22758,
+ "id": 23302,
"properties": {
"east": "tall",
"north": "tall",
@@ -254160,7 +260289,7 @@
}
},
{
- "id": 22759,
+ "id": 23303,
"properties": {
"east": "tall",
"north": "tall",
@@ -254171,7 +260300,7 @@
}
},
{
- "id": 22760,
+ "id": 23304,
"properties": {
"east": "tall",
"north": "tall",
@@ -254182,7 +260311,7 @@
}
},
{
- "id": 22761,
+ "id": 23305,
"properties": {
"east": "tall",
"north": "tall",
@@ -254193,7 +260322,7 @@
}
},
{
- "id": 22762,
+ "id": 23306,
"properties": {
"east": "tall",
"north": "tall",
@@ -254204,7 +260333,7 @@
}
},
{
- "id": 22763,
+ "id": 23307,
"properties": {
"east": "tall",
"north": "tall",
@@ -254215,7 +260344,7 @@
}
},
{
- "id": 22764,
+ "id": 23308,
"properties": {
"east": "tall",
"north": "tall",
@@ -254226,7 +260355,7 @@
}
},
{
- "id": 22765,
+ "id": 23309,
"properties": {
"east": "tall",
"north": "tall",
@@ -254237,7 +260366,7 @@
}
},
{
- "id": 22766,
+ "id": 23310,
"properties": {
"east": "tall",
"north": "tall",
@@ -254248,7 +260377,7 @@
}
},
{
- "id": 22767,
+ "id": 23311,
"properties": {
"east": "tall",
"north": "tall",
@@ -254259,7 +260388,7 @@
}
},
{
- "id": 22768,
+ "id": 23312,
"properties": {
"east": "tall",
"north": "tall",
@@ -254270,7 +260399,7 @@
}
},
{
- "id": 22769,
+ "id": 23313,
"properties": {
"east": "tall",
"north": "tall",
@@ -254281,7 +260410,7 @@
}
},
{
- "id": 22770,
+ "id": 23314,
"properties": {
"east": "tall",
"north": "tall",
@@ -254292,7 +260421,7 @@
}
},
{
- "id": 22771,
+ "id": 23315,
"properties": {
"east": "tall",
"north": "tall",
@@ -254303,7 +260432,7 @@
}
},
{
- "id": 22772,
+ "id": 23316,
"properties": {
"east": "tall",
"north": "tall",
@@ -254314,7 +260443,7 @@
}
},
{
- "id": 22773,
+ "id": 23317,
"properties": {
"east": "tall",
"north": "tall",
@@ -254325,7 +260454,7 @@
}
},
{
- "id": 22774,
+ "id": 23318,
"properties": {
"east": "tall",
"north": "tall",
@@ -254336,7 +260465,7 @@
}
},
{
- "id": 22775,
+ "id": 23319,
"properties": {
"east": "tall",
"north": "tall",
@@ -254347,7 +260476,7 @@
}
},
{
- "id": 22776,
+ "id": 23320,
"properties": {
"east": "tall",
"north": "tall",
@@ -254358,7 +260487,7 @@
}
},
{
- "id": 22777,
+ "id": 23321,
"properties": {
"east": "tall",
"north": "tall",
@@ -254369,7 +260498,7 @@
}
},
{
- "id": 22778,
+ "id": 23322,
"properties": {
"east": "tall",
"north": "tall",
@@ -254380,7 +260509,7 @@
}
},
{
- "id": 22779,
+ "id": 23323,
"properties": {
"east": "tall",
"north": "tall",
@@ -254391,7 +260520,7 @@
}
},
{
- "id": 22780,
+ "id": 23324,
"properties": {
"east": "tall",
"north": "tall",
@@ -254402,7 +260531,7 @@
}
},
{
- "id": 22781,
+ "id": 23325,
"properties": {
"east": "tall",
"north": "tall",
@@ -254413,7 +260542,7 @@
}
},
{
- "id": 22782,
+ "id": 23326,
"properties": {
"east": "tall",
"north": "tall",
@@ -254424,7 +260553,7 @@
}
},
{
- "id": 22783,
+ "id": 23327,
"properties": {
"east": "tall",
"north": "tall",
@@ -254444,7 +260573,7 @@
"states": [
{
"default": true,
- "id": 22373
+ "id": 22917
}
]
},
@@ -254466,21 +260595,21 @@
},
"states": [
{
- "id": 21551,
+ "id": 22095,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 21552,
+ "id": 22096,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 21553,
+ "id": 22097,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -254488,21 +260617,21 @@
},
{
"default": true,
- "id": 21554,
+ "id": 22098,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 21555,
+ "id": 22099,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 21556,
+ "id": 22100,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -254543,7 +260672,7 @@
},
"states": [
{
- "id": 21557,
+ "id": 22101,
"properties": {
"facing": "north",
"half": "top",
@@ -254552,7 +260681,7 @@
}
},
{
- "id": 21558,
+ "id": 22102,
"properties": {
"facing": "north",
"half": "top",
@@ -254561,7 +260690,7 @@
}
},
{
- "id": 21559,
+ "id": 22103,
"properties": {
"facing": "north",
"half": "top",
@@ -254570,7 +260699,7 @@
}
},
{
- "id": 21560,
+ "id": 22104,
"properties": {
"facing": "north",
"half": "top",
@@ -254579,7 +260708,7 @@
}
},
{
- "id": 21561,
+ "id": 22105,
"properties": {
"facing": "north",
"half": "top",
@@ -254588,7 +260717,7 @@
}
},
{
- "id": 21562,
+ "id": 22106,
"properties": {
"facing": "north",
"half": "top",
@@ -254597,7 +260726,7 @@
}
},
{
- "id": 21563,
+ "id": 22107,
"properties": {
"facing": "north",
"half": "top",
@@ -254606,7 +260735,7 @@
}
},
{
- "id": 21564,
+ "id": 22108,
"properties": {
"facing": "north",
"half": "top",
@@ -254615,7 +260744,7 @@
}
},
{
- "id": 21565,
+ "id": 22109,
"properties": {
"facing": "north",
"half": "top",
@@ -254624,7 +260753,7 @@
}
},
{
- "id": 21566,
+ "id": 22110,
"properties": {
"facing": "north",
"half": "top",
@@ -254633,7 +260762,7 @@
}
},
{
- "id": 21567,
+ "id": 22111,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254643,7 +260772,7 @@
},
{
"default": true,
- "id": 21568,
+ "id": 22112,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254652,7 +260781,7 @@
}
},
{
- "id": 21569,
+ "id": 22113,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254661,7 +260790,7 @@
}
},
{
- "id": 21570,
+ "id": 22114,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254670,7 +260799,7 @@
}
},
{
- "id": 21571,
+ "id": 22115,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254679,7 +260808,7 @@
}
},
{
- "id": 21572,
+ "id": 22116,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254688,7 +260817,7 @@
}
},
{
- "id": 21573,
+ "id": 22117,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254697,7 +260826,7 @@
}
},
{
- "id": 21574,
+ "id": 22118,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254706,7 +260835,7 @@
}
},
{
- "id": 21575,
+ "id": 22119,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254715,7 +260844,7 @@
}
},
{
- "id": 21576,
+ "id": 22120,
"properties": {
"facing": "north",
"half": "bottom",
@@ -254724,7 +260853,7 @@
}
},
{
- "id": 21577,
+ "id": 22121,
"properties": {
"facing": "south",
"half": "top",
@@ -254733,7 +260862,7 @@
}
},
{
- "id": 21578,
+ "id": 22122,
"properties": {
"facing": "south",
"half": "top",
@@ -254742,7 +260871,7 @@
}
},
{
- "id": 21579,
+ "id": 22123,
"properties": {
"facing": "south",
"half": "top",
@@ -254751,7 +260880,7 @@
}
},
{
- "id": 21580,
+ "id": 22124,
"properties": {
"facing": "south",
"half": "top",
@@ -254760,7 +260889,7 @@
}
},
{
- "id": 21581,
+ "id": 22125,
"properties": {
"facing": "south",
"half": "top",
@@ -254769,7 +260898,7 @@
}
},
{
- "id": 21582,
+ "id": 22126,
"properties": {
"facing": "south",
"half": "top",
@@ -254778,7 +260907,7 @@
}
},
{
- "id": 21583,
+ "id": 22127,
"properties": {
"facing": "south",
"half": "top",
@@ -254787,7 +260916,7 @@
}
},
{
- "id": 21584,
+ "id": 22128,
"properties": {
"facing": "south",
"half": "top",
@@ -254796,7 +260925,7 @@
}
},
{
- "id": 21585,
+ "id": 22129,
"properties": {
"facing": "south",
"half": "top",
@@ -254805,7 +260934,7 @@
}
},
{
- "id": 21586,
+ "id": 22130,
"properties": {
"facing": "south",
"half": "top",
@@ -254814,7 +260943,7 @@
}
},
{
- "id": 21587,
+ "id": 22131,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254823,7 +260952,7 @@
}
},
{
- "id": 21588,
+ "id": 22132,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254832,7 +260961,7 @@
}
},
{
- "id": 21589,
+ "id": 22133,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254841,7 +260970,7 @@
}
},
{
- "id": 21590,
+ "id": 22134,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254850,7 +260979,7 @@
}
},
{
- "id": 21591,
+ "id": 22135,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254859,7 +260988,7 @@
}
},
{
- "id": 21592,
+ "id": 22136,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254868,7 +260997,7 @@
}
},
{
- "id": 21593,
+ "id": 22137,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254877,7 +261006,7 @@
}
},
{
- "id": 21594,
+ "id": 22138,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254886,7 +261015,7 @@
}
},
{
- "id": 21595,
+ "id": 22139,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254895,7 +261024,7 @@
}
},
{
- "id": 21596,
+ "id": 22140,
"properties": {
"facing": "south",
"half": "bottom",
@@ -254904,7 +261033,7 @@
}
},
{
- "id": 21597,
+ "id": 22141,
"properties": {
"facing": "west",
"half": "top",
@@ -254913,7 +261042,7 @@
}
},
{
- "id": 21598,
+ "id": 22142,
"properties": {
"facing": "west",
"half": "top",
@@ -254922,7 +261051,7 @@
}
},
{
- "id": 21599,
+ "id": 22143,
"properties": {
"facing": "west",
"half": "top",
@@ -254931,7 +261060,7 @@
}
},
{
- "id": 21600,
+ "id": 22144,
"properties": {
"facing": "west",
"half": "top",
@@ -254940,7 +261069,7 @@
}
},
{
- "id": 21601,
+ "id": 22145,
"properties": {
"facing": "west",
"half": "top",
@@ -254949,7 +261078,7 @@
}
},
{
- "id": 21602,
+ "id": 22146,
"properties": {
"facing": "west",
"half": "top",
@@ -254958,7 +261087,7 @@
}
},
{
- "id": 21603,
+ "id": 22147,
"properties": {
"facing": "west",
"half": "top",
@@ -254967,7 +261096,7 @@
}
},
{
- "id": 21604,
+ "id": 22148,
"properties": {
"facing": "west",
"half": "top",
@@ -254976,7 +261105,7 @@
}
},
{
- "id": 21605,
+ "id": 22149,
"properties": {
"facing": "west",
"half": "top",
@@ -254985,7 +261114,7 @@
}
},
{
- "id": 21606,
+ "id": 22150,
"properties": {
"facing": "west",
"half": "top",
@@ -254994,7 +261123,7 @@
}
},
{
- "id": 21607,
+ "id": 22151,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255003,7 +261132,7 @@
}
},
{
- "id": 21608,
+ "id": 22152,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255012,7 +261141,7 @@
}
},
{
- "id": 21609,
+ "id": 22153,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255021,7 +261150,7 @@
}
},
{
- "id": 21610,
+ "id": 22154,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255030,7 +261159,7 @@
}
},
{
- "id": 21611,
+ "id": 22155,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255039,7 +261168,7 @@
}
},
{
- "id": 21612,
+ "id": 22156,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255048,7 +261177,7 @@
}
},
{
- "id": 21613,
+ "id": 22157,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255057,7 +261186,7 @@
}
},
{
- "id": 21614,
+ "id": 22158,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255066,7 +261195,7 @@
}
},
{
- "id": 21615,
+ "id": 22159,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255075,7 +261204,7 @@
}
},
{
- "id": 21616,
+ "id": 22160,
"properties": {
"facing": "west",
"half": "bottom",
@@ -255084,7 +261213,7 @@
}
},
{
- "id": 21617,
+ "id": 22161,
"properties": {
"facing": "east",
"half": "top",
@@ -255093,7 +261222,7 @@
}
},
{
- "id": 21618,
+ "id": 22162,
"properties": {
"facing": "east",
"half": "top",
@@ -255102,7 +261231,7 @@
}
},
{
- "id": 21619,
+ "id": 22163,
"properties": {
"facing": "east",
"half": "top",
@@ -255111,7 +261240,7 @@
}
},
{
- "id": 21620,
+ "id": 22164,
"properties": {
"facing": "east",
"half": "top",
@@ -255120,7 +261249,7 @@
}
},
{
- "id": 21621,
+ "id": 22165,
"properties": {
"facing": "east",
"half": "top",
@@ -255129,7 +261258,7 @@
}
},
{
- "id": 21622,
+ "id": 22166,
"properties": {
"facing": "east",
"half": "top",
@@ -255138,7 +261267,7 @@
}
},
{
- "id": 21623,
+ "id": 22167,
"properties": {
"facing": "east",
"half": "top",
@@ -255147,7 +261276,7 @@
}
},
{
- "id": 21624,
+ "id": 22168,
"properties": {
"facing": "east",
"half": "top",
@@ -255156,7 +261285,7 @@
}
},
{
- "id": 21625,
+ "id": 22169,
"properties": {
"facing": "east",
"half": "top",
@@ -255165,7 +261294,7 @@
}
},
{
- "id": 21626,
+ "id": 22170,
"properties": {
"facing": "east",
"half": "top",
@@ -255174,7 +261303,7 @@
}
},
{
- "id": 21627,
+ "id": 22171,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255183,7 +261312,7 @@
}
},
{
- "id": 21628,
+ "id": 22172,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255192,7 +261321,7 @@
}
},
{
- "id": 21629,
+ "id": 22173,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255201,7 +261330,7 @@
}
},
{
- "id": 21630,
+ "id": 22174,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255210,7 +261339,7 @@
}
},
{
- "id": 21631,
+ "id": 22175,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255219,7 +261348,7 @@
}
},
{
- "id": 21632,
+ "id": 22176,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255228,7 +261357,7 @@
}
},
{
- "id": 21633,
+ "id": 22177,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255237,7 +261366,7 @@
}
},
{
- "id": 21634,
+ "id": 22178,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255246,7 +261375,7 @@
}
},
{
- "id": 21635,
+ "id": 22179,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255255,7 +261384,7 @@
}
},
{
- "id": 21636,
+ "id": 22180,
"properties": {
"facing": "east",
"half": "bottom",
@@ -255302,7 +261431,7 @@
},
"states": [
{
- "id": 21637,
+ "id": 22181,
"properties": {
"east": "none",
"north": "none",
@@ -255313,7 +261442,7 @@
}
},
{
- "id": 21638,
+ "id": 22182,
"properties": {
"east": "none",
"north": "none",
@@ -255324,7 +261453,7 @@
}
},
{
- "id": 21639,
+ "id": 22183,
"properties": {
"east": "none",
"north": "none",
@@ -255336,7 +261465,7 @@
},
{
"default": true,
- "id": 21640,
+ "id": 22184,
"properties": {
"east": "none",
"north": "none",
@@ -255347,7 +261476,7 @@
}
},
{
- "id": 21641,
+ "id": 22185,
"properties": {
"east": "none",
"north": "none",
@@ -255358,7 +261487,7 @@
}
},
{
- "id": 21642,
+ "id": 22186,
"properties": {
"east": "none",
"north": "none",
@@ -255369,7 +261498,7 @@
}
},
{
- "id": 21643,
+ "id": 22187,
"properties": {
"east": "none",
"north": "none",
@@ -255380,7 +261509,7 @@
}
},
{
- "id": 21644,
+ "id": 22188,
"properties": {
"east": "none",
"north": "none",
@@ -255391,7 +261520,7 @@
}
},
{
- "id": 21645,
+ "id": 22189,
"properties": {
"east": "none",
"north": "none",
@@ -255402,7 +261531,7 @@
}
},
{
- "id": 21646,
+ "id": 22190,
"properties": {
"east": "none",
"north": "none",
@@ -255413,7 +261542,7 @@
}
},
{
- "id": 21647,
+ "id": 22191,
"properties": {
"east": "none",
"north": "none",
@@ -255424,7 +261553,7 @@
}
},
{
- "id": 21648,
+ "id": 22192,
"properties": {
"east": "none",
"north": "none",
@@ -255435,7 +261564,7 @@
}
},
{
- "id": 21649,
+ "id": 22193,
"properties": {
"east": "none",
"north": "none",
@@ -255446,7 +261575,7 @@
}
},
{
- "id": 21650,
+ "id": 22194,
"properties": {
"east": "none",
"north": "none",
@@ -255457,7 +261586,7 @@
}
},
{
- "id": 21651,
+ "id": 22195,
"properties": {
"east": "none",
"north": "none",
@@ -255468,7 +261597,7 @@
}
},
{
- "id": 21652,
+ "id": 22196,
"properties": {
"east": "none",
"north": "none",
@@ -255479,7 +261608,7 @@
}
},
{
- "id": 21653,
+ "id": 22197,
"properties": {
"east": "none",
"north": "none",
@@ -255490,7 +261619,7 @@
}
},
{
- "id": 21654,
+ "id": 22198,
"properties": {
"east": "none",
"north": "none",
@@ -255501,7 +261630,7 @@
}
},
{
- "id": 21655,
+ "id": 22199,
"properties": {
"east": "none",
"north": "none",
@@ -255512,7 +261641,7 @@
}
},
{
- "id": 21656,
+ "id": 22200,
"properties": {
"east": "none",
"north": "none",
@@ -255523,7 +261652,7 @@
}
},
{
- "id": 21657,
+ "id": 22201,
"properties": {
"east": "none",
"north": "none",
@@ -255534,7 +261663,7 @@
}
},
{
- "id": 21658,
+ "id": 22202,
"properties": {
"east": "none",
"north": "none",
@@ -255545,7 +261674,7 @@
}
},
{
- "id": 21659,
+ "id": 22203,
"properties": {
"east": "none",
"north": "none",
@@ -255556,7 +261685,7 @@
}
},
{
- "id": 21660,
+ "id": 22204,
"properties": {
"east": "none",
"north": "none",
@@ -255567,7 +261696,7 @@
}
},
{
- "id": 21661,
+ "id": 22205,
"properties": {
"east": "none",
"north": "none",
@@ -255578,7 +261707,7 @@
}
},
{
- "id": 21662,
+ "id": 22206,
"properties": {
"east": "none",
"north": "none",
@@ -255589,7 +261718,7 @@
}
},
{
- "id": 21663,
+ "id": 22207,
"properties": {
"east": "none",
"north": "none",
@@ -255600,7 +261729,7 @@
}
},
{
- "id": 21664,
+ "id": 22208,
"properties": {
"east": "none",
"north": "none",
@@ -255611,7 +261740,7 @@
}
},
{
- "id": 21665,
+ "id": 22209,
"properties": {
"east": "none",
"north": "none",
@@ -255622,7 +261751,7 @@
}
},
{
- "id": 21666,
+ "id": 22210,
"properties": {
"east": "none",
"north": "none",
@@ -255633,7 +261762,7 @@
}
},
{
- "id": 21667,
+ "id": 22211,
"properties": {
"east": "none",
"north": "none",
@@ -255644,7 +261773,7 @@
}
},
{
- "id": 21668,
+ "id": 22212,
"properties": {
"east": "none",
"north": "none",
@@ -255655,7 +261784,7 @@
}
},
{
- "id": 21669,
+ "id": 22213,
"properties": {
"east": "none",
"north": "none",
@@ -255666,7 +261795,7 @@
}
},
{
- "id": 21670,
+ "id": 22214,
"properties": {
"east": "none",
"north": "none",
@@ -255677,7 +261806,7 @@
}
},
{
- "id": 21671,
+ "id": 22215,
"properties": {
"east": "none",
"north": "none",
@@ -255688,7 +261817,7 @@
}
},
{
- "id": 21672,
+ "id": 22216,
"properties": {
"east": "none",
"north": "none",
@@ -255699,7 +261828,7 @@
}
},
{
- "id": 21673,
+ "id": 22217,
"properties": {
"east": "none",
"north": "low",
@@ -255710,7 +261839,7 @@
}
},
{
- "id": 21674,
+ "id": 22218,
"properties": {
"east": "none",
"north": "low",
@@ -255721,7 +261850,7 @@
}
},
{
- "id": 21675,
+ "id": 22219,
"properties": {
"east": "none",
"north": "low",
@@ -255732,7 +261861,7 @@
}
},
{
- "id": 21676,
+ "id": 22220,
"properties": {
"east": "none",
"north": "low",
@@ -255743,7 +261872,7 @@
}
},
{
- "id": 21677,
+ "id": 22221,
"properties": {
"east": "none",
"north": "low",
@@ -255754,7 +261883,7 @@
}
},
{
- "id": 21678,
+ "id": 22222,
"properties": {
"east": "none",
"north": "low",
@@ -255765,7 +261894,7 @@
}
},
{
- "id": 21679,
+ "id": 22223,
"properties": {
"east": "none",
"north": "low",
@@ -255776,7 +261905,7 @@
}
},
{
- "id": 21680,
+ "id": 22224,
"properties": {
"east": "none",
"north": "low",
@@ -255787,7 +261916,7 @@
}
},
{
- "id": 21681,
+ "id": 22225,
"properties": {
"east": "none",
"north": "low",
@@ -255798,7 +261927,7 @@
}
},
{
- "id": 21682,
+ "id": 22226,
"properties": {
"east": "none",
"north": "low",
@@ -255809,7 +261938,7 @@
}
},
{
- "id": 21683,
+ "id": 22227,
"properties": {
"east": "none",
"north": "low",
@@ -255820,7 +261949,7 @@
}
},
{
- "id": 21684,
+ "id": 22228,
"properties": {
"east": "none",
"north": "low",
@@ -255831,7 +261960,7 @@
}
},
{
- "id": 21685,
+ "id": 22229,
"properties": {
"east": "none",
"north": "low",
@@ -255842,7 +261971,7 @@
}
},
{
- "id": 21686,
+ "id": 22230,
"properties": {
"east": "none",
"north": "low",
@@ -255853,7 +261982,7 @@
}
},
{
- "id": 21687,
+ "id": 22231,
"properties": {
"east": "none",
"north": "low",
@@ -255864,7 +261993,7 @@
}
},
{
- "id": 21688,
+ "id": 22232,
"properties": {
"east": "none",
"north": "low",
@@ -255875,7 +262004,7 @@
}
},
{
- "id": 21689,
+ "id": 22233,
"properties": {
"east": "none",
"north": "low",
@@ -255886,7 +262015,7 @@
}
},
{
- "id": 21690,
+ "id": 22234,
"properties": {
"east": "none",
"north": "low",
@@ -255897,7 +262026,7 @@
}
},
{
- "id": 21691,
+ "id": 22235,
"properties": {
"east": "none",
"north": "low",
@@ -255908,7 +262037,7 @@
}
},
{
- "id": 21692,
+ "id": 22236,
"properties": {
"east": "none",
"north": "low",
@@ -255919,7 +262048,7 @@
}
},
{
- "id": 21693,
+ "id": 22237,
"properties": {
"east": "none",
"north": "low",
@@ -255930,7 +262059,7 @@
}
},
{
- "id": 21694,
+ "id": 22238,
"properties": {
"east": "none",
"north": "low",
@@ -255941,7 +262070,7 @@
}
},
{
- "id": 21695,
+ "id": 22239,
"properties": {
"east": "none",
"north": "low",
@@ -255952,7 +262081,7 @@
}
},
{
- "id": 21696,
+ "id": 22240,
"properties": {
"east": "none",
"north": "low",
@@ -255963,7 +262092,7 @@
}
},
{
- "id": 21697,
+ "id": 22241,
"properties": {
"east": "none",
"north": "low",
@@ -255974,7 +262103,7 @@
}
},
{
- "id": 21698,
+ "id": 22242,
"properties": {
"east": "none",
"north": "low",
@@ -255985,7 +262114,7 @@
}
},
{
- "id": 21699,
+ "id": 22243,
"properties": {
"east": "none",
"north": "low",
@@ -255996,7 +262125,7 @@
}
},
{
- "id": 21700,
+ "id": 22244,
"properties": {
"east": "none",
"north": "low",
@@ -256007,7 +262136,7 @@
}
},
{
- "id": 21701,
+ "id": 22245,
"properties": {
"east": "none",
"north": "low",
@@ -256018,7 +262147,7 @@
}
},
{
- "id": 21702,
+ "id": 22246,
"properties": {
"east": "none",
"north": "low",
@@ -256029,7 +262158,7 @@
}
},
{
- "id": 21703,
+ "id": 22247,
"properties": {
"east": "none",
"north": "low",
@@ -256040,7 +262169,7 @@
}
},
{
- "id": 21704,
+ "id": 22248,
"properties": {
"east": "none",
"north": "low",
@@ -256051,7 +262180,7 @@
}
},
{
- "id": 21705,
+ "id": 22249,
"properties": {
"east": "none",
"north": "low",
@@ -256062,7 +262191,7 @@
}
},
{
- "id": 21706,
+ "id": 22250,
"properties": {
"east": "none",
"north": "low",
@@ -256073,7 +262202,7 @@
}
},
{
- "id": 21707,
+ "id": 22251,
"properties": {
"east": "none",
"north": "low",
@@ -256084,7 +262213,7 @@
}
},
{
- "id": 21708,
+ "id": 22252,
"properties": {
"east": "none",
"north": "low",
@@ -256095,7 +262224,7 @@
}
},
{
- "id": 21709,
+ "id": 22253,
"properties": {
"east": "none",
"north": "tall",
@@ -256106,7 +262235,7 @@
}
},
{
- "id": 21710,
+ "id": 22254,
"properties": {
"east": "none",
"north": "tall",
@@ -256117,7 +262246,7 @@
}
},
{
- "id": 21711,
+ "id": 22255,
"properties": {
"east": "none",
"north": "tall",
@@ -256128,7 +262257,7 @@
}
},
{
- "id": 21712,
+ "id": 22256,
"properties": {
"east": "none",
"north": "tall",
@@ -256139,7 +262268,7 @@
}
},
{
- "id": 21713,
+ "id": 22257,
"properties": {
"east": "none",
"north": "tall",
@@ -256150,7 +262279,7 @@
}
},
{
- "id": 21714,
+ "id": 22258,
"properties": {
"east": "none",
"north": "tall",
@@ -256161,7 +262290,7 @@
}
},
{
- "id": 21715,
+ "id": 22259,
"properties": {
"east": "none",
"north": "tall",
@@ -256172,7 +262301,7 @@
}
},
{
- "id": 21716,
+ "id": 22260,
"properties": {
"east": "none",
"north": "tall",
@@ -256183,7 +262312,7 @@
}
},
{
- "id": 21717,
+ "id": 22261,
"properties": {
"east": "none",
"north": "tall",
@@ -256194,7 +262323,7 @@
}
},
{
- "id": 21718,
+ "id": 22262,
"properties": {
"east": "none",
"north": "tall",
@@ -256205,7 +262334,7 @@
}
},
{
- "id": 21719,
+ "id": 22263,
"properties": {
"east": "none",
"north": "tall",
@@ -256216,7 +262345,7 @@
}
},
{
- "id": 21720,
+ "id": 22264,
"properties": {
"east": "none",
"north": "tall",
@@ -256227,7 +262356,7 @@
}
},
{
- "id": 21721,
+ "id": 22265,
"properties": {
"east": "none",
"north": "tall",
@@ -256238,7 +262367,7 @@
}
},
{
- "id": 21722,
+ "id": 22266,
"properties": {
"east": "none",
"north": "tall",
@@ -256249,7 +262378,7 @@
}
},
{
- "id": 21723,
+ "id": 22267,
"properties": {
"east": "none",
"north": "tall",
@@ -256260,7 +262389,7 @@
}
},
{
- "id": 21724,
+ "id": 22268,
"properties": {
"east": "none",
"north": "tall",
@@ -256271,7 +262400,7 @@
}
},
{
- "id": 21725,
+ "id": 22269,
"properties": {
"east": "none",
"north": "tall",
@@ -256282,7 +262411,7 @@
}
},
{
- "id": 21726,
+ "id": 22270,
"properties": {
"east": "none",
"north": "tall",
@@ -256293,7 +262422,7 @@
}
},
{
- "id": 21727,
+ "id": 22271,
"properties": {
"east": "none",
"north": "tall",
@@ -256304,7 +262433,7 @@
}
},
{
- "id": 21728,
+ "id": 22272,
"properties": {
"east": "none",
"north": "tall",
@@ -256315,7 +262444,7 @@
}
},
{
- "id": 21729,
+ "id": 22273,
"properties": {
"east": "none",
"north": "tall",
@@ -256326,7 +262455,7 @@
}
},
{
- "id": 21730,
+ "id": 22274,
"properties": {
"east": "none",
"north": "tall",
@@ -256337,7 +262466,7 @@
}
},
{
- "id": 21731,
+ "id": 22275,
"properties": {
"east": "none",
"north": "tall",
@@ -256348,7 +262477,7 @@
}
},
{
- "id": 21732,
+ "id": 22276,
"properties": {
"east": "none",
"north": "tall",
@@ -256359,7 +262488,7 @@
}
},
{
- "id": 21733,
+ "id": 22277,
"properties": {
"east": "none",
"north": "tall",
@@ -256370,7 +262499,7 @@
}
},
{
- "id": 21734,
+ "id": 22278,
"properties": {
"east": "none",
"north": "tall",
@@ -256381,7 +262510,7 @@
}
},
{
- "id": 21735,
+ "id": 22279,
"properties": {
"east": "none",
"north": "tall",
@@ -256392,7 +262521,7 @@
}
},
{
- "id": 21736,
+ "id": 22280,
"properties": {
"east": "none",
"north": "tall",
@@ -256403,7 +262532,7 @@
}
},
{
- "id": 21737,
+ "id": 22281,
"properties": {
"east": "none",
"north": "tall",
@@ -256414,7 +262543,7 @@
}
},
{
- "id": 21738,
+ "id": 22282,
"properties": {
"east": "none",
"north": "tall",
@@ -256425,7 +262554,7 @@
}
},
{
- "id": 21739,
+ "id": 22283,
"properties": {
"east": "none",
"north": "tall",
@@ -256436,7 +262565,7 @@
}
},
{
- "id": 21740,
+ "id": 22284,
"properties": {
"east": "none",
"north": "tall",
@@ -256447,7 +262576,7 @@
}
},
{
- "id": 21741,
+ "id": 22285,
"properties": {
"east": "none",
"north": "tall",
@@ -256458,7 +262587,7 @@
}
},
{
- "id": 21742,
+ "id": 22286,
"properties": {
"east": "none",
"north": "tall",
@@ -256469,7 +262598,7 @@
}
},
{
- "id": 21743,
+ "id": 22287,
"properties": {
"east": "none",
"north": "tall",
@@ -256480,7 +262609,7 @@
}
},
{
- "id": 21744,
+ "id": 22288,
"properties": {
"east": "none",
"north": "tall",
@@ -256491,7 +262620,7 @@
}
},
{
- "id": 21745,
+ "id": 22289,
"properties": {
"east": "low",
"north": "none",
@@ -256502,7 +262631,7 @@
}
},
{
- "id": 21746,
+ "id": 22290,
"properties": {
"east": "low",
"north": "none",
@@ -256513,7 +262642,7 @@
}
},
{
- "id": 21747,
+ "id": 22291,
"properties": {
"east": "low",
"north": "none",
@@ -256524,7 +262653,7 @@
}
},
{
- "id": 21748,
+ "id": 22292,
"properties": {
"east": "low",
"north": "none",
@@ -256535,7 +262664,7 @@
}
},
{
- "id": 21749,
+ "id": 22293,
"properties": {
"east": "low",
"north": "none",
@@ -256546,7 +262675,7 @@
}
},
{
- "id": 21750,
+ "id": 22294,
"properties": {
"east": "low",
"north": "none",
@@ -256557,7 +262686,7 @@
}
},
{
- "id": 21751,
+ "id": 22295,
"properties": {
"east": "low",
"north": "none",
@@ -256568,7 +262697,7 @@
}
},
{
- "id": 21752,
+ "id": 22296,
"properties": {
"east": "low",
"north": "none",
@@ -256579,7 +262708,7 @@
}
},
{
- "id": 21753,
+ "id": 22297,
"properties": {
"east": "low",
"north": "none",
@@ -256590,7 +262719,7 @@
}
},
{
- "id": 21754,
+ "id": 22298,
"properties": {
"east": "low",
"north": "none",
@@ -256601,7 +262730,7 @@
}
},
{
- "id": 21755,
+ "id": 22299,
"properties": {
"east": "low",
"north": "none",
@@ -256612,7 +262741,7 @@
}
},
{
- "id": 21756,
+ "id": 22300,
"properties": {
"east": "low",
"north": "none",
@@ -256623,7 +262752,7 @@
}
},
{
- "id": 21757,
+ "id": 22301,
"properties": {
"east": "low",
"north": "none",
@@ -256634,7 +262763,7 @@
}
},
{
- "id": 21758,
+ "id": 22302,
"properties": {
"east": "low",
"north": "none",
@@ -256645,7 +262774,7 @@
}
},
{
- "id": 21759,
+ "id": 22303,
"properties": {
"east": "low",
"north": "none",
@@ -256656,7 +262785,7 @@
}
},
{
- "id": 21760,
+ "id": 22304,
"properties": {
"east": "low",
"north": "none",
@@ -256667,7 +262796,7 @@
}
},
{
- "id": 21761,
+ "id": 22305,
"properties": {
"east": "low",
"north": "none",
@@ -256678,7 +262807,7 @@
}
},
{
- "id": 21762,
+ "id": 22306,
"properties": {
"east": "low",
"north": "none",
@@ -256689,7 +262818,7 @@
}
},
{
- "id": 21763,
+ "id": 22307,
"properties": {
"east": "low",
"north": "none",
@@ -256700,7 +262829,7 @@
}
},
{
- "id": 21764,
+ "id": 22308,
"properties": {
"east": "low",
"north": "none",
@@ -256711,7 +262840,7 @@
}
},
{
- "id": 21765,
+ "id": 22309,
"properties": {
"east": "low",
"north": "none",
@@ -256722,7 +262851,7 @@
}
},
{
- "id": 21766,
+ "id": 22310,
"properties": {
"east": "low",
"north": "none",
@@ -256733,7 +262862,7 @@
}
},
{
- "id": 21767,
+ "id": 22311,
"properties": {
"east": "low",
"north": "none",
@@ -256744,7 +262873,7 @@
}
},
{
- "id": 21768,
+ "id": 22312,
"properties": {
"east": "low",
"north": "none",
@@ -256755,7 +262884,7 @@
}
},
{
- "id": 21769,
+ "id": 22313,
"properties": {
"east": "low",
"north": "none",
@@ -256766,7 +262895,7 @@
}
},
{
- "id": 21770,
+ "id": 22314,
"properties": {
"east": "low",
"north": "none",
@@ -256777,7 +262906,7 @@
}
},
{
- "id": 21771,
+ "id": 22315,
"properties": {
"east": "low",
"north": "none",
@@ -256788,7 +262917,7 @@
}
},
{
- "id": 21772,
+ "id": 22316,
"properties": {
"east": "low",
"north": "none",
@@ -256799,7 +262928,7 @@
}
},
{
- "id": 21773,
+ "id": 22317,
"properties": {
"east": "low",
"north": "none",
@@ -256810,7 +262939,7 @@
}
},
{
- "id": 21774,
+ "id": 22318,
"properties": {
"east": "low",
"north": "none",
@@ -256821,7 +262950,7 @@
}
},
{
- "id": 21775,
+ "id": 22319,
"properties": {
"east": "low",
"north": "none",
@@ -256832,7 +262961,7 @@
}
},
{
- "id": 21776,
+ "id": 22320,
"properties": {
"east": "low",
"north": "none",
@@ -256843,7 +262972,7 @@
}
},
{
- "id": 21777,
+ "id": 22321,
"properties": {
"east": "low",
"north": "none",
@@ -256854,7 +262983,7 @@
}
},
{
- "id": 21778,
+ "id": 22322,
"properties": {
"east": "low",
"north": "none",
@@ -256865,7 +262994,7 @@
}
},
{
- "id": 21779,
+ "id": 22323,
"properties": {
"east": "low",
"north": "none",
@@ -256876,7 +263005,7 @@
}
},
{
- "id": 21780,
+ "id": 22324,
"properties": {
"east": "low",
"north": "none",
@@ -256887,7 +263016,7 @@
}
},
{
- "id": 21781,
+ "id": 22325,
"properties": {
"east": "low",
"north": "low",
@@ -256898,7 +263027,7 @@
}
},
{
- "id": 21782,
+ "id": 22326,
"properties": {
"east": "low",
"north": "low",
@@ -256909,7 +263038,7 @@
}
},
{
- "id": 21783,
+ "id": 22327,
"properties": {
"east": "low",
"north": "low",
@@ -256920,7 +263049,7 @@
}
},
{
- "id": 21784,
+ "id": 22328,
"properties": {
"east": "low",
"north": "low",
@@ -256931,7 +263060,7 @@
}
},
{
- "id": 21785,
+ "id": 22329,
"properties": {
"east": "low",
"north": "low",
@@ -256942,7 +263071,7 @@
}
},
{
- "id": 21786,
+ "id": 22330,
"properties": {
"east": "low",
"north": "low",
@@ -256953,7 +263082,7 @@
}
},
{
- "id": 21787,
+ "id": 22331,
"properties": {
"east": "low",
"north": "low",
@@ -256964,7 +263093,7 @@
}
},
{
- "id": 21788,
+ "id": 22332,
"properties": {
"east": "low",
"north": "low",
@@ -256975,7 +263104,7 @@
}
},
{
- "id": 21789,
+ "id": 22333,
"properties": {
"east": "low",
"north": "low",
@@ -256986,7 +263115,7 @@
}
},
{
- "id": 21790,
+ "id": 22334,
"properties": {
"east": "low",
"north": "low",
@@ -256997,7 +263126,7 @@
}
},
{
- "id": 21791,
+ "id": 22335,
"properties": {
"east": "low",
"north": "low",
@@ -257008,7 +263137,7 @@
}
},
{
- "id": 21792,
+ "id": 22336,
"properties": {
"east": "low",
"north": "low",
@@ -257019,7 +263148,7 @@
}
},
{
- "id": 21793,
+ "id": 22337,
"properties": {
"east": "low",
"north": "low",
@@ -257030,7 +263159,7 @@
}
},
{
- "id": 21794,
+ "id": 22338,
"properties": {
"east": "low",
"north": "low",
@@ -257041,7 +263170,7 @@
}
},
{
- "id": 21795,
+ "id": 22339,
"properties": {
"east": "low",
"north": "low",
@@ -257052,7 +263181,7 @@
}
},
{
- "id": 21796,
+ "id": 22340,
"properties": {
"east": "low",
"north": "low",
@@ -257063,7 +263192,7 @@
}
},
{
- "id": 21797,
+ "id": 22341,
"properties": {
"east": "low",
"north": "low",
@@ -257074,7 +263203,7 @@
}
},
{
- "id": 21798,
+ "id": 22342,
"properties": {
"east": "low",
"north": "low",
@@ -257085,7 +263214,7 @@
}
},
{
- "id": 21799,
+ "id": 22343,
"properties": {
"east": "low",
"north": "low",
@@ -257096,7 +263225,7 @@
}
},
{
- "id": 21800,
+ "id": 22344,
"properties": {
"east": "low",
"north": "low",
@@ -257107,7 +263236,7 @@
}
},
{
- "id": 21801,
+ "id": 22345,
"properties": {
"east": "low",
"north": "low",
@@ -257118,7 +263247,7 @@
}
},
{
- "id": 21802,
+ "id": 22346,
"properties": {
"east": "low",
"north": "low",
@@ -257129,7 +263258,7 @@
}
},
{
- "id": 21803,
+ "id": 22347,
"properties": {
"east": "low",
"north": "low",
@@ -257140,7 +263269,7 @@
}
},
{
- "id": 21804,
+ "id": 22348,
"properties": {
"east": "low",
"north": "low",
@@ -257151,7 +263280,7 @@
}
},
{
- "id": 21805,
+ "id": 22349,
"properties": {
"east": "low",
"north": "low",
@@ -257162,7 +263291,7 @@
}
},
{
- "id": 21806,
+ "id": 22350,
"properties": {
"east": "low",
"north": "low",
@@ -257173,7 +263302,7 @@
}
},
{
- "id": 21807,
+ "id": 22351,
"properties": {
"east": "low",
"north": "low",
@@ -257184,7 +263313,7 @@
}
},
{
- "id": 21808,
+ "id": 22352,
"properties": {
"east": "low",
"north": "low",
@@ -257195,7 +263324,7 @@
}
},
{
- "id": 21809,
+ "id": 22353,
"properties": {
"east": "low",
"north": "low",
@@ -257206,7 +263335,7 @@
}
},
{
- "id": 21810,
+ "id": 22354,
"properties": {
"east": "low",
"north": "low",
@@ -257217,7 +263346,7 @@
}
},
{
- "id": 21811,
+ "id": 22355,
"properties": {
"east": "low",
"north": "low",
@@ -257228,7 +263357,7 @@
}
},
{
- "id": 21812,
+ "id": 22356,
"properties": {
"east": "low",
"north": "low",
@@ -257239,7 +263368,7 @@
}
},
{
- "id": 21813,
+ "id": 22357,
"properties": {
"east": "low",
"north": "low",
@@ -257250,7 +263379,7 @@
}
},
{
- "id": 21814,
+ "id": 22358,
"properties": {
"east": "low",
"north": "low",
@@ -257261,7 +263390,7 @@
}
},
{
- "id": 21815,
+ "id": 22359,
"properties": {
"east": "low",
"north": "low",
@@ -257272,7 +263401,7 @@
}
},
{
- "id": 21816,
+ "id": 22360,
"properties": {
"east": "low",
"north": "low",
@@ -257283,7 +263412,7 @@
}
},
{
- "id": 21817,
+ "id": 22361,
"properties": {
"east": "low",
"north": "tall",
@@ -257294,7 +263423,7 @@
}
},
{
- "id": 21818,
+ "id": 22362,
"properties": {
"east": "low",
"north": "tall",
@@ -257305,7 +263434,7 @@
}
},
{
- "id": 21819,
+ "id": 22363,
"properties": {
"east": "low",
"north": "tall",
@@ -257316,7 +263445,7 @@
}
},
{
- "id": 21820,
+ "id": 22364,
"properties": {
"east": "low",
"north": "tall",
@@ -257327,7 +263456,7 @@
}
},
{
- "id": 21821,
+ "id": 22365,
"properties": {
"east": "low",
"north": "tall",
@@ -257338,7 +263467,7 @@
}
},
{
- "id": 21822,
+ "id": 22366,
"properties": {
"east": "low",
"north": "tall",
@@ -257349,7 +263478,7 @@
}
},
{
- "id": 21823,
+ "id": 22367,
"properties": {
"east": "low",
"north": "tall",
@@ -257360,7 +263489,7 @@
}
},
{
- "id": 21824,
+ "id": 22368,
"properties": {
"east": "low",
"north": "tall",
@@ -257371,7 +263500,7 @@
}
},
{
- "id": 21825,
+ "id": 22369,
"properties": {
"east": "low",
"north": "tall",
@@ -257382,7 +263511,7 @@
}
},
{
- "id": 21826,
+ "id": 22370,
"properties": {
"east": "low",
"north": "tall",
@@ -257393,7 +263522,7 @@
}
},
{
- "id": 21827,
+ "id": 22371,
"properties": {
"east": "low",
"north": "tall",
@@ -257404,7 +263533,7 @@
}
},
{
- "id": 21828,
+ "id": 22372,
"properties": {
"east": "low",
"north": "tall",
@@ -257415,7 +263544,7 @@
}
},
{
- "id": 21829,
+ "id": 22373,
"properties": {
"east": "low",
"north": "tall",
@@ -257426,7 +263555,7 @@
}
},
{
- "id": 21830,
+ "id": 22374,
"properties": {
"east": "low",
"north": "tall",
@@ -257437,7 +263566,7 @@
}
},
{
- "id": 21831,
+ "id": 22375,
"properties": {
"east": "low",
"north": "tall",
@@ -257448,7 +263577,7 @@
}
},
{
- "id": 21832,
+ "id": 22376,
"properties": {
"east": "low",
"north": "tall",
@@ -257459,7 +263588,7 @@
}
},
{
- "id": 21833,
+ "id": 22377,
"properties": {
"east": "low",
"north": "tall",
@@ -257470,7 +263599,7 @@
}
},
{
- "id": 21834,
+ "id": 22378,
"properties": {
"east": "low",
"north": "tall",
@@ -257481,7 +263610,7 @@
}
},
{
- "id": 21835,
+ "id": 22379,
"properties": {
"east": "low",
"north": "tall",
@@ -257492,7 +263621,7 @@
}
},
{
- "id": 21836,
+ "id": 22380,
"properties": {
"east": "low",
"north": "tall",
@@ -257503,7 +263632,7 @@
}
},
{
- "id": 21837,
+ "id": 22381,
"properties": {
"east": "low",
"north": "tall",
@@ -257514,7 +263643,7 @@
}
},
{
- "id": 21838,
+ "id": 22382,
"properties": {
"east": "low",
"north": "tall",
@@ -257525,7 +263654,7 @@
}
},
{
- "id": 21839,
+ "id": 22383,
"properties": {
"east": "low",
"north": "tall",
@@ -257536,7 +263665,7 @@
}
},
{
- "id": 21840,
+ "id": 22384,
"properties": {
"east": "low",
"north": "tall",
@@ -257547,7 +263676,7 @@
}
},
{
- "id": 21841,
+ "id": 22385,
"properties": {
"east": "low",
"north": "tall",
@@ -257558,7 +263687,7 @@
}
},
{
- "id": 21842,
+ "id": 22386,
"properties": {
"east": "low",
"north": "tall",
@@ -257569,7 +263698,7 @@
}
},
{
- "id": 21843,
+ "id": 22387,
"properties": {
"east": "low",
"north": "tall",
@@ -257580,7 +263709,7 @@
}
},
{
- "id": 21844,
+ "id": 22388,
"properties": {
"east": "low",
"north": "tall",
@@ -257591,7 +263720,7 @@
}
},
{
- "id": 21845,
+ "id": 22389,
"properties": {
"east": "low",
"north": "tall",
@@ -257602,7 +263731,7 @@
}
},
{
- "id": 21846,
+ "id": 22390,
"properties": {
"east": "low",
"north": "tall",
@@ -257613,7 +263742,7 @@
}
},
{
- "id": 21847,
+ "id": 22391,
"properties": {
"east": "low",
"north": "tall",
@@ -257624,7 +263753,7 @@
}
},
{
- "id": 21848,
+ "id": 22392,
"properties": {
"east": "low",
"north": "tall",
@@ -257635,7 +263764,7 @@
}
},
{
- "id": 21849,
+ "id": 22393,
"properties": {
"east": "low",
"north": "tall",
@@ -257646,7 +263775,7 @@
}
},
{
- "id": 21850,
+ "id": 22394,
"properties": {
"east": "low",
"north": "tall",
@@ -257657,7 +263786,7 @@
}
},
{
- "id": 21851,
+ "id": 22395,
"properties": {
"east": "low",
"north": "tall",
@@ -257668,7 +263797,7 @@
}
},
{
- "id": 21852,
+ "id": 22396,
"properties": {
"east": "low",
"north": "tall",
@@ -257679,7 +263808,7 @@
}
},
{
- "id": 21853,
+ "id": 22397,
"properties": {
"east": "tall",
"north": "none",
@@ -257690,7 +263819,7 @@
}
},
{
- "id": 21854,
+ "id": 22398,
"properties": {
"east": "tall",
"north": "none",
@@ -257701,7 +263830,7 @@
}
},
{
- "id": 21855,
+ "id": 22399,
"properties": {
"east": "tall",
"north": "none",
@@ -257712,7 +263841,7 @@
}
},
{
- "id": 21856,
+ "id": 22400,
"properties": {
"east": "tall",
"north": "none",
@@ -257723,7 +263852,7 @@
}
},
{
- "id": 21857,
+ "id": 22401,
"properties": {
"east": "tall",
"north": "none",
@@ -257734,7 +263863,7 @@
}
},
{
- "id": 21858,
+ "id": 22402,
"properties": {
"east": "tall",
"north": "none",
@@ -257745,7 +263874,7 @@
}
},
{
- "id": 21859,
+ "id": 22403,
"properties": {
"east": "tall",
"north": "none",
@@ -257756,7 +263885,7 @@
}
},
{
- "id": 21860,
+ "id": 22404,
"properties": {
"east": "tall",
"north": "none",
@@ -257767,7 +263896,7 @@
}
},
{
- "id": 21861,
+ "id": 22405,
"properties": {
"east": "tall",
"north": "none",
@@ -257778,7 +263907,7 @@
}
},
{
- "id": 21862,
+ "id": 22406,
"properties": {
"east": "tall",
"north": "none",
@@ -257789,7 +263918,7 @@
}
},
{
- "id": 21863,
+ "id": 22407,
"properties": {
"east": "tall",
"north": "none",
@@ -257800,7 +263929,7 @@
}
},
{
- "id": 21864,
+ "id": 22408,
"properties": {
"east": "tall",
"north": "none",
@@ -257811,7 +263940,7 @@
}
},
{
- "id": 21865,
+ "id": 22409,
"properties": {
"east": "tall",
"north": "none",
@@ -257822,7 +263951,7 @@
}
},
{
- "id": 21866,
+ "id": 22410,
"properties": {
"east": "tall",
"north": "none",
@@ -257833,7 +263962,7 @@
}
},
{
- "id": 21867,
+ "id": 22411,
"properties": {
"east": "tall",
"north": "none",
@@ -257844,7 +263973,7 @@
}
},
{
- "id": 21868,
+ "id": 22412,
"properties": {
"east": "tall",
"north": "none",
@@ -257855,7 +263984,7 @@
}
},
{
- "id": 21869,
+ "id": 22413,
"properties": {
"east": "tall",
"north": "none",
@@ -257866,7 +263995,7 @@
}
},
{
- "id": 21870,
+ "id": 22414,
"properties": {
"east": "tall",
"north": "none",
@@ -257877,7 +264006,7 @@
}
},
{
- "id": 21871,
+ "id": 22415,
"properties": {
"east": "tall",
"north": "none",
@@ -257888,7 +264017,7 @@
}
},
{
- "id": 21872,
+ "id": 22416,
"properties": {
"east": "tall",
"north": "none",
@@ -257899,7 +264028,7 @@
}
},
{
- "id": 21873,
+ "id": 22417,
"properties": {
"east": "tall",
"north": "none",
@@ -257910,7 +264039,7 @@
}
},
{
- "id": 21874,
+ "id": 22418,
"properties": {
"east": "tall",
"north": "none",
@@ -257921,7 +264050,7 @@
}
},
{
- "id": 21875,
+ "id": 22419,
"properties": {
"east": "tall",
"north": "none",
@@ -257932,7 +264061,7 @@
}
},
{
- "id": 21876,
+ "id": 22420,
"properties": {
"east": "tall",
"north": "none",
@@ -257943,7 +264072,7 @@
}
},
{
- "id": 21877,
+ "id": 22421,
"properties": {
"east": "tall",
"north": "none",
@@ -257954,7 +264083,7 @@
}
},
{
- "id": 21878,
+ "id": 22422,
"properties": {
"east": "tall",
"north": "none",
@@ -257965,7 +264094,7 @@
}
},
{
- "id": 21879,
+ "id": 22423,
"properties": {
"east": "tall",
"north": "none",
@@ -257976,7 +264105,7 @@
}
},
{
- "id": 21880,
+ "id": 22424,
"properties": {
"east": "tall",
"north": "none",
@@ -257987,7 +264116,7 @@
}
},
{
- "id": 21881,
+ "id": 22425,
"properties": {
"east": "tall",
"north": "none",
@@ -257998,7 +264127,7 @@
}
},
{
- "id": 21882,
+ "id": 22426,
"properties": {
"east": "tall",
"north": "none",
@@ -258009,7 +264138,7 @@
}
},
{
- "id": 21883,
+ "id": 22427,
"properties": {
"east": "tall",
"north": "none",
@@ -258020,7 +264149,7 @@
}
},
{
- "id": 21884,
+ "id": 22428,
"properties": {
"east": "tall",
"north": "none",
@@ -258031,7 +264160,7 @@
}
},
{
- "id": 21885,
+ "id": 22429,
"properties": {
"east": "tall",
"north": "none",
@@ -258042,7 +264171,7 @@
}
},
{
- "id": 21886,
+ "id": 22430,
"properties": {
"east": "tall",
"north": "none",
@@ -258053,7 +264182,7 @@
}
},
{
- "id": 21887,
+ "id": 22431,
"properties": {
"east": "tall",
"north": "none",
@@ -258064,7 +264193,7 @@
}
},
{
- "id": 21888,
+ "id": 22432,
"properties": {
"east": "tall",
"north": "none",
@@ -258075,7 +264204,7 @@
}
},
{
- "id": 21889,
+ "id": 22433,
"properties": {
"east": "tall",
"north": "low",
@@ -258086,7 +264215,7 @@
}
},
{
- "id": 21890,
+ "id": 22434,
"properties": {
"east": "tall",
"north": "low",
@@ -258097,7 +264226,7 @@
}
},
{
- "id": 21891,
+ "id": 22435,
"properties": {
"east": "tall",
"north": "low",
@@ -258108,7 +264237,7 @@
}
},
{
- "id": 21892,
+ "id": 22436,
"properties": {
"east": "tall",
"north": "low",
@@ -258119,7 +264248,7 @@
}
},
{
- "id": 21893,
+ "id": 22437,
"properties": {
"east": "tall",
"north": "low",
@@ -258130,7 +264259,7 @@
}
},
{
- "id": 21894,
+ "id": 22438,
"properties": {
"east": "tall",
"north": "low",
@@ -258141,7 +264270,7 @@
}
},
{
- "id": 21895,
+ "id": 22439,
"properties": {
"east": "tall",
"north": "low",
@@ -258152,7 +264281,7 @@
}
},
{
- "id": 21896,
+ "id": 22440,
"properties": {
"east": "tall",
"north": "low",
@@ -258163,7 +264292,7 @@
}
},
{
- "id": 21897,
+ "id": 22441,
"properties": {
"east": "tall",
"north": "low",
@@ -258174,7 +264303,7 @@
}
},
{
- "id": 21898,
+ "id": 22442,
"properties": {
"east": "tall",
"north": "low",
@@ -258185,7 +264314,7 @@
}
},
{
- "id": 21899,
+ "id": 22443,
"properties": {
"east": "tall",
"north": "low",
@@ -258196,7 +264325,7 @@
}
},
{
- "id": 21900,
+ "id": 22444,
"properties": {
"east": "tall",
"north": "low",
@@ -258207,7 +264336,7 @@
}
},
{
- "id": 21901,
+ "id": 22445,
"properties": {
"east": "tall",
"north": "low",
@@ -258218,7 +264347,7 @@
}
},
{
- "id": 21902,
+ "id": 22446,
"properties": {
"east": "tall",
"north": "low",
@@ -258229,7 +264358,7 @@
}
},
{
- "id": 21903,
+ "id": 22447,
"properties": {
"east": "tall",
"north": "low",
@@ -258240,7 +264369,7 @@
}
},
{
- "id": 21904,
+ "id": 22448,
"properties": {
"east": "tall",
"north": "low",
@@ -258251,7 +264380,7 @@
}
},
{
- "id": 21905,
+ "id": 22449,
"properties": {
"east": "tall",
"north": "low",
@@ -258262,7 +264391,7 @@
}
},
{
- "id": 21906,
+ "id": 22450,
"properties": {
"east": "tall",
"north": "low",
@@ -258273,7 +264402,7 @@
}
},
{
- "id": 21907,
+ "id": 22451,
"properties": {
"east": "tall",
"north": "low",
@@ -258284,7 +264413,7 @@
}
},
{
- "id": 21908,
+ "id": 22452,
"properties": {
"east": "tall",
"north": "low",
@@ -258295,7 +264424,7 @@
}
},
{
- "id": 21909,
+ "id": 22453,
"properties": {
"east": "tall",
"north": "low",
@@ -258306,7 +264435,7 @@
}
},
{
- "id": 21910,
+ "id": 22454,
"properties": {
"east": "tall",
"north": "low",
@@ -258317,7 +264446,7 @@
}
},
{
- "id": 21911,
+ "id": 22455,
"properties": {
"east": "tall",
"north": "low",
@@ -258328,7 +264457,7 @@
}
},
{
- "id": 21912,
+ "id": 22456,
"properties": {
"east": "tall",
"north": "low",
@@ -258339,7 +264468,7 @@
}
},
{
- "id": 21913,
+ "id": 22457,
"properties": {
"east": "tall",
"north": "low",
@@ -258350,7 +264479,7 @@
}
},
{
- "id": 21914,
+ "id": 22458,
"properties": {
"east": "tall",
"north": "low",
@@ -258361,7 +264490,7 @@
}
},
{
- "id": 21915,
+ "id": 22459,
"properties": {
"east": "tall",
"north": "low",
@@ -258372,7 +264501,7 @@
}
},
{
- "id": 21916,
+ "id": 22460,
"properties": {
"east": "tall",
"north": "low",
@@ -258383,7 +264512,7 @@
}
},
{
- "id": 21917,
+ "id": 22461,
"properties": {
"east": "tall",
"north": "low",
@@ -258394,7 +264523,7 @@
}
},
{
- "id": 21918,
+ "id": 22462,
"properties": {
"east": "tall",
"north": "low",
@@ -258405,7 +264534,7 @@
}
},
{
- "id": 21919,
+ "id": 22463,
"properties": {
"east": "tall",
"north": "low",
@@ -258416,7 +264545,7 @@
}
},
{
- "id": 21920,
+ "id": 22464,
"properties": {
"east": "tall",
"north": "low",
@@ -258427,7 +264556,7 @@
}
},
{
- "id": 21921,
+ "id": 22465,
"properties": {
"east": "tall",
"north": "low",
@@ -258438,7 +264567,7 @@
}
},
{
- "id": 21922,
+ "id": 22466,
"properties": {
"east": "tall",
"north": "low",
@@ -258449,7 +264578,7 @@
}
},
{
- "id": 21923,
+ "id": 22467,
"properties": {
"east": "tall",
"north": "low",
@@ -258460,7 +264589,7 @@
}
},
{
- "id": 21924,
+ "id": 22468,
"properties": {
"east": "tall",
"north": "low",
@@ -258471,7 +264600,7 @@
}
},
{
- "id": 21925,
+ "id": 22469,
"properties": {
"east": "tall",
"north": "tall",
@@ -258482,7 +264611,7 @@
}
},
{
- "id": 21926,
+ "id": 22470,
"properties": {
"east": "tall",
"north": "tall",
@@ -258493,7 +264622,7 @@
}
},
{
- "id": 21927,
+ "id": 22471,
"properties": {
"east": "tall",
"north": "tall",
@@ -258504,7 +264633,7 @@
}
},
{
- "id": 21928,
+ "id": 22472,
"properties": {
"east": "tall",
"north": "tall",
@@ -258515,7 +264644,7 @@
}
},
{
- "id": 21929,
+ "id": 22473,
"properties": {
"east": "tall",
"north": "tall",
@@ -258526,7 +264655,7 @@
}
},
{
- "id": 21930,
+ "id": 22474,
"properties": {
"east": "tall",
"north": "tall",
@@ -258537,7 +264666,7 @@
}
},
{
- "id": 21931,
+ "id": 22475,
"properties": {
"east": "tall",
"north": "tall",
@@ -258548,7 +264677,7 @@
}
},
{
- "id": 21932,
+ "id": 22476,
"properties": {
"east": "tall",
"north": "tall",
@@ -258559,7 +264688,7 @@
}
},
{
- "id": 21933,
+ "id": 22477,
"properties": {
"east": "tall",
"north": "tall",
@@ -258570,7 +264699,7 @@
}
},
{
- "id": 21934,
+ "id": 22478,
"properties": {
"east": "tall",
"north": "tall",
@@ -258581,7 +264710,7 @@
}
},
{
- "id": 21935,
+ "id": 22479,
"properties": {
"east": "tall",
"north": "tall",
@@ -258592,7 +264721,7 @@
}
},
{
- "id": 21936,
+ "id": 22480,
"properties": {
"east": "tall",
"north": "tall",
@@ -258603,7 +264732,7 @@
}
},
{
- "id": 21937,
+ "id": 22481,
"properties": {
"east": "tall",
"north": "tall",
@@ -258614,7 +264743,7 @@
}
},
{
- "id": 21938,
+ "id": 22482,
"properties": {
"east": "tall",
"north": "tall",
@@ -258625,7 +264754,7 @@
}
},
{
- "id": 21939,
+ "id": 22483,
"properties": {
"east": "tall",
"north": "tall",
@@ -258636,7 +264765,7 @@
}
},
{
- "id": 21940,
+ "id": 22484,
"properties": {
"east": "tall",
"north": "tall",
@@ -258647,7 +264776,7 @@
}
},
{
- "id": 21941,
+ "id": 22485,
"properties": {
"east": "tall",
"north": "tall",
@@ -258658,7 +264787,7 @@
}
},
{
- "id": 21942,
+ "id": 22486,
"properties": {
"east": "tall",
"north": "tall",
@@ -258669,7 +264798,7 @@
}
},
{
- "id": 21943,
+ "id": 22487,
"properties": {
"east": "tall",
"north": "tall",
@@ -258680,7 +264809,7 @@
}
},
{
- "id": 21944,
+ "id": 22488,
"properties": {
"east": "tall",
"north": "tall",
@@ -258691,7 +264820,7 @@
}
},
{
- "id": 21945,
+ "id": 22489,
"properties": {
"east": "tall",
"north": "tall",
@@ -258702,7 +264831,7 @@
}
},
{
- "id": 21946,
+ "id": 22490,
"properties": {
"east": "tall",
"north": "tall",
@@ -258713,7 +264842,7 @@
}
},
{
- "id": 21947,
+ "id": 22491,
"properties": {
"east": "tall",
"north": "tall",
@@ -258724,7 +264853,7 @@
}
},
{
- "id": 21948,
+ "id": 22492,
"properties": {
"east": "tall",
"north": "tall",
@@ -258735,7 +264864,7 @@
}
},
{
- "id": 21949,
+ "id": 22493,
"properties": {
"east": "tall",
"north": "tall",
@@ -258746,7 +264875,7 @@
}
},
{
- "id": 21950,
+ "id": 22494,
"properties": {
"east": "tall",
"north": "tall",
@@ -258757,7 +264886,7 @@
}
},
{
- "id": 21951,
+ "id": 22495,
"properties": {
"east": "tall",
"north": "tall",
@@ -258768,7 +264897,7 @@
}
},
{
- "id": 21952,
+ "id": 22496,
"properties": {
"east": "tall",
"north": "tall",
@@ -258779,7 +264908,7 @@
}
},
{
- "id": 21953,
+ "id": 22497,
"properties": {
"east": "tall",
"north": "tall",
@@ -258790,7 +264919,7 @@
}
},
{
- "id": 21954,
+ "id": 22498,
"properties": {
"east": "tall",
"north": "tall",
@@ -258801,7 +264930,7 @@
}
},
{
- "id": 21955,
+ "id": 22499,
"properties": {
"east": "tall",
"north": "tall",
@@ -258812,7 +264941,7 @@
}
},
{
- "id": 21956,
+ "id": 22500,
"properties": {
"east": "tall",
"north": "tall",
@@ -258823,7 +264952,7 @@
}
},
{
- "id": 21957,
+ "id": 22501,
"properties": {
"east": "tall",
"north": "tall",
@@ -258834,7 +264963,7 @@
}
},
{
- "id": 21958,
+ "id": 22502,
"properties": {
"east": "tall",
"north": "tall",
@@ -258845,7 +264974,7 @@
}
},
{
- "id": 21959,
+ "id": 22503,
"properties": {
"east": "tall",
"north": "tall",
@@ -258856,7 +264985,7 @@
}
},
{
- "id": 21960,
+ "id": 22504,
"properties": {
"east": "tall",
"north": "tall",
@@ -258889,84 +265018,84 @@
"states": [
{
"default": true,
- "id": 13257,
+ "id": 13801,
"properties": {
"eggs": "1",
"hatch": "0"
}
},
{
- "id": 13258,
+ "id": 13802,
"properties": {
"eggs": "1",
"hatch": "1"
}
},
{
- "id": 13259,
+ "id": 13803,
"properties": {
"eggs": "1",
"hatch": "2"
}
},
{
- "id": 13260,
+ "id": 13804,
"properties": {
"eggs": "2",
"hatch": "0"
}
},
{
- "id": 13261,
+ "id": 13805,
"properties": {
"eggs": "2",
"hatch": "1"
}
},
{
- "id": 13262,
+ "id": 13806,
"properties": {
"eggs": "2",
"hatch": "2"
}
},
{
- "id": 13263,
+ "id": 13807,
"properties": {
"eggs": "3",
"hatch": "0"
}
},
{
- "id": 13264,
+ "id": 13808,
"properties": {
"eggs": "3",
"hatch": "1"
}
},
{
- "id": 13265,
+ "id": 13809,
"properties": {
"eggs": "3",
"hatch": "2"
}
},
{
- "id": 13266,
+ "id": 13810,
"properties": {
"eggs": "4",
"hatch": "0"
}
},
{
- "id": 13267,
+ "id": 13811,
"properties": {
"eggs": "4",
"hatch": "1"
}
},
{
- "id": 13268,
+ "id": 13812,
"properties": {
"eggs": "4",
"hatch": "2"
@@ -259012,157 +265141,157 @@
"states": [
{
"default": true,
- "id": 19107,
+ "id": 19651,
"properties": {
"age": "0"
}
},
{
- "id": 19108,
+ "id": 19652,
"properties": {
"age": "1"
}
},
{
- "id": 19109,
+ "id": 19653,
"properties": {
"age": "2"
}
},
{
- "id": 19110,
+ "id": 19654,
"properties": {
"age": "3"
}
},
{
- "id": 19111,
+ "id": 19655,
"properties": {
"age": "4"
}
},
{
- "id": 19112,
+ "id": 19656,
"properties": {
"age": "5"
}
},
{
- "id": 19113,
+ "id": 19657,
"properties": {
"age": "6"
}
},
{
- "id": 19114,
+ "id": 19658,
"properties": {
"age": "7"
}
},
{
- "id": 19115,
+ "id": 19659,
"properties": {
"age": "8"
}
},
{
- "id": 19116,
+ "id": 19660,
"properties": {
"age": "9"
}
},
{
- "id": 19117,
+ "id": 19661,
"properties": {
"age": "10"
}
},
{
- "id": 19118,
+ "id": 19662,
"properties": {
"age": "11"
}
},
{
- "id": 19119,
+ "id": 19663,
"properties": {
"age": "12"
}
},
{
- "id": 19120,
+ "id": 19664,
"properties": {
"age": "13"
}
},
{
- "id": 19121,
+ "id": 19665,
"properties": {
"age": "14"
}
},
{
- "id": 19122,
+ "id": 19666,
"properties": {
"age": "15"
}
},
{
- "id": 19123,
+ "id": 19667,
"properties": {
"age": "16"
}
},
{
- "id": 19124,
+ "id": 19668,
"properties": {
"age": "17"
}
},
{
- "id": 19125,
+ "id": 19669,
"properties": {
"age": "18"
}
},
{
- "id": 19126,
+ "id": 19670,
"properties": {
"age": "19"
}
},
{
- "id": 19127,
+ "id": 19671,
"properties": {
"age": "20"
}
},
{
- "id": 19128,
+ "id": 19672,
"properties": {
"age": "21"
}
},
{
- "id": 19129,
+ "id": 19673,
"properties": {
"age": "22"
}
},
{
- "id": 19130,
+ "id": 19674,
"properties": {
"age": "23"
}
},
{
- "id": 19131,
+ "id": 19675,
"properties": {
"age": "24"
}
},
{
- "id": 19132,
+ "id": 19676,
"properties": {
"age": "25"
}
@@ -259177,7 +265306,7 @@
"states": [
{
"default": true,
- "id": 19133
+ "id": 19677
}
]
},
@@ -259206,7 +265335,7 @@
},
"states": [
{
- "id": 27119,
+ "id": 27663,
"properties": {
"facing": "north",
"ominous": "true",
@@ -259214,7 +265343,7 @@
}
},
{
- "id": 27120,
+ "id": 27664,
"properties": {
"facing": "north",
"ominous": "true",
@@ -259222,7 +265351,7 @@
}
},
{
- "id": 27121,
+ "id": 27665,
"properties": {
"facing": "north",
"ominous": "true",
@@ -259230,7 +265359,7 @@
}
},
{
- "id": 27122,
+ "id": 27666,
"properties": {
"facing": "north",
"ominous": "true",
@@ -259239,7 +265368,7 @@
},
{
"default": true,
- "id": 27123,
+ "id": 27667,
"properties": {
"facing": "north",
"ominous": "false",
@@ -259247,7 +265376,7 @@
}
},
{
- "id": 27124,
+ "id": 27668,
"properties": {
"facing": "north",
"ominous": "false",
@@ -259255,7 +265384,7 @@
}
},
{
- "id": 27125,
+ "id": 27669,
"properties": {
"facing": "north",
"ominous": "false",
@@ -259263,7 +265392,7 @@
}
},
{
- "id": 27126,
+ "id": 27670,
"properties": {
"facing": "north",
"ominous": "false",
@@ -259271,7 +265400,7 @@
}
},
{
- "id": 27127,
+ "id": 27671,
"properties": {
"facing": "south",
"ominous": "true",
@@ -259279,7 +265408,7 @@
}
},
{
- "id": 27128,
+ "id": 27672,
"properties": {
"facing": "south",
"ominous": "true",
@@ -259287,7 +265416,7 @@
}
},
{
- "id": 27129,
+ "id": 27673,
"properties": {
"facing": "south",
"ominous": "true",
@@ -259295,7 +265424,7 @@
}
},
{
- "id": 27130,
+ "id": 27674,
"properties": {
"facing": "south",
"ominous": "true",
@@ -259303,7 +265432,7 @@
}
},
{
- "id": 27131,
+ "id": 27675,
"properties": {
"facing": "south",
"ominous": "false",
@@ -259311,7 +265440,7 @@
}
},
{
- "id": 27132,
+ "id": 27676,
"properties": {
"facing": "south",
"ominous": "false",
@@ -259319,7 +265448,7 @@
}
},
{
- "id": 27133,
+ "id": 27677,
"properties": {
"facing": "south",
"ominous": "false",
@@ -259327,7 +265456,7 @@
}
},
{
- "id": 27134,
+ "id": 27678,
"properties": {
"facing": "south",
"ominous": "false",
@@ -259335,7 +265464,7 @@
}
},
{
- "id": 27135,
+ "id": 27679,
"properties": {
"facing": "west",
"ominous": "true",
@@ -259343,7 +265472,7 @@
}
},
{
- "id": 27136,
+ "id": 27680,
"properties": {
"facing": "west",
"ominous": "true",
@@ -259351,7 +265480,7 @@
}
},
{
- "id": 27137,
+ "id": 27681,
"properties": {
"facing": "west",
"ominous": "true",
@@ -259359,7 +265488,7 @@
}
},
{
- "id": 27138,
+ "id": 27682,
"properties": {
"facing": "west",
"ominous": "true",
@@ -259367,7 +265496,7 @@
}
},
{
- "id": 27139,
+ "id": 27683,
"properties": {
"facing": "west",
"ominous": "false",
@@ -259375,7 +265504,7 @@
}
},
{
- "id": 27140,
+ "id": 27684,
"properties": {
"facing": "west",
"ominous": "false",
@@ -259383,7 +265512,7 @@
}
},
{
- "id": 27141,
+ "id": 27685,
"properties": {
"facing": "west",
"ominous": "false",
@@ -259391,7 +265520,7 @@
}
},
{
- "id": 27142,
+ "id": 27686,
"properties": {
"facing": "west",
"ominous": "false",
@@ -259399,7 +265528,7 @@
}
},
{
- "id": 27143,
+ "id": 27687,
"properties": {
"facing": "east",
"ominous": "true",
@@ -259407,7 +265536,7 @@
}
},
{
- "id": 27144,
+ "id": 27688,
"properties": {
"facing": "east",
"ominous": "true",
@@ -259415,7 +265544,7 @@
}
},
{
- "id": 27145,
+ "id": 27689,
"properties": {
"facing": "east",
"ominous": "true",
@@ -259423,7 +265552,7 @@
}
},
{
- "id": 27146,
+ "id": 27690,
"properties": {
"facing": "east",
"ominous": "true",
@@ -259431,7 +265560,7 @@
}
},
{
- "id": 27147,
+ "id": 27691,
"properties": {
"facing": "east",
"ominous": "false",
@@ -259439,7 +265568,7 @@
}
},
{
- "id": 27148,
+ "id": 27692,
"properties": {
"facing": "east",
"ominous": "false",
@@ -259447,7 +265576,7 @@
}
},
{
- "id": 27149,
+ "id": 27693,
"properties": {
"facing": "east",
"ominous": "false",
@@ -259455,7 +265584,7 @@
}
},
{
- "id": 27150,
+ "id": 27694,
"properties": {
"facing": "east",
"ominous": "false",
@@ -259478,20 +265607,20 @@
},
"states": [
{
- "id": 27035,
+ "id": 27579,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27036,
+ "id": 27580,
"properties": {
"axis": "y"
}
},
{
- "id": 27037,
+ "id": 27581,
"properties": {
"axis": "z"
}
@@ -259526,44 +265655,14 @@
]
},
"states": [
- {
- "id": 7067,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 7068,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "false"
- }
- },
- {
- "id": 7069,
- "properties": {
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "west": "true"
- }
- },
{
"id": 7070,
"properties": {
"east": "true",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -259571,9 +265670,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -259581,9 +265680,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -259591,9 +265690,9 @@
"properties": {
"east": "true",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -259602,38 +265701,38 @@
"east": "true",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 7075,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7076,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 7077,
"properties": {
"east": "true",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -259642,8 +265741,8 @@
"east": "true",
"north": "false",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -259651,9 +265750,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -259661,9 +265760,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -259671,9 +265770,9 @@
"properties": {
"east": "true",
"north": "false",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -259682,48 +265781,48 @@
"east": "true",
"north": "false",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 7083,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
- "up": "true",
- "west": "true"
- }
- },
- {
- "id": 7084,
- "properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "true",
"west": "false"
}
},
{
- "id": 7085,
+ "id": 7084,
"properties": {
- "east": "false",
- "north": "true",
- "south": "true",
+ "east": "true",
+ "north": "false",
+ "south": "false",
"up": "false",
"west": "true"
}
},
+ {
+ "id": 7085,
+ "properties": {
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "west": "false"
+ }
+ },
{
"id": 7086,
"properties": {
"east": "false",
"north": "true",
"south": "true",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
@@ -259731,9 +265830,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
@@ -259741,9 +265840,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
- "up": "true",
- "west": "false"
+ "south": "true",
+ "up": "false",
+ "west": "true"
}
},
{
@@ -259751,9 +265850,9 @@
"properties": {
"east": "false",
"north": "true",
- "south": "false",
+ "south": "true",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
@@ -259762,42 +265861,72 @@
"east": "false",
"north": "true",
"south": "false",
- "up": "false",
- "west": "false"
+ "up": "true",
+ "west": "true"
}
},
{
"id": 7091,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "true",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7092,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
- "up": "true",
- "west": "false"
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "west": "true"
}
},
{
"id": 7093,
"properties": {
"east": "false",
- "north": "false",
- "south": "true",
+ "north": "true",
+ "south": "false",
"up": "false",
- "west": "true"
+ "west": "false"
}
},
{
"id": 7094,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7095,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 7096,
+ "properties": {
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 7097,
"properties": {
"east": "false",
"north": "false",
@@ -259807,7 +265936,7 @@
}
},
{
- "id": 7095,
+ "id": 7098,
"properties": {
"east": "false",
"north": "false",
@@ -259817,7 +265946,7 @@
}
},
{
- "id": 7096,
+ "id": 7099,
"properties": {
"east": "false",
"north": "false",
@@ -259827,7 +265956,7 @@
}
},
{
- "id": 7097,
+ "id": 7100,
"properties": {
"east": "false",
"north": "false",
@@ -259838,7 +265967,7 @@
},
{
"default": true,
- "id": 7098,
+ "id": 7101,
"properties": {
"east": "false",
"north": "false",
@@ -259857,7 +265986,7 @@
"states": [
{
"default": true,
- "id": 13427
+ "id": 13971
}
]
},
@@ -259929,7 +266058,7 @@
},
"states": [
{
- "id": 19593,
+ "id": 20137,
"properties": {
"face": "floor",
"facing": "north",
@@ -259937,7 +266066,7 @@
}
},
{
- "id": 19594,
+ "id": 20138,
"properties": {
"face": "floor",
"facing": "north",
@@ -259945,7 +266074,7 @@
}
},
{
- "id": 19595,
+ "id": 20139,
"properties": {
"face": "floor",
"facing": "south",
@@ -259953,7 +266082,7 @@
}
},
{
- "id": 19596,
+ "id": 20140,
"properties": {
"face": "floor",
"facing": "south",
@@ -259961,7 +266090,7 @@
}
},
{
- "id": 19597,
+ "id": 20141,
"properties": {
"face": "floor",
"facing": "west",
@@ -259969,7 +266098,7 @@
}
},
{
- "id": 19598,
+ "id": 20142,
"properties": {
"face": "floor",
"facing": "west",
@@ -259977,7 +266106,7 @@
}
},
{
- "id": 19599,
+ "id": 20143,
"properties": {
"face": "floor",
"facing": "east",
@@ -259985,7 +266114,7 @@
}
},
{
- "id": 19600,
+ "id": 20144,
"properties": {
"face": "floor",
"facing": "east",
@@ -259993,7 +266122,7 @@
}
},
{
- "id": 19601,
+ "id": 20145,
"properties": {
"face": "wall",
"facing": "north",
@@ -260002,7 +266131,7 @@
},
{
"default": true,
- "id": 19602,
+ "id": 20146,
"properties": {
"face": "wall",
"facing": "north",
@@ -260010,7 +266139,7 @@
}
},
{
- "id": 19603,
+ "id": 20147,
"properties": {
"face": "wall",
"facing": "south",
@@ -260018,7 +266147,7 @@
}
},
{
- "id": 19604,
+ "id": 20148,
"properties": {
"face": "wall",
"facing": "south",
@@ -260026,7 +266155,7 @@
}
},
{
- "id": 19605,
+ "id": 20149,
"properties": {
"face": "wall",
"facing": "west",
@@ -260034,7 +266163,7 @@
}
},
{
- "id": 19606,
+ "id": 20150,
"properties": {
"face": "wall",
"facing": "west",
@@ -260042,7 +266171,7 @@
}
},
{
- "id": 19607,
+ "id": 20151,
"properties": {
"face": "wall",
"facing": "east",
@@ -260050,7 +266179,7 @@
}
},
{
- "id": 19608,
+ "id": 20152,
"properties": {
"face": "wall",
"facing": "east",
@@ -260058,7 +266187,7 @@
}
},
{
- "id": 19609,
+ "id": 20153,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -260066,7 +266195,7 @@
}
},
{
- "id": 19610,
+ "id": 20154,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -260074,7 +266203,7 @@
}
},
{
- "id": 19611,
+ "id": 20155,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -260082,7 +266211,7 @@
}
},
{
- "id": 19612,
+ "id": 20156,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -260090,7 +266219,7 @@
}
},
{
- "id": 19613,
+ "id": 20157,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -260098,7 +266227,7 @@
}
},
{
- "id": 19614,
+ "id": 20158,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -260106,7 +266235,7 @@
}
},
{
- "id": 19615,
+ "id": 20159,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -260114,7 +266243,7 @@
}
},
{
- "id": 19616,
+ "id": 20160,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -260155,7 +266284,7 @@
},
"states": [
{
- "id": 19681,
+ "id": 20225,
"properties": {
"facing": "north",
"half": "upper",
@@ -260165,7 +266294,7 @@
}
},
{
- "id": 19682,
+ "id": 20226,
"properties": {
"facing": "north",
"half": "upper",
@@ -260175,7 +266304,7 @@
}
},
{
- "id": 19683,
+ "id": 20227,
"properties": {
"facing": "north",
"half": "upper",
@@ -260185,7 +266314,7 @@
}
},
{
- "id": 19684,
+ "id": 20228,
"properties": {
"facing": "north",
"half": "upper",
@@ -260195,7 +266324,7 @@
}
},
{
- "id": 19685,
+ "id": 20229,
"properties": {
"facing": "north",
"half": "upper",
@@ -260205,7 +266334,7 @@
}
},
{
- "id": 19686,
+ "id": 20230,
"properties": {
"facing": "north",
"half": "upper",
@@ -260215,7 +266344,7 @@
}
},
{
- "id": 19687,
+ "id": 20231,
"properties": {
"facing": "north",
"half": "upper",
@@ -260225,7 +266354,7 @@
}
},
{
- "id": 19688,
+ "id": 20232,
"properties": {
"facing": "north",
"half": "upper",
@@ -260235,7 +266364,7 @@
}
},
{
- "id": 19689,
+ "id": 20233,
"properties": {
"facing": "north",
"half": "lower",
@@ -260245,7 +266374,7 @@
}
},
{
- "id": 19690,
+ "id": 20234,
"properties": {
"facing": "north",
"half": "lower",
@@ -260255,7 +266384,7 @@
}
},
{
- "id": 19691,
+ "id": 20235,
"properties": {
"facing": "north",
"half": "lower",
@@ -260266,7 +266395,7 @@
},
{
"default": true,
- "id": 19692,
+ "id": 20236,
"properties": {
"facing": "north",
"half": "lower",
@@ -260276,7 +266405,7 @@
}
},
{
- "id": 19693,
+ "id": 20237,
"properties": {
"facing": "north",
"half": "lower",
@@ -260286,7 +266415,7 @@
}
},
{
- "id": 19694,
+ "id": 20238,
"properties": {
"facing": "north",
"half": "lower",
@@ -260296,7 +266425,7 @@
}
},
{
- "id": 19695,
+ "id": 20239,
"properties": {
"facing": "north",
"half": "lower",
@@ -260306,7 +266435,7 @@
}
},
{
- "id": 19696,
+ "id": 20240,
"properties": {
"facing": "north",
"half": "lower",
@@ -260316,7 +266445,7 @@
}
},
{
- "id": 19697,
+ "id": 20241,
"properties": {
"facing": "south",
"half": "upper",
@@ -260326,7 +266455,7 @@
}
},
{
- "id": 19698,
+ "id": 20242,
"properties": {
"facing": "south",
"half": "upper",
@@ -260336,7 +266465,7 @@
}
},
{
- "id": 19699,
+ "id": 20243,
"properties": {
"facing": "south",
"half": "upper",
@@ -260346,7 +266475,7 @@
}
},
{
- "id": 19700,
+ "id": 20244,
"properties": {
"facing": "south",
"half": "upper",
@@ -260356,7 +266485,7 @@
}
},
{
- "id": 19701,
+ "id": 20245,
"properties": {
"facing": "south",
"half": "upper",
@@ -260366,7 +266495,7 @@
}
},
{
- "id": 19702,
+ "id": 20246,
"properties": {
"facing": "south",
"half": "upper",
@@ -260376,7 +266505,7 @@
}
},
{
- "id": 19703,
+ "id": 20247,
"properties": {
"facing": "south",
"half": "upper",
@@ -260386,7 +266515,7 @@
}
},
{
- "id": 19704,
+ "id": 20248,
"properties": {
"facing": "south",
"half": "upper",
@@ -260396,7 +266525,7 @@
}
},
{
- "id": 19705,
+ "id": 20249,
"properties": {
"facing": "south",
"half": "lower",
@@ -260406,7 +266535,7 @@
}
},
{
- "id": 19706,
+ "id": 20250,
"properties": {
"facing": "south",
"half": "lower",
@@ -260416,7 +266545,7 @@
}
},
{
- "id": 19707,
+ "id": 20251,
"properties": {
"facing": "south",
"half": "lower",
@@ -260426,7 +266555,7 @@
}
},
{
- "id": 19708,
+ "id": 20252,
"properties": {
"facing": "south",
"half": "lower",
@@ -260436,7 +266565,7 @@
}
},
{
- "id": 19709,
+ "id": 20253,
"properties": {
"facing": "south",
"half": "lower",
@@ -260446,7 +266575,7 @@
}
},
{
- "id": 19710,
+ "id": 20254,
"properties": {
"facing": "south",
"half": "lower",
@@ -260456,7 +266585,7 @@
}
},
{
- "id": 19711,
+ "id": 20255,
"properties": {
"facing": "south",
"half": "lower",
@@ -260466,7 +266595,7 @@
}
},
{
- "id": 19712,
+ "id": 20256,
"properties": {
"facing": "south",
"half": "lower",
@@ -260476,7 +266605,7 @@
}
},
{
- "id": 19713,
+ "id": 20257,
"properties": {
"facing": "west",
"half": "upper",
@@ -260486,7 +266615,7 @@
}
},
{
- "id": 19714,
+ "id": 20258,
"properties": {
"facing": "west",
"half": "upper",
@@ -260496,7 +266625,7 @@
}
},
{
- "id": 19715,
+ "id": 20259,
"properties": {
"facing": "west",
"half": "upper",
@@ -260506,7 +266635,7 @@
}
},
{
- "id": 19716,
+ "id": 20260,
"properties": {
"facing": "west",
"half": "upper",
@@ -260516,7 +266645,7 @@
}
},
{
- "id": 19717,
+ "id": 20261,
"properties": {
"facing": "west",
"half": "upper",
@@ -260526,7 +266655,7 @@
}
},
{
- "id": 19718,
+ "id": 20262,
"properties": {
"facing": "west",
"half": "upper",
@@ -260536,7 +266665,7 @@
}
},
{
- "id": 19719,
+ "id": 20263,
"properties": {
"facing": "west",
"half": "upper",
@@ -260546,7 +266675,7 @@
}
},
{
- "id": 19720,
+ "id": 20264,
"properties": {
"facing": "west",
"half": "upper",
@@ -260556,7 +266685,7 @@
}
},
{
- "id": 19721,
+ "id": 20265,
"properties": {
"facing": "west",
"half": "lower",
@@ -260566,7 +266695,7 @@
}
},
{
- "id": 19722,
+ "id": 20266,
"properties": {
"facing": "west",
"half": "lower",
@@ -260576,7 +266705,7 @@
}
},
{
- "id": 19723,
+ "id": 20267,
"properties": {
"facing": "west",
"half": "lower",
@@ -260586,7 +266715,7 @@
}
},
{
- "id": 19724,
+ "id": 20268,
"properties": {
"facing": "west",
"half": "lower",
@@ -260596,7 +266725,7 @@
}
},
{
- "id": 19725,
+ "id": 20269,
"properties": {
"facing": "west",
"half": "lower",
@@ -260606,7 +266735,7 @@
}
},
{
- "id": 19726,
+ "id": 20270,
"properties": {
"facing": "west",
"half": "lower",
@@ -260616,7 +266745,7 @@
}
},
{
- "id": 19727,
+ "id": 20271,
"properties": {
"facing": "west",
"half": "lower",
@@ -260626,7 +266755,7 @@
}
},
{
- "id": 19728,
+ "id": 20272,
"properties": {
"facing": "west",
"half": "lower",
@@ -260636,7 +266765,7 @@
}
},
{
- "id": 19729,
+ "id": 20273,
"properties": {
"facing": "east",
"half": "upper",
@@ -260646,7 +266775,7 @@
}
},
{
- "id": 19730,
+ "id": 20274,
"properties": {
"facing": "east",
"half": "upper",
@@ -260656,7 +266785,7 @@
}
},
{
- "id": 19731,
+ "id": 20275,
"properties": {
"facing": "east",
"half": "upper",
@@ -260666,7 +266795,7 @@
}
},
{
- "id": 19732,
+ "id": 20276,
"properties": {
"facing": "east",
"half": "upper",
@@ -260676,7 +266805,7 @@
}
},
{
- "id": 19733,
+ "id": 20277,
"properties": {
"facing": "east",
"half": "upper",
@@ -260686,7 +266815,7 @@
}
},
{
- "id": 19734,
+ "id": 20278,
"properties": {
"facing": "east",
"half": "upper",
@@ -260696,7 +266825,7 @@
}
},
{
- "id": 19735,
+ "id": 20279,
"properties": {
"facing": "east",
"half": "upper",
@@ -260706,7 +266835,7 @@
}
},
{
- "id": 19736,
+ "id": 20280,
"properties": {
"facing": "east",
"half": "upper",
@@ -260716,7 +266845,7 @@
}
},
{
- "id": 19737,
+ "id": 20281,
"properties": {
"facing": "east",
"half": "lower",
@@ -260726,7 +266855,7 @@
}
},
{
- "id": 19738,
+ "id": 20282,
"properties": {
"facing": "east",
"half": "lower",
@@ -260736,7 +266865,7 @@
}
},
{
- "id": 19739,
+ "id": 20283,
"properties": {
"facing": "east",
"half": "lower",
@@ -260746,7 +266875,7 @@
}
},
{
- "id": 19740,
+ "id": 20284,
"properties": {
"facing": "east",
"half": "lower",
@@ -260756,7 +266885,7 @@
}
},
{
- "id": 19741,
+ "id": 20285,
"properties": {
"facing": "east",
"half": "lower",
@@ -260766,7 +266895,7 @@
}
},
{
- "id": 19742,
+ "id": 20286,
"properties": {
"facing": "east",
"half": "lower",
@@ -260776,7 +266905,7 @@
}
},
{
- "id": 19743,
+ "id": 20287,
"properties": {
"facing": "east",
"half": "lower",
@@ -260786,7 +266915,7 @@
}
},
{
- "id": 19744,
+ "id": 20288,
"properties": {
"facing": "east",
"half": "lower",
@@ -260826,7 +266955,7 @@
},
"states": [
{
- "id": 19185,
+ "id": 19729,
"properties": {
"east": "true",
"north": "true",
@@ -260836,7 +266965,7 @@
}
},
{
- "id": 19186,
+ "id": 19730,
"properties": {
"east": "true",
"north": "true",
@@ -260846,7 +266975,7 @@
}
},
{
- "id": 19187,
+ "id": 19731,
"properties": {
"east": "true",
"north": "true",
@@ -260856,7 +266985,7 @@
}
},
{
- "id": 19188,
+ "id": 19732,
"properties": {
"east": "true",
"north": "true",
@@ -260866,7 +266995,7 @@
}
},
{
- "id": 19189,
+ "id": 19733,
"properties": {
"east": "true",
"north": "true",
@@ -260876,7 +267005,7 @@
}
},
{
- "id": 19190,
+ "id": 19734,
"properties": {
"east": "true",
"north": "true",
@@ -260886,7 +267015,7 @@
}
},
{
- "id": 19191,
+ "id": 19735,
"properties": {
"east": "true",
"north": "true",
@@ -260896,7 +267025,7 @@
}
},
{
- "id": 19192,
+ "id": 19736,
"properties": {
"east": "true",
"north": "true",
@@ -260906,7 +267035,7 @@
}
},
{
- "id": 19193,
+ "id": 19737,
"properties": {
"east": "true",
"north": "false",
@@ -260916,7 +267045,7 @@
}
},
{
- "id": 19194,
+ "id": 19738,
"properties": {
"east": "true",
"north": "false",
@@ -260926,7 +267055,7 @@
}
},
{
- "id": 19195,
+ "id": 19739,
"properties": {
"east": "true",
"north": "false",
@@ -260936,7 +267065,7 @@
}
},
{
- "id": 19196,
+ "id": 19740,
"properties": {
"east": "true",
"north": "false",
@@ -260946,7 +267075,7 @@
}
},
{
- "id": 19197,
+ "id": 19741,
"properties": {
"east": "true",
"north": "false",
@@ -260956,7 +267085,7 @@
}
},
{
- "id": 19198,
+ "id": 19742,
"properties": {
"east": "true",
"north": "false",
@@ -260966,7 +267095,7 @@
}
},
{
- "id": 19199,
+ "id": 19743,
"properties": {
"east": "true",
"north": "false",
@@ -260976,7 +267105,7 @@
}
},
{
- "id": 19200,
+ "id": 19744,
"properties": {
"east": "true",
"north": "false",
@@ -260986,7 +267115,7 @@
}
},
{
- "id": 19201,
+ "id": 19745,
"properties": {
"east": "false",
"north": "true",
@@ -260996,7 +267125,7 @@
}
},
{
- "id": 19202,
+ "id": 19746,
"properties": {
"east": "false",
"north": "true",
@@ -261006,7 +267135,7 @@
}
},
{
- "id": 19203,
+ "id": 19747,
"properties": {
"east": "false",
"north": "true",
@@ -261016,7 +267145,7 @@
}
},
{
- "id": 19204,
+ "id": 19748,
"properties": {
"east": "false",
"north": "true",
@@ -261026,7 +267155,7 @@
}
},
{
- "id": 19205,
+ "id": 19749,
"properties": {
"east": "false",
"north": "true",
@@ -261036,7 +267165,7 @@
}
},
{
- "id": 19206,
+ "id": 19750,
"properties": {
"east": "false",
"north": "true",
@@ -261046,7 +267175,7 @@
}
},
{
- "id": 19207,
+ "id": 19751,
"properties": {
"east": "false",
"north": "true",
@@ -261056,7 +267185,7 @@
}
},
{
- "id": 19208,
+ "id": 19752,
"properties": {
"east": "false",
"north": "true",
@@ -261066,7 +267195,7 @@
}
},
{
- "id": 19209,
+ "id": 19753,
"properties": {
"east": "false",
"north": "false",
@@ -261076,7 +267205,7 @@
}
},
{
- "id": 19210,
+ "id": 19754,
"properties": {
"east": "false",
"north": "false",
@@ -261086,7 +267215,7 @@
}
},
{
- "id": 19211,
+ "id": 19755,
"properties": {
"east": "false",
"north": "false",
@@ -261096,7 +267225,7 @@
}
},
{
- "id": 19212,
+ "id": 19756,
"properties": {
"east": "false",
"north": "false",
@@ -261106,7 +267235,7 @@
}
},
{
- "id": 19213,
+ "id": 19757,
"properties": {
"east": "false",
"north": "false",
@@ -261116,7 +267245,7 @@
}
},
{
- "id": 19214,
+ "id": 19758,
"properties": {
"east": "false",
"north": "false",
@@ -261126,7 +267255,7 @@
}
},
{
- "id": 19215,
+ "id": 19759,
"properties": {
"east": "false",
"north": "false",
@@ -261137,7 +267266,7 @@
},
{
"default": true,
- "id": 19216,
+ "id": 19760,
"properties": {
"east": "false",
"north": "false",
@@ -261176,7 +267305,7 @@
},
"states": [
{
- "id": 19377,
+ "id": 19921,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -261185,7 +267314,7 @@
}
},
{
- "id": 19378,
+ "id": 19922,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -261194,7 +267323,7 @@
}
},
{
- "id": 19379,
+ "id": 19923,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -261203,7 +267332,7 @@
}
},
{
- "id": 19380,
+ "id": 19924,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -261212,7 +267341,7 @@
}
},
{
- "id": 19381,
+ "id": 19925,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -261221,7 +267350,7 @@
}
},
{
- "id": 19382,
+ "id": 19926,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -261230,7 +267359,7 @@
}
},
{
- "id": 19383,
+ "id": 19927,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -261240,7 +267369,7 @@
},
{
"default": true,
- "id": 19384,
+ "id": 19928,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -261249,7 +267378,7 @@
}
},
{
- "id": 19385,
+ "id": 19929,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -261258,7 +267387,7 @@
}
},
{
- "id": 19386,
+ "id": 19930,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -261267,7 +267396,7 @@
}
},
{
- "id": 19387,
+ "id": 19931,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -261276,7 +267405,7 @@
}
},
{
- "id": 19388,
+ "id": 19932,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -261285,7 +267414,7 @@
}
},
{
- "id": 19389,
+ "id": 19933,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -261294,7 +267423,7 @@
}
},
{
- "id": 19390,
+ "id": 19934,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -261303,7 +267432,7 @@
}
},
{
- "id": 19391,
+ "id": 19935,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -261312,7 +267441,7 @@
}
},
{
- "id": 19392,
+ "id": 19936,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -261321,7 +267450,7 @@
}
},
{
- "id": 19393,
+ "id": 19937,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -261330,7 +267459,7 @@
}
},
{
- "id": 19394,
+ "id": 19938,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -261339,7 +267468,7 @@
}
},
{
- "id": 19395,
+ "id": 19939,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -261348,7 +267477,7 @@
}
},
{
- "id": 19396,
+ "id": 19940,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -261357,7 +267486,7 @@
}
},
{
- "id": 19397,
+ "id": 19941,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -261366,7 +267495,7 @@
}
},
{
- "id": 19398,
+ "id": 19942,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -261375,7 +267504,7 @@
}
},
{
- "id": 19399,
+ "id": 19943,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -261384,7 +267513,7 @@
}
},
{
- "id": 19400,
+ "id": 19944,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -261393,7 +267522,7 @@
}
},
{
- "id": 19401,
+ "id": 19945,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -261402,7 +267531,7 @@
}
},
{
- "id": 19402,
+ "id": 19946,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -261411,7 +267540,7 @@
}
},
{
- "id": 19403,
+ "id": 19947,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -261420,7 +267549,7 @@
}
},
{
- "id": 19404,
+ "id": 19948,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -261429,7 +267558,7 @@
}
},
{
- "id": 19405,
+ "id": 19949,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -261438,7 +267567,7 @@
}
},
{
- "id": 19406,
+ "id": 19950,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -261447,7 +267576,7 @@
}
},
{
- "id": 19407,
+ "id": 19951,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -261456,7 +267585,7 @@
}
},
{
- "id": 19408,
+ "id": 19952,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -261476,7 +267605,7 @@
"states": [
{
"default": true,
- "id": 19061
+ "id": 19605
}
]
},
@@ -261515,240 +267644,240 @@
]
},
"states": [
- {
- "id": 5502,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "true"
- }
- },
- {
- "id": 5503,
- "properties": {
- "attached": "true",
- "rotation": "0",
- "waterlogged": "false"
- }
- },
- {
- "id": 5504,
- "properties": {
- "attached": "true",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
{
"id": 5505,
"properties": {
"attached": "true",
- "rotation": "1",
- "waterlogged": "false"
+ "rotation": "0",
+ "waterlogged": "true"
}
},
{
"id": 5506,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "true"
+ "rotation": "0",
+ "waterlogged": "false"
}
},
{
"id": 5507,
"properties": {
"attached": "true",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5508,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5509,
"properties": {
"attached": "true",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5510,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5511,
"properties": {
"attached": "true",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5512,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5513,
"properties": {
"attached": "true",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5514,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5515,
"properties": {
"attached": "true",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5516,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5517,
"properties": {
"attached": "true",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5518,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5519,
"properties": {
"attached": "true",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5520,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5521,
"properties": {
"attached": "true",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5522,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5523,
"properties": {
"attached": "true",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5524,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5525,
"properties": {
"attached": "true",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5526,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5527,
"properties": {
"attached": "true",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5528,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5529,
"properties": {
"attached": "true",
- "rotation": "13",
- "waterlogged": "false"
+ "rotation": "12",
+ "waterlogged": "true"
}
},
{
"id": 5530,
"properties": {
"attached": "true",
- "rotation": "14",
- "waterlogged": "true"
+ "rotation": "12",
+ "waterlogged": "false"
}
},
{
"id": 5531,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5532,
+ "properties": {
+ "attached": "true",
+ "rotation": "13",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5533,
+ "properties": {
+ "attached": "true",
+ "rotation": "14",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5534,
"properties": {
"attached": "true",
"rotation": "14",
@@ -261756,7 +267885,7 @@
}
},
{
- "id": 5532,
+ "id": 5535,
"properties": {
"attached": "true",
"rotation": "15",
@@ -261764,7 +267893,7 @@
}
},
{
- "id": 5533,
+ "id": 5536,
"properties": {
"attached": "true",
"rotation": "15",
@@ -261772,7 +267901,7 @@
}
},
{
- "id": 5534,
+ "id": 5537,
"properties": {
"attached": "false",
"rotation": "0",
@@ -261781,215 +267910,215 @@
},
{
"default": true,
- "id": 5535,
+ "id": 5538,
"properties": {
"attached": "false",
"rotation": "0",
"waterlogged": "false"
}
},
- {
- "id": 5536,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "true"
- }
- },
- {
- "id": 5537,
- "properties": {
- "attached": "false",
- "rotation": "1",
- "waterlogged": "false"
- }
- },
- {
- "id": 5538,
- "properties": {
- "attached": "false",
- "rotation": "2",
- "waterlogged": "true"
- }
- },
{
"id": 5539,
"properties": {
"attached": "false",
- "rotation": "2",
- "waterlogged": "false"
+ "rotation": "1",
+ "waterlogged": "true"
}
},
{
"id": 5540,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "true"
+ "rotation": "1",
+ "waterlogged": "false"
}
},
{
"id": 5541,
"properties": {
"attached": "false",
- "rotation": "3",
- "waterlogged": "false"
+ "rotation": "2",
+ "waterlogged": "true"
}
},
{
"id": 5542,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "true"
+ "rotation": "2",
+ "waterlogged": "false"
}
},
{
"id": 5543,
"properties": {
"attached": "false",
- "rotation": "4",
- "waterlogged": "false"
+ "rotation": "3",
+ "waterlogged": "true"
}
},
{
"id": 5544,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "true"
+ "rotation": "3",
+ "waterlogged": "false"
}
},
{
"id": 5545,
"properties": {
"attached": "false",
- "rotation": "5",
- "waterlogged": "false"
+ "rotation": "4",
+ "waterlogged": "true"
}
},
{
"id": 5546,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "true"
+ "rotation": "4",
+ "waterlogged": "false"
}
},
{
"id": 5547,
"properties": {
"attached": "false",
- "rotation": "6",
- "waterlogged": "false"
+ "rotation": "5",
+ "waterlogged": "true"
}
},
{
"id": 5548,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "true"
+ "rotation": "5",
+ "waterlogged": "false"
}
},
{
"id": 5549,
"properties": {
"attached": "false",
- "rotation": "7",
- "waterlogged": "false"
+ "rotation": "6",
+ "waterlogged": "true"
}
},
{
"id": 5550,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "true"
+ "rotation": "6",
+ "waterlogged": "false"
}
},
{
"id": 5551,
"properties": {
"attached": "false",
- "rotation": "8",
- "waterlogged": "false"
+ "rotation": "7",
+ "waterlogged": "true"
}
},
{
"id": 5552,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "true"
+ "rotation": "7",
+ "waterlogged": "false"
}
},
{
"id": 5553,
"properties": {
"attached": "false",
- "rotation": "9",
- "waterlogged": "false"
+ "rotation": "8",
+ "waterlogged": "true"
}
},
{
"id": 5554,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "true"
+ "rotation": "8",
+ "waterlogged": "false"
}
},
{
"id": 5555,
"properties": {
"attached": "false",
- "rotation": "10",
- "waterlogged": "false"
+ "rotation": "9",
+ "waterlogged": "true"
}
},
{
"id": 5556,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "true"
+ "rotation": "9",
+ "waterlogged": "false"
}
},
{
"id": 5557,
"properties": {
"attached": "false",
- "rotation": "11",
- "waterlogged": "false"
+ "rotation": "10",
+ "waterlogged": "true"
}
},
{
"id": 5558,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "true"
+ "rotation": "10",
+ "waterlogged": "false"
}
},
{
"id": 5559,
"properties": {
"attached": "false",
- "rotation": "12",
- "waterlogged": "false"
+ "rotation": "11",
+ "waterlogged": "true"
}
},
{
"id": 5560,
"properties": {
"attached": "false",
- "rotation": "13",
- "waterlogged": "true"
+ "rotation": "11",
+ "waterlogged": "false"
}
},
{
"id": 5561,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5562,
+ "properties": {
+ "attached": "false",
+ "rotation": "12",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5563,
+ "properties": {
+ "attached": "false",
+ "rotation": "13",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5564,
"properties": {
"attached": "false",
"rotation": "13",
@@ -261997,7 +268126,7 @@
}
},
{
- "id": 5562,
+ "id": 5565,
"properties": {
"attached": "false",
"rotation": "14",
@@ -262005,7 +268134,7 @@
}
},
{
- "id": 5563,
+ "id": 5566,
"properties": {
"attached": "false",
"rotation": "14",
@@ -262013,7 +268142,7 @@
}
},
{
- "id": 5564,
+ "id": 5567,
"properties": {
"attached": "false",
"rotation": "15",
@@ -262021,7 +268150,7 @@
}
},
{
- "id": 5565,
+ "id": 5568,
"properties": {
"attached": "false",
"rotation": "15",
@@ -262044,20 +268173,20 @@
},
"states": [
{
- "id": 19054,
+ "id": 19598,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19055,
+ "id": 19599,
"properties": {
"axis": "y"
}
},
{
- "id": 19056,
+ "id": 19600,
"properties": {
"axis": "z"
}
@@ -262072,7 +268201,7 @@
"states": [
{
"default": true,
- "id": 19060
+ "id": 19604
}
]
},
@@ -262084,7 +268213,7 @@
"states": [
{
"default": true,
- "id": 19136
+ "id": 19680
}
]
},
@@ -262102,14 +268231,14 @@
},
"states": [
{
- "id": 19151,
+ "id": 19695,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 19152,
+ "id": 19696,
"properties": {
"powered": "false"
}
@@ -262124,7 +268253,7 @@
"states": [
{
"default": true,
- "id": 19063
+ "id": 19607
}
]
},
@@ -262160,7 +268289,7 @@
},
"states": [
{
- "id": 19777,
+ "id": 20321,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -262168,217 +268297,217 @@
},
{
"default": true,
- "id": 19778,
+ "id": 20322,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
{
- "id": 19779,
+ "id": 20323,
"properties": {
"rotation": "1",
"waterlogged": "true"
}
},
{
- "id": 19780,
+ "id": 20324,
"properties": {
"rotation": "1",
"waterlogged": "false"
}
},
{
- "id": 19781,
+ "id": 20325,
"properties": {
"rotation": "2",
"waterlogged": "true"
}
},
{
- "id": 19782,
+ "id": 20326,
"properties": {
"rotation": "2",
"waterlogged": "false"
}
},
{
- "id": 19783,
+ "id": 20327,
"properties": {
"rotation": "3",
"waterlogged": "true"
}
},
{
- "id": 19784,
+ "id": 20328,
"properties": {
"rotation": "3",
"waterlogged": "false"
}
},
{
- "id": 19785,
+ "id": 20329,
"properties": {
"rotation": "4",
"waterlogged": "true"
}
},
{
- "id": 19786,
+ "id": 20330,
"properties": {
"rotation": "4",
"waterlogged": "false"
}
},
{
- "id": 19787,
+ "id": 20331,
"properties": {
"rotation": "5",
"waterlogged": "true"
}
},
{
- "id": 19788,
+ "id": 20332,
"properties": {
"rotation": "5",
"waterlogged": "false"
}
},
{
- "id": 19789,
+ "id": 20333,
"properties": {
"rotation": "6",
"waterlogged": "true"
}
},
{
- "id": 19790,
+ "id": 20334,
"properties": {
"rotation": "6",
"waterlogged": "false"
}
},
{
- "id": 19791,
+ "id": 20335,
"properties": {
"rotation": "7",
"waterlogged": "true"
}
},
{
- "id": 19792,
+ "id": 20336,
"properties": {
"rotation": "7",
"waterlogged": "false"
}
},
{
- "id": 19793,
+ "id": 20337,
"properties": {
"rotation": "8",
"waterlogged": "true"
}
},
{
- "id": 19794,
+ "id": 20338,
"properties": {
"rotation": "8",
"waterlogged": "false"
}
},
{
- "id": 19795,
+ "id": 20339,
"properties": {
"rotation": "9",
"waterlogged": "true"
}
},
{
- "id": 19796,
+ "id": 20340,
"properties": {
"rotation": "9",
"waterlogged": "false"
}
},
{
- "id": 19797,
+ "id": 20341,
"properties": {
"rotation": "10",
"waterlogged": "true"
}
},
{
- "id": 19798,
+ "id": 20342,
"properties": {
"rotation": "10",
"waterlogged": "false"
}
},
{
- "id": 19799,
+ "id": 20343,
"properties": {
"rotation": "11",
"waterlogged": "true"
}
},
{
- "id": 19800,
+ "id": 20344,
"properties": {
"rotation": "11",
"waterlogged": "false"
}
},
{
- "id": 19801,
+ "id": 20345,
"properties": {
"rotation": "12",
"waterlogged": "true"
}
},
{
- "id": 19802,
+ "id": 20346,
"properties": {
"rotation": "12",
"waterlogged": "false"
}
},
{
- "id": 19803,
+ "id": 20347,
"properties": {
"rotation": "13",
"waterlogged": "true"
}
},
{
- "id": 19804,
+ "id": 20348,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 19805,
+ "id": 20349,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 19806,
+ "id": 20350,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 19807,
+ "id": 20351,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 19808,
+ "id": 20352,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -262404,21 +268533,21 @@
},
"states": [
{
- "id": 19143,
+ "id": 19687,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 19144,
+ "id": 19688,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 19145,
+ "id": 19689,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -262426,21 +268555,21 @@
},
{
"default": true,
- "id": 19146,
+ "id": 19690,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 19147,
+ "id": 19691,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 19148,
+ "id": 19692,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -262481,7 +268610,7 @@
},
"states": [
{
- "id": 19489,
+ "id": 20033,
"properties": {
"facing": "north",
"half": "top",
@@ -262490,7 +268619,7 @@
}
},
{
- "id": 19490,
+ "id": 20034,
"properties": {
"facing": "north",
"half": "top",
@@ -262499,7 +268628,7 @@
}
},
{
- "id": 19491,
+ "id": 20035,
"properties": {
"facing": "north",
"half": "top",
@@ -262508,7 +268637,7 @@
}
},
{
- "id": 19492,
+ "id": 20036,
"properties": {
"facing": "north",
"half": "top",
@@ -262517,7 +268646,7 @@
}
},
{
- "id": 19493,
+ "id": 20037,
"properties": {
"facing": "north",
"half": "top",
@@ -262526,7 +268655,7 @@
}
},
{
- "id": 19494,
+ "id": 20038,
"properties": {
"facing": "north",
"half": "top",
@@ -262535,7 +268664,7 @@
}
},
{
- "id": 19495,
+ "id": 20039,
"properties": {
"facing": "north",
"half": "top",
@@ -262544,7 +268673,7 @@
}
},
{
- "id": 19496,
+ "id": 20040,
"properties": {
"facing": "north",
"half": "top",
@@ -262553,7 +268682,7 @@
}
},
{
- "id": 19497,
+ "id": 20041,
"properties": {
"facing": "north",
"half": "top",
@@ -262562,7 +268691,7 @@
}
},
{
- "id": 19498,
+ "id": 20042,
"properties": {
"facing": "north",
"half": "top",
@@ -262571,7 +268700,7 @@
}
},
{
- "id": 19499,
+ "id": 20043,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262581,7 +268710,7 @@
},
{
"default": true,
- "id": 19500,
+ "id": 20044,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262590,7 +268719,7 @@
}
},
{
- "id": 19501,
+ "id": 20045,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262599,7 +268728,7 @@
}
},
{
- "id": 19502,
+ "id": 20046,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262608,7 +268737,7 @@
}
},
{
- "id": 19503,
+ "id": 20047,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262617,7 +268746,7 @@
}
},
{
- "id": 19504,
+ "id": 20048,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262626,7 +268755,7 @@
}
},
{
- "id": 19505,
+ "id": 20049,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262635,7 +268764,7 @@
}
},
{
- "id": 19506,
+ "id": 20050,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262644,7 +268773,7 @@
}
},
{
- "id": 19507,
+ "id": 20051,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262653,7 +268782,7 @@
}
},
{
- "id": 19508,
+ "id": 20052,
"properties": {
"facing": "north",
"half": "bottom",
@@ -262662,7 +268791,7 @@
}
},
{
- "id": 19509,
+ "id": 20053,
"properties": {
"facing": "south",
"half": "top",
@@ -262671,7 +268800,7 @@
}
},
{
- "id": 19510,
+ "id": 20054,
"properties": {
"facing": "south",
"half": "top",
@@ -262680,7 +268809,7 @@
}
},
{
- "id": 19511,
+ "id": 20055,
"properties": {
"facing": "south",
"half": "top",
@@ -262689,7 +268818,7 @@
}
},
{
- "id": 19512,
+ "id": 20056,
"properties": {
"facing": "south",
"half": "top",
@@ -262698,7 +268827,7 @@
}
},
{
- "id": 19513,
+ "id": 20057,
"properties": {
"facing": "south",
"half": "top",
@@ -262707,7 +268836,7 @@
}
},
{
- "id": 19514,
+ "id": 20058,
"properties": {
"facing": "south",
"half": "top",
@@ -262716,7 +268845,7 @@
}
},
{
- "id": 19515,
+ "id": 20059,
"properties": {
"facing": "south",
"half": "top",
@@ -262725,7 +268854,7 @@
}
},
{
- "id": 19516,
+ "id": 20060,
"properties": {
"facing": "south",
"half": "top",
@@ -262734,7 +268863,7 @@
}
},
{
- "id": 19517,
+ "id": 20061,
"properties": {
"facing": "south",
"half": "top",
@@ -262743,7 +268872,7 @@
}
},
{
- "id": 19518,
+ "id": 20062,
"properties": {
"facing": "south",
"half": "top",
@@ -262752,7 +268881,7 @@
}
},
{
- "id": 19519,
+ "id": 20063,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262761,7 +268890,7 @@
}
},
{
- "id": 19520,
+ "id": 20064,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262770,7 +268899,7 @@
}
},
{
- "id": 19521,
+ "id": 20065,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262779,7 +268908,7 @@
}
},
{
- "id": 19522,
+ "id": 20066,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262788,7 +268917,7 @@
}
},
{
- "id": 19523,
+ "id": 20067,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262797,7 +268926,7 @@
}
},
{
- "id": 19524,
+ "id": 20068,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262806,7 +268935,7 @@
}
},
{
- "id": 19525,
+ "id": 20069,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262815,7 +268944,7 @@
}
},
{
- "id": 19526,
+ "id": 20070,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262824,7 +268953,7 @@
}
},
{
- "id": 19527,
+ "id": 20071,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262833,7 +268962,7 @@
}
},
{
- "id": 19528,
+ "id": 20072,
"properties": {
"facing": "south",
"half": "bottom",
@@ -262842,7 +268971,7 @@
}
},
{
- "id": 19529,
+ "id": 20073,
"properties": {
"facing": "west",
"half": "top",
@@ -262851,7 +268980,7 @@
}
},
{
- "id": 19530,
+ "id": 20074,
"properties": {
"facing": "west",
"half": "top",
@@ -262860,7 +268989,7 @@
}
},
{
- "id": 19531,
+ "id": 20075,
"properties": {
"facing": "west",
"half": "top",
@@ -262869,7 +268998,7 @@
}
},
{
- "id": 19532,
+ "id": 20076,
"properties": {
"facing": "west",
"half": "top",
@@ -262878,7 +269007,7 @@
}
},
{
- "id": 19533,
+ "id": 20077,
"properties": {
"facing": "west",
"half": "top",
@@ -262887,7 +269016,7 @@
}
},
{
- "id": 19534,
+ "id": 20078,
"properties": {
"facing": "west",
"half": "top",
@@ -262896,7 +269025,7 @@
}
},
{
- "id": 19535,
+ "id": 20079,
"properties": {
"facing": "west",
"half": "top",
@@ -262905,7 +269034,7 @@
}
},
{
- "id": 19536,
+ "id": 20080,
"properties": {
"facing": "west",
"half": "top",
@@ -262914,7 +269043,7 @@
}
},
{
- "id": 19537,
+ "id": 20081,
"properties": {
"facing": "west",
"half": "top",
@@ -262923,7 +269052,7 @@
}
},
{
- "id": 19538,
+ "id": 20082,
"properties": {
"facing": "west",
"half": "top",
@@ -262932,7 +269061,7 @@
}
},
{
- "id": 19539,
+ "id": 20083,
"properties": {
"facing": "west",
"half": "bottom",
@@ -262941,7 +269070,7 @@
}
},
{
- "id": 19540,
+ "id": 20084,
"properties": {
"facing": "west",
"half": "bottom",
@@ -262950,7 +269079,7 @@
}
},
{
- "id": 19541,
+ "id": 20085,
"properties": {
"facing": "west",
"half": "bottom",
@@ -262959,7 +269088,7 @@
}
},
{
- "id": 19542,
+ "id": 20086,
"properties": {
"facing": "west",
"half": "bottom",
@@ -262968,7 +269097,7 @@
}
},
{
- "id": 19543,
+ "id": 20087,
"properties": {
"facing": "west",
"half": "bottom",
@@ -262977,7 +269106,7 @@
}
},
{
- "id": 19544,
+ "id": 20088,
"properties": {
"facing": "west",
"half": "bottom",
@@ -262986,7 +269115,7 @@
}
},
{
- "id": 19545,
+ "id": 20089,
"properties": {
"facing": "west",
"half": "bottom",
@@ -262995,7 +269124,7 @@
}
},
{
- "id": 19546,
+ "id": 20090,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263004,7 +269133,7 @@
}
},
{
- "id": 19547,
+ "id": 20091,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263013,7 +269142,7 @@
}
},
{
- "id": 19548,
+ "id": 20092,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263022,7 +269151,7 @@
}
},
{
- "id": 19549,
+ "id": 20093,
"properties": {
"facing": "east",
"half": "top",
@@ -263031,7 +269160,7 @@
}
},
{
- "id": 19550,
+ "id": 20094,
"properties": {
"facing": "east",
"half": "top",
@@ -263040,7 +269169,7 @@
}
},
{
- "id": 19551,
+ "id": 20095,
"properties": {
"facing": "east",
"half": "top",
@@ -263049,7 +269178,7 @@
}
},
{
- "id": 19552,
+ "id": 20096,
"properties": {
"facing": "east",
"half": "top",
@@ -263058,7 +269187,7 @@
}
},
{
- "id": 19553,
+ "id": 20097,
"properties": {
"facing": "east",
"half": "top",
@@ -263067,7 +269196,7 @@
}
},
{
- "id": 19554,
+ "id": 20098,
"properties": {
"facing": "east",
"half": "top",
@@ -263076,7 +269205,7 @@
}
},
{
- "id": 19555,
+ "id": 20099,
"properties": {
"facing": "east",
"half": "top",
@@ -263085,7 +269214,7 @@
}
},
{
- "id": 19556,
+ "id": 20100,
"properties": {
"facing": "east",
"half": "top",
@@ -263094,7 +269223,7 @@
}
},
{
- "id": 19557,
+ "id": 20101,
"properties": {
"facing": "east",
"half": "top",
@@ -263103,7 +269232,7 @@
}
},
{
- "id": 19558,
+ "id": 20102,
"properties": {
"facing": "east",
"half": "top",
@@ -263112,7 +269241,7 @@
}
},
{
- "id": 19559,
+ "id": 20103,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263121,7 +269250,7 @@
}
},
{
- "id": 19560,
+ "id": 20104,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263130,7 +269259,7 @@
}
},
{
- "id": 19561,
+ "id": 20105,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263139,7 +269268,7 @@
}
},
{
- "id": 19562,
+ "id": 20106,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263148,7 +269277,7 @@
}
},
{
- "id": 19563,
+ "id": 20107,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263157,7 +269286,7 @@
}
},
{
- "id": 19564,
+ "id": 20108,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263166,7 +269295,7 @@
}
},
{
- "id": 19565,
+ "id": 20109,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263175,7 +269304,7 @@
}
},
{
- "id": 19566,
+ "id": 20110,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263184,7 +269313,7 @@
}
},
{
- "id": 19567,
+ "id": 20111,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263193,7 +269322,7 @@
}
},
{
- "id": 19568,
+ "id": 20112,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263217,20 +269346,20 @@
},
"states": [
{
- "id": 19048,
+ "id": 19592,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19049,
+ "id": 19593,
"properties": {
"axis": "y"
}
},
{
- "id": 19050,
+ "id": 19594,
"properties": {
"axis": "z"
}
@@ -263269,7 +269398,7 @@
},
"states": [
{
- "id": 19281,
+ "id": 19825,
"properties": {
"facing": "north",
"half": "top",
@@ -263279,7 +269408,7 @@
}
},
{
- "id": 19282,
+ "id": 19826,
"properties": {
"facing": "north",
"half": "top",
@@ -263289,7 +269418,7 @@
}
},
{
- "id": 19283,
+ "id": 19827,
"properties": {
"facing": "north",
"half": "top",
@@ -263299,7 +269428,7 @@
}
},
{
- "id": 19284,
+ "id": 19828,
"properties": {
"facing": "north",
"half": "top",
@@ -263309,7 +269438,7 @@
}
},
{
- "id": 19285,
+ "id": 19829,
"properties": {
"facing": "north",
"half": "top",
@@ -263319,7 +269448,7 @@
}
},
{
- "id": 19286,
+ "id": 19830,
"properties": {
"facing": "north",
"half": "top",
@@ -263329,7 +269458,7 @@
}
},
{
- "id": 19287,
+ "id": 19831,
"properties": {
"facing": "north",
"half": "top",
@@ -263339,7 +269468,7 @@
}
},
{
- "id": 19288,
+ "id": 19832,
"properties": {
"facing": "north",
"half": "top",
@@ -263349,7 +269478,7 @@
}
},
{
- "id": 19289,
+ "id": 19833,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263359,7 +269488,7 @@
}
},
{
- "id": 19290,
+ "id": 19834,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263369,7 +269498,7 @@
}
},
{
- "id": 19291,
+ "id": 19835,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263379,7 +269508,7 @@
}
},
{
- "id": 19292,
+ "id": 19836,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263389,7 +269518,7 @@
}
},
{
- "id": 19293,
+ "id": 19837,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263399,7 +269528,7 @@
}
},
{
- "id": 19294,
+ "id": 19838,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263409,7 +269538,7 @@
}
},
{
- "id": 19295,
+ "id": 19839,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263420,7 +269549,7 @@
},
{
"default": true,
- "id": 19296,
+ "id": 19840,
"properties": {
"facing": "north",
"half": "bottom",
@@ -263430,7 +269559,7 @@
}
},
{
- "id": 19297,
+ "id": 19841,
"properties": {
"facing": "south",
"half": "top",
@@ -263440,7 +269569,7 @@
}
},
{
- "id": 19298,
+ "id": 19842,
"properties": {
"facing": "south",
"half": "top",
@@ -263450,7 +269579,7 @@
}
},
{
- "id": 19299,
+ "id": 19843,
"properties": {
"facing": "south",
"half": "top",
@@ -263460,7 +269589,7 @@
}
},
{
- "id": 19300,
+ "id": 19844,
"properties": {
"facing": "south",
"half": "top",
@@ -263470,7 +269599,7 @@
}
},
{
- "id": 19301,
+ "id": 19845,
"properties": {
"facing": "south",
"half": "top",
@@ -263480,7 +269609,7 @@
}
},
{
- "id": 19302,
+ "id": 19846,
"properties": {
"facing": "south",
"half": "top",
@@ -263490,7 +269619,7 @@
}
},
{
- "id": 19303,
+ "id": 19847,
"properties": {
"facing": "south",
"half": "top",
@@ -263500,7 +269629,7 @@
}
},
{
- "id": 19304,
+ "id": 19848,
"properties": {
"facing": "south",
"half": "top",
@@ -263510,7 +269639,7 @@
}
},
{
- "id": 19305,
+ "id": 19849,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263520,7 +269649,7 @@
}
},
{
- "id": 19306,
+ "id": 19850,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263530,7 +269659,7 @@
}
},
{
- "id": 19307,
+ "id": 19851,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263540,7 +269669,7 @@
}
},
{
- "id": 19308,
+ "id": 19852,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263550,7 +269679,7 @@
}
},
{
- "id": 19309,
+ "id": 19853,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263560,7 +269689,7 @@
}
},
{
- "id": 19310,
+ "id": 19854,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263570,7 +269699,7 @@
}
},
{
- "id": 19311,
+ "id": 19855,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263580,7 +269709,7 @@
}
},
{
- "id": 19312,
+ "id": 19856,
"properties": {
"facing": "south",
"half": "bottom",
@@ -263590,7 +269719,7 @@
}
},
{
- "id": 19313,
+ "id": 19857,
"properties": {
"facing": "west",
"half": "top",
@@ -263600,7 +269729,7 @@
}
},
{
- "id": 19314,
+ "id": 19858,
"properties": {
"facing": "west",
"half": "top",
@@ -263610,7 +269739,7 @@
}
},
{
- "id": 19315,
+ "id": 19859,
"properties": {
"facing": "west",
"half": "top",
@@ -263620,7 +269749,7 @@
}
},
{
- "id": 19316,
+ "id": 19860,
"properties": {
"facing": "west",
"half": "top",
@@ -263630,7 +269759,7 @@
}
},
{
- "id": 19317,
+ "id": 19861,
"properties": {
"facing": "west",
"half": "top",
@@ -263640,7 +269769,7 @@
}
},
{
- "id": 19318,
+ "id": 19862,
"properties": {
"facing": "west",
"half": "top",
@@ -263650,7 +269779,7 @@
}
},
{
- "id": 19319,
+ "id": 19863,
"properties": {
"facing": "west",
"half": "top",
@@ -263660,7 +269789,7 @@
}
},
{
- "id": 19320,
+ "id": 19864,
"properties": {
"facing": "west",
"half": "top",
@@ -263670,7 +269799,7 @@
}
},
{
- "id": 19321,
+ "id": 19865,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263680,7 +269809,7 @@
}
},
{
- "id": 19322,
+ "id": 19866,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263690,7 +269819,7 @@
}
},
{
- "id": 19323,
+ "id": 19867,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263700,7 +269829,7 @@
}
},
{
- "id": 19324,
+ "id": 19868,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263710,7 +269839,7 @@
}
},
{
- "id": 19325,
+ "id": 19869,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263720,7 +269849,7 @@
}
},
{
- "id": 19326,
+ "id": 19870,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263730,7 +269859,7 @@
}
},
{
- "id": 19327,
+ "id": 19871,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263740,7 +269869,7 @@
}
},
{
- "id": 19328,
+ "id": 19872,
"properties": {
"facing": "west",
"half": "bottom",
@@ -263750,7 +269879,7 @@
}
},
{
- "id": 19329,
+ "id": 19873,
"properties": {
"facing": "east",
"half": "top",
@@ -263760,7 +269889,7 @@
}
},
{
- "id": 19330,
+ "id": 19874,
"properties": {
"facing": "east",
"half": "top",
@@ -263770,7 +269899,7 @@
}
},
{
- "id": 19331,
+ "id": 19875,
"properties": {
"facing": "east",
"half": "top",
@@ -263780,7 +269909,7 @@
}
},
{
- "id": 19332,
+ "id": 19876,
"properties": {
"facing": "east",
"half": "top",
@@ -263790,7 +269919,7 @@
}
},
{
- "id": 19333,
+ "id": 19877,
"properties": {
"facing": "east",
"half": "top",
@@ -263800,7 +269929,7 @@
}
},
{
- "id": 19334,
+ "id": 19878,
"properties": {
"facing": "east",
"half": "top",
@@ -263810,7 +269939,7 @@
}
},
{
- "id": 19335,
+ "id": 19879,
"properties": {
"facing": "east",
"half": "top",
@@ -263820,7 +269949,7 @@
}
},
{
- "id": 19336,
+ "id": 19880,
"properties": {
"facing": "east",
"half": "top",
@@ -263830,7 +269959,7 @@
}
},
{
- "id": 19337,
+ "id": 19881,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263840,7 +269969,7 @@
}
},
{
- "id": 19338,
+ "id": 19882,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263850,7 +269979,7 @@
}
},
{
- "id": 19339,
+ "id": 19883,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263860,7 +269989,7 @@
}
},
{
- "id": 19340,
+ "id": 19884,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263870,7 +269999,7 @@
}
},
{
- "id": 19341,
+ "id": 19885,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263880,7 +270009,7 @@
}
},
{
- "id": 19342,
+ "id": 19886,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263890,7 +270019,7 @@
}
},
{
- "id": 19343,
+ "id": 19887,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263900,7 +270029,7 @@
}
},
{
- "id": 19344,
+ "id": 19888,
"properties": {
"facing": "east",
"half": "bottom",
@@ -263931,7 +270060,7 @@
},
"states": [
{
- "id": 5774,
+ "id": 5777,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -263939,49 +270068,49 @@
},
{
"default": true,
- "id": 5775,
+ "id": 5778,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
- {
- "id": 5776,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 5777,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 5778,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
{
"id": 5779,
"properties": {
- "facing": "west",
- "waterlogged": "false"
+ "facing": "south",
+ "waterlogged": "true"
}
},
{
"id": 5780,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5781,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 5782,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 5783,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 5781,
+ "id": 5784,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -264009,7 +270138,7 @@
},
"states": [
{
- "id": 19817,
+ "id": 20361,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -264017,49 +270146,49 @@
},
{
"default": true,
- "id": 19818,
+ "id": 20362,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 19819,
+ "id": 20363,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 19820,
+ "id": 20364,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 19821,
+ "id": 20365,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 19822,
+ "id": 20366,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 19823,
+ "id": 20367,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 19824,
+ "id": 20368,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -264075,7 +270204,7 @@
"states": [
{
"default": true,
- "id": 19062
+ "id": 19606
}
]
},
@@ -264222,19 +270351,19 @@
"states": [
{
"default": true,
- "id": 7629,
+ "id": 8173,
"properties": {
"level": "1"
}
},
{
- "id": 7630,
+ "id": 8174,
"properties": {
"level": "2"
}
},
{
- "id": 7631,
+ "id": 8175,
"properties": {
"level": "3"
}
@@ -264249,7 +270378,7 @@
"states": [
{
"default": true,
- "id": 23424
+ "id": 23968
}
]
},
@@ -264261,7 +270390,7 @@
"states": [
{
"default": true,
- "id": 23769
+ "id": 24313
}
]
},
@@ -264282,21 +270411,21 @@
},
"states": [
{
- "id": 25177,
+ "id": 25721,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25178,
+ "id": 25722,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25179,
+ "id": 25723,
"properties": {
"lit": "false",
"powered": "true"
@@ -264304,7 +270433,7 @@
},
{
"default": true,
- "id": 25180,
+ "id": 25724,
"properties": {
"lit": "false",
"powered": "false"
@@ -264344,7 +270473,7 @@
},
"states": [
{
- "id": 24377,
+ "id": 24921,
"properties": {
"facing": "north",
"half": "upper",
@@ -264354,7 +270483,7 @@
}
},
{
- "id": 24378,
+ "id": 24922,
"properties": {
"facing": "north",
"half": "upper",
@@ -264364,7 +270493,7 @@
}
},
{
- "id": 24379,
+ "id": 24923,
"properties": {
"facing": "north",
"half": "upper",
@@ -264374,7 +270503,7 @@
}
},
{
- "id": 24380,
+ "id": 24924,
"properties": {
"facing": "north",
"half": "upper",
@@ -264384,7 +270513,7 @@
}
},
{
- "id": 24381,
+ "id": 24925,
"properties": {
"facing": "north",
"half": "upper",
@@ -264394,7 +270523,7 @@
}
},
{
- "id": 24382,
+ "id": 24926,
"properties": {
"facing": "north",
"half": "upper",
@@ -264404,7 +270533,7 @@
}
},
{
- "id": 24383,
+ "id": 24927,
"properties": {
"facing": "north",
"half": "upper",
@@ -264414,7 +270543,7 @@
}
},
{
- "id": 24384,
+ "id": 24928,
"properties": {
"facing": "north",
"half": "upper",
@@ -264424,7 +270553,7 @@
}
},
{
- "id": 24385,
+ "id": 24929,
"properties": {
"facing": "north",
"half": "lower",
@@ -264434,7 +270563,7 @@
}
},
{
- "id": 24386,
+ "id": 24930,
"properties": {
"facing": "north",
"half": "lower",
@@ -264444,7 +270573,7 @@
}
},
{
- "id": 24387,
+ "id": 24931,
"properties": {
"facing": "north",
"half": "lower",
@@ -264455,7 +270584,7 @@
},
{
"default": true,
- "id": 24388,
+ "id": 24932,
"properties": {
"facing": "north",
"half": "lower",
@@ -264465,7 +270594,7 @@
}
},
{
- "id": 24389,
+ "id": 24933,
"properties": {
"facing": "north",
"half": "lower",
@@ -264475,7 +270604,7 @@
}
},
{
- "id": 24390,
+ "id": 24934,
"properties": {
"facing": "north",
"half": "lower",
@@ -264485,7 +270614,7 @@
}
},
{
- "id": 24391,
+ "id": 24935,
"properties": {
"facing": "north",
"half": "lower",
@@ -264495,7 +270624,7 @@
}
},
{
- "id": 24392,
+ "id": 24936,
"properties": {
"facing": "north",
"half": "lower",
@@ -264505,7 +270634,7 @@
}
},
{
- "id": 24393,
+ "id": 24937,
"properties": {
"facing": "south",
"half": "upper",
@@ -264515,7 +270644,7 @@
}
},
{
- "id": 24394,
+ "id": 24938,
"properties": {
"facing": "south",
"half": "upper",
@@ -264525,7 +270654,7 @@
}
},
{
- "id": 24395,
+ "id": 24939,
"properties": {
"facing": "south",
"half": "upper",
@@ -264535,7 +270664,7 @@
}
},
{
- "id": 24396,
+ "id": 24940,
"properties": {
"facing": "south",
"half": "upper",
@@ -264545,7 +270674,7 @@
}
},
{
- "id": 24397,
+ "id": 24941,
"properties": {
"facing": "south",
"half": "upper",
@@ -264555,7 +270684,7 @@
}
},
{
- "id": 24398,
+ "id": 24942,
"properties": {
"facing": "south",
"half": "upper",
@@ -264565,7 +270694,7 @@
}
},
{
- "id": 24399,
+ "id": 24943,
"properties": {
"facing": "south",
"half": "upper",
@@ -264575,7 +270704,7 @@
}
},
{
- "id": 24400,
+ "id": 24944,
"properties": {
"facing": "south",
"half": "upper",
@@ -264585,7 +270714,7 @@
}
},
{
- "id": 24401,
+ "id": 24945,
"properties": {
"facing": "south",
"half": "lower",
@@ -264595,7 +270724,7 @@
}
},
{
- "id": 24402,
+ "id": 24946,
"properties": {
"facing": "south",
"half": "lower",
@@ -264605,7 +270734,7 @@
}
},
{
- "id": 24403,
+ "id": 24947,
"properties": {
"facing": "south",
"half": "lower",
@@ -264615,7 +270744,7 @@
}
},
{
- "id": 24404,
+ "id": 24948,
"properties": {
"facing": "south",
"half": "lower",
@@ -264625,7 +270754,7 @@
}
},
{
- "id": 24405,
+ "id": 24949,
"properties": {
"facing": "south",
"half": "lower",
@@ -264635,7 +270764,7 @@
}
},
{
- "id": 24406,
+ "id": 24950,
"properties": {
"facing": "south",
"half": "lower",
@@ -264645,7 +270774,7 @@
}
},
{
- "id": 24407,
+ "id": 24951,
"properties": {
"facing": "south",
"half": "lower",
@@ -264655,7 +270784,7 @@
}
},
{
- "id": 24408,
+ "id": 24952,
"properties": {
"facing": "south",
"half": "lower",
@@ -264665,7 +270794,7 @@
}
},
{
- "id": 24409,
+ "id": 24953,
"properties": {
"facing": "west",
"half": "upper",
@@ -264675,7 +270804,7 @@
}
},
{
- "id": 24410,
+ "id": 24954,
"properties": {
"facing": "west",
"half": "upper",
@@ -264685,7 +270814,7 @@
}
},
{
- "id": 24411,
+ "id": 24955,
"properties": {
"facing": "west",
"half": "upper",
@@ -264695,7 +270824,7 @@
}
},
{
- "id": 24412,
+ "id": 24956,
"properties": {
"facing": "west",
"half": "upper",
@@ -264705,7 +270834,7 @@
}
},
{
- "id": 24413,
+ "id": 24957,
"properties": {
"facing": "west",
"half": "upper",
@@ -264715,7 +270844,7 @@
}
},
{
- "id": 24414,
+ "id": 24958,
"properties": {
"facing": "west",
"half": "upper",
@@ -264725,7 +270854,7 @@
}
},
{
- "id": 24415,
+ "id": 24959,
"properties": {
"facing": "west",
"half": "upper",
@@ -264735,7 +270864,7 @@
}
},
{
- "id": 24416,
+ "id": 24960,
"properties": {
"facing": "west",
"half": "upper",
@@ -264745,7 +270874,7 @@
}
},
{
- "id": 24417,
+ "id": 24961,
"properties": {
"facing": "west",
"half": "lower",
@@ -264755,7 +270884,7 @@
}
},
{
- "id": 24418,
+ "id": 24962,
"properties": {
"facing": "west",
"half": "lower",
@@ -264765,7 +270894,7 @@
}
},
{
- "id": 24419,
+ "id": 24963,
"properties": {
"facing": "west",
"half": "lower",
@@ -264775,7 +270904,7 @@
}
},
{
- "id": 24420,
+ "id": 24964,
"properties": {
"facing": "west",
"half": "lower",
@@ -264785,7 +270914,7 @@
}
},
{
- "id": 24421,
+ "id": 24965,
"properties": {
"facing": "west",
"half": "lower",
@@ -264795,7 +270924,7 @@
}
},
{
- "id": 24422,
+ "id": 24966,
"properties": {
"facing": "west",
"half": "lower",
@@ -264805,7 +270934,7 @@
}
},
{
- "id": 24423,
+ "id": 24967,
"properties": {
"facing": "west",
"half": "lower",
@@ -264815,7 +270944,7 @@
}
},
{
- "id": 24424,
+ "id": 24968,
"properties": {
"facing": "west",
"half": "lower",
@@ -264825,7 +270954,7 @@
}
},
{
- "id": 24425,
+ "id": 24969,
"properties": {
"facing": "east",
"half": "upper",
@@ -264835,7 +270964,7 @@
}
},
{
- "id": 24426,
+ "id": 24970,
"properties": {
"facing": "east",
"half": "upper",
@@ -264845,7 +270974,7 @@
}
},
{
- "id": 24427,
+ "id": 24971,
"properties": {
"facing": "east",
"half": "upper",
@@ -264855,7 +270984,7 @@
}
},
{
- "id": 24428,
+ "id": 24972,
"properties": {
"facing": "east",
"half": "upper",
@@ -264865,7 +270994,7 @@
}
},
{
- "id": 24429,
+ "id": 24973,
"properties": {
"facing": "east",
"half": "upper",
@@ -264875,7 +271004,7 @@
}
},
{
- "id": 24430,
+ "id": 24974,
"properties": {
"facing": "east",
"half": "upper",
@@ -264885,7 +271014,7 @@
}
},
{
- "id": 24431,
+ "id": 24975,
"properties": {
"facing": "east",
"half": "upper",
@@ -264895,7 +271024,7 @@
}
},
{
- "id": 24432,
+ "id": 24976,
"properties": {
"facing": "east",
"half": "upper",
@@ -264905,7 +271034,7 @@
}
},
{
- "id": 24433,
+ "id": 24977,
"properties": {
"facing": "east",
"half": "lower",
@@ -264915,7 +271044,7 @@
}
},
{
- "id": 24434,
+ "id": 24978,
"properties": {
"facing": "east",
"half": "lower",
@@ -264925,7 +271054,7 @@
}
},
{
- "id": 24435,
+ "id": 24979,
"properties": {
"facing": "east",
"half": "lower",
@@ -264935,7 +271064,7 @@
}
},
{
- "id": 24436,
+ "id": 24980,
"properties": {
"facing": "east",
"half": "lower",
@@ -264945,7 +271074,7 @@
}
},
{
- "id": 24437,
+ "id": 24981,
"properties": {
"facing": "east",
"half": "lower",
@@ -264955,7 +271084,7 @@
}
},
{
- "id": 24438,
+ "id": 24982,
"properties": {
"facing": "east",
"half": "lower",
@@ -264965,7 +271094,7 @@
}
},
{
- "id": 24439,
+ "id": 24983,
"properties": {
"facing": "east",
"half": "lower",
@@ -264975,7 +271104,7 @@
}
},
{
- "id": 24440,
+ "id": 24984,
"properties": {
"facing": "east",
"half": "lower",
@@ -264999,14 +271128,14 @@
},
"states": [
{
- "id": 25153,
+ "id": 25697,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25154,
+ "id": 25698,
"properties": {
"waterlogged": "false"
}
@@ -265045,7 +271174,7 @@
},
"states": [
{
- "id": 24889,
+ "id": 25433,
"properties": {
"facing": "north",
"half": "top",
@@ -265055,7 +271184,7 @@
}
},
{
- "id": 24890,
+ "id": 25434,
"properties": {
"facing": "north",
"half": "top",
@@ -265065,7 +271194,7 @@
}
},
{
- "id": 24891,
+ "id": 25435,
"properties": {
"facing": "north",
"half": "top",
@@ -265075,7 +271204,7 @@
}
},
{
- "id": 24892,
+ "id": 25436,
"properties": {
"facing": "north",
"half": "top",
@@ -265085,7 +271214,7 @@
}
},
{
- "id": 24893,
+ "id": 25437,
"properties": {
"facing": "north",
"half": "top",
@@ -265095,7 +271224,7 @@
}
},
{
- "id": 24894,
+ "id": 25438,
"properties": {
"facing": "north",
"half": "top",
@@ -265105,7 +271234,7 @@
}
},
{
- "id": 24895,
+ "id": 25439,
"properties": {
"facing": "north",
"half": "top",
@@ -265115,7 +271244,7 @@
}
},
{
- "id": 24896,
+ "id": 25440,
"properties": {
"facing": "north",
"half": "top",
@@ -265125,7 +271254,7 @@
}
},
{
- "id": 24897,
+ "id": 25441,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265135,7 +271264,7 @@
}
},
{
- "id": 24898,
+ "id": 25442,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265145,7 +271274,7 @@
}
},
{
- "id": 24899,
+ "id": 25443,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265155,7 +271284,7 @@
}
},
{
- "id": 24900,
+ "id": 25444,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265165,7 +271294,7 @@
}
},
{
- "id": 24901,
+ "id": 25445,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265175,7 +271304,7 @@
}
},
{
- "id": 24902,
+ "id": 25446,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265185,7 +271314,7 @@
}
},
{
- "id": 24903,
+ "id": 25447,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265196,7 +271325,7 @@
},
{
"default": true,
- "id": 24904,
+ "id": 25448,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265206,7 +271335,7 @@
}
},
{
- "id": 24905,
+ "id": 25449,
"properties": {
"facing": "south",
"half": "top",
@@ -265216,7 +271345,7 @@
}
},
{
- "id": 24906,
+ "id": 25450,
"properties": {
"facing": "south",
"half": "top",
@@ -265226,7 +271355,7 @@
}
},
{
- "id": 24907,
+ "id": 25451,
"properties": {
"facing": "south",
"half": "top",
@@ -265236,7 +271365,7 @@
}
},
{
- "id": 24908,
+ "id": 25452,
"properties": {
"facing": "south",
"half": "top",
@@ -265246,7 +271375,7 @@
}
},
{
- "id": 24909,
+ "id": 25453,
"properties": {
"facing": "south",
"half": "top",
@@ -265256,7 +271385,7 @@
}
},
{
- "id": 24910,
+ "id": 25454,
"properties": {
"facing": "south",
"half": "top",
@@ -265266,7 +271395,7 @@
}
},
{
- "id": 24911,
+ "id": 25455,
"properties": {
"facing": "south",
"half": "top",
@@ -265276,7 +271405,7 @@
}
},
{
- "id": 24912,
+ "id": 25456,
"properties": {
"facing": "south",
"half": "top",
@@ -265286,7 +271415,7 @@
}
},
{
- "id": 24913,
+ "id": 25457,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265296,7 +271425,7 @@
}
},
{
- "id": 24914,
+ "id": 25458,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265306,7 +271435,7 @@
}
},
{
- "id": 24915,
+ "id": 25459,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265316,7 +271445,7 @@
}
},
{
- "id": 24916,
+ "id": 25460,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265326,7 +271455,7 @@
}
},
{
- "id": 24917,
+ "id": 25461,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265336,7 +271465,7 @@
}
},
{
- "id": 24918,
+ "id": 25462,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265346,7 +271475,7 @@
}
},
{
- "id": 24919,
+ "id": 25463,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265356,7 +271485,7 @@
}
},
{
- "id": 24920,
+ "id": 25464,
"properties": {
"facing": "south",
"half": "bottom",
@@ -265366,7 +271495,7 @@
}
},
{
- "id": 24921,
+ "id": 25465,
"properties": {
"facing": "west",
"half": "top",
@@ -265376,7 +271505,7 @@
}
},
{
- "id": 24922,
+ "id": 25466,
"properties": {
"facing": "west",
"half": "top",
@@ -265386,7 +271515,7 @@
}
},
{
- "id": 24923,
+ "id": 25467,
"properties": {
"facing": "west",
"half": "top",
@@ -265396,7 +271525,7 @@
}
},
{
- "id": 24924,
+ "id": 25468,
"properties": {
"facing": "west",
"half": "top",
@@ -265406,7 +271535,7 @@
}
},
{
- "id": 24925,
+ "id": 25469,
"properties": {
"facing": "west",
"half": "top",
@@ -265416,7 +271545,7 @@
}
},
{
- "id": 24926,
+ "id": 25470,
"properties": {
"facing": "west",
"half": "top",
@@ -265426,7 +271555,7 @@
}
},
{
- "id": 24927,
+ "id": 25471,
"properties": {
"facing": "west",
"half": "top",
@@ -265436,7 +271565,7 @@
}
},
{
- "id": 24928,
+ "id": 25472,
"properties": {
"facing": "west",
"half": "top",
@@ -265446,7 +271575,7 @@
}
},
{
- "id": 24929,
+ "id": 25473,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265456,7 +271585,7 @@
}
},
{
- "id": 24930,
+ "id": 25474,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265466,7 +271595,7 @@
}
},
{
- "id": 24931,
+ "id": 25475,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265476,7 +271605,7 @@
}
},
{
- "id": 24932,
+ "id": 25476,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265486,7 +271615,7 @@
}
},
{
- "id": 24933,
+ "id": 25477,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265496,7 +271625,7 @@
}
},
{
- "id": 24934,
+ "id": 25478,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265506,7 +271635,7 @@
}
},
{
- "id": 24935,
+ "id": 25479,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265516,7 +271645,7 @@
}
},
{
- "id": 24936,
+ "id": 25480,
"properties": {
"facing": "west",
"half": "bottom",
@@ -265526,7 +271655,7 @@
}
},
{
- "id": 24937,
+ "id": 25481,
"properties": {
"facing": "east",
"half": "top",
@@ -265536,7 +271665,7 @@
}
},
{
- "id": 24938,
+ "id": 25482,
"properties": {
"facing": "east",
"half": "top",
@@ -265546,7 +271675,7 @@
}
},
{
- "id": 24939,
+ "id": 25483,
"properties": {
"facing": "east",
"half": "top",
@@ -265556,7 +271685,7 @@
}
},
{
- "id": 24940,
+ "id": 25484,
"properties": {
"facing": "east",
"half": "top",
@@ -265566,7 +271695,7 @@
}
},
{
- "id": 24941,
+ "id": 25485,
"properties": {
"facing": "east",
"half": "top",
@@ -265576,7 +271705,7 @@
}
},
{
- "id": 24942,
+ "id": 25486,
"properties": {
"facing": "east",
"half": "top",
@@ -265586,7 +271715,7 @@
}
},
{
- "id": 24943,
+ "id": 25487,
"properties": {
"facing": "east",
"half": "top",
@@ -265596,7 +271725,7 @@
}
},
{
- "id": 24944,
+ "id": 25488,
"properties": {
"facing": "east",
"half": "top",
@@ -265606,7 +271735,7 @@
}
},
{
- "id": 24945,
+ "id": 25489,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265616,7 +271745,7 @@
}
},
{
- "id": 24946,
+ "id": 25490,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265626,7 +271755,7 @@
}
},
{
- "id": 24947,
+ "id": 25491,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265636,7 +271765,7 @@
}
},
{
- "id": 24948,
+ "id": 25492,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265646,7 +271775,7 @@
}
},
{
- "id": 24949,
+ "id": 25493,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265656,7 +271785,7 @@
}
},
{
- "id": 24950,
+ "id": 25494,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265666,7 +271795,7 @@
}
},
{
- "id": 24951,
+ "id": 25495,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265676,7 +271805,7 @@
}
},
{
- "id": 24952,
+ "id": 25496,
"properties": {
"facing": "east",
"half": "bottom",
@@ -265695,7 +271824,7 @@
"states": [
{
"default": true,
- "id": 23776
+ "id": 24320
}
]
},
@@ -265717,21 +271846,21 @@
},
"states": [
{
- "id": 24115,
+ "id": 24659,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24116,
+ "id": 24660,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24117,
+ "id": 24661,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -265739,21 +271868,21 @@
},
{
"default": true,
- "id": 24118,
+ "id": 24662,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24119,
+ "id": 24663,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24120,
+ "id": 24664,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -265794,7 +271923,7 @@
},
"states": [
{
- "id": 24017,
+ "id": 24561,
"properties": {
"facing": "north",
"half": "top",
@@ -265803,7 +271932,7 @@
}
},
{
- "id": 24018,
+ "id": 24562,
"properties": {
"facing": "north",
"half": "top",
@@ -265812,7 +271941,7 @@
}
},
{
- "id": 24019,
+ "id": 24563,
"properties": {
"facing": "north",
"half": "top",
@@ -265821,7 +271950,7 @@
}
},
{
- "id": 24020,
+ "id": 24564,
"properties": {
"facing": "north",
"half": "top",
@@ -265830,7 +271959,7 @@
}
},
{
- "id": 24021,
+ "id": 24565,
"properties": {
"facing": "north",
"half": "top",
@@ -265839,7 +271968,7 @@
}
},
{
- "id": 24022,
+ "id": 24566,
"properties": {
"facing": "north",
"half": "top",
@@ -265848,7 +271977,7 @@
}
},
{
- "id": 24023,
+ "id": 24567,
"properties": {
"facing": "north",
"half": "top",
@@ -265857,7 +271986,7 @@
}
},
{
- "id": 24024,
+ "id": 24568,
"properties": {
"facing": "north",
"half": "top",
@@ -265866,7 +271995,7 @@
}
},
{
- "id": 24025,
+ "id": 24569,
"properties": {
"facing": "north",
"half": "top",
@@ -265875,7 +272004,7 @@
}
},
{
- "id": 24026,
+ "id": 24570,
"properties": {
"facing": "north",
"half": "top",
@@ -265884,7 +272013,7 @@
}
},
{
- "id": 24027,
+ "id": 24571,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265894,7 +272023,7 @@
},
{
"default": true,
- "id": 24028,
+ "id": 24572,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265903,7 +272032,7 @@
}
},
{
- "id": 24029,
+ "id": 24573,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265912,7 +272041,7 @@
}
},
{
- "id": 24030,
+ "id": 24574,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265921,7 +272050,7 @@
}
},
{
- "id": 24031,
+ "id": 24575,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265930,7 +272059,7 @@
}
},
{
- "id": 24032,
+ "id": 24576,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265939,7 +272068,7 @@
}
},
{
- "id": 24033,
+ "id": 24577,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265948,7 +272077,7 @@
}
},
{
- "id": 24034,
+ "id": 24578,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265957,7 +272086,7 @@
}
},
{
- "id": 24035,
+ "id": 24579,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265966,7 +272095,7 @@
}
},
{
- "id": 24036,
+ "id": 24580,
"properties": {
"facing": "north",
"half": "bottom",
@@ -265975,7 +272104,7 @@
}
},
{
- "id": 24037,
+ "id": 24581,
"properties": {
"facing": "south",
"half": "top",
@@ -265984,7 +272113,7 @@
}
},
{
- "id": 24038,
+ "id": 24582,
"properties": {
"facing": "south",
"half": "top",
@@ -265993,7 +272122,7 @@
}
},
{
- "id": 24039,
+ "id": 24583,
"properties": {
"facing": "south",
"half": "top",
@@ -266002,7 +272131,7 @@
}
},
{
- "id": 24040,
+ "id": 24584,
"properties": {
"facing": "south",
"half": "top",
@@ -266011,7 +272140,7 @@
}
},
{
- "id": 24041,
+ "id": 24585,
"properties": {
"facing": "south",
"half": "top",
@@ -266020,7 +272149,7 @@
}
},
{
- "id": 24042,
+ "id": 24586,
"properties": {
"facing": "south",
"half": "top",
@@ -266029,7 +272158,7 @@
}
},
{
- "id": 24043,
+ "id": 24587,
"properties": {
"facing": "south",
"half": "top",
@@ -266038,7 +272167,7 @@
}
},
{
- "id": 24044,
+ "id": 24588,
"properties": {
"facing": "south",
"half": "top",
@@ -266047,7 +272176,7 @@
}
},
{
- "id": 24045,
+ "id": 24589,
"properties": {
"facing": "south",
"half": "top",
@@ -266056,7 +272185,7 @@
}
},
{
- "id": 24046,
+ "id": 24590,
"properties": {
"facing": "south",
"half": "top",
@@ -266065,7 +272194,7 @@
}
},
{
- "id": 24047,
+ "id": 24591,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266074,7 +272203,7 @@
}
},
{
- "id": 24048,
+ "id": 24592,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266083,7 +272212,7 @@
}
},
{
- "id": 24049,
+ "id": 24593,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266092,7 +272221,7 @@
}
},
{
- "id": 24050,
+ "id": 24594,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266101,7 +272230,7 @@
}
},
{
- "id": 24051,
+ "id": 24595,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266110,7 +272239,7 @@
}
},
{
- "id": 24052,
+ "id": 24596,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266119,7 +272248,7 @@
}
},
{
- "id": 24053,
+ "id": 24597,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266128,7 +272257,7 @@
}
},
{
- "id": 24054,
+ "id": 24598,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266137,7 +272266,7 @@
}
},
{
- "id": 24055,
+ "id": 24599,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266146,7 +272275,7 @@
}
},
{
- "id": 24056,
+ "id": 24600,
"properties": {
"facing": "south",
"half": "bottom",
@@ -266155,7 +272284,7 @@
}
},
{
- "id": 24057,
+ "id": 24601,
"properties": {
"facing": "west",
"half": "top",
@@ -266164,7 +272293,7 @@
}
},
{
- "id": 24058,
+ "id": 24602,
"properties": {
"facing": "west",
"half": "top",
@@ -266173,7 +272302,7 @@
}
},
{
- "id": 24059,
+ "id": 24603,
"properties": {
"facing": "west",
"half": "top",
@@ -266182,7 +272311,7 @@
}
},
{
- "id": 24060,
+ "id": 24604,
"properties": {
"facing": "west",
"half": "top",
@@ -266191,7 +272320,7 @@
}
},
{
- "id": 24061,
+ "id": 24605,
"properties": {
"facing": "west",
"half": "top",
@@ -266200,7 +272329,7 @@
}
},
{
- "id": 24062,
+ "id": 24606,
"properties": {
"facing": "west",
"half": "top",
@@ -266209,7 +272338,7 @@
}
},
{
- "id": 24063,
+ "id": 24607,
"properties": {
"facing": "west",
"half": "top",
@@ -266218,7 +272347,7 @@
}
},
{
- "id": 24064,
+ "id": 24608,
"properties": {
"facing": "west",
"half": "top",
@@ -266227,7 +272356,7 @@
}
},
{
- "id": 24065,
+ "id": 24609,
"properties": {
"facing": "west",
"half": "top",
@@ -266236,7 +272365,7 @@
}
},
{
- "id": 24066,
+ "id": 24610,
"properties": {
"facing": "west",
"half": "top",
@@ -266245,7 +272374,7 @@
}
},
{
- "id": 24067,
+ "id": 24611,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266254,7 +272383,7 @@
}
},
{
- "id": 24068,
+ "id": 24612,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266263,7 +272392,7 @@
}
},
{
- "id": 24069,
+ "id": 24613,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266272,7 +272401,7 @@
}
},
{
- "id": 24070,
+ "id": 24614,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266281,7 +272410,7 @@
}
},
{
- "id": 24071,
+ "id": 24615,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266290,7 +272419,7 @@
}
},
{
- "id": 24072,
+ "id": 24616,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266299,7 +272428,7 @@
}
},
{
- "id": 24073,
+ "id": 24617,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266308,7 +272437,7 @@
}
},
{
- "id": 24074,
+ "id": 24618,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266317,7 +272446,7 @@
}
},
{
- "id": 24075,
+ "id": 24619,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266326,7 +272455,7 @@
}
},
{
- "id": 24076,
+ "id": 24620,
"properties": {
"facing": "west",
"half": "bottom",
@@ -266335,7 +272464,7 @@
}
},
{
- "id": 24077,
+ "id": 24621,
"properties": {
"facing": "east",
"half": "top",
@@ -266344,7 +272473,7 @@
}
},
{
- "id": 24078,
+ "id": 24622,
"properties": {
"facing": "east",
"half": "top",
@@ -266353,7 +272482,7 @@
}
},
{
- "id": 24079,
+ "id": 24623,
"properties": {
"facing": "east",
"half": "top",
@@ -266362,7 +272491,7 @@
}
},
{
- "id": 24080,
+ "id": 24624,
"properties": {
"facing": "east",
"half": "top",
@@ -266371,7 +272500,7 @@
}
},
{
- "id": 24081,
+ "id": 24625,
"properties": {
"facing": "east",
"half": "top",
@@ -266380,7 +272509,7 @@
}
},
{
- "id": 24082,
+ "id": 24626,
"properties": {
"facing": "east",
"half": "top",
@@ -266389,7 +272518,7 @@
}
},
{
- "id": 24083,
+ "id": 24627,
"properties": {
"facing": "east",
"half": "top",
@@ -266398,7 +272527,7 @@
}
},
{
- "id": 24084,
+ "id": 24628,
"properties": {
"facing": "east",
"half": "top",
@@ -266407,7 +272536,7 @@
}
},
{
- "id": 24085,
+ "id": 24629,
"properties": {
"facing": "east",
"half": "top",
@@ -266416,7 +272545,7 @@
}
},
{
- "id": 24086,
+ "id": 24630,
"properties": {
"facing": "east",
"half": "top",
@@ -266425,7 +272554,7 @@
}
},
{
- "id": 24087,
+ "id": 24631,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266434,7 +272563,7 @@
}
},
{
- "id": 24088,
+ "id": 24632,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266443,7 +272572,7 @@
}
},
{
- "id": 24089,
+ "id": 24633,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266452,7 +272581,7 @@
}
},
{
- "id": 24090,
+ "id": 24634,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266461,7 +272590,7 @@
}
},
{
- "id": 24091,
+ "id": 24635,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266470,7 +272599,7 @@
}
},
{
- "id": 24092,
+ "id": 24636,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266479,7 +272608,7 @@
}
},
{
- "id": 24093,
+ "id": 24637,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266488,7 +272617,7 @@
}
},
{
- "id": 24094,
+ "id": 24638,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266497,7 +272626,7 @@
}
},
{
- "id": 24095,
+ "id": 24639,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266506,7 +272635,7 @@
}
},
{
- "id": 24096,
+ "id": 24640,
"properties": {
"facing": "east",
"half": "bottom",
@@ -266524,7 +272653,7 @@
"states": [
{
"default": true,
- "id": 23423
+ "id": 23967
}
]
},
@@ -266536,7 +272665,7 @@
"states": [
{
"default": true,
- "id": 23771
+ "id": 24315
}
]
},
@@ -266557,21 +272686,21 @@
},
"states": [
{
- "id": 25181,
+ "id": 25725,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25182,
+ "id": 25726,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25183,
+ "id": 25727,
"properties": {
"lit": "false",
"powered": "true"
@@ -266579,7 +272708,7 @@
},
{
"default": true,
- "id": 25184,
+ "id": 25728,
"properties": {
"lit": "false",
"powered": "false"
@@ -266619,7 +272748,7 @@
},
"states": [
{
- "id": 24441,
+ "id": 24985,
"properties": {
"facing": "north",
"half": "upper",
@@ -266629,7 +272758,7 @@
}
},
{
- "id": 24442,
+ "id": 24986,
"properties": {
"facing": "north",
"half": "upper",
@@ -266639,7 +272768,7 @@
}
},
{
- "id": 24443,
+ "id": 24987,
"properties": {
"facing": "north",
"half": "upper",
@@ -266649,7 +272778,7 @@
}
},
{
- "id": 24444,
+ "id": 24988,
"properties": {
"facing": "north",
"half": "upper",
@@ -266659,7 +272788,7 @@
}
},
{
- "id": 24445,
+ "id": 24989,
"properties": {
"facing": "north",
"half": "upper",
@@ -266669,7 +272798,7 @@
}
},
{
- "id": 24446,
+ "id": 24990,
"properties": {
"facing": "north",
"half": "upper",
@@ -266679,7 +272808,7 @@
}
},
{
- "id": 24447,
+ "id": 24991,
"properties": {
"facing": "north",
"half": "upper",
@@ -266689,7 +272818,7 @@
}
},
{
- "id": 24448,
+ "id": 24992,
"properties": {
"facing": "north",
"half": "upper",
@@ -266699,7 +272828,7 @@
}
},
{
- "id": 24449,
+ "id": 24993,
"properties": {
"facing": "north",
"half": "lower",
@@ -266709,7 +272838,7 @@
}
},
{
- "id": 24450,
+ "id": 24994,
"properties": {
"facing": "north",
"half": "lower",
@@ -266719,7 +272848,7 @@
}
},
{
- "id": 24451,
+ "id": 24995,
"properties": {
"facing": "north",
"half": "lower",
@@ -266730,7 +272859,7 @@
},
{
"default": true,
- "id": 24452,
+ "id": 24996,
"properties": {
"facing": "north",
"half": "lower",
@@ -266740,7 +272869,7 @@
}
},
{
- "id": 24453,
+ "id": 24997,
"properties": {
"facing": "north",
"half": "lower",
@@ -266750,7 +272879,7 @@
}
},
{
- "id": 24454,
+ "id": 24998,
"properties": {
"facing": "north",
"half": "lower",
@@ -266760,7 +272889,7 @@
}
},
{
- "id": 24455,
+ "id": 24999,
"properties": {
"facing": "north",
"half": "lower",
@@ -266770,7 +272899,7 @@
}
},
{
- "id": 24456,
+ "id": 25000,
"properties": {
"facing": "north",
"half": "lower",
@@ -266780,7 +272909,7 @@
}
},
{
- "id": 24457,
+ "id": 25001,
"properties": {
"facing": "south",
"half": "upper",
@@ -266790,7 +272919,7 @@
}
},
{
- "id": 24458,
+ "id": 25002,
"properties": {
"facing": "south",
"half": "upper",
@@ -266800,7 +272929,7 @@
}
},
{
- "id": 24459,
+ "id": 25003,
"properties": {
"facing": "south",
"half": "upper",
@@ -266810,7 +272939,7 @@
}
},
{
- "id": 24460,
+ "id": 25004,
"properties": {
"facing": "south",
"half": "upper",
@@ -266820,7 +272949,7 @@
}
},
{
- "id": 24461,
+ "id": 25005,
"properties": {
"facing": "south",
"half": "upper",
@@ -266830,7 +272959,7 @@
}
},
{
- "id": 24462,
+ "id": 25006,
"properties": {
"facing": "south",
"half": "upper",
@@ -266840,7 +272969,7 @@
}
},
{
- "id": 24463,
+ "id": 25007,
"properties": {
"facing": "south",
"half": "upper",
@@ -266850,7 +272979,7 @@
}
},
{
- "id": 24464,
+ "id": 25008,
"properties": {
"facing": "south",
"half": "upper",
@@ -266860,7 +272989,7 @@
}
},
{
- "id": 24465,
+ "id": 25009,
"properties": {
"facing": "south",
"half": "lower",
@@ -266870,7 +272999,7 @@
}
},
{
- "id": 24466,
+ "id": 25010,
"properties": {
"facing": "south",
"half": "lower",
@@ -266880,7 +273009,7 @@
}
},
{
- "id": 24467,
+ "id": 25011,
"properties": {
"facing": "south",
"half": "lower",
@@ -266890,7 +273019,7 @@
}
},
{
- "id": 24468,
+ "id": 25012,
"properties": {
"facing": "south",
"half": "lower",
@@ -266900,7 +273029,7 @@
}
},
{
- "id": 24469,
+ "id": 25013,
"properties": {
"facing": "south",
"half": "lower",
@@ -266910,7 +273039,7 @@
}
},
{
- "id": 24470,
+ "id": 25014,
"properties": {
"facing": "south",
"half": "lower",
@@ -266920,7 +273049,7 @@
}
},
{
- "id": 24471,
+ "id": 25015,
"properties": {
"facing": "south",
"half": "lower",
@@ -266930,7 +273059,7 @@
}
},
{
- "id": 24472,
+ "id": 25016,
"properties": {
"facing": "south",
"half": "lower",
@@ -266940,7 +273069,7 @@
}
},
{
- "id": 24473,
+ "id": 25017,
"properties": {
"facing": "west",
"half": "upper",
@@ -266950,7 +273079,7 @@
}
},
{
- "id": 24474,
+ "id": 25018,
"properties": {
"facing": "west",
"half": "upper",
@@ -266960,7 +273089,7 @@
}
},
{
- "id": 24475,
+ "id": 25019,
"properties": {
"facing": "west",
"half": "upper",
@@ -266970,7 +273099,7 @@
}
},
{
- "id": 24476,
+ "id": 25020,
"properties": {
"facing": "west",
"half": "upper",
@@ -266980,7 +273109,7 @@
}
},
{
- "id": 24477,
+ "id": 25021,
"properties": {
"facing": "west",
"half": "upper",
@@ -266990,7 +273119,7 @@
}
},
{
- "id": 24478,
+ "id": 25022,
"properties": {
"facing": "west",
"half": "upper",
@@ -267000,7 +273129,7 @@
}
},
{
- "id": 24479,
+ "id": 25023,
"properties": {
"facing": "west",
"half": "upper",
@@ -267010,7 +273139,7 @@
}
},
{
- "id": 24480,
+ "id": 25024,
"properties": {
"facing": "west",
"half": "upper",
@@ -267020,7 +273149,7 @@
}
},
{
- "id": 24481,
+ "id": 25025,
"properties": {
"facing": "west",
"half": "lower",
@@ -267030,7 +273159,7 @@
}
},
{
- "id": 24482,
+ "id": 25026,
"properties": {
"facing": "west",
"half": "lower",
@@ -267040,7 +273169,7 @@
}
},
{
- "id": 24483,
+ "id": 25027,
"properties": {
"facing": "west",
"half": "lower",
@@ -267050,7 +273179,7 @@
}
},
{
- "id": 24484,
+ "id": 25028,
"properties": {
"facing": "west",
"half": "lower",
@@ -267060,7 +273189,7 @@
}
},
{
- "id": 24485,
+ "id": 25029,
"properties": {
"facing": "west",
"half": "lower",
@@ -267070,7 +273199,7 @@
}
},
{
- "id": 24486,
+ "id": 25030,
"properties": {
"facing": "west",
"half": "lower",
@@ -267080,7 +273209,7 @@
}
},
{
- "id": 24487,
+ "id": 25031,
"properties": {
"facing": "west",
"half": "lower",
@@ -267090,7 +273219,7 @@
}
},
{
- "id": 24488,
+ "id": 25032,
"properties": {
"facing": "west",
"half": "lower",
@@ -267100,7 +273229,7 @@
}
},
{
- "id": 24489,
+ "id": 25033,
"properties": {
"facing": "east",
"half": "upper",
@@ -267110,7 +273239,7 @@
}
},
{
- "id": 24490,
+ "id": 25034,
"properties": {
"facing": "east",
"half": "upper",
@@ -267120,7 +273249,7 @@
}
},
{
- "id": 24491,
+ "id": 25035,
"properties": {
"facing": "east",
"half": "upper",
@@ -267130,7 +273259,7 @@
}
},
{
- "id": 24492,
+ "id": 25036,
"properties": {
"facing": "east",
"half": "upper",
@@ -267140,7 +273269,7 @@
}
},
{
- "id": 24493,
+ "id": 25037,
"properties": {
"facing": "east",
"half": "upper",
@@ -267150,7 +273279,7 @@
}
},
{
- "id": 24494,
+ "id": 25038,
"properties": {
"facing": "east",
"half": "upper",
@@ -267160,7 +273289,7 @@
}
},
{
- "id": 24495,
+ "id": 25039,
"properties": {
"facing": "east",
"half": "upper",
@@ -267170,7 +273299,7 @@
}
},
{
- "id": 24496,
+ "id": 25040,
"properties": {
"facing": "east",
"half": "upper",
@@ -267180,7 +273309,7 @@
}
},
{
- "id": 24497,
+ "id": 25041,
"properties": {
"facing": "east",
"half": "lower",
@@ -267190,7 +273319,7 @@
}
},
{
- "id": 24498,
+ "id": 25042,
"properties": {
"facing": "east",
"half": "lower",
@@ -267200,7 +273329,7 @@
}
},
{
- "id": 24499,
+ "id": 25043,
"properties": {
"facing": "east",
"half": "lower",
@@ -267210,7 +273339,7 @@
}
},
{
- "id": 24500,
+ "id": 25044,
"properties": {
"facing": "east",
"half": "lower",
@@ -267220,7 +273349,7 @@
}
},
{
- "id": 24501,
+ "id": 25045,
"properties": {
"facing": "east",
"half": "lower",
@@ -267230,7 +273359,7 @@
}
},
{
- "id": 24502,
+ "id": 25046,
"properties": {
"facing": "east",
"half": "lower",
@@ -267240,7 +273369,7 @@
}
},
{
- "id": 24503,
+ "id": 25047,
"properties": {
"facing": "east",
"half": "lower",
@@ -267250,7 +273379,7 @@
}
},
{
- "id": 24504,
+ "id": 25048,
"properties": {
"facing": "east",
"half": "lower",
@@ -267274,14 +273403,14 @@
},
"states": [
{
- "id": 25155,
+ "id": 25699,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25156,
+ "id": 25700,
"properties": {
"waterlogged": "false"
}
@@ -267320,7 +273449,7 @@
},
"states": [
{
- "id": 24953,
+ "id": 25497,
"properties": {
"facing": "north",
"half": "top",
@@ -267330,7 +273459,7 @@
}
},
{
- "id": 24954,
+ "id": 25498,
"properties": {
"facing": "north",
"half": "top",
@@ -267340,7 +273469,7 @@
}
},
{
- "id": 24955,
+ "id": 25499,
"properties": {
"facing": "north",
"half": "top",
@@ -267350,7 +273479,7 @@
}
},
{
- "id": 24956,
+ "id": 25500,
"properties": {
"facing": "north",
"half": "top",
@@ -267360,7 +273489,7 @@
}
},
{
- "id": 24957,
+ "id": 25501,
"properties": {
"facing": "north",
"half": "top",
@@ -267370,7 +273499,7 @@
}
},
{
- "id": 24958,
+ "id": 25502,
"properties": {
"facing": "north",
"half": "top",
@@ -267380,7 +273509,7 @@
}
},
{
- "id": 24959,
+ "id": 25503,
"properties": {
"facing": "north",
"half": "top",
@@ -267390,7 +273519,7 @@
}
},
{
- "id": 24960,
+ "id": 25504,
"properties": {
"facing": "north",
"half": "top",
@@ -267400,7 +273529,7 @@
}
},
{
- "id": 24961,
+ "id": 25505,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267410,7 +273539,7 @@
}
},
{
- "id": 24962,
+ "id": 25506,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267420,7 +273549,7 @@
}
},
{
- "id": 24963,
+ "id": 25507,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267430,7 +273559,7 @@
}
},
{
- "id": 24964,
+ "id": 25508,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267440,7 +273569,7 @@
}
},
{
- "id": 24965,
+ "id": 25509,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267450,7 +273579,7 @@
}
},
{
- "id": 24966,
+ "id": 25510,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267460,7 +273589,7 @@
}
},
{
- "id": 24967,
+ "id": 25511,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267471,7 +273600,7 @@
},
{
"default": true,
- "id": 24968,
+ "id": 25512,
"properties": {
"facing": "north",
"half": "bottom",
@@ -267481,7 +273610,7 @@
}
},
{
- "id": 24969,
+ "id": 25513,
"properties": {
"facing": "south",
"half": "top",
@@ -267491,7 +273620,7 @@
}
},
{
- "id": 24970,
+ "id": 25514,
"properties": {
"facing": "south",
"half": "top",
@@ -267501,7 +273630,7 @@
}
},
{
- "id": 24971,
+ "id": 25515,
"properties": {
"facing": "south",
"half": "top",
@@ -267511,7 +273640,7 @@
}
},
{
- "id": 24972,
+ "id": 25516,
"properties": {
"facing": "south",
"half": "top",
@@ -267521,7 +273650,7 @@
}
},
{
- "id": 24973,
+ "id": 25517,
"properties": {
"facing": "south",
"half": "top",
@@ -267531,7 +273660,7 @@
}
},
{
- "id": 24974,
+ "id": 25518,
"properties": {
"facing": "south",
"half": "top",
@@ -267541,7 +273670,7 @@
}
},
{
- "id": 24975,
+ "id": 25519,
"properties": {
"facing": "south",
"half": "top",
@@ -267551,7 +273680,7 @@
}
},
{
- "id": 24976,
+ "id": 25520,
"properties": {
"facing": "south",
"half": "top",
@@ -267561,7 +273690,7 @@
}
},
{
- "id": 24977,
+ "id": 25521,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267571,7 +273700,7 @@
}
},
{
- "id": 24978,
+ "id": 25522,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267581,7 +273710,7 @@
}
},
{
- "id": 24979,
+ "id": 25523,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267591,7 +273720,7 @@
}
},
{
- "id": 24980,
+ "id": 25524,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267601,7 +273730,7 @@
}
},
{
- "id": 24981,
+ "id": 25525,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267611,7 +273740,7 @@
}
},
{
- "id": 24982,
+ "id": 25526,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267621,7 +273750,7 @@
}
},
{
- "id": 24983,
+ "id": 25527,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267631,7 +273760,7 @@
}
},
{
- "id": 24984,
+ "id": 25528,
"properties": {
"facing": "south",
"half": "bottom",
@@ -267641,7 +273770,7 @@
}
},
{
- "id": 24985,
+ "id": 25529,
"properties": {
"facing": "west",
"half": "top",
@@ -267651,7 +273780,7 @@
}
},
{
- "id": 24986,
+ "id": 25530,
"properties": {
"facing": "west",
"half": "top",
@@ -267661,7 +273790,7 @@
}
},
{
- "id": 24987,
+ "id": 25531,
"properties": {
"facing": "west",
"half": "top",
@@ -267671,7 +273800,7 @@
}
},
{
- "id": 24988,
+ "id": 25532,
"properties": {
"facing": "west",
"half": "top",
@@ -267681,7 +273810,7 @@
}
},
{
- "id": 24989,
+ "id": 25533,
"properties": {
"facing": "west",
"half": "top",
@@ -267691,7 +273820,7 @@
}
},
{
- "id": 24990,
+ "id": 25534,
"properties": {
"facing": "west",
"half": "top",
@@ -267701,7 +273830,7 @@
}
},
{
- "id": 24991,
+ "id": 25535,
"properties": {
"facing": "west",
"half": "top",
@@ -267711,7 +273840,7 @@
}
},
{
- "id": 24992,
+ "id": 25536,
"properties": {
"facing": "west",
"half": "top",
@@ -267721,7 +273850,7 @@
}
},
{
- "id": 24993,
+ "id": 25537,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267731,7 +273860,7 @@
}
},
{
- "id": 24994,
+ "id": 25538,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267741,7 +273870,7 @@
}
},
{
- "id": 24995,
+ "id": 25539,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267751,7 +273880,7 @@
}
},
{
- "id": 24996,
+ "id": 25540,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267761,7 +273890,7 @@
}
},
{
- "id": 24997,
+ "id": 25541,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267771,7 +273900,7 @@
}
},
{
- "id": 24998,
+ "id": 25542,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267781,7 +273910,7 @@
}
},
{
- "id": 24999,
+ "id": 25543,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267791,7 +273920,7 @@
}
},
{
- "id": 25000,
+ "id": 25544,
"properties": {
"facing": "west",
"half": "bottom",
@@ -267801,7 +273930,7 @@
}
},
{
- "id": 25001,
+ "id": 25545,
"properties": {
"facing": "east",
"half": "top",
@@ -267811,7 +273940,7 @@
}
},
{
- "id": 25002,
+ "id": 25546,
"properties": {
"facing": "east",
"half": "top",
@@ -267821,7 +273950,7 @@
}
},
{
- "id": 25003,
+ "id": 25547,
"properties": {
"facing": "east",
"half": "top",
@@ -267831,7 +273960,7 @@
}
},
{
- "id": 25004,
+ "id": 25548,
"properties": {
"facing": "east",
"half": "top",
@@ -267841,7 +273970,7 @@
}
},
{
- "id": 25005,
+ "id": 25549,
"properties": {
"facing": "east",
"half": "top",
@@ -267851,7 +273980,7 @@
}
},
{
- "id": 25006,
+ "id": 25550,
"properties": {
"facing": "east",
"half": "top",
@@ -267861,7 +273990,7 @@
}
},
{
- "id": 25007,
+ "id": 25551,
"properties": {
"facing": "east",
"half": "top",
@@ -267871,7 +274000,7 @@
}
},
{
- "id": 25008,
+ "id": 25552,
"properties": {
"facing": "east",
"half": "top",
@@ -267881,7 +274010,7 @@
}
},
{
- "id": 25009,
+ "id": 25553,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267891,7 +274020,7 @@
}
},
{
- "id": 25010,
+ "id": 25554,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267901,7 +274030,7 @@
}
},
{
- "id": 25011,
+ "id": 25555,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267911,7 +274040,7 @@
}
},
{
- "id": 25012,
+ "id": 25556,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267921,7 +274050,7 @@
}
},
{
- "id": 25013,
+ "id": 25557,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267931,7 +274060,7 @@
}
},
{
- "id": 25014,
+ "id": 25558,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267941,7 +274070,7 @@
}
},
{
- "id": 25015,
+ "id": 25559,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267951,7 +274080,7 @@
}
},
{
- "id": 25016,
+ "id": 25560,
"properties": {
"facing": "east",
"half": "bottom",
@@ -267970,7 +274099,7 @@
"states": [
{
"default": true,
- "id": 23775
+ "id": 24319
}
]
},
@@ -267992,21 +274121,21 @@
},
"states": [
{
- "id": 24109,
+ "id": 24653,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24110,
+ "id": 24654,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24111,
+ "id": 24655,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -268014,21 +274143,21 @@
},
{
"default": true,
- "id": 24112,
+ "id": 24656,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24113,
+ "id": 24657,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24114,
+ "id": 24658,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -268069,7 +274198,7 @@
},
"states": [
{
- "id": 23937,
+ "id": 24481,
"properties": {
"facing": "north",
"half": "top",
@@ -268078,7 +274207,7 @@
}
},
{
- "id": 23938,
+ "id": 24482,
"properties": {
"facing": "north",
"half": "top",
@@ -268087,7 +274216,7 @@
}
},
{
- "id": 23939,
+ "id": 24483,
"properties": {
"facing": "north",
"half": "top",
@@ -268096,7 +274225,7 @@
}
},
{
- "id": 23940,
+ "id": 24484,
"properties": {
"facing": "north",
"half": "top",
@@ -268105,7 +274234,7 @@
}
},
{
- "id": 23941,
+ "id": 24485,
"properties": {
"facing": "north",
"half": "top",
@@ -268114,7 +274243,7 @@
}
},
{
- "id": 23942,
+ "id": 24486,
"properties": {
"facing": "north",
"half": "top",
@@ -268123,7 +274252,7 @@
}
},
{
- "id": 23943,
+ "id": 24487,
"properties": {
"facing": "north",
"half": "top",
@@ -268132,7 +274261,7 @@
}
},
{
- "id": 23944,
+ "id": 24488,
"properties": {
"facing": "north",
"half": "top",
@@ -268141,7 +274270,7 @@
}
},
{
- "id": 23945,
+ "id": 24489,
"properties": {
"facing": "north",
"half": "top",
@@ -268150,7 +274279,7 @@
}
},
{
- "id": 23946,
+ "id": 24490,
"properties": {
"facing": "north",
"half": "top",
@@ -268159,7 +274288,7 @@
}
},
{
- "id": 23947,
+ "id": 24491,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268169,7 +274298,7 @@
},
{
"default": true,
- "id": 23948,
+ "id": 24492,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268178,7 +274307,7 @@
}
},
{
- "id": 23949,
+ "id": 24493,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268187,7 +274316,7 @@
}
},
{
- "id": 23950,
+ "id": 24494,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268196,7 +274325,7 @@
}
},
{
- "id": 23951,
+ "id": 24495,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268205,7 +274334,7 @@
}
},
{
- "id": 23952,
+ "id": 24496,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268214,7 +274343,7 @@
}
},
{
- "id": 23953,
+ "id": 24497,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268223,7 +274352,7 @@
}
},
{
- "id": 23954,
+ "id": 24498,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268232,7 +274361,7 @@
}
},
{
- "id": 23955,
+ "id": 24499,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268241,7 +274370,7 @@
}
},
{
- "id": 23956,
+ "id": 24500,
"properties": {
"facing": "north",
"half": "bottom",
@@ -268250,7 +274379,7 @@
}
},
{
- "id": 23957,
+ "id": 24501,
"properties": {
"facing": "south",
"half": "top",
@@ -268259,7 +274388,7 @@
}
},
{
- "id": 23958,
+ "id": 24502,
"properties": {
"facing": "south",
"half": "top",
@@ -268268,7 +274397,7 @@
}
},
{
- "id": 23959,
+ "id": 24503,
"properties": {
"facing": "south",
"half": "top",
@@ -268277,7 +274406,7 @@
}
},
{
- "id": 23960,
+ "id": 24504,
"properties": {
"facing": "south",
"half": "top",
@@ -268286,7 +274415,7 @@
}
},
{
- "id": 23961,
+ "id": 24505,
"properties": {
"facing": "south",
"half": "top",
@@ -268295,7 +274424,7 @@
}
},
{
- "id": 23962,
+ "id": 24506,
"properties": {
"facing": "south",
"half": "top",
@@ -268304,7 +274433,7 @@
}
},
{
- "id": 23963,
+ "id": 24507,
"properties": {
"facing": "south",
"half": "top",
@@ -268313,7 +274442,7 @@
}
},
{
- "id": 23964,
+ "id": 24508,
"properties": {
"facing": "south",
"half": "top",
@@ -268322,7 +274451,7 @@
}
},
{
- "id": 23965,
+ "id": 24509,
"properties": {
"facing": "south",
"half": "top",
@@ -268331,7 +274460,7 @@
}
},
{
- "id": 23966,
+ "id": 24510,
"properties": {
"facing": "south",
"half": "top",
@@ -268340,7 +274469,7 @@
}
},
{
- "id": 23967,
+ "id": 24511,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268349,7 +274478,7 @@
}
},
{
- "id": 23968,
+ "id": 24512,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268358,7 +274487,7 @@
}
},
{
- "id": 23969,
+ "id": 24513,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268367,7 +274496,7 @@
}
},
{
- "id": 23970,
+ "id": 24514,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268376,7 +274505,7 @@
}
},
{
- "id": 23971,
+ "id": 24515,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268385,7 +274514,7 @@
}
},
{
- "id": 23972,
+ "id": 24516,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268394,7 +274523,7 @@
}
},
{
- "id": 23973,
+ "id": 24517,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268403,7 +274532,7 @@
}
},
{
- "id": 23974,
+ "id": 24518,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268412,7 +274541,7 @@
}
},
{
- "id": 23975,
+ "id": 24519,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268421,7 +274550,7 @@
}
},
{
- "id": 23976,
+ "id": 24520,
"properties": {
"facing": "south",
"half": "bottom",
@@ -268430,7 +274559,7 @@
}
},
{
- "id": 23977,
+ "id": 24521,
"properties": {
"facing": "west",
"half": "top",
@@ -268439,7 +274568,7 @@
}
},
{
- "id": 23978,
+ "id": 24522,
"properties": {
"facing": "west",
"half": "top",
@@ -268448,7 +274577,7 @@
}
},
{
- "id": 23979,
+ "id": 24523,
"properties": {
"facing": "west",
"half": "top",
@@ -268457,7 +274586,7 @@
}
},
{
- "id": 23980,
+ "id": 24524,
"properties": {
"facing": "west",
"half": "top",
@@ -268466,7 +274595,7 @@
}
},
{
- "id": 23981,
+ "id": 24525,
"properties": {
"facing": "west",
"half": "top",
@@ -268475,7 +274604,7 @@
}
},
{
- "id": 23982,
+ "id": 24526,
"properties": {
"facing": "west",
"half": "top",
@@ -268484,7 +274613,7 @@
}
},
{
- "id": 23983,
+ "id": 24527,
"properties": {
"facing": "west",
"half": "top",
@@ -268493,7 +274622,7 @@
}
},
{
- "id": 23984,
+ "id": 24528,
"properties": {
"facing": "west",
"half": "top",
@@ -268502,7 +274631,7 @@
}
},
{
- "id": 23985,
+ "id": 24529,
"properties": {
"facing": "west",
"half": "top",
@@ -268511,7 +274640,7 @@
}
},
{
- "id": 23986,
+ "id": 24530,
"properties": {
"facing": "west",
"half": "top",
@@ -268520,7 +274649,7 @@
}
},
{
- "id": 23987,
+ "id": 24531,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268529,7 +274658,7 @@
}
},
{
- "id": 23988,
+ "id": 24532,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268538,7 +274667,7 @@
}
},
{
- "id": 23989,
+ "id": 24533,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268547,7 +274676,7 @@
}
},
{
- "id": 23990,
+ "id": 24534,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268556,7 +274685,7 @@
}
},
{
- "id": 23991,
+ "id": 24535,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268565,7 +274694,7 @@
}
},
{
- "id": 23992,
+ "id": 24536,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268574,7 +274703,7 @@
}
},
{
- "id": 23993,
+ "id": 24537,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268583,7 +274712,7 @@
}
},
{
- "id": 23994,
+ "id": 24538,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268592,7 +274721,7 @@
}
},
{
- "id": 23995,
+ "id": 24539,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268601,7 +274730,7 @@
}
},
{
- "id": 23996,
+ "id": 24540,
"properties": {
"facing": "west",
"half": "bottom",
@@ -268610,7 +274739,7 @@
}
},
{
- "id": 23997,
+ "id": 24541,
"properties": {
"facing": "east",
"half": "top",
@@ -268619,7 +274748,7 @@
}
},
{
- "id": 23998,
+ "id": 24542,
"properties": {
"facing": "east",
"half": "top",
@@ -268628,7 +274757,7 @@
}
},
{
- "id": 23999,
+ "id": 24543,
"properties": {
"facing": "east",
"half": "top",
@@ -268637,7 +274766,7 @@
}
},
{
- "id": 24000,
+ "id": 24544,
"properties": {
"facing": "east",
"half": "top",
@@ -268646,7 +274775,7 @@
}
},
{
- "id": 24001,
+ "id": 24545,
"properties": {
"facing": "east",
"half": "top",
@@ -268655,7 +274784,7 @@
}
},
{
- "id": 24002,
+ "id": 24546,
"properties": {
"facing": "east",
"half": "top",
@@ -268664,7 +274793,7 @@
}
},
{
- "id": 24003,
+ "id": 24547,
"properties": {
"facing": "east",
"half": "top",
@@ -268673,7 +274802,7 @@
}
},
{
- "id": 24004,
+ "id": 24548,
"properties": {
"facing": "east",
"half": "top",
@@ -268682,7 +274811,7 @@
}
},
{
- "id": 24005,
+ "id": 24549,
"properties": {
"facing": "east",
"half": "top",
@@ -268691,7 +274820,7 @@
}
},
{
- "id": 24006,
+ "id": 24550,
"properties": {
"facing": "east",
"half": "top",
@@ -268700,7 +274829,7 @@
}
},
{
- "id": 24007,
+ "id": 24551,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268709,7 +274838,7 @@
}
},
{
- "id": 24008,
+ "id": 24552,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268718,7 +274847,7 @@
}
},
{
- "id": 24009,
+ "id": 24553,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268727,7 +274856,7 @@
}
},
{
- "id": 24010,
+ "id": 24554,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268736,7 +274865,7 @@
}
},
{
- "id": 24011,
+ "id": 24555,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268745,7 +274874,7 @@
}
},
{
- "id": 24012,
+ "id": 24556,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268754,7 +274883,7 @@
}
},
{
- "id": 24013,
+ "id": 24557,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268763,7 +274892,7 @@
}
},
{
- "id": 24014,
+ "id": 24558,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268772,7 +274901,7 @@
}
},
{
- "id": 24015,
+ "id": 24559,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268781,7 +274910,7 @@
}
},
{
- "id": 24016,
+ "id": 24560,
"properties": {
"facing": "east",
"half": "bottom",
@@ -268799,7 +274928,7 @@
"states": [
{
"default": true,
- "id": 23421
+ "id": 23965
}
]
},
@@ -268811,7 +274940,7 @@
"states": [
{
"default": true,
- "id": 23772
+ "id": 24316
}
]
},
@@ -268832,21 +274961,21 @@
},
"states": [
{
- "id": 25189,
+ "id": 25733,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25190,
+ "id": 25734,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25191,
+ "id": 25735,
"properties": {
"lit": "false",
"powered": "true"
@@ -268854,7 +274983,7 @@
},
{
"default": true,
- "id": 25192,
+ "id": 25736,
"properties": {
"lit": "false",
"powered": "false"
@@ -268894,7 +275023,7 @@
},
"states": [
{
- "id": 24505,
+ "id": 25049,
"properties": {
"facing": "north",
"half": "upper",
@@ -268904,7 +275033,7 @@
}
},
{
- "id": 24506,
+ "id": 25050,
"properties": {
"facing": "north",
"half": "upper",
@@ -268914,7 +275043,7 @@
}
},
{
- "id": 24507,
+ "id": 25051,
"properties": {
"facing": "north",
"half": "upper",
@@ -268924,7 +275053,7 @@
}
},
{
- "id": 24508,
+ "id": 25052,
"properties": {
"facing": "north",
"half": "upper",
@@ -268934,7 +275063,7 @@
}
},
{
- "id": 24509,
+ "id": 25053,
"properties": {
"facing": "north",
"half": "upper",
@@ -268944,7 +275073,7 @@
}
},
{
- "id": 24510,
+ "id": 25054,
"properties": {
"facing": "north",
"half": "upper",
@@ -268954,7 +275083,7 @@
}
},
{
- "id": 24511,
+ "id": 25055,
"properties": {
"facing": "north",
"half": "upper",
@@ -268964,7 +275093,7 @@
}
},
{
- "id": 24512,
+ "id": 25056,
"properties": {
"facing": "north",
"half": "upper",
@@ -268974,7 +275103,7 @@
}
},
{
- "id": 24513,
+ "id": 25057,
"properties": {
"facing": "north",
"half": "lower",
@@ -268984,7 +275113,7 @@
}
},
{
- "id": 24514,
+ "id": 25058,
"properties": {
"facing": "north",
"half": "lower",
@@ -268994,7 +275123,7 @@
}
},
{
- "id": 24515,
+ "id": 25059,
"properties": {
"facing": "north",
"half": "lower",
@@ -269005,7 +275134,7 @@
},
{
"default": true,
- "id": 24516,
+ "id": 25060,
"properties": {
"facing": "north",
"half": "lower",
@@ -269015,7 +275144,7 @@
}
},
{
- "id": 24517,
+ "id": 25061,
"properties": {
"facing": "north",
"half": "lower",
@@ -269025,7 +275154,7 @@
}
},
{
- "id": 24518,
+ "id": 25062,
"properties": {
"facing": "north",
"half": "lower",
@@ -269035,7 +275164,7 @@
}
},
{
- "id": 24519,
+ "id": 25063,
"properties": {
"facing": "north",
"half": "lower",
@@ -269045,7 +275174,7 @@
}
},
{
- "id": 24520,
+ "id": 25064,
"properties": {
"facing": "north",
"half": "lower",
@@ -269055,7 +275184,7 @@
}
},
{
- "id": 24521,
+ "id": 25065,
"properties": {
"facing": "south",
"half": "upper",
@@ -269065,7 +275194,7 @@
}
},
{
- "id": 24522,
+ "id": 25066,
"properties": {
"facing": "south",
"half": "upper",
@@ -269075,7 +275204,7 @@
}
},
{
- "id": 24523,
+ "id": 25067,
"properties": {
"facing": "south",
"half": "upper",
@@ -269085,7 +275214,7 @@
}
},
{
- "id": 24524,
+ "id": 25068,
"properties": {
"facing": "south",
"half": "upper",
@@ -269095,7 +275224,7 @@
}
},
{
- "id": 24525,
+ "id": 25069,
"properties": {
"facing": "south",
"half": "upper",
@@ -269105,7 +275234,7 @@
}
},
{
- "id": 24526,
+ "id": 25070,
"properties": {
"facing": "south",
"half": "upper",
@@ -269115,7 +275244,7 @@
}
},
{
- "id": 24527,
+ "id": 25071,
"properties": {
"facing": "south",
"half": "upper",
@@ -269125,7 +275254,7 @@
}
},
{
- "id": 24528,
+ "id": 25072,
"properties": {
"facing": "south",
"half": "upper",
@@ -269135,7 +275264,7 @@
}
},
{
- "id": 24529,
+ "id": 25073,
"properties": {
"facing": "south",
"half": "lower",
@@ -269145,7 +275274,7 @@
}
},
{
- "id": 24530,
+ "id": 25074,
"properties": {
"facing": "south",
"half": "lower",
@@ -269155,7 +275284,7 @@
}
},
{
- "id": 24531,
+ "id": 25075,
"properties": {
"facing": "south",
"half": "lower",
@@ -269165,7 +275294,7 @@
}
},
{
- "id": 24532,
+ "id": 25076,
"properties": {
"facing": "south",
"half": "lower",
@@ -269175,7 +275304,7 @@
}
},
{
- "id": 24533,
+ "id": 25077,
"properties": {
"facing": "south",
"half": "lower",
@@ -269185,7 +275314,7 @@
}
},
{
- "id": 24534,
+ "id": 25078,
"properties": {
"facing": "south",
"half": "lower",
@@ -269195,7 +275324,7 @@
}
},
{
- "id": 24535,
+ "id": 25079,
"properties": {
"facing": "south",
"half": "lower",
@@ -269205,7 +275334,7 @@
}
},
{
- "id": 24536,
+ "id": 25080,
"properties": {
"facing": "south",
"half": "lower",
@@ -269215,7 +275344,7 @@
}
},
{
- "id": 24537,
+ "id": 25081,
"properties": {
"facing": "west",
"half": "upper",
@@ -269225,7 +275354,7 @@
}
},
{
- "id": 24538,
+ "id": 25082,
"properties": {
"facing": "west",
"half": "upper",
@@ -269235,7 +275364,7 @@
}
},
{
- "id": 24539,
+ "id": 25083,
"properties": {
"facing": "west",
"half": "upper",
@@ -269245,7 +275374,7 @@
}
},
{
- "id": 24540,
+ "id": 25084,
"properties": {
"facing": "west",
"half": "upper",
@@ -269255,7 +275384,7 @@
}
},
{
- "id": 24541,
+ "id": 25085,
"properties": {
"facing": "west",
"half": "upper",
@@ -269265,7 +275394,7 @@
}
},
{
- "id": 24542,
+ "id": 25086,
"properties": {
"facing": "west",
"half": "upper",
@@ -269275,7 +275404,7 @@
}
},
{
- "id": 24543,
+ "id": 25087,
"properties": {
"facing": "west",
"half": "upper",
@@ -269285,7 +275414,7 @@
}
},
{
- "id": 24544,
+ "id": 25088,
"properties": {
"facing": "west",
"half": "upper",
@@ -269295,7 +275424,7 @@
}
},
{
- "id": 24545,
+ "id": 25089,
"properties": {
"facing": "west",
"half": "lower",
@@ -269305,7 +275434,7 @@
}
},
{
- "id": 24546,
+ "id": 25090,
"properties": {
"facing": "west",
"half": "lower",
@@ -269315,7 +275444,7 @@
}
},
{
- "id": 24547,
+ "id": 25091,
"properties": {
"facing": "west",
"half": "lower",
@@ -269325,7 +275454,7 @@
}
},
{
- "id": 24548,
+ "id": 25092,
"properties": {
"facing": "west",
"half": "lower",
@@ -269335,7 +275464,7 @@
}
},
{
- "id": 24549,
+ "id": 25093,
"properties": {
"facing": "west",
"half": "lower",
@@ -269345,7 +275474,7 @@
}
},
{
- "id": 24550,
+ "id": 25094,
"properties": {
"facing": "west",
"half": "lower",
@@ -269355,7 +275484,7 @@
}
},
{
- "id": 24551,
+ "id": 25095,
"properties": {
"facing": "west",
"half": "lower",
@@ -269365,7 +275494,7 @@
}
},
{
- "id": 24552,
+ "id": 25096,
"properties": {
"facing": "west",
"half": "lower",
@@ -269375,7 +275504,7 @@
}
},
{
- "id": 24553,
+ "id": 25097,
"properties": {
"facing": "east",
"half": "upper",
@@ -269385,7 +275514,7 @@
}
},
{
- "id": 24554,
+ "id": 25098,
"properties": {
"facing": "east",
"half": "upper",
@@ -269395,7 +275524,7 @@
}
},
{
- "id": 24555,
+ "id": 25099,
"properties": {
"facing": "east",
"half": "upper",
@@ -269405,7 +275534,7 @@
}
},
{
- "id": 24556,
+ "id": 25100,
"properties": {
"facing": "east",
"half": "upper",
@@ -269415,7 +275544,7 @@
}
},
{
- "id": 24557,
+ "id": 25101,
"properties": {
"facing": "east",
"half": "upper",
@@ -269425,7 +275554,7 @@
}
},
{
- "id": 24558,
+ "id": 25102,
"properties": {
"facing": "east",
"half": "upper",
@@ -269435,7 +275564,7 @@
}
},
{
- "id": 24559,
+ "id": 25103,
"properties": {
"facing": "east",
"half": "upper",
@@ -269445,7 +275574,7 @@
}
},
{
- "id": 24560,
+ "id": 25104,
"properties": {
"facing": "east",
"half": "upper",
@@ -269455,7 +275584,7 @@
}
},
{
- "id": 24561,
+ "id": 25105,
"properties": {
"facing": "east",
"half": "lower",
@@ -269465,7 +275594,7 @@
}
},
{
- "id": 24562,
+ "id": 25106,
"properties": {
"facing": "east",
"half": "lower",
@@ -269475,7 +275604,7 @@
}
},
{
- "id": 24563,
+ "id": 25107,
"properties": {
"facing": "east",
"half": "lower",
@@ -269485,7 +275614,7 @@
}
},
{
- "id": 24564,
+ "id": 25108,
"properties": {
"facing": "east",
"half": "lower",
@@ -269495,7 +275624,7 @@
}
},
{
- "id": 24565,
+ "id": 25109,
"properties": {
"facing": "east",
"half": "lower",
@@ -269505,7 +275634,7 @@
}
},
{
- "id": 24566,
+ "id": 25110,
"properties": {
"facing": "east",
"half": "lower",
@@ -269515,7 +275644,7 @@
}
},
{
- "id": 24567,
+ "id": 25111,
"properties": {
"facing": "east",
"half": "lower",
@@ -269525,7 +275654,7 @@
}
},
{
- "id": 24568,
+ "id": 25112,
"properties": {
"facing": "east",
"half": "lower",
@@ -269549,14 +275678,14 @@
},
"states": [
{
- "id": 25159,
+ "id": 25703,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25160,
+ "id": 25704,
"properties": {
"waterlogged": "false"
}
@@ -269595,7 +275724,7 @@
},
"states": [
{
- "id": 25017,
+ "id": 25561,
"properties": {
"facing": "north",
"half": "top",
@@ -269605,7 +275734,7 @@
}
},
{
- "id": 25018,
+ "id": 25562,
"properties": {
"facing": "north",
"half": "top",
@@ -269615,7 +275744,7 @@
}
},
{
- "id": 25019,
+ "id": 25563,
"properties": {
"facing": "north",
"half": "top",
@@ -269625,7 +275754,7 @@
}
},
{
- "id": 25020,
+ "id": 25564,
"properties": {
"facing": "north",
"half": "top",
@@ -269635,7 +275764,7 @@
}
},
{
- "id": 25021,
+ "id": 25565,
"properties": {
"facing": "north",
"half": "top",
@@ -269645,7 +275774,7 @@
}
},
{
- "id": 25022,
+ "id": 25566,
"properties": {
"facing": "north",
"half": "top",
@@ -269655,7 +275784,7 @@
}
},
{
- "id": 25023,
+ "id": 25567,
"properties": {
"facing": "north",
"half": "top",
@@ -269665,7 +275794,7 @@
}
},
{
- "id": 25024,
+ "id": 25568,
"properties": {
"facing": "north",
"half": "top",
@@ -269675,7 +275804,7 @@
}
},
{
- "id": 25025,
+ "id": 25569,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269685,7 +275814,7 @@
}
},
{
- "id": 25026,
+ "id": 25570,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269695,7 +275824,7 @@
}
},
{
- "id": 25027,
+ "id": 25571,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269705,7 +275834,7 @@
}
},
{
- "id": 25028,
+ "id": 25572,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269715,7 +275844,7 @@
}
},
{
- "id": 25029,
+ "id": 25573,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269725,7 +275854,7 @@
}
},
{
- "id": 25030,
+ "id": 25574,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269735,7 +275864,7 @@
}
},
{
- "id": 25031,
+ "id": 25575,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269746,7 +275875,7 @@
},
{
"default": true,
- "id": 25032,
+ "id": 25576,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269756,7 +275885,7 @@
}
},
{
- "id": 25033,
+ "id": 25577,
"properties": {
"facing": "south",
"half": "top",
@@ -269766,7 +275895,7 @@
}
},
{
- "id": 25034,
+ "id": 25578,
"properties": {
"facing": "south",
"half": "top",
@@ -269776,7 +275905,7 @@
}
},
{
- "id": 25035,
+ "id": 25579,
"properties": {
"facing": "south",
"half": "top",
@@ -269786,7 +275915,7 @@
}
},
{
- "id": 25036,
+ "id": 25580,
"properties": {
"facing": "south",
"half": "top",
@@ -269796,7 +275925,7 @@
}
},
{
- "id": 25037,
+ "id": 25581,
"properties": {
"facing": "south",
"half": "top",
@@ -269806,7 +275935,7 @@
}
},
{
- "id": 25038,
+ "id": 25582,
"properties": {
"facing": "south",
"half": "top",
@@ -269816,7 +275945,7 @@
}
},
{
- "id": 25039,
+ "id": 25583,
"properties": {
"facing": "south",
"half": "top",
@@ -269826,7 +275955,7 @@
}
},
{
- "id": 25040,
+ "id": 25584,
"properties": {
"facing": "south",
"half": "top",
@@ -269836,7 +275965,7 @@
}
},
{
- "id": 25041,
+ "id": 25585,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269846,7 +275975,7 @@
}
},
{
- "id": 25042,
+ "id": 25586,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269856,7 +275985,7 @@
}
},
{
- "id": 25043,
+ "id": 25587,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269866,7 +275995,7 @@
}
},
{
- "id": 25044,
+ "id": 25588,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269876,7 +276005,7 @@
}
},
{
- "id": 25045,
+ "id": 25589,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269886,7 +276015,7 @@
}
},
{
- "id": 25046,
+ "id": 25590,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269896,7 +276025,7 @@
}
},
{
- "id": 25047,
+ "id": 25591,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269906,7 +276035,7 @@
}
},
{
- "id": 25048,
+ "id": 25592,
"properties": {
"facing": "south",
"half": "bottom",
@@ -269916,7 +276045,7 @@
}
},
{
- "id": 25049,
+ "id": 25593,
"properties": {
"facing": "west",
"half": "top",
@@ -269926,7 +276055,7 @@
}
},
{
- "id": 25050,
+ "id": 25594,
"properties": {
"facing": "west",
"half": "top",
@@ -269936,7 +276065,7 @@
}
},
{
- "id": 25051,
+ "id": 25595,
"properties": {
"facing": "west",
"half": "top",
@@ -269946,7 +276075,7 @@
}
},
{
- "id": 25052,
+ "id": 25596,
"properties": {
"facing": "west",
"half": "top",
@@ -269956,7 +276085,7 @@
}
},
{
- "id": 25053,
+ "id": 25597,
"properties": {
"facing": "west",
"half": "top",
@@ -269966,7 +276095,7 @@
}
},
{
- "id": 25054,
+ "id": 25598,
"properties": {
"facing": "west",
"half": "top",
@@ -269976,7 +276105,7 @@
}
},
{
- "id": 25055,
+ "id": 25599,
"properties": {
"facing": "west",
"half": "top",
@@ -269986,7 +276115,7 @@
}
},
{
- "id": 25056,
+ "id": 25600,
"properties": {
"facing": "west",
"half": "top",
@@ -269996,7 +276125,7 @@
}
},
{
- "id": 25057,
+ "id": 25601,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270006,7 +276135,7 @@
}
},
{
- "id": 25058,
+ "id": 25602,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270016,7 +276145,7 @@
}
},
{
- "id": 25059,
+ "id": 25603,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270026,7 +276155,7 @@
}
},
{
- "id": 25060,
+ "id": 25604,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270036,7 +276165,7 @@
}
},
{
- "id": 25061,
+ "id": 25605,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270046,7 +276175,7 @@
}
},
{
- "id": 25062,
+ "id": 25606,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270056,7 +276185,7 @@
}
},
{
- "id": 25063,
+ "id": 25607,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270066,7 +276195,7 @@
}
},
{
- "id": 25064,
+ "id": 25608,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270076,7 +276205,7 @@
}
},
{
- "id": 25065,
+ "id": 25609,
"properties": {
"facing": "east",
"half": "top",
@@ -270086,7 +276215,7 @@
}
},
{
- "id": 25066,
+ "id": 25610,
"properties": {
"facing": "east",
"half": "top",
@@ -270096,7 +276225,7 @@
}
},
{
- "id": 25067,
+ "id": 25611,
"properties": {
"facing": "east",
"half": "top",
@@ -270106,7 +276235,7 @@
}
},
{
- "id": 25068,
+ "id": 25612,
"properties": {
"facing": "east",
"half": "top",
@@ -270116,7 +276245,7 @@
}
},
{
- "id": 25069,
+ "id": 25613,
"properties": {
"facing": "east",
"half": "top",
@@ -270126,7 +276255,7 @@
}
},
{
- "id": 25070,
+ "id": 25614,
"properties": {
"facing": "east",
"half": "top",
@@ -270136,7 +276265,7 @@
}
},
{
- "id": 25071,
+ "id": 25615,
"properties": {
"facing": "east",
"half": "top",
@@ -270146,7 +276275,7 @@
}
},
{
- "id": 25072,
+ "id": 25616,
"properties": {
"facing": "east",
"half": "top",
@@ -270156,7 +276285,7 @@
}
},
{
- "id": 25073,
+ "id": 25617,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270166,7 +276295,7 @@
}
},
{
- "id": 25074,
+ "id": 25618,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270176,7 +276305,7 @@
}
},
{
- "id": 25075,
+ "id": 25619,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270186,7 +276315,7 @@
}
},
{
- "id": 25076,
+ "id": 25620,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270196,7 +276325,7 @@
}
},
{
- "id": 25077,
+ "id": 25621,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270206,7 +276335,7 @@
}
},
{
- "id": 25078,
+ "id": 25622,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270216,7 +276345,7 @@
}
},
{
- "id": 25079,
+ "id": 25623,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270226,7 +276355,7 @@
}
},
{
- "id": 25080,
+ "id": 25624,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270245,7 +276374,7 @@
"states": [
{
"default": true,
- "id": 23773
+ "id": 24317
}
]
},
@@ -270267,21 +276396,21 @@
},
"states": [
{
- "id": 24097,
+ "id": 24641,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24098,
+ "id": 24642,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24099,
+ "id": 24643,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -270289,21 +276418,21 @@
},
{
"default": true,
- "id": 24100,
+ "id": 24644,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24101,
+ "id": 24645,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24102,
+ "id": 24646,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -270344,7 +276473,7 @@
},
"states": [
{
- "id": 23777,
+ "id": 24321,
"properties": {
"facing": "north",
"half": "top",
@@ -270353,7 +276482,7 @@
}
},
{
- "id": 23778,
+ "id": 24322,
"properties": {
"facing": "north",
"half": "top",
@@ -270362,7 +276491,7 @@
}
},
{
- "id": 23779,
+ "id": 24323,
"properties": {
"facing": "north",
"half": "top",
@@ -270371,7 +276500,7 @@
}
},
{
- "id": 23780,
+ "id": 24324,
"properties": {
"facing": "north",
"half": "top",
@@ -270380,7 +276509,7 @@
}
},
{
- "id": 23781,
+ "id": 24325,
"properties": {
"facing": "north",
"half": "top",
@@ -270389,7 +276518,7 @@
}
},
{
- "id": 23782,
+ "id": 24326,
"properties": {
"facing": "north",
"half": "top",
@@ -270398,7 +276527,7 @@
}
},
{
- "id": 23783,
+ "id": 24327,
"properties": {
"facing": "north",
"half": "top",
@@ -270407,7 +276536,7 @@
}
},
{
- "id": 23784,
+ "id": 24328,
"properties": {
"facing": "north",
"half": "top",
@@ -270416,7 +276545,7 @@
}
},
{
- "id": 23785,
+ "id": 24329,
"properties": {
"facing": "north",
"half": "top",
@@ -270425,7 +276554,7 @@
}
},
{
- "id": 23786,
+ "id": 24330,
"properties": {
"facing": "north",
"half": "top",
@@ -270434,7 +276563,7 @@
}
},
{
- "id": 23787,
+ "id": 24331,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270444,7 +276573,7 @@
},
{
"default": true,
- "id": 23788,
+ "id": 24332,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270453,7 +276582,7 @@
}
},
{
- "id": 23789,
+ "id": 24333,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270462,7 +276591,7 @@
}
},
{
- "id": 23790,
+ "id": 24334,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270471,7 +276600,7 @@
}
},
{
- "id": 23791,
+ "id": 24335,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270480,7 +276609,7 @@
}
},
{
- "id": 23792,
+ "id": 24336,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270489,7 +276618,7 @@
}
},
{
- "id": 23793,
+ "id": 24337,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270498,7 +276627,7 @@
}
},
{
- "id": 23794,
+ "id": 24338,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270507,7 +276636,7 @@
}
},
{
- "id": 23795,
+ "id": 24339,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270516,7 +276645,7 @@
}
},
{
- "id": 23796,
+ "id": 24340,
"properties": {
"facing": "north",
"half": "bottom",
@@ -270525,7 +276654,7 @@
}
},
{
- "id": 23797,
+ "id": 24341,
"properties": {
"facing": "south",
"half": "top",
@@ -270534,7 +276663,7 @@
}
},
{
- "id": 23798,
+ "id": 24342,
"properties": {
"facing": "south",
"half": "top",
@@ -270543,7 +276672,7 @@
}
},
{
- "id": 23799,
+ "id": 24343,
"properties": {
"facing": "south",
"half": "top",
@@ -270552,7 +276681,7 @@
}
},
{
- "id": 23800,
+ "id": 24344,
"properties": {
"facing": "south",
"half": "top",
@@ -270561,7 +276690,7 @@
}
},
{
- "id": 23801,
+ "id": 24345,
"properties": {
"facing": "south",
"half": "top",
@@ -270570,7 +276699,7 @@
}
},
{
- "id": 23802,
+ "id": 24346,
"properties": {
"facing": "south",
"half": "top",
@@ -270579,7 +276708,7 @@
}
},
{
- "id": 23803,
+ "id": 24347,
"properties": {
"facing": "south",
"half": "top",
@@ -270588,7 +276717,7 @@
}
},
{
- "id": 23804,
+ "id": 24348,
"properties": {
"facing": "south",
"half": "top",
@@ -270597,7 +276726,7 @@
}
},
{
- "id": 23805,
+ "id": 24349,
"properties": {
"facing": "south",
"half": "top",
@@ -270606,7 +276735,7 @@
}
},
{
- "id": 23806,
+ "id": 24350,
"properties": {
"facing": "south",
"half": "top",
@@ -270615,7 +276744,7 @@
}
},
{
- "id": 23807,
+ "id": 24351,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270624,7 +276753,7 @@
}
},
{
- "id": 23808,
+ "id": 24352,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270633,7 +276762,7 @@
}
},
{
- "id": 23809,
+ "id": 24353,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270642,7 +276771,7 @@
}
},
{
- "id": 23810,
+ "id": 24354,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270651,7 +276780,7 @@
}
},
{
- "id": 23811,
+ "id": 24355,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270660,7 +276789,7 @@
}
},
{
- "id": 23812,
+ "id": 24356,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270669,7 +276798,7 @@
}
},
{
- "id": 23813,
+ "id": 24357,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270678,7 +276807,7 @@
}
},
{
- "id": 23814,
+ "id": 24358,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270687,7 +276816,7 @@
}
},
{
- "id": 23815,
+ "id": 24359,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270696,7 +276825,7 @@
}
},
{
- "id": 23816,
+ "id": 24360,
"properties": {
"facing": "south",
"half": "bottom",
@@ -270705,7 +276834,7 @@
}
},
{
- "id": 23817,
+ "id": 24361,
"properties": {
"facing": "west",
"half": "top",
@@ -270714,7 +276843,7 @@
}
},
{
- "id": 23818,
+ "id": 24362,
"properties": {
"facing": "west",
"half": "top",
@@ -270723,7 +276852,7 @@
}
},
{
- "id": 23819,
+ "id": 24363,
"properties": {
"facing": "west",
"half": "top",
@@ -270732,7 +276861,7 @@
}
},
{
- "id": 23820,
+ "id": 24364,
"properties": {
"facing": "west",
"half": "top",
@@ -270741,7 +276870,7 @@
}
},
{
- "id": 23821,
+ "id": 24365,
"properties": {
"facing": "west",
"half": "top",
@@ -270750,7 +276879,7 @@
}
},
{
- "id": 23822,
+ "id": 24366,
"properties": {
"facing": "west",
"half": "top",
@@ -270759,7 +276888,7 @@
}
},
{
- "id": 23823,
+ "id": 24367,
"properties": {
"facing": "west",
"half": "top",
@@ -270768,7 +276897,7 @@
}
},
{
- "id": 23824,
+ "id": 24368,
"properties": {
"facing": "west",
"half": "top",
@@ -270777,7 +276906,7 @@
}
},
{
- "id": 23825,
+ "id": 24369,
"properties": {
"facing": "west",
"half": "top",
@@ -270786,7 +276915,7 @@
}
},
{
- "id": 23826,
+ "id": 24370,
"properties": {
"facing": "west",
"half": "top",
@@ -270795,7 +276924,7 @@
}
},
{
- "id": 23827,
+ "id": 24371,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270804,7 +276933,7 @@
}
},
{
- "id": 23828,
+ "id": 24372,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270813,7 +276942,7 @@
}
},
{
- "id": 23829,
+ "id": 24373,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270822,7 +276951,7 @@
}
},
{
- "id": 23830,
+ "id": 24374,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270831,7 +276960,7 @@
}
},
{
- "id": 23831,
+ "id": 24375,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270840,7 +276969,7 @@
}
},
{
- "id": 23832,
+ "id": 24376,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270849,7 +276978,7 @@
}
},
{
- "id": 23833,
+ "id": 24377,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270858,7 +276987,7 @@
}
},
{
- "id": 23834,
+ "id": 24378,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270867,7 +276996,7 @@
}
},
{
- "id": 23835,
+ "id": 24379,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270876,7 +277005,7 @@
}
},
{
- "id": 23836,
+ "id": 24380,
"properties": {
"facing": "west",
"half": "bottom",
@@ -270885,7 +277014,7 @@
}
},
{
- "id": 23837,
+ "id": 24381,
"properties": {
"facing": "east",
"half": "top",
@@ -270894,7 +277023,7 @@
}
},
{
- "id": 23838,
+ "id": 24382,
"properties": {
"facing": "east",
"half": "top",
@@ -270903,7 +277032,7 @@
}
},
{
- "id": 23839,
+ "id": 24383,
"properties": {
"facing": "east",
"half": "top",
@@ -270912,7 +277041,7 @@
}
},
{
- "id": 23840,
+ "id": 24384,
"properties": {
"facing": "east",
"half": "top",
@@ -270921,7 +277050,7 @@
}
},
{
- "id": 23841,
+ "id": 24385,
"properties": {
"facing": "east",
"half": "top",
@@ -270930,7 +277059,7 @@
}
},
{
- "id": 23842,
+ "id": 24386,
"properties": {
"facing": "east",
"half": "top",
@@ -270939,7 +277068,7 @@
}
},
{
- "id": 23843,
+ "id": 24387,
"properties": {
"facing": "east",
"half": "top",
@@ -270948,7 +277077,7 @@
}
},
{
- "id": 23844,
+ "id": 24388,
"properties": {
"facing": "east",
"half": "top",
@@ -270957,7 +277086,7 @@
}
},
{
- "id": 23845,
+ "id": 24389,
"properties": {
"facing": "east",
"half": "top",
@@ -270966,7 +277095,7 @@
}
},
{
- "id": 23846,
+ "id": 24390,
"properties": {
"facing": "east",
"half": "top",
@@ -270975,7 +277104,7 @@
}
},
{
- "id": 23847,
+ "id": 24391,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270984,7 +277113,7 @@
}
},
{
- "id": 23848,
+ "id": 24392,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270993,7 +277122,7 @@
}
},
{
- "id": 23849,
+ "id": 24393,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271002,7 +277131,7 @@
}
},
{
- "id": 23850,
+ "id": 24394,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271011,7 +277140,7 @@
}
},
{
- "id": 23851,
+ "id": 24395,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271020,7 +277149,7 @@
}
},
{
- "id": 23852,
+ "id": 24396,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271029,7 +277158,7 @@
}
},
{
- "id": 23853,
+ "id": 24397,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271038,7 +277167,7 @@
}
},
{
- "id": 23854,
+ "id": 24398,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271047,7 +277176,7 @@
}
},
{
- "id": 23855,
+ "id": 24399,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271056,7 +277185,7 @@
}
},
{
- "id": 23856,
+ "id": 24400,
"properties": {
"facing": "east",
"half": "bottom",
@@ -271074,7 +277203,7 @@
"states": [
{
"default": true,
- "id": 23422
+ "id": 23966
}
]
},
@@ -271086,7 +277215,7 @@
"states": [
{
"default": true,
- "id": 23770
+ "id": 24314
}
]
},
@@ -271107,21 +277236,21 @@
},
"states": [
{
- "id": 25185,
+ "id": 25729,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25186,
+ "id": 25730,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25187,
+ "id": 25731,
"properties": {
"lit": "false",
"powered": "true"
@@ -271129,7 +277258,7 @@
},
{
"default": true,
- "id": 25188,
+ "id": 25732,
"properties": {
"lit": "false",
"powered": "false"
@@ -271169,7 +277298,7 @@
},
"states": [
{
- "id": 24569,
+ "id": 25113,
"properties": {
"facing": "north",
"half": "upper",
@@ -271179,7 +277308,7 @@
}
},
{
- "id": 24570,
+ "id": 25114,
"properties": {
"facing": "north",
"half": "upper",
@@ -271189,7 +277318,7 @@
}
},
{
- "id": 24571,
+ "id": 25115,
"properties": {
"facing": "north",
"half": "upper",
@@ -271199,7 +277328,7 @@
}
},
{
- "id": 24572,
+ "id": 25116,
"properties": {
"facing": "north",
"half": "upper",
@@ -271209,7 +277338,7 @@
}
},
{
- "id": 24573,
+ "id": 25117,
"properties": {
"facing": "north",
"half": "upper",
@@ -271219,7 +277348,7 @@
}
},
{
- "id": 24574,
+ "id": 25118,
"properties": {
"facing": "north",
"half": "upper",
@@ -271229,7 +277358,7 @@
}
},
{
- "id": 24575,
+ "id": 25119,
"properties": {
"facing": "north",
"half": "upper",
@@ -271239,7 +277368,7 @@
}
},
{
- "id": 24576,
+ "id": 25120,
"properties": {
"facing": "north",
"half": "upper",
@@ -271249,7 +277378,7 @@
}
},
{
- "id": 24577,
+ "id": 25121,
"properties": {
"facing": "north",
"half": "lower",
@@ -271259,7 +277388,7 @@
}
},
{
- "id": 24578,
+ "id": 25122,
"properties": {
"facing": "north",
"half": "lower",
@@ -271269,7 +277398,7 @@
}
},
{
- "id": 24579,
+ "id": 25123,
"properties": {
"facing": "north",
"half": "lower",
@@ -271280,7 +277409,7 @@
},
{
"default": true,
- "id": 24580,
+ "id": 25124,
"properties": {
"facing": "north",
"half": "lower",
@@ -271290,7 +277419,7 @@
}
},
{
- "id": 24581,
+ "id": 25125,
"properties": {
"facing": "north",
"half": "lower",
@@ -271300,7 +277429,7 @@
}
},
{
- "id": 24582,
+ "id": 25126,
"properties": {
"facing": "north",
"half": "lower",
@@ -271310,7 +277439,7 @@
}
},
{
- "id": 24583,
+ "id": 25127,
"properties": {
"facing": "north",
"half": "lower",
@@ -271320,7 +277449,7 @@
}
},
{
- "id": 24584,
+ "id": 25128,
"properties": {
"facing": "north",
"half": "lower",
@@ -271330,7 +277459,7 @@
}
},
{
- "id": 24585,
+ "id": 25129,
"properties": {
"facing": "south",
"half": "upper",
@@ -271340,7 +277469,7 @@
}
},
{
- "id": 24586,
+ "id": 25130,
"properties": {
"facing": "south",
"half": "upper",
@@ -271350,7 +277479,7 @@
}
},
{
- "id": 24587,
+ "id": 25131,
"properties": {
"facing": "south",
"half": "upper",
@@ -271360,7 +277489,7 @@
}
},
{
- "id": 24588,
+ "id": 25132,
"properties": {
"facing": "south",
"half": "upper",
@@ -271370,7 +277499,7 @@
}
},
{
- "id": 24589,
+ "id": 25133,
"properties": {
"facing": "south",
"half": "upper",
@@ -271380,7 +277509,7 @@
}
},
{
- "id": 24590,
+ "id": 25134,
"properties": {
"facing": "south",
"half": "upper",
@@ -271390,7 +277519,7 @@
}
},
{
- "id": 24591,
+ "id": 25135,
"properties": {
"facing": "south",
"half": "upper",
@@ -271400,7 +277529,7 @@
}
},
{
- "id": 24592,
+ "id": 25136,
"properties": {
"facing": "south",
"half": "upper",
@@ -271410,7 +277539,7 @@
}
},
{
- "id": 24593,
+ "id": 25137,
"properties": {
"facing": "south",
"half": "lower",
@@ -271420,7 +277549,7 @@
}
},
{
- "id": 24594,
+ "id": 25138,
"properties": {
"facing": "south",
"half": "lower",
@@ -271430,7 +277559,7 @@
}
},
{
- "id": 24595,
+ "id": 25139,
"properties": {
"facing": "south",
"half": "lower",
@@ -271440,7 +277569,7 @@
}
},
{
- "id": 24596,
+ "id": 25140,
"properties": {
"facing": "south",
"half": "lower",
@@ -271450,7 +277579,7 @@
}
},
{
- "id": 24597,
+ "id": 25141,
"properties": {
"facing": "south",
"half": "lower",
@@ -271460,7 +277589,7 @@
}
},
{
- "id": 24598,
+ "id": 25142,
"properties": {
"facing": "south",
"half": "lower",
@@ -271470,7 +277599,7 @@
}
},
{
- "id": 24599,
+ "id": 25143,
"properties": {
"facing": "south",
"half": "lower",
@@ -271480,7 +277609,7 @@
}
},
{
- "id": 24600,
+ "id": 25144,
"properties": {
"facing": "south",
"half": "lower",
@@ -271490,7 +277619,7 @@
}
},
{
- "id": 24601,
+ "id": 25145,
"properties": {
"facing": "west",
"half": "upper",
@@ -271500,7 +277629,7 @@
}
},
{
- "id": 24602,
+ "id": 25146,
"properties": {
"facing": "west",
"half": "upper",
@@ -271510,7 +277639,7 @@
}
},
{
- "id": 24603,
+ "id": 25147,
"properties": {
"facing": "west",
"half": "upper",
@@ -271520,7 +277649,7 @@
}
},
{
- "id": 24604,
+ "id": 25148,
"properties": {
"facing": "west",
"half": "upper",
@@ -271530,7 +277659,7 @@
}
},
{
- "id": 24605,
+ "id": 25149,
"properties": {
"facing": "west",
"half": "upper",
@@ -271540,7 +277669,7 @@
}
},
{
- "id": 24606,
+ "id": 25150,
"properties": {
"facing": "west",
"half": "upper",
@@ -271550,7 +277679,7 @@
}
},
{
- "id": 24607,
+ "id": 25151,
"properties": {
"facing": "west",
"half": "upper",
@@ -271560,7 +277689,7 @@
}
},
{
- "id": 24608,
+ "id": 25152,
"properties": {
"facing": "west",
"half": "upper",
@@ -271570,7 +277699,7 @@
}
},
{
- "id": 24609,
+ "id": 25153,
"properties": {
"facing": "west",
"half": "lower",
@@ -271580,7 +277709,7 @@
}
},
{
- "id": 24610,
+ "id": 25154,
"properties": {
"facing": "west",
"half": "lower",
@@ -271590,7 +277719,7 @@
}
},
{
- "id": 24611,
+ "id": 25155,
"properties": {
"facing": "west",
"half": "lower",
@@ -271600,7 +277729,7 @@
}
},
{
- "id": 24612,
+ "id": 25156,
"properties": {
"facing": "west",
"half": "lower",
@@ -271610,7 +277739,7 @@
}
},
{
- "id": 24613,
+ "id": 25157,
"properties": {
"facing": "west",
"half": "lower",
@@ -271620,7 +277749,7 @@
}
},
{
- "id": 24614,
+ "id": 25158,
"properties": {
"facing": "west",
"half": "lower",
@@ -271630,7 +277759,7 @@
}
},
{
- "id": 24615,
+ "id": 25159,
"properties": {
"facing": "west",
"half": "lower",
@@ -271640,7 +277769,7 @@
}
},
{
- "id": 24616,
+ "id": 25160,
"properties": {
"facing": "west",
"half": "lower",
@@ -271650,7 +277779,7 @@
}
},
{
- "id": 24617,
+ "id": 25161,
"properties": {
"facing": "east",
"half": "upper",
@@ -271660,7 +277789,7 @@
}
},
{
- "id": 24618,
+ "id": 25162,
"properties": {
"facing": "east",
"half": "upper",
@@ -271670,7 +277799,7 @@
}
},
{
- "id": 24619,
+ "id": 25163,
"properties": {
"facing": "east",
"half": "upper",
@@ -271680,7 +277809,7 @@
}
},
{
- "id": 24620,
+ "id": 25164,
"properties": {
"facing": "east",
"half": "upper",
@@ -271690,7 +277819,7 @@
}
},
{
- "id": 24621,
+ "id": 25165,
"properties": {
"facing": "east",
"half": "upper",
@@ -271700,7 +277829,7 @@
}
},
{
- "id": 24622,
+ "id": 25166,
"properties": {
"facing": "east",
"half": "upper",
@@ -271710,7 +277839,7 @@
}
},
{
- "id": 24623,
+ "id": 25167,
"properties": {
"facing": "east",
"half": "upper",
@@ -271720,7 +277849,7 @@
}
},
{
- "id": 24624,
+ "id": 25168,
"properties": {
"facing": "east",
"half": "upper",
@@ -271730,7 +277859,7 @@
}
},
{
- "id": 24625,
+ "id": 25169,
"properties": {
"facing": "east",
"half": "lower",
@@ -271740,7 +277869,7 @@
}
},
{
- "id": 24626,
+ "id": 25170,
"properties": {
"facing": "east",
"half": "lower",
@@ -271750,7 +277879,7 @@
}
},
{
- "id": 24627,
+ "id": 25171,
"properties": {
"facing": "east",
"half": "lower",
@@ -271760,7 +277889,7 @@
}
},
{
- "id": 24628,
+ "id": 25172,
"properties": {
"facing": "east",
"half": "lower",
@@ -271770,7 +277899,7 @@
}
},
{
- "id": 24629,
+ "id": 25173,
"properties": {
"facing": "east",
"half": "lower",
@@ -271780,7 +277909,7 @@
}
},
{
- "id": 24630,
+ "id": 25174,
"properties": {
"facing": "east",
"half": "lower",
@@ -271790,7 +277919,7 @@
}
},
{
- "id": 24631,
+ "id": 25175,
"properties": {
"facing": "east",
"half": "lower",
@@ -271800,7 +277929,7 @@
}
},
{
- "id": 24632,
+ "id": 25176,
"properties": {
"facing": "east",
"half": "lower",
@@ -271824,14 +277953,14 @@
},
"states": [
{
- "id": 25157,
+ "id": 25701,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25158,
+ "id": 25702,
"properties": {
"waterlogged": "false"
}
@@ -271870,7 +277999,7 @@
},
"states": [
{
- "id": 25081,
+ "id": 25625,
"properties": {
"facing": "north",
"half": "top",
@@ -271880,7 +278009,7 @@
}
},
{
- "id": 25082,
+ "id": 25626,
"properties": {
"facing": "north",
"half": "top",
@@ -271890,7 +278019,7 @@
}
},
{
- "id": 25083,
+ "id": 25627,
"properties": {
"facing": "north",
"half": "top",
@@ -271900,7 +278029,7 @@
}
},
{
- "id": 25084,
+ "id": 25628,
"properties": {
"facing": "north",
"half": "top",
@@ -271910,7 +278039,7 @@
}
},
{
- "id": 25085,
+ "id": 25629,
"properties": {
"facing": "north",
"half": "top",
@@ -271920,7 +278049,7 @@
}
},
{
- "id": 25086,
+ "id": 25630,
"properties": {
"facing": "north",
"half": "top",
@@ -271930,7 +278059,7 @@
}
},
{
- "id": 25087,
+ "id": 25631,
"properties": {
"facing": "north",
"half": "top",
@@ -271940,7 +278069,7 @@
}
},
{
- "id": 25088,
+ "id": 25632,
"properties": {
"facing": "north",
"half": "top",
@@ -271950,7 +278079,7 @@
}
},
{
- "id": 25089,
+ "id": 25633,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271960,7 +278089,7 @@
}
},
{
- "id": 25090,
+ "id": 25634,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271970,7 +278099,7 @@
}
},
{
- "id": 25091,
+ "id": 25635,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271980,7 +278109,7 @@
}
},
{
- "id": 25092,
+ "id": 25636,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271990,7 +278119,7 @@
}
},
{
- "id": 25093,
+ "id": 25637,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272000,7 +278129,7 @@
}
},
{
- "id": 25094,
+ "id": 25638,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272010,7 +278139,7 @@
}
},
{
- "id": 25095,
+ "id": 25639,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272021,7 +278150,7 @@
},
{
"default": true,
- "id": 25096,
+ "id": 25640,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272031,7 +278160,7 @@
}
},
{
- "id": 25097,
+ "id": 25641,
"properties": {
"facing": "south",
"half": "top",
@@ -272041,7 +278170,7 @@
}
},
{
- "id": 25098,
+ "id": 25642,
"properties": {
"facing": "south",
"half": "top",
@@ -272051,7 +278180,7 @@
}
},
{
- "id": 25099,
+ "id": 25643,
"properties": {
"facing": "south",
"half": "top",
@@ -272061,7 +278190,7 @@
}
},
{
- "id": 25100,
+ "id": 25644,
"properties": {
"facing": "south",
"half": "top",
@@ -272071,7 +278200,7 @@
}
},
{
- "id": 25101,
+ "id": 25645,
"properties": {
"facing": "south",
"half": "top",
@@ -272081,7 +278210,7 @@
}
},
{
- "id": 25102,
+ "id": 25646,
"properties": {
"facing": "south",
"half": "top",
@@ -272091,7 +278220,7 @@
}
},
{
- "id": 25103,
+ "id": 25647,
"properties": {
"facing": "south",
"half": "top",
@@ -272101,7 +278230,7 @@
}
},
{
- "id": 25104,
+ "id": 25648,
"properties": {
"facing": "south",
"half": "top",
@@ -272111,7 +278240,7 @@
}
},
{
- "id": 25105,
+ "id": 25649,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272121,7 +278250,7 @@
}
},
{
- "id": 25106,
+ "id": 25650,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272131,7 +278260,7 @@
}
},
{
- "id": 25107,
+ "id": 25651,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272141,7 +278270,7 @@
}
},
{
- "id": 25108,
+ "id": 25652,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272151,7 +278280,7 @@
}
},
{
- "id": 25109,
+ "id": 25653,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272161,7 +278290,7 @@
}
},
{
- "id": 25110,
+ "id": 25654,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272171,7 +278300,7 @@
}
},
{
- "id": 25111,
+ "id": 25655,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272181,7 +278310,7 @@
}
},
{
- "id": 25112,
+ "id": 25656,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272191,7 +278320,7 @@
}
},
{
- "id": 25113,
+ "id": 25657,
"properties": {
"facing": "west",
"half": "top",
@@ -272201,7 +278330,7 @@
}
},
{
- "id": 25114,
+ "id": 25658,
"properties": {
"facing": "west",
"half": "top",
@@ -272211,7 +278340,7 @@
}
},
{
- "id": 25115,
+ "id": 25659,
"properties": {
"facing": "west",
"half": "top",
@@ -272221,7 +278350,7 @@
}
},
{
- "id": 25116,
+ "id": 25660,
"properties": {
"facing": "west",
"half": "top",
@@ -272231,7 +278360,7 @@
}
},
{
- "id": 25117,
+ "id": 25661,
"properties": {
"facing": "west",
"half": "top",
@@ -272241,7 +278370,7 @@
}
},
{
- "id": 25118,
+ "id": 25662,
"properties": {
"facing": "west",
"half": "top",
@@ -272251,7 +278380,7 @@
}
},
{
- "id": 25119,
+ "id": 25663,
"properties": {
"facing": "west",
"half": "top",
@@ -272261,7 +278390,7 @@
}
},
{
- "id": 25120,
+ "id": 25664,
"properties": {
"facing": "west",
"half": "top",
@@ -272271,7 +278400,7 @@
}
},
{
- "id": 25121,
+ "id": 25665,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272281,7 +278410,7 @@
}
},
{
- "id": 25122,
+ "id": 25666,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272291,7 +278420,7 @@
}
},
{
- "id": 25123,
+ "id": 25667,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272301,7 +278430,7 @@
}
},
{
- "id": 25124,
+ "id": 25668,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272311,7 +278440,7 @@
}
},
{
- "id": 25125,
+ "id": 25669,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272321,7 +278450,7 @@
}
},
{
- "id": 25126,
+ "id": 25670,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272331,7 +278460,7 @@
}
},
{
- "id": 25127,
+ "id": 25671,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272341,7 +278470,7 @@
}
},
{
- "id": 25128,
+ "id": 25672,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272351,7 +278480,7 @@
}
},
{
- "id": 25129,
+ "id": 25673,
"properties": {
"facing": "east",
"half": "top",
@@ -272361,7 +278490,7 @@
}
},
{
- "id": 25130,
+ "id": 25674,
"properties": {
"facing": "east",
"half": "top",
@@ -272371,7 +278500,7 @@
}
},
{
- "id": 25131,
+ "id": 25675,
"properties": {
"facing": "east",
"half": "top",
@@ -272381,7 +278510,7 @@
}
},
{
- "id": 25132,
+ "id": 25676,
"properties": {
"facing": "east",
"half": "top",
@@ -272391,7 +278520,7 @@
}
},
{
- "id": 25133,
+ "id": 25677,
"properties": {
"facing": "east",
"half": "top",
@@ -272401,7 +278530,7 @@
}
},
{
- "id": 25134,
+ "id": 25678,
"properties": {
"facing": "east",
"half": "top",
@@ -272411,7 +278540,7 @@
}
},
{
- "id": 25135,
+ "id": 25679,
"properties": {
"facing": "east",
"half": "top",
@@ -272421,7 +278550,7 @@
}
},
{
- "id": 25136,
+ "id": 25680,
"properties": {
"facing": "east",
"half": "top",
@@ -272431,7 +278560,7 @@
}
},
{
- "id": 25137,
+ "id": 25681,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272441,7 +278570,7 @@
}
},
{
- "id": 25138,
+ "id": 25682,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272451,7 +278580,7 @@
}
},
{
- "id": 25139,
+ "id": 25683,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272461,7 +278590,7 @@
}
},
{
- "id": 25140,
+ "id": 25684,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272471,7 +278600,7 @@
}
},
{
- "id": 25141,
+ "id": 25685,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272481,7 +278610,7 @@
}
},
{
- "id": 25142,
+ "id": 25686,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272491,7 +278620,7 @@
}
},
{
- "id": 25143,
+ "id": 25687,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272501,7 +278630,7 @@
}
},
{
- "id": 25144,
+ "id": 25688,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272520,7 +278649,7 @@
"states": [
{
"default": true,
- "id": 23774
+ "id": 24318
}
]
},
@@ -272542,21 +278671,21 @@
},
"states": [
{
- "id": 24103,
+ "id": 24647,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24104,
+ "id": 24648,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24105,
+ "id": 24649,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -272564,21 +278693,21 @@
},
{
"default": true,
- "id": 24106,
+ "id": 24650,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24107,
+ "id": 24651,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24108,
+ "id": 24652,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -272619,7 +278748,7 @@
},
"states": [
{
- "id": 23857,
+ "id": 24401,
"properties": {
"facing": "north",
"half": "top",
@@ -272628,7 +278757,7 @@
}
},
{
- "id": 23858,
+ "id": 24402,
"properties": {
"facing": "north",
"half": "top",
@@ -272637,7 +278766,7 @@
}
},
{
- "id": 23859,
+ "id": 24403,
"properties": {
"facing": "north",
"half": "top",
@@ -272646,7 +278775,7 @@
}
},
{
- "id": 23860,
+ "id": 24404,
"properties": {
"facing": "north",
"half": "top",
@@ -272655,7 +278784,7 @@
}
},
{
- "id": 23861,
+ "id": 24405,
"properties": {
"facing": "north",
"half": "top",
@@ -272664,7 +278793,7 @@
}
},
{
- "id": 23862,
+ "id": 24406,
"properties": {
"facing": "north",
"half": "top",
@@ -272673,7 +278802,7 @@
}
},
{
- "id": 23863,
+ "id": 24407,
"properties": {
"facing": "north",
"half": "top",
@@ -272682,7 +278811,7 @@
}
},
{
- "id": 23864,
+ "id": 24408,
"properties": {
"facing": "north",
"half": "top",
@@ -272691,7 +278820,7 @@
}
},
{
- "id": 23865,
+ "id": 24409,
"properties": {
"facing": "north",
"half": "top",
@@ -272700,7 +278829,7 @@
}
},
{
- "id": 23866,
+ "id": 24410,
"properties": {
"facing": "north",
"half": "top",
@@ -272709,7 +278838,7 @@
}
},
{
- "id": 23867,
+ "id": 24411,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272719,7 +278848,7 @@
},
{
"default": true,
- "id": 23868,
+ "id": 24412,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272728,7 +278857,7 @@
}
},
{
- "id": 23869,
+ "id": 24413,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272737,7 +278866,7 @@
}
},
{
- "id": 23870,
+ "id": 24414,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272746,7 +278875,7 @@
}
},
{
- "id": 23871,
+ "id": 24415,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272755,7 +278884,7 @@
}
},
{
- "id": 23872,
+ "id": 24416,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272764,7 +278893,7 @@
}
},
{
- "id": 23873,
+ "id": 24417,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272773,7 +278902,7 @@
}
},
{
- "id": 23874,
+ "id": 24418,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272782,7 +278911,7 @@
}
},
{
- "id": 23875,
+ "id": 24419,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272791,7 +278920,7 @@
}
},
{
- "id": 23876,
+ "id": 24420,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272800,7 +278929,7 @@
}
},
{
- "id": 23877,
+ "id": 24421,
"properties": {
"facing": "south",
"half": "top",
@@ -272809,7 +278938,7 @@
}
},
{
- "id": 23878,
+ "id": 24422,
"properties": {
"facing": "south",
"half": "top",
@@ -272818,7 +278947,7 @@
}
},
{
- "id": 23879,
+ "id": 24423,
"properties": {
"facing": "south",
"half": "top",
@@ -272827,7 +278956,7 @@
}
},
{
- "id": 23880,
+ "id": 24424,
"properties": {
"facing": "south",
"half": "top",
@@ -272836,7 +278965,7 @@
}
},
{
- "id": 23881,
+ "id": 24425,
"properties": {
"facing": "south",
"half": "top",
@@ -272845,7 +278974,7 @@
}
},
{
- "id": 23882,
+ "id": 24426,
"properties": {
"facing": "south",
"half": "top",
@@ -272854,7 +278983,7 @@
}
},
{
- "id": 23883,
+ "id": 24427,
"properties": {
"facing": "south",
"half": "top",
@@ -272863,7 +278992,7 @@
}
},
{
- "id": 23884,
+ "id": 24428,
"properties": {
"facing": "south",
"half": "top",
@@ -272872,7 +279001,7 @@
}
},
{
- "id": 23885,
+ "id": 24429,
"properties": {
"facing": "south",
"half": "top",
@@ -272881,7 +279010,7 @@
}
},
{
- "id": 23886,
+ "id": 24430,
"properties": {
"facing": "south",
"half": "top",
@@ -272890,7 +279019,7 @@
}
},
{
- "id": 23887,
+ "id": 24431,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272899,7 +279028,7 @@
}
},
{
- "id": 23888,
+ "id": 24432,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272908,7 +279037,7 @@
}
},
{
- "id": 23889,
+ "id": 24433,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272917,7 +279046,7 @@
}
},
{
- "id": 23890,
+ "id": 24434,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272926,7 +279055,7 @@
}
},
{
- "id": 23891,
+ "id": 24435,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272935,7 +279064,7 @@
}
},
{
- "id": 23892,
+ "id": 24436,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272944,7 +279073,7 @@
}
},
{
- "id": 23893,
+ "id": 24437,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272953,7 +279082,7 @@
}
},
{
- "id": 23894,
+ "id": 24438,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272962,7 +279091,7 @@
}
},
{
- "id": 23895,
+ "id": 24439,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272971,7 +279100,7 @@
}
},
{
- "id": 23896,
+ "id": 24440,
"properties": {
"facing": "south",
"half": "bottom",
@@ -272980,7 +279109,7 @@
}
},
{
- "id": 23897,
+ "id": 24441,
"properties": {
"facing": "west",
"half": "top",
@@ -272989,7 +279118,7 @@
}
},
{
- "id": 23898,
+ "id": 24442,
"properties": {
"facing": "west",
"half": "top",
@@ -272998,7 +279127,7 @@
}
},
{
- "id": 23899,
+ "id": 24443,
"properties": {
"facing": "west",
"half": "top",
@@ -273007,7 +279136,7 @@
}
},
{
- "id": 23900,
+ "id": 24444,
"properties": {
"facing": "west",
"half": "top",
@@ -273016,7 +279145,7 @@
}
},
{
- "id": 23901,
+ "id": 24445,
"properties": {
"facing": "west",
"half": "top",
@@ -273025,7 +279154,7 @@
}
},
{
- "id": 23902,
+ "id": 24446,
"properties": {
"facing": "west",
"half": "top",
@@ -273034,7 +279163,7 @@
}
},
{
- "id": 23903,
+ "id": 24447,
"properties": {
"facing": "west",
"half": "top",
@@ -273043,7 +279172,7 @@
}
},
{
- "id": 23904,
+ "id": 24448,
"properties": {
"facing": "west",
"half": "top",
@@ -273052,7 +279181,7 @@
}
},
{
- "id": 23905,
+ "id": 24449,
"properties": {
"facing": "west",
"half": "top",
@@ -273061,7 +279190,7 @@
}
},
{
- "id": 23906,
+ "id": 24450,
"properties": {
"facing": "west",
"half": "top",
@@ -273070,7 +279199,7 @@
}
},
{
- "id": 23907,
+ "id": 24451,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273079,7 +279208,7 @@
}
},
{
- "id": 23908,
+ "id": 24452,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273088,7 +279217,7 @@
}
},
{
- "id": 23909,
+ "id": 24453,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273097,7 +279226,7 @@
}
},
{
- "id": 23910,
+ "id": 24454,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273106,7 +279235,7 @@
}
},
{
- "id": 23911,
+ "id": 24455,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273115,7 +279244,7 @@
}
},
{
- "id": 23912,
+ "id": 24456,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273124,7 +279253,7 @@
}
},
{
- "id": 23913,
+ "id": 24457,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273133,7 +279262,7 @@
}
},
{
- "id": 23914,
+ "id": 24458,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273142,7 +279271,7 @@
}
},
{
- "id": 23915,
+ "id": 24459,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273151,7 +279280,7 @@
}
},
{
- "id": 23916,
+ "id": 24460,
"properties": {
"facing": "west",
"half": "bottom",
@@ -273160,7 +279289,7 @@
}
},
{
- "id": 23917,
+ "id": 24461,
"properties": {
"facing": "east",
"half": "top",
@@ -273169,7 +279298,7 @@
}
},
{
- "id": 23918,
+ "id": 24462,
"properties": {
"facing": "east",
"half": "top",
@@ -273178,7 +279307,7 @@
}
},
{
- "id": 23919,
+ "id": 24463,
"properties": {
"facing": "east",
"half": "top",
@@ -273187,7 +279316,7 @@
}
},
{
- "id": 23920,
+ "id": 24464,
"properties": {
"facing": "east",
"half": "top",
@@ -273196,7 +279325,7 @@
}
},
{
- "id": 23921,
+ "id": 24465,
"properties": {
"facing": "east",
"half": "top",
@@ -273205,7 +279334,7 @@
}
},
{
- "id": 23922,
+ "id": 24466,
"properties": {
"facing": "east",
"half": "top",
@@ -273214,7 +279343,7 @@
}
},
{
- "id": 23923,
+ "id": 24467,
"properties": {
"facing": "east",
"half": "top",
@@ -273223,7 +279352,7 @@
}
},
{
- "id": 23924,
+ "id": 24468,
"properties": {
"facing": "east",
"half": "top",
@@ -273232,7 +279361,7 @@
}
},
{
- "id": 23925,
+ "id": 24469,
"properties": {
"facing": "east",
"half": "top",
@@ -273241,7 +279370,7 @@
}
},
{
- "id": 23926,
+ "id": 24470,
"properties": {
"facing": "east",
"half": "top",
@@ -273250,7 +279379,7 @@
}
},
{
- "id": 23927,
+ "id": 24471,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273259,7 +279388,7 @@
}
},
{
- "id": 23928,
+ "id": 24472,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273268,7 +279397,7 @@
}
},
{
- "id": 23929,
+ "id": 24473,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273277,7 +279406,7 @@
}
},
{
- "id": 23930,
+ "id": 24474,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273286,7 +279415,7 @@
}
},
{
- "id": 23931,
+ "id": 24475,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273295,7 +279424,7 @@
}
},
{
- "id": 23932,
+ "id": 24476,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273304,7 +279433,7 @@
}
},
{
- "id": 23933,
+ "id": 24477,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273313,7 +279442,7 @@
}
},
{
- "id": 23934,
+ "id": 24478,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273322,7 +279451,7 @@
}
},
{
- "id": 23935,
+ "id": 24479,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273331,7 +279460,7 @@
}
},
{
- "id": 23936,
+ "id": 24480,
"properties": {
"facing": "east",
"half": "bottom",
@@ -273350,7 +279479,7 @@
"states": [
{
"default": true,
- "id": 23418
+ "id": 23962
}
]
},
@@ -273363,7 +279492,7 @@
"states": [
{
"default": true,
- "id": 23409
+ "id": 23953
}
]
},
@@ -273385,21 +279514,21 @@
},
"states": [
{
- "id": 25169,
+ "id": 25713,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25170,
+ "id": 25714,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25171,
+ "id": 25715,
"properties": {
"lit": "false",
"powered": "true"
@@ -273407,7 +279536,7 @@
},
{
"default": true,
- "id": 25172,
+ "id": 25716,
"properties": {
"lit": "false",
"powered": "false"
@@ -273448,7 +279577,7 @@
},
"states": [
{
- "id": 24313,
+ "id": 24857,
"properties": {
"facing": "north",
"half": "upper",
@@ -273458,7 +279587,7 @@
}
},
{
- "id": 24314,
+ "id": 24858,
"properties": {
"facing": "north",
"half": "upper",
@@ -273468,7 +279597,7 @@
}
},
{
- "id": 24315,
+ "id": 24859,
"properties": {
"facing": "north",
"half": "upper",
@@ -273478,7 +279607,7 @@
}
},
{
- "id": 24316,
+ "id": 24860,
"properties": {
"facing": "north",
"half": "upper",
@@ -273488,7 +279617,7 @@
}
},
{
- "id": 24317,
+ "id": 24861,
"properties": {
"facing": "north",
"half": "upper",
@@ -273498,7 +279627,7 @@
}
},
{
- "id": 24318,
+ "id": 24862,
"properties": {
"facing": "north",
"half": "upper",
@@ -273508,7 +279637,7 @@
}
},
{
- "id": 24319,
+ "id": 24863,
"properties": {
"facing": "north",
"half": "upper",
@@ -273518,7 +279647,7 @@
}
},
{
- "id": 24320,
+ "id": 24864,
"properties": {
"facing": "north",
"half": "upper",
@@ -273528,7 +279657,7 @@
}
},
{
- "id": 24321,
+ "id": 24865,
"properties": {
"facing": "north",
"half": "lower",
@@ -273538,7 +279667,7 @@
}
},
{
- "id": 24322,
+ "id": 24866,
"properties": {
"facing": "north",
"half": "lower",
@@ -273548,7 +279677,7 @@
}
},
{
- "id": 24323,
+ "id": 24867,
"properties": {
"facing": "north",
"half": "lower",
@@ -273559,7 +279688,7 @@
},
{
"default": true,
- "id": 24324,
+ "id": 24868,
"properties": {
"facing": "north",
"half": "lower",
@@ -273569,7 +279698,7 @@
}
},
{
- "id": 24325,
+ "id": 24869,
"properties": {
"facing": "north",
"half": "lower",
@@ -273579,7 +279708,7 @@
}
},
{
- "id": 24326,
+ "id": 24870,
"properties": {
"facing": "north",
"half": "lower",
@@ -273589,7 +279718,7 @@
}
},
{
- "id": 24327,
+ "id": 24871,
"properties": {
"facing": "north",
"half": "lower",
@@ -273599,7 +279728,7 @@
}
},
{
- "id": 24328,
+ "id": 24872,
"properties": {
"facing": "north",
"half": "lower",
@@ -273609,7 +279738,7 @@
}
},
{
- "id": 24329,
+ "id": 24873,
"properties": {
"facing": "south",
"half": "upper",
@@ -273619,7 +279748,7 @@
}
},
{
- "id": 24330,
+ "id": 24874,
"properties": {
"facing": "south",
"half": "upper",
@@ -273629,7 +279758,7 @@
}
},
{
- "id": 24331,
+ "id": 24875,
"properties": {
"facing": "south",
"half": "upper",
@@ -273639,7 +279768,7 @@
}
},
{
- "id": 24332,
+ "id": 24876,
"properties": {
"facing": "south",
"half": "upper",
@@ -273649,7 +279778,7 @@
}
},
{
- "id": 24333,
+ "id": 24877,
"properties": {
"facing": "south",
"half": "upper",
@@ -273659,7 +279788,7 @@
}
},
{
- "id": 24334,
+ "id": 24878,
"properties": {
"facing": "south",
"half": "upper",
@@ -273669,7 +279798,7 @@
}
},
{
- "id": 24335,
+ "id": 24879,
"properties": {
"facing": "south",
"half": "upper",
@@ -273679,7 +279808,7 @@
}
},
{
- "id": 24336,
+ "id": 24880,
"properties": {
"facing": "south",
"half": "upper",
@@ -273689,7 +279818,7 @@
}
},
{
- "id": 24337,
+ "id": 24881,
"properties": {
"facing": "south",
"half": "lower",
@@ -273699,7 +279828,7 @@
}
},
{
- "id": 24338,
+ "id": 24882,
"properties": {
"facing": "south",
"half": "lower",
@@ -273709,7 +279838,7 @@
}
},
{
- "id": 24339,
+ "id": 24883,
"properties": {
"facing": "south",
"half": "lower",
@@ -273719,7 +279848,7 @@
}
},
{
- "id": 24340,
+ "id": 24884,
"properties": {
"facing": "south",
"half": "lower",
@@ -273729,7 +279858,7 @@
}
},
{
- "id": 24341,
+ "id": 24885,
"properties": {
"facing": "south",
"half": "lower",
@@ -273739,7 +279868,7 @@
}
},
{
- "id": 24342,
+ "id": 24886,
"properties": {
"facing": "south",
"half": "lower",
@@ -273749,7 +279878,7 @@
}
},
{
- "id": 24343,
+ "id": 24887,
"properties": {
"facing": "south",
"half": "lower",
@@ -273759,7 +279888,7 @@
}
},
{
- "id": 24344,
+ "id": 24888,
"properties": {
"facing": "south",
"half": "lower",
@@ -273769,7 +279898,7 @@
}
},
{
- "id": 24345,
+ "id": 24889,
"properties": {
"facing": "west",
"half": "upper",
@@ -273779,7 +279908,7 @@
}
},
{
- "id": 24346,
+ "id": 24890,
"properties": {
"facing": "west",
"half": "upper",
@@ -273789,7 +279918,7 @@
}
},
{
- "id": 24347,
+ "id": 24891,
"properties": {
"facing": "west",
"half": "upper",
@@ -273799,7 +279928,7 @@
}
},
{
- "id": 24348,
+ "id": 24892,
"properties": {
"facing": "west",
"half": "upper",
@@ -273809,7 +279938,7 @@
}
},
{
- "id": 24349,
+ "id": 24893,
"properties": {
"facing": "west",
"half": "upper",
@@ -273819,7 +279948,7 @@
}
},
{
- "id": 24350,
+ "id": 24894,
"properties": {
"facing": "west",
"half": "upper",
@@ -273829,7 +279958,7 @@
}
},
{
- "id": 24351,
+ "id": 24895,
"properties": {
"facing": "west",
"half": "upper",
@@ -273839,7 +279968,7 @@
}
},
{
- "id": 24352,
+ "id": 24896,
"properties": {
"facing": "west",
"half": "upper",
@@ -273849,7 +279978,7 @@
}
},
{
- "id": 24353,
+ "id": 24897,
"properties": {
"facing": "west",
"half": "lower",
@@ -273859,7 +279988,7 @@
}
},
{
- "id": 24354,
+ "id": 24898,
"properties": {
"facing": "west",
"half": "lower",
@@ -273869,7 +279998,7 @@
}
},
{
- "id": 24355,
+ "id": 24899,
"properties": {
"facing": "west",
"half": "lower",
@@ -273879,7 +280008,7 @@
}
},
{
- "id": 24356,
+ "id": 24900,
"properties": {
"facing": "west",
"half": "lower",
@@ -273889,7 +280018,7 @@
}
},
{
- "id": 24357,
+ "id": 24901,
"properties": {
"facing": "west",
"half": "lower",
@@ -273899,7 +280028,7 @@
}
},
{
- "id": 24358,
+ "id": 24902,
"properties": {
"facing": "west",
"half": "lower",
@@ -273909,7 +280038,7 @@
}
},
{
- "id": 24359,
+ "id": 24903,
"properties": {
"facing": "west",
"half": "lower",
@@ -273919,7 +280048,7 @@
}
},
{
- "id": 24360,
+ "id": 24904,
"properties": {
"facing": "west",
"half": "lower",
@@ -273929,7 +280058,7 @@
}
},
{
- "id": 24361,
+ "id": 24905,
"properties": {
"facing": "east",
"half": "upper",
@@ -273939,7 +280068,7 @@
}
},
{
- "id": 24362,
+ "id": 24906,
"properties": {
"facing": "east",
"half": "upper",
@@ -273949,7 +280078,7 @@
}
},
{
- "id": 24363,
+ "id": 24907,
"properties": {
"facing": "east",
"half": "upper",
@@ -273959,7 +280088,7 @@
}
},
{
- "id": 24364,
+ "id": 24908,
"properties": {
"facing": "east",
"half": "upper",
@@ -273969,7 +280098,7 @@
}
},
{
- "id": 24365,
+ "id": 24909,
"properties": {
"facing": "east",
"half": "upper",
@@ -273979,7 +280108,7 @@
}
},
{
- "id": 24366,
+ "id": 24910,
"properties": {
"facing": "east",
"half": "upper",
@@ -273989,7 +280118,7 @@
}
},
{
- "id": 24367,
+ "id": 24911,
"properties": {
"facing": "east",
"half": "upper",
@@ -273999,7 +280128,7 @@
}
},
{
- "id": 24368,
+ "id": 24912,
"properties": {
"facing": "east",
"half": "upper",
@@ -274009,7 +280138,7 @@
}
},
{
- "id": 24369,
+ "id": 24913,
"properties": {
"facing": "east",
"half": "lower",
@@ -274019,7 +280148,7 @@
}
},
{
- "id": 24370,
+ "id": 24914,
"properties": {
"facing": "east",
"half": "lower",
@@ -274029,7 +280158,7 @@
}
},
{
- "id": 24371,
+ "id": 24915,
"properties": {
"facing": "east",
"half": "lower",
@@ -274039,7 +280168,7 @@
}
},
{
- "id": 24372,
+ "id": 24916,
"properties": {
"facing": "east",
"half": "lower",
@@ -274049,7 +280178,7 @@
}
},
{
- "id": 24373,
+ "id": 24917,
"properties": {
"facing": "east",
"half": "lower",
@@ -274059,7 +280188,7 @@
}
},
{
- "id": 24374,
+ "id": 24918,
"properties": {
"facing": "east",
"half": "lower",
@@ -274069,7 +280198,7 @@
}
},
{
- "id": 24375,
+ "id": 24919,
"properties": {
"facing": "east",
"half": "lower",
@@ -274079,7 +280208,7 @@
}
},
{
- "id": 24376,
+ "id": 24920,
"properties": {
"facing": "east",
"half": "lower",
@@ -274104,14 +280233,14 @@
},
"states": [
{
- "id": 25149,
+ "id": 25693,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25150,
+ "id": 25694,
"properties": {
"waterlogged": "false"
}
@@ -274151,7 +280280,7 @@
},
"states": [
{
- "id": 24825,
+ "id": 25369,
"properties": {
"facing": "north",
"half": "top",
@@ -274161,7 +280290,7 @@
}
},
{
- "id": 24826,
+ "id": 25370,
"properties": {
"facing": "north",
"half": "top",
@@ -274171,7 +280300,7 @@
}
},
{
- "id": 24827,
+ "id": 25371,
"properties": {
"facing": "north",
"half": "top",
@@ -274181,7 +280310,7 @@
}
},
{
- "id": 24828,
+ "id": 25372,
"properties": {
"facing": "north",
"half": "top",
@@ -274191,7 +280320,7 @@
}
},
{
- "id": 24829,
+ "id": 25373,
"properties": {
"facing": "north",
"half": "top",
@@ -274201,7 +280330,7 @@
}
},
{
- "id": 24830,
+ "id": 25374,
"properties": {
"facing": "north",
"half": "top",
@@ -274211,7 +280340,7 @@
}
},
{
- "id": 24831,
+ "id": 25375,
"properties": {
"facing": "north",
"half": "top",
@@ -274221,7 +280350,7 @@
}
},
{
- "id": 24832,
+ "id": 25376,
"properties": {
"facing": "north",
"half": "top",
@@ -274231,7 +280360,7 @@
}
},
{
- "id": 24833,
+ "id": 25377,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274241,7 +280370,7 @@
}
},
{
- "id": 24834,
+ "id": 25378,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274251,7 +280380,7 @@
}
},
{
- "id": 24835,
+ "id": 25379,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274261,7 +280390,7 @@
}
},
{
- "id": 24836,
+ "id": 25380,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274271,7 +280400,7 @@
}
},
{
- "id": 24837,
+ "id": 25381,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274281,7 +280410,7 @@
}
},
{
- "id": 24838,
+ "id": 25382,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274291,7 +280420,7 @@
}
},
{
- "id": 24839,
+ "id": 25383,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274302,7 +280431,7 @@
},
{
"default": true,
- "id": 24840,
+ "id": 25384,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274312,7 +280441,7 @@
}
},
{
- "id": 24841,
+ "id": 25385,
"properties": {
"facing": "south",
"half": "top",
@@ -274322,7 +280451,7 @@
}
},
{
- "id": 24842,
+ "id": 25386,
"properties": {
"facing": "south",
"half": "top",
@@ -274332,7 +280461,7 @@
}
},
{
- "id": 24843,
+ "id": 25387,
"properties": {
"facing": "south",
"half": "top",
@@ -274342,7 +280471,7 @@
}
},
{
- "id": 24844,
+ "id": 25388,
"properties": {
"facing": "south",
"half": "top",
@@ -274352,7 +280481,7 @@
}
},
{
- "id": 24845,
+ "id": 25389,
"properties": {
"facing": "south",
"half": "top",
@@ -274362,7 +280491,7 @@
}
},
{
- "id": 24846,
+ "id": 25390,
"properties": {
"facing": "south",
"half": "top",
@@ -274372,7 +280501,7 @@
}
},
{
- "id": 24847,
+ "id": 25391,
"properties": {
"facing": "south",
"half": "top",
@@ -274382,7 +280511,7 @@
}
},
{
- "id": 24848,
+ "id": 25392,
"properties": {
"facing": "south",
"half": "top",
@@ -274392,7 +280521,7 @@
}
},
{
- "id": 24849,
+ "id": 25393,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274402,7 +280531,7 @@
}
},
{
- "id": 24850,
+ "id": 25394,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274412,7 +280541,7 @@
}
},
{
- "id": 24851,
+ "id": 25395,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274422,7 +280551,7 @@
}
},
{
- "id": 24852,
+ "id": 25396,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274432,7 +280561,7 @@
}
},
{
- "id": 24853,
+ "id": 25397,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274442,7 +280571,7 @@
}
},
{
- "id": 24854,
+ "id": 25398,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274452,7 +280581,7 @@
}
},
{
- "id": 24855,
+ "id": 25399,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274462,7 +280591,7 @@
}
},
{
- "id": 24856,
+ "id": 25400,
"properties": {
"facing": "south",
"half": "bottom",
@@ -274472,7 +280601,7 @@
}
},
{
- "id": 24857,
+ "id": 25401,
"properties": {
"facing": "west",
"half": "top",
@@ -274482,7 +280611,7 @@
}
},
{
- "id": 24858,
+ "id": 25402,
"properties": {
"facing": "west",
"half": "top",
@@ -274492,7 +280621,7 @@
}
},
{
- "id": 24859,
+ "id": 25403,
"properties": {
"facing": "west",
"half": "top",
@@ -274502,7 +280631,7 @@
}
},
{
- "id": 24860,
+ "id": 25404,
"properties": {
"facing": "west",
"half": "top",
@@ -274512,7 +280641,7 @@
}
},
{
- "id": 24861,
+ "id": 25405,
"properties": {
"facing": "west",
"half": "top",
@@ -274522,7 +280651,7 @@
}
},
{
- "id": 24862,
+ "id": 25406,
"properties": {
"facing": "west",
"half": "top",
@@ -274532,7 +280661,7 @@
}
},
{
- "id": 24863,
+ "id": 25407,
"properties": {
"facing": "west",
"half": "top",
@@ -274542,7 +280671,7 @@
}
},
{
- "id": 24864,
+ "id": 25408,
"properties": {
"facing": "west",
"half": "top",
@@ -274552,7 +280681,7 @@
}
},
{
- "id": 24865,
+ "id": 25409,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274562,7 +280691,7 @@
}
},
{
- "id": 24866,
+ "id": 25410,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274572,7 +280701,7 @@
}
},
{
- "id": 24867,
+ "id": 25411,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274582,7 +280711,7 @@
}
},
{
- "id": 24868,
+ "id": 25412,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274592,7 +280721,7 @@
}
},
{
- "id": 24869,
+ "id": 25413,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274602,7 +280731,7 @@
}
},
{
- "id": 24870,
+ "id": 25414,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274612,7 +280741,7 @@
}
},
{
- "id": 24871,
+ "id": 25415,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274622,7 +280751,7 @@
}
},
{
- "id": 24872,
+ "id": 25416,
"properties": {
"facing": "west",
"half": "bottom",
@@ -274632,7 +280761,7 @@
}
},
{
- "id": 24873,
+ "id": 25417,
"properties": {
"facing": "east",
"half": "top",
@@ -274642,7 +280771,7 @@
}
},
{
- "id": 24874,
+ "id": 25418,
"properties": {
"facing": "east",
"half": "top",
@@ -274652,7 +280781,7 @@
}
},
{
- "id": 24875,
+ "id": 25419,
"properties": {
"facing": "east",
"half": "top",
@@ -274662,7 +280791,7 @@
}
},
{
- "id": 24876,
+ "id": 25420,
"properties": {
"facing": "east",
"half": "top",
@@ -274672,7 +280801,7 @@
}
},
{
- "id": 24877,
+ "id": 25421,
"properties": {
"facing": "east",
"half": "top",
@@ -274682,7 +280811,7 @@
}
},
{
- "id": 24878,
+ "id": 25422,
"properties": {
"facing": "east",
"half": "top",
@@ -274692,7 +280821,7 @@
}
},
{
- "id": 24879,
+ "id": 25423,
"properties": {
"facing": "east",
"half": "top",
@@ -274702,7 +280831,7 @@
}
},
{
- "id": 24880,
+ "id": 25424,
"properties": {
"facing": "east",
"half": "top",
@@ -274712,7 +280841,7 @@
}
},
{
- "id": 24881,
+ "id": 25425,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274722,7 +280851,7 @@
}
},
{
- "id": 24882,
+ "id": 25426,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274732,7 +280861,7 @@
}
},
{
- "id": 24883,
+ "id": 25427,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274742,7 +280871,7 @@
}
},
{
- "id": 24884,
+ "id": 25428,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274752,7 +280881,7 @@
}
},
{
- "id": 24885,
+ "id": 25429,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274762,7 +280891,7 @@
}
},
{
- "id": 24886,
+ "id": 25430,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274772,7 +280901,7 @@
}
},
{
- "id": 24887,
+ "id": 25431,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274782,7 +280911,7 @@
}
},
{
- "id": 24888,
+ "id": 25432,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274802,7 +280931,7 @@
"states": [
{
"default": true,
- "id": 23414
+ "id": 23958
}
]
},
@@ -274825,21 +280954,21 @@
},
"states": [
{
- "id": 23751,
+ "id": 24295,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 23752,
+ "id": 24296,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 23753,
+ "id": 24297,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -274847,21 +280976,21 @@
},
{
"default": true,
- "id": 23754,
+ "id": 24298,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 23755,
+ "id": 24299,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 23756,
+ "id": 24300,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -274903,7 +281032,7 @@
},
"states": [
{
- "id": 23505,
+ "id": 24049,
"properties": {
"facing": "north",
"half": "top",
@@ -274912,7 +281041,7 @@
}
},
{
- "id": 23506,
+ "id": 24050,
"properties": {
"facing": "north",
"half": "top",
@@ -274921,7 +281050,7 @@
}
},
{
- "id": 23507,
+ "id": 24051,
"properties": {
"facing": "north",
"half": "top",
@@ -274930,7 +281059,7 @@
}
},
{
- "id": 23508,
+ "id": 24052,
"properties": {
"facing": "north",
"half": "top",
@@ -274939,7 +281068,7 @@
}
},
{
- "id": 23509,
+ "id": 24053,
"properties": {
"facing": "north",
"half": "top",
@@ -274948,7 +281077,7 @@
}
},
{
- "id": 23510,
+ "id": 24054,
"properties": {
"facing": "north",
"half": "top",
@@ -274957,7 +281086,7 @@
}
},
{
- "id": 23511,
+ "id": 24055,
"properties": {
"facing": "north",
"half": "top",
@@ -274966,7 +281095,7 @@
}
},
{
- "id": 23512,
+ "id": 24056,
"properties": {
"facing": "north",
"half": "top",
@@ -274975,7 +281104,7 @@
}
},
{
- "id": 23513,
+ "id": 24057,
"properties": {
"facing": "north",
"half": "top",
@@ -274984,7 +281113,7 @@
}
},
{
- "id": 23514,
+ "id": 24058,
"properties": {
"facing": "north",
"half": "top",
@@ -274993,7 +281122,7 @@
}
},
{
- "id": 23515,
+ "id": 24059,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275003,7 +281132,7 @@
},
{
"default": true,
- "id": 23516,
+ "id": 24060,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275012,7 +281141,7 @@
}
},
{
- "id": 23517,
+ "id": 24061,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275021,7 +281150,7 @@
}
},
{
- "id": 23518,
+ "id": 24062,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275030,7 +281159,7 @@
}
},
{
- "id": 23519,
+ "id": 24063,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275039,7 +281168,7 @@
}
},
{
- "id": 23520,
+ "id": 24064,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275048,7 +281177,7 @@
}
},
{
- "id": 23521,
+ "id": 24065,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275057,7 +281186,7 @@
}
},
{
- "id": 23522,
+ "id": 24066,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275066,7 +281195,7 @@
}
},
{
- "id": 23523,
+ "id": 24067,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275075,7 +281204,7 @@
}
},
{
- "id": 23524,
+ "id": 24068,
"properties": {
"facing": "north",
"half": "bottom",
@@ -275084,7 +281213,7 @@
}
},
{
- "id": 23525,
+ "id": 24069,
"properties": {
"facing": "south",
"half": "top",
@@ -275093,7 +281222,7 @@
}
},
{
- "id": 23526,
+ "id": 24070,
"properties": {
"facing": "south",
"half": "top",
@@ -275102,7 +281231,7 @@
}
},
{
- "id": 23527,
+ "id": 24071,
"properties": {
"facing": "south",
"half": "top",
@@ -275111,7 +281240,7 @@
}
},
{
- "id": 23528,
+ "id": 24072,
"properties": {
"facing": "south",
"half": "top",
@@ -275120,7 +281249,7 @@
}
},
{
- "id": 23529,
+ "id": 24073,
"properties": {
"facing": "south",
"half": "top",
@@ -275129,7 +281258,7 @@
}
},
{
- "id": 23530,
+ "id": 24074,
"properties": {
"facing": "south",
"half": "top",
@@ -275138,7 +281267,7 @@
}
},
{
- "id": 23531,
+ "id": 24075,
"properties": {
"facing": "south",
"half": "top",
@@ -275147,7 +281276,7 @@
}
},
{
- "id": 23532,
+ "id": 24076,
"properties": {
"facing": "south",
"half": "top",
@@ -275156,7 +281285,7 @@
}
},
{
- "id": 23533,
+ "id": 24077,
"properties": {
"facing": "south",
"half": "top",
@@ -275165,7 +281294,7 @@
}
},
{
- "id": 23534,
+ "id": 24078,
"properties": {
"facing": "south",
"half": "top",
@@ -275174,7 +281303,7 @@
}
},
{
- "id": 23535,
+ "id": 24079,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275183,7 +281312,7 @@
}
},
{
- "id": 23536,
+ "id": 24080,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275192,7 +281321,7 @@
}
},
{
- "id": 23537,
+ "id": 24081,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275201,7 +281330,7 @@
}
},
{
- "id": 23538,
+ "id": 24082,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275210,7 +281339,7 @@
}
},
{
- "id": 23539,
+ "id": 24083,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275219,7 +281348,7 @@
}
},
{
- "id": 23540,
+ "id": 24084,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275228,7 +281357,7 @@
}
},
{
- "id": 23541,
+ "id": 24085,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275237,7 +281366,7 @@
}
},
{
- "id": 23542,
+ "id": 24086,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275246,7 +281375,7 @@
}
},
{
- "id": 23543,
+ "id": 24087,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275255,7 +281384,7 @@
}
},
{
- "id": 23544,
+ "id": 24088,
"properties": {
"facing": "south",
"half": "bottom",
@@ -275264,7 +281393,7 @@
}
},
{
- "id": 23545,
+ "id": 24089,
"properties": {
"facing": "west",
"half": "top",
@@ -275273,7 +281402,7 @@
}
},
{
- "id": 23546,
+ "id": 24090,
"properties": {
"facing": "west",
"half": "top",
@@ -275282,7 +281411,7 @@
}
},
{
- "id": 23547,
+ "id": 24091,
"properties": {
"facing": "west",
"half": "top",
@@ -275291,7 +281420,7 @@
}
},
{
- "id": 23548,
+ "id": 24092,
"properties": {
"facing": "west",
"half": "top",
@@ -275300,7 +281429,7 @@
}
},
{
- "id": 23549,
+ "id": 24093,
"properties": {
"facing": "west",
"half": "top",
@@ -275309,7 +281438,7 @@
}
},
{
- "id": 23550,
+ "id": 24094,
"properties": {
"facing": "west",
"half": "top",
@@ -275318,7 +281447,7 @@
}
},
{
- "id": 23551,
+ "id": 24095,
"properties": {
"facing": "west",
"half": "top",
@@ -275327,7 +281456,7 @@
}
},
{
- "id": 23552,
+ "id": 24096,
"properties": {
"facing": "west",
"half": "top",
@@ -275336,7 +281465,7 @@
}
},
{
- "id": 23553,
+ "id": 24097,
"properties": {
"facing": "west",
"half": "top",
@@ -275345,7 +281474,7 @@
}
},
{
- "id": 23554,
+ "id": 24098,
"properties": {
"facing": "west",
"half": "top",
@@ -275354,7 +281483,7 @@
}
},
{
- "id": 23555,
+ "id": 24099,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275363,7 +281492,7 @@
}
},
{
- "id": 23556,
+ "id": 24100,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275372,7 +281501,7 @@
}
},
{
- "id": 23557,
+ "id": 24101,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275381,7 +281510,7 @@
}
},
{
- "id": 23558,
+ "id": 24102,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275390,7 +281519,7 @@
}
},
{
- "id": 23559,
+ "id": 24103,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275399,7 +281528,7 @@
}
},
{
- "id": 23560,
+ "id": 24104,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275408,7 +281537,7 @@
}
},
{
- "id": 23561,
+ "id": 24105,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275417,7 +281546,7 @@
}
},
{
- "id": 23562,
+ "id": 24106,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275426,7 +281555,7 @@
}
},
{
- "id": 23563,
+ "id": 24107,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275435,7 +281564,7 @@
}
},
{
- "id": 23564,
+ "id": 24108,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275444,7 +281573,7 @@
}
},
{
- "id": 23565,
+ "id": 24109,
"properties": {
"facing": "east",
"half": "top",
@@ -275453,7 +281582,7 @@
}
},
{
- "id": 23566,
+ "id": 24110,
"properties": {
"facing": "east",
"half": "top",
@@ -275462,7 +281591,7 @@
}
},
{
- "id": 23567,
+ "id": 24111,
"properties": {
"facing": "east",
"half": "top",
@@ -275471,7 +281600,7 @@
}
},
{
- "id": 23568,
+ "id": 24112,
"properties": {
"facing": "east",
"half": "top",
@@ -275480,7 +281609,7 @@
}
},
{
- "id": 23569,
+ "id": 24113,
"properties": {
"facing": "east",
"half": "top",
@@ -275489,7 +281618,7 @@
}
},
{
- "id": 23570,
+ "id": 24114,
"properties": {
"facing": "east",
"half": "top",
@@ -275498,7 +281627,7 @@
}
},
{
- "id": 23571,
+ "id": 24115,
"properties": {
"facing": "east",
"half": "top",
@@ -275507,7 +281636,7 @@
}
},
{
- "id": 23572,
+ "id": 24116,
"properties": {
"facing": "east",
"half": "top",
@@ -275516,7 +281645,7 @@
}
},
{
- "id": 23573,
+ "id": 24117,
"properties": {
"facing": "east",
"half": "top",
@@ -275525,7 +281654,7 @@
}
},
{
- "id": 23574,
+ "id": 24118,
"properties": {
"facing": "east",
"half": "top",
@@ -275534,7 +281663,7 @@
}
},
{
- "id": 23575,
+ "id": 24119,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275543,7 +281672,7 @@
}
},
{
- "id": 23576,
+ "id": 24120,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275552,7 +281681,7 @@
}
},
{
- "id": 23577,
+ "id": 24121,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275561,7 +281690,7 @@
}
},
{
- "id": 23578,
+ "id": 24122,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275570,7 +281699,7 @@
}
},
{
- "id": 23579,
+ "id": 24123,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275579,7 +281708,7 @@
}
},
{
- "id": 23580,
+ "id": 24124,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275588,7 +281717,7 @@
}
},
{
- "id": 23581,
+ "id": 24125,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275597,7 +281726,7 @@
}
},
{
- "id": 23582,
+ "id": 24126,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275606,7 +281735,7 @@
}
},
{
- "id": 23583,
+ "id": 24127,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275615,7 +281744,7 @@
}
},
{
- "id": 23584,
+ "id": 24128,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275663,157 +281792,157 @@
"states": [
{
"default": true,
- "id": 19080,
+ "id": 19624,
"properties": {
"age": "0"
}
},
{
- "id": 19081,
+ "id": 19625,
"properties": {
"age": "1"
}
},
{
- "id": 19082,
+ "id": 19626,
"properties": {
"age": "2"
}
},
{
- "id": 19083,
+ "id": 19627,
"properties": {
"age": "3"
}
},
{
- "id": 19084,
+ "id": 19628,
"properties": {
"age": "4"
}
},
{
- "id": 19085,
+ "id": 19629,
"properties": {
"age": "5"
}
},
{
- "id": 19086,
+ "id": 19630,
"properties": {
"age": "6"
}
},
{
- "id": 19087,
+ "id": 19631,
"properties": {
"age": "7"
}
},
{
- "id": 19088,
+ "id": 19632,
"properties": {
"age": "8"
}
},
{
- "id": 19089,
+ "id": 19633,
"properties": {
"age": "9"
}
},
{
- "id": 19090,
+ "id": 19634,
"properties": {
"age": "10"
}
},
{
- "id": 19091,
+ "id": 19635,
"properties": {
"age": "11"
}
},
{
- "id": 19092,
+ "id": 19636,
"properties": {
"age": "12"
}
},
{
- "id": 19093,
+ "id": 19637,
"properties": {
"age": "13"
}
},
{
- "id": 19094,
+ "id": 19638,
"properties": {
"age": "14"
}
},
{
- "id": 19095,
+ "id": 19639,
"properties": {
"age": "15"
}
},
{
- "id": 19096,
+ "id": 19640,
"properties": {
"age": "16"
}
},
{
- "id": 19097,
+ "id": 19641,
"properties": {
"age": "17"
}
},
{
- "id": 19098,
+ "id": 19642,
"properties": {
"age": "18"
}
},
{
- "id": 19099,
+ "id": 19643,
"properties": {
"age": "19"
}
},
{
- "id": 19100,
+ "id": 19644,
"properties": {
"age": "20"
}
},
{
- "id": 19101,
+ "id": 19645,
"properties": {
"age": "21"
}
},
{
- "id": 19102,
+ "id": 19646,
"properties": {
"age": "22"
}
},
{
- "id": 19103,
+ "id": 19647,
"properties": {
"age": "23"
}
},
{
- "id": 19104,
+ "id": 19648,
"properties": {
"age": "24"
}
},
{
- "id": 19105,
+ "id": 19649,
"properties": {
"age": "25"
}
@@ -275828,7 +281957,7 @@
"states": [
{
"default": true,
- "id": 19106
+ "id": 19650
}
]
},
@@ -275864,49 +281993,49 @@
"states": [
{
"default": true,
- "id": 4330,
+ "id": 4333,
"properties": {
"age": "0"
}
},
{
- "id": 4331,
+ "id": 4334,
"properties": {
"age": "1"
}
},
{
- "id": 4332,
+ "id": 4335,
"properties": {
"age": "2"
}
},
{
- "id": 4333,
+ "id": 4336,
"properties": {
"age": "3"
}
},
{
- "id": 4334,
+ "id": 4337,
"properties": {
"age": "4"
}
},
{
- "id": 4335,
+ "id": 4338,
"properties": {
"age": "5"
}
},
{
- "id": 4336,
+ "id": 4339,
"properties": {
"age": "6"
}
},
{
- "id": 4337,
+ "id": 4340,
"properties": {
"age": "7"
}
@@ -275942,97 +282071,97 @@
"states": [
{
"default": true,
- "id": 11094,
+ "id": 11638,
"properties": {
"rotation": "0"
}
},
{
- "id": 11095,
+ "id": 11639,
"properties": {
"rotation": "1"
}
},
{
- "id": 11096,
+ "id": 11640,
"properties": {
"rotation": "2"
}
},
{
- "id": 11097,
+ "id": 11641,
"properties": {
"rotation": "3"
}
},
{
- "id": 11098,
+ "id": 11642,
"properties": {
"rotation": "4"
}
},
{
- "id": 11099,
+ "id": 11643,
"properties": {
"rotation": "5"
}
},
{
- "id": 11100,
+ "id": 11644,
"properties": {
"rotation": "6"
}
},
{
- "id": 11101,
+ "id": 11645,
"properties": {
"rotation": "7"
}
},
{
- "id": 11102,
+ "id": 11646,
"properties": {
"rotation": "8"
}
},
{
- "id": 11103,
+ "id": 11647,
"properties": {
"rotation": "9"
}
},
{
- "id": 11104,
+ "id": 11648,
"properties": {
"rotation": "10"
}
},
{
- "id": 11105,
+ "id": 11649,
"properties": {
"rotation": "11"
}
},
{
- "id": 11106,
+ "id": 11650,
"properties": {
"rotation": "12"
}
},
{
- "id": 11107,
+ "id": 11651,
"properties": {
"rotation": "13"
}
},
{
- "id": 11108,
+ "id": 11652,
"properties": {
"rotation": "14"
}
},
{
- "id": 11109,
+ "id": 11653,
"properties": {
"rotation": "15"
}
@@ -276216,7 +282345,7 @@
},
"states": [
{
- "id": 21210,
+ "id": 21754,
"properties": {
"candles": "1",
"lit": "true",
@@ -276224,7 +282353,7 @@
}
},
{
- "id": 21211,
+ "id": 21755,
"properties": {
"candles": "1",
"lit": "true",
@@ -276232,7 +282361,7 @@
}
},
{
- "id": 21212,
+ "id": 21756,
"properties": {
"candles": "1",
"lit": "false",
@@ -276241,7 +282370,7 @@
},
{
"default": true,
- "id": 21213,
+ "id": 21757,
"properties": {
"candles": "1",
"lit": "false",
@@ -276249,7 +282378,7 @@
}
},
{
- "id": 21214,
+ "id": 21758,
"properties": {
"candles": "2",
"lit": "true",
@@ -276257,7 +282386,7 @@
}
},
{
- "id": 21215,
+ "id": 21759,
"properties": {
"candles": "2",
"lit": "true",
@@ -276265,7 +282394,7 @@
}
},
{
- "id": 21216,
+ "id": 21760,
"properties": {
"candles": "2",
"lit": "false",
@@ -276273,7 +282402,7 @@
}
},
{
- "id": 21217,
+ "id": 21761,
"properties": {
"candles": "2",
"lit": "false",
@@ -276281,7 +282410,7 @@
}
},
{
- "id": 21218,
+ "id": 21762,
"properties": {
"candles": "3",
"lit": "true",
@@ -276289,7 +282418,7 @@
}
},
{
- "id": 21219,
+ "id": 21763,
"properties": {
"candles": "3",
"lit": "true",
@@ -276297,7 +282426,7 @@
}
},
{
- "id": 21220,
+ "id": 21764,
"properties": {
"candles": "3",
"lit": "false",
@@ -276305,7 +282434,7 @@
}
},
{
- "id": 21221,
+ "id": 21765,
"properties": {
"candles": "3",
"lit": "false",
@@ -276313,7 +282442,7 @@
}
},
{
- "id": 21222,
+ "id": 21766,
"properties": {
"candles": "4",
"lit": "true",
@@ -276321,7 +282450,7 @@
}
},
{
- "id": 21223,
+ "id": 21767,
"properties": {
"candles": "4",
"lit": "true",
@@ -276329,7 +282458,7 @@
}
},
{
- "id": 21224,
+ "id": 21768,
"properties": {
"candles": "4",
"lit": "false",
@@ -276337,7 +282466,7 @@
}
},
{
- "id": 21225,
+ "id": 21769,
"properties": {
"candles": "4",
"lit": "false",
@@ -276360,14 +282489,14 @@
},
"states": [
{
- "id": 21468,
+ "id": 22012,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21469,
+ "id": 22013,
"properties": {
"lit": "false"
}
@@ -276383,7 +282512,7 @@
"states": [
{
"default": true,
- "id": 11063
+ "id": 11607
}
]
},
@@ -276395,7 +282524,7 @@
"states": [
{
"default": true,
- "id": 13197
+ "id": 13741
}
]
},
@@ -276408,7 +282537,7 @@
"states": [
{
"default": true,
- "id": 13213
+ "id": 13757
}
]
},
@@ -276428,25 +282557,25 @@
"states": [
{
"default": true,
- "id": 13133,
+ "id": 13677,
"properties": {
"facing": "north"
}
},
{
- "id": 13134,
+ "id": 13678,
"properties": {
"facing": "south"
}
},
{
- "id": 13135,
+ "id": 13679,
"properties": {
"facing": "west"
}
},
{
- "id": 13136,
+ "id": 13680,
"properties": {
"facing": "east"
}
@@ -276471,38 +282600,38 @@
},
"states": [
{
- "id": 13037,
+ "id": 13581,
"properties": {
"facing": "north"
}
},
{
- "id": 13038,
+ "id": 13582,
"properties": {
"facing": "east"
}
},
{
- "id": 13039,
+ "id": 13583,
"properties": {
"facing": "south"
}
},
{
- "id": 13040,
+ "id": 13584,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13041,
+ "id": 13585,
"properties": {
"facing": "up"
}
},
{
- "id": 13042,
+ "id": 13586,
"properties": {
"facing": "down"
}
@@ -276518,7 +282647,7 @@
"states": [
{
"default": true,
- "id": 6111
+ "id": 6114
}
]
},
@@ -276552,7 +282681,7 @@
},
"states": [
{
- "id": 9627,
+ "id": 10171,
"properties": {
"east": "true",
"north": "true",
@@ -276562,7 +282691,7 @@
}
},
{
- "id": 9628,
+ "id": 10172,
"properties": {
"east": "true",
"north": "true",
@@ -276572,7 +282701,7 @@
}
},
{
- "id": 9629,
+ "id": 10173,
"properties": {
"east": "true",
"north": "true",
@@ -276582,7 +282711,7 @@
}
},
{
- "id": 9630,
+ "id": 10174,
"properties": {
"east": "true",
"north": "true",
@@ -276592,7 +282721,7 @@
}
},
{
- "id": 9631,
+ "id": 10175,
"properties": {
"east": "true",
"north": "true",
@@ -276602,7 +282731,7 @@
}
},
{
- "id": 9632,
+ "id": 10176,
"properties": {
"east": "true",
"north": "true",
@@ -276612,7 +282741,7 @@
}
},
{
- "id": 9633,
+ "id": 10177,
"properties": {
"east": "true",
"north": "true",
@@ -276622,7 +282751,7 @@
}
},
{
- "id": 9634,
+ "id": 10178,
"properties": {
"east": "true",
"north": "true",
@@ -276632,7 +282761,7 @@
}
},
{
- "id": 9635,
+ "id": 10179,
"properties": {
"east": "true",
"north": "false",
@@ -276642,7 +282771,7 @@
}
},
{
- "id": 9636,
+ "id": 10180,
"properties": {
"east": "true",
"north": "false",
@@ -276652,7 +282781,7 @@
}
},
{
- "id": 9637,
+ "id": 10181,
"properties": {
"east": "true",
"north": "false",
@@ -276662,7 +282791,7 @@
}
},
{
- "id": 9638,
+ "id": 10182,
"properties": {
"east": "true",
"north": "false",
@@ -276672,7 +282801,7 @@
}
},
{
- "id": 9639,
+ "id": 10183,
"properties": {
"east": "true",
"north": "false",
@@ -276682,7 +282811,7 @@
}
},
{
- "id": 9640,
+ "id": 10184,
"properties": {
"east": "true",
"north": "false",
@@ -276692,7 +282821,7 @@
}
},
{
- "id": 9641,
+ "id": 10185,
"properties": {
"east": "true",
"north": "false",
@@ -276702,7 +282831,7 @@
}
},
{
- "id": 9642,
+ "id": 10186,
"properties": {
"east": "true",
"north": "false",
@@ -276712,7 +282841,7 @@
}
},
{
- "id": 9643,
+ "id": 10187,
"properties": {
"east": "false",
"north": "true",
@@ -276722,7 +282851,7 @@
}
},
{
- "id": 9644,
+ "id": 10188,
"properties": {
"east": "false",
"north": "true",
@@ -276732,7 +282861,7 @@
}
},
{
- "id": 9645,
+ "id": 10189,
"properties": {
"east": "false",
"north": "true",
@@ -276742,7 +282871,7 @@
}
},
{
- "id": 9646,
+ "id": 10190,
"properties": {
"east": "false",
"north": "true",
@@ -276752,7 +282881,7 @@
}
},
{
- "id": 9647,
+ "id": 10191,
"properties": {
"east": "false",
"north": "true",
@@ -276762,7 +282891,7 @@
}
},
{
- "id": 9648,
+ "id": 10192,
"properties": {
"east": "false",
"north": "true",
@@ -276772,7 +282901,7 @@
}
},
{
- "id": 9649,
+ "id": 10193,
"properties": {
"east": "false",
"north": "true",
@@ -276782,7 +282911,7 @@
}
},
{
- "id": 9650,
+ "id": 10194,
"properties": {
"east": "false",
"north": "true",
@@ -276792,7 +282921,7 @@
}
},
{
- "id": 9651,
+ "id": 10195,
"properties": {
"east": "false",
"north": "false",
@@ -276802,7 +282931,7 @@
}
},
{
- "id": 9652,
+ "id": 10196,
"properties": {
"east": "false",
"north": "false",
@@ -276812,7 +282941,7 @@
}
},
{
- "id": 9653,
+ "id": 10197,
"properties": {
"east": "false",
"north": "false",
@@ -276822,7 +282951,7 @@
}
},
{
- "id": 9654,
+ "id": 10198,
"properties": {
"east": "false",
"north": "false",
@@ -276832,7 +282961,7 @@
}
},
{
- "id": 9655,
+ "id": 10199,
"properties": {
"east": "false",
"north": "false",
@@ -276842,7 +282971,7 @@
}
},
{
- "id": 9656,
+ "id": 10200,
"properties": {
"east": "false",
"north": "false",
@@ -276852,7 +282981,7 @@
}
},
{
- "id": 9657,
+ "id": 10201,
"properties": {
"east": "false",
"north": "false",
@@ -276863,7 +282992,7 @@
},
{
"default": true,
- "id": 9658,
+ "id": 10202,
"properties": {
"east": "false",
"north": "false",
@@ -276882,7 +283011,7 @@
"states": [
{
"default": true,
- "id": 9611
+ "id": 10155
}
]
},
@@ -276892,7 +283021,7 @@
"properties": {},
"suspicious_stew_effects": [
{
- "duration": 180,
+ "duration": 140,
"id": "minecraft:weakness"
}
]
@@ -276921,25 +283050,25 @@
"states": [
{
"default": true,
- "id": 11350,
+ "id": 11894,
"properties": {
"facing": "north"
}
},
{
- "id": 11351,
+ "id": 11895,
"properties": {
"facing": "south"
}
},
{
- "id": 11352,
+ "id": 11896,
"properties": {
"facing": "west"
}
},
{
- "id": 11353,
+ "id": 11897,
"properties": {
"facing": "east"
}
@@ -276964,6 +283093,7 @@
"properties": {},
"suspicious_stew_effects": [
{
+ "duration": 140,
"id": "minecraft:wither"
}
]
@@ -277006,112 +283136,112 @@
},
"states": [
{
- "id": 9122,
+ "id": 9666,
"properties": {
"powered": "true",
"rotation": "0"
}
},
{
- "id": 9123,
+ "id": 9667,
"properties": {
"powered": "true",
"rotation": "1"
}
},
{
- "id": 9124,
+ "id": 9668,
"properties": {
"powered": "true",
"rotation": "2"
}
},
{
- "id": 9125,
+ "id": 9669,
"properties": {
"powered": "true",
"rotation": "3"
}
},
{
- "id": 9126,
+ "id": 9670,
"properties": {
"powered": "true",
"rotation": "4"
}
},
{
- "id": 9127,
+ "id": 9671,
"properties": {
"powered": "true",
"rotation": "5"
}
},
{
- "id": 9128,
+ "id": 9672,
"properties": {
"powered": "true",
"rotation": "6"
}
},
{
- "id": 9129,
+ "id": 9673,
"properties": {
"powered": "true",
"rotation": "7"
}
},
{
- "id": 9130,
+ "id": 9674,
"properties": {
"powered": "true",
"rotation": "8"
}
},
{
- "id": 9131,
+ "id": 9675,
"properties": {
"powered": "true",
"rotation": "9"
}
},
{
- "id": 9132,
+ "id": 9676,
"properties": {
"powered": "true",
"rotation": "10"
}
},
{
- "id": 9133,
+ "id": 9677,
"properties": {
"powered": "true",
"rotation": "11"
}
},
{
- "id": 9134,
+ "id": 9678,
"properties": {
"powered": "true",
"rotation": "12"
}
},
{
- "id": 9135,
+ "id": 9679,
"properties": {
"powered": "true",
"rotation": "13"
}
},
{
- "id": 9136,
+ "id": 9680,
"properties": {
"powered": "true",
"rotation": "14"
}
},
{
- "id": 9137,
+ "id": 9681,
"properties": {
"powered": "true",
"rotation": "15"
@@ -277119,112 +283249,112 @@
},
{
"default": true,
- "id": 9138,
+ "id": 9682,
"properties": {
"powered": "false",
"rotation": "0"
}
},
{
- "id": 9139,
+ "id": 9683,
"properties": {
"powered": "false",
"rotation": "1"
}
},
{
- "id": 9140,
+ "id": 9684,
"properties": {
"powered": "false",
"rotation": "2"
}
},
{
- "id": 9141,
+ "id": 9685,
"properties": {
"powered": "false",
"rotation": "3"
}
},
{
- "id": 9142,
+ "id": 9686,
"properties": {
"powered": "false",
"rotation": "4"
}
},
{
- "id": 9143,
+ "id": 9687,
"properties": {
"powered": "false",
"rotation": "5"
}
},
{
- "id": 9144,
+ "id": 9688,
"properties": {
"powered": "false",
"rotation": "6"
}
},
{
- "id": 9145,
+ "id": 9689,
"properties": {
"powered": "false",
"rotation": "7"
}
},
{
- "id": 9146,
+ "id": 9690,
"properties": {
"powered": "false",
"rotation": "8"
}
},
{
- "id": 9147,
+ "id": 9691,
"properties": {
"powered": "false",
"rotation": "9"
}
},
{
- "id": 9148,
+ "id": 9692,
"properties": {
"powered": "false",
"rotation": "10"
}
},
{
- "id": 9149,
+ "id": 9693,
"properties": {
"powered": "false",
"rotation": "11"
}
},
{
- "id": 9150,
+ "id": 9694,
"properties": {
"powered": "false",
"rotation": "12"
}
},
{
- "id": 9151,
+ "id": 9695,
"properties": {
"powered": "false",
"rotation": "13"
}
},
{
- "id": 9152,
+ "id": 9696,
"properties": {
"powered": "false",
"rotation": "14"
}
},
{
- "id": 9153,
+ "id": 9697,
"properties": {
"powered": "false",
"rotation": "15"
@@ -277251,7 +283381,7 @@
},
"states": [
{
- "id": 9154,
+ "id": 9698,
"properties": {
"facing": "north",
"powered": "true"
@@ -277259,49 +283389,49 @@
},
{
"default": true,
- "id": 9155,
+ "id": 9699,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 9156,
+ "id": 9700,
"properties": {
"facing": "south",
"powered": "true"
}
},
{
- "id": 9157,
+ "id": 9701,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 9158,
+ "id": 9702,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 9159,
+ "id": 9703,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 9160,
+ "id": 9704,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 9161,
+ "id": 9705,
"properties": {
"facing": "east",
"powered": "false"
@@ -277338,97 +283468,97 @@
"states": [
{
"default": true,
- "id": 11158,
+ "id": 11702,
"properties": {
"rotation": "0"
}
},
{
- "id": 11159,
+ "id": 11703,
"properties": {
"rotation": "1"
}
},
{
- "id": 11160,
+ "id": 11704,
"properties": {
"rotation": "2"
}
},
{
- "id": 11161,
+ "id": 11705,
"properties": {
"rotation": "3"
}
},
{
- "id": 11162,
+ "id": 11706,
"properties": {
"rotation": "4"
}
},
{
- "id": 11163,
+ "id": 11707,
"properties": {
"rotation": "5"
}
},
{
- "id": 11164,
+ "id": 11708,
"properties": {
"rotation": "6"
}
},
{
- "id": 11165,
+ "id": 11709,
"properties": {
"rotation": "7"
}
},
{
- "id": 11166,
+ "id": 11710,
"properties": {
"rotation": "8"
}
},
{
- "id": 11167,
+ "id": 11711,
"properties": {
"rotation": "9"
}
},
{
- "id": 11168,
+ "id": 11712,
"properties": {
"rotation": "10"
}
},
{
- "id": 11169,
+ "id": 11713,
"properties": {
"rotation": "11"
}
},
{
- "id": 11170,
+ "id": 11714,
"properties": {
"rotation": "12"
}
},
{
- "id": 11171,
+ "id": 11715,
"properties": {
"rotation": "13"
}
},
{
- "id": 11172,
+ "id": 11716,
"properties": {
"rotation": "14"
}
},
{
- "id": 11173,
+ "id": 11717,
"properties": {
"rotation": "15"
}
@@ -277612,7 +283742,7 @@
},
"states": [
{
- "id": 21274,
+ "id": 21818,
"properties": {
"candles": "1",
"lit": "true",
@@ -277620,7 +283750,7 @@
}
},
{
- "id": 21275,
+ "id": 21819,
"properties": {
"candles": "1",
"lit": "true",
@@ -277628,7 +283758,7 @@
}
},
{
- "id": 21276,
+ "id": 21820,
"properties": {
"candles": "1",
"lit": "false",
@@ -277637,7 +283767,7 @@
},
{
"default": true,
- "id": 21277,
+ "id": 21821,
"properties": {
"candles": "1",
"lit": "false",
@@ -277645,7 +283775,7 @@
}
},
{
- "id": 21278,
+ "id": 21822,
"properties": {
"candles": "2",
"lit": "true",
@@ -277653,7 +283783,7 @@
}
},
{
- "id": 21279,
+ "id": 21823,
"properties": {
"candles": "2",
"lit": "true",
@@ -277661,7 +283791,7 @@
}
},
{
- "id": 21280,
+ "id": 21824,
"properties": {
"candles": "2",
"lit": "false",
@@ -277669,7 +283799,7 @@
}
},
{
- "id": 21281,
+ "id": 21825,
"properties": {
"candles": "2",
"lit": "false",
@@ -277677,7 +283807,7 @@
}
},
{
- "id": 21282,
+ "id": 21826,
"properties": {
"candles": "3",
"lit": "true",
@@ -277685,7 +283815,7 @@
}
},
{
- "id": 21283,
+ "id": 21827,
"properties": {
"candles": "3",
"lit": "true",
@@ -277693,7 +283823,7 @@
}
},
{
- "id": 21284,
+ "id": 21828,
"properties": {
"candles": "3",
"lit": "false",
@@ -277701,7 +283831,7 @@
}
},
{
- "id": 21285,
+ "id": 21829,
"properties": {
"candles": "3",
"lit": "false",
@@ -277709,7 +283839,7 @@
}
},
{
- "id": 21286,
+ "id": 21830,
"properties": {
"candles": "4",
"lit": "true",
@@ -277717,7 +283847,7 @@
}
},
{
- "id": 21287,
+ "id": 21831,
"properties": {
"candles": "4",
"lit": "true",
@@ -277725,7 +283855,7 @@
}
},
{
- "id": 21288,
+ "id": 21832,
"properties": {
"candles": "4",
"lit": "false",
@@ -277733,7 +283863,7 @@
}
},
{
- "id": 21289,
+ "id": 21833,
"properties": {
"candles": "4",
"lit": "false",
@@ -277756,14 +283886,14 @@
},
"states": [
{
- "id": 21476,
+ "id": 22020,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 21477,
+ "id": 22021,
"properties": {
"lit": "false"
}
@@ -277779,7 +283909,7 @@
"states": [
{
"default": true,
- "id": 11067
+ "id": 11611
}
]
},
@@ -277791,7 +283921,7 @@
"states": [
{
"default": true,
- "id": 13201
+ "id": 13745
}
]
},
@@ -277804,7 +283934,7 @@
"states": [
{
"default": true,
- "id": 13217
+ "id": 13761
}
]
},
@@ -277824,25 +283954,25 @@
"states": [
{
"default": true,
- "id": 13149,
+ "id": 13693,
"properties": {
"facing": "north"
}
},
{
- "id": 13150,
+ "id": 13694,
"properties": {
"facing": "south"
}
},
{
- "id": 13151,
+ "id": 13695,
"properties": {
"facing": "west"
}
},
{
- "id": 13152,
+ "id": 13696,
"properties": {
"facing": "east"
}
@@ -277867,38 +283997,38 @@
},
"states": [
{
- "id": 13061,
+ "id": 13605,
"properties": {
"facing": "north"
}
},
{
- "id": 13062,
+ "id": 13606,
"properties": {
"facing": "east"
}
},
{
- "id": 13063,
+ "id": 13607,
"properties": {
"facing": "south"
}
},
{
- "id": 13064,
+ "id": 13608,
"properties": {
"facing": "west"
}
},
{
"default": true,
- "id": 13065,
+ "id": 13609,
"properties": {
"facing": "up"
}
},
{
- "id": 13066,
+ "id": 13610,
"properties": {
"facing": "down"
}
@@ -277914,7 +284044,7 @@
"states": [
{
"default": true,
- "id": 6115
+ "id": 6118
}
]
},
@@ -277948,7 +284078,7 @@
},
"states": [
{
- "id": 9755,
+ "id": 10299,
"properties": {
"east": "true",
"north": "true",
@@ -277958,7 +284088,7 @@
}
},
{
- "id": 9756,
+ "id": 10300,
"properties": {
"east": "true",
"north": "true",
@@ -277968,7 +284098,7 @@
}
},
{
- "id": 9757,
+ "id": 10301,
"properties": {
"east": "true",
"north": "true",
@@ -277978,7 +284108,7 @@
}
},
{
- "id": 9758,
+ "id": 10302,
"properties": {
"east": "true",
"north": "true",
@@ -277988,7 +284118,7 @@
}
},
{
- "id": 9759,
+ "id": 10303,
"properties": {
"east": "true",
"north": "true",
@@ -277998,7 +284128,7 @@
}
},
{
- "id": 9760,
+ "id": 10304,
"properties": {
"east": "true",
"north": "true",
@@ -278008,7 +284138,7 @@
}
},
{
- "id": 9761,
+ "id": 10305,
"properties": {
"east": "true",
"north": "true",
@@ -278018,7 +284148,7 @@
}
},
{
- "id": 9762,
+ "id": 10306,
"properties": {
"east": "true",
"north": "true",
@@ -278028,7 +284158,7 @@
}
},
{
- "id": 9763,
+ "id": 10307,
"properties": {
"east": "true",
"north": "false",
@@ -278038,7 +284168,7 @@
}
},
{
- "id": 9764,
+ "id": 10308,
"properties": {
"east": "true",
"north": "false",
@@ -278048,7 +284178,7 @@
}
},
{
- "id": 9765,
+ "id": 10309,
"properties": {
"east": "true",
"north": "false",
@@ -278058,7 +284188,7 @@
}
},
{
- "id": 9766,
+ "id": 10310,
"properties": {
"east": "true",
"north": "false",
@@ -278068,7 +284198,7 @@
}
},
{
- "id": 9767,
+ "id": 10311,
"properties": {
"east": "true",
"north": "false",
@@ -278078,7 +284208,7 @@
}
},
{
- "id": 9768,
+ "id": 10312,
"properties": {
"east": "true",
"north": "false",
@@ -278088,7 +284218,7 @@
}
},
{
- "id": 9769,
+ "id": 10313,
"properties": {
"east": "true",
"north": "false",
@@ -278098,7 +284228,7 @@
}
},
{
- "id": 9770,
+ "id": 10314,
"properties": {
"east": "true",
"north": "false",
@@ -278108,7 +284238,7 @@
}
},
{
- "id": 9771,
+ "id": 10315,
"properties": {
"east": "false",
"north": "true",
@@ -278118,7 +284248,7 @@
}
},
{
- "id": 9772,
+ "id": 10316,
"properties": {
"east": "false",
"north": "true",
@@ -278128,7 +284258,7 @@
}
},
{
- "id": 9773,
+ "id": 10317,
"properties": {
"east": "false",
"north": "true",
@@ -278138,7 +284268,7 @@
}
},
{
- "id": 9774,
+ "id": 10318,
"properties": {
"east": "false",
"north": "true",
@@ -278148,7 +284278,7 @@
}
},
{
- "id": 9775,
+ "id": 10319,
"properties": {
"east": "false",
"north": "true",
@@ -278158,7 +284288,7 @@
}
},
{
- "id": 9776,
+ "id": 10320,
"properties": {
"east": "false",
"north": "true",
@@ -278168,7 +284298,7 @@
}
},
{
- "id": 9777,
+ "id": 10321,
"properties": {
"east": "false",
"north": "true",
@@ -278178,7 +284308,7 @@
}
},
{
- "id": 9778,
+ "id": 10322,
"properties": {
"east": "false",
"north": "true",
@@ -278188,7 +284318,7 @@
}
},
{
- "id": 9779,
+ "id": 10323,
"properties": {
"east": "false",
"north": "false",
@@ -278198,7 +284328,7 @@
}
},
{
- "id": 9780,
+ "id": 10324,
"properties": {
"east": "false",
"north": "false",
@@ -278208,7 +284338,7 @@
}
},
{
- "id": 9781,
+ "id": 10325,
"properties": {
"east": "false",
"north": "false",
@@ -278218,7 +284348,7 @@
}
},
{
- "id": 9782,
+ "id": 10326,
"properties": {
"east": "false",
"north": "false",
@@ -278228,7 +284358,7 @@
}
},
{
- "id": 9783,
+ "id": 10327,
"properties": {
"east": "false",
"north": "false",
@@ -278238,7 +284368,7 @@
}
},
{
- "id": 9784,
+ "id": 10328,
"properties": {
"east": "false",
"north": "false",
@@ -278248,7 +284378,7 @@
}
},
{
- "id": 9785,
+ "id": 10329,
"properties": {
"east": "false",
"north": "false",
@@ -278259,7 +284389,7 @@
},
{
"default": true,
- "id": 9786,
+ "id": 10330,
"properties": {
"east": "false",
"north": "false",
@@ -278278,7 +284408,7 @@
"states": [
{
"default": true,
- "id": 9615
+ "id": 10159
}
]
},
@@ -278299,25 +284429,25 @@
"states": [
{
"default": true,
- "id": 11366,
+ "id": 11910,
"properties": {
"facing": "north"
}
},
{
- "id": 11367,
+ "id": 11911,
"properties": {
"facing": "south"
}
},
{
- "id": 11368,
+ "id": 11912,
"properties": {
"facing": "west"
}
},
{
- "id": 11369,
+ "id": 11913,
"properties": {
"facing": "east"
}
@@ -278368,112 +284498,112 @@
},
"states": [
{
- "id": 9162,
+ "id": 9706,
"properties": {
"powered": "true",
"rotation": "0"
}
},
{
- "id": 9163,
+ "id": 9707,
"properties": {
"powered": "true",
"rotation": "1"
}
},
{
- "id": 9164,
+ "id": 9708,
"properties": {
"powered": "true",
"rotation": "2"
}
},
{
- "id": 9165,
+ "id": 9709,
"properties": {
"powered": "true",
"rotation": "3"
}
},
{
- "id": 9166,
+ "id": 9710,
"properties": {
"powered": "true",
"rotation": "4"
}
},
{
- "id": 9167,
+ "id": 9711,
"properties": {
"powered": "true",
"rotation": "5"
}
},
{
- "id": 9168,
+ "id": 9712,
"properties": {
"powered": "true",
"rotation": "6"
}
},
{
- "id": 9169,
+ "id": 9713,
"properties": {
"powered": "true",
"rotation": "7"
}
},
{
- "id": 9170,
+ "id": 9714,
"properties": {
"powered": "true",
"rotation": "8"
}
},
{
- "id": 9171,
+ "id": 9715,
"properties": {
"powered": "true",
"rotation": "9"
}
},
{
- "id": 9172,
+ "id": 9716,
"properties": {
"powered": "true",
"rotation": "10"
}
},
{
- "id": 9173,
+ "id": 9717,
"properties": {
"powered": "true",
"rotation": "11"
}
},
{
- "id": 9174,
+ "id": 9718,
"properties": {
"powered": "true",
"rotation": "12"
}
},
{
- "id": 9175,
+ "id": 9719,
"properties": {
"powered": "true",
"rotation": "13"
}
},
{
- "id": 9176,
+ "id": 9720,
"properties": {
"powered": "true",
"rotation": "14"
}
},
{
- "id": 9177,
+ "id": 9721,
"properties": {
"powered": "true",
"rotation": "15"
@@ -278481,112 +284611,112 @@
},
{
"default": true,
- "id": 9178,
+ "id": 9722,
"properties": {
"powered": "false",
"rotation": "0"
}
},
{
- "id": 9179,
+ "id": 9723,
"properties": {
"powered": "false",
"rotation": "1"
}
},
{
- "id": 9180,
+ "id": 9724,
"properties": {
"powered": "false",
"rotation": "2"
}
},
{
- "id": 9181,
+ "id": 9725,
"properties": {
"powered": "false",
"rotation": "3"
}
},
{
- "id": 9182,
+ "id": 9726,
"properties": {
"powered": "false",
"rotation": "4"
}
},
{
- "id": 9183,
+ "id": 9727,
"properties": {
"powered": "false",
"rotation": "5"
}
},
{
- "id": 9184,
+ "id": 9728,
"properties": {
"powered": "false",
"rotation": "6"
}
},
{
- "id": 9185,
+ "id": 9729,
"properties": {
"powered": "false",
"rotation": "7"
}
},
{
- "id": 9186,
+ "id": 9730,
"properties": {
"powered": "false",
"rotation": "8"
}
},
{
- "id": 9187,
+ "id": 9731,
"properties": {
"powered": "false",
"rotation": "9"
}
},
{
- "id": 9188,
+ "id": 9732,
"properties": {
"powered": "false",
"rotation": "10"
}
},
{
- "id": 9189,
+ "id": 9733,
"properties": {
"powered": "false",
"rotation": "11"
}
},
{
- "id": 9190,
+ "id": 9734,
"properties": {
"powered": "false",
"rotation": "12"
}
},
{
- "id": 9191,
+ "id": 9735,
"properties": {
"powered": "false",
"rotation": "13"
}
},
{
- "id": 9192,
+ "id": 9736,
"properties": {
"powered": "false",
"rotation": "14"
}
},
{
- "id": 9193,
+ "id": 9737,
"properties": {
"powered": "false",
"rotation": "15"
@@ -278614,7 +284744,7 @@
},
"states": [
{
- "id": 9194,
+ "id": 9738,
"properties": {
"facing": "north",
"powered": "true"
@@ -278622,49 +284752,49 @@
},
{
"default": true,
- "id": 9195,
+ "id": 9739,
"properties": {
"facing": "north",
"powered": "false"
}
},
{
- "id": 9196,
+ "id": 9740,
"properties": {
"facing": "south",
"powered": "true"
}
},
{
- "id": 9197,
+ "id": 9741,
"properties": {
"facing": "south",
"powered": "false"
}
},
{
- "id": 9198,
+ "id": 9742,
"properties": {
"facing": "west",
"powered": "true"
}
},
{
- "id": 9199,
+ "id": 9743,
"properties": {
"facing": "west",
"powered": "false"
}
},
{
- "id": 9200,
+ "id": 9744,
"properties": {
"facing": "east",
"powered": "true"
}
},
{
- "id": 9201,
+ "id": 9745,
"properties": {
"facing": "east",
"powered": "false"
diff --git a/src/main/resources/reports/packets.json b/src/main/resources/reports/packets.json
index 6c4d9cf..0c39708 100644
--- a/src/main/resources/reports/packets.json
+++ b/src/main/resources/reports/packets.json
@@ -625,83 +625,89 @@
"minecraft:paddle_boat": {
"protocol_id": 33
},
- "minecraft:pick_item": {
+ "minecraft:pick_item_from_block": {
"protocol_id": 34
},
- "minecraft:ping_request": {
+ "minecraft:pick_item_from_entity": {
"protocol_id": 35
},
- "minecraft:place_recipe": {
+ "minecraft:ping_request": {
"protocol_id": 36
},
- "minecraft:player_abilities": {
+ "minecraft:place_recipe": {
"protocol_id": 37
},
- "minecraft:player_action": {
+ "minecraft:player_abilities": {
"protocol_id": 38
},
- "minecraft:player_command": {
+ "minecraft:player_action": {
"protocol_id": 39
},
- "minecraft:player_input": {
+ "minecraft:player_command": {
"protocol_id": 40
},
- "minecraft:pong": {
+ "minecraft:player_input": {
"protocol_id": 41
},
- "minecraft:recipe_book_change_settings": {
+ "minecraft:player_loaded": {
"protocol_id": 42
},
- "minecraft:recipe_book_seen_recipe": {
+ "minecraft:pong": {
"protocol_id": 43
},
- "minecraft:rename_item": {
+ "minecraft:recipe_book_change_settings": {
"protocol_id": 44
},
- "minecraft:resource_pack": {
+ "minecraft:recipe_book_seen_recipe": {
"protocol_id": 45
},
- "minecraft:seen_advancements": {
+ "minecraft:rename_item": {
"protocol_id": 46
},
- "minecraft:select_trade": {
+ "minecraft:resource_pack": {
"protocol_id": 47
},
- "minecraft:set_beacon": {
+ "minecraft:seen_advancements": {
"protocol_id": 48
},
- "minecraft:set_carried_item": {
+ "minecraft:select_trade": {
"protocol_id": 49
},
- "minecraft:set_command_block": {
+ "minecraft:set_beacon": {
"protocol_id": 50
},
- "minecraft:set_command_minecart": {
+ "minecraft:set_carried_item": {
"protocol_id": 51
},
- "minecraft:set_creative_mode_slot": {
+ "minecraft:set_command_block": {
"protocol_id": 52
},
- "minecraft:set_jigsaw_block": {
+ "minecraft:set_command_minecart": {
"protocol_id": 53
},
- "minecraft:set_structure_block": {
+ "minecraft:set_creative_mode_slot": {
"protocol_id": 54
},
- "minecraft:sign_update": {
+ "minecraft:set_jigsaw_block": {
"protocol_id": 55
},
- "minecraft:swing": {
+ "minecraft:set_structure_block": {
"protocol_id": 56
},
- "minecraft:teleport_to_entity": {
+ "minecraft:sign_update": {
"protocol_id": 57
},
- "minecraft:use_item": {
+ "minecraft:swing": {
+ "protocol_id": 58
+ },
+ "minecraft:teleport_to_entity": {
"protocol_id": 59
},
+ "minecraft:use_item": {
+ "protocol_id": 61
+ },
"minecraft:use_item_on": {
- "protocol_id": 58
+ "protocol_id": 60
}
}
},
diff --git a/src/main/resources/reports/registries.json b/src/main/resources/reports/registries.json
index 6e39dec..c7c9889 100644
--- a/src/main/resources/reports/registries.json
+++ b/src/main/resources/reports/registries.json
@@ -187,16 +187,16 @@
"default": "minecraft:air",
"entries": {
"minecraft:acacia_button": {
- "protocol_id": 404
+ "protocol_id": 411
},
"minecraft:acacia_door": {
- "protocol_id": 606
+ "protocol_id": 613
},
"minecraft:acacia_fence": {
- "protocol_id": 597
+ "protocol_id": 604
},
"minecraft:acacia_fence_gate": {
- "protocol_id": 588
+ "protocol_id": 595
},
"minecraft:acacia_hanging_sign": {
"protocol_id": 221
@@ -220,10 +220,10 @@
"protocol_id": 197
},
"minecraft:acacia_slab": {
- "protocol_id": 560
+ "protocol_id": 567
},
"minecraft:acacia_stairs": {
- "protocol_id": 473
+ "protocol_id": 480
},
"minecraft:acacia_trapdoor": {
"protocol_id": 301
@@ -238,7 +238,7 @@
"protocol_id": 75
},
"minecraft:activator_rail": {
- "protocol_id": 439
+ "protocol_id": 446
},
"minecraft:air": {
"protocol_id": 0
@@ -247,28 +247,28 @@
"protocol_id": 158
},
"minecraft:amethyst_block": {
- "protocol_id": 924
+ "protocol_id": 931
},
"minecraft:amethyst_cluster": {
- "protocol_id": 926
+ "protocol_id": 933
},
"minecraft:ancient_debris": {
- "protocol_id": 862
+ "protocol_id": 869
},
"minecraft:andesite": {
"protocol_id": 6
},
"minecraft:andesite_slab": {
- "protocol_id": 776
+ "protocol_id": 783
},
"minecraft:andesite_stairs": {
- "protocol_id": 763
+ "protocol_id": 770
},
"minecraft:andesite_wall": {
- "protocol_id": 788
+ "protocol_id": 795
},
"minecraft:anvil": {
- "protocol_id": 424
+ "protocol_id": 431
},
"minecraft:attached_melon_stem": {
"protocol_id": 328
@@ -277,7 +277,7 @@
"protocol_id": 327
},
"minecraft:azalea": {
- "protocol_id": 1033
+ "protocol_id": 1040
},
"minecraft:azalea_leaves": {
"protocol_id": 97
@@ -286,22 +286,22 @@
"protocol_id": 159
},
"minecraft:bamboo": {
- "protocol_id": 748
+ "protocol_id": 755
},
"minecraft:bamboo_block": {
"protocol_id": 60
},
"minecraft:bamboo_button": {
- "protocol_id": 409
+ "protocol_id": 416
},
"minecraft:bamboo_door": {
- "protocol_id": 611
+ "protocol_id": 618
},
"minecraft:bamboo_fence": {
- "protocol_id": 602
+ "protocol_id": 609
},
"minecraft:bamboo_fence_gate": {
- "protocol_id": 593
+ "protocol_id": 600
},
"minecraft:bamboo_hanging_sign": {
"protocol_id": 229
@@ -310,10 +310,10 @@
"protocol_id": 24
},
"minecraft:bamboo_mosaic_slab": {
- "protocol_id": 566
+ "protocol_id": 573
},
"minecraft:bamboo_mosaic_stairs": {
- "protocol_id": 479
+ "protocol_id": 486
},
"minecraft:bamboo_planks": {
"protocol_id": 23
@@ -322,16 +322,16 @@
"protocol_id": 254
},
"minecraft:bamboo_sapling": {
- "protocol_id": 747
+ "protocol_id": 754
},
"minecraft:bamboo_sign": {
"protocol_id": 203
},
"minecraft:bamboo_slab": {
- "protocol_id": 565
+ "protocol_id": 572
},
"minecraft:bamboo_stairs": {
- "protocol_id": 478
+ "protocol_id": 485
},
"minecraft:bamboo_trapdoor": {
"protocol_id": 306
@@ -343,49 +343,49 @@
"protocol_id": 217
},
"minecraft:barrel": {
- "protocol_id": 795
+ "protocol_id": 802
},
"minecraft:barrier": {
- "protocol_id": 481
+ "protocol_id": 488
},
"minecraft:basalt": {
"protocol_id": 271
},
"minecraft:beacon": {
- "protocol_id": 366
+ "protocol_id": 373
},
"minecraft:bedrock": {
"protocol_id": 34
},
"minecraft:bee_nest": {
- "protocol_id": 857
+ "protocol_id": 864
},
"minecraft:beehive": {
- "protocol_id": 858
+ "protocol_id": 865
},
"minecraft:beetroots": {
- "protocol_id": 622
+ "protocol_id": 629
},
"minecraft:bell": {
- "protocol_id": 804
+ "protocol_id": 811
},
"minecraft:big_dripleaf": {
- "protocol_id": 1038
+ "protocol_id": 1045
},
"minecraft:big_dripleaf_stem": {
- "protocol_id": 1039
+ "protocol_id": 1046
},
"minecraft:birch_button": {
- "protocol_id": 402
+ "protocol_id": 409
},
"minecraft:birch_door": {
- "protocol_id": 604
+ "protocol_id": 611
},
"minecraft:birch_fence": {
- "protocol_id": 595
+ "protocol_id": 602
},
"minecraft:birch_fence_gate": {
- "protocol_id": 586
+ "protocol_id": 593
},
"minecraft:birch_hanging_sign": {
"protocol_id": 220
@@ -409,10 +409,10 @@
"protocol_id": 196
},
"minecraft:birch_slab": {
- "protocol_id": 558
+ "protocol_id": 565
},
"minecraft:birch_stairs": {
- "protocol_id": 363
+ "protocol_id": 370
},
"minecraft:birch_trapdoor": {
"protocol_id": 299
@@ -427,166 +427,166 @@
"protocol_id": 73
},
"minecraft:black_banner": {
- "protocol_id": 535
+ "protocol_id": 542
},
"minecraft:black_bed": {
"protocol_id": 125
},
"minecraft:black_candle": {
- "protocol_id": 906
+ "protocol_id": 913
},
"minecraft:black_candle_cake": {
- "protocol_id": 923
+ "protocol_id": 930
},
"minecraft:black_carpet": {
- "protocol_id": 510
+ "protocol_id": 517
},
"minecraft:black_concrete": {
- "protocol_id": 682
+ "protocol_id": 689
},
"minecraft:black_concrete_powder": {
- "protocol_id": 698
+ "protocol_id": 705
},
"minecraft:black_glazed_terracotta": {
- "protocol_id": 666
+ "protocol_id": 673
},
"minecraft:black_shulker_box": {
- "protocol_id": 650
+ "protocol_id": 657
},
"minecraft:black_stained_glass": {
"protocol_id": 296
},
"minecraft:black_stained_glass_pane": {
- "protocol_id": 472
+ "protocol_id": 479
},
"minecraft:black_terracotta": {
- "protocol_id": 456
+ "protocol_id": 463
},
"minecraft:black_wall_banner": {
- "protocol_id": 551
+ "protocol_id": 558
},
"minecraft:black_wool": {
"protocol_id": 152
},
"minecraft:blackstone": {
- "protocol_id": 870
+ "protocol_id": 877
},
"minecraft:blackstone_slab": {
- "protocol_id": 873
+ "protocol_id": 880
},
"minecraft:blackstone_stairs": {
- "protocol_id": 871
+ "protocol_id": 878
},
"minecraft:blackstone_wall": {
- "protocol_id": 872
+ "protocol_id": 879
},
"minecraft:blast_furnace": {
- "protocol_id": 797
+ "protocol_id": 804
},
"minecraft:blue_banner": {
- "protocol_id": 531
+ "protocol_id": 538
},
"minecraft:blue_bed": {
"protocol_id": 121
},
"minecraft:blue_candle": {
- "protocol_id": 902
+ "protocol_id": 909
},
"minecraft:blue_candle_cake": {
- "protocol_id": 919
+ "protocol_id": 926
},
"minecraft:blue_carpet": {
- "protocol_id": 506
+ "protocol_id": 513
},
"minecraft:blue_concrete": {
- "protocol_id": 678
+ "protocol_id": 685
},
"minecraft:blue_concrete_powder": {
- "protocol_id": 694
+ "protocol_id": 701
},
"minecraft:blue_glazed_terracotta": {
- "protocol_id": 662
+ "protocol_id": 669
},
"minecraft:blue_ice": {
- "protocol_id": 745
+ "protocol_id": 752
},
"minecraft:blue_orchid": {
"protocol_id": 157
},
"minecraft:blue_shulker_box": {
- "protocol_id": 646
+ "protocol_id": 653
},
"minecraft:blue_stained_glass": {
"protocol_id": 292
},
"minecraft:blue_stained_glass_pane": {
- "protocol_id": 468
+ "protocol_id": 475
},
"minecraft:blue_terracotta": {
- "protocol_id": 452
+ "protocol_id": 459
},
"minecraft:blue_wall_banner": {
- "protocol_id": 547
+ "protocol_id": 554
},
"minecraft:blue_wool": {
"protocol_id": 148
},
"minecraft:bone_block": {
- "protocol_id": 631
+ "protocol_id": 638
},
"minecraft:bookshelf": {
"protocol_id": 174
},
"minecraft:brain_coral": {
- "protocol_id": 720
+ "protocol_id": 727
},
"minecraft:brain_coral_block": {
- "protocol_id": 710
+ "protocol_id": 717
},
"minecraft:brain_coral_fan": {
- "protocol_id": 730
+ "protocol_id": 737
},
"minecraft:brain_coral_wall_fan": {
- "protocol_id": 740
+ "protocol_id": 747
},
"minecraft:brewing_stand": {
- "protocol_id": 344
+ "protocol_id": 351
},
"minecraft:brick_slab": {
- "protocol_id": 573
+ "protocol_id": 580
},
"minecraft:brick_stairs": {
- "protocol_id": 334
+ "protocol_id": 335
},
"minecraft:brick_wall": {
- "protocol_id": 780
+ "protocol_id": 787
},
"minecraft:bricks": {
"protocol_id": 172
},
"minecraft:brown_banner": {
- "protocol_id": 532
+ "protocol_id": 539
},
"minecraft:brown_bed": {
"protocol_id": 122
},
"minecraft:brown_candle": {
- "protocol_id": 903
+ "protocol_id": 910
},
"minecraft:brown_candle_cake": {
- "protocol_id": 920
+ "protocol_id": 927
},
"minecraft:brown_carpet": {
- "protocol_id": 507
+ "protocol_id": 514
},
"minecraft:brown_concrete": {
- "protocol_id": 679
+ "protocol_id": 686
},
"minecraft:brown_concrete_powder": {
- "protocol_id": 695
+ "protocol_id": 702
},
"minecraft:brown_glazed_terracotta": {
- "protocol_id": 663
+ "protocol_id": 670
},
"minecraft:brown_mushroom": {
"protocol_id": 168
@@ -595,40 +595,40 @@
"protocol_id": 319
},
"minecraft:brown_shulker_box": {
- "protocol_id": 647
+ "protocol_id": 654
},
"minecraft:brown_stained_glass": {
"protocol_id": 293
},
"minecraft:brown_stained_glass_pane": {
- "protocol_id": 469
+ "protocol_id": 476
},
"minecraft:brown_terracotta": {
- "protocol_id": 453
+ "protocol_id": 460
},
"minecraft:brown_wall_banner": {
- "protocol_id": 548
+ "protocol_id": 555
},
"minecraft:brown_wool": {
"protocol_id": 149
},
"minecraft:bubble_column": {
- "protocol_id": 752
+ "protocol_id": 759
},
"minecraft:bubble_coral": {
- "protocol_id": 721
+ "protocol_id": 728
},
"minecraft:bubble_coral_block": {
- "protocol_id": 711
+ "protocol_id": 718
},
"minecraft:bubble_coral_fan": {
- "protocol_id": 731
+ "protocol_id": 738
},
"minecraft:bubble_coral_wall_fan": {
- "protocol_id": 741
+ "protocol_id": 748
},
"minecraft:budding_amethyst": {
- "protocol_id": 925
+ "protocol_id": 932
},
"minecraft:cactus": {
"protocol_id": 263
@@ -637,58 +637,58 @@
"protocol_id": 279
},
"minecraft:calcite": {
- "protocol_id": 944
+ "protocol_id": 951
},
"minecraft:calibrated_sculk_sensor": {
- "protocol_id": 948
+ "protocol_id": 955
},
"minecraft:campfire": {
- "protocol_id": 807
+ "protocol_id": 814
},
"minecraft:candle": {
- "protocol_id": 890
+ "protocol_id": 897
},
"minecraft:candle_cake": {
- "protocol_id": 907
+ "protocol_id": 914
},
"minecraft:carrots": {
- "protocol_id": 398
+ "protocol_id": 405
},
"minecraft:cartography_table": {
- "protocol_id": 798
+ "protocol_id": 805
},
"minecraft:carved_pumpkin": {
"protocol_id": 277
},
"minecraft:cauldron": {
- "protocol_id": 345
+ "protocol_id": 352
},
"minecraft:cave_air": {
- "protocol_id": 751
+ "protocol_id": 758
},
"minecraft:cave_vines": {
- "protocol_id": 1030
+ "protocol_id": 1037
},
"minecraft:cave_vines_plant": {
- "protocol_id": 1031
+ "protocol_id": 1038
},
"minecraft:chain": {
"protocol_id": 323
},
"minecraft:chain_command_block": {
- "protocol_id": 626
+ "protocol_id": 633
},
"minecraft:cherry_button": {
- "protocol_id": 405
+ "protocol_id": 412
},
"minecraft:cherry_door": {
- "protocol_id": 607
+ "protocol_id": 614
},
"minecraft:cherry_fence": {
- "protocol_id": 598
+ "protocol_id": 605
},
"minecraft:cherry_fence_gate": {
- "protocol_id": 589
+ "protocol_id": 596
},
"minecraft:cherry_hanging_sign": {
"protocol_id": 222
@@ -712,10 +712,10 @@
"protocol_id": 198
},
"minecraft:cherry_slab": {
- "protocol_id": 561
+ "protocol_id": 568
},
"minecraft:cherry_stairs": {
- "protocol_id": 474
+ "protocol_id": 481
},
"minecraft:cherry_trapdoor": {
"protocol_id": 302
@@ -733,28 +733,31 @@
"protocol_id": 185
},
"minecraft:chipped_anvil": {
- "protocol_id": 425
+ "protocol_id": 432
},
"minecraft:chiseled_bookshelf": {
"protocol_id": 175
},
"minecraft:chiseled_copper": {
- "protocol_id": 966
+ "protocol_id": 973
},
"minecraft:chiseled_deepslate": {
- "protocol_id": 1061
+ "protocol_id": 1068
},
"minecraft:chiseled_nether_bricks": {
- "protocol_id": 887
+ "protocol_id": 894
},
"minecraft:chiseled_polished_blackstone": {
- "protocol_id": 877
+ "protocol_id": 884
},
"minecraft:chiseled_quartz_block": {
- "protocol_id": 436
+ "protocol_id": 443
},
"minecraft:chiseled_red_sandstone": {
- "protocol_id": 553
+ "protocol_id": 560
+ },
+ "minecraft:chiseled_resin_bricks": {
+ "protocol_id": 345
},
"minecraft:chiseled_sandstone": {
"protocol_id": 107
@@ -763,22 +766,25 @@
"protocol_id": 310
},
"minecraft:chiseled_tuff": {
- "protocol_id": 938
+ "protocol_id": 945
},
"minecraft:chiseled_tuff_bricks": {
- "protocol_id": 943
+ "protocol_id": 950
},
"minecraft:chorus_flower": {
- "protocol_id": 614
+ "protocol_id": 621
},
"minecraft:chorus_plant": {
- "protocol_id": 613
+ "protocol_id": 620
},
"minecraft:clay": {
"protocol_id": 264
},
+ "minecraft:closed_eyeblossom": {
+ "protocol_id": 1092
+ },
"minecraft:coal_block": {
- "protocol_id": 512
+ "protocol_id": 519
},
"minecraft:coal_ore": {
"protocol_id": 46
@@ -787,85 +793,85 @@
"protocol_id": 10
},
"minecraft:cobbled_deepslate": {
- "protocol_id": 1045
+ "protocol_id": 1052
},
"minecraft:cobbled_deepslate_slab": {
- "protocol_id": 1047
+ "protocol_id": 1054
},
"minecraft:cobbled_deepslate_stairs": {
- "protocol_id": 1046
+ "protocol_id": 1053
},
"minecraft:cobbled_deepslate_wall": {
- "protocol_id": 1048
+ "protocol_id": 1055
},
"minecraft:cobblestone": {
"protocol_id": 12
},
"minecraft:cobblestone_slab": {
- "protocol_id": 572
+ "protocol_id": 579
},
"minecraft:cobblestone_stairs": {
"protocol_id": 207
},
"minecraft:cobblestone_wall": {
- "protocol_id": 367
+ "protocol_id": 374
},
"minecraft:cobweb": {
"protocol_id": 129
},
"minecraft:cocoa": {
- "protocol_id": 354
+ "protocol_id": 361
},
"minecraft:command_block": {
- "protocol_id": 365
+ "protocol_id": 372
},
"minecraft:comparator": {
- "protocol_id": 430
+ "protocol_id": 437
},
"minecraft:composter": {
- "protocol_id": 855
+ "protocol_id": 862
},
"minecraft:conduit": {
- "protocol_id": 746
+ "protocol_id": 753
},
"minecraft:copper_block": {
- "protocol_id": 953
+ "protocol_id": 960
},
"minecraft:copper_bulb": {
- "protocol_id": 1019
+ "protocol_id": 1026
},
"minecraft:copper_door": {
- "protocol_id": 995
+ "protocol_id": 1002
},
"minecraft:copper_grate": {
- "protocol_id": 1011
+ "protocol_id": 1018
},
"minecraft:copper_ore": {
- "protocol_id": 957
+ "protocol_id": 964
},
"minecraft:copper_trapdoor": {
- "protocol_id": 1003
+ "protocol_id": 1010
},
"minecraft:cornflower": {
"protocol_id": 165
},
"minecraft:cracked_deepslate_bricks": {
- "protocol_id": 1062
+ "protocol_id": 1069
},
"minecraft:cracked_deepslate_tiles": {
- "protocol_id": 1063
+ "protocol_id": 1070
},
"minecraft:cracked_nether_bricks": {
- "protocol_id": 888
+ "protocol_id": 895
},
"minecraft:cracked_polished_blackstone_bricks": {
- "protocol_id": 876
+ "protocol_id": 883
},
"minecraft:cracked_stone_bricks": {
"protocol_id": 309
},
"minecraft:crafter": {
- "protocol_id": 1077
+ "protocol_id": 1084
},
"minecraft:crafting_table": {
"protocol_id": 190
@@ -874,148 +880,148 @@
"protocol_id": 183
},
"minecraft:creeper_head": {
- "protocol_id": 418
+ "protocol_id": 425
},
"minecraft:creeper_wall_head": {
- "protocol_id": 419
+ "protocol_id": 426
},
"minecraft:crimson_button": {
- "protocol_id": 845
+ "protocol_id": 852
},
"minecraft:crimson_door": {
- "protocol_id": 847
+ "protocol_id": 854
},
"minecraft:crimson_fence": {
- "protocol_id": 837
+ "protocol_id": 844
},
"minecraft:crimson_fence_gate": {
- "protocol_id": 841
+ "protocol_id": 848
},
"minecraft:crimson_fungus": {
- "protocol_id": 824
+ "protocol_id": 831
},
"minecraft:crimson_hanging_sign": {
"protocol_id": 226
},
"minecraft:crimson_hyphae": {
- "protocol_id": 821
+ "protocol_id": 828
},
"minecraft:crimson_nylium": {
- "protocol_id": 823
- },
- "minecraft:crimson_planks": {
- "protocol_id": 831
- },
- "minecraft:crimson_pressure_plate": {
- "protocol_id": 835
- },
- "minecraft:crimson_roots": {
"protocol_id": 830
},
+ "minecraft:crimson_planks": {
+ "protocol_id": 838
+ },
+ "minecraft:crimson_pressure_plate": {
+ "protocol_id": 842
+ },
+ "minecraft:crimson_roots": {
+ "protocol_id": 837
+ },
"minecraft:crimson_sign": {
- "protocol_id": 849
+ "protocol_id": 856
},
"minecraft:crimson_slab": {
- "protocol_id": 833
+ "protocol_id": 840
},
"minecraft:crimson_stairs": {
- "protocol_id": 843
+ "protocol_id": 850
},
"minecraft:crimson_stem": {
- "protocol_id": 819
+ "protocol_id": 826
},
"minecraft:crimson_trapdoor": {
- "protocol_id": 839
+ "protocol_id": 846
},
"minecraft:crimson_wall_hanging_sign": {
"protocol_id": 239
},
"minecraft:crimson_wall_sign": {
- "protocol_id": 851
+ "protocol_id": 858
},
"minecraft:crying_obsidian": {
- "protocol_id": 863
+ "protocol_id": 870
},
"minecraft:cut_copper": {
- "protocol_id": 962
+ "protocol_id": 969
},
"minecraft:cut_copper_slab": {
- "protocol_id": 978
+ "protocol_id": 985
},
"minecraft:cut_copper_stairs": {
- "protocol_id": 974
+ "protocol_id": 981
},
"minecraft:cut_red_sandstone": {
- "protocol_id": 554
+ "protocol_id": 561
},
"minecraft:cut_red_sandstone_slab": {
- "protocol_id": 579
+ "protocol_id": 586
},
"minecraft:cut_sandstone": {
"protocol_id": 108
},
"minecraft:cut_sandstone_slab": {
- "protocol_id": 570
+ "protocol_id": 577
},
"minecraft:cyan_banner": {
- "protocol_id": 529
+ "protocol_id": 536
},
"minecraft:cyan_bed": {
"protocol_id": 119
},
"minecraft:cyan_candle": {
- "protocol_id": 900
+ "protocol_id": 907
},
"minecraft:cyan_candle_cake": {
- "protocol_id": 917
+ "protocol_id": 924
},
"minecraft:cyan_carpet": {
- "protocol_id": 504
+ "protocol_id": 511
},
"minecraft:cyan_concrete": {
- "protocol_id": 676
+ "protocol_id": 683
},
"minecraft:cyan_concrete_powder": {
- "protocol_id": 692
+ "protocol_id": 699
},
"minecraft:cyan_glazed_terracotta": {
- "protocol_id": 660
+ "protocol_id": 667
},
"minecraft:cyan_shulker_box": {
- "protocol_id": 644
+ "protocol_id": 651
},
"minecraft:cyan_stained_glass": {
"protocol_id": 290
},
"minecraft:cyan_stained_glass_pane": {
- "protocol_id": 466
+ "protocol_id": 473
},
"minecraft:cyan_terracotta": {
- "protocol_id": 450
+ "protocol_id": 457
},
"minecraft:cyan_wall_banner": {
- "protocol_id": 545
+ "protocol_id": 552
},
"minecraft:cyan_wool": {
"protocol_id": 146
},
"minecraft:damaged_anvil": {
- "protocol_id": 426
+ "protocol_id": 433
},
"minecraft:dandelion": {
"protocol_id": 154
},
"minecraft:dark_oak_button": {
- "protocol_id": 406
+ "protocol_id": 413
},
"minecraft:dark_oak_door": {
- "protocol_id": 608
+ "protocol_id": 615
},
"minecraft:dark_oak_fence": {
- "protocol_id": 599
+ "protocol_id": 606
},
"minecraft:dark_oak_fence_gate": {
- "protocol_id": 590
+ "protocol_id": 597
},
"minecraft:dark_oak_hanging_sign": {
"protocol_id": 224
@@ -1039,10 +1045,10 @@
"protocol_id": 200
},
"minecraft:dark_oak_slab": {
- "protocol_id": 562
+ "protocol_id": 569
},
"minecraft:dark_oak_stairs": {
- "protocol_id": 475
+ "protocol_id": 482
},
"minecraft:dark_oak_trapdoor": {
"protocol_id": 303
@@ -1057,109 +1063,109 @@
"protocol_id": 77
},
"minecraft:dark_prismarine": {
- "protocol_id": 486
+ "protocol_id": 493
},
"minecraft:dark_prismarine_slab": {
- "protocol_id": 492
+ "protocol_id": 499
},
"minecraft:dark_prismarine_stairs": {
- "protocol_id": 489
+ "protocol_id": 496
},
"minecraft:daylight_detector": {
- "protocol_id": 431
+ "protocol_id": 438
},
"minecraft:dead_brain_coral": {
- "protocol_id": 715
+ "protocol_id": 722
},
"minecraft:dead_brain_coral_block": {
- "protocol_id": 705
+ "protocol_id": 712
},
"minecraft:dead_brain_coral_fan": {
- "protocol_id": 725
+ "protocol_id": 732
},
"minecraft:dead_brain_coral_wall_fan": {
- "protocol_id": 735
+ "protocol_id": 742
},
"minecraft:dead_bubble_coral": {
- "protocol_id": 716
+ "protocol_id": 723
},
"minecraft:dead_bubble_coral_block": {
- "protocol_id": 706
+ "protocol_id": 713
},
"minecraft:dead_bubble_coral_fan": {
- "protocol_id": 726
+ "protocol_id": 733
},
"minecraft:dead_bubble_coral_wall_fan": {
- "protocol_id": 736
+ "protocol_id": 743
},
"minecraft:dead_bush": {
"protocol_id": 132
},
"minecraft:dead_fire_coral": {
- "protocol_id": 717
- },
- "minecraft:dead_fire_coral_block": {
- "protocol_id": 707
- },
- "minecraft:dead_fire_coral_fan": {
- "protocol_id": 727
- },
- "minecraft:dead_fire_coral_wall_fan": {
- "protocol_id": 737
- },
- "minecraft:dead_horn_coral": {
- "protocol_id": 718
- },
- "minecraft:dead_horn_coral_block": {
- "protocol_id": 708
- },
- "minecraft:dead_horn_coral_fan": {
- "protocol_id": 728
- },
- "minecraft:dead_horn_coral_wall_fan": {
- "protocol_id": 738
- },
- "minecraft:dead_tube_coral": {
- "protocol_id": 714
- },
- "minecraft:dead_tube_coral_block": {
- "protocol_id": 704
- },
- "minecraft:dead_tube_coral_fan": {
"protocol_id": 724
},
- "minecraft:dead_tube_coral_wall_fan": {
+ "minecraft:dead_fire_coral_block": {
+ "protocol_id": 714
+ },
+ "minecraft:dead_fire_coral_fan": {
"protocol_id": 734
},
+ "minecraft:dead_fire_coral_wall_fan": {
+ "protocol_id": 744
+ },
+ "minecraft:dead_horn_coral": {
+ "protocol_id": 725
+ },
+ "minecraft:dead_horn_coral_block": {
+ "protocol_id": 715
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "protocol_id": 735
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "protocol_id": 745
+ },
+ "minecraft:dead_tube_coral": {
+ "protocol_id": 721
+ },
+ "minecraft:dead_tube_coral_block": {
+ "protocol_id": 711
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "protocol_id": 731
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
+ "protocol_id": 741
+ },
"minecraft:decorated_pot": {
- "protocol_id": 1076
+ "protocol_id": 1083
},
"minecraft:deepslate": {
- "protocol_id": 1044
+ "protocol_id": 1051
},
"minecraft:deepslate_brick_slab": {
- "protocol_id": 1059
+ "protocol_id": 1066
},
"minecraft:deepslate_brick_stairs": {
- "protocol_id": 1058
+ "protocol_id": 1065
},
"minecraft:deepslate_brick_wall": {
- "protocol_id": 1060
+ "protocol_id": 1067
},
"minecraft:deepslate_bricks": {
- "protocol_id": 1057
+ "protocol_id": 1064
},
"minecraft:deepslate_coal_ore": {
"protocol_id": 47
},
"minecraft:deepslate_copper_ore": {
- "protocol_id": 958
+ "protocol_id": 965
},
"minecraft:deepslate_diamond_ore": {
"protocol_id": 188
},
"minecraft:deepslate_emerald_ore": {
- "protocol_id": 357
+ "protocol_id": 364
},
"minecraft:deepslate_gold_ore": {
"protocol_id": 43
@@ -1174,16 +1180,16 @@
"protocol_id": 256
},
"minecraft:deepslate_tile_slab": {
- "protocol_id": 1055
+ "protocol_id": 1062
},
"minecraft:deepslate_tile_stairs": {
- "protocol_id": 1054
+ "protocol_id": 1061
},
"minecraft:deepslate_tile_wall": {
- "protocol_id": 1056
+ "protocol_id": 1063
},
"minecraft:deepslate_tiles": {
- "protocol_id": 1053
+ "protocol_id": 1060
},
"minecraft:detector_rail": {
"protocol_id": 127
@@ -1198,106 +1204,106 @@
"protocol_id": 4
},
"minecraft:diorite_slab": {
- "protocol_id": 779
+ "protocol_id": 786
},
"minecraft:diorite_stairs": {
- "protocol_id": 766
+ "protocol_id": 773
},
"minecraft:diorite_wall": {
- "protocol_id": 792
+ "protocol_id": 799
},
"minecraft:dirt": {
"protocol_id": 9
},
"minecraft:dirt_path": {
- "protocol_id": 623
+ "protocol_id": 630
},
"minecraft:dispenser": {
"protocol_id": 105
},
"minecraft:dragon_egg": {
- "protocol_id": 352
+ "protocol_id": 359
},
"minecraft:dragon_head": {
- "protocol_id": 420
+ "protocol_id": 427
},
"minecraft:dragon_wall_head": {
- "protocol_id": 421
+ "protocol_id": 428
},
"minecraft:dried_kelp_block": {
- "protocol_id": 701
+ "protocol_id": 708
},
"minecraft:dripstone_block": {
- "protocol_id": 1029
+ "protocol_id": 1036
},
"minecraft:dropper": {
- "protocol_id": 440
+ "protocol_id": 447
},
"minecraft:emerald_block": {
- "protocol_id": 361
+ "protocol_id": 368
},
"minecraft:emerald_ore": {
- "protocol_id": 356
+ "protocol_id": 363
},
"minecraft:enchanting_table": {
- "protocol_id": 343
- },
- "minecraft:end_gateway": {
- "protocol_id": 624
- },
- "minecraft:end_portal": {
- "protocol_id": 349
- },
- "minecraft:end_portal_frame": {
"protocol_id": 350
},
+ "minecraft:end_gateway": {
+ "protocol_id": 631
+ },
+ "minecraft:end_portal": {
+ "protocol_id": 356
+ },
+ "minecraft:end_portal_frame": {
+ "protocol_id": 357
+ },
"minecraft:end_rod": {
- "protocol_id": 612
+ "protocol_id": 619
},
"minecraft:end_stone": {
- "protocol_id": 351
- },
- "minecraft:end_stone_brick_slab": {
- "protocol_id": 772
- },
- "minecraft:end_stone_brick_stairs": {
- "protocol_id": 758
- },
- "minecraft:end_stone_brick_wall": {
- "protocol_id": 791
- },
- "minecraft:end_stone_bricks": {
- "protocol_id": 618
- },
- "minecraft:ender_chest": {
"protocol_id": 358
},
+ "minecraft:end_stone_brick_slab": {
+ "protocol_id": 779
+ },
+ "minecraft:end_stone_brick_stairs": {
+ "protocol_id": 765
+ },
+ "minecraft:end_stone_brick_wall": {
+ "protocol_id": 798
+ },
+ "minecraft:end_stone_bricks": {
+ "protocol_id": 625
+ },
+ "minecraft:ender_chest": {
+ "protocol_id": 365
+ },
"minecraft:exposed_chiseled_copper": {
- "protocol_id": 965
+ "protocol_id": 972
},
"minecraft:exposed_copper": {
- "protocol_id": 954
- },
- "minecraft:exposed_copper_bulb": {
- "protocol_id": 1020
- },
- "minecraft:exposed_copper_door": {
- "protocol_id": 996
- },
- "minecraft:exposed_copper_grate": {
- "protocol_id": 1012
- },
- "minecraft:exposed_copper_trapdoor": {
- "protocol_id": 1004
- },
- "minecraft:exposed_cut_copper": {
"protocol_id": 961
},
+ "minecraft:exposed_copper_bulb": {
+ "protocol_id": 1027
+ },
+ "minecraft:exposed_copper_door": {
+ "protocol_id": 1003
+ },
+ "minecraft:exposed_copper_grate": {
+ "protocol_id": 1019
+ },
+ "minecraft:exposed_copper_trapdoor": {
+ "protocol_id": 1011
+ },
+ "minecraft:exposed_cut_copper": {
+ "protocol_id": 968
+ },
"minecraft:exposed_cut_copper_slab": {
- "protocol_id": 977
+ "protocol_id": 984
},
"minecraft:exposed_cut_copper_stairs": {
- "protocol_id": 973
+ "protocol_id": 980
},
"minecraft:farmland": {
"protocol_id": 192
@@ -1309,40 +1315,40 @@
"protocol_id": 180
},
"minecraft:fire_coral": {
- "protocol_id": 722
+ "protocol_id": 729
},
"minecraft:fire_coral_block": {
- "protocol_id": 712
+ "protocol_id": 719
},
"minecraft:fire_coral_fan": {
- "protocol_id": 732
+ "protocol_id": 739
},
"minecraft:fire_coral_wall_fan": {
- "protocol_id": 742
+ "protocol_id": 749
},
"minecraft:fletching_table": {
- "protocol_id": 799
+ "protocol_id": 806
},
"minecraft:flower_pot": {
- "protocol_id": 369
+ "protocol_id": 376
},
"minecraft:flowering_azalea": {
- "protocol_id": 1034
+ "protocol_id": 1041
},
"minecraft:flowering_azalea_leaves": {
"protocol_id": 98
},
"minecraft:frogspawn": {
- "protocol_id": 1074
+ "protocol_id": 1081
},
"minecraft:frosted_ice": {
- "protocol_id": 627
+ "protocol_id": 634
},
"minecraft:furnace": {
"protocol_id": 193
},
"minecraft:gilded_blackstone": {
- "protocol_id": 881
+ "protocol_id": 888
},
"minecraft:glass": {
"protocol_id": 101
@@ -1366,13 +1372,13 @@
"protocol_id": 2
},
"minecraft:granite_slab": {
- "protocol_id": 775
+ "protocol_id": 782
},
"minecraft:granite_stairs": {
- "protocol_id": 762
+ "protocol_id": 769
},
"minecraft:granite_wall": {
- "protocol_id": 784
+ "protocol_id": 791
},
"minecraft:grass_block": {
"protocol_id": 8
@@ -1381,124 +1387,124 @@
"protocol_id": 40
},
"minecraft:gray_banner": {
- "protocol_id": 527
+ "protocol_id": 534
},
"minecraft:gray_bed": {
"protocol_id": 117
},
"minecraft:gray_candle": {
- "protocol_id": 898
+ "protocol_id": 905
},
"minecraft:gray_candle_cake": {
- "protocol_id": 915
+ "protocol_id": 922
},
"minecraft:gray_carpet": {
- "protocol_id": 502
+ "protocol_id": 509
},
"minecraft:gray_concrete": {
- "protocol_id": 674
+ "protocol_id": 681
},
"minecraft:gray_concrete_powder": {
- "protocol_id": 690
+ "protocol_id": 697
},
"minecraft:gray_glazed_terracotta": {
- "protocol_id": 658
+ "protocol_id": 665
},
"minecraft:gray_shulker_box": {
- "protocol_id": 642
+ "protocol_id": 649
},
"minecraft:gray_stained_glass": {
"protocol_id": 288
},
"minecraft:gray_stained_glass_pane": {
- "protocol_id": 464
+ "protocol_id": 471
},
"minecraft:gray_terracotta": {
- "protocol_id": 448
+ "protocol_id": 455
},
"minecraft:gray_wall_banner": {
- "protocol_id": 543
+ "protocol_id": 550
},
"minecraft:gray_wool": {
"protocol_id": 144
},
"minecraft:green_banner": {
- "protocol_id": 533
+ "protocol_id": 540
},
"minecraft:green_bed": {
"protocol_id": 123
},
"minecraft:green_candle": {
- "protocol_id": 904
+ "protocol_id": 911
},
"minecraft:green_candle_cake": {
- "protocol_id": 921
+ "protocol_id": 928
},
"minecraft:green_carpet": {
- "protocol_id": 508
+ "protocol_id": 515
},
"minecraft:green_concrete": {
- "protocol_id": 680
+ "protocol_id": 687
},
"minecraft:green_concrete_powder": {
- "protocol_id": 696
+ "protocol_id": 703
},
"minecraft:green_glazed_terracotta": {
- "protocol_id": 664
+ "protocol_id": 671
},
"minecraft:green_shulker_box": {
- "protocol_id": 648
+ "protocol_id": 655
},
"minecraft:green_stained_glass": {
"protocol_id": 294
},
"minecraft:green_stained_glass_pane": {
- "protocol_id": 470
+ "protocol_id": 477
},
"minecraft:green_terracotta": {
- "protocol_id": 454
+ "protocol_id": 461
},
"minecraft:green_wall_banner": {
- "protocol_id": 549
+ "protocol_id": 556
},
"minecraft:green_wool": {
"protocol_id": 150
},
"minecraft:grindstone": {
- "protocol_id": 800
+ "protocol_id": 807
},
"minecraft:hanging_roots": {
- "protocol_id": 1041
+ "protocol_id": 1048
},
"minecraft:hay_block": {
- "protocol_id": 494
+ "protocol_id": 501
},
"minecraft:heavy_core": {
- "protocol_id": 1080
+ "protocol_id": 1087
},
"minecraft:heavy_weighted_pressure_plate": {
- "protocol_id": 429
+ "protocol_id": 436
},
"minecraft:honey_block": {
- "protocol_id": 859
+ "protocol_id": 866
},
"minecraft:honeycomb_block": {
- "protocol_id": 860
+ "protocol_id": 867
},
"minecraft:hopper": {
- "protocol_id": 434
+ "protocol_id": 441
},
"minecraft:horn_coral": {
- "protocol_id": 723
+ "protocol_id": 730
},
"minecraft:horn_coral_block": {
- "protocol_id": 713
+ "protocol_id": 720
},
"minecraft:horn_coral_fan": {
- "protocol_id": 733
+ "protocol_id": 740
},
"minecraft:horn_coral_wall_fan": {
- "protocol_id": 743
+ "protocol_id": 750
},
"minecraft:ice": {
"protocol_id": 261
@@ -1513,7 +1519,7 @@
"protocol_id": 317
},
"minecraft:infested_deepslate": {
- "protocol_id": 1064
+ "protocol_id": 1071
},
"minecraft:infested_mossy_stone_bricks": {
"protocol_id": 316
@@ -1537,28 +1543,28 @@
"protocol_id": 44
},
"minecraft:iron_trapdoor": {
- "protocol_id": 483
+ "protocol_id": 490
},
"minecraft:jack_o_lantern": {
"protocol_id": 278
},
"minecraft:jigsaw": {
- "protocol_id": 854
+ "protocol_id": 861
},
"minecraft:jukebox": {
"protocol_id": 266
},
"minecraft:jungle_button": {
- "protocol_id": 403
+ "protocol_id": 410
},
"minecraft:jungle_door": {
- "protocol_id": 605
+ "protocol_id": 612
},
"minecraft:jungle_fence": {
- "protocol_id": 596
+ "protocol_id": 603
},
"minecraft:jungle_fence_gate": {
- "protocol_id": 587
+ "protocol_id": 594
},
"minecraft:jungle_hanging_sign": {
"protocol_id": 223
@@ -1582,10 +1588,10 @@
"protocol_id": 199
},
"minecraft:jungle_slab": {
- "protocol_id": 559
+ "protocol_id": 566
},
"minecraft:jungle_stairs": {
- "protocol_id": 364
+ "protocol_id": 371
},
"minecraft:jungle_trapdoor": {
"protocol_id": 300
@@ -1600,16 +1606,16 @@
"protocol_id": 74
},
"minecraft:kelp": {
- "protocol_id": 699
+ "protocol_id": 706
},
"minecraft:kelp_plant": {
- "protocol_id": 700
+ "protocol_id": 707
},
"minecraft:ladder": {
"protocol_id": 205
},
"minecraft:lantern": {
- "protocol_id": 805
+ "protocol_id": 812
},
"minecraft:lapis_block": {
"protocol_id": 104
@@ -1618,229 +1624,229 @@
"protocol_id": 102
},
"minecraft:large_amethyst_bud": {
- "protocol_id": 927
+ "protocol_id": 934
},
"minecraft:large_fern": {
- "protocol_id": 519
+ "protocol_id": 526
},
"minecraft:lava": {
"protocol_id": 36
},
"minecraft:lava_cauldron": {
- "protocol_id": 347
+ "protocol_id": 354
},
"minecraft:lectern": {
- "protocol_id": 801
+ "protocol_id": 808
},
"minecraft:lever": {
"protocol_id": 242
},
"minecraft:light": {
- "protocol_id": 482
+ "protocol_id": 489
},
"minecraft:light_blue_banner": {
- "protocol_id": 523
+ "protocol_id": 530
},
"minecraft:light_blue_bed": {
"protocol_id": 113
},
"minecraft:light_blue_candle": {
- "protocol_id": 894
+ "protocol_id": 901
},
"minecraft:light_blue_candle_cake": {
- "protocol_id": 911
+ "protocol_id": 918
},
"minecraft:light_blue_carpet": {
- "protocol_id": 498
+ "protocol_id": 505
},
"minecraft:light_blue_concrete": {
- "protocol_id": 670
+ "protocol_id": 677
},
"minecraft:light_blue_concrete_powder": {
- "protocol_id": 686
+ "protocol_id": 693
},
"minecraft:light_blue_glazed_terracotta": {
- "protocol_id": 654
+ "protocol_id": 661
},
"minecraft:light_blue_shulker_box": {
- "protocol_id": 638
+ "protocol_id": 645
},
"minecraft:light_blue_stained_glass": {
"protocol_id": 284
},
"minecraft:light_blue_stained_glass_pane": {
- "protocol_id": 460
+ "protocol_id": 467
},
"minecraft:light_blue_terracotta": {
- "protocol_id": 444
+ "protocol_id": 451
},
"minecraft:light_blue_wall_banner": {
- "protocol_id": 539
+ "protocol_id": 546
},
"minecraft:light_blue_wool": {
"protocol_id": 140
},
"minecraft:light_gray_banner": {
- "protocol_id": 528
+ "protocol_id": 535
},
"minecraft:light_gray_bed": {
"protocol_id": 118
},
"minecraft:light_gray_candle": {
- "protocol_id": 899
+ "protocol_id": 906
},
"minecraft:light_gray_candle_cake": {
- "protocol_id": 916
+ "protocol_id": 923
},
"minecraft:light_gray_carpet": {
- "protocol_id": 503
+ "protocol_id": 510
},
"minecraft:light_gray_concrete": {
- "protocol_id": 675
+ "protocol_id": 682
},
"minecraft:light_gray_concrete_powder": {
- "protocol_id": 691
+ "protocol_id": 698
},
"minecraft:light_gray_glazed_terracotta": {
- "protocol_id": 659
+ "protocol_id": 666
},
"minecraft:light_gray_shulker_box": {
- "protocol_id": 643
+ "protocol_id": 650
},
"minecraft:light_gray_stained_glass": {
"protocol_id": 289
},
"minecraft:light_gray_stained_glass_pane": {
- "protocol_id": 465
+ "protocol_id": 472
},
"minecraft:light_gray_terracotta": {
- "protocol_id": 449
+ "protocol_id": 456
},
"minecraft:light_gray_wall_banner": {
- "protocol_id": 544
+ "protocol_id": 551
},
"minecraft:light_gray_wool": {
"protocol_id": 145
},
"minecraft:light_weighted_pressure_plate": {
- "protocol_id": 428
+ "protocol_id": 435
},
"minecraft:lightning_rod": {
- "protocol_id": 1027
+ "protocol_id": 1034
},
"minecraft:lilac": {
- "protocol_id": 515
+ "protocol_id": 522
},
"minecraft:lily_of_the_valley": {
"protocol_id": 167
},
"minecraft:lily_pad": {
- "protocol_id": 338
+ "protocol_id": 339
},
"minecraft:lime_banner": {
- "protocol_id": 525
+ "protocol_id": 532
},
"minecraft:lime_bed": {
"protocol_id": 115
},
"minecraft:lime_candle": {
- "protocol_id": 896
+ "protocol_id": 903
},
"minecraft:lime_candle_cake": {
- "protocol_id": 913
+ "protocol_id": 920
},
"minecraft:lime_carpet": {
- "protocol_id": 500
+ "protocol_id": 507
},
"minecraft:lime_concrete": {
- "protocol_id": 672
+ "protocol_id": 679
},
"minecraft:lime_concrete_powder": {
- "protocol_id": 688
+ "protocol_id": 695
},
"minecraft:lime_glazed_terracotta": {
- "protocol_id": 656
+ "protocol_id": 663
},
"minecraft:lime_shulker_box": {
- "protocol_id": 640
+ "protocol_id": 647
},
"minecraft:lime_stained_glass": {
"protocol_id": 286
},
"minecraft:lime_stained_glass_pane": {
- "protocol_id": 462
+ "protocol_id": 469
},
"minecraft:lime_terracotta": {
- "protocol_id": 446
+ "protocol_id": 453
},
"minecraft:lime_wall_banner": {
- "protocol_id": 541
+ "protocol_id": 548
},
"minecraft:lime_wool": {
"protocol_id": 142
},
"minecraft:lodestone": {
- "protocol_id": 869
+ "protocol_id": 876
},
"minecraft:loom": {
- "protocol_id": 794
+ "protocol_id": 801
},
"minecraft:magenta_banner": {
- "protocol_id": 522
+ "protocol_id": 529
},
"minecraft:magenta_bed": {
"protocol_id": 112
},
"minecraft:magenta_candle": {
- "protocol_id": 893
+ "protocol_id": 900
},
"minecraft:magenta_candle_cake": {
- "protocol_id": 910
+ "protocol_id": 917
},
"minecraft:magenta_carpet": {
- "protocol_id": 497
+ "protocol_id": 504
},
"minecraft:magenta_concrete": {
- "protocol_id": 669
+ "protocol_id": 676
},
"minecraft:magenta_concrete_powder": {
- "protocol_id": 685
+ "protocol_id": 692
},
"minecraft:magenta_glazed_terracotta": {
- "protocol_id": 653
+ "protocol_id": 660
},
"minecraft:magenta_shulker_box": {
- "protocol_id": 637
+ "protocol_id": 644
},
"minecraft:magenta_stained_glass": {
"protocol_id": 283
},
"minecraft:magenta_stained_glass_pane": {
- "protocol_id": 459
+ "protocol_id": 466
},
"minecraft:magenta_terracotta": {
- "protocol_id": 443
+ "protocol_id": 450
},
"minecraft:magenta_wall_banner": {
- "protocol_id": 538
+ "protocol_id": 545
},
"minecraft:magenta_wool": {
"protocol_id": 139
},
"minecraft:magma_block": {
- "protocol_id": 628
+ "protocol_id": 635
},
"minecraft:mangrove_button": {
- "protocol_id": 408
+ "protocol_id": 415
},
"minecraft:mangrove_door": {
- "protocol_id": 610
+ "protocol_id": 617
},
"minecraft:mangrove_fence": {
- "protocol_id": 601
+ "protocol_id": 608
},
"minecraft:mangrove_fence_gate": {
- "protocol_id": 592
+ "protocol_id": 599
},
"minecraft:mangrove_hanging_sign": {
"protocol_id": 228
@@ -1867,10 +1873,10 @@
"protocol_id": 202
},
"minecraft:mangrove_slab": {
- "protocol_id": 564
+ "protocol_id": 571
},
"minecraft:mangrove_stairs": {
- "protocol_id": 477
+ "protocol_id": 484
},
"minecraft:mangrove_trapdoor": {
"protocol_id": 305
@@ -1885,7 +1891,7 @@
"protocol_id": 78
},
"minecraft:medium_amethyst_bud": {
- "protocol_id": 928
+ "protocol_id": 935
},
"minecraft:melon": {
"protocol_id": 326
@@ -1894,31 +1900,31 @@
"protocol_id": 330
},
"minecraft:moss_block": {
- "protocol_id": 1037
+ "protocol_id": 1044
},
"minecraft:moss_carpet": {
- "protocol_id": 1035
+ "protocol_id": 1042
},
"minecraft:mossy_cobblestone": {
"protocol_id": 176
},
"minecraft:mossy_cobblestone_slab": {
- "protocol_id": 771
+ "protocol_id": 778
},
"minecraft:mossy_cobblestone_stairs": {
- "protocol_id": 757
+ "protocol_id": 764
},
"minecraft:mossy_cobblestone_wall": {
- "protocol_id": 368
+ "protocol_id": 375
},
"minecraft:mossy_stone_brick_slab": {
- "protocol_id": 769
+ "protocol_id": 776
},
"minecraft:mossy_stone_brick_stairs": {
- "protocol_id": 755
+ "protocol_id": 762
},
"minecraft:mossy_stone_brick_wall": {
- "protocol_id": 783
+ "protocol_id": 790
},
"minecraft:mossy_stone_bricks": {
"protocol_id": 308
@@ -1927,16 +1933,16 @@
"protocol_id": 153
},
"minecraft:mud": {
- "protocol_id": 1043
+ "protocol_id": 1050
},
"minecraft:mud_brick_slab": {
- "protocol_id": 575
+ "protocol_id": 582
},
"minecraft:mud_brick_stairs": {
- "protocol_id": 336
+ "protocol_id": 337
},
"minecraft:mud_brick_wall": {
- "protocol_id": 786
+ "protocol_id": 793
},
"minecraft:mud_bricks": {
"protocol_id": 312
@@ -1948,22 +1954,22 @@
"protocol_id": 321
},
"minecraft:mycelium": {
- "protocol_id": 337
+ "protocol_id": 338
},
"minecraft:nether_brick_fence": {
- "protocol_id": 340
+ "protocol_id": 347
},
"minecraft:nether_brick_slab": {
- "protocol_id": 576
+ "protocol_id": 583
},
"minecraft:nether_brick_stairs": {
- "protocol_id": 341
+ "protocol_id": 348
},
"minecraft:nether_brick_wall": {
- "protocol_id": 787
+ "protocol_id": 794
},
"minecraft:nether_bricks": {
- "protocol_id": 339
+ "protocol_id": 346
},
"minecraft:nether_gold_ore": {
"protocol_id": 48
@@ -1972,19 +1978,19 @@
"protocol_id": 276
},
"minecraft:nether_quartz_ore": {
- "protocol_id": 433
+ "protocol_id": 440
},
"minecraft:nether_sprouts": {
- "protocol_id": 818
+ "protocol_id": 825
},
"minecraft:nether_wart": {
- "protocol_id": 342
+ "protocol_id": 349
},
"minecraft:nether_wart_block": {
- "protocol_id": 629
+ "protocol_id": 636
},
"minecraft:netherite_block": {
- "protocol_id": 861
+ "protocol_id": 868
},
"minecraft:netherrack": {
"protocol_id": 268
@@ -1993,7 +1999,7 @@
"protocol_id": 109
},
"minecraft:oak_button": {
- "protocol_id": 400
+ "protocol_id": 407
},
"minecraft:oak_door": {
"protocol_id": 204
@@ -2002,7 +2008,7 @@
"protocol_id": 267
},
"minecraft:oak_fence_gate": {
- "protocol_id": 333
+ "protocol_id": 334
},
"minecraft:oak_hanging_sign": {
"protocol_id": 218
@@ -2026,7 +2032,7 @@
"protocol_id": 194
},
"minecraft:oak_slab": {
- "protocol_id": 556
+ "protocol_id": 563
},
"minecraft:oak_stairs": {
"protocol_id": 184
@@ -2044,55 +2050,58 @@
"protocol_id": 71
},
"minecraft:observer": {
- "protocol_id": 633
+ "protocol_id": 640
},
"minecraft:obsidian": {
"protocol_id": 177
},
"minecraft:ochre_froglight": {
- "protocol_id": 1071
+ "protocol_id": 1078
+ },
+ "minecraft:open_eyeblossom": {
+ "protocol_id": 1091
},
"minecraft:orange_banner": {
- "protocol_id": 521
+ "protocol_id": 528
},
"minecraft:orange_bed": {
"protocol_id": 111
},
"minecraft:orange_candle": {
- "protocol_id": 892
+ "protocol_id": 899
},
"minecraft:orange_candle_cake": {
- "protocol_id": 909
+ "protocol_id": 916
},
"minecraft:orange_carpet": {
- "protocol_id": 496
+ "protocol_id": 503
},
"minecraft:orange_concrete": {
- "protocol_id": 668
+ "protocol_id": 675
},
"minecraft:orange_concrete_powder": {
- "protocol_id": 684
+ "protocol_id": 691
},
"minecraft:orange_glazed_terracotta": {
- "protocol_id": 652
+ "protocol_id": 659
},
"minecraft:orange_shulker_box": {
- "protocol_id": 636
+ "protocol_id": 643
},
"minecraft:orange_stained_glass": {
"protocol_id": 282
},
"minecraft:orange_stained_glass_pane": {
- "protocol_id": 458
+ "protocol_id": 465
},
"minecraft:orange_terracotta": {
- "protocol_id": 442
+ "protocol_id": 449
},
"minecraft:orange_tulip": {
"protocol_id": 161
},
"minecraft:orange_wall_banner": {
- "protocol_id": 537
+ "protocol_id": 544
},
"minecraft:orange_wool": {
"protocol_id": 138
@@ -2101,58 +2110,58 @@
"protocol_id": 164
},
"minecraft:oxidized_chiseled_copper": {
- "protocol_id": 963
+ "protocol_id": 970
},
"minecraft:oxidized_copper": {
- "protocol_id": 956
+ "protocol_id": 963
},
"minecraft:oxidized_copper_bulb": {
- "protocol_id": 1022
+ "protocol_id": 1029
},
"minecraft:oxidized_copper_door": {
- "protocol_id": 997
+ "protocol_id": 1004
},
"minecraft:oxidized_copper_grate": {
- "protocol_id": 1014
+ "protocol_id": 1021
},
"minecraft:oxidized_copper_trapdoor": {
- "protocol_id": 1005
+ "protocol_id": 1012
},
"minecraft:oxidized_cut_copper": {
- "protocol_id": 959
+ "protocol_id": 966
},
"minecraft:oxidized_cut_copper_slab": {
- "protocol_id": 975
+ "protocol_id": 982
},
"minecraft:oxidized_cut_copper_stairs": {
- "protocol_id": 971
+ "protocol_id": 978
},
"minecraft:packed_ice": {
- "protocol_id": 513
+ "protocol_id": 520
},
"minecraft:packed_mud": {
"protocol_id": 311
},
"minecraft:pale_hanging_moss": {
- "protocol_id": 1083
+ "protocol_id": 1090
},
"minecraft:pale_moss_block": {
- "protocol_id": 1081
+ "protocol_id": 1088
},
"minecraft:pale_moss_carpet": {
- "protocol_id": 1082
+ "protocol_id": 1089
},
"minecraft:pale_oak_button": {
- "protocol_id": 407
+ "protocol_id": 414
},
"minecraft:pale_oak_door": {
- "protocol_id": 609
+ "protocol_id": 616
},
"minecraft:pale_oak_fence": {
- "protocol_id": 600
+ "protocol_id": 607
},
"minecraft:pale_oak_fence_gate": {
- "protocol_id": 591
+ "protocol_id": 598
},
"minecraft:pale_oak_hanging_sign": {
"protocol_id": 225
@@ -2176,10 +2185,10 @@
"protocol_id": 201
},
"minecraft:pale_oak_slab": {
- "protocol_id": 563
+ "protocol_id": 570
},
"minecraft:pale_oak_stairs": {
- "protocol_id": 476
+ "protocol_id": 483
},
"minecraft:pale_oak_trapdoor": {
"protocol_id": 304
@@ -2194,64 +2203,64 @@
"protocol_id": 20
},
"minecraft:pearlescent_froglight": {
- "protocol_id": 1073
+ "protocol_id": 1080
},
"minecraft:peony": {
- "protocol_id": 517
+ "protocol_id": 524
},
"minecraft:petrified_oak_slab": {
- "protocol_id": 571
+ "protocol_id": 578
},
"minecraft:piglin_head": {
- "protocol_id": 422
+ "protocol_id": 429
},
"minecraft:piglin_wall_head": {
- "protocol_id": 423
+ "protocol_id": 430
},
"minecraft:pink_banner": {
- "protocol_id": 526
+ "protocol_id": 533
},
"minecraft:pink_bed": {
"protocol_id": 116
},
"minecraft:pink_candle": {
- "protocol_id": 897
+ "protocol_id": 904
},
"minecraft:pink_candle_cake": {
- "protocol_id": 914
+ "protocol_id": 921
},
"minecraft:pink_carpet": {
- "protocol_id": 501
+ "protocol_id": 508
},
"minecraft:pink_concrete": {
- "protocol_id": 673
+ "protocol_id": 680
},
"minecraft:pink_concrete_powder": {
- "protocol_id": 689
+ "protocol_id": 696
},
"minecraft:pink_glazed_terracotta": {
- "protocol_id": 657
+ "protocol_id": 664
},
"minecraft:pink_petals": {
- "protocol_id": 1036
+ "protocol_id": 1043
},
"minecraft:pink_shulker_box": {
- "protocol_id": 641
+ "protocol_id": 648
},
"minecraft:pink_stained_glass": {
"protocol_id": 287
},
"minecraft:pink_stained_glass_pane": {
- "protocol_id": 463
+ "protocol_id": 470
},
"minecraft:pink_terracotta": {
- "protocol_id": 447
+ "protocol_id": 454
},
"minecraft:pink_tulip": {
"protocol_id": 163
},
"minecraft:pink_wall_banner": {
- "protocol_id": 542
+ "protocol_id": 549
},
"minecraft:pink_wool": {
"protocol_id": 143
@@ -2263,247 +2272,253 @@
"protocol_id": 136
},
"minecraft:pitcher_crop": {
- "protocol_id": 620
+ "protocol_id": 627
},
"minecraft:pitcher_plant": {
- "protocol_id": 621
+ "protocol_id": 628
},
"minecraft:player_head": {
- "protocol_id": 416
+ "protocol_id": 423
},
"minecraft:player_wall_head": {
- "protocol_id": 417
+ "protocol_id": 424
},
"minecraft:podzol": {
"protocol_id": 11
},
"minecraft:pointed_dripstone": {
- "protocol_id": 1028
+ "protocol_id": 1035
},
"minecraft:polished_andesite": {
"protocol_id": 7
},
"minecraft:polished_andesite_slab": {
- "protocol_id": 778
+ "protocol_id": 785
},
"minecraft:polished_andesite_stairs": {
- "protocol_id": 765
+ "protocol_id": 772
},
"minecraft:polished_basalt": {
"protocol_id": 272
},
"minecraft:polished_blackstone": {
- "protocol_id": 874
+ "protocol_id": 881
},
"minecraft:polished_blackstone_brick_slab": {
- "protocol_id": 878
- },
- "minecraft:polished_blackstone_brick_stairs": {
- "protocol_id": 879
- },
- "minecraft:polished_blackstone_brick_wall": {
- "protocol_id": 880
- },
- "minecraft:polished_blackstone_bricks": {
- "protocol_id": 875
- },
- "minecraft:polished_blackstone_button": {
"protocol_id": 885
},
- "minecraft:polished_blackstone_pressure_plate": {
- "protocol_id": 884
- },
- "minecraft:polished_blackstone_slab": {
- "protocol_id": 883
- },
- "minecraft:polished_blackstone_stairs": {
- "protocol_id": 882
- },
- "minecraft:polished_blackstone_wall": {
+ "minecraft:polished_blackstone_brick_stairs": {
"protocol_id": 886
},
+ "minecraft:polished_blackstone_brick_wall": {
+ "protocol_id": 887
+ },
+ "minecraft:polished_blackstone_bricks": {
+ "protocol_id": 882
+ },
+ "minecraft:polished_blackstone_button": {
+ "protocol_id": 892
+ },
+ "minecraft:polished_blackstone_pressure_plate": {
+ "protocol_id": 891
+ },
+ "minecraft:polished_blackstone_slab": {
+ "protocol_id": 890
+ },
+ "minecraft:polished_blackstone_stairs": {
+ "protocol_id": 889
+ },
+ "minecraft:polished_blackstone_wall": {
+ "protocol_id": 893
+ },
"minecraft:polished_deepslate": {
- "protocol_id": 1049
+ "protocol_id": 1056
},
"minecraft:polished_deepslate_slab": {
- "protocol_id": 1051
+ "protocol_id": 1058
},
"minecraft:polished_deepslate_stairs": {
- "protocol_id": 1050
+ "protocol_id": 1057
},
"minecraft:polished_deepslate_wall": {
- "protocol_id": 1052
+ "protocol_id": 1059
},
"minecraft:polished_diorite": {
"protocol_id": 5
},
"minecraft:polished_diorite_slab": {
- "protocol_id": 770
+ "protocol_id": 777
},
"minecraft:polished_diorite_stairs": {
- "protocol_id": 756
+ "protocol_id": 763
},
"minecraft:polished_granite": {
"protocol_id": 3
},
"minecraft:polished_granite_slab": {
- "protocol_id": 767
+ "protocol_id": 774
},
"minecraft:polished_granite_stairs": {
- "protocol_id": 753
+ "protocol_id": 760
},
"minecraft:polished_tuff": {
- "protocol_id": 934
+ "protocol_id": 941
},
"minecraft:polished_tuff_slab": {
- "protocol_id": 935
+ "protocol_id": 942
},
"minecraft:polished_tuff_stairs": {
- "protocol_id": 936
+ "protocol_id": 943
},
"minecraft:polished_tuff_wall": {
- "protocol_id": 937
+ "protocol_id": 944
},
"minecraft:poppy": {
"protocol_id": 156
},
"minecraft:potatoes": {
- "protocol_id": 399
+ "protocol_id": 406
},
"minecraft:potted_acacia_sapling": {
- "protocol_id": 375
- },
- "minecraft:potted_allium": {
- "protocol_id": 384
- },
- "minecraft:potted_azalea_bush": {
- "protocol_id": 1069
- },
- "minecraft:potted_azure_bluet": {
- "protocol_id": 385
- },
- "minecraft:potted_bamboo": {
- "protocol_id": 749
- },
- "minecraft:potted_birch_sapling": {
- "protocol_id": 373
- },
- "minecraft:potted_blue_orchid": {
- "protocol_id": 383
- },
- "minecraft:potted_brown_mushroom": {
- "protocol_id": 395
- },
- "minecraft:potted_cactus": {
- "protocol_id": 397
- },
- "minecraft:potted_cherry_sapling": {
- "protocol_id": 376
- },
- "minecraft:potted_cornflower": {
- "protocol_id": 391
- },
- "minecraft:potted_crimson_fungus": {
- "protocol_id": 865
- },
- "minecraft:potted_crimson_roots": {
- "protocol_id": 867
- },
- "minecraft:potted_dandelion": {
- "protocol_id": 381
- },
- "minecraft:potted_dark_oak_sapling": {
- "protocol_id": 377
- },
- "minecraft:potted_dead_bush": {
- "protocol_id": 396
- },
- "minecraft:potted_fern": {
- "protocol_id": 380
- },
- "minecraft:potted_flowering_azalea_bush": {
- "protocol_id": 1070
- },
- "minecraft:potted_jungle_sapling": {
- "protocol_id": 374
- },
- "minecraft:potted_lily_of_the_valley": {
- "protocol_id": 392
- },
- "minecraft:potted_mangrove_propagule": {
- "protocol_id": 379
- },
- "minecraft:potted_oak_sapling": {
- "protocol_id": 371
- },
- "minecraft:potted_orange_tulip": {
- "protocol_id": 387
- },
- "minecraft:potted_oxeye_daisy": {
- "protocol_id": 390
- },
- "minecraft:potted_pale_oak_sapling": {
- "protocol_id": 378
- },
- "minecraft:potted_pink_tulip": {
- "protocol_id": 389
- },
- "minecraft:potted_poppy": {
"protocol_id": 382
},
- "minecraft:potted_red_mushroom": {
- "protocol_id": 394
+ "minecraft:potted_allium": {
+ "protocol_id": 391
},
- "minecraft:potted_red_tulip": {
- "protocol_id": 386
+ "minecraft:potted_azalea_bush": {
+ "protocol_id": 1076
},
- "minecraft:potted_spruce_sapling": {
- "protocol_id": 372
+ "minecraft:potted_azure_bluet": {
+ "protocol_id": 392
},
- "minecraft:potted_torchflower": {
- "protocol_id": 370
+ "minecraft:potted_bamboo": {
+ "protocol_id": 756
},
- "minecraft:potted_warped_fungus": {
- "protocol_id": 866
+ "minecraft:potted_birch_sapling": {
+ "protocol_id": 380
},
- "minecraft:potted_warped_roots": {
- "protocol_id": 868
+ "minecraft:potted_blue_orchid": {
+ "protocol_id": 390
},
- "minecraft:potted_white_tulip": {
+ "minecraft:potted_brown_mushroom": {
+ "protocol_id": 402
+ },
+ "minecraft:potted_cactus": {
+ "protocol_id": 404
+ },
+ "minecraft:potted_cherry_sapling": {
+ "protocol_id": 383
+ },
+ "minecraft:potted_closed_eyeblossom": {
+ "protocol_id": 1094
+ },
+ "minecraft:potted_cornflower": {
+ "protocol_id": 398
+ },
+ "minecraft:potted_crimson_fungus": {
+ "protocol_id": 872
+ },
+ "minecraft:potted_crimson_roots": {
+ "protocol_id": 874
+ },
+ "minecraft:potted_dandelion": {
"protocol_id": 388
},
- "minecraft:potted_wither_rose": {
+ "minecraft:potted_dark_oak_sapling": {
+ "protocol_id": 384
+ },
+ "minecraft:potted_dead_bush": {
+ "protocol_id": 403
+ },
+ "minecraft:potted_fern": {
+ "protocol_id": 387
+ },
+ "minecraft:potted_flowering_azalea_bush": {
+ "protocol_id": 1077
+ },
+ "minecraft:potted_jungle_sapling": {
+ "protocol_id": 381
+ },
+ "minecraft:potted_lily_of_the_valley": {
+ "protocol_id": 399
+ },
+ "minecraft:potted_mangrove_propagule": {
+ "protocol_id": 386
+ },
+ "minecraft:potted_oak_sapling": {
+ "protocol_id": 378
+ },
+ "minecraft:potted_open_eyeblossom": {
+ "protocol_id": 1093
+ },
+ "minecraft:potted_orange_tulip": {
+ "protocol_id": 394
+ },
+ "minecraft:potted_oxeye_daisy": {
+ "protocol_id": 397
+ },
+ "minecraft:potted_pale_oak_sapling": {
+ "protocol_id": 385
+ },
+ "minecraft:potted_pink_tulip": {
+ "protocol_id": 396
+ },
+ "minecraft:potted_poppy": {
+ "protocol_id": 389
+ },
+ "minecraft:potted_red_mushroom": {
+ "protocol_id": 401
+ },
+ "minecraft:potted_red_tulip": {
"protocol_id": 393
},
+ "minecraft:potted_spruce_sapling": {
+ "protocol_id": 379
+ },
+ "minecraft:potted_torchflower": {
+ "protocol_id": 377
+ },
+ "minecraft:potted_warped_fungus": {
+ "protocol_id": 873
+ },
+ "minecraft:potted_warped_roots": {
+ "protocol_id": 875
+ },
+ "minecraft:potted_white_tulip": {
+ "protocol_id": 395
+ },
+ "minecraft:potted_wither_rose": {
+ "protocol_id": 400
+ },
"minecraft:powder_snow": {
- "protocol_id": 946
+ "protocol_id": 953
},
"minecraft:powder_snow_cauldron": {
- "protocol_id": 348
+ "protocol_id": 355
},
"minecraft:powered_rail": {
"protocol_id": 126
},
"minecraft:prismarine": {
- "protocol_id": 484
- },
- "minecraft:prismarine_brick_slab": {
"protocol_id": 491
},
+ "minecraft:prismarine_brick_slab": {
+ "protocol_id": 498
+ },
"minecraft:prismarine_brick_stairs": {
- "protocol_id": 488
+ "protocol_id": 495
},
"minecraft:prismarine_bricks": {
- "protocol_id": 485
+ "protocol_id": 492
},
"minecraft:prismarine_slab": {
- "protocol_id": 490
+ "protocol_id": 497
},
"minecraft:prismarine_stairs": {
- "protocol_id": 487
+ "protocol_id": 494
},
"minecraft:prismarine_wall": {
- "protocol_id": 781
+ "protocol_id": 788
},
"minecraft:pumpkin": {
"protocol_id": 325
@@ -2512,109 +2527,109 @@
"protocol_id": 329
},
"minecraft:purple_banner": {
- "protocol_id": 530
+ "protocol_id": 537
},
"minecraft:purple_bed": {
"protocol_id": 120
},
"minecraft:purple_candle": {
- "protocol_id": 901
+ "protocol_id": 908
},
"minecraft:purple_candle_cake": {
- "protocol_id": 918
+ "protocol_id": 925
},
"minecraft:purple_carpet": {
- "protocol_id": 505
+ "protocol_id": 512
},
"minecraft:purple_concrete": {
- "protocol_id": 677
+ "protocol_id": 684
},
"minecraft:purple_concrete_powder": {
- "protocol_id": 693
+ "protocol_id": 700
},
"minecraft:purple_glazed_terracotta": {
- "protocol_id": 661
+ "protocol_id": 668
},
"minecraft:purple_shulker_box": {
- "protocol_id": 645
+ "protocol_id": 652
},
"minecraft:purple_stained_glass": {
"protocol_id": 291
},
"minecraft:purple_stained_glass_pane": {
- "protocol_id": 467
+ "protocol_id": 474
},
"minecraft:purple_terracotta": {
- "protocol_id": 451
+ "protocol_id": 458
},
"minecraft:purple_wall_banner": {
- "protocol_id": 546
+ "protocol_id": 553
},
"minecraft:purple_wool": {
"protocol_id": 147
},
"minecraft:purpur_block": {
- "protocol_id": 615
+ "protocol_id": 622
},
"minecraft:purpur_pillar": {
- "protocol_id": 616
+ "protocol_id": 623
},
"minecraft:purpur_slab": {
- "protocol_id": 580
+ "protocol_id": 587
},
"minecraft:purpur_stairs": {
- "protocol_id": 617
+ "protocol_id": 624
},
"minecraft:quartz_block": {
- "protocol_id": 435
+ "protocol_id": 442
},
"minecraft:quartz_bricks": {
- "protocol_id": 889
+ "protocol_id": 896
},
"minecraft:quartz_pillar": {
- "protocol_id": 437
+ "protocol_id": 444
},
"minecraft:quartz_slab": {
- "protocol_id": 577
+ "protocol_id": 584
},
"minecraft:quartz_stairs": {
- "protocol_id": 438
+ "protocol_id": 445
},
"minecraft:rail": {
"protocol_id": 206
},
"minecraft:raw_copper_block": {
- "protocol_id": 1067
+ "protocol_id": 1074
},
"minecraft:raw_gold_block": {
- "protocol_id": 1068
+ "protocol_id": 1075
},
"minecraft:raw_iron_block": {
- "protocol_id": 1066
+ "protocol_id": 1073
},
"minecraft:red_banner": {
- "protocol_id": 534
+ "protocol_id": 541
},
"minecraft:red_bed": {
"protocol_id": 124
},
"minecraft:red_candle": {
- "protocol_id": 905
+ "protocol_id": 912
},
"minecraft:red_candle_cake": {
- "protocol_id": 922
+ "protocol_id": 929
},
"minecraft:red_carpet": {
- "protocol_id": 509
+ "protocol_id": 516
},
"minecraft:red_concrete": {
- "protocol_id": 681
+ "protocol_id": 688
},
"minecraft:red_concrete_powder": {
- "protocol_id": 697
+ "protocol_id": 704
},
"minecraft:red_glazed_terracotta": {
- "protocol_id": 665
+ "protocol_id": 672
},
"minecraft:red_mushroom": {
"protocol_id": 169
@@ -2623,58 +2638,58 @@
"protocol_id": 320
},
"minecraft:red_nether_brick_slab": {
- "protocol_id": 777
+ "protocol_id": 784
},
"minecraft:red_nether_brick_stairs": {
- "protocol_id": 764
+ "protocol_id": 771
},
"minecraft:red_nether_brick_wall": {
- "protocol_id": 789
+ "protocol_id": 796
},
"minecraft:red_nether_bricks": {
- "protocol_id": 630
+ "protocol_id": 637
},
"minecraft:red_sand": {
"protocol_id": 39
},
"minecraft:red_sandstone": {
- "protocol_id": 552
+ "protocol_id": 559
},
"minecraft:red_sandstone_slab": {
- "protocol_id": 578
+ "protocol_id": 585
},
"minecraft:red_sandstone_stairs": {
- "protocol_id": 555
+ "protocol_id": 562
},
"minecraft:red_sandstone_wall": {
- "protocol_id": 782
+ "protocol_id": 789
},
"minecraft:red_shulker_box": {
- "protocol_id": 649
+ "protocol_id": 656
},
"minecraft:red_stained_glass": {
"protocol_id": 295
},
"minecraft:red_stained_glass_pane": {
- "protocol_id": 471
+ "protocol_id": 478
},
"minecraft:red_terracotta": {
- "protocol_id": 455
+ "protocol_id": 462
},
"minecraft:red_tulip": {
"protocol_id": 160
},
"minecraft:red_wall_banner": {
- "protocol_id": 550
+ "protocol_id": 557
},
"minecraft:red_wool": {
"protocol_id": 151
},
"minecraft:redstone_block": {
- "protocol_id": 432
+ "protocol_id": 439
},
"minecraft:redstone_lamp": {
- "protocol_id": 353
+ "protocol_id": 360
},
"minecraft:redstone_ore": {
"protocol_id": 255
@@ -2689,22 +2704,40 @@
"protocol_id": 186
},
"minecraft:reinforced_deepslate": {
- "protocol_id": 1075
+ "protocol_id": 1082
},
"minecraft:repeater": {
"protocol_id": 280
},
"minecraft:repeating_command_block": {
- "protocol_id": 625
+ "protocol_id": 632
+ },
+ "minecraft:resin_block": {
+ "protocol_id": 340
+ },
+ "minecraft:resin_brick_slab": {
+ "protocol_id": 343
+ },
+ "minecraft:resin_brick_stairs": {
+ "protocol_id": 342
+ },
+ "minecraft:resin_brick_wall": {
+ "protocol_id": 344
+ },
+ "minecraft:resin_bricks": {
+ "protocol_id": 341
+ },
+ "minecraft:resin_clump": {
+ "protocol_id": 333
},
"minecraft:respawn_anchor": {
- "protocol_id": 864
+ "protocol_id": 871
},
"minecraft:rooted_dirt": {
- "protocol_id": 1042
+ "protocol_id": 1049
},
"minecraft:rose_bush": {
- "protocol_id": 516
+ "protocol_id": 523
},
"minecraft:sand": {
"protocol_id": 37
@@ -2713,37 +2746,37 @@
"protocol_id": 106
},
"minecraft:sandstone_slab": {
- "protocol_id": 569
+ "protocol_id": 576
},
"minecraft:sandstone_stairs": {
- "protocol_id": 355
+ "protocol_id": 362
},
"minecraft:sandstone_wall": {
- "protocol_id": 790
+ "protocol_id": 797
},
"minecraft:scaffolding": {
- "protocol_id": 793
+ "protocol_id": 800
},
"minecraft:sculk": {
- "protocol_id": 949
+ "protocol_id": 956
},
"minecraft:sculk_catalyst": {
- "protocol_id": 951
+ "protocol_id": 958
},
"minecraft:sculk_sensor": {
- "protocol_id": 947
+ "protocol_id": 954
},
"minecraft:sculk_shrieker": {
- "protocol_id": 952
+ "protocol_id": 959
},
"minecraft:sculk_vein": {
- "protocol_id": 950
+ "protocol_id": 957
},
"minecraft:sea_lantern": {
- "protocol_id": 493
+ "protocol_id": 500
},
"minecraft:sea_pickle": {
- "protocol_id": 744
+ "protocol_id": 751
},
"minecraft:seagrass": {
"protocol_id": 133
@@ -2752,70 +2785,70 @@
"protocol_id": 130
},
"minecraft:shroomlight": {
- "protocol_id": 825
+ "protocol_id": 832
},
"minecraft:shulker_box": {
- "protocol_id": 634
+ "protocol_id": 641
},
"minecraft:skeleton_skull": {
- "protocol_id": 410
+ "protocol_id": 417
},
"minecraft:skeleton_wall_skull": {
- "protocol_id": 411
+ "protocol_id": 418
},
"minecraft:slime_block": {
- "protocol_id": 480
+ "protocol_id": 487
},
"minecraft:small_amethyst_bud": {
- "protocol_id": 929
+ "protocol_id": 936
},
"minecraft:small_dripleaf": {
- "protocol_id": 1040
+ "protocol_id": 1047
},
"minecraft:smithing_table": {
- "protocol_id": 802
+ "protocol_id": 809
},
"minecraft:smoker": {
- "protocol_id": 796
+ "protocol_id": 803
},
"minecraft:smooth_basalt": {
- "protocol_id": 1065
+ "protocol_id": 1072
},
"minecraft:smooth_quartz": {
- "protocol_id": 583
+ "protocol_id": 590
},
"minecraft:smooth_quartz_slab": {
- "protocol_id": 774
+ "protocol_id": 781
},
"minecraft:smooth_quartz_stairs": {
- "protocol_id": 761
- },
- "minecraft:smooth_red_sandstone": {
- "protocol_id": 584
- },
- "minecraft:smooth_red_sandstone_slab": {
"protocol_id": 768
},
+ "minecraft:smooth_red_sandstone": {
+ "protocol_id": 591
+ },
+ "minecraft:smooth_red_sandstone_slab": {
+ "protocol_id": 775
+ },
"minecraft:smooth_red_sandstone_stairs": {
- "protocol_id": 754
+ "protocol_id": 761
},
"minecraft:smooth_sandstone": {
- "protocol_id": 582
+ "protocol_id": 589
},
"minecraft:smooth_sandstone_slab": {
- "protocol_id": 773
+ "protocol_id": 780
},
"minecraft:smooth_sandstone_stairs": {
- "protocol_id": 760
+ "protocol_id": 767
},
"minecraft:smooth_stone": {
- "protocol_id": 581
+ "protocol_id": 588
},
"minecraft:smooth_stone_slab": {
- "protocol_id": 568
+ "protocol_id": 575
},
"minecraft:sniffer_egg": {
- "protocol_id": 703
+ "protocol_id": 710
},
"minecraft:snow": {
"protocol_id": 260
@@ -2824,13 +2857,13 @@
"protocol_id": 262
},
"minecraft:soul_campfire": {
- "protocol_id": 808
+ "protocol_id": 815
},
"minecraft:soul_fire": {
"protocol_id": 181
},
"minecraft:soul_lantern": {
- "protocol_id": 806
+ "protocol_id": 813
},
"minecraft:soul_sand": {
"protocol_id": 269
@@ -2851,19 +2884,19 @@
"protocol_id": 99
},
"minecraft:spore_blossom": {
- "protocol_id": 1032
+ "protocol_id": 1039
},
"minecraft:spruce_button": {
- "protocol_id": 401
+ "protocol_id": 408
},
"minecraft:spruce_door": {
- "protocol_id": 603
+ "protocol_id": 610
},
"minecraft:spruce_fence": {
- "protocol_id": 594
+ "protocol_id": 601
},
"minecraft:spruce_fence_gate": {
- "protocol_id": 585
+ "protocol_id": 592
},
"minecraft:spruce_hanging_sign": {
"protocol_id": 219
@@ -2887,10 +2920,10 @@
"protocol_id": 195
},
"minecraft:spruce_slab": {
- "protocol_id": 557
+ "protocol_id": 564
},
"minecraft:spruce_stairs": {
- "protocol_id": 362
+ "protocol_id": 369
},
"minecraft:spruce_trapdoor": {
"protocol_id": 298
@@ -2911,13 +2944,13 @@
"protocol_id": 1
},
"minecraft:stone_brick_slab": {
- "protocol_id": 574
+ "protocol_id": 581
},
"minecraft:stone_brick_stairs": {
- "protocol_id": 335
+ "protocol_id": 336
},
"minecraft:stone_brick_wall": {
- "protocol_id": 785
+ "protocol_id": 792
},
"minecraft:stone_bricks": {
"protocol_id": 307
@@ -2929,13 +2962,13 @@
"protocol_id": 243
},
"minecraft:stone_slab": {
- "protocol_id": 567
+ "protocol_id": 574
},
"minecraft:stone_stairs": {
- "protocol_id": 759
+ "protocol_id": 766
},
"minecraft:stonecutter": {
- "protocol_id": 803
+ "protocol_id": 810
},
"minecraft:stripped_acacia_log": {
"protocol_id": 64
@@ -2959,10 +2992,10 @@
"protocol_id": 84
},
"minecraft:stripped_crimson_hyphae": {
- "protocol_id": 822
+ "protocol_id": 829
},
"minecraft:stripped_crimson_stem": {
- "protocol_id": 820
+ "protocol_id": 827
},
"minecraft:stripped_dark_oak_log": {
"protocol_id": 66
@@ -3001,22 +3034,22 @@
"protocol_id": 80
},
"minecraft:stripped_warped_hyphae": {
- "protocol_id": 813
+ "protocol_id": 820
},
"minecraft:stripped_warped_stem": {
- "protocol_id": 811
+ "protocol_id": 818
},
"minecraft:structure_block": {
- "protocol_id": 853
+ "protocol_id": 860
},
"minecraft:structure_void": {
- "protocol_id": 632
+ "protocol_id": 639
},
"minecraft:sugar_cane": {
"protocol_id": 265
},
"minecraft:sunflower": {
- "protocol_id": 514
+ "protocol_id": 521
},
"minecraft:suspicious_gravel": {
"protocol_id": 41
@@ -3025,22 +3058,22 @@
"protocol_id": 38
},
"minecraft:sweet_berry_bush": {
- "protocol_id": 809
+ "protocol_id": 816
},
"minecraft:tall_grass": {
- "protocol_id": 518
+ "protocol_id": 525
},
"minecraft:tall_seagrass": {
"protocol_id": 134
},
"minecraft:target": {
- "protocol_id": 856
+ "protocol_id": 863
},
"minecraft:terracotta": {
- "protocol_id": 511
+ "protocol_id": 518
},
"minecraft:tinted_glass": {
- "protocol_id": 945
+ "protocol_id": 952
},
"minecraft:tnt": {
"protocol_id": 173
@@ -3052,283 +3085,283 @@
"protocol_id": 155
},
"minecraft:torchflower_crop": {
- "protocol_id": 619
+ "protocol_id": 626
},
"minecraft:trapped_chest": {
- "protocol_id": 427
+ "protocol_id": 434
},
"minecraft:trial_spawner": {
- "protocol_id": 1078
+ "protocol_id": 1085
},
"minecraft:tripwire": {
- "protocol_id": 360
+ "protocol_id": 367
},
"minecraft:tripwire_hook": {
- "protocol_id": 359
+ "protocol_id": 366
},
"minecraft:tube_coral": {
- "protocol_id": 719
+ "protocol_id": 726
},
"minecraft:tube_coral_block": {
- "protocol_id": 709
+ "protocol_id": 716
},
"minecraft:tube_coral_fan": {
- "protocol_id": 729
+ "protocol_id": 736
},
"minecraft:tube_coral_wall_fan": {
- "protocol_id": 739
+ "protocol_id": 746
},
"minecraft:tuff": {
- "protocol_id": 930
+ "protocol_id": 937
},
"minecraft:tuff_brick_slab": {
- "protocol_id": 940
+ "protocol_id": 947
},
"minecraft:tuff_brick_stairs": {
- "protocol_id": 941
+ "protocol_id": 948
},
"minecraft:tuff_brick_wall": {
- "protocol_id": 942
+ "protocol_id": 949
},
"minecraft:tuff_bricks": {
- "protocol_id": 939
+ "protocol_id": 946
},
"minecraft:tuff_slab": {
- "protocol_id": 931
+ "protocol_id": 938
},
"minecraft:tuff_stairs": {
- "protocol_id": 932
+ "protocol_id": 939
},
"minecraft:tuff_wall": {
- "protocol_id": 933
+ "protocol_id": 940
},
"minecraft:turtle_egg": {
- "protocol_id": 702
+ "protocol_id": 709
},
"minecraft:twisting_vines": {
- "protocol_id": 828
+ "protocol_id": 835
},
"minecraft:twisting_vines_plant": {
- "protocol_id": 829
+ "protocol_id": 836
},
"minecraft:vault": {
- "protocol_id": 1079
+ "protocol_id": 1086
},
"minecraft:verdant_froglight": {
- "protocol_id": 1072
+ "protocol_id": 1079
},
"minecraft:vine": {
"protocol_id": 331
},
"minecraft:void_air": {
- "protocol_id": 750
+ "protocol_id": 757
},
"minecraft:wall_torch": {
"protocol_id": 179
},
"minecraft:warped_button": {
- "protocol_id": 846
+ "protocol_id": 853
},
"minecraft:warped_door": {
- "protocol_id": 848
+ "protocol_id": 855
},
"minecraft:warped_fence": {
- "protocol_id": 838
+ "protocol_id": 845
},
"minecraft:warped_fence_gate": {
- "protocol_id": 842
+ "protocol_id": 849
},
"minecraft:warped_fungus": {
- "protocol_id": 815
+ "protocol_id": 822
},
"minecraft:warped_hanging_sign": {
"protocol_id": 227
},
"minecraft:warped_hyphae": {
- "protocol_id": 812
+ "protocol_id": 819
},
"minecraft:warped_nylium": {
- "protocol_id": 814
+ "protocol_id": 821
},
"minecraft:warped_planks": {
- "protocol_id": 832
+ "protocol_id": 839
},
"minecraft:warped_pressure_plate": {
- "protocol_id": 836
+ "protocol_id": 843
},
"minecraft:warped_roots": {
- "protocol_id": 817
+ "protocol_id": 824
},
"minecraft:warped_sign": {
- "protocol_id": 850
+ "protocol_id": 857
},
"minecraft:warped_slab": {
- "protocol_id": 834
+ "protocol_id": 841
},
"minecraft:warped_stairs": {
- "protocol_id": 844
+ "protocol_id": 851
},
"minecraft:warped_stem": {
- "protocol_id": 810
+ "protocol_id": 817
},
"minecraft:warped_trapdoor": {
- "protocol_id": 840
+ "protocol_id": 847
},
"minecraft:warped_wall_hanging_sign": {
"protocol_id": 240
},
"minecraft:warped_wall_sign": {
- "protocol_id": 852
+ "protocol_id": 859
},
"minecraft:warped_wart_block": {
- "protocol_id": 816
+ "protocol_id": 823
},
"minecraft:water": {
"protocol_id": 35
},
"minecraft:water_cauldron": {
- "protocol_id": 346
+ "protocol_id": 353
},
"minecraft:waxed_chiseled_copper": {
- "protocol_id": 970
+ "protocol_id": 977
},
"minecraft:waxed_copper_block": {
- "protocol_id": 979
- },
- "minecraft:waxed_copper_bulb": {
- "protocol_id": 1023
- },
- "minecraft:waxed_copper_door": {
- "protocol_id": 999
- },
- "minecraft:waxed_copper_grate": {
- "protocol_id": 1015
- },
- "minecraft:waxed_copper_trapdoor": {
- "protocol_id": 1007
- },
- "minecraft:waxed_cut_copper": {
"protocol_id": 986
},
- "minecraft:waxed_cut_copper_slab": {
- "protocol_id": 994
+ "minecraft:waxed_copper_bulb": {
+ "protocol_id": 1030
},
- "minecraft:waxed_cut_copper_stairs": {
- "protocol_id": 990
- },
- "minecraft:waxed_exposed_chiseled_copper": {
- "protocol_id": 969
- },
- "minecraft:waxed_exposed_copper": {
- "protocol_id": 981
- },
- "minecraft:waxed_exposed_copper_bulb": {
- "protocol_id": 1024
- },
- "minecraft:waxed_exposed_copper_door": {
- "protocol_id": 1000
- },
- "minecraft:waxed_exposed_copper_grate": {
- "protocol_id": 1016
- },
- "minecraft:waxed_exposed_copper_trapdoor": {
- "protocol_id": 1008
- },
- "minecraft:waxed_exposed_cut_copper": {
- "protocol_id": 985
- },
- "minecraft:waxed_exposed_cut_copper_slab": {
- "protocol_id": 993
- },
- "minecraft:waxed_exposed_cut_copper_stairs": {
- "protocol_id": 989
- },
- "minecraft:waxed_oxidized_chiseled_copper": {
- "protocol_id": 967
- },
- "minecraft:waxed_oxidized_copper": {
- "protocol_id": 982
- },
- "minecraft:waxed_oxidized_copper_bulb": {
- "protocol_id": 1026
- },
- "minecraft:waxed_oxidized_copper_door": {
- "protocol_id": 1001
- },
- "minecraft:waxed_oxidized_copper_grate": {
- "protocol_id": 1018
- },
- "minecraft:waxed_oxidized_copper_trapdoor": {
- "protocol_id": 1009
- },
- "minecraft:waxed_oxidized_cut_copper": {
- "protocol_id": 983
- },
- "minecraft:waxed_oxidized_cut_copper_slab": {
- "protocol_id": 991
- },
- "minecraft:waxed_oxidized_cut_copper_stairs": {
- "protocol_id": 987
- },
- "minecraft:waxed_weathered_chiseled_copper": {
- "protocol_id": 968
- },
- "minecraft:waxed_weathered_copper": {
- "protocol_id": 980
- },
- "minecraft:waxed_weathered_copper_bulb": {
- "protocol_id": 1025
- },
- "minecraft:waxed_weathered_copper_door": {
- "protocol_id": 1002
- },
- "minecraft:waxed_weathered_copper_grate": {
- "protocol_id": 1017
- },
- "minecraft:waxed_weathered_copper_trapdoor": {
- "protocol_id": 1010
- },
- "minecraft:waxed_weathered_cut_copper": {
- "protocol_id": 984
- },
- "minecraft:waxed_weathered_cut_copper_slab": {
- "protocol_id": 992
- },
- "minecraft:waxed_weathered_cut_copper_stairs": {
- "protocol_id": 988
- },
- "minecraft:weathered_chiseled_copper": {
- "protocol_id": 964
- },
- "minecraft:weathered_copper": {
- "protocol_id": 955
- },
- "minecraft:weathered_copper_bulb": {
- "protocol_id": 1021
- },
- "minecraft:weathered_copper_door": {
- "protocol_id": 998
- },
- "minecraft:weathered_copper_grate": {
- "protocol_id": 1013
- },
- "minecraft:weathered_copper_trapdoor": {
+ "minecraft:waxed_copper_door": {
"protocol_id": 1006
},
- "minecraft:weathered_cut_copper": {
- "protocol_id": 960
+ "minecraft:waxed_copper_grate": {
+ "protocol_id": 1022
},
- "minecraft:weathered_cut_copper_slab": {
+ "minecraft:waxed_copper_trapdoor": {
+ "protocol_id": 1014
+ },
+ "minecraft:waxed_cut_copper": {
+ "protocol_id": 993
+ },
+ "minecraft:waxed_cut_copper_slab": {
+ "protocol_id": 1001
+ },
+ "minecraft:waxed_cut_copper_stairs": {
+ "protocol_id": 997
+ },
+ "minecraft:waxed_exposed_chiseled_copper": {
"protocol_id": 976
},
+ "minecraft:waxed_exposed_copper": {
+ "protocol_id": 988
+ },
+ "minecraft:waxed_exposed_copper_bulb": {
+ "protocol_id": 1031
+ },
+ "minecraft:waxed_exposed_copper_door": {
+ "protocol_id": 1007
+ },
+ "minecraft:waxed_exposed_copper_grate": {
+ "protocol_id": 1023
+ },
+ "minecraft:waxed_exposed_copper_trapdoor": {
+ "protocol_id": 1015
+ },
+ "minecraft:waxed_exposed_cut_copper": {
+ "protocol_id": 992
+ },
+ "minecraft:waxed_exposed_cut_copper_slab": {
+ "protocol_id": 1000
+ },
+ "minecraft:waxed_exposed_cut_copper_stairs": {
+ "protocol_id": 996
+ },
+ "minecraft:waxed_oxidized_chiseled_copper": {
+ "protocol_id": 974
+ },
+ "minecraft:waxed_oxidized_copper": {
+ "protocol_id": 989
+ },
+ "minecraft:waxed_oxidized_copper_bulb": {
+ "protocol_id": 1033
+ },
+ "minecraft:waxed_oxidized_copper_door": {
+ "protocol_id": 1008
+ },
+ "minecraft:waxed_oxidized_copper_grate": {
+ "protocol_id": 1025
+ },
+ "minecraft:waxed_oxidized_copper_trapdoor": {
+ "protocol_id": 1016
+ },
+ "minecraft:waxed_oxidized_cut_copper": {
+ "protocol_id": 990
+ },
+ "minecraft:waxed_oxidized_cut_copper_slab": {
+ "protocol_id": 998
+ },
+ "minecraft:waxed_oxidized_cut_copper_stairs": {
+ "protocol_id": 994
+ },
+ "minecraft:waxed_weathered_chiseled_copper": {
+ "protocol_id": 975
+ },
+ "minecraft:waxed_weathered_copper": {
+ "protocol_id": 987
+ },
+ "minecraft:waxed_weathered_copper_bulb": {
+ "protocol_id": 1032
+ },
+ "minecraft:waxed_weathered_copper_door": {
+ "protocol_id": 1009
+ },
+ "minecraft:waxed_weathered_copper_grate": {
+ "protocol_id": 1024
+ },
+ "minecraft:waxed_weathered_copper_trapdoor": {
+ "protocol_id": 1017
+ },
+ "minecraft:waxed_weathered_cut_copper": {
+ "protocol_id": 991
+ },
+ "minecraft:waxed_weathered_cut_copper_slab": {
+ "protocol_id": 999
+ },
+ "minecraft:waxed_weathered_cut_copper_stairs": {
+ "protocol_id": 995
+ },
+ "minecraft:weathered_chiseled_copper": {
+ "protocol_id": 971
+ },
+ "minecraft:weathered_copper": {
+ "protocol_id": 962
+ },
+ "minecraft:weathered_copper_bulb": {
+ "protocol_id": 1028
+ },
+ "minecraft:weathered_copper_door": {
+ "protocol_id": 1005
+ },
+ "minecraft:weathered_copper_grate": {
+ "protocol_id": 1020
+ },
+ "minecraft:weathered_copper_trapdoor": {
+ "protocol_id": 1013
+ },
+ "minecraft:weathered_cut_copper": {
+ "protocol_id": 967
+ },
+ "minecraft:weathered_cut_copper_slab": {
+ "protocol_id": 983
+ },
"minecraft:weathered_cut_copper_stairs": {
- "protocol_id": 972
+ "protocol_id": 979
},
"minecraft:weeping_vines": {
- "protocol_id": 826
+ "protocol_id": 833
},
"minecraft:weeping_vines_plant": {
- "protocol_id": 827
+ "protocol_id": 834
},
"minecraft:wet_sponge": {
"protocol_id": 100
@@ -3337,46 +3370,46 @@
"protocol_id": 191
},
"minecraft:white_banner": {
- "protocol_id": 520
+ "protocol_id": 527
},
"minecraft:white_bed": {
"protocol_id": 110
},
"minecraft:white_candle": {
- "protocol_id": 891
+ "protocol_id": 898
},
"minecraft:white_candle_cake": {
- "protocol_id": 908
+ "protocol_id": 915
},
"minecraft:white_carpet": {
- "protocol_id": 495
+ "protocol_id": 502
},
"minecraft:white_concrete": {
- "protocol_id": 667
+ "protocol_id": 674
},
"minecraft:white_concrete_powder": {
- "protocol_id": 683
+ "protocol_id": 690
},
"minecraft:white_glazed_terracotta": {
- "protocol_id": 651
+ "protocol_id": 658
},
"minecraft:white_shulker_box": {
- "protocol_id": 635
+ "protocol_id": 642
},
"minecraft:white_stained_glass": {
"protocol_id": 281
},
"minecraft:white_stained_glass_pane": {
- "protocol_id": 457
+ "protocol_id": 464
},
"minecraft:white_terracotta": {
- "protocol_id": 441
+ "protocol_id": 448
},
"minecraft:white_tulip": {
"protocol_id": 162
},
"minecraft:white_wall_banner": {
- "protocol_id": 536
+ "protocol_id": 543
},
"minecraft:white_wool": {
"protocol_id": 137
@@ -3385,58 +3418,58 @@
"protocol_id": 166
},
"minecraft:wither_skeleton_skull": {
- "protocol_id": 412
+ "protocol_id": 419
},
"minecraft:wither_skeleton_wall_skull": {
- "protocol_id": 413
+ "protocol_id": 420
},
"minecraft:yellow_banner": {
- "protocol_id": 524
+ "protocol_id": 531
},
"minecraft:yellow_bed": {
"protocol_id": 114
},
"minecraft:yellow_candle": {
- "protocol_id": 895
+ "protocol_id": 902
},
"minecraft:yellow_candle_cake": {
- "protocol_id": 912
+ "protocol_id": 919
},
"minecraft:yellow_carpet": {
- "protocol_id": 499
+ "protocol_id": 506
},
"minecraft:yellow_concrete": {
- "protocol_id": 671
+ "protocol_id": 678
},
"minecraft:yellow_concrete_powder": {
- "protocol_id": 687
+ "protocol_id": 694
},
"minecraft:yellow_glazed_terracotta": {
- "protocol_id": 655
+ "protocol_id": 662
},
"minecraft:yellow_shulker_box": {
- "protocol_id": 639
+ "protocol_id": 646
},
"minecraft:yellow_stained_glass": {
"protocol_id": 285
},
"minecraft:yellow_stained_glass_pane": {
- "protocol_id": 461
+ "protocol_id": 468
},
"minecraft:yellow_terracotta": {
- "protocol_id": 445
+ "protocol_id": 452
},
"minecraft:yellow_wall_banner": {
- "protocol_id": 540
+ "protocol_id": 547
},
"minecraft:yellow_wool": {
"protocol_id": 141
},
"minecraft:zombie_head": {
- "protocol_id": 414
+ "protocol_id": 421
},
"minecraft:zombie_wall_head": {
- "protocol_id": 415
+ "protocol_id": 422
}
},
"protocol_id": 4
@@ -3756,122 +3789,122 @@
"minecraft:chain": {
"protocol_id": 41
},
- "minecraft:cherry_leaves": {
+ "minecraft:chest": {
"protocol_id": 42
},
- "minecraft:chest": {
+ "minecraft:chiseled_book_shelf": {
"protocol_id": 43
},
- "minecraft:chiseled_book_shelf": {
+ "minecraft:chorus_flower": {
"protocol_id": 44
},
- "minecraft:chorus_flower": {
+ "minecraft:chorus_plant": {
"protocol_id": 45
},
- "minecraft:chorus_plant": {
+ "minecraft:cocoa": {
"protocol_id": 46
},
- "minecraft:cocoa": {
+ "minecraft:colored_falling": {
"protocol_id": 47
},
- "minecraft:colored_falling": {
+ "minecraft:command": {
"protocol_id": 48
},
- "minecraft:command": {
+ "minecraft:comparator": {
"protocol_id": 49
},
- "minecraft:comparator": {
+ "minecraft:composter": {
"protocol_id": 50
},
- "minecraft:composter": {
+ "minecraft:concrete_powder": {
"protocol_id": 51
},
- "minecraft:concrete_powder": {
+ "minecraft:conduit": {
"protocol_id": 52
},
- "minecraft:conduit": {
+ "minecraft:copper_bulb_block": {
"protocol_id": 53
},
- "minecraft:copper_bulb_block": {
+ "minecraft:coral": {
"protocol_id": 54
},
- "minecraft:coral": {
+ "minecraft:coral_fan": {
"protocol_id": 55
},
- "minecraft:coral_fan": {
+ "minecraft:coral_plant": {
"protocol_id": 56
},
- "minecraft:coral_plant": {
+ "minecraft:coral_wall_fan": {
"protocol_id": 57
},
- "minecraft:coral_wall_fan": {
+ "minecraft:crafter": {
"protocol_id": 58
},
- "minecraft:crafter": {
+ "minecraft:crafting_table": {
"protocol_id": 59
},
- "minecraft:crafting_table": {
- "protocol_id": 60
- },
"minecraft:creaking_heart": {
- "protocol_id": 187
+ "protocol_id": 189
},
"minecraft:crop": {
- "protocol_id": 61
+ "protocol_id": 60
},
"minecraft:crying_obsidian": {
- "protocol_id": 62
+ "protocol_id": 61
},
"minecraft:daylight_detector": {
- "protocol_id": 63
+ "protocol_id": 62
},
"minecraft:dead_bush": {
- "protocol_id": 64
+ "protocol_id": 63
},
"minecraft:decorated_pot": {
- "protocol_id": 65
+ "protocol_id": 64
},
"minecraft:detector_rail": {
- "protocol_id": 66
+ "protocol_id": 65
},
"minecraft:dirt_path": {
- "protocol_id": 67
+ "protocol_id": 66
},
"minecraft:dispenser": {
- "protocol_id": 68
+ "protocol_id": 67
},
"minecraft:door": {
- "protocol_id": 69
+ "protocol_id": 68
},
"minecraft:double_plant": {
- "protocol_id": 70
+ "protocol_id": 69
},
"minecraft:dragon_egg": {
- "protocol_id": 71
+ "protocol_id": 70
},
"minecraft:drop_experience": {
- "protocol_id": 72
+ "protocol_id": 71
},
"minecraft:dropper": {
- "protocol_id": 73
+ "protocol_id": 72
},
"minecraft:enchantment_table": {
- "protocol_id": 74
+ "protocol_id": 73
},
"minecraft:end_gateway": {
- "protocol_id": 76
+ "protocol_id": 75
},
"minecraft:end_portal": {
- "protocol_id": 77
+ "protocol_id": 76
},
"minecraft:end_portal_frame": {
- "protocol_id": 78
+ "protocol_id": 77
},
"minecraft:end_rod": {
- "protocol_id": 79
+ "protocol_id": 78
},
"minecraft:ender_chest": {
- "protocol_id": 75
+ "protocol_id": 74
+ },
+ "minecraft:eyeblossom": {
+ "protocol_id": 79
},
"minecraft:farm": {
"protocol_id": 80
@@ -4023,338 +4056,344 @@
"minecraft:mud": {
"protocol_id": 130
},
- "minecraft:mushroom": {
+ "minecraft:multiface": {
"protocol_id": 131
},
- "minecraft:mycelium": {
+ "minecraft:mushroom": {
"protocol_id": 132
},
- "minecraft:nether_portal": {
+ "minecraft:mycelium": {
"protocol_id": 133
},
- "minecraft:nether_sprouts": {
- "protocol_id": 135
- },
- "minecraft:nether_wart": {
- "protocol_id": 136
- },
- "minecraft:netherrack": {
+ "minecraft:nether_portal": {
"protocol_id": 134
},
- "minecraft:note": {
+ "minecraft:nether_sprouts": {
+ "protocol_id": 136
+ },
+ "minecraft:nether_wart": {
"protocol_id": 137
},
- "minecraft:nylium": {
+ "minecraft:netherrack": {
+ "protocol_id": 135
+ },
+ "minecraft:note": {
"protocol_id": 138
},
- "minecraft:observer": {
+ "minecraft:nylium": {
"protocol_id": 139
},
- "minecraft:piglinwallskull": {
+ "minecraft:observer": {
"protocol_id": 140
},
- "minecraft:pink_petals": {
- "protocol_id": 141
- },
- "minecraft:piston_base": {
+ "minecraft:particle_leaves": {
"protocol_id": 142
},
- "minecraft:piston_head": {
+ "minecraft:piglinwallskull": {
+ "protocol_id": 141
+ },
+ "minecraft:pink_petals": {
"protocol_id": 143
},
- "minecraft:pitcher_crop": {
+ "minecraft:piston_base": {
"protocol_id": 144
},
- "minecraft:player_head": {
+ "minecraft:piston_head": {
"protocol_id": 145
},
- "minecraft:player_wall_head": {
+ "minecraft:pitcher_crop": {
"protocol_id": 146
},
- "minecraft:pointed_dripstone": {
+ "minecraft:player_head": {
"protocol_id": 147
},
- "minecraft:potato": {
+ "minecraft:player_wall_head": {
"protocol_id": 148
},
- "minecraft:powder_snow": {
+ "minecraft:pointed_dripstone": {
"protocol_id": 149
},
- "minecraft:powered": {
+ "minecraft:potato": {
"protocol_id": 150
},
- "minecraft:powered_rail": {
+ "minecraft:powder_snow": {
"protocol_id": 151
},
- "minecraft:pressure_plate": {
+ "minecraft:powered": {
"protocol_id": 152
},
- "minecraft:pumpkin": {
+ "minecraft:powered_rail": {
"protocol_id": 153
},
- "minecraft:rail": {
+ "minecraft:pressure_plate": {
"protocol_id": 154
},
- "minecraft:redstone_lamp": {
+ "minecraft:pumpkin": {
"protocol_id": 155
},
- "minecraft:redstone_ore": {
+ "minecraft:rail": {
"protocol_id": 156
},
- "minecraft:redstone_torch": {
+ "minecraft:redstone_lamp": {
"protocol_id": 157
},
- "minecraft:redstone_wall_torch": {
+ "minecraft:redstone_ore": {
"protocol_id": 158
},
- "minecraft:redstone_wire": {
+ "minecraft:redstone_torch": {
"protocol_id": 159
},
- "minecraft:repeater": {
+ "minecraft:redstone_wall_torch": {
"protocol_id": 160
},
- "minecraft:respawn_anchor": {
+ "minecraft:redstone_wire": {
"protocol_id": 161
},
- "minecraft:rooted_dirt": {
+ "minecraft:repeater": {
"protocol_id": 162
},
- "minecraft:roots": {
+ "minecraft:respawn_anchor": {
"protocol_id": 163
},
- "minecraft:rotated_pillar": {
+ "minecraft:rooted_dirt": {
"protocol_id": 164
},
- "minecraft:sapling": {
+ "minecraft:roots": {
"protocol_id": 165
},
- "minecraft:scaffolding": {
+ "minecraft:rotated_pillar": {
"protocol_id": 166
},
- "minecraft:sculk": {
- "protocol_id": 168
- },
- "minecraft:sculk_catalyst": {
+ "minecraft:sapling": {
"protocol_id": 167
},
- "minecraft:sculk_sensor": {
- "protocol_id": 169
+ "minecraft:scaffolding": {
+ "protocol_id": 168
},
- "minecraft:sculk_shrieker": {
+ "minecraft:sculk": {
"protocol_id": 170
},
- "minecraft:sculk_vein": {
+ "minecraft:sculk_catalyst": {
+ "protocol_id": 169
+ },
+ "minecraft:sculk_sensor": {
"protocol_id": 171
},
- "minecraft:sea_pickle": {
- "protocol_id": 173
- },
- "minecraft:seagrass": {
+ "minecraft:sculk_shrieker": {
"protocol_id": 172
},
- "minecraft:shulker_box": {
- "protocol_id": 174
+ "minecraft:sculk_vein": {
+ "protocol_id": 173
},
- "minecraft:skull": {
+ "minecraft:sea_pickle": {
"protocol_id": 175
},
- "minecraft:slab": {
+ "minecraft:seagrass": {
+ "protocol_id": 174
+ },
+ "minecraft:shulker_box": {
"protocol_id": 176
},
- "minecraft:slime": {
+ "minecraft:skull": {
"protocol_id": 177
},
- "minecraft:small_dripleaf": {
+ "minecraft:slab": {
"protocol_id": 178
},
- "minecraft:smithing_table": {
+ "minecraft:slime": {
"protocol_id": 179
},
- "minecraft:smoker": {
+ "minecraft:small_dripleaf": {
"protocol_id": 180
},
- "minecraft:sniffer_egg": {
+ "minecraft:smithing_table": {
"protocol_id": 181
},
- "minecraft:snow_layer": {
+ "minecraft:smoker": {
"protocol_id": 182
},
- "minecraft:snowy_dirt": {
+ "minecraft:sniffer_egg": {
"protocol_id": 183
},
- "minecraft:soul_fire": {
+ "minecraft:snow_layer": {
"protocol_id": 184
},
- "minecraft:soul_sand": {
+ "minecraft:snowy_dirt": {
"protocol_id": 185
},
- "minecraft:spawner": {
+ "minecraft:soul_fire": {
"protocol_id": 186
},
- "minecraft:sponge": {
+ "minecraft:soul_sand": {
+ "protocol_id": 187
+ },
+ "minecraft:spawner": {
"protocol_id": 188
},
- "minecraft:spore_blossom": {
- "protocol_id": 189
- },
- "minecraft:stained_glass": {
- "protocol_id": 191
- },
- "minecraft:stained_glass_pane": {
+ "minecraft:sponge": {
"protocol_id": 190
},
- "minecraft:stair": {
- "protocol_id": 192
+ "minecraft:spore_blossom": {
+ "protocol_id": 191
},
- "minecraft:standing_sign": {
+ "minecraft:stained_glass": {
"protocol_id": 193
},
- "minecraft:stem": {
+ "minecraft:stained_glass_pane": {
+ "protocol_id": 192
+ },
+ "minecraft:stair": {
"protocol_id": 194
},
- "minecraft:stonecutter": {
+ "minecraft:standing_sign": {
"protocol_id": 195
},
- "minecraft:structure": {
+ "minecraft:stem": {
"protocol_id": 196
},
- "minecraft:structure_void": {
+ "minecraft:stonecutter": {
"protocol_id": 197
},
- "minecraft:sugar_cane": {
+ "minecraft:structure": {
"protocol_id": 198
},
- "minecraft:sweet_berry_bush": {
+ "minecraft:structure_void": {
"protocol_id": 199
},
- "minecraft:tall_flower": {
+ "minecraft:sugar_cane": {
"protocol_id": 200
},
- "minecraft:tall_grass": {
+ "minecraft:sweet_berry_bush": {
"protocol_id": 201
},
- "minecraft:tall_seagrass": {
+ "minecraft:tall_flower": {
"protocol_id": 202
},
- "minecraft:target": {
+ "minecraft:tall_grass": {
"protocol_id": 203
},
- "minecraft:tinted_glass": {
+ "minecraft:tall_seagrass": {
"protocol_id": 204
},
- "minecraft:tnt": {
+ "minecraft:target": {
"protocol_id": 205
},
- "minecraft:torch": {
- "protocol_id": 207
- },
- "minecraft:torchflower_crop": {
+ "minecraft:tinted_glass": {
"protocol_id": 206
},
- "minecraft:transparent": {
- "protocol_id": 208
+ "minecraft:tnt": {
+ "protocol_id": 207
},
- "minecraft:trapdoor": {
+ "minecraft:torch": {
"protocol_id": 209
},
- "minecraft:trapped_chest": {
+ "minecraft:torchflower_crop": {
+ "protocol_id": 208
+ },
+ "minecraft:transparent": {
"protocol_id": 210
},
- "minecraft:trial_spawner": {
+ "minecraft:trapdoor": {
"protocol_id": 211
},
- "minecraft:trip_wire_hook": {
+ "minecraft:trapped_chest": {
"protocol_id": 212
},
- "minecraft:tripwire": {
+ "minecraft:trial_spawner": {
"protocol_id": 213
},
- "minecraft:turtle_egg": {
+ "minecraft:trip_wire_hook": {
"protocol_id": 214
},
- "minecraft:twisting_vines": {
- "protocol_id": 216
- },
- "minecraft:twisting_vines_plant": {
+ "minecraft:tripwire": {
"protocol_id": 215
},
- "minecraft:vault": {
- "protocol_id": 217
+ "minecraft:turtle_egg": {
+ "protocol_id": 216
},
- "minecraft:vine": {
+ "minecraft:twisting_vines": {
"protocol_id": 218
},
- "minecraft:wall": {
- "protocol_id": 224
+ "minecraft:twisting_vines_plant": {
+ "protocol_id": 217
},
- "minecraft:wall_banner": {
+ "minecraft:vault": {
"protocol_id": 219
},
- "minecraft:wall_hanging_sign": {
+ "minecraft:vine": {
"protocol_id": 220
},
- "minecraft:wall_sign": {
- "protocol_id": 221
- },
- "minecraft:wall_skull": {
- "protocol_id": 222
- },
- "minecraft:wall_torch": {
- "protocol_id": 223
- },
- "minecraft:waterlily": {
- "protocol_id": 225
- },
- "minecraft:waterlogged_transparent": {
+ "minecraft:wall": {
"protocol_id": 226
},
- "minecraft:weathering_copper_bulb": {
+ "minecraft:wall_banner": {
+ "protocol_id": 221
+ },
+ "minecraft:wall_hanging_sign": {
+ "protocol_id": 222
+ },
+ "minecraft:wall_sign": {
+ "protocol_id": 223
+ },
+ "minecraft:wall_skull": {
+ "protocol_id": 224
+ },
+ "minecraft:wall_torch": {
+ "protocol_id": 225
+ },
+ "minecraft:waterlily": {
"protocol_id": 227
},
- "minecraft:weathering_copper_door": {
+ "minecraft:waterlogged_transparent": {
"protocol_id": 228
},
- "minecraft:weathering_copper_full": {
+ "minecraft:weathering_copper_bulb": {
"protocol_id": 229
},
- "minecraft:weathering_copper_grate": {
+ "minecraft:weathering_copper_door": {
"protocol_id": 230
},
- "minecraft:weathering_copper_slab": {
+ "minecraft:weathering_copper_full": {
"protocol_id": 231
},
- "minecraft:weathering_copper_stair": {
+ "minecraft:weathering_copper_grate": {
"protocol_id": 232
},
- "minecraft:weathering_copper_trap_door": {
+ "minecraft:weathering_copper_slab": {
"protocol_id": 233
},
- "minecraft:web": {
+ "minecraft:weathering_copper_stair": {
"protocol_id": 234
},
- "minecraft:weeping_vines": {
- "protocol_id": 236
- },
- "minecraft:weeping_vines_plant": {
+ "minecraft:weathering_copper_trap_door": {
"protocol_id": 235
},
- "minecraft:weighted_pressure_plate": {
- "protocol_id": 237
+ "minecraft:web": {
+ "protocol_id": 236
},
- "minecraft:wet_sponge": {
+ "minecraft:weeping_vines": {
"protocol_id": 238
},
- "minecraft:wither_rose": {
+ "minecraft:weeping_vines_plant": {
+ "protocol_id": 237
+ },
+ "minecraft:weighted_pressure_plate": {
"protocol_id": 239
},
- "minecraft:wither_skull": {
+ "minecraft:wet_sponge": {
"protocol_id": 240
},
- "minecraft:wither_wall_skull": {
+ "minecraft:wither_rose": {
"protocol_id": 241
},
- "minecraft:wool_carpet": {
+ "minecraft:wither_skull": {
"protocol_id": 242
+ },
+ "minecraft:wither_wall_skull": {
+ "protocol_id": 243
+ },
+ "minecraft:wool_carpet": {
+ "protocol_id": 244
}
},
"protocol_id": 56
@@ -5584,365 +5623,362 @@
"minecraft:creaking": {
"protocol_id": 29
},
- "minecraft:creaking_transient": {
+ "minecraft:creeper": {
"protocol_id": 30
},
- "minecraft:creeper": {
+ "minecraft:dark_oak_boat": {
"protocol_id": 31
},
- "minecraft:dark_oak_boat": {
+ "minecraft:dark_oak_chest_boat": {
"protocol_id": 32
},
- "minecraft:dark_oak_chest_boat": {
+ "minecraft:dolphin": {
"protocol_id": 33
},
- "minecraft:dolphin": {
+ "minecraft:donkey": {
"protocol_id": 34
},
- "minecraft:donkey": {
+ "minecraft:dragon_fireball": {
"protocol_id": 35
},
- "minecraft:dragon_fireball": {
+ "minecraft:drowned": {
"protocol_id": 36
},
- "minecraft:drowned": {
+ "minecraft:egg": {
"protocol_id": 37
},
- "minecraft:egg": {
+ "minecraft:elder_guardian": {
"protocol_id": 38
},
- "minecraft:elder_guardian": {
- "protocol_id": 39
- },
"minecraft:end_crystal": {
- "protocol_id": 44
- },
- "minecraft:ender_dragon": {
- "protocol_id": 42
- },
- "minecraft:ender_pearl": {
"protocol_id": 43
},
- "minecraft:enderman": {
- "protocol_id": 40
- },
- "minecraft:endermite": {
+ "minecraft:ender_dragon": {
"protocol_id": 41
},
+ "minecraft:ender_pearl": {
+ "protocol_id": 42
+ },
+ "minecraft:enderman": {
+ "protocol_id": 39
+ },
+ "minecraft:endermite": {
+ "protocol_id": 40
+ },
"minecraft:evoker": {
- "protocol_id": 45
+ "protocol_id": 44
},
"minecraft:evoker_fangs": {
- "protocol_id": 46
+ "protocol_id": 45
},
"minecraft:experience_bottle": {
- "protocol_id": 47
+ "protocol_id": 46
},
"minecraft:experience_orb": {
- "protocol_id": 48
+ "protocol_id": 47
},
"minecraft:eye_of_ender": {
- "protocol_id": 49
+ "protocol_id": 48
},
"minecraft:falling_block": {
- "protocol_id": 50
+ "protocol_id": 49
},
"minecraft:fireball": {
- "protocol_id": 51
+ "protocol_id": 50
},
"minecraft:firework_rocket": {
- "protocol_id": 52
+ "protocol_id": 51
},
"minecraft:fishing_bobber": {
- "protocol_id": 149
- },
- "minecraft:fox": {
- "protocol_id": 53
- },
- "minecraft:frog": {
- "protocol_id": 54
- },
- "minecraft:furnace_minecart": {
- "protocol_id": 55
- },
- "minecraft:ghast": {
- "protocol_id": 56
- },
- "minecraft:giant": {
- "protocol_id": 57
- },
- "minecraft:glow_item_frame": {
- "protocol_id": 58
- },
- "minecraft:glow_squid": {
- "protocol_id": 59
- },
- "minecraft:goat": {
- "protocol_id": 60
- },
- "minecraft:guardian": {
- "protocol_id": 61
- },
- "minecraft:hoglin": {
- "protocol_id": 62
- },
- "minecraft:hopper_minecart": {
- "protocol_id": 63
- },
- "minecraft:horse": {
- "protocol_id": 64
- },
- "minecraft:husk": {
- "protocol_id": 65
- },
- "minecraft:illusioner": {
- "protocol_id": 66
- },
- "minecraft:interaction": {
- "protocol_id": 67
- },
- "minecraft:iron_golem": {
- "protocol_id": 68
- },
- "minecraft:item": {
- "protocol_id": 69
- },
- "minecraft:item_display": {
- "protocol_id": 70
- },
- "minecraft:item_frame": {
- "protocol_id": 71
- },
- "minecraft:jungle_boat": {
- "protocol_id": 72
- },
- "minecraft:jungle_chest_boat": {
- "protocol_id": 73
- },
- "minecraft:leash_knot": {
- "protocol_id": 74
- },
- "minecraft:lightning_bolt": {
- "protocol_id": 75
- },
- "minecraft:llama": {
- "protocol_id": 76
- },
- "minecraft:llama_spit": {
- "protocol_id": 77
- },
- "minecraft:magma_cube": {
- "protocol_id": 78
- },
- "minecraft:mangrove_boat": {
- "protocol_id": 79
- },
- "minecraft:mangrove_chest_boat": {
- "protocol_id": 80
- },
- "minecraft:marker": {
- "protocol_id": 81
- },
- "minecraft:minecart": {
- "protocol_id": 82
- },
- "minecraft:mooshroom": {
- "protocol_id": 83
- },
- "minecraft:mule": {
- "protocol_id": 84
- },
- "minecraft:oak_boat": {
- "protocol_id": 85
- },
- "minecraft:oak_chest_boat": {
- "protocol_id": 86
- },
- "minecraft:ocelot": {
- "protocol_id": 87
- },
- "minecraft:ominous_item_spawner": {
- "protocol_id": 88
- },
- "minecraft:painting": {
- "protocol_id": 89
- },
- "minecraft:pale_oak_boat": {
- "protocol_id": 90
- },
- "minecraft:pale_oak_chest_boat": {
- "protocol_id": 91
- },
- "minecraft:panda": {
- "protocol_id": 92
- },
- "minecraft:parrot": {
- "protocol_id": 93
- },
- "minecraft:phantom": {
- "protocol_id": 94
- },
- "minecraft:pig": {
- "protocol_id": 95
- },
- "minecraft:piglin": {
- "protocol_id": 96
- },
- "minecraft:piglin_brute": {
- "protocol_id": 97
- },
- "minecraft:pillager": {
- "protocol_id": 98
- },
- "minecraft:player": {
"protocol_id": 148
},
+ "minecraft:fox": {
+ "protocol_id": 52
+ },
+ "minecraft:frog": {
+ "protocol_id": 53
+ },
+ "minecraft:furnace_minecart": {
+ "protocol_id": 54
+ },
+ "minecraft:ghast": {
+ "protocol_id": 55
+ },
+ "minecraft:giant": {
+ "protocol_id": 56
+ },
+ "minecraft:glow_item_frame": {
+ "protocol_id": 57
+ },
+ "minecraft:glow_squid": {
+ "protocol_id": 58
+ },
+ "minecraft:goat": {
+ "protocol_id": 59
+ },
+ "minecraft:guardian": {
+ "protocol_id": 60
+ },
+ "minecraft:hoglin": {
+ "protocol_id": 61
+ },
+ "minecraft:hopper_minecart": {
+ "protocol_id": 62
+ },
+ "minecraft:horse": {
+ "protocol_id": 63
+ },
+ "minecraft:husk": {
+ "protocol_id": 64
+ },
+ "minecraft:illusioner": {
+ "protocol_id": 65
+ },
+ "minecraft:interaction": {
+ "protocol_id": 66
+ },
+ "minecraft:iron_golem": {
+ "protocol_id": 67
+ },
+ "minecraft:item": {
+ "protocol_id": 68
+ },
+ "minecraft:item_display": {
+ "protocol_id": 69
+ },
+ "minecraft:item_frame": {
+ "protocol_id": 70
+ },
+ "minecraft:jungle_boat": {
+ "protocol_id": 71
+ },
+ "minecraft:jungle_chest_boat": {
+ "protocol_id": 72
+ },
+ "minecraft:leash_knot": {
+ "protocol_id": 73
+ },
+ "minecraft:lightning_bolt": {
+ "protocol_id": 74
+ },
+ "minecraft:llama": {
+ "protocol_id": 75
+ },
+ "minecraft:llama_spit": {
+ "protocol_id": 76
+ },
+ "minecraft:magma_cube": {
+ "protocol_id": 77
+ },
+ "minecraft:mangrove_boat": {
+ "protocol_id": 78
+ },
+ "minecraft:mangrove_chest_boat": {
+ "protocol_id": 79
+ },
+ "minecraft:marker": {
+ "protocol_id": 80
+ },
+ "minecraft:minecart": {
+ "protocol_id": 81
+ },
+ "minecraft:mooshroom": {
+ "protocol_id": 82
+ },
+ "minecraft:mule": {
+ "protocol_id": 83
+ },
+ "minecraft:oak_boat": {
+ "protocol_id": 84
+ },
+ "minecraft:oak_chest_boat": {
+ "protocol_id": 85
+ },
+ "minecraft:ocelot": {
+ "protocol_id": 86
+ },
+ "minecraft:ominous_item_spawner": {
+ "protocol_id": 87
+ },
+ "minecraft:painting": {
+ "protocol_id": 88
+ },
+ "minecraft:pale_oak_boat": {
+ "protocol_id": 89
+ },
+ "minecraft:pale_oak_chest_boat": {
+ "protocol_id": 90
+ },
+ "minecraft:panda": {
+ "protocol_id": 91
+ },
+ "minecraft:parrot": {
+ "protocol_id": 92
+ },
+ "minecraft:phantom": {
+ "protocol_id": 93
+ },
+ "minecraft:pig": {
+ "protocol_id": 94
+ },
+ "minecraft:piglin": {
+ "protocol_id": 95
+ },
+ "minecraft:piglin_brute": {
+ "protocol_id": 96
+ },
+ "minecraft:pillager": {
+ "protocol_id": 97
+ },
+ "minecraft:player": {
+ "protocol_id": 147
+ },
"minecraft:polar_bear": {
- "protocol_id": 99
+ "protocol_id": 98
},
"minecraft:potion": {
- "protocol_id": 100
+ "protocol_id": 99
},
"minecraft:pufferfish": {
- "protocol_id": 101
+ "protocol_id": 100
},
"minecraft:rabbit": {
- "protocol_id": 102
+ "protocol_id": 101
},
"minecraft:ravager": {
- "protocol_id": 103
+ "protocol_id": 102
},
"minecraft:salmon": {
- "protocol_id": 104
+ "protocol_id": 103
},
"minecraft:sheep": {
- "protocol_id": 105
+ "protocol_id": 104
},
"minecraft:shulker": {
- "protocol_id": 106
+ "protocol_id": 105
},
"minecraft:shulker_bullet": {
- "protocol_id": 107
+ "protocol_id": 106
},
"minecraft:silverfish": {
- "protocol_id": 108
+ "protocol_id": 107
},
"minecraft:skeleton": {
- "protocol_id": 109
+ "protocol_id": 108
},
"minecraft:skeleton_horse": {
- "protocol_id": 110
+ "protocol_id": 109
},
"minecraft:slime": {
- "protocol_id": 111
+ "protocol_id": 110
},
"minecraft:small_fireball": {
- "protocol_id": 112
+ "protocol_id": 111
},
"minecraft:sniffer": {
- "protocol_id": 113
+ "protocol_id": 112
},
"minecraft:snow_golem": {
- "protocol_id": 115
- },
- "minecraft:snowball": {
"protocol_id": 114
},
+ "minecraft:snowball": {
+ "protocol_id": 113
+ },
"minecraft:spawner_minecart": {
- "protocol_id": 116
+ "protocol_id": 115
},
"minecraft:spectral_arrow": {
- "protocol_id": 117
+ "protocol_id": 116
},
"minecraft:spider": {
- "protocol_id": 118
+ "protocol_id": 117
},
"minecraft:spruce_boat": {
- "protocol_id": 119
+ "protocol_id": 118
},
"minecraft:spruce_chest_boat": {
- "protocol_id": 120
+ "protocol_id": 119
},
"minecraft:squid": {
- "protocol_id": 121
+ "protocol_id": 120
},
"minecraft:stray": {
- "protocol_id": 122
+ "protocol_id": 121
},
"minecraft:strider": {
- "protocol_id": 123
+ "protocol_id": 122
},
"minecraft:tadpole": {
- "protocol_id": 124
+ "protocol_id": 123
},
"minecraft:text_display": {
- "protocol_id": 125
+ "protocol_id": 124
},
"minecraft:tnt": {
- "protocol_id": 126
+ "protocol_id": 125
},
"minecraft:tnt_minecart": {
- "protocol_id": 127
+ "protocol_id": 126
},
"minecraft:trader_llama": {
- "protocol_id": 128
+ "protocol_id": 127
},
"minecraft:trident": {
- "protocol_id": 129
+ "protocol_id": 128
},
"minecraft:tropical_fish": {
- "protocol_id": 130
+ "protocol_id": 129
},
"minecraft:turtle": {
- "protocol_id": 131
+ "protocol_id": 130
},
"minecraft:vex": {
- "protocol_id": 132
+ "protocol_id": 131
},
"minecraft:villager": {
- "protocol_id": 133
+ "protocol_id": 132
},
"minecraft:vindicator": {
- "protocol_id": 134
+ "protocol_id": 133
},
"minecraft:wandering_trader": {
- "protocol_id": 135
+ "protocol_id": 134
},
"minecraft:warden": {
- "protocol_id": 136
+ "protocol_id": 135
},
"minecraft:wind_charge": {
- "protocol_id": 137
+ "protocol_id": 136
},
"minecraft:witch": {
- "protocol_id": 138
+ "protocol_id": 137
},
"minecraft:wither": {
- "protocol_id": 139
+ "protocol_id": 138
},
"minecraft:wither_skeleton": {
- "protocol_id": 140
+ "protocol_id": 139
},
"minecraft:wither_skull": {
- "protocol_id": 141
+ "protocol_id": 140
},
"minecraft:wolf": {
- "protocol_id": 142
+ "protocol_id": 141
},
"minecraft:zoglin": {
- "protocol_id": 143
+ "protocol_id": 142
},
"minecraft:zombie": {
- "protocol_id": 144
+ "protocol_id": 143
},
"minecraft:zombie_horse": {
- "protocol_id": 145
+ "protocol_id": 144
},
"minecraft:zombie_villager": {
- "protocol_id": 146
+ "protocol_id": 145
},
"minecraft:zombified_piglin": {
- "protocol_id": 147
+ "protocol_id": 146
}
},
"protocol_id": 5
@@ -6235,25 +6271,25 @@
"default": "minecraft:air",
"entries": {
"minecraft:acacia_boat": {
- "protocol_id": 802
+ "protocol_id": 811
},
"minecraft:acacia_button": {
- "protocol_id": 702
+ "protocol_id": 711
},
"minecraft:acacia_chest_boat": {
- "protocol_id": 803
+ "protocol_id": 812
},
"minecraft:acacia_door": {
- "protocol_id": 731
+ "protocol_id": 740
},
"minecraft:acacia_fence": {
- "protocol_id": 327
+ "protocol_id": 329
},
"minecraft:acacia_fence_gate": {
- "protocol_id": 772
+ "protocol_id": 781
},
"minecraft:acacia_hanging_sign": {
- "protocol_id": 924
+ "protocol_id": 933
},
"minecraft:acacia_leaves": {
"protocol_id": 186
@@ -6265,46 +6301,46 @@
"protocol_id": 40
},
"minecraft:acacia_pressure_plate": {
- "protocol_id": 718
+ "protocol_id": 727
},
"minecraft:acacia_sapling": {
"protocol_id": 53
},
"minecraft:acacia_sign": {
- "protocol_id": 912
+ "protocol_id": 921
},
"minecraft:acacia_slab": {
- "protocol_id": 266
+ "protocol_id": 268
},
"minecraft:acacia_stairs": {
- "protocol_id": 400
+ "protocol_id": 409
},
"minecraft:acacia_trapdoor": {
- "protocol_id": 752
+ "protocol_id": 761
},
"minecraft:acacia_wood": {
"protocol_id": 175
},
"minecraft:activator_rail": {
- "protocol_id": 783
+ "protocol_id": 792
},
"minecraft:air": {
"protocol_id": 0
},
"minecraft:allay_spawn_egg": {
- "protocol_id": 1049
+ "protocol_id": 1058
},
"minecraft:allium": {
- "protocol_id": 228
+ "protocol_id": 230
},
"minecraft:amethyst_block": {
"protocol_id": 88
},
"minecraft:amethyst_cluster": {
- "protocol_id": 1304
+ "protocol_id": 1314
},
"minecraft:amethyst_shard": {
- "protocol_id": 831
+ "protocol_id": 840
},
"minecraft:ancient_debris": {
"protocol_id": 82
@@ -6313,46 +6349,46 @@
"protocol_id": 6
},
"minecraft:andesite_slab": {
- "protocol_id": 662
+ "protocol_id": 671
},
"minecraft:andesite_stairs": {
- "protocol_id": 645
+ "protocol_id": 654
},
"minecraft:andesite_wall": {
- "protocol_id": 421
+ "protocol_id": 430
},
"minecraft:angler_pottery_sherd": {
- "protocol_id": 1331
+ "protocol_id": 1341
},
"minecraft:anvil": {
- "protocol_id": 433
+ "protocol_id": 442
},
"minecraft:apple": {
- "protocol_id": 822
+ "protocol_id": 831
},
"minecraft:archer_pottery_sherd": {
- "protocol_id": 1332
+ "protocol_id": 1342
},
"minecraft:armadillo_scute": {
- "protocol_id": 818
+ "protocol_id": 827
},
"minecraft:armadillo_spawn_egg": {
- "protocol_id": 1048
+ "protocol_id": 1057
},
"minecraft:armor_stand": {
- "protocol_id": 1165
+ "protocol_id": 1175
},
"minecraft:arms_up_pottery_sherd": {
- "protocol_id": 1333
+ "protocol_id": 1343
},
"minecraft:arrow": {
- "protocol_id": 824
+ "protocol_id": 833
},
"minecraft:axolotl_bucket": {
- "protocol_id": 943
+ "protocol_id": 952
},
"minecraft:axolotl_spawn_egg": {
- "protocol_id": 1050
+ "protocol_id": 1059
},
"minecraft:azalea": {
"protocol_id": 204
@@ -6361,130 +6397,130 @@
"protocol_id": 191
},
"minecraft:azure_bluet": {
- "protocol_id": 229
+ "protocol_id": 231
},
"minecraft:baked_potato": {
- "protocol_id": 1141
+ "protocol_id": 1150
},
"minecraft:bamboo": {
- "protocol_id": 261
+ "protocol_id": 263
},
"minecraft:bamboo_block": {
"protocol_id": 147
},
"minecraft:bamboo_button": {
- "protocol_id": 707
+ "protocol_id": 716
},
"minecraft:bamboo_chest_raft": {
- "protocol_id": 813
+ "protocol_id": 822
},
"minecraft:bamboo_door": {
- "protocol_id": 736
+ "protocol_id": 745
},
"minecraft:bamboo_fence": {
- "protocol_id": 332
+ "protocol_id": 334
},
"minecraft:bamboo_fence_gate": {
- "protocol_id": 777
+ "protocol_id": 786
},
"minecraft:bamboo_hanging_sign": {
- "protocol_id": 929
+ "protocol_id": 938
},
"minecraft:bamboo_mosaic": {
"protocol_id": 48
},
"minecraft:bamboo_mosaic_slab": {
- "protocol_id": 272
+ "protocol_id": 274
},
"minecraft:bamboo_mosaic_stairs": {
- "protocol_id": 406
+ "protocol_id": 415
},
"minecraft:bamboo_planks": {
"protocol_id": 45
},
"minecraft:bamboo_pressure_plate": {
- "protocol_id": 723
+ "protocol_id": 732
},
"minecraft:bamboo_raft": {
- "protocol_id": 812
+ "protocol_id": 821
},
"minecraft:bamboo_sign": {
- "protocol_id": 917
+ "protocol_id": 926
},
"minecraft:bamboo_slab": {
- "protocol_id": 271
+ "protocol_id": 273
},
"minecraft:bamboo_stairs": {
- "protocol_id": 405
+ "protocol_id": 414
},
"minecraft:bamboo_trapdoor": {
- "protocol_id": 757
+ "protocol_id": 766
},
"minecraft:barrel": {
- "protocol_id": 1248
+ "protocol_id": 1258
},
"minecraft:barrier": {
- "protocol_id": 457
+ "protocol_id": 466
},
"minecraft:basalt": {
- "protocol_id": 341
+ "protocol_id": 343
},
"minecraft:bat_spawn_egg": {
- "protocol_id": 1051
+ "protocol_id": 1060
},
"minecraft:beacon": {
- "protocol_id": 410
+ "protocol_id": 419
},
"minecraft:bedrock": {
"protocol_id": 58
},
"minecraft:bee_nest": {
- "protocol_id": 1265
+ "protocol_id": 1275
},
"minecraft:bee_spawn_egg": {
- "protocol_id": 1052
+ "protocol_id": 1061
},
"minecraft:beef": {
- "protocol_id": 1028
+ "protocol_id": 1037
},
"minecraft:beehive": {
- "protocol_id": 1266
+ "protocol_id": 1276
},
"minecraft:beetroot": {
- "protocol_id": 1196
+ "protocol_id": 1206
},
"minecraft:beetroot_seeds": {
- "protocol_id": 1197
+ "protocol_id": 1207
},
"minecraft:beetroot_soup": {
- "protocol_id": 1198
+ "protocol_id": 1208
},
"minecraft:bell": {
- "protocol_id": 1256
+ "protocol_id": 1266
},
"minecraft:big_dripleaf": {
- "protocol_id": 259
+ "protocol_id": 261
},
"minecraft:birch_boat": {
- "protocol_id": 798
+ "protocol_id": 807
},
"minecraft:birch_button": {
- "protocol_id": 700
+ "protocol_id": 709
},
"minecraft:birch_chest_boat": {
- "protocol_id": 799
+ "protocol_id": 808
},
"minecraft:birch_door": {
- "protocol_id": 729
+ "protocol_id": 738
},
"minecraft:birch_fence": {
- "protocol_id": 325
+ "protocol_id": 327
},
"minecraft:birch_fence_gate": {
- "protocol_id": 770
+ "protocol_id": 779
},
"minecraft:birch_hanging_sign": {
- "protocol_id": 922
+ "protocol_id": 931
},
"minecraft:birch_leaves": {
"protocol_id": 184
@@ -6496,367 +6532,367 @@
"protocol_id": 38
},
"minecraft:birch_pressure_plate": {
- "protocol_id": 716
+ "protocol_id": 725
},
"minecraft:birch_sapling": {
"protocol_id": 51
},
"minecraft:birch_sign": {
- "protocol_id": 910
+ "protocol_id": 919
},
"minecraft:birch_slab": {
- "protocol_id": 264
+ "protocol_id": 266
},
"minecraft:birch_stairs": {
- "protocol_id": 398
+ "protocol_id": 407
},
"minecraft:birch_trapdoor": {
- "protocol_id": 750
+ "protocol_id": 759
},
"minecraft:birch_wood": {
"protocol_id": 173
},
"minecraft:black_banner": {
- "protocol_id": 1190
+ "protocol_id": 1200
},
"minecraft:black_bed": {
- "protocol_id": 1019
+ "protocol_id": 1028
},
"minecraft:black_bundle": {
- "protocol_id": 970
+ "protocol_id": 979
},
"minecraft:black_candle": {
- "protocol_id": 1300
+ "protocol_id": 1310
},
"minecraft:black_carpet": {
- "protocol_id": 475
+ "protocol_id": 484
},
"minecraft:black_concrete": {
- "protocol_id": 584
+ "protocol_id": 593
},
"minecraft:black_concrete_powder": {
- "protocol_id": 600
+ "protocol_id": 609
},
"minecraft:black_dye": {
- "protocol_id": 999
+ "protocol_id": 1008
},
"minecraft:black_glazed_terracotta": {
- "protocol_id": 568
+ "protocol_id": 577
},
"minecraft:black_shulker_box": {
- "protocol_id": 552
+ "protocol_id": 561
},
"minecraft:black_stained_glass": {
- "protocol_id": 500
+ "protocol_id": 509
},
"minecraft:black_stained_glass_pane": {
- "protocol_id": 516
+ "protocol_id": 525
},
"minecraft:black_terracotta": {
- "protocol_id": 456
+ "protocol_id": 465
},
"minecraft:black_wool": {
"protocol_id": 224
},
"minecraft:blackstone": {
- "protocol_id": 1271
+ "protocol_id": 1281
},
"minecraft:blackstone_slab": {
- "protocol_id": 1272
+ "protocol_id": 1282
},
"minecraft:blackstone_stairs": {
- "protocol_id": 1273
+ "protocol_id": 1283
},
"minecraft:blackstone_wall": {
- "protocol_id": 426
+ "protocol_id": 435
},
"minecraft:blade_pottery_sherd": {
- "protocol_id": 1334
+ "protocol_id": 1344
},
"minecraft:blast_furnace": {
- "protocol_id": 1250
+ "protocol_id": 1260
},
"minecraft:blaze_powder": {
- "protocol_id": 1042
+ "protocol_id": 1051
},
"minecraft:blaze_rod": {
- "protocol_id": 1034
+ "protocol_id": 1043
},
"minecraft:blaze_spawn_egg": {
- "protocol_id": 1053
+ "protocol_id": 1062
},
"minecraft:blue_banner": {
- "protocol_id": 1186
+ "protocol_id": 1196
},
"minecraft:blue_bed": {
- "protocol_id": 1015
+ "protocol_id": 1024
},
"minecraft:blue_bundle": {
- "protocol_id": 966
+ "protocol_id": 975
},
"minecraft:blue_candle": {
- "protocol_id": 1296
+ "protocol_id": 1306
},
"minecraft:blue_carpet": {
- "protocol_id": 471
+ "protocol_id": 480
},
"minecraft:blue_concrete": {
- "protocol_id": 580
+ "protocol_id": 589
},
"minecraft:blue_concrete_powder": {
- "protocol_id": 596
+ "protocol_id": 605
},
"minecraft:blue_dye": {
- "protocol_id": 995
+ "protocol_id": 1004
},
"minecraft:blue_glazed_terracotta": {
- "protocol_id": 564
+ "protocol_id": 573
},
"minecraft:blue_ice": {
- "protocol_id": 633
+ "protocol_id": 642
},
"minecraft:blue_orchid": {
- "protocol_id": 227
+ "protocol_id": 229
},
"minecraft:blue_shulker_box": {
- "protocol_id": 548
+ "protocol_id": 557
},
"minecraft:blue_stained_glass": {
- "protocol_id": 496
+ "protocol_id": 505
},
"minecraft:blue_stained_glass_pane": {
- "protocol_id": 512
+ "protocol_id": 521
},
"minecraft:blue_terracotta": {
- "protocol_id": 452
+ "protocol_id": 461
},
"minecraft:blue_wool": {
"protocol_id": 220
},
"minecraft:bogged_spawn_egg": {
- "protocol_id": 1054
+ "protocol_id": 1063
},
"minecraft:bolt_armor_trim_smithing_template": {
- "protocol_id": 1330
+ "protocol_id": 1340
},
"minecraft:bone": {
- "protocol_id": 1001
+ "protocol_id": 1010
},
"minecraft:bone_block": {
- "protocol_id": 534
+ "protocol_id": 543
},
"minecraft:bone_meal": {
- "protocol_id": 1000
+ "protocol_id": 1009
},
"minecraft:book": {
- "protocol_id": 949
+ "protocol_id": 958
},
"minecraft:bookshelf": {
- "protocol_id": 297
+ "protocol_id": 299
},
"minecraft:bordure_indented_banner_pattern": {
- "protocol_id": 1245
+ "protocol_id": 1255
},
"minecraft:bow": {
- "protocol_id": 823
+ "protocol_id": 832
},
"minecraft:bowl": {
- "protocol_id": 821
+ "protocol_id": 830
},
"minecraft:brain_coral": {
- "protocol_id": 614
+ "protocol_id": 623
},
"minecraft:brain_coral_block": {
- "protocol_id": 609
+ "protocol_id": 618
},
"minecraft:brain_coral_fan": {
- "protocol_id": 624
+ "protocol_id": 633
},
"minecraft:bread": {
- "protocol_id": 877
+ "protocol_id": 886
},
"minecraft:breeze_rod": {
- "protocol_id": 1134
+ "protocol_id": 1143
},
"minecraft:breeze_spawn_egg": {
- "protocol_id": 1055
+ "protocol_id": 1064
},
"minecraft:brewer_pottery_sherd": {
- "protocol_id": 1335
+ "protocol_id": 1345
},
"minecraft:brewing_stand": {
- "protocol_id": 1044
+ "protocol_id": 1053
},
"minecraft:brick": {
- "protocol_id": 945
+ "protocol_id": 954
},
"minecraft:brick_slab": {
- "protocol_id": 281
+ "protocol_id": 283
},
"minecraft:brick_stairs": {
- "protocol_id": 374
+ "protocol_id": 383
},
"minecraft:brick_wall": {
- "protocol_id": 413
+ "protocol_id": 422
},
"minecraft:bricks": {
- "protocol_id": 296
+ "protocol_id": 298
},
"minecraft:brown_banner": {
- "protocol_id": 1187
+ "protocol_id": 1197
},
"minecraft:brown_bed": {
- "protocol_id": 1016
+ "protocol_id": 1025
},
"minecraft:brown_bundle": {
- "protocol_id": 967
+ "protocol_id": 976
},
"minecraft:brown_candle": {
- "protocol_id": 1297
+ "protocol_id": 1307
},
"minecraft:brown_carpet": {
- "protocol_id": 472
+ "protocol_id": 481
},
"minecraft:brown_concrete": {
- "protocol_id": 581
+ "protocol_id": 590
},
"minecraft:brown_concrete_powder": {
- "protocol_id": 597
+ "protocol_id": 606
},
"minecraft:brown_dye": {
- "protocol_id": 996
+ "protocol_id": 1005
},
"minecraft:brown_glazed_terracotta": {
- "protocol_id": 565
+ "protocol_id": 574
},
"minecraft:brown_mushroom": {
- "protocol_id": 241
+ "protocol_id": 243
},
"minecraft:brown_mushroom_block": {
- "protocol_id": 365
+ "protocol_id": 367
},
"minecraft:brown_shulker_box": {
- "protocol_id": 549
+ "protocol_id": 558
},
"minecraft:brown_stained_glass": {
- "protocol_id": 497
+ "protocol_id": 506
},
"minecraft:brown_stained_glass_pane": {
- "protocol_id": 513
+ "protocol_id": 522
},
"minecraft:brown_terracotta": {
- "protocol_id": 453
+ "protocol_id": 462
},
"minecraft:brown_wool": {
"protocol_id": 221
},
"minecraft:brush": {
- "protocol_id": 1311
+ "protocol_id": 1321
},
"minecraft:bubble_coral": {
- "protocol_id": 615
+ "protocol_id": 624
},
"minecraft:bubble_coral_block": {
- "protocol_id": 610
+ "protocol_id": 619
},
"minecraft:bubble_coral_fan": {
- "protocol_id": 625
+ "protocol_id": 634
},
"minecraft:bucket": {
- "protocol_id": 932
+ "protocol_id": 941
},
"minecraft:budding_amethyst": {
"protocol_id": 89
},
"minecraft:bundle": {
- "protocol_id": 954
+ "protocol_id": 963
},
"minecraft:burn_pottery_sherd": {
- "protocol_id": 1336
+ "protocol_id": 1346
},
"minecraft:cactus": {
- "protocol_id": 320
+ "protocol_id": 322
},
"minecraft:cake": {
- "protocol_id": 1003
+ "protocol_id": 1012
},
"minecraft:calcite": {
"protocol_id": 11
},
"minecraft:calibrated_sculk_sensor": {
- "protocol_id": 690
+ "protocol_id": 699
},
"minecraft:camel_spawn_egg": {
- "protocol_id": 1057
+ "protocol_id": 1066
},
"minecraft:campfire": {
- "protocol_id": 1261
+ "protocol_id": 1271
},
"minecraft:candle": {
- "protocol_id": 1284
+ "protocol_id": 1294
},
"minecraft:carrot": {
- "protocol_id": 1139
+ "protocol_id": 1148
},
"minecraft:carrot_on_a_stick": {
- "protocol_id": 790
+ "protocol_id": 799
},
"minecraft:cartography_table": {
- "protocol_id": 1251
+ "protocol_id": 1261
},
"minecraft:carved_pumpkin": {
- "protocol_id": 336
+ "protocol_id": 338
},
"minecraft:cat_spawn_egg": {
- "protocol_id": 1056
+ "protocol_id": 1065
},
"minecraft:cauldron": {
- "protocol_id": 1045
+ "protocol_id": 1054
},
"minecraft:cave_spider_spawn_egg": {
- "protocol_id": 1058
+ "protocol_id": 1067
},
"minecraft:chain": {
- "protocol_id": 369
+ "protocol_id": 371
},
"minecraft:chain_command_block": {
- "protocol_id": 529
+ "protocol_id": 538
},
"minecraft:chainmail_boots": {
- "protocol_id": 885
+ "protocol_id": 894
},
"minecraft:chainmail_chestplate": {
- "protocol_id": 883
+ "protocol_id": 892
},
"minecraft:chainmail_helmet": {
- "protocol_id": 882
+ "protocol_id": 891
},
"minecraft:chainmail_leggings": {
- "protocol_id": 884
+ "protocol_id": 893
},
"minecraft:charcoal": {
- "protocol_id": 826
+ "protocol_id": 835
},
"minecraft:cherry_boat": {
- "protocol_id": 804
+ "protocol_id": 813
},
"minecraft:cherry_button": {
- "protocol_id": 703
+ "protocol_id": 712
},
"minecraft:cherry_chest_boat": {
- "protocol_id": 805
+ "protocol_id": 814
},
"minecraft:cherry_door": {
- "protocol_id": 732
+ "protocol_id": 741
},
"minecraft:cherry_fence": {
- "protocol_id": 328
+ "protocol_id": 330
},
"minecraft:cherry_fence_gate": {
- "protocol_id": 773
+ "protocol_id": 782
},
"minecraft:cherry_hanging_sign": {
- "protocol_id": 925
+ "protocol_id": 934
},
"minecraft:cherry_leaves": {
"protocol_id": 187
@@ -6868,67 +6904,70 @@
"protocol_id": 41
},
"minecraft:cherry_pressure_plate": {
- "protocol_id": 719
+ "protocol_id": 728
},
"minecraft:cherry_sapling": {
"protocol_id": 54
},
"minecraft:cherry_sign": {
- "protocol_id": 913
+ "protocol_id": 922
},
"minecraft:cherry_slab": {
- "protocol_id": 267
+ "protocol_id": 269
},
"minecraft:cherry_stairs": {
- "protocol_id": 401
+ "protocol_id": 410
},
"minecraft:cherry_trapdoor": {
- "protocol_id": 753
+ "protocol_id": 762
},
"minecraft:cherry_wood": {
"protocol_id": 176
},
"minecraft:chest": {
- "protocol_id": 311
+ "protocol_id": 313
},
"minecraft:chest_minecart": {
- "protocol_id": 786
+ "protocol_id": 795
},
"minecraft:chicken": {
- "protocol_id": 1030
+ "protocol_id": 1039
},
"minecraft:chicken_spawn_egg": {
- "protocol_id": 1059
+ "protocol_id": 1068
},
"minecraft:chipped_anvil": {
- "protocol_id": 434
+ "protocol_id": 443
},
"minecraft:chiseled_bookshelf": {
- "protocol_id": 298
+ "protocol_id": 300
},
"minecraft:chiseled_copper": {
"protocol_id": 98
},
"minecraft:chiseled_deepslate": {
- "protocol_id": 363
+ "protocol_id": 365
},
"minecraft:chiseled_nether_bricks": {
- "protocol_id": 381
+ "protocol_id": 390
},
"minecraft:chiseled_polished_blackstone": {
- "protocol_id": 1278
+ "protocol_id": 1288
},
"minecraft:chiseled_quartz_block": {
- "protocol_id": 436
+ "protocol_id": 445
},
"minecraft:chiseled_red_sandstone": {
- "protocol_id": 525
+ "protocol_id": 534
+ },
+ "minecraft:chiseled_resin_bricks": {
+ "protocol_id": 382
},
"minecraft:chiseled_sandstone": {
"protocol_id": 199
},
"minecraft:chiseled_stone_bricks": {
- "protocol_id": 356
+ "protocol_id": 358
},
"minecraft:chiseled_tuff": {
"protocol_id": 16
@@ -6937,25 +6976,28 @@
"protocol_id": 25
},
"minecraft:chorus_flower": {
- "protocol_id": 305
+ "protocol_id": 307
},
"minecraft:chorus_fruit": {
- "protocol_id": 1192
+ "protocol_id": 1202
},
"minecraft:chorus_plant": {
- "protocol_id": 304
+ "protocol_id": 306
},
"minecraft:clay": {
- "protocol_id": 321
+ "protocol_id": 323
},
"minecraft:clay_ball": {
- "protocol_id": 946
+ "protocol_id": 955
},
"minecraft:clock": {
- "protocol_id": 972
+ "protocol_id": 981
+ },
+ "minecraft:closed_eyeblossom": {
+ "protocol_id": 227
},
"minecraft:coal": {
- "protocol_id": 825
+ "protocol_id": 834
},
"minecraft:coal_block": {
"protocol_id": 83
@@ -6967,169 +7009,169 @@
"protocol_id": 29
},
"minecraft:coast_armor_trim_smithing_template": {
- "protocol_id": 1315
+ "protocol_id": 1325
},
"minecraft:cobbled_deepslate": {
"protocol_id": 9
},
"minecraft:cobbled_deepslate_slab": {
- "protocol_id": 666
+ "protocol_id": 675
},
"minecraft:cobbled_deepslate_stairs": {
- "protocol_id": 649
+ "protocol_id": 658
},
"minecraft:cobbled_deepslate_wall": {
- "protocol_id": 429
+ "protocol_id": 438
},
"minecraft:cobblestone": {
"protocol_id": 35
},
"minecraft:cobblestone_slab": {
- "protocol_id": 280
+ "protocol_id": 282
},
"minecraft:cobblestone_stairs": {
- "protocol_id": 316
+ "protocol_id": 318
},
"minecraft:cobblestone_wall": {
- "protocol_id": 411
+ "protocol_id": 420
},
"minecraft:cobweb": {
"protocol_id": 201
},
"minecraft:cocoa_beans": {
- "protocol_id": 983
+ "protocol_id": 992
},
"minecraft:cod": {
- "protocol_id": 975
+ "protocol_id": 984
},
"minecraft:cod_bucket": {
- "protocol_id": 941
+ "protocol_id": 950
},
"minecraft:cod_spawn_egg": {
- "protocol_id": 1060
+ "protocol_id": 1069
},
"minecraft:command_block": {
- "protocol_id": 409
+ "protocol_id": 418
},
"minecraft:command_block_minecart": {
- "protocol_id": 1172
+ "protocol_id": 1182
},
"minecraft:comparator": {
- "protocol_id": 675
+ "protocol_id": 684
},
"minecraft:compass": {
- "protocol_id": 952
+ "protocol_id": 961
},
"minecraft:composter": {
- "protocol_id": 1247
+ "protocol_id": 1257
},
"minecraft:conduit": {
- "protocol_id": 634
+ "protocol_id": 643
},
"minecraft:cooked_beef": {
- "protocol_id": 1029
+ "protocol_id": 1038
},
"minecraft:cooked_chicken": {
- "protocol_id": 1031
+ "protocol_id": 1040
},
"minecraft:cooked_cod": {
- "protocol_id": 979
+ "protocol_id": 988
},
"minecraft:cooked_mutton": {
- "protocol_id": 1174
+ "protocol_id": 1184
},
"minecraft:cooked_porkchop": {
- "protocol_id": 904
+ "protocol_id": 913
},
"minecraft:cooked_rabbit": {
- "protocol_id": 1161
+ "protocol_id": 1171
},
"minecraft:cooked_salmon": {
- "protocol_id": 980
+ "protocol_id": 989
},
"minecraft:cookie": {
- "protocol_id": 1020
+ "protocol_id": 1029
},
"minecraft:copper_block": {
"protocol_id": 91
},
"minecraft:copper_bulb": {
- "protocol_id": 1362
+ "protocol_id": 1372
},
"minecraft:copper_door": {
- "protocol_id": 739
+ "protocol_id": 748
},
"minecraft:copper_grate": {
- "protocol_id": 1354
+ "protocol_id": 1364
},
"minecraft:copper_ingot": {
- "protocol_id": 835
+ "protocol_id": 844
},
"minecraft:copper_ore": {
"protocol_id": 68
},
"minecraft:copper_trapdoor": {
- "protocol_id": 760
+ "protocol_id": 769
},
"minecraft:cornflower": {
- "protocol_id": 235
+ "protocol_id": 237
},
"minecraft:cow_spawn_egg": {
- "protocol_id": 1061
+ "protocol_id": 1070
},
"minecraft:cracked_deepslate_bricks": {
- "protocol_id": 360
- },
- "minecraft:cracked_deepslate_tiles": {
"protocol_id": 362
},
+ "minecraft:cracked_deepslate_tiles": {
+ "protocol_id": 364
+ },
"minecraft:cracked_nether_bricks": {
- "protocol_id": 380
+ "protocol_id": 389
},
"minecraft:cracked_polished_blackstone_bricks": {
- "protocol_id": 1282
+ "protocol_id": 1292
},
"minecraft:cracked_stone_bricks": {
- "protocol_id": 355
+ "protocol_id": 357
},
"minecraft:crafter": {
- "protocol_id": 1021
+ "protocol_id": 1030
},
"minecraft:crafting_table": {
- "protocol_id": 312
+ "protocol_id": 314
},
"minecraft:creaking_heart": {
- "protocol_id": 310
+ "protocol_id": 312
},
"minecraft:creaking_spawn_egg": {
- "protocol_id": 1124
+ "protocol_id": 1133
},
"minecraft:creeper_banner_pattern": {
- "protocol_id": 1237
+ "protocol_id": 1247
},
"minecraft:creeper_head": {
- "protocol_id": 1149
+ "protocol_id": 1158
},
"minecraft:creeper_spawn_egg": {
- "protocol_id": 1062
+ "protocol_id": 1071
},
"minecraft:crimson_button": {
- "protocol_id": 708
+ "protocol_id": 717
},
"minecraft:crimson_door": {
- "protocol_id": 737
+ "protocol_id": 746
},
"minecraft:crimson_fence": {
- "protocol_id": 333
+ "protocol_id": 335
},
"minecraft:crimson_fence_gate": {
- "protocol_id": 778
+ "protocol_id": 787
},
"minecraft:crimson_fungus": {
- "protocol_id": 243
+ "protocol_id": 245
},
"minecraft:crimson_hanging_sign": {
- "protocol_id": 930
+ "protocol_id": 939
},
"minecraft:crimson_hyphae": {
"protocol_id": 180
@@ -7141,31 +7183,31 @@
"protocol_id": 46
},
"minecraft:crimson_pressure_plate": {
- "protocol_id": 724
+ "protocol_id": 733
},
"minecraft:crimson_roots": {
- "protocol_id": 245
+ "protocol_id": 247
},
"minecraft:crimson_sign": {
- "protocol_id": 918
+ "protocol_id": 927
},
"minecraft:crimson_slab": {
- "protocol_id": 273
+ "protocol_id": 275
},
"minecraft:crimson_stairs": {
- "protocol_id": 407
+ "protocol_id": 416
},
"minecraft:crimson_stem": {
"protocol_id": 145
},
"minecraft:crimson_trapdoor": {
- "protocol_id": 758
+ "protocol_id": 767
},
"minecraft:crossbow": {
- "protocol_id": 1233
+ "protocol_id": 1243
},
"minecraft:crying_obsidian": {
- "protocol_id": 1270
+ "protocol_id": 1280
},
"minecraft:cut_copper": {
"protocol_id": 102
@@ -7177,88 +7219,88 @@
"protocol_id": 106
},
"minecraft:cut_red_sandstone": {
- "protocol_id": 526
+ "protocol_id": 535
},
"minecraft:cut_red_sandstone_slab": {
- "protocol_id": 287
+ "protocol_id": 289
},
"minecraft:cut_sandstone": {
"protocol_id": 200
},
"minecraft:cut_sandstone_slab": {
- "protocol_id": 278
+ "protocol_id": 280
},
"minecraft:cyan_banner": {
- "protocol_id": 1184
+ "protocol_id": 1194
},
"minecraft:cyan_bed": {
- "protocol_id": 1013
+ "protocol_id": 1022
},
"minecraft:cyan_bundle": {
- "protocol_id": 964
+ "protocol_id": 973
},
"minecraft:cyan_candle": {
- "protocol_id": 1294
+ "protocol_id": 1304
},
"minecraft:cyan_carpet": {
- "protocol_id": 469
+ "protocol_id": 478
},
"minecraft:cyan_concrete": {
- "protocol_id": 578
+ "protocol_id": 587
},
"minecraft:cyan_concrete_powder": {
- "protocol_id": 594
+ "protocol_id": 603
},
"minecraft:cyan_dye": {
- "protocol_id": 993
+ "protocol_id": 1002
},
"minecraft:cyan_glazed_terracotta": {
- "protocol_id": 562
+ "protocol_id": 571
},
"minecraft:cyan_shulker_box": {
- "protocol_id": 546
+ "protocol_id": 555
},
"minecraft:cyan_stained_glass": {
- "protocol_id": 494
+ "protocol_id": 503
},
"minecraft:cyan_stained_glass_pane": {
- "protocol_id": 510
+ "protocol_id": 519
},
"minecraft:cyan_terracotta": {
- "protocol_id": 450
+ "protocol_id": 459
},
"minecraft:cyan_wool": {
"protocol_id": 218
},
"minecraft:damaged_anvil": {
- "protocol_id": 435
+ "protocol_id": 444
},
"minecraft:dandelion": {
"protocol_id": 225
},
"minecraft:danger_pottery_sherd": {
- "protocol_id": 1337
+ "protocol_id": 1347
},
"minecraft:dark_oak_boat": {
- "protocol_id": 806
+ "protocol_id": 815
},
"minecraft:dark_oak_button": {
- "protocol_id": 704
+ "protocol_id": 713
},
"minecraft:dark_oak_chest_boat": {
- "protocol_id": 807
+ "protocol_id": 816
},
"minecraft:dark_oak_door": {
- "protocol_id": 733
+ "protocol_id": 742
},
"minecraft:dark_oak_fence": {
- "protocol_id": 329
+ "protocol_id": 331
},
"minecraft:dark_oak_fence_gate": {
- "protocol_id": 774
+ "protocol_id": 783
},
"minecraft:dark_oak_hanging_sign": {
- "protocol_id": 926
+ "protocol_id": 935
},
"minecraft:dark_oak_leaves": {
"protocol_id": 188
@@ -7270,106 +7312,106 @@
"protocol_id": 42
},
"minecraft:dark_oak_pressure_plate": {
- "protocol_id": 720
+ "protocol_id": 729
},
"minecraft:dark_oak_sapling": {
"protocol_id": 55
},
"minecraft:dark_oak_sign": {
- "protocol_id": 914
+ "protocol_id": 923
},
"minecraft:dark_oak_slab": {
- "protocol_id": 268
+ "protocol_id": 270
},
"minecraft:dark_oak_stairs": {
- "protocol_id": 402
+ "protocol_id": 411
},
"minecraft:dark_oak_trapdoor": {
- "protocol_id": 754
+ "protocol_id": 763
},
"minecraft:dark_oak_wood": {
"protocol_id": 178
},
"minecraft:dark_prismarine": {
- "protocol_id": 519
+ "protocol_id": 528
},
"minecraft:dark_prismarine_slab": {
- "protocol_id": 291
+ "protocol_id": 293
},
"minecraft:dark_prismarine_stairs": {
- "protocol_id": 522
+ "protocol_id": 531
},
"minecraft:daylight_detector": {
- "protocol_id": 688
+ "protocol_id": 697
},
"minecraft:dead_brain_coral": {
- "protocol_id": 618
+ "protocol_id": 627
},
"minecraft:dead_brain_coral_block": {
- "protocol_id": 604
+ "protocol_id": 613
},
"minecraft:dead_brain_coral_fan": {
- "protocol_id": 629
+ "protocol_id": 638
},
"minecraft:dead_bubble_coral": {
- "protocol_id": 619
+ "protocol_id": 628
},
"minecraft:dead_bubble_coral_block": {
- "protocol_id": 605
+ "protocol_id": 614
},
"minecraft:dead_bubble_coral_fan": {
- "protocol_id": 630
+ "protocol_id": 639
},
"minecraft:dead_bush": {
"protocol_id": 206
},
"minecraft:dead_fire_coral": {
- "protocol_id": 620
+ "protocol_id": 629
},
"minecraft:dead_fire_coral_block": {
- "protocol_id": 606
+ "protocol_id": 615
},
"minecraft:dead_fire_coral_fan": {
- "protocol_id": 631
+ "protocol_id": 640
},
"minecraft:dead_horn_coral": {
- "protocol_id": 621
+ "protocol_id": 630
},
"minecraft:dead_horn_coral_block": {
- "protocol_id": 607
+ "protocol_id": 616
},
"minecraft:dead_horn_coral_fan": {
- "protocol_id": 632
+ "protocol_id": 641
},
"minecraft:dead_tube_coral": {
- "protocol_id": 622
+ "protocol_id": 631
},
"minecraft:dead_tube_coral_block": {
- "protocol_id": 603
+ "protocol_id": 612
},
"minecraft:dead_tube_coral_fan": {
- "protocol_id": 628
+ "protocol_id": 637
},
"minecraft:debug_stick": {
- "protocol_id": 1209
+ "protocol_id": 1219
},
"minecraft:decorated_pot": {
- "protocol_id": 299
+ "protocol_id": 301
},
"minecraft:deepslate": {
"protocol_id": 8
},
"minecraft:deepslate_brick_slab": {
- "protocol_id": 668
+ "protocol_id": 677
},
"minecraft:deepslate_brick_stairs": {
- "protocol_id": 651
+ "protocol_id": 660
},
"minecraft:deepslate_brick_wall": {
- "protocol_id": 431
+ "protocol_id": 440
},
"minecraft:deepslate_bricks": {
- "protocol_id": 359
+ "protocol_id": 361
},
"minecraft:deepslate_coal_ore": {
"protocol_id": 65
@@ -7396,196 +7438,196 @@
"protocol_id": 73
},
"minecraft:deepslate_tile_slab": {
- "protocol_id": 669
+ "protocol_id": 678
},
"minecraft:deepslate_tile_stairs": {
- "protocol_id": 652
+ "protocol_id": 661
},
"minecraft:deepslate_tile_wall": {
- "protocol_id": 432
+ "protocol_id": 441
},
"minecraft:deepslate_tiles": {
- "protocol_id": 361
+ "protocol_id": 363
},
"minecraft:detector_rail": {
- "protocol_id": 781
+ "protocol_id": 790
},
"minecraft:diamond": {
- "protocol_id": 827
+ "protocol_id": 836
},
"minecraft:diamond_axe": {
- "protocol_id": 863
+ "protocol_id": 872
},
"minecraft:diamond_block": {
"protocol_id": 93
},
"minecraft:diamond_boots": {
- "protocol_id": 893
+ "protocol_id": 902
},
"minecraft:diamond_chestplate": {
- "protocol_id": 891
+ "protocol_id": 900
},
"minecraft:diamond_helmet": {
- "protocol_id": 890
+ "protocol_id": 899
},
"minecraft:diamond_hoe": {
- "protocol_id": 864
+ "protocol_id": 873
},
"minecraft:diamond_horse_armor": {
- "protocol_id": 1168
+ "protocol_id": 1178
},
"minecraft:diamond_leggings": {
- "protocol_id": 892
+ "protocol_id": 901
},
"minecraft:diamond_ore": {
"protocol_id": 78
},
"minecraft:diamond_pickaxe": {
- "protocol_id": 862
+ "protocol_id": 871
},
"minecraft:diamond_shovel": {
- "protocol_id": 861
+ "protocol_id": 870
},
"minecraft:diamond_sword": {
- "protocol_id": 860
+ "protocol_id": 869
},
"minecraft:diorite": {
"protocol_id": 4
},
"minecraft:diorite_slab": {
- "protocol_id": 665
+ "protocol_id": 674
},
"minecraft:diorite_stairs": {
- "protocol_id": 648
+ "protocol_id": 657
},
"minecraft:diorite_wall": {
- "protocol_id": 425
+ "protocol_id": 434
},
"minecraft:dirt": {
"protocol_id": 28
},
"minecraft:dirt_path": {
- "protocol_id": 478
+ "protocol_id": 487
},
"minecraft:disc_fragment_5": {
- "protocol_id": 1229
+ "protocol_id": 1239
},
"minecraft:dispenser": {
- "protocol_id": 682
+ "protocol_id": 691
},
"minecraft:dolphin_spawn_egg": {
- "protocol_id": 1063
+ "protocol_id": 1072
},
"minecraft:donkey_spawn_egg": {
- "protocol_id": 1064
+ "protocol_id": 1073
},
"minecraft:dragon_breath": {
- "protocol_id": 1199
+ "protocol_id": 1209
},
"minecraft:dragon_egg": {
- "protocol_id": 392
+ "protocol_id": 401
},
"minecraft:dragon_head": {
- "protocol_id": 1150
+ "protocol_id": 1159
},
"minecraft:dried_kelp": {
- "protocol_id": 1025
+ "protocol_id": 1034
},
"minecraft:dried_kelp_block": {
- "protocol_id": 947
+ "protocol_id": 956
},
"minecraft:dripstone_block": {
"protocol_id": 26
},
"minecraft:dropper": {
- "protocol_id": 683
+ "protocol_id": 692
},
"minecraft:drowned_spawn_egg": {
- "protocol_id": 1065
+ "protocol_id": 1074
},
"minecraft:dune_armor_trim_smithing_template": {
- "protocol_id": 1314
+ "protocol_id": 1324
},
"minecraft:echo_shard": {
- "protocol_id": 1310
+ "protocol_id": 1320
},
"minecraft:egg": {
- "protocol_id": 951
+ "protocol_id": 960
},
"minecraft:elder_guardian_spawn_egg": {
- "protocol_id": 1066
+ "protocol_id": 1075
},
"minecraft:elytra": {
- "protocol_id": 793
+ "protocol_id": 802
},
"minecraft:emerald": {
- "protocol_id": 828
+ "protocol_id": 837
},
"minecraft:emerald_block": {
- "protocol_id": 395
+ "protocol_id": 404
},
"minecraft:emerald_ore": {
"protocol_id": 74
},
"minecraft:enchanted_book": {
- "protocol_id": 1156
+ "protocol_id": 1165
},
"minecraft:enchanted_golden_apple": {
- "protocol_id": 907
+ "protocol_id": 916
},
"minecraft:enchanting_table": {
- "protocol_id": 388
+ "protocol_id": 397
},
"minecraft:end_crystal": {
- "protocol_id": 1191
+ "protocol_id": 1201
},
"minecraft:end_portal_frame": {
- "protocol_id": 389
+ "protocol_id": 398
},
"minecraft:end_rod": {
- "protocol_id": 303
+ "protocol_id": 305
},
"minecraft:end_stone": {
- "protocol_id": 390
+ "protocol_id": 399
},
"minecraft:end_stone_brick_slab": {
- "protocol_id": 658
+ "protocol_id": 667
},
"minecraft:end_stone_brick_stairs": {
- "protocol_id": 640
+ "protocol_id": 649
},
"minecraft:end_stone_brick_wall": {
- "protocol_id": 424
+ "protocol_id": 433
},
"minecraft:end_stone_bricks": {
- "protocol_id": 391
+ "protocol_id": 400
},
"minecraft:ender_chest": {
- "protocol_id": 394
+ "protocol_id": 403
},
"minecraft:ender_dragon_spawn_egg": {
- "protocol_id": 1067
+ "protocol_id": 1076
},
"minecraft:ender_eye": {
- "protocol_id": 1046
+ "protocol_id": 1055
},
"minecraft:ender_pearl": {
- "protocol_id": 1033
+ "protocol_id": 1042
},
"minecraft:enderman_spawn_egg": {
- "protocol_id": 1068
+ "protocol_id": 1077
},
"minecraft:endermite_spawn_egg": {
- "protocol_id": 1069
+ "protocol_id": 1078
},
"minecraft:evoker_spawn_egg": {
- "protocol_id": 1070
+ "protocol_id": 1079
},
"minecraft:experience_bottle": {
- "protocol_id": 1129
+ "protocol_id": 1138
},
"minecraft:explorer_pottery_sherd": {
- "protocol_id": 1338
+ "protocol_id": 1348
},
"minecraft:exposed_chiseled_copper": {
"protocol_id": 99
@@ -7594,16 +7636,16 @@
"protocol_id": 95
},
"minecraft:exposed_copper_bulb": {
- "protocol_id": 1363
+ "protocol_id": 1373
},
"minecraft:exposed_copper_door": {
- "protocol_id": 740
+ "protocol_id": 749
},
"minecraft:exposed_copper_grate": {
- "protocol_id": 1355
+ "protocol_id": 1365
},
"minecraft:exposed_copper_trapdoor": {
- "protocol_id": 761
+ "protocol_id": 770
},
"minecraft:exposed_cut_copper": {
"protocol_id": 103
@@ -7615,70 +7657,70 @@
"protocol_id": 107
},
"minecraft:eye_armor_trim_smithing_template": {
- "protocol_id": 1318
+ "protocol_id": 1328
},
"minecraft:farmland": {
- "protocol_id": 313
+ "protocol_id": 315
},
"minecraft:feather": {
- "protocol_id": 873
+ "protocol_id": 882
},
"minecraft:fermented_spider_eye": {
- "protocol_id": 1041
+ "protocol_id": 1050
},
"minecraft:fern": {
"protocol_id": 203
},
"minecraft:field_masoned_banner_pattern": {
- "protocol_id": 1244
+ "protocol_id": 1254
},
"minecraft:filled_map": {
- "protocol_id": 1022
+ "protocol_id": 1031
},
"minecraft:fire_charge": {
- "protocol_id": 1130
+ "protocol_id": 1139
},
"minecraft:fire_coral": {
- "protocol_id": 616
+ "protocol_id": 625
},
"minecraft:fire_coral_block": {
- "protocol_id": 611
+ "protocol_id": 620
},
"minecraft:fire_coral_fan": {
- "protocol_id": 626
+ "protocol_id": 635
},
"minecraft:firework_rocket": {
- "protocol_id": 1154
+ "protocol_id": 1163
},
"minecraft:firework_star": {
- "protocol_id": 1155
+ "protocol_id": 1164
},
"minecraft:fishing_rod": {
- "protocol_id": 971
+ "protocol_id": 980
},
"minecraft:fletching_table": {
- "protocol_id": 1252
+ "protocol_id": 1262
},
"minecraft:flint": {
- "protocol_id": 902
+ "protocol_id": 911
},
"minecraft:flint_and_steel": {
- "protocol_id": 820
+ "protocol_id": 829
},
"minecraft:flow_armor_trim_smithing_template": {
- "protocol_id": 1329
- },
- "minecraft:flow_banner_pattern": {
- "protocol_id": 1242
- },
- "minecraft:flow_pottery_sherd": {
"protocol_id": 1339
},
+ "minecraft:flow_banner_pattern": {
+ "protocol_id": 1252
+ },
+ "minecraft:flow_pottery_sherd": {
+ "protocol_id": 1349
+ },
"minecraft:flower_banner_pattern": {
- "protocol_id": 1236
+ "protocol_id": 1246
},
"minecraft:flower_pot": {
- "protocol_id": 1138
+ "protocol_id": 1147
},
"minecraft:flowering_azalea": {
"protocol_id": 205
@@ -7687,133 +7729,133 @@
"protocol_id": 192
},
"minecraft:fox_spawn_egg": {
- "protocol_id": 1071
+ "protocol_id": 1080
},
"minecraft:friend_pottery_sherd": {
- "protocol_id": 1340
+ "protocol_id": 1350
},
"minecraft:frog_spawn_egg": {
- "protocol_id": 1072
+ "protocol_id": 1081
},
"minecraft:frogspawn": {
- "protocol_id": 1309
+ "protocol_id": 1319
},
"minecraft:furnace": {
- "protocol_id": 314
+ "protocol_id": 316
},
"minecraft:furnace_minecart": {
- "protocol_id": 787
+ "protocol_id": 796
},
"minecraft:ghast_spawn_egg": {
- "protocol_id": 1073
+ "protocol_id": 1082
},
"minecraft:ghast_tear": {
- "protocol_id": 1035
+ "protocol_id": 1044
},
"minecraft:gilded_blackstone": {
- "protocol_id": 1274
+ "protocol_id": 1284
},
"minecraft:glass": {
"protocol_id": 195
},
"minecraft:glass_bottle": {
- "protocol_id": 1038
- },
- "minecraft:glass_pane": {
- "protocol_id": 370
- },
- "minecraft:glistering_melon_slice": {
"protocol_id": 1047
},
+ "minecraft:glass_pane": {
+ "protocol_id": 372
+ },
+ "minecraft:glistering_melon_slice": {
+ "protocol_id": 1056
+ },
"minecraft:globe_banner_pattern": {
- "protocol_id": 1240
+ "protocol_id": 1250
},
"minecraft:glow_berries": {
- "protocol_id": 1260
+ "protocol_id": 1270
},
"minecraft:glow_ink_sac": {
- "protocol_id": 982
+ "protocol_id": 991
},
"minecraft:glow_item_frame": {
- "protocol_id": 1137
+ "protocol_id": 1146
},
"minecraft:glow_lichen": {
- "protocol_id": 373
+ "protocol_id": 375
},
"minecraft:glow_squid_spawn_egg": {
- "protocol_id": 1074
+ "protocol_id": 1083
},
"minecraft:glowstone": {
- "protocol_id": 345
+ "protocol_id": 347
},
"minecraft:glowstone_dust": {
- "protocol_id": 974
+ "protocol_id": 983
},
"minecraft:goat_horn": {
- "protocol_id": 1246
+ "protocol_id": 1256
},
"minecraft:goat_spawn_egg": {
- "protocol_id": 1075
+ "protocol_id": 1084
},
"minecraft:gold_block": {
"protocol_id": 92
},
"minecraft:gold_ingot": {
- "protocol_id": 837
+ "protocol_id": 846
},
"minecraft:gold_nugget": {
- "protocol_id": 1036
+ "protocol_id": 1045
},
"minecraft:gold_ore": {
"protocol_id": 70
},
"minecraft:golden_apple": {
- "protocol_id": 906
+ "protocol_id": 915
},
"minecraft:golden_axe": {
- "protocol_id": 853
+ "protocol_id": 862
},
"minecraft:golden_boots": {
- "protocol_id": 897
+ "protocol_id": 906
},
"minecraft:golden_carrot": {
- "protocol_id": 1144
+ "protocol_id": 1153
},
"minecraft:golden_chestplate": {
- "protocol_id": 895
+ "protocol_id": 904
},
"minecraft:golden_helmet": {
- "protocol_id": 894
+ "protocol_id": 903
},
"minecraft:golden_hoe": {
- "protocol_id": 854
+ "protocol_id": 863
},
"minecraft:golden_horse_armor": {
- "protocol_id": 1167
+ "protocol_id": 1177
},
"minecraft:golden_leggings": {
- "protocol_id": 896
+ "protocol_id": 905
},
"minecraft:golden_pickaxe": {
- "protocol_id": 852
+ "protocol_id": 861
},
"minecraft:golden_shovel": {
- "protocol_id": 851
+ "protocol_id": 860
},
"minecraft:golden_sword": {
- "protocol_id": 850
+ "protocol_id": 859
},
"minecraft:granite": {
"protocol_id": 2
},
"minecraft:granite_slab": {
- "protocol_id": 661
+ "protocol_id": 670
},
"minecraft:granite_stairs": {
- "protocol_id": 644
+ "protocol_id": 653
},
"minecraft:granite_wall": {
- "protocol_id": 417
+ "protocol_id": 426
},
"minecraft:grass_block": {
"protocol_id": 27
@@ -7822,280 +7864,280 @@
"protocol_id": 63
},
"minecraft:gray_banner": {
- "protocol_id": 1182
+ "protocol_id": 1192
},
"minecraft:gray_bed": {
- "protocol_id": 1011
+ "protocol_id": 1020
},
"minecraft:gray_bundle": {
- "protocol_id": 962
+ "protocol_id": 971
},
"minecraft:gray_candle": {
- "protocol_id": 1292
+ "protocol_id": 1302
},
"minecraft:gray_carpet": {
- "protocol_id": 467
+ "protocol_id": 476
},
"minecraft:gray_concrete": {
- "protocol_id": 576
+ "protocol_id": 585
},
"minecraft:gray_concrete_powder": {
- "protocol_id": 592
+ "protocol_id": 601
},
"minecraft:gray_dye": {
- "protocol_id": 991
+ "protocol_id": 1000
},
"minecraft:gray_glazed_terracotta": {
- "protocol_id": 560
+ "protocol_id": 569
},
"minecraft:gray_shulker_box": {
- "protocol_id": 544
+ "protocol_id": 553
},
"minecraft:gray_stained_glass": {
- "protocol_id": 492
+ "protocol_id": 501
},
"minecraft:gray_stained_glass_pane": {
- "protocol_id": 508
+ "protocol_id": 517
},
"minecraft:gray_terracotta": {
- "protocol_id": 448
+ "protocol_id": 457
},
"minecraft:gray_wool": {
"protocol_id": 216
},
"minecraft:green_banner": {
- "protocol_id": 1188
+ "protocol_id": 1198
},
"minecraft:green_bed": {
- "protocol_id": 1017
+ "protocol_id": 1026
},
"minecraft:green_bundle": {
- "protocol_id": 968
+ "protocol_id": 977
},
"minecraft:green_candle": {
- "protocol_id": 1298
+ "protocol_id": 1308
},
"minecraft:green_carpet": {
- "protocol_id": 473
+ "protocol_id": 482
},
"minecraft:green_concrete": {
- "protocol_id": 582
+ "protocol_id": 591
},
"minecraft:green_concrete_powder": {
- "protocol_id": 598
+ "protocol_id": 607
},
"minecraft:green_dye": {
- "protocol_id": 997
+ "protocol_id": 1006
},
"minecraft:green_glazed_terracotta": {
- "protocol_id": 566
+ "protocol_id": 575
},
"minecraft:green_shulker_box": {
- "protocol_id": 550
+ "protocol_id": 559
},
"minecraft:green_stained_glass": {
- "protocol_id": 498
+ "protocol_id": 507
},
"minecraft:green_stained_glass_pane": {
- "protocol_id": 514
+ "protocol_id": 523
},
"minecraft:green_terracotta": {
- "protocol_id": 454
+ "protocol_id": 463
},
"minecraft:green_wool": {
"protocol_id": 222
},
"minecraft:grindstone": {
- "protocol_id": 1253
+ "protocol_id": 1263
},
"minecraft:guardian_spawn_egg": {
- "protocol_id": 1076
+ "protocol_id": 1085
},
"minecraft:gunpowder": {
- "protocol_id": 874
+ "protocol_id": 883
},
"minecraft:guster_banner_pattern": {
- "protocol_id": 1243
+ "protocol_id": 1253
},
"minecraft:guster_pottery_sherd": {
- "protocol_id": 1341
+ "protocol_id": 1351
},
"minecraft:hanging_roots": {
- "protocol_id": 258
+ "protocol_id": 260
},
"minecraft:hay_block": {
- "protocol_id": 459
+ "protocol_id": 468
},
"minecraft:heart_of_the_sea": {
- "protocol_id": 1232
+ "protocol_id": 1242
},
"minecraft:heart_pottery_sherd": {
- "protocol_id": 1342
+ "protocol_id": 1352
},
"minecraft:heartbreak_pottery_sherd": {
- "protocol_id": 1343
+ "protocol_id": 1353
},
"minecraft:heavy_core": {
"protocol_id": 87
},
"minecraft:heavy_weighted_pressure_plate": {
- "protocol_id": 713
+ "protocol_id": 722
},
"minecraft:hoglin_spawn_egg": {
- "protocol_id": 1077
+ "protocol_id": 1086
},
"minecraft:honey_block": {
- "protocol_id": 679
+ "protocol_id": 688
},
"minecraft:honey_bottle": {
- "protocol_id": 1267
+ "protocol_id": 1277
},
"minecraft:honeycomb": {
- "protocol_id": 1264
+ "protocol_id": 1274
},
"minecraft:honeycomb_block": {
- "protocol_id": 1268
+ "protocol_id": 1278
},
"minecraft:hopper": {
- "protocol_id": 681
+ "protocol_id": 690
},
"minecraft:hopper_minecart": {
- "protocol_id": 789
+ "protocol_id": 798
},
"minecraft:horn_coral": {
- "protocol_id": 617
+ "protocol_id": 626
},
"minecraft:horn_coral_block": {
- "protocol_id": 612
+ "protocol_id": 621
},
"minecraft:horn_coral_fan": {
- "protocol_id": 627
+ "protocol_id": 636
},
"minecraft:horse_spawn_egg": {
- "protocol_id": 1078
+ "protocol_id": 1087
},
"minecraft:host_armor_trim_smithing_template": {
- "protocol_id": 1328
+ "protocol_id": 1338
},
"minecraft:howl_pottery_sherd": {
- "protocol_id": 1344
+ "protocol_id": 1354
},
"minecraft:husk_spawn_egg": {
- "protocol_id": 1079
+ "protocol_id": 1088
},
"minecraft:ice": {
- "protocol_id": 318
+ "protocol_id": 320
},
"minecraft:infested_chiseled_stone_bricks": {
- "protocol_id": 351
+ "protocol_id": 353
},
"minecraft:infested_cobblestone": {
- "protocol_id": 347
- },
- "minecraft:infested_cracked_stone_bricks": {
- "protocol_id": 350
- },
- "minecraft:infested_deepslate": {
- "protocol_id": 352
- },
- "minecraft:infested_mossy_stone_bricks": {
"protocol_id": 349
},
- "minecraft:infested_stone": {
- "protocol_id": 346
+ "minecraft:infested_cracked_stone_bricks": {
+ "protocol_id": 352
},
- "minecraft:infested_stone_bricks": {
+ "minecraft:infested_deepslate": {
+ "protocol_id": 354
+ },
+ "minecraft:infested_mossy_stone_bricks": {
+ "protocol_id": 351
+ },
+ "minecraft:infested_stone": {
"protocol_id": 348
},
+ "minecraft:infested_stone_bricks": {
+ "protocol_id": 350
+ },
"minecraft:ink_sac": {
- "protocol_id": 981
+ "protocol_id": 990
},
"minecraft:iron_axe": {
- "protocol_id": 858
+ "protocol_id": 867
},
"minecraft:iron_bars": {
- "protocol_id": 368
+ "protocol_id": 370
},
"minecraft:iron_block": {
"protocol_id": 90
},
"minecraft:iron_boots": {
- "protocol_id": 889
+ "protocol_id": 898
},
"minecraft:iron_chestplate": {
- "protocol_id": 887
+ "protocol_id": 896
},
"minecraft:iron_door": {
- "protocol_id": 726
+ "protocol_id": 735
},
"minecraft:iron_golem_spawn_egg": {
- "protocol_id": 1080
+ "protocol_id": 1089
},
"minecraft:iron_helmet": {
- "protocol_id": 886
+ "protocol_id": 895
},
"minecraft:iron_hoe": {
- "protocol_id": 859
+ "protocol_id": 868
},
"minecraft:iron_horse_armor": {
- "protocol_id": 1166
+ "protocol_id": 1176
},
"minecraft:iron_ingot": {
- "protocol_id": 833
+ "protocol_id": 842
},
"minecraft:iron_leggings": {
- "protocol_id": 888
+ "protocol_id": 897
},
"minecraft:iron_nugget": {
- "protocol_id": 1207
+ "protocol_id": 1217
},
"minecraft:iron_ore": {
"protocol_id": 66
},
"minecraft:iron_pickaxe": {
- "protocol_id": 857
+ "protocol_id": 866
},
"minecraft:iron_shovel": {
- "protocol_id": 856
+ "protocol_id": 865
},
"minecraft:iron_sword": {
- "protocol_id": 855
+ "protocol_id": 864
},
"minecraft:iron_trapdoor": {
- "protocol_id": 747
+ "protocol_id": 756
},
"minecraft:item_frame": {
- "protocol_id": 1136
+ "protocol_id": 1145
},
"minecraft:jack_o_lantern": {
- "protocol_id": 337
+ "protocol_id": 339
},
"minecraft:jigsaw": {
- "protocol_id": 815
+ "protocol_id": 824
},
"minecraft:jukebox": {
- "protocol_id": 322
+ "protocol_id": 324
},
"minecraft:jungle_boat": {
- "protocol_id": 800
+ "protocol_id": 809
},
"minecraft:jungle_button": {
- "protocol_id": 701
+ "protocol_id": 710
},
"minecraft:jungle_chest_boat": {
- "protocol_id": 801
+ "protocol_id": 810
},
"minecraft:jungle_door": {
- "protocol_id": 730
+ "protocol_id": 739
},
"minecraft:jungle_fence": {
- "protocol_id": 326
+ "protocol_id": 328
},
"minecraft:jungle_fence_gate": {
- "protocol_id": 771
+ "protocol_id": 780
},
"minecraft:jungle_hanging_sign": {
- "protocol_id": 923
+ "protocol_id": 932
},
"minecraft:jungle_leaves": {
"protocol_id": 185
@@ -8107,313 +8149,313 @@
"protocol_id": 39
},
"minecraft:jungle_pressure_plate": {
- "protocol_id": 717
+ "protocol_id": 726
},
"minecraft:jungle_sapling": {
"protocol_id": 52
},
"minecraft:jungle_sign": {
- "protocol_id": 911
+ "protocol_id": 920
},
"minecraft:jungle_slab": {
- "protocol_id": 265
+ "protocol_id": 267
},
"minecraft:jungle_stairs": {
- "protocol_id": 399
+ "protocol_id": 408
},
"minecraft:jungle_trapdoor": {
- "protocol_id": 751
+ "protocol_id": 760
},
"minecraft:jungle_wood": {
"protocol_id": 174
},
"minecraft:kelp": {
- "protocol_id": 251
+ "protocol_id": 253
},
"minecraft:knowledge_book": {
- "protocol_id": 1208
+ "protocol_id": 1218
},
"minecraft:ladder": {
- "protocol_id": 315
+ "protocol_id": 317
},
"minecraft:lantern": {
- "protocol_id": 1257
+ "protocol_id": 1267
},
"minecraft:lapis_block": {
"protocol_id": 197
},
"minecraft:lapis_lazuli": {
- "protocol_id": 829
+ "protocol_id": 838
},
"minecraft:lapis_ore": {
"protocol_id": 76
},
"minecraft:large_amethyst_bud": {
- "protocol_id": 1303
+ "protocol_id": 1313
},
"minecraft:large_fern": {
- "protocol_id": 484
+ "protocol_id": 493
},
"minecraft:lava_bucket": {
- "protocol_id": 934
+ "protocol_id": 943
},
"minecraft:lead": {
- "protocol_id": 1170
+ "protocol_id": 1180
},
"minecraft:leather": {
- "protocol_id": 937
+ "protocol_id": 946
},
"minecraft:leather_boots": {
- "protocol_id": 881
+ "protocol_id": 890
},
"minecraft:leather_chestplate": {
- "protocol_id": 879
+ "protocol_id": 888
},
"minecraft:leather_helmet": {
- "protocol_id": 878
+ "protocol_id": 887
},
"minecraft:leather_horse_armor": {
- "protocol_id": 1169
+ "protocol_id": 1179
},
"minecraft:leather_leggings": {
- "protocol_id": 880
+ "protocol_id": 889
},
"minecraft:lectern": {
- "protocol_id": 684
+ "protocol_id": 693
},
"minecraft:lever": {
- "protocol_id": 686
+ "protocol_id": 695
},
"minecraft:light": {
- "protocol_id": 458
+ "protocol_id": 467
},
"minecraft:light_blue_banner": {
- "protocol_id": 1178
+ "protocol_id": 1188
},
"minecraft:light_blue_bed": {
- "protocol_id": 1007
+ "protocol_id": 1016
},
"minecraft:light_blue_bundle": {
- "protocol_id": 958
+ "protocol_id": 967
},
"minecraft:light_blue_candle": {
- "protocol_id": 1288
+ "protocol_id": 1298
},
"minecraft:light_blue_carpet": {
- "protocol_id": 463
+ "protocol_id": 472
},
"minecraft:light_blue_concrete": {
- "protocol_id": 572
+ "protocol_id": 581
},
"minecraft:light_blue_concrete_powder": {
- "protocol_id": 588
+ "protocol_id": 597
},
"minecraft:light_blue_dye": {
- "protocol_id": 987
+ "protocol_id": 996
},
"minecraft:light_blue_glazed_terracotta": {
- "protocol_id": 556
+ "protocol_id": 565
},
"minecraft:light_blue_shulker_box": {
- "protocol_id": 540
+ "protocol_id": 549
},
"minecraft:light_blue_stained_glass": {
- "protocol_id": 488
+ "protocol_id": 497
},
"minecraft:light_blue_stained_glass_pane": {
- "protocol_id": 504
+ "protocol_id": 513
},
"minecraft:light_blue_terracotta": {
- "protocol_id": 444
+ "protocol_id": 453
},
"minecraft:light_blue_wool": {
"protocol_id": 212
},
"minecraft:light_gray_banner": {
- "protocol_id": 1183
+ "protocol_id": 1193
},
"minecraft:light_gray_bed": {
- "protocol_id": 1012
+ "protocol_id": 1021
},
"minecraft:light_gray_bundle": {
- "protocol_id": 963
+ "protocol_id": 972
},
"minecraft:light_gray_candle": {
- "protocol_id": 1293
+ "protocol_id": 1303
},
"minecraft:light_gray_carpet": {
- "protocol_id": 468
+ "protocol_id": 477
},
"minecraft:light_gray_concrete": {
- "protocol_id": 577
+ "protocol_id": 586
},
"minecraft:light_gray_concrete_powder": {
- "protocol_id": 593
+ "protocol_id": 602
},
"minecraft:light_gray_dye": {
- "protocol_id": 992
+ "protocol_id": 1001
},
"minecraft:light_gray_glazed_terracotta": {
- "protocol_id": 561
+ "protocol_id": 570
},
"minecraft:light_gray_shulker_box": {
- "protocol_id": 545
+ "protocol_id": 554
},
"minecraft:light_gray_stained_glass": {
- "protocol_id": 493
+ "protocol_id": 502
},
"minecraft:light_gray_stained_glass_pane": {
- "protocol_id": 509
+ "protocol_id": 518
},
"minecraft:light_gray_terracotta": {
- "protocol_id": 449
+ "protocol_id": 458
},
"minecraft:light_gray_wool": {
"protocol_id": 217
},
"minecraft:light_weighted_pressure_plate": {
- "protocol_id": 712
+ "protocol_id": 721
},
"minecraft:lightning_rod": {
- "protocol_id": 687
+ "protocol_id": 696
},
"minecraft:lilac": {
- "protocol_id": 480
+ "protocol_id": 489
},
"minecraft:lily_of_the_valley": {
- "protocol_id": 236
+ "protocol_id": 238
},
"minecraft:lily_pad": {
- "protocol_id": 378
+ "protocol_id": 387
},
"minecraft:lime_banner": {
- "protocol_id": 1180
+ "protocol_id": 1190
},
"minecraft:lime_bed": {
- "protocol_id": 1009
+ "protocol_id": 1018
},
"minecraft:lime_bundle": {
- "protocol_id": 960
+ "protocol_id": 969
},
"minecraft:lime_candle": {
- "protocol_id": 1290
+ "protocol_id": 1300
},
"minecraft:lime_carpet": {
- "protocol_id": 465
+ "protocol_id": 474
},
"minecraft:lime_concrete": {
- "protocol_id": 574
+ "protocol_id": 583
},
"minecraft:lime_concrete_powder": {
- "protocol_id": 590
+ "protocol_id": 599
},
"minecraft:lime_dye": {
- "protocol_id": 989
+ "protocol_id": 998
},
"minecraft:lime_glazed_terracotta": {
- "protocol_id": 558
+ "protocol_id": 567
},
"minecraft:lime_shulker_box": {
- "protocol_id": 542
+ "protocol_id": 551
},
"minecraft:lime_stained_glass": {
- "protocol_id": 490
+ "protocol_id": 499
},
"minecraft:lime_stained_glass_pane": {
- "protocol_id": 506
+ "protocol_id": 515
},
"minecraft:lime_terracotta": {
- "protocol_id": 446
+ "protocol_id": 455
},
"minecraft:lime_wool": {
"protocol_id": 214
},
"minecraft:lingering_potion": {
- "protocol_id": 1203
+ "protocol_id": 1213
},
"minecraft:llama_spawn_egg": {
- "protocol_id": 1081
+ "protocol_id": 1090
},
"minecraft:lodestone": {
- "protocol_id": 1269
+ "protocol_id": 1279
},
"minecraft:loom": {
- "protocol_id": 1235
+ "protocol_id": 1245
},
"minecraft:mace": {
- "protocol_id": 1135
+ "protocol_id": 1144
},
"minecraft:magenta_banner": {
- "protocol_id": 1177
+ "protocol_id": 1187
},
"minecraft:magenta_bed": {
- "protocol_id": 1006
+ "protocol_id": 1015
},
"minecraft:magenta_bundle": {
- "protocol_id": 957
+ "protocol_id": 966
},
"minecraft:magenta_candle": {
- "protocol_id": 1287
+ "protocol_id": 1297
},
"minecraft:magenta_carpet": {
- "protocol_id": 462
+ "protocol_id": 471
},
"minecraft:magenta_concrete": {
- "protocol_id": 571
+ "protocol_id": 580
},
"minecraft:magenta_concrete_powder": {
- "protocol_id": 587
+ "protocol_id": 596
},
"minecraft:magenta_dye": {
- "protocol_id": 986
+ "protocol_id": 995
},
"minecraft:magenta_glazed_terracotta": {
- "protocol_id": 555
+ "protocol_id": 564
},
"minecraft:magenta_shulker_box": {
- "protocol_id": 539
+ "protocol_id": 548
},
"minecraft:magenta_stained_glass": {
- "protocol_id": 487
+ "protocol_id": 496
},
"minecraft:magenta_stained_glass_pane": {
- "protocol_id": 503
+ "protocol_id": 512
},
"minecraft:magenta_terracotta": {
- "protocol_id": 443
+ "protocol_id": 452
},
"minecraft:magenta_wool": {
"protocol_id": 211
},
"minecraft:magma_block": {
- "protocol_id": 530
+ "protocol_id": 539
},
"minecraft:magma_cream": {
- "protocol_id": 1043
+ "protocol_id": 1052
},
"minecraft:magma_cube_spawn_egg": {
- "protocol_id": 1082
+ "protocol_id": 1091
},
"minecraft:mangrove_boat": {
- "protocol_id": 810
+ "protocol_id": 819
},
"minecraft:mangrove_button": {
- "protocol_id": 706
+ "protocol_id": 715
},
"minecraft:mangrove_chest_boat": {
- "protocol_id": 811
+ "protocol_id": 820
},
"minecraft:mangrove_door": {
- "protocol_id": 735
+ "protocol_id": 744
},
"minecraft:mangrove_fence": {
- "protocol_id": 331
+ "protocol_id": 333
},
"minecraft:mangrove_fence_gate": {
- "protocol_id": 776
+ "protocol_id": 785
},
"minecraft:mangrove_hanging_sign": {
- "protocol_id": 928
+ "protocol_id": 937
},
"minecraft:mangrove_leaves": {
"protocol_id": 190
@@ -8425,7 +8467,7 @@
"protocol_id": 44
},
"minecraft:mangrove_pressure_plate": {
- "protocol_id": 722
+ "protocol_id": 731
},
"minecraft:mangrove_propagule": {
"protocol_id": 57
@@ -8434,196 +8476,196 @@
"protocol_id": 143
},
"minecraft:mangrove_sign": {
- "protocol_id": 916
+ "protocol_id": 925
},
"minecraft:mangrove_slab": {
- "protocol_id": 270
+ "protocol_id": 272
},
"minecraft:mangrove_stairs": {
- "protocol_id": 404
+ "protocol_id": 413
},
"minecraft:mangrove_trapdoor": {
- "protocol_id": 756
+ "protocol_id": 765
},
"minecraft:mangrove_wood": {
"protocol_id": 179
},
"minecraft:map": {
- "protocol_id": 1143
+ "protocol_id": 1152
},
"minecraft:medium_amethyst_bud": {
- "protocol_id": 1302
+ "protocol_id": 1312
},
"minecraft:melon": {
- "protocol_id": 371
+ "protocol_id": 373
},
"minecraft:melon_seeds": {
- "protocol_id": 1027
+ "protocol_id": 1036
},
"minecraft:melon_slice": {
- "protocol_id": 1024
+ "protocol_id": 1033
},
"minecraft:milk_bucket": {
- "protocol_id": 938
+ "protocol_id": 947
},
"minecraft:minecart": {
- "protocol_id": 785
+ "protocol_id": 794
},
"minecraft:miner_pottery_sherd": {
- "protocol_id": 1345
+ "protocol_id": 1355
},
"minecraft:mojang_banner_pattern": {
- "protocol_id": 1239
+ "protocol_id": 1249
},
"minecraft:mooshroom_spawn_egg": {
- "protocol_id": 1083
+ "protocol_id": 1092
},
"minecraft:moss_block": {
- "protocol_id": 254
+ "protocol_id": 256
},
"minecraft:moss_carpet": {
- "protocol_id": 253
+ "protocol_id": 255
},
"minecraft:mossy_cobblestone": {
- "protocol_id": 300
+ "protocol_id": 302
},
"minecraft:mossy_cobblestone_slab": {
- "protocol_id": 657
+ "protocol_id": 666
},
"minecraft:mossy_cobblestone_stairs": {
- "protocol_id": 639
+ "protocol_id": 648
},
"minecraft:mossy_cobblestone_wall": {
- "protocol_id": 412
+ "protocol_id": 421
},
"minecraft:mossy_stone_brick_slab": {
- "protocol_id": 655
+ "protocol_id": 664
},
"minecraft:mossy_stone_brick_stairs": {
- "protocol_id": 637
+ "protocol_id": 646
},
"minecraft:mossy_stone_brick_wall": {
- "protocol_id": 416
+ "protocol_id": 425
},
"minecraft:mossy_stone_bricks": {
- "protocol_id": 354
+ "protocol_id": 356
},
"minecraft:mourner_pottery_sherd": {
- "protocol_id": 1346
+ "protocol_id": 1356
},
"minecraft:mud": {
"protocol_id": 32
},
"minecraft:mud_brick_slab": {
- "protocol_id": 283
+ "protocol_id": 285
},
"minecraft:mud_brick_stairs": {
- "protocol_id": 376
+ "protocol_id": 385
},
"minecraft:mud_brick_wall": {
- "protocol_id": 419
+ "protocol_id": 428
},
"minecraft:mud_bricks": {
- "protocol_id": 358
+ "protocol_id": 360
},
"minecraft:muddy_mangrove_roots": {
"protocol_id": 144
},
"minecraft:mule_spawn_egg": {
- "protocol_id": 1084
+ "protocol_id": 1093
},
"minecraft:mushroom_stem": {
- "protocol_id": 367
+ "protocol_id": 369
},
"minecraft:mushroom_stew": {
- "protocol_id": 871
+ "protocol_id": 880
},
"minecraft:music_disc_11": {
- "protocol_id": 1222
+ "protocol_id": 1232
},
"minecraft:music_disc_13": {
- "protocol_id": 1210
- },
- "minecraft:music_disc_5": {
- "protocol_id": 1226
- },
- "minecraft:music_disc_blocks": {
- "protocol_id": 1212
- },
- "minecraft:music_disc_cat": {
- "protocol_id": 1211
- },
- "minecraft:music_disc_chirp": {
- "protocol_id": 1213
- },
- "minecraft:music_disc_creator": {
- "protocol_id": 1214
- },
- "minecraft:music_disc_creator_music_box": {
- "protocol_id": 1215
- },
- "minecraft:music_disc_far": {
- "protocol_id": 1216
- },
- "minecraft:music_disc_mall": {
- "protocol_id": 1217
- },
- "minecraft:music_disc_mellohi": {
- "protocol_id": 1218
- },
- "minecraft:music_disc_otherside": {
- "protocol_id": 1224
- },
- "minecraft:music_disc_pigstep": {
- "protocol_id": 1227
- },
- "minecraft:music_disc_precipice": {
- "protocol_id": 1228
- },
- "minecraft:music_disc_relic": {
- "protocol_id": 1225
- },
- "minecraft:music_disc_stal": {
- "protocol_id": 1219
- },
- "minecraft:music_disc_strad": {
"protocol_id": 1220
},
- "minecraft:music_disc_wait": {
- "protocol_id": 1223
+ "minecraft:music_disc_5": {
+ "protocol_id": 1236
},
- "minecraft:music_disc_ward": {
+ "minecraft:music_disc_blocks": {
+ "protocol_id": 1222
+ },
+ "minecraft:music_disc_cat": {
"protocol_id": 1221
},
- "minecraft:mutton": {
- "protocol_id": 1173
+ "minecraft:music_disc_chirp": {
+ "protocol_id": 1223
},
- "minecraft:mycelium": {
- "protocol_id": 377
+ "minecraft:music_disc_creator": {
+ "protocol_id": 1224
},
- "minecraft:name_tag": {
- "protocol_id": 1171
+ "minecraft:music_disc_creator_music_box": {
+ "protocol_id": 1225
},
- "minecraft:nautilus_shell": {
+ "minecraft:music_disc_far": {
+ "protocol_id": 1226
+ },
+ "minecraft:music_disc_mall": {
+ "protocol_id": 1227
+ },
+ "minecraft:music_disc_mellohi": {
+ "protocol_id": 1228
+ },
+ "minecraft:music_disc_otherside": {
+ "protocol_id": 1234
+ },
+ "minecraft:music_disc_pigstep": {
+ "protocol_id": 1237
+ },
+ "minecraft:music_disc_precipice": {
+ "protocol_id": 1238
+ },
+ "minecraft:music_disc_relic": {
+ "protocol_id": 1235
+ },
+ "minecraft:music_disc_stal": {
+ "protocol_id": 1229
+ },
+ "minecraft:music_disc_strad": {
+ "protocol_id": 1230
+ },
+ "minecraft:music_disc_wait": {
+ "protocol_id": 1233
+ },
+ "minecraft:music_disc_ward": {
"protocol_id": 1231
},
+ "minecraft:mutton": {
+ "protocol_id": 1183
+ },
+ "minecraft:mycelium": {
+ "protocol_id": 386
+ },
+ "minecraft:name_tag": {
+ "protocol_id": 1181
+ },
+ "minecraft:nautilus_shell": {
+ "protocol_id": 1241
+ },
"minecraft:nether_brick": {
- "protocol_id": 1157
+ "protocol_id": 1166
},
"minecraft:nether_brick_fence": {
- "protocol_id": 382
+ "protocol_id": 391
},
"minecraft:nether_brick_slab": {
- "protocol_id": 284
+ "protocol_id": 286
},
"minecraft:nether_brick_stairs": {
- "protocol_id": 383
+ "protocol_id": 392
},
"minecraft:nether_brick_wall": {
- "protocol_id": 420
+ "protocol_id": 429
},
"minecraft:nether_bricks": {
- "protocol_id": 379
+ "protocol_id": 388
},
"minecraft:nether_gold_ore": {
"protocol_id": 80
@@ -8632,82 +8674,82 @@
"protocol_id": 81
},
"minecraft:nether_sprouts": {
- "protocol_id": 247
+ "protocol_id": 249
},
"minecraft:nether_star": {
- "protocol_id": 1152
+ "protocol_id": 1161
},
"minecraft:nether_wart": {
- "protocol_id": 1037
+ "protocol_id": 1046
},
"minecraft:nether_wart_block": {
- "protocol_id": 531
+ "protocol_id": 540
},
"minecraft:netherite_axe": {
- "protocol_id": 868
+ "protocol_id": 877
},
"minecraft:netherite_block": {
"protocol_id": 94
},
"minecraft:netherite_boots": {
- "protocol_id": 901
+ "protocol_id": 910
},
"minecraft:netherite_chestplate": {
- "protocol_id": 899
+ "protocol_id": 908
},
"minecraft:netherite_helmet": {
- "protocol_id": 898
+ "protocol_id": 907
},
"minecraft:netherite_hoe": {
- "protocol_id": 869
+ "protocol_id": 878
},
"minecraft:netherite_ingot": {
- "protocol_id": 838
+ "protocol_id": 847
},
"minecraft:netherite_leggings": {
- "protocol_id": 900
+ "protocol_id": 909
},
"minecraft:netherite_pickaxe": {
- "protocol_id": 867
+ "protocol_id": 876
},
"minecraft:netherite_scrap": {
- "protocol_id": 839
+ "protocol_id": 848
},
"minecraft:netherite_shovel": {
- "protocol_id": 866
+ "protocol_id": 875
},
"minecraft:netherite_sword": {
- "protocol_id": 865
+ "protocol_id": 874
},
"minecraft:netherite_upgrade_smithing_template": {
- "protocol_id": 1312
+ "protocol_id": 1322
},
"minecraft:netherrack": {
- "protocol_id": 338
+ "protocol_id": 340
},
"minecraft:note_block": {
- "protocol_id": 695
+ "protocol_id": 704
},
"minecraft:oak_boat": {
- "protocol_id": 794
+ "protocol_id": 803
},
"minecraft:oak_button": {
- "protocol_id": 698
+ "protocol_id": 707
},
"minecraft:oak_chest_boat": {
- "protocol_id": 795
+ "protocol_id": 804
},
"minecraft:oak_door": {
- "protocol_id": 727
+ "protocol_id": 736
},
"minecraft:oak_fence": {
- "protocol_id": 323
+ "protocol_id": 325
},
"minecraft:oak_fence_gate": {
- "protocol_id": 768
+ "protocol_id": 777
},
"minecraft:oak_hanging_sign": {
- "protocol_id": 920
+ "protocol_id": 929
},
"minecraft:oak_leaves": {
"protocol_id": 182
@@ -8719,91 +8761,94 @@
"protocol_id": 36
},
"minecraft:oak_pressure_plate": {
- "protocol_id": 714
+ "protocol_id": 723
},
"minecraft:oak_sapling": {
"protocol_id": 49
},
"minecraft:oak_sign": {
- "protocol_id": 908
+ "protocol_id": 917
},
"minecraft:oak_slab": {
- "protocol_id": 262
+ "protocol_id": 264
},
"minecraft:oak_stairs": {
- "protocol_id": 396
+ "protocol_id": 405
},
"minecraft:oak_trapdoor": {
- "protocol_id": 748
+ "protocol_id": 757
},
"minecraft:oak_wood": {
"protocol_id": 171
},
"minecraft:observer": {
- "protocol_id": 680
+ "protocol_id": 689
},
"minecraft:obsidian": {
- "protocol_id": 301
+ "protocol_id": 303
},
"minecraft:ocelot_spawn_egg": {
- "protocol_id": 1085
+ "protocol_id": 1094
},
"minecraft:ochre_froglight": {
- "protocol_id": 1306
+ "protocol_id": 1316
},
"minecraft:ominous_bottle": {
- "protocol_id": 1374
+ "protocol_id": 1384
},
"minecraft:ominous_trial_key": {
- "protocol_id": 1372
+ "protocol_id": 1382
+ },
+ "minecraft:open_eyeblossom": {
+ "protocol_id": 226
},
"minecraft:orange_banner": {
- "protocol_id": 1176
+ "protocol_id": 1186
},
"minecraft:orange_bed": {
- "protocol_id": 1005
+ "protocol_id": 1014
},
"minecraft:orange_bundle": {
- "protocol_id": 956
+ "protocol_id": 965
},
"minecraft:orange_candle": {
- "protocol_id": 1286
+ "protocol_id": 1296
},
"minecraft:orange_carpet": {
- "protocol_id": 461
+ "protocol_id": 470
},
"minecraft:orange_concrete": {
- "protocol_id": 570
+ "protocol_id": 579
},
"minecraft:orange_concrete_powder": {
- "protocol_id": 586
+ "protocol_id": 595
},
"minecraft:orange_dye": {
- "protocol_id": 985
+ "protocol_id": 994
},
"minecraft:orange_glazed_terracotta": {
- "protocol_id": 554
+ "protocol_id": 563
},
"minecraft:orange_shulker_box": {
- "protocol_id": 538
+ "protocol_id": 547
},
"minecraft:orange_stained_glass": {
- "protocol_id": 486
+ "protocol_id": 495
},
"minecraft:orange_stained_glass_pane": {
- "protocol_id": 502
+ "protocol_id": 511
},
"minecraft:orange_terracotta": {
- "protocol_id": 442
+ "protocol_id": 451
},
"minecraft:orange_tulip": {
- "protocol_id": 231
+ "protocol_id": 233
},
"minecraft:orange_wool": {
"protocol_id": 210
},
"minecraft:oxeye_daisy": {
- "protocol_id": 234
+ "protocol_id": 236
},
"minecraft:oxidized_chiseled_copper": {
"protocol_id": 101
@@ -8812,16 +8857,16 @@
"protocol_id": 97
},
"minecraft:oxidized_copper_bulb": {
- "protocol_id": 1365
+ "protocol_id": 1375
},
"minecraft:oxidized_copper_door": {
- "protocol_id": 742
+ "protocol_id": 751
},
"minecraft:oxidized_copper_grate": {
- "protocol_id": 1357
+ "protocol_id": 1367
},
"minecraft:oxidized_copper_trapdoor": {
- "protocol_id": 763
+ "protocol_id": 772
},
"minecraft:oxidized_cut_copper": {
"protocol_id": 105
@@ -8833,43 +8878,43 @@
"protocol_id": 109
},
"minecraft:packed_ice": {
- "protocol_id": 477
+ "protocol_id": 486
},
"minecraft:packed_mud": {
- "protocol_id": 357
+ "protocol_id": 359
},
"minecraft:painting": {
- "protocol_id": 905
+ "protocol_id": 914
},
"minecraft:pale_hanging_moss": {
- "protocol_id": 256
+ "protocol_id": 258
},
"minecraft:pale_moss_block": {
- "protocol_id": 257
+ "protocol_id": 259
},
"minecraft:pale_moss_carpet": {
- "protocol_id": 255
+ "protocol_id": 257
},
"minecraft:pale_oak_boat": {
- "protocol_id": 808
+ "protocol_id": 817
},
"minecraft:pale_oak_button": {
- "protocol_id": 705
+ "protocol_id": 714
},
"minecraft:pale_oak_chest_boat": {
- "protocol_id": 809
+ "protocol_id": 818
},
"minecraft:pale_oak_door": {
- "protocol_id": 734
+ "protocol_id": 743
},
"minecraft:pale_oak_fence": {
- "protocol_id": 330
+ "protocol_id": 332
},
"minecraft:pale_oak_fence_gate": {
- "protocol_id": 775
+ "protocol_id": 784
},
"minecraft:pale_oak_hanging_sign": {
- "protocol_id": 927
+ "protocol_id": 936
},
"minecraft:pale_oak_leaves": {
"protocol_id": 189
@@ -8881,214 +8926,214 @@
"protocol_id": 43
},
"minecraft:pale_oak_pressure_plate": {
- "protocol_id": 721
+ "protocol_id": 730
},
"minecraft:pale_oak_sapling": {
"protocol_id": 56
},
"minecraft:pale_oak_sign": {
- "protocol_id": 915
+ "protocol_id": 924
},
"minecraft:pale_oak_slab": {
- "protocol_id": 269
+ "protocol_id": 271
},
"minecraft:pale_oak_stairs": {
- "protocol_id": 403
+ "protocol_id": 412
},
"minecraft:pale_oak_trapdoor": {
- "protocol_id": 755
+ "protocol_id": 764
},
"minecraft:pale_oak_wood": {
"protocol_id": 177
},
"minecraft:panda_spawn_egg": {
- "protocol_id": 1086
+ "protocol_id": 1095
},
"minecraft:paper": {
- "protocol_id": 948
+ "protocol_id": 957
},
"minecraft:parrot_spawn_egg": {
- "protocol_id": 1087
+ "protocol_id": 1096
},
"minecraft:pearlescent_froglight": {
- "protocol_id": 1308
+ "protocol_id": 1318
},
"minecraft:peony": {
- "protocol_id": 482
- },
- "minecraft:petrified_oak_slab": {
- "protocol_id": 279
- },
- "minecraft:phantom_membrane": {
- "protocol_id": 792
- },
- "minecraft:phantom_spawn_egg": {
- "protocol_id": 1088
- },
- "minecraft:pig_spawn_egg": {
- "protocol_id": 1089
- },
- "minecraft:piglin_banner_pattern": {
- "protocol_id": 1241
- },
- "minecraft:piglin_brute_spawn_egg": {
- "protocol_id": 1091
- },
- "minecraft:piglin_head": {
- "protocol_id": 1151
- },
- "minecraft:piglin_spawn_egg": {
- "protocol_id": 1090
- },
- "minecraft:pillager_spawn_egg": {
- "protocol_id": 1092
- },
- "minecraft:pink_banner": {
- "protocol_id": 1181
- },
- "minecraft:pink_bed": {
- "protocol_id": 1010
- },
- "minecraft:pink_bundle": {
- "protocol_id": 961
- },
- "minecraft:pink_candle": {
- "protocol_id": 1291
- },
- "minecraft:pink_carpet": {
- "protocol_id": 466
- },
- "minecraft:pink_concrete": {
- "protocol_id": 575
- },
- "minecraft:pink_concrete_powder": {
- "protocol_id": 591
- },
- "minecraft:pink_dye": {
- "protocol_id": 990
- },
- "minecraft:pink_glazed_terracotta": {
- "protocol_id": 559
- },
- "minecraft:pink_petals": {
- "protocol_id": 252
- },
- "minecraft:pink_shulker_box": {
- "protocol_id": 543
- },
- "minecraft:pink_stained_glass": {
"protocol_id": 491
},
+ "minecraft:petrified_oak_slab": {
+ "protocol_id": 281
+ },
+ "minecraft:phantom_membrane": {
+ "protocol_id": 801
+ },
+ "minecraft:phantom_spawn_egg": {
+ "protocol_id": 1097
+ },
+ "minecraft:pig_spawn_egg": {
+ "protocol_id": 1098
+ },
+ "minecraft:piglin_banner_pattern": {
+ "protocol_id": 1251
+ },
+ "minecraft:piglin_brute_spawn_egg": {
+ "protocol_id": 1100
+ },
+ "minecraft:piglin_head": {
+ "protocol_id": 1160
+ },
+ "minecraft:piglin_spawn_egg": {
+ "protocol_id": 1099
+ },
+ "minecraft:pillager_spawn_egg": {
+ "protocol_id": 1101
+ },
+ "minecraft:pink_banner": {
+ "protocol_id": 1191
+ },
+ "minecraft:pink_bed": {
+ "protocol_id": 1019
+ },
+ "minecraft:pink_bundle": {
+ "protocol_id": 970
+ },
+ "minecraft:pink_candle": {
+ "protocol_id": 1301
+ },
+ "minecraft:pink_carpet": {
+ "protocol_id": 475
+ },
+ "minecraft:pink_concrete": {
+ "protocol_id": 584
+ },
+ "minecraft:pink_concrete_powder": {
+ "protocol_id": 600
+ },
+ "minecraft:pink_dye": {
+ "protocol_id": 999
+ },
+ "minecraft:pink_glazed_terracotta": {
+ "protocol_id": 568
+ },
+ "minecraft:pink_petals": {
+ "protocol_id": 254
+ },
+ "minecraft:pink_shulker_box": {
+ "protocol_id": 552
+ },
+ "minecraft:pink_stained_glass": {
+ "protocol_id": 500
+ },
"minecraft:pink_stained_glass_pane": {
- "protocol_id": 507
+ "protocol_id": 516
},
"minecraft:pink_terracotta": {
- "protocol_id": 447
+ "protocol_id": 456
},
"minecraft:pink_tulip": {
- "protocol_id": 233
+ "protocol_id": 235
},
"minecraft:pink_wool": {
"protocol_id": 215
},
"minecraft:piston": {
- "protocol_id": 676
+ "protocol_id": 685
},
"minecraft:pitcher_plant": {
- "protocol_id": 239
+ "protocol_id": 241
},
"minecraft:pitcher_pod": {
- "protocol_id": 1195
+ "protocol_id": 1205
},
"minecraft:player_head": {
- "protocol_id": 1147
+ "protocol_id": 1156
},
"minecraft:plenty_pottery_sherd": {
- "protocol_id": 1347
+ "protocol_id": 1357
},
"minecraft:podzol": {
"protocol_id": 30
},
"minecraft:pointed_dripstone": {
- "protocol_id": 1305
+ "protocol_id": 1315
},
"minecraft:poisonous_potato": {
- "protocol_id": 1142
+ "protocol_id": 1151
},
"minecraft:polar_bear_spawn_egg": {
- "protocol_id": 1093
+ "protocol_id": 1102
},
"minecraft:polished_andesite": {
"protocol_id": 7
},
"minecraft:polished_andesite_slab": {
- "protocol_id": 664
+ "protocol_id": 673
},
"minecraft:polished_andesite_stairs": {
- "protocol_id": 647
+ "protocol_id": 656
},
"minecraft:polished_basalt": {
- "protocol_id": 342
+ "protocol_id": 344
},
"minecraft:polished_blackstone": {
- "protocol_id": 1275
+ "protocol_id": 1285
},
"minecraft:polished_blackstone_brick_slab": {
- "protocol_id": 1280
+ "protocol_id": 1290
},
"minecraft:polished_blackstone_brick_stairs": {
- "protocol_id": 1281
+ "protocol_id": 1291
},
"minecraft:polished_blackstone_brick_wall": {
- "protocol_id": 428
+ "protocol_id": 437
},
"minecraft:polished_blackstone_bricks": {
- "protocol_id": 1279
+ "protocol_id": 1289
},
"minecraft:polished_blackstone_button": {
- "protocol_id": 697
+ "protocol_id": 706
},
"minecraft:polished_blackstone_pressure_plate": {
- "protocol_id": 711
+ "protocol_id": 720
},
"minecraft:polished_blackstone_slab": {
- "protocol_id": 1276
+ "protocol_id": 1286
},
"minecraft:polished_blackstone_stairs": {
- "protocol_id": 1277
+ "protocol_id": 1287
},
"minecraft:polished_blackstone_wall": {
- "protocol_id": 427
+ "protocol_id": 436
},
"minecraft:polished_deepslate": {
"protocol_id": 10
},
"minecraft:polished_deepslate_slab": {
- "protocol_id": 667
+ "protocol_id": 676
},
"minecraft:polished_deepslate_stairs": {
- "protocol_id": 650
+ "protocol_id": 659
},
"minecraft:polished_deepslate_wall": {
- "protocol_id": 430
+ "protocol_id": 439
},
"minecraft:polished_diorite": {
"protocol_id": 5
},
"minecraft:polished_diorite_slab": {
- "protocol_id": 656
+ "protocol_id": 665
},
"minecraft:polished_diorite_stairs": {
- "protocol_id": 638
+ "protocol_id": 647
},
"minecraft:polished_granite": {
"protocol_id": 3
},
"minecraft:polished_granite_slab": {
- "protocol_id": 653
+ "protocol_id": 662
},
"minecraft:polished_granite_stairs": {
- "protocol_id": 635
+ "protocol_id": 644
},
"minecraft:polished_tuff": {
"protocol_id": 17
@@ -9103,319 +9148,340 @@
"protocol_id": 20
},
"minecraft:popped_chorus_fruit": {
- "protocol_id": 1193
+ "protocol_id": 1203
},
"minecraft:poppy": {
- "protocol_id": 226
+ "protocol_id": 228
},
"minecraft:porkchop": {
- "protocol_id": 903
+ "protocol_id": 912
},
"minecraft:potato": {
- "protocol_id": 1140
+ "protocol_id": 1149
},
"minecraft:potion": {
- "protocol_id": 1039
+ "protocol_id": 1048
},
"minecraft:powder_snow_bucket": {
- "protocol_id": 935
+ "protocol_id": 944
},
"minecraft:powered_rail": {
- "protocol_id": 780
+ "protocol_id": 789
},
"minecraft:prismarine": {
- "protocol_id": 517
+ "protocol_id": 526
},
"minecraft:prismarine_brick_slab": {
- "protocol_id": 290
+ "protocol_id": 292
},
"minecraft:prismarine_brick_stairs": {
- "protocol_id": 521
+ "protocol_id": 530
},
"minecraft:prismarine_bricks": {
- "protocol_id": 518
+ "protocol_id": 527
},
"minecraft:prismarine_crystals": {
- "protocol_id": 1159
+ "protocol_id": 1169
},
"minecraft:prismarine_shard": {
- "protocol_id": 1158
+ "protocol_id": 1168
},
"minecraft:prismarine_slab": {
- "protocol_id": 289
+ "protocol_id": 291
},
"minecraft:prismarine_stairs": {
- "protocol_id": 520
+ "protocol_id": 529
},
"minecraft:prismarine_wall": {
- "protocol_id": 414
+ "protocol_id": 423
},
"minecraft:prize_pottery_sherd": {
- "protocol_id": 1348
+ "protocol_id": 1358
},
"minecraft:pufferfish": {
- "protocol_id": 978
+ "protocol_id": 987
},
"minecraft:pufferfish_bucket": {
- "protocol_id": 939
+ "protocol_id": 948
},
"minecraft:pufferfish_spawn_egg": {
- "protocol_id": 1094
+ "protocol_id": 1103
},
"minecraft:pumpkin": {
- "protocol_id": 335
+ "protocol_id": 337
},
"minecraft:pumpkin_pie": {
- "protocol_id": 1153
+ "protocol_id": 1162
},
"minecraft:pumpkin_seeds": {
- "protocol_id": 1026
+ "protocol_id": 1035
},
"minecraft:purple_banner": {
- "protocol_id": 1185
+ "protocol_id": 1195
},
"minecraft:purple_bed": {
- "protocol_id": 1014
+ "protocol_id": 1023
},
"minecraft:purple_bundle": {
- "protocol_id": 965
+ "protocol_id": 974
},
"minecraft:purple_candle": {
- "protocol_id": 1295
+ "protocol_id": 1305
},
"minecraft:purple_carpet": {
- "protocol_id": 470
+ "protocol_id": 479
},
"minecraft:purple_concrete": {
- "protocol_id": 579
+ "protocol_id": 588
},
"minecraft:purple_concrete_powder": {
- "protocol_id": 595
+ "protocol_id": 604
},
"minecraft:purple_dye": {
- "protocol_id": 994
+ "protocol_id": 1003
},
"minecraft:purple_glazed_terracotta": {
- "protocol_id": 563
+ "protocol_id": 572
},
"minecraft:purple_shulker_box": {
- "protocol_id": 547
+ "protocol_id": 556
},
"minecraft:purple_stained_glass": {
- "protocol_id": 495
+ "protocol_id": 504
},
"minecraft:purple_stained_glass_pane": {
- "protocol_id": 511
+ "protocol_id": 520
},
"minecraft:purple_terracotta": {
- "protocol_id": 451
+ "protocol_id": 460
},
"minecraft:purple_wool": {
"protocol_id": 219
},
"minecraft:purpur_block": {
- "protocol_id": 306
- },
- "minecraft:purpur_pillar": {
- "protocol_id": 307
- },
- "minecraft:purpur_slab": {
- "protocol_id": 288
- },
- "minecraft:purpur_stairs": {
"protocol_id": 308
},
+ "minecraft:purpur_pillar": {
+ "protocol_id": 309
+ },
+ "minecraft:purpur_slab": {
+ "protocol_id": 290
+ },
+ "minecraft:purpur_stairs": {
+ "protocol_id": 310
+ },
"minecraft:quartz": {
- "protocol_id": 830
+ "protocol_id": 839
},
"minecraft:quartz_block": {
- "protocol_id": 437
+ "protocol_id": 446
},
"minecraft:quartz_bricks": {
- "protocol_id": 438
+ "protocol_id": 447
},
"minecraft:quartz_pillar": {
- "protocol_id": 439
+ "protocol_id": 448
},
"minecraft:quartz_slab": {
- "protocol_id": 285
+ "protocol_id": 287
},
"minecraft:quartz_stairs": {
- "protocol_id": 440
+ "protocol_id": 449
},
"minecraft:rabbit": {
- "protocol_id": 1160
+ "protocol_id": 1170
},
"minecraft:rabbit_foot": {
- "protocol_id": 1163
+ "protocol_id": 1173
},
"minecraft:rabbit_hide": {
- "protocol_id": 1164
+ "protocol_id": 1174
},
"minecraft:rabbit_spawn_egg": {
- "protocol_id": 1095
+ "protocol_id": 1104
},
"minecraft:rabbit_stew": {
- "protocol_id": 1162
+ "protocol_id": 1172
},
"minecraft:rail": {
- "protocol_id": 782
+ "protocol_id": 791
},
"minecraft:raiser_armor_trim_smithing_template": {
- "protocol_id": 1327
+ "protocol_id": 1337
},
"minecraft:ravager_spawn_egg": {
- "protocol_id": 1096
+ "protocol_id": 1105
},
"minecraft:raw_copper": {
- "protocol_id": 834
+ "protocol_id": 843
},
"minecraft:raw_copper_block": {
"protocol_id": 85
},
"minecraft:raw_gold": {
- "protocol_id": 836
+ "protocol_id": 845
},
"minecraft:raw_gold_block": {
"protocol_id": 86
},
"minecraft:raw_iron": {
- "protocol_id": 832
+ "protocol_id": 841
},
"minecraft:raw_iron_block": {
"protocol_id": 84
},
"minecraft:recovery_compass": {
- "protocol_id": 953
+ "protocol_id": 962
},
"minecraft:red_banner": {
- "protocol_id": 1189
+ "protocol_id": 1199
},
"minecraft:red_bed": {
- "protocol_id": 1018
+ "protocol_id": 1027
},
"minecraft:red_bundle": {
- "protocol_id": 969
+ "protocol_id": 978
},
"minecraft:red_candle": {
- "protocol_id": 1299
+ "protocol_id": 1309
},
"minecraft:red_carpet": {
- "protocol_id": 474
+ "protocol_id": 483
},
"minecraft:red_concrete": {
- "protocol_id": 583
+ "protocol_id": 592
},
"minecraft:red_concrete_powder": {
- "protocol_id": 599
+ "protocol_id": 608
},
"minecraft:red_dye": {
- "protocol_id": 998
+ "protocol_id": 1007
},
"minecraft:red_glazed_terracotta": {
- "protocol_id": 567
+ "protocol_id": 576
},
"minecraft:red_mushroom": {
- "protocol_id": 242
+ "protocol_id": 244
},
"minecraft:red_mushroom_block": {
- "protocol_id": 366
+ "protocol_id": 368
},
"minecraft:red_nether_brick_slab": {
- "protocol_id": 663
+ "protocol_id": 672
},
"minecraft:red_nether_brick_stairs": {
- "protocol_id": 646
+ "protocol_id": 655
},
"minecraft:red_nether_brick_wall": {
- "protocol_id": 422
+ "protocol_id": 431
},
"minecraft:red_nether_bricks": {
- "protocol_id": 533
+ "protocol_id": 542
},
"minecraft:red_sand": {
"protocol_id": 62
},
"minecraft:red_sandstone": {
- "protocol_id": 524
+ "protocol_id": 533
},
"minecraft:red_sandstone_slab": {
- "protocol_id": 286
+ "protocol_id": 288
},
"minecraft:red_sandstone_stairs": {
- "protocol_id": 527
+ "protocol_id": 536
},
"minecraft:red_sandstone_wall": {
- "protocol_id": 415
+ "protocol_id": 424
},
"minecraft:red_shulker_box": {
- "protocol_id": 551
+ "protocol_id": 560
},
"minecraft:red_stained_glass": {
- "protocol_id": 499
+ "protocol_id": 508
},
"minecraft:red_stained_glass_pane": {
- "protocol_id": 515
+ "protocol_id": 524
},
"minecraft:red_terracotta": {
- "protocol_id": 455
+ "protocol_id": 464
},
"minecraft:red_tulip": {
- "protocol_id": 230
+ "protocol_id": 232
},
"minecraft:red_wool": {
"protocol_id": 223
},
"minecraft:redstone": {
- "protocol_id": 671
+ "protocol_id": 680
},
"minecraft:redstone_block": {
- "protocol_id": 673
+ "protocol_id": 682
},
"minecraft:redstone_lamp": {
- "protocol_id": 694
+ "protocol_id": 703
},
"minecraft:redstone_ore": {
"protocol_id": 72
},
"minecraft:redstone_torch": {
- "protocol_id": 672
+ "protocol_id": 681
},
"minecraft:reinforced_deepslate": {
- "protocol_id": 364
+ "protocol_id": 366
},
"minecraft:repeater": {
- "protocol_id": 674
+ "protocol_id": 683
},
"minecraft:repeating_command_block": {
- "protocol_id": 528
+ "protocol_id": 537
+ },
+ "minecraft:resin_block": {
+ "protocol_id": 377
+ },
+ "minecraft:resin_brick": {
+ "protocol_id": 1167
+ },
+ "minecraft:resin_brick_slab": {
+ "protocol_id": 380
+ },
+ "minecraft:resin_brick_stairs": {
+ "protocol_id": 379
+ },
+ "minecraft:resin_brick_wall": {
+ "protocol_id": 381
+ },
+ "minecraft:resin_bricks": {
+ "protocol_id": 378
+ },
+ "minecraft:resin_clump": {
+ "protocol_id": 376
},
"minecraft:respawn_anchor": {
- "protocol_id": 1283
+ "protocol_id": 1293
},
"minecraft:rib_armor_trim_smithing_template": {
- "protocol_id": 1322
+ "protocol_id": 1332
},
"minecraft:rooted_dirt": {
"protocol_id": 31
},
"minecraft:rose_bush": {
- "protocol_id": 481
+ "protocol_id": 490
},
"minecraft:rotten_flesh": {
- "protocol_id": 1032
+ "protocol_id": 1041
},
"minecraft:saddle": {
- "protocol_id": 784
+ "protocol_id": 793
},
"minecraft:salmon": {
- "protocol_id": 976
+ "protocol_id": 985
},
"minecraft:salmon_bucket": {
- "protocol_id": 940
+ "protocol_id": 949
},
"minecraft:salmon_spawn_egg": {
- "protocol_id": 1097
+ "protocol_id": 1106
},
"minecraft:sand": {
"protocol_id": 59
@@ -9424,37 +9490,37 @@
"protocol_id": 198
},
"minecraft:sandstone_slab": {
- "protocol_id": 277
+ "protocol_id": 279
},
"minecraft:sandstone_stairs": {
- "protocol_id": 393
+ "protocol_id": 402
},
"minecraft:sandstone_wall": {
- "protocol_id": 423
+ "protocol_id": 432
},
"minecraft:scaffolding": {
- "protocol_id": 670
+ "protocol_id": 679
},
"minecraft:scrape_pottery_sherd": {
- "protocol_id": 1349
+ "protocol_id": 1359
},
"minecraft:sculk": {
- "protocol_id": 384
+ "protocol_id": 393
},
"minecraft:sculk_catalyst": {
- "protocol_id": 386
+ "protocol_id": 395
},
"minecraft:sculk_sensor": {
- "protocol_id": 689
+ "protocol_id": 698
},
"minecraft:sculk_shrieker": {
- "protocol_id": 387
+ "protocol_id": 396
},
"minecraft:sculk_vein": {
- "protocol_id": 385
+ "protocol_id": 394
},
"minecraft:sea_lantern": {
- "protocol_id": 523
+ "protocol_id": 532
},
"minecraft:sea_pickle": {
"protocol_id": 208
@@ -9463,202 +9529,202 @@
"protocol_id": 207
},
"minecraft:sentry_armor_trim_smithing_template": {
- "protocol_id": 1313
+ "protocol_id": 1323
},
"minecraft:shaper_armor_trim_smithing_template": {
- "protocol_id": 1325
+ "protocol_id": 1335
},
"minecraft:sheaf_pottery_sherd": {
- "protocol_id": 1350
+ "protocol_id": 1360
},
"minecraft:shears": {
- "protocol_id": 1023
+ "protocol_id": 1032
},
"minecraft:sheep_spawn_egg": {
- "protocol_id": 1098
+ "protocol_id": 1107
},
"minecraft:shelter_pottery_sherd": {
- "protocol_id": 1351
+ "protocol_id": 1361
},
"minecraft:shield": {
- "protocol_id": 1204
+ "protocol_id": 1214
},
"minecraft:short_grass": {
"protocol_id": 202
},
"minecraft:shroomlight": {
- "protocol_id": 1263
+ "protocol_id": 1273
},
"minecraft:shulker_box": {
- "protocol_id": 536
+ "protocol_id": 545
},
"minecraft:shulker_shell": {
- "protocol_id": 1206
+ "protocol_id": 1216
},
"minecraft:shulker_spawn_egg": {
- "protocol_id": 1099
+ "protocol_id": 1108
},
"minecraft:silence_armor_trim_smithing_template": {
- "protocol_id": 1326
+ "protocol_id": 1336
},
"minecraft:silverfish_spawn_egg": {
- "protocol_id": 1100
+ "protocol_id": 1109
},
"minecraft:skeleton_horse_spawn_egg": {
- "protocol_id": 1102
+ "protocol_id": 1111
},
"minecraft:skeleton_skull": {
- "protocol_id": 1145
+ "protocol_id": 1154
},
"minecraft:skeleton_spawn_egg": {
- "protocol_id": 1101
+ "protocol_id": 1110
},
"minecraft:skull_banner_pattern": {
- "protocol_id": 1238
+ "protocol_id": 1248
},
"minecraft:skull_pottery_sherd": {
- "protocol_id": 1352
+ "protocol_id": 1362
},
"minecraft:slime_ball": {
- "protocol_id": 950
+ "protocol_id": 959
},
"minecraft:slime_block": {
- "protocol_id": 678
+ "protocol_id": 687
},
"minecraft:slime_spawn_egg": {
- "protocol_id": 1103
+ "protocol_id": 1112
},
"minecraft:small_amethyst_bud": {
- "protocol_id": 1301
+ "protocol_id": 1311
},
"minecraft:small_dripleaf": {
- "protocol_id": 260
+ "protocol_id": 262
},
"minecraft:smithing_table": {
- "protocol_id": 1254
+ "protocol_id": 1264
},
"minecraft:smoker": {
- "protocol_id": 1249
+ "protocol_id": 1259
},
"minecraft:smooth_basalt": {
- "protocol_id": 343
+ "protocol_id": 345
},
"minecraft:smooth_quartz": {
- "protocol_id": 292
- },
- "minecraft:smooth_quartz_slab": {
- "protocol_id": 660
- },
- "minecraft:smooth_quartz_stairs": {
- "protocol_id": 643
- },
- "minecraft:smooth_red_sandstone": {
- "protocol_id": 293
- },
- "minecraft:smooth_red_sandstone_slab": {
- "protocol_id": 654
- },
- "minecraft:smooth_red_sandstone_stairs": {
- "protocol_id": 636
- },
- "minecraft:smooth_sandstone": {
"protocol_id": 294
},
- "minecraft:smooth_sandstone_slab": {
- "protocol_id": 659
+ "minecraft:smooth_quartz_slab": {
+ "protocol_id": 669
},
- "minecraft:smooth_sandstone_stairs": {
- "protocol_id": 642
+ "minecraft:smooth_quartz_stairs": {
+ "protocol_id": 652
},
- "minecraft:smooth_stone": {
+ "minecraft:smooth_red_sandstone": {
"protocol_id": 295
},
+ "minecraft:smooth_red_sandstone_slab": {
+ "protocol_id": 663
+ },
+ "minecraft:smooth_red_sandstone_stairs": {
+ "protocol_id": 645
+ },
+ "minecraft:smooth_sandstone": {
+ "protocol_id": 296
+ },
+ "minecraft:smooth_sandstone_slab": {
+ "protocol_id": 668
+ },
+ "minecraft:smooth_sandstone_stairs": {
+ "protocol_id": 651
+ },
+ "minecraft:smooth_stone": {
+ "protocol_id": 297
+ },
"minecraft:smooth_stone_slab": {
- "protocol_id": 276
+ "protocol_id": 278
},
"minecraft:sniffer_egg": {
- "protocol_id": 602
+ "protocol_id": 611
},
"minecraft:sniffer_spawn_egg": {
- "protocol_id": 1104
+ "protocol_id": 1113
},
"minecraft:snort_pottery_sherd": {
- "protocol_id": 1353
+ "protocol_id": 1363
},
"minecraft:snout_armor_trim_smithing_template": {
- "protocol_id": 1321
+ "protocol_id": 1331
},
"minecraft:snow": {
- "protocol_id": 317
- },
- "minecraft:snow_block": {
"protocol_id": 319
},
+ "minecraft:snow_block": {
+ "protocol_id": 321
+ },
"minecraft:snow_golem_spawn_egg": {
- "protocol_id": 1105
+ "protocol_id": 1114
},
"minecraft:snowball": {
- "protocol_id": 936
+ "protocol_id": 945
},
"minecraft:soul_campfire": {
- "protocol_id": 1262
+ "protocol_id": 1272
},
"minecraft:soul_lantern": {
- "protocol_id": 1258
+ "protocol_id": 1268
},
"minecraft:soul_sand": {
- "protocol_id": 339
+ "protocol_id": 341
},
"minecraft:soul_soil": {
- "protocol_id": 340
+ "protocol_id": 342
},
"minecraft:soul_torch": {
- "protocol_id": 344
+ "protocol_id": 346
},
"minecraft:spawner": {
- "protocol_id": 309
+ "protocol_id": 311
},
"minecraft:spectral_arrow": {
- "protocol_id": 1201
+ "protocol_id": 1211
},
"minecraft:spider_eye": {
- "protocol_id": 1040
+ "protocol_id": 1049
},
"minecraft:spider_spawn_egg": {
- "protocol_id": 1106
+ "protocol_id": 1115
},
"minecraft:spire_armor_trim_smithing_template": {
- "protocol_id": 1323
+ "protocol_id": 1333
},
"minecraft:splash_potion": {
- "protocol_id": 1200
+ "protocol_id": 1210
},
"minecraft:sponge": {
"protocol_id": 193
},
"minecraft:spore_blossom": {
- "protocol_id": 240
+ "protocol_id": 242
},
"minecraft:spruce_boat": {
- "protocol_id": 796
+ "protocol_id": 805
},
"minecraft:spruce_button": {
- "protocol_id": 699
+ "protocol_id": 708
},
"minecraft:spruce_chest_boat": {
- "protocol_id": 797
+ "protocol_id": 806
},
"minecraft:spruce_door": {
- "protocol_id": 728
+ "protocol_id": 737
},
"minecraft:spruce_fence": {
- "protocol_id": 324
+ "protocol_id": 326
},
"minecraft:spruce_fence_gate": {
- "protocol_id": 769
+ "protocol_id": 778
},
"minecraft:spruce_hanging_sign": {
- "protocol_id": 921
+ "protocol_id": 930
},
"minecraft:spruce_leaves": {
"protocol_id": 183
@@ -9670,91 +9736,91 @@
"protocol_id": 37
},
"minecraft:spruce_pressure_plate": {
- "protocol_id": 715
+ "protocol_id": 724
},
"minecraft:spruce_sapling": {
"protocol_id": 50
},
"minecraft:spruce_sign": {
- "protocol_id": 909
+ "protocol_id": 918
},
"minecraft:spruce_slab": {
- "protocol_id": 263
+ "protocol_id": 265
},
"minecraft:spruce_stairs": {
- "protocol_id": 397
+ "protocol_id": 406
},
"minecraft:spruce_trapdoor": {
- "protocol_id": 749
+ "protocol_id": 758
},
"minecraft:spruce_wood": {
"protocol_id": 172
},
"minecraft:spyglass": {
- "protocol_id": 973
+ "protocol_id": 982
},
"minecraft:squid_spawn_egg": {
- "protocol_id": 1107
+ "protocol_id": 1116
},
"minecraft:stick": {
- "protocol_id": 870
+ "protocol_id": 879
},
"minecraft:sticky_piston": {
- "protocol_id": 677
+ "protocol_id": 686
},
"minecraft:stone": {
"protocol_id": 1
},
"minecraft:stone_axe": {
- "protocol_id": 848
+ "protocol_id": 857
},
"minecraft:stone_brick_slab": {
- "protocol_id": 282
+ "protocol_id": 284
},
"minecraft:stone_brick_stairs": {
- "protocol_id": 375
+ "protocol_id": 384
},
"minecraft:stone_brick_wall": {
- "protocol_id": 418
+ "protocol_id": 427
},
"minecraft:stone_bricks": {
- "protocol_id": 353
+ "protocol_id": 355
},
"minecraft:stone_button": {
- "protocol_id": 696
+ "protocol_id": 705
},
"minecraft:stone_hoe": {
- "protocol_id": 849
+ "protocol_id": 858
},
"minecraft:stone_pickaxe": {
- "protocol_id": 847
+ "protocol_id": 856
},
"minecraft:stone_pressure_plate": {
- "protocol_id": 710
+ "protocol_id": 719
},
"minecraft:stone_shovel": {
- "protocol_id": 846
+ "protocol_id": 855
},
"minecraft:stone_slab": {
- "protocol_id": 275
+ "protocol_id": 277
},
"minecraft:stone_stairs": {
- "protocol_id": 641
+ "protocol_id": 650
},
"minecraft:stone_sword": {
- "protocol_id": 845
+ "protocol_id": 854
},
"minecraft:stonecutter": {
- "protocol_id": 1255
+ "protocol_id": 1265
},
"minecraft:stray_spawn_egg": {
- "protocol_id": 1108
+ "protocol_id": 1117
},
"minecraft:strider_spawn_egg": {
- "protocol_id": 1109
+ "protocol_id": 1118
},
"minecraft:string": {
- "protocol_id": 872
+ "protocol_id": 881
},
"minecraft:stripped_acacia_log": {
"protocol_id": 152
@@ -9826,19 +9892,19 @@
"protocol_id": 158
},
"minecraft:structure_block": {
- "protocol_id": 814
+ "protocol_id": 823
},
"minecraft:structure_void": {
- "protocol_id": 535
+ "protocol_id": 544
},
"minecraft:sugar": {
- "protocol_id": 1002
+ "protocol_id": 1011
},
"minecraft:sugar_cane": {
- "protocol_id": 250
+ "protocol_id": 252
},
"minecraft:sunflower": {
- "protocol_id": 479
+ "protocol_id": 488
},
"minecraft:suspicious_gravel": {
"protocol_id": 61
@@ -9847,88 +9913,88 @@
"protocol_id": 60
},
"minecraft:suspicious_stew": {
- "protocol_id": 1234
+ "protocol_id": 1244
},
"minecraft:sweet_berries": {
- "protocol_id": 1259
+ "protocol_id": 1269
},
"minecraft:tadpole_bucket": {
- "protocol_id": 944
+ "protocol_id": 953
},
"minecraft:tadpole_spawn_egg": {
- "protocol_id": 1110
+ "protocol_id": 1119
},
"minecraft:tall_grass": {
- "protocol_id": 483
+ "protocol_id": 492
},
"minecraft:target": {
- "protocol_id": 685
+ "protocol_id": 694
},
"minecraft:terracotta": {
- "protocol_id": 476
+ "protocol_id": 485
},
"minecraft:tide_armor_trim_smithing_template": {
- "protocol_id": 1320
+ "protocol_id": 1330
},
"minecraft:tinted_glass": {
"protocol_id": 196
},
"minecraft:tipped_arrow": {
- "protocol_id": 1202
+ "protocol_id": 1212
},
"minecraft:tnt": {
- "protocol_id": 693
+ "protocol_id": 702
},
"minecraft:tnt_minecart": {
- "protocol_id": 788
+ "protocol_id": 797
},
"minecraft:torch": {
- "protocol_id": 302
+ "protocol_id": 304
},
"minecraft:torchflower": {
- "protocol_id": 238
+ "protocol_id": 240
},
"minecraft:torchflower_seeds": {
- "protocol_id": 1194
+ "protocol_id": 1204
},
"minecraft:totem_of_undying": {
- "protocol_id": 1205
+ "protocol_id": 1215
},
"minecraft:trader_llama_spawn_egg": {
- "protocol_id": 1111
+ "protocol_id": 1120
},
"minecraft:trapped_chest": {
- "protocol_id": 692
+ "protocol_id": 701
},
"minecraft:trial_key": {
- "protocol_id": 1371
+ "protocol_id": 1381
},
"minecraft:trial_spawner": {
- "protocol_id": 1370
+ "protocol_id": 1380
},
"minecraft:trident": {
- "protocol_id": 1230
+ "protocol_id": 1240
},
"minecraft:tripwire_hook": {
- "protocol_id": 691
+ "protocol_id": 700
},
"minecraft:tropical_fish": {
- "protocol_id": 977
+ "protocol_id": 986
},
"minecraft:tropical_fish_bucket": {
- "protocol_id": 942
+ "protocol_id": 951
},
"minecraft:tropical_fish_spawn_egg": {
- "protocol_id": 1112
+ "protocol_id": 1121
},
"minecraft:tube_coral": {
- "protocol_id": 613
+ "protocol_id": 622
},
"minecraft:tube_coral_block": {
- "protocol_id": 608
+ "protocol_id": 617
},
"minecraft:tube_coral_fan": {
- "protocol_id": 623
+ "protocol_id": 632
},
"minecraft:tuff": {
"protocol_id": 12
@@ -9955,70 +10021,70 @@
"protocol_id": 15
},
"minecraft:turtle_egg": {
- "protocol_id": 601
+ "protocol_id": 610
},
"minecraft:turtle_helmet": {
- "protocol_id": 816
+ "protocol_id": 825
},
"minecraft:turtle_scute": {
- "protocol_id": 817
+ "protocol_id": 826
},
"minecraft:turtle_spawn_egg": {
- "protocol_id": 1113
+ "protocol_id": 1122
},
"minecraft:twisting_vines": {
- "protocol_id": 249
+ "protocol_id": 251
},
"minecraft:vault": {
- "protocol_id": 1373
+ "protocol_id": 1383
},
"minecraft:verdant_froglight": {
- "protocol_id": 1307
- },
- "minecraft:vex_armor_trim_smithing_template": {
- "protocol_id": 1319
- },
- "minecraft:vex_spawn_egg": {
- "protocol_id": 1114
- },
- "minecraft:villager_spawn_egg": {
- "protocol_id": 1115
- },
- "minecraft:vindicator_spawn_egg": {
- "protocol_id": 1116
- },
- "minecraft:vine": {
- "protocol_id": 372
- },
- "minecraft:wandering_trader_spawn_egg": {
- "protocol_id": 1117
- },
- "minecraft:ward_armor_trim_smithing_template": {
"protocol_id": 1317
},
+ "minecraft:vex_armor_trim_smithing_template": {
+ "protocol_id": 1329
+ },
+ "minecraft:vex_spawn_egg": {
+ "protocol_id": 1123
+ },
+ "minecraft:villager_spawn_egg": {
+ "protocol_id": 1124
+ },
+ "minecraft:vindicator_spawn_egg": {
+ "protocol_id": 1125
+ },
+ "minecraft:vine": {
+ "protocol_id": 374
+ },
+ "minecraft:wandering_trader_spawn_egg": {
+ "protocol_id": 1126
+ },
+ "minecraft:ward_armor_trim_smithing_template": {
+ "protocol_id": 1327
+ },
"minecraft:warden_spawn_egg": {
- "protocol_id": 1118
+ "protocol_id": 1127
},
"minecraft:warped_button": {
- "protocol_id": 709
+ "protocol_id": 718
},
"minecraft:warped_door": {
- "protocol_id": 738
+ "protocol_id": 747
},
"minecraft:warped_fence": {
- "protocol_id": 334
+ "protocol_id": 336
},
"minecraft:warped_fence_gate": {
- "protocol_id": 779
+ "protocol_id": 788
},
"minecraft:warped_fungus": {
- "protocol_id": 244
+ "protocol_id": 246
},
"minecraft:warped_fungus_on_a_stick": {
- "protocol_id": 791
+ "protocol_id": 800
},
"minecraft:warped_hanging_sign": {
- "protocol_id": 931
+ "protocol_id": 940
},
"minecraft:warped_hyphae": {
"protocol_id": 181
@@ -10030,31 +10096,31 @@
"protocol_id": 47
},
"minecraft:warped_pressure_plate": {
- "protocol_id": 725
+ "protocol_id": 734
},
"minecraft:warped_roots": {
- "protocol_id": 246
+ "protocol_id": 248
},
"minecraft:warped_sign": {
- "protocol_id": 919
+ "protocol_id": 928
},
"minecraft:warped_slab": {
- "protocol_id": 274
+ "protocol_id": 276
},
"minecraft:warped_stairs": {
- "protocol_id": 408
+ "protocol_id": 417
},
"minecraft:warped_stem": {
"protocol_id": 146
},
"minecraft:warped_trapdoor": {
- "protocol_id": 759
+ "protocol_id": 768
},
"minecraft:warped_wart_block": {
- "protocol_id": 532
+ "protocol_id": 541
},
"minecraft:water_bucket": {
- "protocol_id": 933
+ "protocol_id": 942
},
"minecraft:waxed_chiseled_copper": {
"protocol_id": 118
@@ -10063,16 +10129,16 @@
"protocol_id": 114
},
"minecraft:waxed_copper_bulb": {
- "protocol_id": 1366
+ "protocol_id": 1376
},
"minecraft:waxed_copper_door": {
- "protocol_id": 743
+ "protocol_id": 752
},
"minecraft:waxed_copper_grate": {
- "protocol_id": 1358
+ "protocol_id": 1368
},
"minecraft:waxed_copper_trapdoor": {
- "protocol_id": 764
+ "protocol_id": 773
},
"minecraft:waxed_cut_copper": {
"protocol_id": 122
@@ -10090,16 +10156,16 @@
"protocol_id": 115
},
"minecraft:waxed_exposed_copper_bulb": {
- "protocol_id": 1367
+ "protocol_id": 1377
},
"minecraft:waxed_exposed_copper_door": {
- "protocol_id": 744
+ "protocol_id": 753
},
"minecraft:waxed_exposed_copper_grate": {
- "protocol_id": 1359
+ "protocol_id": 1369
},
"minecraft:waxed_exposed_copper_trapdoor": {
- "protocol_id": 765
+ "protocol_id": 774
},
"minecraft:waxed_exposed_cut_copper": {
"protocol_id": 123
@@ -10117,16 +10183,16 @@
"protocol_id": 117
},
"minecraft:waxed_oxidized_copper_bulb": {
- "protocol_id": 1369
+ "protocol_id": 1379
},
"minecraft:waxed_oxidized_copper_door": {
- "protocol_id": 746
+ "protocol_id": 755
},
"minecraft:waxed_oxidized_copper_grate": {
- "protocol_id": 1361
+ "protocol_id": 1371
},
"minecraft:waxed_oxidized_copper_trapdoor": {
- "protocol_id": 767
+ "protocol_id": 776
},
"minecraft:waxed_oxidized_cut_copper": {
"protocol_id": 125
@@ -10144,16 +10210,16 @@
"protocol_id": 116
},
"minecraft:waxed_weathered_copper_bulb": {
- "protocol_id": 1368
+ "protocol_id": 1378
},
"minecraft:waxed_weathered_copper_door": {
- "protocol_id": 745
+ "protocol_id": 754
},
"minecraft:waxed_weathered_copper_grate": {
- "protocol_id": 1360
+ "protocol_id": 1370
},
"minecraft:waxed_weathered_copper_trapdoor": {
- "protocol_id": 766
+ "protocol_id": 775
},
"minecraft:waxed_weathered_cut_copper": {
"protocol_id": 124
@@ -10165,7 +10231,7 @@
"protocol_id": 128
},
"minecraft:wayfinder_armor_trim_smithing_template": {
- "protocol_id": 1324
+ "protocol_id": 1334
},
"minecraft:weathered_chiseled_copper": {
"protocol_id": 100
@@ -10174,16 +10240,16 @@
"protocol_id": 96
},
"minecraft:weathered_copper_bulb": {
- "protocol_id": 1364
+ "protocol_id": 1374
},
"minecraft:weathered_copper_door": {
- "protocol_id": 741
+ "protocol_id": 750
},
"minecraft:weathered_copper_grate": {
- "protocol_id": 1356
+ "protocol_id": 1366
},
"minecraft:weathered_copper_trapdoor": {
- "protocol_id": 762
+ "protocol_id": 771
},
"minecraft:weathered_cut_copper": {
"protocol_id": 104
@@ -10195,169 +10261,169 @@
"protocol_id": 108
},
"minecraft:weeping_vines": {
- "protocol_id": 248
+ "protocol_id": 250
},
"minecraft:wet_sponge": {
"protocol_id": 194
},
"minecraft:wheat": {
- "protocol_id": 876
+ "protocol_id": 885
},
"minecraft:wheat_seeds": {
- "protocol_id": 875
+ "protocol_id": 884
},
"minecraft:white_banner": {
- "protocol_id": 1175
+ "protocol_id": 1185
},
"minecraft:white_bed": {
- "protocol_id": 1004
+ "protocol_id": 1013
},
"minecraft:white_bundle": {
- "protocol_id": 955
+ "protocol_id": 964
},
"minecraft:white_candle": {
- "protocol_id": 1285
+ "protocol_id": 1295
},
"minecraft:white_carpet": {
- "protocol_id": 460
+ "protocol_id": 469
},
"minecraft:white_concrete": {
- "protocol_id": 569
+ "protocol_id": 578
},
"minecraft:white_concrete_powder": {
- "protocol_id": 585
+ "protocol_id": 594
},
"minecraft:white_dye": {
- "protocol_id": 984
+ "protocol_id": 993
},
"minecraft:white_glazed_terracotta": {
- "protocol_id": 553
+ "protocol_id": 562
},
"minecraft:white_shulker_box": {
- "protocol_id": 537
+ "protocol_id": 546
},
"minecraft:white_stained_glass": {
- "protocol_id": 485
+ "protocol_id": 494
},
"minecraft:white_stained_glass_pane": {
- "protocol_id": 501
+ "protocol_id": 510
},
"minecraft:white_terracotta": {
- "protocol_id": 441
+ "protocol_id": 450
},
"minecraft:white_tulip": {
- "protocol_id": 232
+ "protocol_id": 234
},
"minecraft:white_wool": {
"protocol_id": 209
},
"minecraft:wild_armor_trim_smithing_template": {
- "protocol_id": 1316
+ "protocol_id": 1326
},
"minecraft:wind_charge": {
- "protocol_id": 1131
+ "protocol_id": 1140
},
"minecraft:witch_spawn_egg": {
- "protocol_id": 1119
+ "protocol_id": 1128
},
"minecraft:wither_rose": {
- "protocol_id": 237
+ "protocol_id": 239
},
"minecraft:wither_skeleton_skull": {
- "protocol_id": 1146
+ "protocol_id": 1155
},
"minecraft:wither_skeleton_spawn_egg": {
- "protocol_id": 1121
+ "protocol_id": 1130
},
"minecraft:wither_spawn_egg": {
- "protocol_id": 1120
+ "protocol_id": 1129
},
"minecraft:wolf_armor": {
- "protocol_id": 819
+ "protocol_id": 828
},
"minecraft:wolf_spawn_egg": {
- "protocol_id": 1122
+ "protocol_id": 1131
},
"minecraft:wooden_axe": {
- "protocol_id": 843
+ "protocol_id": 852
},
"minecraft:wooden_hoe": {
- "protocol_id": 844
+ "protocol_id": 853
},
"minecraft:wooden_pickaxe": {
- "protocol_id": 842
+ "protocol_id": 851
},
"minecraft:wooden_shovel": {
- "protocol_id": 841
+ "protocol_id": 850
},
"minecraft:wooden_sword": {
- "protocol_id": 840
+ "protocol_id": 849
},
"minecraft:writable_book": {
- "protocol_id": 1132
+ "protocol_id": 1141
},
"minecraft:written_book": {
- "protocol_id": 1133
+ "protocol_id": 1142
},
"minecraft:yellow_banner": {
- "protocol_id": 1179
+ "protocol_id": 1189
},
"minecraft:yellow_bed": {
- "protocol_id": 1008
+ "protocol_id": 1017
},
"minecraft:yellow_bundle": {
- "protocol_id": 959
+ "protocol_id": 968
},
"minecraft:yellow_candle": {
- "protocol_id": 1289
+ "protocol_id": 1299
},
"minecraft:yellow_carpet": {
- "protocol_id": 464
+ "protocol_id": 473
},
"minecraft:yellow_concrete": {
- "protocol_id": 573
+ "protocol_id": 582
},
"minecraft:yellow_concrete_powder": {
- "protocol_id": 589
+ "protocol_id": 598
},
"minecraft:yellow_dye": {
- "protocol_id": 988
+ "protocol_id": 997
},
"minecraft:yellow_glazed_terracotta": {
- "protocol_id": 557
+ "protocol_id": 566
},
"minecraft:yellow_shulker_box": {
- "protocol_id": 541
+ "protocol_id": 550
},
"minecraft:yellow_stained_glass": {
- "protocol_id": 489
+ "protocol_id": 498
},
"minecraft:yellow_stained_glass_pane": {
- "protocol_id": 505
+ "protocol_id": 514
},
"minecraft:yellow_terracotta": {
- "protocol_id": 445
+ "protocol_id": 454
},
"minecraft:yellow_wool": {
"protocol_id": 213
},
"minecraft:zoglin_spawn_egg": {
- "protocol_id": 1123
+ "protocol_id": 1132
},
"minecraft:zombie_head": {
- "protocol_id": 1148
+ "protocol_id": 1157
},
"minecraft:zombie_horse_spawn_egg": {
- "protocol_id": 1126
+ "protocol_id": 1135
},
"minecraft:zombie_spawn_egg": {
- "protocol_id": 1125
+ "protocol_id": 1134
},
"minecraft:zombie_villager_spawn_egg": {
- "protocol_id": 1127
+ "protocol_id": 1136
},
"minecraft:zombified_piglin_spawn_egg": {
- "protocol_id": 1128
+ "protocol_id": 1137
}
},
"protocol_id": 6
@@ -11326,13 +11392,13 @@
"protocol_id": 0
},
"minecraft:ash": {
- "protocol_id": 79
+ "protocol_id": 80
},
"minecraft:block": {
"protocol_id": 1
},
"minecraft:block_crumble": {
- "protocol_id": 110
+ "protocol_id": 111
},
"minecraft:block_marker": {
"protocol_id": 2
@@ -11341,16 +11407,16 @@
"protocol_id": 3
},
"minecraft:bubble_column_up": {
- "protocol_id": 69
+ "protocol_id": 70
},
"minecraft:bubble_pop": {
- "protocol_id": 67
+ "protocol_id": 68
},
"minecraft:campfire_cosy_smoke": {
- "protocol_id": 72
+ "protocol_id": 73
},
"minecraft:campfire_signal_smoke": {
- "protocol_id": 73
+ "protocol_id": 74
},
"minecraft:cherry_leaves": {
"protocol_id": 33
@@ -11359,40 +11425,40 @@
"protocol_id": 4
},
"minecraft:composter": {
- "protocol_id": 41
+ "protocol_id": 42
},
"minecraft:crimson_spore": {
- "protocol_id": 80
+ "protocol_id": 81
},
"minecraft:crit": {
"protocol_id": 5
},
"minecraft:current_down": {
- "protocol_id": 68
+ "protocol_id": 69
},
"minecraft:damage_indicator": {
"protocol_id": 6
},
"minecraft:dolphin": {
- "protocol_id": 71
+ "protocol_id": 72
},
"minecraft:dragon_breath": {
"protocol_id": 7
},
"minecraft:dripping_dripstone_lava": {
- "protocol_id": 90
+ "protocol_id": 91
},
"minecraft:dripping_dripstone_water": {
- "protocol_id": 92
+ "protocol_id": 93
},
"minecraft:dripping_honey": {
- "protocol_id": 74
+ "protocol_id": 75
},
"minecraft:dripping_lava": {
"protocol_id": 8
},
"minecraft:dripping_obsidian_tear": {
- "protocol_id": 83
+ "protocol_id": 84
},
"minecraft:dripping_water": {
"protocol_id": 11
@@ -11404,22 +11470,22 @@
"protocol_id": 14
},
"minecraft:dust_pillar": {
- "protocol_id": 106
+ "protocol_id": 107
},
"minecraft:dust_plume": {
- "protocol_id": 102
+ "protocol_id": 103
},
"minecraft:effect": {
"protocol_id": 15
},
"minecraft:egg_crack": {
- "protocol_id": 101
+ "protocol_id": 102
},
"minecraft:elder_guardian": {
"protocol_id": 16
},
"minecraft:electric_spark": {
- "protocol_id": 98
+ "protocol_id": 99
},
"minecraft:enchant": {
"protocol_id": 18
@@ -11440,28 +11506,28 @@
"protocol_id": 21
},
"minecraft:falling_dripstone_lava": {
- "protocol_id": 91
+ "protocol_id": 92
},
"minecraft:falling_dripstone_water": {
- "protocol_id": 93
+ "protocol_id": 94
},
"minecraft:falling_dust": {
"protocol_id": 28
},
"minecraft:falling_honey": {
- "protocol_id": 75
+ "protocol_id": 76
},
"minecraft:falling_lava": {
"protocol_id": 9
},
"minecraft:falling_nectar": {
- "protocol_id": 77
+ "protocol_id": 78
},
"minecraft:falling_obsidian_tear": {
- "protocol_id": 84
+ "protocol_id": 85
},
"minecraft:falling_spore_blossom": {
- "protocol_id": 78
+ "protocol_id": 79
},
"minecraft:falling_water": {
"protocol_id": 12
@@ -11476,13 +11542,13 @@
"protocol_id": 31
},
"minecraft:flash": {
- "protocol_id": 39
+ "protocol_id": 40
},
"minecraft:glow": {
- "protocol_id": 95
+ "protocol_id": 96
},
"minecraft:glow_squid_ink": {
- "protocol_id": 94
+ "protocol_id": 95
},
"minecraft:gust": {
"protocol_id": 23
@@ -11494,166 +11560,169 @@
"protocol_id": 26
},
"minecraft:happy_villager": {
- "protocol_id": 40
+ "protocol_id": 41
},
"minecraft:heart": {
- "protocol_id": 42
+ "protocol_id": 43
},
"minecraft:infested": {
"protocol_id": 32
},
"minecraft:instant_effect": {
- "protocol_id": 43
- },
- "minecraft:item": {
"protocol_id": 44
},
+ "minecraft:item": {
+ "protocol_id": 45
+ },
"minecraft:item_cobweb": {
- "protocol_id": 48
- },
- "minecraft:item_slime": {
- "protocol_id": 47
- },
- "minecraft:item_snowball": {
"protocol_id": 49
},
+ "minecraft:item_slime": {
+ "protocol_id": 48
+ },
+ "minecraft:item_snowball": {
+ "protocol_id": 50
+ },
"minecraft:landing_honey": {
- "protocol_id": 76
+ "protocol_id": 77
},
"minecraft:landing_lava": {
"protocol_id": 10
},
"minecraft:landing_obsidian_tear": {
- "protocol_id": 85
- },
- "minecraft:large_smoke": {
- "protocol_id": 50
- },
- "minecraft:lava": {
- "protocol_id": 51
- },
- "minecraft:mycelium": {
- "protocol_id": 52
- },
- "minecraft:nautilus": {
- "protocol_id": 70
- },
- "minecraft:note": {
- "protocol_id": 53
- },
- "minecraft:ominous_spawning": {
- "protocol_id": 107
- },
- "minecraft:poof": {
- "protocol_id": 54
- },
- "minecraft:portal": {
- "protocol_id": 55
- },
- "minecraft:raid_omen": {
- "protocol_id": 108
- },
- "minecraft:rain": {
- "protocol_id": 56
- },
- "minecraft:reverse_portal": {
"protocol_id": 86
},
- "minecraft:scrape": {
- "protocol_id": 99
+ "minecraft:large_smoke": {
+ "protocol_id": 51
},
- "minecraft:sculk_charge": {
- "protocol_id": 35
+ "minecraft:lava": {
+ "protocol_id": 52
},
- "minecraft:sculk_charge_pop": {
- "protocol_id": 36
+ "minecraft:mycelium": {
+ "protocol_id": 53
},
- "minecraft:sculk_soul": {
+ "minecraft:nautilus": {
+ "protocol_id": 71
+ },
+ "minecraft:note": {
+ "protocol_id": 54
+ },
+ "minecraft:ominous_spawning": {
+ "protocol_id": 108
+ },
+ "minecraft:pale_oak_leaves": {
"protocol_id": 34
},
- "minecraft:shriek": {
+ "minecraft:poof": {
+ "protocol_id": 55
+ },
+ "minecraft:portal": {
+ "protocol_id": 56
+ },
+ "minecraft:raid_omen": {
+ "protocol_id": 109
+ },
+ "minecraft:rain": {
+ "protocol_id": 57
+ },
+ "minecraft:reverse_portal": {
+ "protocol_id": 87
+ },
+ "minecraft:scrape": {
"protocol_id": 100
},
+ "minecraft:sculk_charge": {
+ "protocol_id": 36
+ },
+ "minecraft:sculk_charge_pop": {
+ "protocol_id": 37
+ },
+ "minecraft:sculk_soul": {
+ "protocol_id": 35
+ },
+ "minecraft:shriek": {
+ "protocol_id": 101
+ },
"minecraft:small_flame": {
- "protocol_id": 88
+ "protocol_id": 89
},
"minecraft:small_gust": {
"protocol_id": 24
},
"minecraft:smoke": {
- "protocol_id": 57
+ "protocol_id": 58
},
"minecraft:sneeze": {
- "protocol_id": 59
+ "protocol_id": 60
},
"minecraft:snowflake": {
- "protocol_id": 89
+ "protocol_id": 90
},
"minecraft:sonic_boom": {
"protocol_id": 27
},
"minecraft:soul": {
- "protocol_id": 38
+ "protocol_id": 39
},
"minecraft:soul_fire_flame": {
- "protocol_id": 37
+ "protocol_id": 38
},
"minecraft:spit": {
- "protocol_id": 60
- },
- "minecraft:splash": {
- "protocol_id": 65
- },
- "minecraft:spore_blossom_air": {
- "protocol_id": 82
- },
- "minecraft:squid_ink": {
"protocol_id": 61
},
- "minecraft:sweep_attack": {
+ "minecraft:splash": {
+ "protocol_id": 66
+ },
+ "minecraft:spore_blossom_air": {
+ "protocol_id": 83
+ },
+ "minecraft:squid_ink": {
"protocol_id": 62
},
- "minecraft:totem_of_undying": {
+ "minecraft:sweep_attack": {
"protocol_id": 63
},
- "minecraft:trail": {
- "protocol_id": 46
- },
- "minecraft:trial_omen": {
- "protocol_id": 109
- },
- "minecraft:trial_spawner_detection": {
- "protocol_id": 103
- },
- "minecraft:trial_spawner_detection_ominous": {
- "protocol_id": 104
- },
- "minecraft:underwater": {
+ "minecraft:totem_of_undying": {
"protocol_id": 64
},
- "minecraft:vault_connection": {
+ "minecraft:trail": {
+ "protocol_id": 47
+ },
+ "minecraft:trial_omen": {
+ "protocol_id": 110
+ },
+ "minecraft:trial_spawner_detection": {
+ "protocol_id": 104
+ },
+ "minecraft:trial_spawner_detection_ominous": {
"protocol_id": 105
},
+ "minecraft:underwater": {
+ "protocol_id": 65
+ },
+ "minecraft:vault_connection": {
+ "protocol_id": 106
+ },
"minecraft:vibration": {
- "protocol_id": 45
+ "protocol_id": 46
},
"minecraft:warped_spore": {
- "protocol_id": 81
+ "protocol_id": 82
},
"minecraft:wax_off": {
- "protocol_id": 97
+ "protocol_id": 98
},
"minecraft:wax_on": {
- "protocol_id": 96
+ "protocol_id": 97
},
"minecraft:white_ash": {
- "protocol_id": 87
+ "protocol_id": 88
},
"minecraft:white_smoke": {
- "protocol_id": 58
+ "protocol_id": 59
},
"minecraft:witch": {
- "protocol_id": 66
+ "protocol_id": 67
}
},
"protocol_id": 8
@@ -12453,19 +12522,19 @@
"protocol_id": 127
},
"minecraft:block.bamboo_wood_hanging_sign.break": {
- "protocol_id": 687
+ "protocol_id": 693
},
"minecraft:block.bamboo_wood_hanging_sign.fall": {
- "protocol_id": 688
+ "protocol_id": 694
},
"minecraft:block.bamboo_wood_hanging_sign.hit": {
- "protocol_id": 689
+ "protocol_id": 695
},
"minecraft:block.bamboo_wood_hanging_sign.place": {
- "protocol_id": 690
+ "protocol_id": 696
},
"minecraft:block.bamboo_wood_hanging_sign.step": {
- "protocol_id": 686
+ "protocol_id": 692
},
"minecraft:block.bamboo_wood_pressure_plate.click_off": {
"protocol_id": 124
@@ -12549,10 +12618,10 @@
"protocol_id": 161
},
"minecraft:block.big_dripleaf.tilt_down": {
- "protocol_id": 463
+ "protocol_id": 464
},
"minecraft:block.big_dripleaf.tilt_up": {
- "protocol_id": 464
+ "protocol_id": 465
},
"minecraft:block.blastfurnace.fire_crackle": {
"protocol_id": 182
@@ -12927,1594 +12996,1636 @@
"protocol_id": 373
},
"minecraft:block.creaking_heart.break": {
- "protocol_id": 384
- },
- "minecraft:block.creaking_heart.fall": {
"protocol_id": 385
},
- "minecraft:block.creaking_heart.hit": {
+ "minecraft:block.creaking_heart.fall": {
"protocol_id": 386
},
- "minecraft:block.creaking_heart.hurt": {
+ "minecraft:block.creaking_heart.hit": {
"protocol_id": 387
},
- "minecraft:block.creaking_heart.idle": {
- "protocol_id": 390
- },
- "minecraft:block.creaking_heart.place": {
+ "minecraft:block.creaking_heart.hurt": {
"protocol_id": 388
},
- "minecraft:block.creaking_heart.spawn": {
+ "minecraft:block.creaking_heart.idle": {
"protocol_id": 391
},
- "minecraft:block.creaking_heart.step": {
+ "minecraft:block.creaking_heart.place": {
"protocol_id": 389
},
+ "minecraft:block.creaking_heart.spawn": {
+ "protocol_id": 392
+ },
+ "minecraft:block.creaking_heart.step": {
+ "protocol_id": 390
+ },
"minecraft:block.crop.break": {
- "protocol_id": 395
+ "protocol_id": 396
},
"minecraft:block.decorated_pot.break": {
- "protocol_id": 405
- },
- "minecraft:block.decorated_pot.fall": {
"protocol_id": 406
},
- "minecraft:block.decorated_pot.hit": {
+ "minecraft:block.decorated_pot.fall": {
"protocol_id": 407
},
- "minecraft:block.decorated_pot.insert": {
+ "minecraft:block.decorated_pot.hit": {
"protocol_id": 408
},
- "minecraft:block.decorated_pot.insert_fail": {
+ "minecraft:block.decorated_pot.insert": {
"protocol_id": 409
},
- "minecraft:block.decorated_pot.place": {
- "protocol_id": 411
- },
- "minecraft:block.decorated_pot.shatter": {
- "protocol_id": 412
- },
- "minecraft:block.decorated_pot.step": {
+ "minecraft:block.decorated_pot.insert_fail": {
"protocol_id": 410
},
- "minecraft:block.deepslate.break": {
- "protocol_id": 418
+ "minecraft:block.decorated_pot.place": {
+ "protocol_id": 412
},
- "minecraft:block.deepslate.fall": {
- "protocol_id": 419
- },
- "minecraft:block.deepslate.hit": {
- "protocol_id": 420
- },
- "minecraft:block.deepslate.place": {
- "protocol_id": 421
- },
- "minecraft:block.deepslate.step": {
- "protocol_id": 422
- },
- "minecraft:block.deepslate_bricks.break": {
+ "minecraft:block.decorated_pot.shatter": {
"protocol_id": 413
},
- "minecraft:block.deepslate_bricks.fall": {
- "protocol_id": 414
+ "minecraft:block.decorated_pot.step": {
+ "protocol_id": 411
},
- "minecraft:block.deepslate_bricks.hit": {
- "protocol_id": 415
+ "minecraft:block.deepslate.break": {
+ "protocol_id": 419
},
- "minecraft:block.deepslate_bricks.place": {
- "protocol_id": 416
+ "minecraft:block.deepslate.fall": {
+ "protocol_id": 420
},
- "minecraft:block.deepslate_bricks.step": {
- "protocol_id": 417
+ "minecraft:block.deepslate.hit": {
+ "protocol_id": 421
},
- "minecraft:block.deepslate_tiles.break": {
+ "minecraft:block.deepslate.place": {
+ "protocol_id": 422
+ },
+ "minecraft:block.deepslate.step": {
"protocol_id": 423
},
- "minecraft:block.deepslate_tiles.fall": {
+ "minecraft:block.deepslate_bricks.break": {
+ "protocol_id": 414
+ },
+ "minecraft:block.deepslate_bricks.fall": {
+ "protocol_id": 415
+ },
+ "minecraft:block.deepslate_bricks.hit": {
+ "protocol_id": 416
+ },
+ "minecraft:block.deepslate_bricks.place": {
+ "protocol_id": 417
+ },
+ "minecraft:block.deepslate_bricks.step": {
+ "protocol_id": 418
+ },
+ "minecraft:block.deepslate_tiles.break": {
"protocol_id": 424
},
- "minecraft:block.deepslate_tiles.hit": {
+ "minecraft:block.deepslate_tiles.fall": {
"protocol_id": 425
},
- "minecraft:block.deepslate_tiles.place": {
+ "minecraft:block.deepslate_tiles.hit": {
"protocol_id": 426
},
- "minecraft:block.deepslate_tiles.step": {
+ "minecraft:block.deepslate_tiles.place": {
"protocol_id": 427
},
- "minecraft:block.dispenser.dispense": {
+ "minecraft:block.deepslate_tiles.step": {
"protocol_id": 428
},
- "minecraft:block.dispenser.fail": {
+ "minecraft:block.dispenser.dispense": {
"protocol_id": 429
},
- "minecraft:block.dispenser.launch": {
+ "minecraft:block.dispenser.fail": {
"protocol_id": 430
},
+ "minecraft:block.dispenser.launch": {
+ "protocol_id": 431
+ },
"minecraft:block.dripstone_block.break": {
- "protocol_id": 448
- },
- "minecraft:block.dripstone_block.fall": {
- "protocol_id": 452
- },
- "minecraft:block.dripstone_block.hit": {
- "protocol_id": 451
- },
- "minecraft:block.dripstone_block.place": {
- "protocol_id": 450
- },
- "minecraft:block.dripstone_block.step": {
"protocol_id": 449
},
- "minecraft:block.enchantment_table.use": {
- "protocol_id": 485
- },
- "minecraft:block.end_gateway.spawn": {
- "protocol_id": 508
- },
- "minecraft:block.end_portal.spawn": {
- "protocol_id": 510
- },
- "minecraft:block.end_portal_frame.fill": {
- "protocol_id": 509
- },
- "minecraft:block.ender_chest.close": {
- "protocol_id": 486
- },
- "minecraft:block.ender_chest.open": {
- "protocol_id": 487
- },
- "minecraft:block.fence_gate.close": {
- "protocol_id": 522
- },
- "minecraft:block.fence_gate.open": {
- "protocol_id": 523
- },
- "minecraft:block.fire.ambient": {
- "protocol_id": 533
- },
- "minecraft:block.fire.extinguish": {
- "protocol_id": 534
- },
- "minecraft:block.flowering_azalea.break": {
- "protocol_id": 540
- },
- "minecraft:block.flowering_azalea.fall": {
- "protocol_id": 541
- },
- "minecraft:block.flowering_azalea.hit": {
- "protocol_id": 542
- },
- "minecraft:block.flowering_azalea.place": {
- "protocol_id": 543
- },
- "minecraft:block.flowering_azalea.step": {
- "protocol_id": 544
- },
- "minecraft:block.froglight.break": {
- "protocol_id": 566
- },
- "minecraft:block.froglight.fall": {
- "protocol_id": 567
- },
- "minecraft:block.froglight.hit": {
- "protocol_id": 568
- },
- "minecraft:block.froglight.place": {
- "protocol_id": 569
- },
- "minecraft:block.froglight.step": {
- "protocol_id": 570
- },
- "minecraft:block.frogspawn.break": {
- "protocol_id": 572
- },
- "minecraft:block.frogspawn.fall": {
- "protocol_id": 573
- },
- "minecraft:block.frogspawn.hatch": {
- "protocol_id": 574
- },
- "minecraft:block.frogspawn.hit": {
- "protocol_id": 575
- },
- "minecraft:block.frogspawn.place": {
- "protocol_id": 576
- },
- "minecraft:block.frogspawn.step": {
- "protocol_id": 571
- },
- "minecraft:block.fungus.break": {
- "protocol_id": 979
- },
- "minecraft:block.fungus.fall": {
- "protocol_id": 983
- },
- "minecraft:block.fungus.hit": {
- "protocol_id": 982
- },
- "minecraft:block.fungus.place": {
- "protocol_id": 981
- },
- "minecraft:block.fungus.step": {
- "protocol_id": 980
- },
- "minecraft:block.furnace.fire_crackle": {
- "protocol_id": 590
- },
- "minecraft:block.gilded_blackstone.break": {
- "protocol_id": 608
- },
- "minecraft:block.gilded_blackstone.fall": {
- "protocol_id": 609
- },
- "minecraft:block.gilded_blackstone.hit": {
- "protocol_id": 610
- },
- "minecraft:block.gilded_blackstone.place": {
- "protocol_id": 611
- },
- "minecraft:block.gilded_blackstone.step": {
- "protocol_id": 612
- },
- "minecraft:block.glass.break": {
- "protocol_id": 613
- },
- "minecraft:block.glass.fall": {
- "protocol_id": 614
- },
- "minecraft:block.glass.hit": {
- "protocol_id": 615
- },
- "minecraft:block.glass.place": {
- "protocol_id": 616
- },
- "minecraft:block.glass.step": {
- "protocol_id": 617
- },
- "minecraft:block.grass.break": {
- "protocol_id": 646
- },
- "minecraft:block.grass.fall": {
- "protocol_id": 647
- },
- "minecraft:block.grass.hit": {
- "protocol_id": 648
- },
- "minecraft:block.grass.place": {
- "protocol_id": 649
- },
- "minecraft:block.grass.step": {
- "protocol_id": 650
- },
- "minecraft:block.gravel.break": {
- "protocol_id": 651
- },
- "minecraft:block.gravel.fall": {
- "protocol_id": 652
- },
- "minecraft:block.gravel.hit": {
- "protocol_id": 653
- },
- "minecraft:block.gravel.place": {
- "protocol_id": 654
- },
- "minecraft:block.gravel.step": {
- "protocol_id": 655
- },
- "minecraft:block.grindstone.use": {
- "protocol_id": 656
- },
- "minecraft:block.growing_plant.crop": {
- "protocol_id": 657
- },
- "minecraft:block.hanging_roots.break": {
- "protocol_id": 666
- },
- "minecraft:block.hanging_roots.fall": {
- "protocol_id": 667
- },
- "minecraft:block.hanging_roots.hit": {
- "protocol_id": 668
- },
- "minecraft:block.hanging_roots.place": {
- "protocol_id": 669
- },
- "minecraft:block.hanging_roots.step": {
- "protocol_id": 670
- },
- "minecraft:block.hanging_sign.break": {
- "protocol_id": 672
- },
- "minecraft:block.hanging_sign.fall": {
- "protocol_id": 673
- },
- "minecraft:block.hanging_sign.hit": {
- "protocol_id": 674
- },
- "minecraft:block.hanging_sign.place": {
- "protocol_id": 675
- },
- "minecraft:block.hanging_sign.step": {
- "protocol_id": 671
- },
- "minecraft:block.hanging_sign.waxed_interact_fail": {
- "protocol_id": 1539
- },
- "minecraft:block.heavy_core.break": {
- "protocol_id": 676
- },
- "minecraft:block.heavy_core.fall": {
- "protocol_id": 677
- },
- "minecraft:block.heavy_core.hit": {
- "protocol_id": 678
- },
- "minecraft:block.heavy_core.place": {
- "protocol_id": 679
- },
- "minecraft:block.heavy_core.step": {
- "protocol_id": 680
- },
- "minecraft:block.honey_block.break": {
- "protocol_id": 716
- },
- "minecraft:block.honey_block.fall": {
- "protocol_id": 717
- },
- "minecraft:block.honey_block.hit": {
- "protocol_id": 718
- },
- "minecraft:block.honey_block.place": {
- "protocol_id": 719
- },
- "minecraft:block.honey_block.slide": {
- "protocol_id": 720
- },
- "minecraft:block.honey_block.step": {
- "protocol_id": 721
- },
- "minecraft:block.iron_door.close": {
- "protocol_id": 764
- },
- "minecraft:block.iron_door.open": {
- "protocol_id": 765
- },
- "minecraft:block.iron_trapdoor.close": {
- "protocol_id": 772
- },
- "minecraft:block.iron_trapdoor.open": {
- "protocol_id": 773
- },
- "minecraft:block.ladder.break": {
- "protocol_id": 781
- },
- "minecraft:block.ladder.fall": {
- "protocol_id": 782
- },
- "minecraft:block.ladder.hit": {
- "protocol_id": 783
- },
- "minecraft:block.ladder.place": {
- "protocol_id": 784
- },
- "minecraft:block.ladder.step": {
- "protocol_id": 785
- },
- "minecraft:block.lantern.break": {
- "protocol_id": 786
- },
- "minecraft:block.lantern.fall": {
- "protocol_id": 787
- },
- "minecraft:block.lantern.hit": {
- "protocol_id": 788
- },
- "minecraft:block.lantern.place": {
- "protocol_id": 789
- },
- "minecraft:block.lantern.step": {
- "protocol_id": 790
- },
- "minecraft:block.large_amethyst_bud.break": {
- "protocol_id": 791
- },
- "minecraft:block.large_amethyst_bud.place": {
- "protocol_id": 792
- },
- "minecraft:block.lava.ambient": {
- "protocol_id": 793
- },
- "minecraft:block.lava.extinguish": {
- "protocol_id": 794
- },
- "minecraft:block.lava.pop": {
- "protocol_id": 795
- },
- "minecraft:block.lever.click": {
- "protocol_id": 798
- },
- "minecraft:block.lily_pad.place": {
- "protocol_id": 1508
- },
- "minecraft:block.lodestone.break": {
- "protocol_id": 812
- },
- "minecraft:block.lodestone.fall": {
- "protocol_id": 816
- },
- "minecraft:block.lodestone.hit": {
- "protocol_id": 815
- },
- "minecraft:block.lodestone.place": {
- "protocol_id": 814
- },
- "minecraft:block.lodestone.step": {
- "protocol_id": 813
- },
- "minecraft:block.mangrove_roots.break": {
- "protocol_id": 827
- },
- "minecraft:block.mangrove_roots.fall": {
- "protocol_id": 828
- },
- "minecraft:block.mangrove_roots.hit": {
- "protocol_id": 829
- },
- "minecraft:block.mangrove_roots.place": {
- "protocol_id": 830
- },
- "minecraft:block.mangrove_roots.step": {
- "protocol_id": 831
- },
- "minecraft:block.medium_amethyst_bud.break": {
- "protocol_id": 832
- },
- "minecraft:block.medium_amethyst_bud.place": {
- "protocol_id": 833
- },
- "minecraft:block.metal.break": {
- "protocol_id": 834
- },
- "minecraft:block.metal.fall": {
- "protocol_id": 835
- },
- "minecraft:block.metal.hit": {
- "protocol_id": 836
- },
- "minecraft:block.metal.place": {
- "protocol_id": 837
- },
- "minecraft:block.metal.step": {
- "protocol_id": 840
- },
- "minecraft:block.metal_pressure_plate.click_off": {
- "protocol_id": 838
- },
- "minecraft:block.metal_pressure_plate.click_on": {
- "protocol_id": 839
- },
- "minecraft:block.moss.break": {
- "protocol_id": 859
- },
- "minecraft:block.moss.fall": {
- "protocol_id": 860
- },
- "minecraft:block.moss.hit": {
- "protocol_id": 861
- },
- "minecraft:block.moss.place": {
- "protocol_id": 862
- },
- "minecraft:block.moss.step": {
- "protocol_id": 863
- },
- "minecraft:block.moss_carpet.break": {
- "protocol_id": 849
- },
- "minecraft:block.moss_carpet.fall": {
- "protocol_id": 850
- },
- "minecraft:block.moss_carpet.hit": {
- "protocol_id": 851
- },
- "minecraft:block.moss_carpet.place": {
- "protocol_id": 852
- },
- "minecraft:block.moss_carpet.step": {
- "protocol_id": 853
- },
- "minecraft:block.mud.break": {
- "protocol_id": 864
- },
- "minecraft:block.mud.fall": {
- "protocol_id": 865
- },
- "minecraft:block.mud.hit": {
- "protocol_id": 866
- },
- "minecraft:block.mud.place": {
- "protocol_id": 867
- },
- "minecraft:block.mud.step": {
- "protocol_id": 868
- },
- "minecraft:block.mud_bricks.break": {
- "protocol_id": 869
- },
- "minecraft:block.mud_bricks.fall": {
- "protocol_id": 870
- },
- "minecraft:block.mud_bricks.hit": {
- "protocol_id": 871
- },
- "minecraft:block.mud_bricks.place": {
- "protocol_id": 872
- },
- "minecraft:block.mud_bricks.step": {
- "protocol_id": 873
- },
- "minecraft:block.muddy_mangrove_roots.break": {
- "protocol_id": 874
- },
- "minecraft:block.muddy_mangrove_roots.fall": {
- "protocol_id": 875
- },
- "minecraft:block.muddy_mangrove_roots.hit": {
- "protocol_id": 876
- },
- "minecraft:block.muddy_mangrove_roots.place": {
- "protocol_id": 877
- },
- "minecraft:block.muddy_mangrove_roots.step": {
- "protocol_id": 878
- },
- "minecraft:block.nether_bricks.break": {
- "protocol_id": 936
- },
- "minecraft:block.nether_bricks.fall": {
- "protocol_id": 940
- },
- "minecraft:block.nether_bricks.hit": {
- "protocol_id": 939
- },
- "minecraft:block.nether_bricks.place": {
- "protocol_id": 938
- },
- "minecraft:block.nether_bricks.step": {
- "protocol_id": 937
- },
- "minecraft:block.nether_gold_ore.break": {
- "protocol_id": 1181
- },
- "minecraft:block.nether_gold_ore.fall": {
- "protocol_id": 1182
- },
- "minecraft:block.nether_gold_ore.hit": {
- "protocol_id": 1183
- },
- "minecraft:block.nether_gold_ore.place": {
- "protocol_id": 1184
- },
- "minecraft:block.nether_gold_ore.step": {
- "protocol_id": 1185
- },
- "minecraft:block.nether_ore.break": {
- "protocol_id": 1186
- },
- "minecraft:block.nether_ore.fall": {
- "protocol_id": 1187
- },
- "minecraft:block.nether_ore.hit": {
- "protocol_id": 1188
- },
- "minecraft:block.nether_ore.place": {
- "protocol_id": 1189
- },
- "minecraft:block.nether_ore.step": {
- "protocol_id": 1190
- },
- "minecraft:block.nether_sprouts.break": {
- "protocol_id": 974
- },
- "minecraft:block.nether_sprouts.fall": {
- "protocol_id": 978
- },
- "minecraft:block.nether_sprouts.hit": {
- "protocol_id": 977
- },
- "minecraft:block.nether_sprouts.place": {
- "protocol_id": 976
- },
- "minecraft:block.nether_sprouts.step": {
- "protocol_id": 975
- },
- "minecraft:block.nether_wart.break": {
- "protocol_id": 941
- },
- "minecraft:block.nether_wood.break": {
- "protocol_id": 943
- },
- "minecraft:block.nether_wood.fall": {
- "protocol_id": 944
- },
- "minecraft:block.nether_wood.hit": {
- "protocol_id": 945
- },
- "minecraft:block.nether_wood.place": {
- "protocol_id": 946
- },
- "minecraft:block.nether_wood.step": {
- "protocol_id": 947
- },
- "minecraft:block.nether_wood_button.click_off": {
- "protocol_id": 952
- },
- "minecraft:block.nether_wood_button.click_on": {
- "protocol_id": 953
- },
- "minecraft:block.nether_wood_door.close": {
- "protocol_id": 948
- },
- "minecraft:block.nether_wood_door.open": {
- "protocol_id": 949
- },
- "minecraft:block.nether_wood_fence_gate.close": {
- "protocol_id": 956
- },
- "minecraft:block.nether_wood_fence_gate.open": {
- "protocol_id": 957
- },
- "minecraft:block.nether_wood_hanging_sign.break": {
- "protocol_id": 682
- },
- "minecraft:block.nether_wood_hanging_sign.fall": {
- "protocol_id": 683
- },
- "minecraft:block.nether_wood_hanging_sign.hit": {
- "protocol_id": 684
- },
- "minecraft:block.nether_wood_hanging_sign.place": {
- "protocol_id": 685
- },
- "minecraft:block.nether_wood_hanging_sign.step": {
- "protocol_id": 681
- },
- "minecraft:block.nether_wood_pressure_plate.click_off": {
- "protocol_id": 954
- },
- "minecraft:block.nether_wood_pressure_plate.click_on": {
- "protocol_id": 955
- },
- "minecraft:block.nether_wood_trapdoor.close": {
- "protocol_id": 950
- },
- "minecraft:block.nether_wood_trapdoor.open": {
- "protocol_id": 951
- },
- "minecraft:block.netherite_block.break": {
- "protocol_id": 994
- },
- "minecraft:block.netherite_block.fall": {
- "protocol_id": 998
- },
- "minecraft:block.netherite_block.hit": {
- "protocol_id": 997
- },
- "minecraft:block.netherite_block.place": {
- "protocol_id": 996
- },
- "minecraft:block.netherite_block.step": {
- "protocol_id": 995
- },
- "minecraft:block.netherrack.break": {
- "protocol_id": 999
- },
- "minecraft:block.netherrack.fall": {
- "protocol_id": 1003
- },
- "minecraft:block.netherrack.hit": {
- "protocol_id": 1002
- },
- "minecraft:block.netherrack.place": {
- "protocol_id": 1001
- },
- "minecraft:block.netherrack.step": {
- "protocol_id": 1000
- },
- "minecraft:block.note_block.banjo": {
- "protocol_id": 1019
- },
- "minecraft:block.note_block.basedrum": {
- "protocol_id": 1004
- },
- "minecraft:block.note_block.bass": {
- "protocol_id": 1005
- },
- "minecraft:block.note_block.bell": {
- "protocol_id": 1006
- },
- "minecraft:block.note_block.bit": {
- "protocol_id": 1018
- },
- "minecraft:block.note_block.chime": {
- "protocol_id": 1007
- },
- "minecraft:block.note_block.cow_bell": {
- "protocol_id": 1016
- },
- "minecraft:block.note_block.didgeridoo": {
- "protocol_id": 1017
- },
- "minecraft:block.note_block.flute": {
- "protocol_id": 1008
- },
- "minecraft:block.note_block.guitar": {
- "protocol_id": 1009
- },
- "minecraft:block.note_block.harp": {
- "protocol_id": 1010
- },
- "minecraft:block.note_block.hat": {
- "protocol_id": 1011
- },
- "minecraft:block.note_block.imitate.creeper": {
- "protocol_id": 1022
- },
- "minecraft:block.note_block.imitate.ender_dragon": {
- "protocol_id": 1023
- },
- "minecraft:block.note_block.imitate.piglin": {
- "protocol_id": 1025
- },
- "minecraft:block.note_block.imitate.skeleton": {
- "protocol_id": 1021
- },
- "minecraft:block.note_block.imitate.wither_skeleton": {
- "protocol_id": 1024
- },
- "minecraft:block.note_block.imitate.zombie": {
- "protocol_id": 1020
- },
- "minecraft:block.note_block.iron_xylophone": {
- "protocol_id": 1015
- },
- "minecraft:block.note_block.pling": {
- "protocol_id": 1012
- },
- "minecraft:block.note_block.snare": {
- "protocol_id": 1013
- },
- "minecraft:block.note_block.xylophone": {
- "protocol_id": 1014
- },
- "minecraft:block.nylium.break": {
- "protocol_id": 969
- },
- "minecraft:block.nylium.fall": {
- "protocol_id": 973
- },
- "minecraft:block.nylium.hit": {
- "protocol_id": 972
- },
- "minecraft:block.nylium.place": {
- "protocol_id": 971
- },
- "minecraft:block.nylium.step": {
- "protocol_id": 970
- },
- "minecraft:block.packed_mud.break": {
- "protocol_id": 959
- },
- "minecraft:block.packed_mud.fall": {
- "protocol_id": 960
- },
- "minecraft:block.packed_mud.hit": {
- "protocol_id": 961
- },
- "minecraft:block.packed_mud.place": {
- "protocol_id": 962
- },
- "minecraft:block.packed_mud.step": {
- "protocol_id": 963
- },
- "minecraft:block.pale_hanging_moss.idle": {
- "protocol_id": 1032
- },
- "minecraft:block.pink_petals.break": {
- "protocol_id": 854
- },
- "minecraft:block.pink_petals.fall": {
- "protocol_id": 855
- },
- "minecraft:block.pink_petals.hit": {
- "protocol_id": 856
- },
- "minecraft:block.pink_petals.place": {
- "protocol_id": 857
- },
- "minecraft:block.pink_petals.step": {
- "protocol_id": 858
- },
- "minecraft:block.piston.contract": {
- "protocol_id": 1117
- },
- "minecraft:block.piston.extend": {
- "protocol_id": 1118
- },
- "minecraft:block.pointed_dripstone.break": {
+ "minecraft:block.dripstone_block.fall": {
"protocol_id": 453
},
- "minecraft:block.pointed_dripstone.drip_lava": {
- "protocol_id": 459
+ "minecraft:block.dripstone_block.hit": {
+ "protocol_id": 452
},
- "minecraft:block.pointed_dripstone.drip_lava_into_cauldron": {
- "protocol_id": 461
+ "minecraft:block.dripstone_block.place": {
+ "protocol_id": 451
},
- "minecraft:block.pointed_dripstone.drip_water": {
- "protocol_id": 460
+ "minecraft:block.dripstone_block.step": {
+ "protocol_id": 450
},
- "minecraft:block.pointed_dripstone.drip_water_into_cauldron": {
- "protocol_id": 462
+ "minecraft:block.enchantment_table.use": {
+ "protocol_id": 486
},
- "minecraft:block.pointed_dripstone.fall": {
- "protocol_id": 457
+ "minecraft:block.end_gateway.spawn": {
+ "protocol_id": 509
},
- "minecraft:block.pointed_dripstone.hit": {
- "protocol_id": 456
+ "minecraft:block.end_portal.spawn": {
+ "protocol_id": 511
},
- "minecraft:block.pointed_dripstone.land": {
- "protocol_id": 458
+ "minecraft:block.end_portal_frame.fill": {
+ "protocol_id": 510
},
- "minecraft:block.pointed_dripstone.place": {
- "protocol_id": 455
+ "minecraft:block.ender_chest.close": {
+ "protocol_id": 487
},
- "minecraft:block.pointed_dripstone.step": {
- "protocol_id": 454
+ "minecraft:block.ender_chest.open": {
+ "protocol_id": 488
},
- "minecraft:block.polished_deepslate.break": {
- "protocol_id": 1146
+ "minecraft:block.eyeblossom.close": {
+ "protocol_id": 526
},
- "minecraft:block.polished_deepslate.fall": {
- "protocol_id": 1147
+ "minecraft:block.eyeblossom.close_long": {
+ "protocol_id": 525
},
- "minecraft:block.polished_deepslate.hit": {
- "protocol_id": 1148
+ "minecraft:block.eyeblossom.idle": {
+ "protocol_id": 527
},
- "minecraft:block.polished_deepslate.place": {
- "protocol_id": 1149
+ "minecraft:block.eyeblossom.open": {
+ "protocol_id": 524
},
- "minecraft:block.polished_deepslate.step": {
- "protocol_id": 1150
+ "minecraft:block.eyeblossom.open_long": {
+ "protocol_id": 523
},
- "minecraft:block.polished_tuff.break": {
- "protocol_id": 1435
+ "minecraft:block.fence_gate.close": {
+ "protocol_id": 528
},
- "minecraft:block.polished_tuff.fall": {
- "protocol_id": 1436
+ "minecraft:block.fence_gate.open": {
+ "protocol_id": 529
},
- "minecraft:block.polished_tuff.hit": {
- "protocol_id": 1437
+ "minecraft:block.fire.ambient": {
+ "protocol_id": 539
},
- "minecraft:block.polished_tuff.place": {
- "protocol_id": 1438
+ "minecraft:block.fire.extinguish": {
+ "protocol_id": 540
},
- "minecraft:block.polished_tuff.step": {
- "protocol_id": 1439
+ "minecraft:block.flowering_azalea.break": {
+ "protocol_id": 546
},
- "minecraft:block.portal.ambient": {
- "protocol_id": 1151
+ "minecraft:block.flowering_azalea.fall": {
+ "protocol_id": 547
},
- "minecraft:block.portal.travel": {
- "protocol_id": 1152
+ "minecraft:block.flowering_azalea.hit": {
+ "protocol_id": 548
},
- "minecraft:block.portal.trigger": {
- "protocol_id": 1153
+ "minecraft:block.flowering_azalea.place": {
+ "protocol_id": 549
},
- "minecraft:block.powder_snow.break": {
- "protocol_id": 1154
+ "minecraft:block.flowering_azalea.step": {
+ "protocol_id": 550
},
- "minecraft:block.powder_snow.fall": {
- "protocol_id": 1155
+ "minecraft:block.froglight.break": {
+ "protocol_id": 572
},
- "minecraft:block.powder_snow.hit": {
- "protocol_id": 1156
+ "minecraft:block.froglight.fall": {
+ "protocol_id": 573
},
- "minecraft:block.powder_snow.place": {
- "protocol_id": 1157
+ "minecraft:block.froglight.hit": {
+ "protocol_id": 574
},
- "minecraft:block.powder_snow.step": {
- "protocol_id": 1158
+ "minecraft:block.froglight.place": {
+ "protocol_id": 575
},
- "minecraft:block.pumpkin.carve": {
- "protocol_id": 1166
+ "minecraft:block.froglight.step": {
+ "protocol_id": 576
},
- "minecraft:block.redstone_torch.burnout": {
- "protocol_id": 1191
+ "minecraft:block.frogspawn.break": {
+ "protocol_id": 578
},
- "minecraft:block.respawn_anchor.ambient": {
- "protocol_id": 1192
+ "minecraft:block.frogspawn.fall": {
+ "protocol_id": 579
},
- "minecraft:block.respawn_anchor.charge": {
- "protocol_id": 1193
+ "minecraft:block.frogspawn.hatch": {
+ "protocol_id": 580
},
- "minecraft:block.respawn_anchor.deplete": {
- "protocol_id": 1194
+ "minecraft:block.frogspawn.hit": {
+ "protocol_id": 581
},
- "minecraft:block.respawn_anchor.set_spawn": {
- "protocol_id": 1195
+ "minecraft:block.frogspawn.place": {
+ "protocol_id": 582
},
- "minecraft:block.rooted_dirt.break": {
- "protocol_id": 1196
+ "minecraft:block.frogspawn.step": {
+ "protocol_id": 577
},
- "minecraft:block.rooted_dirt.fall": {
- "protocol_id": 1197
- },
- "minecraft:block.rooted_dirt.hit": {
- "protocol_id": 1198
- },
- "minecraft:block.rooted_dirt.place": {
- "protocol_id": 1199
- },
- "minecraft:block.rooted_dirt.step": {
- "protocol_id": 1200
- },
- "minecraft:block.roots.break": {
- "protocol_id": 585
- },
- "minecraft:block.roots.fall": {
- "protocol_id": 589
- },
- "minecraft:block.roots.hit": {
- "protocol_id": 588
- },
- "minecraft:block.roots.place": {
- "protocol_id": 587
- },
- "minecraft:block.roots.step": {
- "protocol_id": 586
- },
- "minecraft:block.sand.break": {
- "protocol_id": 1205
- },
- "minecraft:block.sand.fall": {
- "protocol_id": 1206
- },
- "minecraft:block.sand.hit": {
- "protocol_id": 1207
- },
- "minecraft:block.sand.place": {
- "protocol_id": 1208
- },
- "minecraft:block.sand.step": {
- "protocol_id": 1209
- },
- "minecraft:block.scaffolding.break": {
- "protocol_id": 1210
- },
- "minecraft:block.scaffolding.fall": {
- "protocol_id": 1211
- },
- "minecraft:block.scaffolding.hit": {
- "protocol_id": 1212
- },
- "minecraft:block.scaffolding.place": {
- "protocol_id": 1213
- },
- "minecraft:block.scaffolding.step": {
- "protocol_id": 1214
- },
- "minecraft:block.sculk.break": {
- "protocol_id": 1217
- },
- "minecraft:block.sculk.charge": {
- "protocol_id": 1216
- },
- "minecraft:block.sculk.fall": {
- "protocol_id": 1218
- },
- "minecraft:block.sculk.hit": {
- "protocol_id": 1219
- },
- "minecraft:block.sculk.place": {
- "protocol_id": 1220
- },
- "minecraft:block.sculk.spread": {
- "protocol_id": 1215
- },
- "minecraft:block.sculk.step": {
- "protocol_id": 1221
- },
- "minecraft:block.sculk_catalyst.bloom": {
- "protocol_id": 1222
- },
- "minecraft:block.sculk_catalyst.break": {
- "protocol_id": 1223
- },
- "minecraft:block.sculk_catalyst.fall": {
- "protocol_id": 1224
- },
- "minecraft:block.sculk_catalyst.hit": {
- "protocol_id": 1225
- },
- "minecraft:block.sculk_catalyst.place": {
- "protocol_id": 1226
- },
- "minecraft:block.sculk_catalyst.step": {
- "protocol_id": 1227
- },
- "minecraft:block.sculk_sensor.break": {
- "protocol_id": 1230
- },
- "minecraft:block.sculk_sensor.clicking": {
- "protocol_id": 1228
- },
- "minecraft:block.sculk_sensor.clicking_stop": {
- "protocol_id": 1229
- },
- "minecraft:block.sculk_sensor.fall": {
- "protocol_id": 1231
- },
- "minecraft:block.sculk_sensor.hit": {
- "protocol_id": 1232
- },
- "minecraft:block.sculk_sensor.place": {
- "protocol_id": 1233
- },
- "minecraft:block.sculk_sensor.step": {
- "protocol_id": 1234
- },
- "minecraft:block.sculk_shrieker.break": {
- "protocol_id": 1235
- },
- "minecraft:block.sculk_shrieker.fall": {
- "protocol_id": 1236
- },
- "minecraft:block.sculk_shrieker.hit": {
- "protocol_id": 1237
- },
- "minecraft:block.sculk_shrieker.place": {
- "protocol_id": 1238
- },
- "minecraft:block.sculk_shrieker.shriek": {
- "protocol_id": 1239
- },
- "minecraft:block.sculk_shrieker.step": {
- "protocol_id": 1240
- },
- "minecraft:block.sculk_vein.break": {
- "protocol_id": 1241
- },
- "minecraft:block.sculk_vein.fall": {
- "protocol_id": 1242
- },
- "minecraft:block.sculk_vein.hit": {
- "protocol_id": 1243
- },
- "minecraft:block.sculk_vein.place": {
- "protocol_id": 1244
- },
- "minecraft:block.sculk_vein.step": {
- "protocol_id": 1245
- },
- "minecraft:block.shroomlight.break": {
- "protocol_id": 1253
- },
- "minecraft:block.shroomlight.fall": {
- "protocol_id": 1257
- },
- "minecraft:block.shroomlight.hit": {
- "protocol_id": 1256
- },
- "minecraft:block.shroomlight.place": {
- "protocol_id": 1255
- },
- "minecraft:block.shroomlight.step": {
- "protocol_id": 1254
- },
- "minecraft:block.shulker_box.close": {
- "protocol_id": 1260
- },
- "minecraft:block.shulker_box.open": {
- "protocol_id": 1261
- },
- "minecraft:block.sign.waxed_interact_fail": {
- "protocol_id": 1540
- },
- "minecraft:block.slime_block.break": {
- "protocol_id": 1294
- },
- "minecraft:block.slime_block.fall": {
- "protocol_id": 1295
- },
- "minecraft:block.slime_block.hit": {
- "protocol_id": 1296
- },
- "minecraft:block.slime_block.place": {
- "protocol_id": 1297
- },
- "minecraft:block.slime_block.step": {
- "protocol_id": 1298
- },
- "minecraft:block.small_amethyst_bud.break": {
- "protocol_id": 1299
- },
- "minecraft:block.small_amethyst_bud.place": {
- "protocol_id": 1300
- },
- "minecraft:block.small_dripleaf.break": {
- "protocol_id": 1301
- },
- "minecraft:block.small_dripleaf.fall": {
- "protocol_id": 1302
- },
- "minecraft:block.small_dripleaf.hit": {
- "protocol_id": 1303
- },
- "minecraft:block.small_dripleaf.place": {
- "protocol_id": 1304
- },
- "minecraft:block.small_dripleaf.step": {
- "protocol_id": 1305
- },
- "minecraft:block.smithing_table.use": {
- "protocol_id": 1340
- },
- "minecraft:block.smoker.smoke": {
- "protocol_id": 1341
- },
- "minecraft:block.sniffer_egg.crack": {
- "protocol_id": 1355
- },
- "minecraft:block.sniffer_egg.hatch": {
- "protocol_id": 1356
- },
- "minecraft:block.sniffer_egg.plop": {
- "protocol_id": 1354
- },
- "minecraft:block.snow.break": {
- "protocol_id": 1358
- },
- "minecraft:block.snow.fall": {
- "protocol_id": 1359
- },
- "minecraft:block.snow.hit": {
- "protocol_id": 1365
- },
- "minecraft:block.snow.place": {
- "protocol_id": 1366
- },
- "minecraft:block.snow.step": {
- "protocol_id": 1367
- },
- "minecraft:block.soul_sand.break": {
- "protocol_id": 1306
- },
- "minecraft:block.soul_sand.fall": {
- "protocol_id": 1310
- },
- "minecraft:block.soul_sand.hit": {
- "protocol_id": 1309
- },
- "minecraft:block.soul_sand.place": {
- "protocol_id": 1308
- },
- "minecraft:block.soul_sand.step": {
- "protocol_id": 1307
- },
- "minecraft:block.soul_soil.break": {
- "protocol_id": 1311
- },
- "minecraft:block.soul_soil.fall": {
- "protocol_id": 1315
- },
- "minecraft:block.soul_soil.hit": {
- "protocol_id": 1314
- },
- "minecraft:block.soul_soil.place": {
- "protocol_id": 1313
- },
- "minecraft:block.soul_soil.step": {
- "protocol_id": 1312
- },
- "minecraft:block.spawner.break": {
- "protocol_id": 1317
- },
- "minecraft:block.spawner.fall": {
- "protocol_id": 1318
- },
- "minecraft:block.spawner.hit": {
- "protocol_id": 1319
- },
- "minecraft:block.spawner.place": {
- "protocol_id": 1320
- },
- "minecraft:block.spawner.step": {
- "protocol_id": 1321
- },
- "minecraft:block.sponge.absorb": {
- "protocol_id": 1379
- },
- "minecraft:block.sponge.break": {
- "protocol_id": 1374
- },
- "minecraft:block.sponge.fall": {
- "protocol_id": 1375
- },
- "minecraft:block.sponge.hit": {
- "protocol_id": 1376
- },
- "minecraft:block.sponge.place": {
- "protocol_id": 1377
- },
- "minecraft:block.sponge.step": {
- "protocol_id": 1378
- },
- "minecraft:block.spore_blossom.break": {
- "protocol_id": 1322
- },
- "minecraft:block.spore_blossom.fall": {
- "protocol_id": 1323
- },
- "minecraft:block.spore_blossom.hit": {
- "protocol_id": 1324
- },
- "minecraft:block.spore_blossom.place": {
- "protocol_id": 1325
- },
- "minecraft:block.spore_blossom.step": {
- "protocol_id": 1326
- },
- "minecraft:block.stem.break": {
- "protocol_id": 964
- },
- "minecraft:block.stem.fall": {
- "protocol_id": 968
- },
- "minecraft:block.stem.hit": {
- "protocol_id": 967
- },
- "minecraft:block.stem.place": {
- "protocol_id": 966
- },
- "minecraft:block.stem.step": {
- "protocol_id": 965
- },
- "minecraft:block.stone.break": {
- "protocol_id": 1386
- },
- "minecraft:block.stone.fall": {
- "protocol_id": 1389
- },
- "minecraft:block.stone.hit": {
- "protocol_id": 1390
- },
- "minecraft:block.stone.place": {
- "protocol_id": 1391
- },
- "minecraft:block.stone.step": {
- "protocol_id": 1394
- },
- "minecraft:block.stone_button.click_off": {
- "protocol_id": 1387
- },
- "minecraft:block.stone_button.click_on": {
- "protocol_id": 1388
- },
- "minecraft:block.stone_pressure_plate.click_off": {
- "protocol_id": 1392
- },
- "minecraft:block.stone_pressure_plate.click_on": {
- "protocol_id": 1393
- },
- "minecraft:block.suspicious_gravel.break": {
- "protocol_id": 561
- },
- "minecraft:block.suspicious_gravel.fall": {
- "protocol_id": 565
- },
- "minecraft:block.suspicious_gravel.hit": {
- "protocol_id": 564
- },
- "minecraft:block.suspicious_gravel.place": {
- "protocol_id": 563
- },
- "minecraft:block.suspicious_gravel.step": {
- "protocol_id": 562
- },
- "minecraft:block.suspicious_sand.break": {
- "protocol_id": 556
- },
- "minecraft:block.suspicious_sand.fall": {
- "protocol_id": 560
- },
- "minecraft:block.suspicious_sand.hit": {
- "protocol_id": 559
- },
- "minecraft:block.suspicious_sand.place": {
- "protocol_id": 558
- },
- "minecraft:block.suspicious_sand.step": {
- "protocol_id": 557
- },
- "minecraft:block.sweet_berry_bush.break": {
- "protocol_id": 1399
- },
- "minecraft:block.sweet_berry_bush.pick_berries": {
- "protocol_id": 1401
- },
- "minecraft:block.sweet_berry_bush.place": {
- "protocol_id": 1400
- },
- "minecraft:block.trial_spawner.about_to_spawn_item": {
- "protocol_id": 697
- },
- "minecraft:block.trial_spawner.ambient": {
- "protocol_id": 702
- },
- "minecraft:block.trial_spawner.ambient_ominous": {
- "protocol_id": 703
- },
- "minecraft:block.trial_spawner.break": {
- "protocol_id": 691
- },
- "minecraft:block.trial_spawner.close_shutter": {
- "protocol_id": 705
- },
- "minecraft:block.trial_spawner.detect_player": {
- "protocol_id": 700
- },
- "minecraft:block.trial_spawner.eject_item": {
- "protocol_id": 706
- },
- "minecraft:block.trial_spawner.fall": {
- "protocol_id": 695
- },
- "minecraft:block.trial_spawner.hit": {
- "protocol_id": 694
- },
- "minecraft:block.trial_spawner.ominous_activate": {
- "protocol_id": 701
- },
- "minecraft:block.trial_spawner.open_shutter": {
- "protocol_id": 704
- },
- "minecraft:block.trial_spawner.place": {
- "protocol_id": 693
- },
- "minecraft:block.trial_spawner.spawn_item": {
- "protocol_id": 698
- },
- "minecraft:block.trial_spawner.spawn_item_begin": {
- "protocol_id": 699
- },
- "minecraft:block.trial_spawner.spawn_mob": {
- "protocol_id": 696
- },
- "minecraft:block.trial_spawner.step": {
- "protocol_id": 692
- },
- "minecraft:block.tripwire.attach": {
- "protocol_id": 1417
- },
- "minecraft:block.tripwire.click_off": {
- "protocol_id": 1418
- },
- "minecraft:block.tripwire.click_on": {
- "protocol_id": 1419
- },
- "minecraft:block.tripwire.detach": {
- "protocol_id": 1420
- },
- "minecraft:block.tuff.break": {
- "protocol_id": 1425
- },
- "minecraft:block.tuff.fall": {
- "protocol_id": 1429
- },
- "minecraft:block.tuff.hit": {
- "protocol_id": 1428
- },
- "minecraft:block.tuff.place": {
- "protocol_id": 1427
- },
- "minecraft:block.tuff.step": {
- "protocol_id": 1426
- },
- "minecraft:block.tuff_bricks.break": {
- "protocol_id": 1430
- },
- "minecraft:block.tuff_bricks.fall": {
- "protocol_id": 1431
- },
- "minecraft:block.tuff_bricks.hit": {
- "protocol_id": 1432
- },
- "minecraft:block.tuff_bricks.place": {
- "protocol_id": 1433
- },
- "minecraft:block.tuff_bricks.step": {
- "protocol_id": 1434
- },
- "minecraft:block.vault.activate": {
- "protocol_id": 1461
- },
- "minecraft:block.vault.ambient": {
- "protocol_id": 1462
- },
- "minecraft:block.vault.break": {
- "protocol_id": 1463
- },
- "minecraft:block.vault.close_shutter": {
- "protocol_id": 1464
- },
- "minecraft:block.vault.deactivate": {
- "protocol_id": 1465
- },
- "minecraft:block.vault.eject_item": {
- "protocol_id": 1466
- },
- "minecraft:block.vault.fall": {
- "protocol_id": 1468
- },
- "minecraft:block.vault.hit": {
- "protocol_id": 1469
- },
- "minecraft:block.vault.insert_item": {
- "protocol_id": 1470
- },
- "minecraft:block.vault.insert_item_fail": {
- "protocol_id": 1471
- },
- "minecraft:block.vault.open_shutter": {
- "protocol_id": 1472
- },
- "minecraft:block.vault.place": {
- "protocol_id": 1473
- },
- "minecraft:block.vault.reject_rewarded_player": {
- "protocol_id": 1467
- },
- "minecraft:block.vault.step": {
- "protocol_id": 1474
- },
- "minecraft:block.vine.break": {
- "protocol_id": 1503
- },
- "minecraft:block.vine.fall": {
- "protocol_id": 1504
- },
- "minecraft:block.vine.hit": {
- "protocol_id": 1505
- },
- "minecraft:block.vine.place": {
- "protocol_id": 1506
- },
- "minecraft:block.vine.step": {
- "protocol_id": 1507
- },
- "minecraft:block.wart_block.break": {
- "protocol_id": 989
- },
- "minecraft:block.wart_block.fall": {
- "protocol_id": 993
- },
- "minecraft:block.wart_block.hit": {
- "protocol_id": 992
- },
- "minecraft:block.wart_block.place": {
- "protocol_id": 991
- },
- "minecraft:block.wart_block.step": {
- "protocol_id": 990
- },
- "minecraft:block.water.ambient": {
- "protocol_id": 1541
- },
- "minecraft:block.weeping_vines.break": {
- "protocol_id": 984
- },
- "minecraft:block.weeping_vines.fall": {
- "protocol_id": 988
- },
- "minecraft:block.weeping_vines.hit": {
- "protocol_id": 987
- },
- "minecraft:block.weeping_vines.place": {
- "protocol_id": 986
- },
- "minecraft:block.weeping_vines.step": {
+ "minecraft:block.fungus.break": {
"protocol_id": 985
},
- "minecraft:block.wet_grass.break": {
- "protocol_id": 1544
+ "minecraft:block.fungus.fall": {
+ "protocol_id": 989
},
- "minecraft:block.wet_grass.fall": {
- "protocol_id": 1545
+ "minecraft:block.fungus.hit": {
+ "protocol_id": 988
},
- "minecraft:block.wet_grass.hit": {
- "protocol_id": 1546
+ "minecraft:block.fungus.place": {
+ "protocol_id": 987
},
- "minecraft:block.wet_grass.place": {
- "protocol_id": 1547
+ "minecraft:block.fungus.step": {
+ "protocol_id": 986
},
- "minecraft:block.wet_grass.step": {
- "protocol_id": 1548
+ "minecraft:block.furnace.fire_crackle": {
+ "protocol_id": 596
},
- "minecraft:block.wet_sponge.break": {
- "protocol_id": 1549
+ "minecraft:block.gilded_blackstone.break": {
+ "protocol_id": 614
},
- "minecraft:block.wet_sponge.dries": {
- "protocol_id": 1550
+ "minecraft:block.gilded_blackstone.fall": {
+ "protocol_id": 615
},
- "minecraft:block.wet_sponge.fall": {
- "protocol_id": 1551
+ "minecraft:block.gilded_blackstone.hit": {
+ "protocol_id": 616
},
- "minecraft:block.wet_sponge.hit": {
- "protocol_id": 1552
+ "minecraft:block.gilded_blackstone.place": {
+ "protocol_id": 617
},
- "minecraft:block.wet_sponge.place": {
- "protocol_id": 1553
+ "minecraft:block.gilded_blackstone.step": {
+ "protocol_id": 618
},
- "minecraft:block.wet_sponge.step": {
+ "minecraft:block.glass.break": {
+ "protocol_id": 619
+ },
+ "minecraft:block.glass.fall": {
+ "protocol_id": 620
+ },
+ "minecraft:block.glass.hit": {
+ "protocol_id": 621
+ },
+ "minecraft:block.glass.place": {
+ "protocol_id": 622
+ },
+ "minecraft:block.glass.step": {
+ "protocol_id": 623
+ },
+ "minecraft:block.grass.break": {
+ "protocol_id": 652
+ },
+ "minecraft:block.grass.fall": {
+ "protocol_id": 653
+ },
+ "minecraft:block.grass.hit": {
+ "protocol_id": 654
+ },
+ "minecraft:block.grass.place": {
+ "protocol_id": 655
+ },
+ "minecraft:block.grass.step": {
+ "protocol_id": 656
+ },
+ "minecraft:block.gravel.break": {
+ "protocol_id": 657
+ },
+ "minecraft:block.gravel.fall": {
+ "protocol_id": 658
+ },
+ "minecraft:block.gravel.hit": {
+ "protocol_id": 659
+ },
+ "minecraft:block.gravel.place": {
+ "protocol_id": 660
+ },
+ "minecraft:block.gravel.step": {
+ "protocol_id": 661
+ },
+ "minecraft:block.grindstone.use": {
+ "protocol_id": 662
+ },
+ "minecraft:block.growing_plant.crop": {
+ "protocol_id": 663
+ },
+ "minecraft:block.hanging_roots.break": {
+ "protocol_id": 672
+ },
+ "minecraft:block.hanging_roots.fall": {
+ "protocol_id": 673
+ },
+ "minecraft:block.hanging_roots.hit": {
+ "protocol_id": 674
+ },
+ "minecraft:block.hanging_roots.place": {
+ "protocol_id": 675
+ },
+ "minecraft:block.hanging_roots.step": {
+ "protocol_id": 676
+ },
+ "minecraft:block.hanging_sign.break": {
+ "protocol_id": 678
+ },
+ "minecraft:block.hanging_sign.fall": {
+ "protocol_id": 679
+ },
+ "minecraft:block.hanging_sign.hit": {
+ "protocol_id": 680
+ },
+ "minecraft:block.hanging_sign.place": {
+ "protocol_id": 681
+ },
+ "minecraft:block.hanging_sign.step": {
+ "protocol_id": 677
+ },
+ "minecraft:block.hanging_sign.waxed_interact_fail": {
"protocol_id": 1554
},
+ "minecraft:block.heavy_core.break": {
+ "protocol_id": 682
+ },
+ "minecraft:block.heavy_core.fall": {
+ "protocol_id": 683
+ },
+ "minecraft:block.heavy_core.hit": {
+ "protocol_id": 684
+ },
+ "minecraft:block.heavy_core.place": {
+ "protocol_id": 685
+ },
+ "minecraft:block.heavy_core.step": {
+ "protocol_id": 686
+ },
+ "minecraft:block.honey_block.break": {
+ "protocol_id": 722
+ },
+ "minecraft:block.honey_block.fall": {
+ "protocol_id": 723
+ },
+ "minecraft:block.honey_block.hit": {
+ "protocol_id": 724
+ },
+ "minecraft:block.honey_block.place": {
+ "protocol_id": 725
+ },
+ "minecraft:block.honey_block.slide": {
+ "protocol_id": 726
+ },
+ "minecraft:block.honey_block.step": {
+ "protocol_id": 727
+ },
+ "minecraft:block.iron_door.close": {
+ "protocol_id": 770
+ },
+ "minecraft:block.iron_door.open": {
+ "protocol_id": 771
+ },
+ "minecraft:block.iron_trapdoor.close": {
+ "protocol_id": 778
+ },
+ "minecraft:block.iron_trapdoor.open": {
+ "protocol_id": 779
+ },
+ "minecraft:block.ladder.break": {
+ "protocol_id": 787
+ },
+ "minecraft:block.ladder.fall": {
+ "protocol_id": 788
+ },
+ "minecraft:block.ladder.hit": {
+ "protocol_id": 789
+ },
+ "minecraft:block.ladder.place": {
+ "protocol_id": 790
+ },
+ "minecraft:block.ladder.step": {
+ "protocol_id": 791
+ },
+ "minecraft:block.lantern.break": {
+ "protocol_id": 792
+ },
+ "minecraft:block.lantern.fall": {
+ "protocol_id": 793
+ },
+ "minecraft:block.lantern.hit": {
+ "protocol_id": 794
+ },
+ "minecraft:block.lantern.place": {
+ "protocol_id": 795
+ },
+ "minecraft:block.lantern.step": {
+ "protocol_id": 796
+ },
+ "minecraft:block.large_amethyst_bud.break": {
+ "protocol_id": 797
+ },
+ "minecraft:block.large_amethyst_bud.place": {
+ "protocol_id": 798
+ },
+ "minecraft:block.lava.ambient": {
+ "protocol_id": 799
+ },
+ "minecraft:block.lava.extinguish": {
+ "protocol_id": 800
+ },
+ "minecraft:block.lava.pop": {
+ "protocol_id": 801
+ },
+ "minecraft:block.lever.click": {
+ "protocol_id": 804
+ },
+ "minecraft:block.lily_pad.place": {
+ "protocol_id": 1523
+ },
+ "minecraft:block.lodestone.break": {
+ "protocol_id": 818
+ },
+ "minecraft:block.lodestone.fall": {
+ "protocol_id": 822
+ },
+ "minecraft:block.lodestone.hit": {
+ "protocol_id": 821
+ },
+ "minecraft:block.lodestone.place": {
+ "protocol_id": 820
+ },
+ "minecraft:block.lodestone.step": {
+ "protocol_id": 819
+ },
+ "minecraft:block.mangrove_roots.break": {
+ "protocol_id": 833
+ },
+ "minecraft:block.mangrove_roots.fall": {
+ "protocol_id": 834
+ },
+ "minecraft:block.mangrove_roots.hit": {
+ "protocol_id": 835
+ },
+ "minecraft:block.mangrove_roots.place": {
+ "protocol_id": 836
+ },
+ "minecraft:block.mangrove_roots.step": {
+ "protocol_id": 837
+ },
+ "minecraft:block.medium_amethyst_bud.break": {
+ "protocol_id": 838
+ },
+ "minecraft:block.medium_amethyst_bud.place": {
+ "protocol_id": 839
+ },
+ "minecraft:block.metal.break": {
+ "protocol_id": 840
+ },
+ "minecraft:block.metal.fall": {
+ "protocol_id": 841
+ },
+ "minecraft:block.metal.hit": {
+ "protocol_id": 842
+ },
+ "minecraft:block.metal.place": {
+ "protocol_id": 843
+ },
+ "minecraft:block.metal.step": {
+ "protocol_id": 846
+ },
+ "minecraft:block.metal_pressure_plate.click_off": {
+ "protocol_id": 844
+ },
+ "minecraft:block.metal_pressure_plate.click_on": {
+ "protocol_id": 845
+ },
+ "minecraft:block.moss.break": {
+ "protocol_id": 865
+ },
+ "minecraft:block.moss.fall": {
+ "protocol_id": 866
+ },
+ "minecraft:block.moss.hit": {
+ "protocol_id": 867
+ },
+ "minecraft:block.moss.place": {
+ "protocol_id": 868
+ },
+ "minecraft:block.moss.step": {
+ "protocol_id": 869
+ },
+ "minecraft:block.moss_carpet.break": {
+ "protocol_id": 855
+ },
+ "minecraft:block.moss_carpet.fall": {
+ "protocol_id": 856
+ },
+ "minecraft:block.moss_carpet.hit": {
+ "protocol_id": 857
+ },
+ "minecraft:block.moss_carpet.place": {
+ "protocol_id": 858
+ },
+ "minecraft:block.moss_carpet.step": {
+ "protocol_id": 859
+ },
+ "minecraft:block.mud.break": {
+ "protocol_id": 870
+ },
+ "minecraft:block.mud.fall": {
+ "protocol_id": 871
+ },
+ "minecraft:block.mud.hit": {
+ "protocol_id": 872
+ },
+ "minecraft:block.mud.place": {
+ "protocol_id": 873
+ },
+ "minecraft:block.mud.step": {
+ "protocol_id": 874
+ },
+ "minecraft:block.mud_bricks.break": {
+ "protocol_id": 875
+ },
+ "minecraft:block.mud_bricks.fall": {
+ "protocol_id": 876
+ },
+ "minecraft:block.mud_bricks.hit": {
+ "protocol_id": 877
+ },
+ "minecraft:block.mud_bricks.place": {
+ "protocol_id": 878
+ },
+ "minecraft:block.mud_bricks.step": {
+ "protocol_id": 879
+ },
+ "minecraft:block.muddy_mangrove_roots.break": {
+ "protocol_id": 880
+ },
+ "minecraft:block.muddy_mangrove_roots.fall": {
+ "protocol_id": 881
+ },
+ "minecraft:block.muddy_mangrove_roots.hit": {
+ "protocol_id": 882
+ },
+ "minecraft:block.muddy_mangrove_roots.place": {
+ "protocol_id": 883
+ },
+ "minecraft:block.muddy_mangrove_roots.step": {
+ "protocol_id": 884
+ },
+ "minecraft:block.nether_bricks.break": {
+ "protocol_id": 942
+ },
+ "minecraft:block.nether_bricks.fall": {
+ "protocol_id": 946
+ },
+ "minecraft:block.nether_bricks.hit": {
+ "protocol_id": 945
+ },
+ "minecraft:block.nether_bricks.place": {
+ "protocol_id": 944
+ },
+ "minecraft:block.nether_bricks.step": {
+ "protocol_id": 943
+ },
+ "minecraft:block.nether_gold_ore.break": {
+ "protocol_id": 1187
+ },
+ "minecraft:block.nether_gold_ore.fall": {
+ "protocol_id": 1188
+ },
+ "minecraft:block.nether_gold_ore.hit": {
+ "protocol_id": 1189
+ },
+ "minecraft:block.nether_gold_ore.place": {
+ "protocol_id": 1190
+ },
+ "minecraft:block.nether_gold_ore.step": {
+ "protocol_id": 1191
+ },
+ "minecraft:block.nether_ore.break": {
+ "protocol_id": 1192
+ },
+ "minecraft:block.nether_ore.fall": {
+ "protocol_id": 1193
+ },
+ "minecraft:block.nether_ore.hit": {
+ "protocol_id": 1194
+ },
+ "minecraft:block.nether_ore.place": {
+ "protocol_id": 1195
+ },
+ "minecraft:block.nether_ore.step": {
+ "protocol_id": 1196
+ },
+ "minecraft:block.nether_sprouts.break": {
+ "protocol_id": 980
+ },
+ "minecraft:block.nether_sprouts.fall": {
+ "protocol_id": 984
+ },
+ "minecraft:block.nether_sprouts.hit": {
+ "protocol_id": 983
+ },
+ "minecraft:block.nether_sprouts.place": {
+ "protocol_id": 982
+ },
+ "minecraft:block.nether_sprouts.step": {
+ "protocol_id": 981
+ },
+ "minecraft:block.nether_wart.break": {
+ "protocol_id": 947
+ },
+ "minecraft:block.nether_wood.break": {
+ "protocol_id": 949
+ },
+ "minecraft:block.nether_wood.fall": {
+ "protocol_id": 950
+ },
+ "minecraft:block.nether_wood.hit": {
+ "protocol_id": 951
+ },
+ "minecraft:block.nether_wood.place": {
+ "protocol_id": 952
+ },
+ "minecraft:block.nether_wood.step": {
+ "protocol_id": 953
+ },
+ "minecraft:block.nether_wood_button.click_off": {
+ "protocol_id": 958
+ },
+ "minecraft:block.nether_wood_button.click_on": {
+ "protocol_id": 959
+ },
+ "minecraft:block.nether_wood_door.close": {
+ "protocol_id": 954
+ },
+ "minecraft:block.nether_wood_door.open": {
+ "protocol_id": 955
+ },
+ "minecraft:block.nether_wood_fence_gate.close": {
+ "protocol_id": 962
+ },
+ "minecraft:block.nether_wood_fence_gate.open": {
+ "protocol_id": 963
+ },
+ "minecraft:block.nether_wood_hanging_sign.break": {
+ "protocol_id": 688
+ },
+ "minecraft:block.nether_wood_hanging_sign.fall": {
+ "protocol_id": 689
+ },
+ "minecraft:block.nether_wood_hanging_sign.hit": {
+ "protocol_id": 690
+ },
+ "minecraft:block.nether_wood_hanging_sign.place": {
+ "protocol_id": 691
+ },
+ "minecraft:block.nether_wood_hanging_sign.step": {
+ "protocol_id": 687
+ },
+ "minecraft:block.nether_wood_pressure_plate.click_off": {
+ "protocol_id": 960
+ },
+ "minecraft:block.nether_wood_pressure_plate.click_on": {
+ "protocol_id": 961
+ },
+ "minecraft:block.nether_wood_trapdoor.close": {
+ "protocol_id": 956
+ },
+ "minecraft:block.nether_wood_trapdoor.open": {
+ "protocol_id": 957
+ },
+ "minecraft:block.netherite_block.break": {
+ "protocol_id": 1000
+ },
+ "minecraft:block.netherite_block.fall": {
+ "protocol_id": 1004
+ },
+ "minecraft:block.netherite_block.hit": {
+ "protocol_id": 1003
+ },
+ "minecraft:block.netherite_block.place": {
+ "protocol_id": 1002
+ },
+ "minecraft:block.netherite_block.step": {
+ "protocol_id": 1001
+ },
+ "minecraft:block.netherrack.break": {
+ "protocol_id": 1005
+ },
+ "minecraft:block.netherrack.fall": {
+ "protocol_id": 1009
+ },
+ "minecraft:block.netherrack.hit": {
+ "protocol_id": 1008
+ },
+ "minecraft:block.netherrack.place": {
+ "protocol_id": 1007
+ },
+ "minecraft:block.netherrack.step": {
+ "protocol_id": 1006
+ },
+ "minecraft:block.note_block.banjo": {
+ "protocol_id": 1025
+ },
+ "minecraft:block.note_block.basedrum": {
+ "protocol_id": 1010
+ },
+ "minecraft:block.note_block.bass": {
+ "protocol_id": 1011
+ },
+ "minecraft:block.note_block.bell": {
+ "protocol_id": 1012
+ },
+ "minecraft:block.note_block.bit": {
+ "protocol_id": 1024
+ },
+ "minecraft:block.note_block.chime": {
+ "protocol_id": 1013
+ },
+ "minecraft:block.note_block.cow_bell": {
+ "protocol_id": 1022
+ },
+ "minecraft:block.note_block.didgeridoo": {
+ "protocol_id": 1023
+ },
+ "minecraft:block.note_block.flute": {
+ "protocol_id": 1014
+ },
+ "minecraft:block.note_block.guitar": {
+ "protocol_id": 1015
+ },
+ "minecraft:block.note_block.harp": {
+ "protocol_id": 1016
+ },
+ "minecraft:block.note_block.hat": {
+ "protocol_id": 1017
+ },
+ "minecraft:block.note_block.imitate.creeper": {
+ "protocol_id": 1028
+ },
+ "minecraft:block.note_block.imitate.ender_dragon": {
+ "protocol_id": 1029
+ },
+ "minecraft:block.note_block.imitate.piglin": {
+ "protocol_id": 1031
+ },
+ "minecraft:block.note_block.imitate.skeleton": {
+ "protocol_id": 1027
+ },
+ "minecraft:block.note_block.imitate.wither_skeleton": {
+ "protocol_id": 1030
+ },
+ "minecraft:block.note_block.imitate.zombie": {
+ "protocol_id": 1026
+ },
+ "minecraft:block.note_block.iron_xylophone": {
+ "protocol_id": 1021
+ },
+ "minecraft:block.note_block.pling": {
+ "protocol_id": 1018
+ },
+ "minecraft:block.note_block.snare": {
+ "protocol_id": 1019
+ },
+ "minecraft:block.note_block.xylophone": {
+ "protocol_id": 1020
+ },
+ "minecraft:block.nylium.break": {
+ "protocol_id": 975
+ },
+ "minecraft:block.nylium.fall": {
+ "protocol_id": 979
+ },
+ "minecraft:block.nylium.hit": {
+ "protocol_id": 978
+ },
+ "minecraft:block.nylium.place": {
+ "protocol_id": 977
+ },
+ "minecraft:block.nylium.step": {
+ "protocol_id": 976
+ },
+ "minecraft:block.packed_mud.break": {
+ "protocol_id": 965
+ },
+ "minecraft:block.packed_mud.fall": {
+ "protocol_id": 966
+ },
+ "minecraft:block.packed_mud.hit": {
+ "protocol_id": 967
+ },
+ "minecraft:block.packed_mud.place": {
+ "protocol_id": 968
+ },
+ "minecraft:block.packed_mud.step": {
+ "protocol_id": 969
+ },
+ "minecraft:block.pale_hanging_moss.idle": {
+ "protocol_id": 1038
+ },
+ "minecraft:block.pink_petals.break": {
+ "protocol_id": 860
+ },
+ "minecraft:block.pink_petals.fall": {
+ "protocol_id": 861
+ },
+ "minecraft:block.pink_petals.hit": {
+ "protocol_id": 862
+ },
+ "minecraft:block.pink_petals.place": {
+ "protocol_id": 863
+ },
+ "minecraft:block.pink_petals.step": {
+ "protocol_id": 864
+ },
+ "minecraft:block.piston.contract": {
+ "protocol_id": 1123
+ },
+ "minecraft:block.piston.extend": {
+ "protocol_id": 1124
+ },
+ "minecraft:block.pointed_dripstone.break": {
+ "protocol_id": 454
+ },
+ "minecraft:block.pointed_dripstone.drip_lava": {
+ "protocol_id": 460
+ },
+ "minecraft:block.pointed_dripstone.drip_lava_into_cauldron": {
+ "protocol_id": 462
+ },
+ "minecraft:block.pointed_dripstone.drip_water": {
+ "protocol_id": 461
+ },
+ "minecraft:block.pointed_dripstone.drip_water_into_cauldron": {
+ "protocol_id": 463
+ },
+ "minecraft:block.pointed_dripstone.fall": {
+ "protocol_id": 458
+ },
+ "minecraft:block.pointed_dripstone.hit": {
+ "protocol_id": 457
+ },
+ "minecraft:block.pointed_dripstone.land": {
+ "protocol_id": 459
+ },
+ "minecraft:block.pointed_dripstone.place": {
+ "protocol_id": 456
+ },
+ "minecraft:block.pointed_dripstone.step": {
+ "protocol_id": 455
+ },
+ "minecraft:block.polished_deepslate.break": {
+ "protocol_id": 1152
+ },
+ "minecraft:block.polished_deepslate.fall": {
+ "protocol_id": 1153
+ },
+ "minecraft:block.polished_deepslate.hit": {
+ "protocol_id": 1154
+ },
+ "minecraft:block.polished_deepslate.place": {
+ "protocol_id": 1155
+ },
+ "minecraft:block.polished_deepslate.step": {
+ "protocol_id": 1156
+ },
+ "minecraft:block.polished_tuff.break": {
+ "protocol_id": 1450
+ },
+ "minecraft:block.polished_tuff.fall": {
+ "protocol_id": 1451
+ },
+ "minecraft:block.polished_tuff.hit": {
+ "protocol_id": 1452
+ },
+ "minecraft:block.polished_tuff.place": {
+ "protocol_id": 1453
+ },
+ "minecraft:block.polished_tuff.step": {
+ "protocol_id": 1454
+ },
+ "minecraft:block.portal.ambient": {
+ "protocol_id": 1157
+ },
+ "minecraft:block.portal.travel": {
+ "protocol_id": 1158
+ },
+ "minecraft:block.portal.trigger": {
+ "protocol_id": 1159
+ },
+ "minecraft:block.powder_snow.break": {
+ "protocol_id": 1160
+ },
+ "minecraft:block.powder_snow.fall": {
+ "protocol_id": 1161
+ },
+ "minecraft:block.powder_snow.hit": {
+ "protocol_id": 1162
+ },
+ "minecraft:block.powder_snow.place": {
+ "protocol_id": 1163
+ },
+ "minecraft:block.powder_snow.step": {
+ "protocol_id": 1164
+ },
+ "minecraft:block.pumpkin.carve": {
+ "protocol_id": 1172
+ },
+ "minecraft:block.redstone_torch.burnout": {
+ "protocol_id": 1197
+ },
+ "minecraft:block.resin.break": {
+ "protocol_id": 1328
+ },
+ "minecraft:block.resin.fall": {
+ "protocol_id": 1329
+ },
+ "minecraft:block.resin.place": {
+ "protocol_id": 1330
+ },
+ "minecraft:block.resin.step": {
+ "protocol_id": 1331
+ },
+ "minecraft:block.resin_bricks.break": {
+ "protocol_id": 1332
+ },
+ "minecraft:block.resin_bricks.fall": {
+ "protocol_id": 1333
+ },
+ "minecraft:block.resin_bricks.hit": {
+ "protocol_id": 1334
+ },
+ "minecraft:block.resin_bricks.place": {
+ "protocol_id": 1335
+ },
+ "minecraft:block.resin_bricks.step": {
+ "protocol_id": 1336
+ },
+ "minecraft:block.respawn_anchor.ambient": {
+ "protocol_id": 1198
+ },
+ "minecraft:block.respawn_anchor.charge": {
+ "protocol_id": 1199
+ },
+ "minecraft:block.respawn_anchor.deplete": {
+ "protocol_id": 1200
+ },
+ "minecraft:block.respawn_anchor.set_spawn": {
+ "protocol_id": 1201
+ },
+ "minecraft:block.rooted_dirt.break": {
+ "protocol_id": 1202
+ },
+ "minecraft:block.rooted_dirt.fall": {
+ "protocol_id": 1203
+ },
+ "minecraft:block.rooted_dirt.hit": {
+ "protocol_id": 1204
+ },
+ "minecraft:block.rooted_dirt.place": {
+ "protocol_id": 1205
+ },
+ "minecraft:block.rooted_dirt.step": {
+ "protocol_id": 1206
+ },
+ "minecraft:block.roots.break": {
+ "protocol_id": 591
+ },
+ "minecraft:block.roots.fall": {
+ "protocol_id": 595
+ },
+ "minecraft:block.roots.hit": {
+ "protocol_id": 594
+ },
+ "minecraft:block.roots.place": {
+ "protocol_id": 593
+ },
+ "minecraft:block.roots.step": {
+ "protocol_id": 592
+ },
+ "minecraft:block.sand.break": {
+ "protocol_id": 1211
+ },
+ "minecraft:block.sand.fall": {
+ "protocol_id": 1212
+ },
+ "minecraft:block.sand.hit": {
+ "protocol_id": 1213
+ },
+ "minecraft:block.sand.place": {
+ "protocol_id": 1214
+ },
+ "minecraft:block.sand.step": {
+ "protocol_id": 1215
+ },
+ "minecraft:block.scaffolding.break": {
+ "protocol_id": 1216
+ },
+ "minecraft:block.scaffolding.fall": {
+ "protocol_id": 1217
+ },
+ "minecraft:block.scaffolding.hit": {
+ "protocol_id": 1218
+ },
+ "minecraft:block.scaffolding.place": {
+ "protocol_id": 1219
+ },
+ "minecraft:block.scaffolding.step": {
+ "protocol_id": 1220
+ },
+ "minecraft:block.sculk.break": {
+ "protocol_id": 1223
+ },
+ "minecraft:block.sculk.charge": {
+ "protocol_id": 1222
+ },
+ "minecraft:block.sculk.fall": {
+ "protocol_id": 1224
+ },
+ "minecraft:block.sculk.hit": {
+ "protocol_id": 1225
+ },
+ "minecraft:block.sculk.place": {
+ "protocol_id": 1226
+ },
+ "minecraft:block.sculk.spread": {
+ "protocol_id": 1221
+ },
+ "minecraft:block.sculk.step": {
+ "protocol_id": 1227
+ },
+ "minecraft:block.sculk_catalyst.bloom": {
+ "protocol_id": 1228
+ },
+ "minecraft:block.sculk_catalyst.break": {
+ "protocol_id": 1229
+ },
+ "minecraft:block.sculk_catalyst.fall": {
+ "protocol_id": 1230
+ },
+ "minecraft:block.sculk_catalyst.hit": {
+ "protocol_id": 1231
+ },
+ "minecraft:block.sculk_catalyst.place": {
+ "protocol_id": 1232
+ },
+ "minecraft:block.sculk_catalyst.step": {
+ "protocol_id": 1233
+ },
+ "minecraft:block.sculk_sensor.break": {
+ "protocol_id": 1236
+ },
+ "minecraft:block.sculk_sensor.clicking": {
+ "protocol_id": 1234
+ },
+ "minecraft:block.sculk_sensor.clicking_stop": {
+ "protocol_id": 1235
+ },
+ "minecraft:block.sculk_sensor.fall": {
+ "protocol_id": 1237
+ },
+ "minecraft:block.sculk_sensor.hit": {
+ "protocol_id": 1238
+ },
+ "minecraft:block.sculk_sensor.place": {
+ "protocol_id": 1239
+ },
+ "minecraft:block.sculk_sensor.step": {
+ "protocol_id": 1240
+ },
+ "minecraft:block.sculk_shrieker.break": {
+ "protocol_id": 1241
+ },
+ "minecraft:block.sculk_shrieker.fall": {
+ "protocol_id": 1242
+ },
+ "minecraft:block.sculk_shrieker.hit": {
+ "protocol_id": 1243
+ },
+ "minecraft:block.sculk_shrieker.place": {
+ "protocol_id": 1244
+ },
+ "minecraft:block.sculk_shrieker.shriek": {
+ "protocol_id": 1245
+ },
+ "minecraft:block.sculk_shrieker.step": {
+ "protocol_id": 1246
+ },
+ "minecraft:block.sculk_vein.break": {
+ "protocol_id": 1247
+ },
+ "minecraft:block.sculk_vein.fall": {
+ "protocol_id": 1248
+ },
+ "minecraft:block.sculk_vein.hit": {
+ "protocol_id": 1249
+ },
+ "minecraft:block.sculk_vein.place": {
+ "protocol_id": 1250
+ },
+ "minecraft:block.sculk_vein.step": {
+ "protocol_id": 1251
+ },
+ "minecraft:block.shroomlight.break": {
+ "protocol_id": 1259
+ },
+ "minecraft:block.shroomlight.fall": {
+ "protocol_id": 1263
+ },
+ "minecraft:block.shroomlight.hit": {
+ "protocol_id": 1262
+ },
+ "minecraft:block.shroomlight.place": {
+ "protocol_id": 1261
+ },
+ "minecraft:block.shroomlight.step": {
+ "protocol_id": 1260
+ },
+ "minecraft:block.shulker_box.close": {
+ "protocol_id": 1266
+ },
+ "minecraft:block.shulker_box.open": {
+ "protocol_id": 1267
+ },
+ "minecraft:block.sign.waxed_interact_fail": {
+ "protocol_id": 1555
+ },
+ "minecraft:block.slime_block.break": {
+ "protocol_id": 1300
+ },
+ "minecraft:block.slime_block.fall": {
+ "protocol_id": 1301
+ },
+ "minecraft:block.slime_block.hit": {
+ "protocol_id": 1302
+ },
+ "minecraft:block.slime_block.place": {
+ "protocol_id": 1303
+ },
+ "minecraft:block.slime_block.step": {
+ "protocol_id": 1304
+ },
+ "minecraft:block.small_amethyst_bud.break": {
+ "protocol_id": 1305
+ },
+ "minecraft:block.small_amethyst_bud.place": {
+ "protocol_id": 1306
+ },
+ "minecraft:block.small_dripleaf.break": {
+ "protocol_id": 1307
+ },
+ "minecraft:block.small_dripleaf.fall": {
+ "protocol_id": 1308
+ },
+ "minecraft:block.small_dripleaf.hit": {
+ "protocol_id": 1309
+ },
+ "minecraft:block.small_dripleaf.place": {
+ "protocol_id": 1310
+ },
+ "minecraft:block.small_dripleaf.step": {
+ "protocol_id": 1311
+ },
+ "minecraft:block.smithing_table.use": {
+ "protocol_id": 1355
+ },
+ "minecraft:block.smoker.smoke": {
+ "protocol_id": 1356
+ },
+ "minecraft:block.sniffer_egg.crack": {
+ "protocol_id": 1370
+ },
+ "minecraft:block.sniffer_egg.hatch": {
+ "protocol_id": 1371
+ },
+ "minecraft:block.sniffer_egg.plop": {
+ "protocol_id": 1369
+ },
+ "minecraft:block.snow.break": {
+ "protocol_id": 1373
+ },
+ "minecraft:block.snow.fall": {
+ "protocol_id": 1374
+ },
+ "minecraft:block.snow.hit": {
+ "protocol_id": 1380
+ },
+ "minecraft:block.snow.place": {
+ "protocol_id": 1381
+ },
+ "minecraft:block.snow.step": {
+ "protocol_id": 1382
+ },
+ "minecraft:block.soul_sand.break": {
+ "protocol_id": 1312
+ },
+ "minecraft:block.soul_sand.fall": {
+ "protocol_id": 1316
+ },
+ "minecraft:block.soul_sand.hit": {
+ "protocol_id": 1315
+ },
+ "minecraft:block.soul_sand.place": {
+ "protocol_id": 1314
+ },
+ "minecraft:block.soul_sand.step": {
+ "protocol_id": 1313
+ },
+ "minecraft:block.soul_soil.break": {
+ "protocol_id": 1317
+ },
+ "minecraft:block.soul_soil.fall": {
+ "protocol_id": 1321
+ },
+ "minecraft:block.soul_soil.hit": {
+ "protocol_id": 1320
+ },
+ "minecraft:block.soul_soil.place": {
+ "protocol_id": 1319
+ },
+ "minecraft:block.soul_soil.step": {
+ "protocol_id": 1318
+ },
+ "minecraft:block.spawner.break": {
+ "protocol_id": 1323
+ },
+ "minecraft:block.spawner.fall": {
+ "protocol_id": 1324
+ },
+ "minecraft:block.spawner.hit": {
+ "protocol_id": 1325
+ },
+ "minecraft:block.spawner.place": {
+ "protocol_id": 1326
+ },
+ "minecraft:block.spawner.step": {
+ "protocol_id": 1327
+ },
+ "minecraft:block.sponge.absorb": {
+ "protocol_id": 1394
+ },
+ "minecraft:block.sponge.break": {
+ "protocol_id": 1389
+ },
+ "minecraft:block.sponge.fall": {
+ "protocol_id": 1390
+ },
+ "minecraft:block.sponge.hit": {
+ "protocol_id": 1391
+ },
+ "minecraft:block.sponge.place": {
+ "protocol_id": 1392
+ },
+ "minecraft:block.sponge.step": {
+ "protocol_id": 1393
+ },
+ "minecraft:block.spore_blossom.break": {
+ "protocol_id": 1337
+ },
+ "minecraft:block.spore_blossom.fall": {
+ "protocol_id": 1338
+ },
+ "minecraft:block.spore_blossom.hit": {
+ "protocol_id": 1339
+ },
+ "minecraft:block.spore_blossom.place": {
+ "protocol_id": 1340
+ },
+ "minecraft:block.spore_blossom.step": {
+ "protocol_id": 1341
+ },
+ "minecraft:block.stem.break": {
+ "protocol_id": 970
+ },
+ "minecraft:block.stem.fall": {
+ "protocol_id": 974
+ },
+ "minecraft:block.stem.hit": {
+ "protocol_id": 973
+ },
+ "minecraft:block.stem.place": {
+ "protocol_id": 972
+ },
+ "minecraft:block.stem.step": {
+ "protocol_id": 971
+ },
+ "minecraft:block.stone.break": {
+ "protocol_id": 1401
+ },
+ "minecraft:block.stone.fall": {
+ "protocol_id": 1404
+ },
+ "minecraft:block.stone.hit": {
+ "protocol_id": 1405
+ },
+ "minecraft:block.stone.place": {
+ "protocol_id": 1406
+ },
+ "minecraft:block.stone.step": {
+ "protocol_id": 1409
+ },
+ "minecraft:block.stone_button.click_off": {
+ "protocol_id": 1402
+ },
+ "minecraft:block.stone_button.click_on": {
+ "protocol_id": 1403
+ },
+ "minecraft:block.stone_pressure_plate.click_off": {
+ "protocol_id": 1407
+ },
+ "minecraft:block.stone_pressure_plate.click_on": {
+ "protocol_id": 1408
+ },
+ "minecraft:block.suspicious_gravel.break": {
+ "protocol_id": 567
+ },
+ "minecraft:block.suspicious_gravel.fall": {
+ "protocol_id": 571
+ },
+ "minecraft:block.suspicious_gravel.hit": {
+ "protocol_id": 570
+ },
+ "minecraft:block.suspicious_gravel.place": {
+ "protocol_id": 569
+ },
+ "minecraft:block.suspicious_gravel.step": {
+ "protocol_id": 568
+ },
+ "minecraft:block.suspicious_sand.break": {
+ "protocol_id": 562
+ },
+ "minecraft:block.suspicious_sand.fall": {
+ "protocol_id": 566
+ },
+ "minecraft:block.suspicious_sand.hit": {
+ "protocol_id": 565
+ },
+ "minecraft:block.suspicious_sand.place": {
+ "protocol_id": 564
+ },
+ "minecraft:block.suspicious_sand.step": {
+ "protocol_id": 563
+ },
+ "minecraft:block.sweet_berry_bush.break": {
+ "protocol_id": 1414
+ },
+ "minecraft:block.sweet_berry_bush.pick_berries": {
+ "protocol_id": 1416
+ },
+ "minecraft:block.sweet_berry_bush.place": {
+ "protocol_id": 1415
+ },
+ "minecraft:block.trial_spawner.about_to_spawn_item": {
+ "protocol_id": 703
+ },
+ "minecraft:block.trial_spawner.ambient": {
+ "protocol_id": 708
+ },
+ "minecraft:block.trial_spawner.ambient_ominous": {
+ "protocol_id": 709
+ },
+ "minecraft:block.trial_spawner.break": {
+ "protocol_id": 697
+ },
+ "minecraft:block.trial_spawner.close_shutter": {
+ "protocol_id": 711
+ },
+ "minecraft:block.trial_spawner.detect_player": {
+ "protocol_id": 706
+ },
+ "minecraft:block.trial_spawner.eject_item": {
+ "protocol_id": 712
+ },
+ "minecraft:block.trial_spawner.fall": {
+ "protocol_id": 701
+ },
+ "minecraft:block.trial_spawner.hit": {
+ "protocol_id": 700
+ },
+ "minecraft:block.trial_spawner.ominous_activate": {
+ "protocol_id": 707
+ },
+ "minecraft:block.trial_spawner.open_shutter": {
+ "protocol_id": 710
+ },
+ "minecraft:block.trial_spawner.place": {
+ "protocol_id": 699
+ },
+ "minecraft:block.trial_spawner.spawn_item": {
+ "protocol_id": 704
+ },
+ "minecraft:block.trial_spawner.spawn_item_begin": {
+ "protocol_id": 705
+ },
+ "minecraft:block.trial_spawner.spawn_mob": {
+ "protocol_id": 702
+ },
+ "minecraft:block.trial_spawner.step": {
+ "protocol_id": 698
+ },
+ "minecraft:block.tripwire.attach": {
+ "protocol_id": 1432
+ },
+ "minecraft:block.tripwire.click_off": {
+ "protocol_id": 1433
+ },
+ "minecraft:block.tripwire.click_on": {
+ "protocol_id": 1434
+ },
+ "minecraft:block.tripwire.detach": {
+ "protocol_id": 1435
+ },
+ "minecraft:block.tuff.break": {
+ "protocol_id": 1440
+ },
+ "minecraft:block.tuff.fall": {
+ "protocol_id": 1444
+ },
+ "minecraft:block.tuff.hit": {
+ "protocol_id": 1443
+ },
+ "minecraft:block.tuff.place": {
+ "protocol_id": 1442
+ },
+ "minecraft:block.tuff.step": {
+ "protocol_id": 1441
+ },
+ "minecraft:block.tuff_bricks.break": {
+ "protocol_id": 1445
+ },
+ "minecraft:block.tuff_bricks.fall": {
+ "protocol_id": 1446
+ },
+ "minecraft:block.tuff_bricks.hit": {
+ "protocol_id": 1447
+ },
+ "minecraft:block.tuff_bricks.place": {
+ "protocol_id": 1448
+ },
+ "minecraft:block.tuff_bricks.step": {
+ "protocol_id": 1449
+ },
+ "minecraft:block.vault.activate": {
+ "protocol_id": 1476
+ },
+ "minecraft:block.vault.ambient": {
+ "protocol_id": 1477
+ },
+ "minecraft:block.vault.break": {
+ "protocol_id": 1478
+ },
+ "minecraft:block.vault.close_shutter": {
+ "protocol_id": 1479
+ },
+ "minecraft:block.vault.deactivate": {
+ "protocol_id": 1480
+ },
+ "minecraft:block.vault.eject_item": {
+ "protocol_id": 1481
+ },
+ "minecraft:block.vault.fall": {
+ "protocol_id": 1483
+ },
+ "minecraft:block.vault.hit": {
+ "protocol_id": 1484
+ },
+ "minecraft:block.vault.insert_item": {
+ "protocol_id": 1485
+ },
+ "minecraft:block.vault.insert_item_fail": {
+ "protocol_id": 1486
+ },
+ "minecraft:block.vault.open_shutter": {
+ "protocol_id": 1487
+ },
+ "minecraft:block.vault.place": {
+ "protocol_id": 1488
+ },
+ "minecraft:block.vault.reject_rewarded_player": {
+ "protocol_id": 1482
+ },
+ "minecraft:block.vault.step": {
+ "protocol_id": 1489
+ },
+ "minecraft:block.vine.break": {
+ "protocol_id": 1518
+ },
+ "minecraft:block.vine.fall": {
+ "protocol_id": 1519
+ },
+ "minecraft:block.vine.hit": {
+ "protocol_id": 1520
+ },
+ "minecraft:block.vine.place": {
+ "protocol_id": 1521
+ },
+ "minecraft:block.vine.step": {
+ "protocol_id": 1522
+ },
+ "minecraft:block.wart_block.break": {
+ "protocol_id": 995
+ },
+ "minecraft:block.wart_block.fall": {
+ "protocol_id": 999
+ },
+ "minecraft:block.wart_block.hit": {
+ "protocol_id": 998
+ },
+ "minecraft:block.wart_block.place": {
+ "protocol_id": 997
+ },
+ "minecraft:block.wart_block.step": {
+ "protocol_id": 996
+ },
+ "minecraft:block.water.ambient": {
+ "protocol_id": 1556
+ },
+ "minecraft:block.weeping_vines.break": {
+ "protocol_id": 990
+ },
+ "minecraft:block.weeping_vines.fall": {
+ "protocol_id": 994
+ },
+ "minecraft:block.weeping_vines.hit": {
+ "protocol_id": 993
+ },
+ "minecraft:block.weeping_vines.place": {
+ "protocol_id": 992
+ },
+ "minecraft:block.weeping_vines.step": {
+ "protocol_id": 991
+ },
+ "minecraft:block.wet_grass.break": {
+ "protocol_id": 1559
+ },
+ "minecraft:block.wet_grass.fall": {
+ "protocol_id": 1560
+ },
+ "minecraft:block.wet_grass.hit": {
+ "protocol_id": 1561
+ },
+ "minecraft:block.wet_grass.place": {
+ "protocol_id": 1562
+ },
+ "minecraft:block.wet_grass.step": {
+ "protocol_id": 1563
+ },
+ "minecraft:block.wet_sponge.break": {
+ "protocol_id": 1564
+ },
+ "minecraft:block.wet_sponge.dries": {
+ "protocol_id": 1565
+ },
+ "minecraft:block.wet_sponge.fall": {
+ "protocol_id": 1566
+ },
+ "minecraft:block.wet_sponge.hit": {
+ "protocol_id": 1567
+ },
+ "minecraft:block.wet_sponge.place": {
+ "protocol_id": 1568
+ },
+ "minecraft:block.wet_sponge.step": {
+ "protocol_id": 1569
+ },
"minecraft:block.wood.break": {
- "protocol_id": 1594
+ "protocol_id": 1609
},
"minecraft:block.wood.fall": {
- "protocol_id": 1595
+ "protocol_id": 1610
},
"minecraft:block.wood.hit": {
- "protocol_id": 1596
+ "protocol_id": 1611
},
"minecraft:block.wood.place": {
- "protocol_id": 1597
+ "protocol_id": 1612
},
"minecraft:block.wood.step": {
- "protocol_id": 1598
+ "protocol_id": 1613
},
"minecraft:block.wooden_button.click_off": {
- "protocol_id": 1590
+ "protocol_id": 1605
},
"minecraft:block.wooden_button.click_on": {
- "protocol_id": 1591
+ "protocol_id": 1606
},
"minecraft:block.wooden_door.close": {
- "protocol_id": 1586
- },
- "minecraft:block.wooden_door.open": {
- "protocol_id": 1587
- },
- "minecraft:block.wooden_pressure_plate.click_off": {
- "protocol_id": 1592
- },
- "minecraft:block.wooden_pressure_plate.click_on": {
- "protocol_id": 1593
- },
- "minecraft:block.wooden_trapdoor.close": {
- "protocol_id": 1588
- },
- "minecraft:block.wooden_trapdoor.open": {
- "protocol_id": 1589
- },
- "minecraft:block.wool.break": {
- "protocol_id": 1599
- },
- "minecraft:block.wool.fall": {
- "protocol_id": 1600
- },
- "minecraft:block.wool.hit": {
"protocol_id": 1601
},
- "minecraft:block.wool.place": {
+ "minecraft:block.wooden_door.open": {
"protocol_id": 1602
},
- "minecraft:block.wool.step": {
+ "minecraft:block.wooden_pressure_plate.click_off": {
+ "protocol_id": 1607
+ },
+ "minecraft:block.wooden_pressure_plate.click_on": {
+ "protocol_id": 1608
+ },
+ "minecraft:block.wooden_trapdoor.close": {
"protocol_id": 1603
},
+ "minecraft:block.wooden_trapdoor.open": {
+ "protocol_id": 1604
+ },
+ "minecraft:block.wool.break": {
+ "protocol_id": 1614
+ },
+ "minecraft:block.wool.fall": {
+ "protocol_id": 1615
+ },
+ "minecraft:block.wool.hit": {
+ "protocol_id": 1616
+ },
+ "minecraft:block.wool.place": {
+ "protocol_id": 1617
+ },
+ "minecraft:block.wool.step": {
+ "protocol_id": 1618
+ },
"minecraft:enchant.thorns.hit": {
- "protocol_id": 1406
+ "protocol_id": 1421
},
"minecraft:entity.allay.ambient_with_item": {
"protocol_id": 0
@@ -14855,1817 +14966,1820 @@
"minecraft:entity.creaking.sway": {
"protocol_id": 383
},
+ "minecraft:entity.creaking.twitch": {
+ "protocol_id": 384
+ },
"minecraft:entity.creaking.unfreeze": {
"protocol_id": 381
},
"minecraft:entity.creeper.death": {
- "protocol_id": 392
- },
- "minecraft:entity.creeper.hurt": {
"protocol_id": 393
},
- "minecraft:entity.creeper.primed": {
+ "minecraft:entity.creeper.hurt": {
"protocol_id": 394
},
- "minecraft:entity.dolphin.ambient": {
- "protocol_id": 431
+ "minecraft:entity.creeper.primed": {
+ "protocol_id": 395
},
- "minecraft:entity.dolphin.ambient_water": {
+ "minecraft:entity.dolphin.ambient": {
"protocol_id": 432
},
- "minecraft:entity.dolphin.attack": {
+ "minecraft:entity.dolphin.ambient_water": {
"protocol_id": 433
},
- "minecraft:entity.dolphin.death": {
+ "minecraft:entity.dolphin.attack": {
"protocol_id": 434
},
- "minecraft:entity.dolphin.eat": {
+ "minecraft:entity.dolphin.death": {
"protocol_id": 435
},
- "minecraft:entity.dolphin.hurt": {
+ "minecraft:entity.dolphin.eat": {
"protocol_id": 436
},
- "minecraft:entity.dolphin.jump": {
+ "minecraft:entity.dolphin.hurt": {
"protocol_id": 437
},
- "minecraft:entity.dolphin.play": {
+ "minecraft:entity.dolphin.jump": {
"protocol_id": 438
},
- "minecraft:entity.dolphin.splash": {
+ "minecraft:entity.dolphin.play": {
"protocol_id": 439
},
- "minecraft:entity.dolphin.swim": {
+ "minecraft:entity.dolphin.splash": {
"protocol_id": 440
},
- "minecraft:entity.donkey.ambient": {
+ "minecraft:entity.dolphin.swim": {
"protocol_id": 441
},
- "minecraft:entity.donkey.angry": {
+ "minecraft:entity.donkey.ambient": {
"protocol_id": 442
},
- "minecraft:entity.donkey.chest": {
+ "minecraft:entity.donkey.angry": {
"protocol_id": 443
},
- "minecraft:entity.donkey.death": {
+ "minecraft:entity.donkey.chest": {
"protocol_id": 444
},
- "minecraft:entity.donkey.eat": {
+ "minecraft:entity.donkey.death": {
"protocol_id": 445
},
- "minecraft:entity.donkey.hurt": {
+ "minecraft:entity.donkey.eat": {
"protocol_id": 446
},
- "minecraft:entity.donkey.jump": {
+ "minecraft:entity.donkey.hurt": {
"protocol_id": 447
},
+ "minecraft:entity.donkey.jump": {
+ "protocol_id": 448
+ },
"minecraft:entity.dragon_fireball.explode": {
- "protocol_id": 490
- },
- "minecraft:entity.drowned.ambient": {
- "protocol_id": 465
- },
- "minecraft:entity.drowned.ambient_water": {
- "protocol_id": 466
- },
- "minecraft:entity.drowned.death": {
- "protocol_id": 467
- },
- "minecraft:entity.drowned.death_water": {
- "protocol_id": 468
- },
- "minecraft:entity.drowned.hurt": {
- "protocol_id": 469
- },
- "minecraft:entity.drowned.hurt_water": {
- "protocol_id": 470
- },
- "minecraft:entity.drowned.shoot": {
- "protocol_id": 471
- },
- "minecraft:entity.drowned.step": {
- "protocol_id": 472
- },
- "minecraft:entity.drowned.swim": {
- "protocol_id": 473
- },
- "minecraft:entity.egg.throw": {
- "protocol_id": 475
- },
- "minecraft:entity.elder_guardian.ambient": {
- "protocol_id": 476
- },
- "minecraft:entity.elder_guardian.ambient_land": {
- "protocol_id": 477
- },
- "minecraft:entity.elder_guardian.curse": {
- "protocol_id": 478
- },
- "minecraft:entity.elder_guardian.death": {
- "protocol_id": 479
- },
- "minecraft:entity.elder_guardian.death_land": {
- "protocol_id": 480
- },
- "minecraft:entity.elder_guardian.flop": {
- "protocol_id": 481
- },
- "minecraft:entity.elder_guardian.hurt": {
- "protocol_id": 482
- },
- "minecraft:entity.elder_guardian.hurt_land": {
- "protocol_id": 483
- },
- "minecraft:entity.ender_dragon.ambient": {
- "protocol_id": 488
- },
- "minecraft:entity.ender_dragon.death": {
- "protocol_id": 489
- },
- "minecraft:entity.ender_dragon.flap": {
"protocol_id": 491
},
- "minecraft:entity.ender_dragon.growl": {
+ "minecraft:entity.drowned.ambient": {
+ "protocol_id": 466
+ },
+ "minecraft:entity.drowned.ambient_water": {
+ "protocol_id": 467
+ },
+ "minecraft:entity.drowned.death": {
+ "protocol_id": 468
+ },
+ "minecraft:entity.drowned.death_water": {
+ "protocol_id": 469
+ },
+ "minecraft:entity.drowned.hurt": {
+ "protocol_id": 470
+ },
+ "minecraft:entity.drowned.hurt_water": {
+ "protocol_id": 471
+ },
+ "minecraft:entity.drowned.shoot": {
+ "protocol_id": 472
+ },
+ "minecraft:entity.drowned.step": {
+ "protocol_id": 473
+ },
+ "minecraft:entity.drowned.swim": {
+ "protocol_id": 474
+ },
+ "minecraft:entity.egg.throw": {
+ "protocol_id": 476
+ },
+ "minecraft:entity.elder_guardian.ambient": {
+ "protocol_id": 477
+ },
+ "minecraft:entity.elder_guardian.ambient_land": {
+ "protocol_id": 478
+ },
+ "minecraft:entity.elder_guardian.curse": {
+ "protocol_id": 479
+ },
+ "minecraft:entity.elder_guardian.death": {
+ "protocol_id": 480
+ },
+ "minecraft:entity.elder_guardian.death_land": {
+ "protocol_id": 481
+ },
+ "minecraft:entity.elder_guardian.flop": {
+ "protocol_id": 482
+ },
+ "minecraft:entity.elder_guardian.hurt": {
+ "protocol_id": 483
+ },
+ "minecraft:entity.elder_guardian.hurt_land": {
+ "protocol_id": 484
+ },
+ "minecraft:entity.ender_dragon.ambient": {
+ "protocol_id": 489
+ },
+ "minecraft:entity.ender_dragon.death": {
+ "protocol_id": 490
+ },
+ "minecraft:entity.ender_dragon.flap": {
"protocol_id": 492
},
- "minecraft:entity.ender_dragon.hurt": {
+ "minecraft:entity.ender_dragon.growl": {
"protocol_id": 493
},
- "minecraft:entity.ender_dragon.shoot": {
+ "minecraft:entity.ender_dragon.hurt": {
"protocol_id": 494
},
- "minecraft:entity.ender_eye.death": {
+ "minecraft:entity.ender_dragon.shoot": {
"protocol_id": 495
},
- "minecraft:entity.ender_eye.launch": {
+ "minecraft:entity.ender_eye.death": {
"protocol_id": 496
},
- "minecraft:entity.ender_pearl.throw": {
- "protocol_id": 507
- },
- "minecraft:entity.enderman.ambient": {
+ "minecraft:entity.ender_eye.launch": {
"protocol_id": 497
},
- "minecraft:entity.enderman.death": {
+ "minecraft:entity.ender_pearl.throw": {
+ "protocol_id": 508
+ },
+ "minecraft:entity.enderman.ambient": {
"protocol_id": 498
},
- "minecraft:entity.enderman.hurt": {
+ "minecraft:entity.enderman.death": {
"protocol_id": 499
},
- "minecraft:entity.enderman.scream": {
+ "minecraft:entity.enderman.hurt": {
"protocol_id": 500
},
- "minecraft:entity.enderman.stare": {
+ "minecraft:entity.enderman.scream": {
"protocol_id": 501
},
- "minecraft:entity.enderman.teleport": {
+ "minecraft:entity.enderman.stare": {
"protocol_id": 502
},
- "minecraft:entity.endermite.ambient": {
+ "minecraft:entity.enderman.teleport": {
"protocol_id": 503
},
- "minecraft:entity.endermite.death": {
+ "minecraft:entity.endermite.ambient": {
"protocol_id": 504
},
- "minecraft:entity.endermite.hurt": {
+ "minecraft:entity.endermite.death": {
"protocol_id": 505
},
- "minecraft:entity.endermite.step": {
+ "minecraft:entity.endermite.hurt": {
"protocol_id": 506
},
- "minecraft:entity.evoker.ambient": {
- "protocol_id": 511
+ "minecraft:entity.endermite.step": {
+ "protocol_id": 507
},
- "minecraft:entity.evoker.cast_spell": {
+ "minecraft:entity.evoker.ambient": {
"protocol_id": 512
},
- "minecraft:entity.evoker.celebrate": {
+ "minecraft:entity.evoker.cast_spell": {
"protocol_id": 513
},
- "minecraft:entity.evoker.death": {
+ "minecraft:entity.evoker.celebrate": {
"protocol_id": 514
},
- "minecraft:entity.evoker.hurt": {
- "protocol_id": 516
- },
- "minecraft:entity.evoker.prepare_attack": {
- "protocol_id": 517
- },
- "minecraft:entity.evoker.prepare_summon": {
- "protocol_id": 518
- },
- "minecraft:entity.evoker.prepare_wololo": {
- "protocol_id": 519
- },
- "minecraft:entity.evoker_fangs.attack": {
+ "minecraft:entity.evoker.death": {
"protocol_id": 515
},
- "minecraft:entity.experience_bottle.throw": {
+ "minecraft:entity.evoker.hurt": {
+ "protocol_id": 517
+ },
+ "minecraft:entity.evoker.prepare_attack": {
+ "protocol_id": 518
+ },
+ "minecraft:entity.evoker.prepare_summon": {
+ "protocol_id": 519
+ },
+ "minecraft:entity.evoker.prepare_wololo": {
"protocol_id": 520
},
- "minecraft:entity.experience_orb.pickup": {
+ "minecraft:entity.evoker_fangs.attack": {
+ "protocol_id": 516
+ },
+ "minecraft:entity.experience_bottle.throw": {
"protocol_id": 521
},
+ "minecraft:entity.experience_orb.pickup": {
+ "protocol_id": 522
+ },
"minecraft:entity.firework_rocket.blast": {
- "protocol_id": 525
- },
- "minecraft:entity.firework_rocket.blast_far": {
- "protocol_id": 526
- },
- "minecraft:entity.firework_rocket.large_blast": {
- "protocol_id": 527
- },
- "minecraft:entity.firework_rocket.large_blast_far": {
- "protocol_id": 528
- },
- "minecraft:entity.firework_rocket.launch": {
- "protocol_id": 529
- },
- "minecraft:entity.firework_rocket.shoot": {
- "protocol_id": 530
- },
- "minecraft:entity.firework_rocket.twinkle": {
"protocol_id": 531
},
- "minecraft:entity.firework_rocket.twinkle_far": {
+ "minecraft:entity.firework_rocket.blast_far": {
"protocol_id": 532
},
- "minecraft:entity.fish.swim": {
+ "minecraft:entity.firework_rocket.large_blast": {
+ "protocol_id": 533
+ },
+ "minecraft:entity.firework_rocket.large_blast_far": {
+ "protocol_id": 534
+ },
+ "minecraft:entity.firework_rocket.launch": {
"protocol_id": 535
},
- "minecraft:entity.fishing_bobber.retrieve": {
+ "minecraft:entity.firework_rocket.shoot": {
"protocol_id": 536
},
- "minecraft:entity.fishing_bobber.splash": {
+ "minecraft:entity.firework_rocket.twinkle": {
"protocol_id": 537
},
- "minecraft:entity.fishing_bobber.throw": {
+ "minecraft:entity.firework_rocket.twinkle_far": {
"protocol_id": 538
},
+ "minecraft:entity.fish.swim": {
+ "protocol_id": 541
+ },
+ "minecraft:entity.fishing_bobber.retrieve": {
+ "protocol_id": 542
+ },
+ "minecraft:entity.fishing_bobber.splash": {
+ "protocol_id": 543
+ },
+ "minecraft:entity.fishing_bobber.throw": {
+ "protocol_id": 544
+ },
"minecraft:entity.fox.aggro": {
- "protocol_id": 545
- },
- "minecraft:entity.fox.ambient": {
- "protocol_id": 546
- },
- "minecraft:entity.fox.bite": {
- "protocol_id": 547
- },
- "minecraft:entity.fox.death": {
- "protocol_id": 548
- },
- "minecraft:entity.fox.eat": {
- "protocol_id": 549
- },
- "minecraft:entity.fox.hurt": {
- "protocol_id": 550
- },
- "minecraft:entity.fox.screech": {
"protocol_id": 551
},
- "minecraft:entity.fox.sleep": {
+ "minecraft:entity.fox.ambient": {
"protocol_id": 552
},
- "minecraft:entity.fox.sniff": {
+ "minecraft:entity.fox.bite": {
"protocol_id": 553
},
- "minecraft:entity.fox.spit": {
+ "minecraft:entity.fox.death": {
"protocol_id": 554
},
- "minecraft:entity.fox.teleport": {
+ "minecraft:entity.fox.eat": {
"protocol_id": 555
},
+ "minecraft:entity.fox.hurt": {
+ "protocol_id": 556
+ },
+ "minecraft:entity.fox.screech": {
+ "protocol_id": 557
+ },
+ "minecraft:entity.fox.sleep": {
+ "protocol_id": 558
+ },
+ "minecraft:entity.fox.sniff": {
+ "protocol_id": 559
+ },
+ "minecraft:entity.fox.spit": {
+ "protocol_id": 560
+ },
+ "minecraft:entity.fox.teleport": {
+ "protocol_id": 561
+ },
"minecraft:entity.frog.ambient": {
- "protocol_id": 577
- },
- "minecraft:entity.frog.death": {
- "protocol_id": 578
- },
- "minecraft:entity.frog.eat": {
- "protocol_id": 579
- },
- "minecraft:entity.frog.hurt": {
- "protocol_id": 580
- },
- "minecraft:entity.frog.lay_spawn": {
- "protocol_id": 581
- },
- "minecraft:entity.frog.long_jump": {
- "protocol_id": 582
- },
- "minecraft:entity.frog.step": {
"protocol_id": 583
},
- "minecraft:entity.frog.tongue": {
+ "minecraft:entity.frog.death": {
"protocol_id": 584
},
+ "minecraft:entity.frog.eat": {
+ "protocol_id": 585
+ },
+ "minecraft:entity.frog.hurt": {
+ "protocol_id": 586
+ },
+ "minecraft:entity.frog.lay_spawn": {
+ "protocol_id": 587
+ },
+ "minecraft:entity.frog.long_jump": {
+ "protocol_id": 588
+ },
+ "minecraft:entity.frog.step": {
+ "protocol_id": 589
+ },
+ "minecraft:entity.frog.tongue": {
+ "protocol_id": 590
+ },
"minecraft:entity.generic.big_fall": {
- "protocol_id": 591
- },
- "minecraft:entity.generic.burn": {
- "protocol_id": 592
- },
- "minecraft:entity.generic.death": {
- "protocol_id": 593
- },
- "minecraft:entity.generic.drink": {
- "protocol_id": 594
- },
- "minecraft:entity.generic.eat": {
- "protocol_id": 595
- },
- "minecraft:entity.generic.explode": {
- "protocol_id": 596
- },
- "minecraft:entity.generic.extinguish_fire": {
"protocol_id": 597
},
- "minecraft:entity.generic.hurt": {
+ "minecraft:entity.generic.burn": {
"protocol_id": 598
},
- "minecraft:entity.generic.small_fall": {
+ "minecraft:entity.generic.death": {
"protocol_id": 599
},
- "minecraft:entity.generic.splash": {
+ "minecraft:entity.generic.drink": {
"protocol_id": 600
},
- "minecraft:entity.generic.swim": {
+ "minecraft:entity.generic.eat": {
"protocol_id": 601
},
- "minecraft:entity.ghast.ambient": {
+ "minecraft:entity.generic.explode": {
"protocol_id": 602
},
- "minecraft:entity.ghast.death": {
+ "minecraft:entity.generic.extinguish_fire": {
"protocol_id": 603
},
- "minecraft:entity.ghast.hurt": {
+ "minecraft:entity.generic.hurt": {
"protocol_id": 604
},
- "minecraft:entity.ghast.scream": {
+ "minecraft:entity.generic.small_fall": {
"protocol_id": 605
},
- "minecraft:entity.ghast.shoot": {
+ "minecraft:entity.generic.splash": {
"protocol_id": 606
},
- "minecraft:entity.ghast.warn": {
+ "minecraft:entity.generic.swim": {
"protocol_id": 607
},
+ "minecraft:entity.ghast.ambient": {
+ "protocol_id": 608
+ },
+ "minecraft:entity.ghast.death": {
+ "protocol_id": 609
+ },
+ "minecraft:entity.ghast.hurt": {
+ "protocol_id": 610
+ },
+ "minecraft:entity.ghast.scream": {
+ "protocol_id": 611
+ },
+ "minecraft:entity.ghast.shoot": {
+ "protocol_id": 612
+ },
+ "minecraft:entity.ghast.warn": {
+ "protocol_id": 613
+ },
"minecraft:entity.glow_item_frame.add_item": {
- "protocol_id": 619
- },
- "minecraft:entity.glow_item_frame.break": {
- "protocol_id": 620
- },
- "minecraft:entity.glow_item_frame.place": {
- "protocol_id": 621
- },
- "minecraft:entity.glow_item_frame.remove_item": {
- "protocol_id": 622
- },
- "minecraft:entity.glow_item_frame.rotate_item": {
- "protocol_id": 623
- },
- "minecraft:entity.glow_squid.ambient": {
- "protocol_id": 624
- },
- "minecraft:entity.glow_squid.death": {
"protocol_id": 625
},
- "minecraft:entity.glow_squid.hurt": {
+ "minecraft:entity.glow_item_frame.break": {
"protocol_id": 626
},
- "minecraft:entity.glow_squid.squirt": {
+ "minecraft:entity.glow_item_frame.place": {
"protocol_id": 627
},
- "minecraft:entity.goat.ambient": {
+ "minecraft:entity.glow_item_frame.remove_item": {
"protocol_id": 628
},
- "minecraft:entity.goat.death": {
+ "minecraft:entity.glow_item_frame.rotate_item": {
"protocol_id": 629
},
- "minecraft:entity.goat.eat": {
+ "minecraft:entity.glow_squid.ambient": {
"protocol_id": 630
},
- "minecraft:entity.goat.horn_break": {
- "protocol_id": 636
- },
- "minecraft:entity.goat.hurt": {
+ "minecraft:entity.glow_squid.death": {
"protocol_id": 631
},
- "minecraft:entity.goat.long_jump": {
+ "minecraft:entity.glow_squid.hurt": {
"protocol_id": 632
},
- "minecraft:entity.goat.milk": {
+ "minecraft:entity.glow_squid.squirt": {
"protocol_id": 633
},
- "minecraft:entity.goat.prepare_ram": {
+ "minecraft:entity.goat.ambient": {
"protocol_id": 634
},
- "minecraft:entity.goat.ram_impact": {
+ "minecraft:entity.goat.death": {
"protocol_id": 635
},
- "minecraft:entity.goat.screaming.ambient": {
- "protocol_id": 637
+ "minecraft:entity.goat.eat": {
+ "protocol_id": 636
},
- "minecraft:entity.goat.screaming.death": {
- "protocol_id": 638
- },
- "minecraft:entity.goat.screaming.eat": {
- "protocol_id": 639
- },
- "minecraft:entity.goat.screaming.hurt": {
- "protocol_id": 640
- },
- "minecraft:entity.goat.screaming.long_jump": {
- "protocol_id": 641
- },
- "minecraft:entity.goat.screaming.milk": {
+ "minecraft:entity.goat.horn_break": {
"protocol_id": 642
},
- "minecraft:entity.goat.screaming.prepare_ram": {
+ "minecraft:entity.goat.hurt": {
+ "protocol_id": 637
+ },
+ "minecraft:entity.goat.long_jump": {
+ "protocol_id": 638
+ },
+ "minecraft:entity.goat.milk": {
+ "protocol_id": 639
+ },
+ "minecraft:entity.goat.prepare_ram": {
+ "protocol_id": 640
+ },
+ "minecraft:entity.goat.ram_impact": {
+ "protocol_id": 641
+ },
+ "minecraft:entity.goat.screaming.ambient": {
"protocol_id": 643
},
- "minecraft:entity.goat.screaming.ram_impact": {
+ "minecraft:entity.goat.screaming.death": {
"protocol_id": 644
},
- "minecraft:entity.goat.step": {
+ "minecraft:entity.goat.screaming.eat": {
"protocol_id": 645
},
+ "minecraft:entity.goat.screaming.hurt": {
+ "protocol_id": 646
+ },
+ "minecraft:entity.goat.screaming.long_jump": {
+ "protocol_id": 647
+ },
+ "minecraft:entity.goat.screaming.milk": {
+ "protocol_id": 648
+ },
+ "minecraft:entity.goat.screaming.prepare_ram": {
+ "protocol_id": 649
+ },
+ "minecraft:entity.goat.screaming.ram_impact": {
+ "protocol_id": 650
+ },
+ "minecraft:entity.goat.step": {
+ "protocol_id": 651
+ },
"minecraft:entity.guardian.ambient": {
- "protocol_id": 658
- },
- "minecraft:entity.guardian.ambient_land": {
- "protocol_id": 659
- },
- "minecraft:entity.guardian.attack": {
- "protocol_id": 660
- },
- "minecraft:entity.guardian.death": {
- "protocol_id": 661
- },
- "minecraft:entity.guardian.death_land": {
- "protocol_id": 662
- },
- "minecraft:entity.guardian.flop": {
- "protocol_id": 663
- },
- "minecraft:entity.guardian.hurt": {
"protocol_id": 664
},
- "minecraft:entity.guardian.hurt_land": {
+ "minecraft:entity.guardian.ambient_land": {
"protocol_id": 665
},
+ "minecraft:entity.guardian.attack": {
+ "protocol_id": 666
+ },
+ "minecraft:entity.guardian.death": {
+ "protocol_id": 667
+ },
+ "minecraft:entity.guardian.death_land": {
+ "protocol_id": 668
+ },
+ "minecraft:entity.guardian.flop": {
+ "protocol_id": 669
+ },
+ "minecraft:entity.guardian.hurt": {
+ "protocol_id": 670
+ },
+ "minecraft:entity.guardian.hurt_land": {
+ "protocol_id": 671
+ },
"minecraft:entity.hoglin.ambient": {
- "protocol_id": 708
- },
- "minecraft:entity.hoglin.angry": {
- "protocol_id": 709
- },
- "minecraft:entity.hoglin.attack": {
- "protocol_id": 710
- },
- "minecraft:entity.hoglin.converted_to_zombified": {
- "protocol_id": 711
- },
- "minecraft:entity.hoglin.death": {
- "protocol_id": 712
- },
- "minecraft:entity.hoglin.hurt": {
- "protocol_id": 713
- },
- "minecraft:entity.hoglin.retreat": {
"protocol_id": 714
},
- "minecraft:entity.hoglin.step": {
+ "minecraft:entity.hoglin.angry": {
"protocol_id": 715
},
+ "minecraft:entity.hoglin.attack": {
+ "protocol_id": 716
+ },
+ "minecraft:entity.hoglin.converted_to_zombified": {
+ "protocol_id": 717
+ },
+ "minecraft:entity.hoglin.death": {
+ "protocol_id": 718
+ },
+ "minecraft:entity.hoglin.hurt": {
+ "protocol_id": 719
+ },
+ "minecraft:entity.hoglin.retreat": {
+ "protocol_id": 720
+ },
+ "minecraft:entity.hoglin.step": {
+ "protocol_id": 721
+ },
"minecraft:entity.horse.ambient": {
- "protocol_id": 732
- },
- "minecraft:entity.horse.angry": {
- "protocol_id": 733
- },
- "minecraft:entity.horse.armor": {
- "protocol_id": 734
- },
- "minecraft:entity.horse.breathe": {
- "protocol_id": 735
- },
- "minecraft:entity.horse.death": {
- "protocol_id": 736
- },
- "minecraft:entity.horse.eat": {
- "protocol_id": 737
- },
- "minecraft:entity.horse.gallop": {
"protocol_id": 738
},
- "minecraft:entity.horse.hurt": {
+ "minecraft:entity.horse.angry": {
"protocol_id": 739
},
- "minecraft:entity.horse.jump": {
+ "minecraft:entity.horse.armor": {
"protocol_id": 740
},
- "minecraft:entity.horse.land": {
+ "minecraft:entity.horse.breathe": {
"protocol_id": 741
},
- "minecraft:entity.horse.saddle": {
+ "minecraft:entity.horse.death": {
"protocol_id": 742
},
- "minecraft:entity.horse.step": {
+ "minecraft:entity.horse.eat": {
"protocol_id": 743
},
- "minecraft:entity.horse.step_wood": {
+ "minecraft:entity.horse.gallop": {
"protocol_id": 744
},
- "minecraft:entity.hostile.big_fall": {
+ "minecraft:entity.horse.hurt": {
"protocol_id": 745
},
- "minecraft:entity.hostile.death": {
+ "minecraft:entity.horse.jump": {
"protocol_id": 746
},
- "minecraft:entity.hostile.hurt": {
+ "minecraft:entity.horse.land": {
"protocol_id": 747
},
- "minecraft:entity.hostile.small_fall": {
+ "minecraft:entity.horse.saddle": {
"protocol_id": 748
},
- "minecraft:entity.hostile.splash": {
+ "minecraft:entity.horse.step": {
"protocol_id": 749
},
- "minecraft:entity.hostile.swim": {
+ "minecraft:entity.horse.step_wood": {
"protocol_id": 750
},
- "minecraft:entity.husk.ambient": {
+ "minecraft:entity.hostile.big_fall": {
"protocol_id": 751
},
- "minecraft:entity.husk.converted_to_zombie": {
+ "minecraft:entity.hostile.death": {
"protocol_id": 752
},
- "minecraft:entity.husk.death": {
+ "minecraft:entity.hostile.hurt": {
"protocol_id": 753
},
- "minecraft:entity.husk.hurt": {
+ "minecraft:entity.hostile.small_fall": {
"protocol_id": 754
},
- "minecraft:entity.husk.step": {
+ "minecraft:entity.hostile.splash": {
"protocol_id": 755
},
- "minecraft:entity.illusioner.ambient": {
+ "minecraft:entity.hostile.swim": {
"protocol_id": 756
},
- "minecraft:entity.illusioner.cast_spell": {
+ "minecraft:entity.husk.ambient": {
"protocol_id": 757
},
- "minecraft:entity.illusioner.death": {
+ "minecraft:entity.husk.converted_to_zombie": {
"protocol_id": 758
},
- "minecraft:entity.illusioner.hurt": {
+ "minecraft:entity.husk.death": {
"protocol_id": 759
},
- "minecraft:entity.illusioner.mirror_move": {
+ "minecraft:entity.husk.hurt": {
"protocol_id": 760
},
- "minecraft:entity.illusioner.prepare_blindness": {
+ "minecraft:entity.husk.step": {
"protocol_id": 761
},
- "minecraft:entity.illusioner.prepare_mirror": {
+ "minecraft:entity.illusioner.ambient": {
"protocol_id": 762
},
- "minecraft:entity.iron_golem.attack": {
+ "minecraft:entity.illusioner.cast_spell": {
+ "protocol_id": 763
+ },
+ "minecraft:entity.illusioner.death": {
+ "protocol_id": 764
+ },
+ "minecraft:entity.illusioner.hurt": {
+ "protocol_id": 765
+ },
+ "minecraft:entity.illusioner.mirror_move": {
"protocol_id": 766
},
- "minecraft:entity.iron_golem.damage": {
+ "minecraft:entity.illusioner.prepare_blindness": {
"protocol_id": 767
},
- "minecraft:entity.iron_golem.death": {
+ "minecraft:entity.illusioner.prepare_mirror": {
"protocol_id": 768
},
- "minecraft:entity.iron_golem.hurt": {
- "protocol_id": 769
+ "minecraft:entity.iron_golem.attack": {
+ "protocol_id": 772
},
- "minecraft:entity.iron_golem.repair": {
- "protocol_id": 770
+ "minecraft:entity.iron_golem.damage": {
+ "protocol_id": 773
},
- "minecraft:entity.iron_golem.step": {
- "protocol_id": 771
- },
- "minecraft:entity.item.break": {
- "protocol_id": 779
- },
- "minecraft:entity.item.pickup": {
- "protocol_id": 780
- },
- "minecraft:entity.item_frame.add_item": {
+ "minecraft:entity.iron_golem.death": {
"protocol_id": 774
},
- "minecraft:entity.item_frame.break": {
+ "minecraft:entity.iron_golem.hurt": {
"protocol_id": 775
},
- "minecraft:entity.item_frame.place": {
+ "minecraft:entity.iron_golem.repair": {
"protocol_id": 776
},
- "minecraft:entity.item_frame.remove_item": {
+ "minecraft:entity.iron_golem.step": {
"protocol_id": 777
},
+ "minecraft:entity.item.break": {
+ "protocol_id": 785
+ },
+ "minecraft:entity.item.pickup": {
+ "protocol_id": 786
+ },
+ "minecraft:entity.item_frame.add_item": {
+ "protocol_id": 780
+ },
+ "minecraft:entity.item_frame.break": {
+ "protocol_id": 781
+ },
+ "minecraft:entity.item_frame.place": {
+ "protocol_id": 782
+ },
+ "minecraft:entity.item_frame.remove_item": {
+ "protocol_id": 783
+ },
"minecraft:entity.item_frame.rotate_item": {
- "protocol_id": 778
+ "protocol_id": 784
},
"minecraft:entity.leash_knot.break": {
- "protocol_id": 796
- },
- "minecraft:entity.leash_knot.place": {
- "protocol_id": 797
- },
- "minecraft:entity.lightning_bolt.impact": {
- "protocol_id": 799
- },
- "minecraft:entity.lightning_bolt.thunder": {
- "protocol_id": 800
- },
- "minecraft:entity.lingering_potion.throw": {
- "protocol_id": 801
- },
- "minecraft:entity.llama.ambient": {
"protocol_id": 802
},
- "minecraft:entity.llama.angry": {
+ "minecraft:entity.leash_knot.place": {
"protocol_id": 803
},
- "minecraft:entity.llama.chest": {
- "protocol_id": 804
- },
- "minecraft:entity.llama.death": {
+ "minecraft:entity.lightning_bolt.impact": {
"protocol_id": 805
},
- "minecraft:entity.llama.eat": {
+ "minecraft:entity.lightning_bolt.thunder": {
"protocol_id": 806
},
- "minecraft:entity.llama.hurt": {
+ "minecraft:entity.lingering_potion.throw": {
"protocol_id": 807
},
- "minecraft:entity.llama.spit": {
+ "minecraft:entity.llama.ambient": {
"protocol_id": 808
},
- "minecraft:entity.llama.step": {
+ "minecraft:entity.llama.angry": {
"protocol_id": 809
},
- "minecraft:entity.llama.swag": {
+ "minecraft:entity.llama.chest": {
"protocol_id": 810
},
- "minecraft:entity.magma_cube.death": {
- "protocol_id": 821
- },
- "minecraft:entity.magma_cube.death_small": {
+ "minecraft:entity.llama.death": {
"protocol_id": 811
},
+ "minecraft:entity.llama.eat": {
+ "protocol_id": 812
+ },
+ "minecraft:entity.llama.hurt": {
+ "protocol_id": 813
+ },
+ "minecraft:entity.llama.spit": {
+ "protocol_id": 814
+ },
+ "minecraft:entity.llama.step": {
+ "protocol_id": 815
+ },
+ "minecraft:entity.llama.swag": {
+ "protocol_id": 816
+ },
+ "minecraft:entity.magma_cube.death": {
+ "protocol_id": 827
+ },
+ "minecraft:entity.magma_cube.death_small": {
+ "protocol_id": 817
+ },
"minecraft:entity.magma_cube.hurt": {
- "protocol_id": 822
+ "protocol_id": 828
},
"minecraft:entity.magma_cube.hurt_small": {
- "protocol_id": 823
+ "protocol_id": 829
},
"minecraft:entity.magma_cube.jump": {
- "protocol_id": 824
+ "protocol_id": 830
},
"minecraft:entity.magma_cube.squish": {
- "protocol_id": 825
+ "protocol_id": 831
},
"minecraft:entity.magma_cube.squish_small": {
- "protocol_id": 826
+ "protocol_id": 832
},
"minecraft:entity.minecart.inside": {
- "protocol_id": 842
- },
- "minecraft:entity.minecart.inside.underwater": {
- "protocol_id": 841
- },
- "minecraft:entity.minecart.riding": {
- "protocol_id": 843
- },
- "minecraft:entity.mooshroom.convert": {
- "protocol_id": 844
- },
- "minecraft:entity.mooshroom.eat": {
- "protocol_id": 845
- },
- "minecraft:entity.mooshroom.milk": {
- "protocol_id": 846
- },
- "minecraft:entity.mooshroom.shear": {
"protocol_id": 848
},
- "minecraft:entity.mooshroom.suspicious_milk": {
+ "minecraft:entity.minecart.inside.underwater": {
"protocol_id": 847
},
+ "minecraft:entity.minecart.riding": {
+ "protocol_id": 849
+ },
+ "minecraft:entity.mooshroom.convert": {
+ "protocol_id": 850
+ },
+ "minecraft:entity.mooshroom.eat": {
+ "protocol_id": 851
+ },
+ "minecraft:entity.mooshroom.milk": {
+ "protocol_id": 852
+ },
+ "minecraft:entity.mooshroom.shear": {
+ "protocol_id": 854
+ },
+ "minecraft:entity.mooshroom.suspicious_milk": {
+ "protocol_id": 853
+ },
"minecraft:entity.mule.ambient": {
- "protocol_id": 879
- },
- "minecraft:entity.mule.angry": {
- "protocol_id": 880
- },
- "minecraft:entity.mule.chest": {
- "protocol_id": 881
- },
- "minecraft:entity.mule.death": {
- "protocol_id": 882
- },
- "minecraft:entity.mule.eat": {
- "protocol_id": 883
- },
- "minecraft:entity.mule.hurt": {
- "protocol_id": 884
- },
- "minecraft:entity.mule.jump": {
"protocol_id": 885
},
+ "minecraft:entity.mule.angry": {
+ "protocol_id": 886
+ },
+ "minecraft:entity.mule.chest": {
+ "protocol_id": 887
+ },
+ "minecraft:entity.mule.death": {
+ "protocol_id": 888
+ },
+ "minecraft:entity.mule.eat": {
+ "protocol_id": 889
+ },
+ "minecraft:entity.mule.hurt": {
+ "protocol_id": 890
+ },
+ "minecraft:entity.mule.jump": {
+ "protocol_id": 891
+ },
"minecraft:entity.ocelot.ambient": {
- "protocol_id": 1027
- },
- "minecraft:entity.ocelot.death": {
- "protocol_id": 1028
- },
- "minecraft:entity.ocelot.hurt": {
- "protocol_id": 1026
- },
- "minecraft:entity.painting.break": {
- "protocol_id": 1030
- },
- "minecraft:entity.painting.place": {
- "protocol_id": 1031
- },
- "minecraft:entity.panda.aggressive_ambient": {
- "protocol_id": 1040
- },
- "minecraft:entity.panda.ambient": {
- "protocol_id": 1035
- },
- "minecraft:entity.panda.bite": {
- "protocol_id": 1043
- },
- "minecraft:entity.panda.cant_breed": {
- "protocol_id": 1039
- },
- "minecraft:entity.panda.death": {
- "protocol_id": 1036
- },
- "minecraft:entity.panda.eat": {
- "protocol_id": 1037
- },
- "minecraft:entity.panda.hurt": {
- "protocol_id": 1042
- },
- "minecraft:entity.panda.pre_sneeze": {
"protocol_id": 1033
},
- "minecraft:entity.panda.sneeze": {
+ "minecraft:entity.ocelot.death": {
"protocol_id": 1034
},
- "minecraft:entity.panda.step": {
- "protocol_id": 1038
+ "minecraft:entity.ocelot.hurt": {
+ "protocol_id": 1032
},
- "minecraft:entity.panda.worried_ambient": {
- "protocol_id": 1041
+ "minecraft:entity.painting.break": {
+ "protocol_id": 1036
},
- "minecraft:entity.parrot.ambient": {
- "protocol_id": 1044
+ "minecraft:entity.painting.place": {
+ "protocol_id": 1037
},
- "minecraft:entity.parrot.death": {
- "protocol_id": 1045
- },
- "minecraft:entity.parrot.eat": {
+ "minecraft:entity.panda.aggressive_ambient": {
"protocol_id": 1046
},
- "minecraft:entity.parrot.fly": {
- "protocol_id": 1047
+ "minecraft:entity.panda.ambient": {
+ "protocol_id": 1041
},
- "minecraft:entity.parrot.hurt": {
- "protocol_id": 1048
- },
- "minecraft:entity.parrot.imitate.blaze": {
+ "minecraft:entity.panda.bite": {
"protocol_id": 1049
},
- "minecraft:entity.parrot.imitate.bogged": {
+ "minecraft:entity.panda.cant_breed": {
+ "protocol_id": 1045
+ },
+ "minecraft:entity.panda.death": {
+ "protocol_id": 1042
+ },
+ "minecraft:entity.panda.eat": {
+ "protocol_id": 1043
+ },
+ "minecraft:entity.panda.hurt": {
+ "protocol_id": 1048
+ },
+ "minecraft:entity.panda.pre_sneeze": {
+ "protocol_id": 1039
+ },
+ "minecraft:entity.panda.sneeze": {
+ "protocol_id": 1040
+ },
+ "minecraft:entity.panda.step": {
+ "protocol_id": 1044
+ },
+ "minecraft:entity.panda.worried_ambient": {
+ "protocol_id": 1047
+ },
+ "minecraft:entity.parrot.ambient": {
"protocol_id": 1050
},
- "minecraft:entity.parrot.imitate.breeze": {
+ "minecraft:entity.parrot.death": {
"protocol_id": 1051
},
- "minecraft:entity.parrot.imitate.creaking": {
+ "minecraft:entity.parrot.eat": {
"protocol_id": 1052
},
- "minecraft:entity.parrot.imitate.creeper": {
+ "minecraft:entity.parrot.fly": {
"protocol_id": 1053
},
- "minecraft:entity.parrot.imitate.drowned": {
+ "minecraft:entity.parrot.hurt": {
"protocol_id": 1054
},
- "minecraft:entity.parrot.imitate.elder_guardian": {
+ "minecraft:entity.parrot.imitate.blaze": {
"protocol_id": 1055
},
- "minecraft:entity.parrot.imitate.ender_dragon": {
+ "minecraft:entity.parrot.imitate.bogged": {
"protocol_id": 1056
},
- "minecraft:entity.parrot.imitate.endermite": {
+ "minecraft:entity.parrot.imitate.breeze": {
"protocol_id": 1057
},
- "minecraft:entity.parrot.imitate.evoker": {
+ "minecraft:entity.parrot.imitate.creaking": {
"protocol_id": 1058
},
- "minecraft:entity.parrot.imitate.ghast": {
+ "minecraft:entity.parrot.imitate.creeper": {
"protocol_id": 1059
},
- "minecraft:entity.parrot.imitate.guardian": {
+ "minecraft:entity.parrot.imitate.drowned": {
"protocol_id": 1060
},
- "minecraft:entity.parrot.imitate.hoglin": {
+ "minecraft:entity.parrot.imitate.elder_guardian": {
"protocol_id": 1061
},
- "minecraft:entity.parrot.imitate.husk": {
+ "minecraft:entity.parrot.imitate.ender_dragon": {
"protocol_id": 1062
},
- "minecraft:entity.parrot.imitate.illusioner": {
+ "minecraft:entity.parrot.imitate.endermite": {
"protocol_id": 1063
},
- "minecraft:entity.parrot.imitate.magma_cube": {
+ "minecraft:entity.parrot.imitate.evoker": {
"protocol_id": 1064
},
- "minecraft:entity.parrot.imitate.phantom": {
+ "minecraft:entity.parrot.imitate.ghast": {
"protocol_id": 1065
},
- "minecraft:entity.parrot.imitate.piglin": {
+ "minecraft:entity.parrot.imitate.guardian": {
"protocol_id": 1066
},
- "minecraft:entity.parrot.imitate.piglin_brute": {
+ "minecraft:entity.parrot.imitate.hoglin": {
"protocol_id": 1067
},
- "minecraft:entity.parrot.imitate.pillager": {
+ "minecraft:entity.parrot.imitate.husk": {
"protocol_id": 1068
},
- "minecraft:entity.parrot.imitate.ravager": {
+ "minecraft:entity.parrot.imitate.illusioner": {
"protocol_id": 1069
},
- "minecraft:entity.parrot.imitate.shulker": {
+ "minecraft:entity.parrot.imitate.magma_cube": {
"protocol_id": 1070
},
- "minecraft:entity.parrot.imitate.silverfish": {
+ "minecraft:entity.parrot.imitate.phantom": {
"protocol_id": 1071
},
- "minecraft:entity.parrot.imitate.skeleton": {
+ "minecraft:entity.parrot.imitate.piglin": {
"protocol_id": 1072
},
- "minecraft:entity.parrot.imitate.slime": {
+ "minecraft:entity.parrot.imitate.piglin_brute": {
"protocol_id": 1073
},
- "minecraft:entity.parrot.imitate.spider": {
+ "minecraft:entity.parrot.imitate.pillager": {
"protocol_id": 1074
},
- "minecraft:entity.parrot.imitate.stray": {
+ "minecraft:entity.parrot.imitate.ravager": {
"protocol_id": 1075
},
- "minecraft:entity.parrot.imitate.vex": {
+ "minecraft:entity.parrot.imitate.shulker": {
"protocol_id": 1076
},
- "minecraft:entity.parrot.imitate.vindicator": {
+ "minecraft:entity.parrot.imitate.silverfish": {
"protocol_id": 1077
},
- "minecraft:entity.parrot.imitate.warden": {
+ "minecraft:entity.parrot.imitate.skeleton": {
"protocol_id": 1078
},
- "minecraft:entity.parrot.imitate.witch": {
+ "minecraft:entity.parrot.imitate.slime": {
"protocol_id": 1079
},
- "minecraft:entity.parrot.imitate.wither": {
+ "minecraft:entity.parrot.imitate.spider": {
"protocol_id": 1080
},
- "minecraft:entity.parrot.imitate.wither_skeleton": {
+ "minecraft:entity.parrot.imitate.stray": {
"protocol_id": 1081
},
- "minecraft:entity.parrot.imitate.zoglin": {
+ "minecraft:entity.parrot.imitate.vex": {
"protocol_id": 1082
},
- "minecraft:entity.parrot.imitate.zombie": {
+ "minecraft:entity.parrot.imitate.vindicator": {
"protocol_id": 1083
},
- "minecraft:entity.parrot.imitate.zombie_villager": {
+ "minecraft:entity.parrot.imitate.warden": {
"protocol_id": 1084
},
- "minecraft:entity.parrot.step": {
+ "minecraft:entity.parrot.imitate.witch": {
"protocol_id": 1085
},
- "minecraft:entity.phantom.ambient": {
+ "minecraft:entity.parrot.imitate.wither": {
"protocol_id": 1086
},
- "minecraft:entity.phantom.bite": {
+ "minecraft:entity.parrot.imitate.wither_skeleton": {
"protocol_id": 1087
},
- "minecraft:entity.phantom.death": {
+ "minecraft:entity.parrot.imitate.zoglin": {
"protocol_id": 1088
},
- "minecraft:entity.phantom.flap": {
+ "minecraft:entity.parrot.imitate.zombie": {
"protocol_id": 1089
},
- "minecraft:entity.phantom.hurt": {
+ "minecraft:entity.parrot.imitate.zombie_villager": {
"protocol_id": 1090
},
- "minecraft:entity.phantom.swoop": {
+ "minecraft:entity.parrot.step": {
"protocol_id": 1091
},
- "minecraft:entity.pig.ambient": {
+ "minecraft:entity.phantom.ambient": {
"protocol_id": 1092
},
- "minecraft:entity.pig.death": {
+ "minecraft:entity.phantom.bite": {
"protocol_id": 1093
},
- "minecraft:entity.pig.hurt": {
+ "minecraft:entity.phantom.death": {
"protocol_id": 1094
},
- "minecraft:entity.pig.saddle": {
+ "minecraft:entity.phantom.flap": {
"protocol_id": 1095
},
- "minecraft:entity.pig.step": {
+ "minecraft:entity.phantom.hurt": {
"protocol_id": 1096
},
- "minecraft:entity.piglin.admiring_item": {
+ "minecraft:entity.phantom.swoop": {
"protocol_id": 1097
},
- "minecraft:entity.piglin.ambient": {
+ "minecraft:entity.pig.ambient": {
"protocol_id": 1098
},
- "minecraft:entity.piglin.angry": {
+ "minecraft:entity.pig.death": {
"protocol_id": 1099
},
- "minecraft:entity.piglin.celebrate": {
+ "minecraft:entity.pig.hurt": {
"protocol_id": 1100
},
- "minecraft:entity.piglin.converted_to_zombified": {
- "protocol_id": 1106
- },
- "minecraft:entity.piglin.death": {
+ "minecraft:entity.pig.saddle": {
"protocol_id": 1101
},
- "minecraft:entity.piglin.hurt": {
- "protocol_id": 1103
- },
- "minecraft:entity.piglin.jealous": {
+ "minecraft:entity.pig.step": {
"protocol_id": 1102
},
- "minecraft:entity.piglin.retreat": {
+ "minecraft:entity.piglin.admiring_item": {
+ "protocol_id": 1103
+ },
+ "minecraft:entity.piglin.ambient": {
"protocol_id": 1104
},
- "minecraft:entity.piglin.step": {
+ "minecraft:entity.piglin.angry": {
"protocol_id": 1105
},
- "minecraft:entity.piglin_brute.ambient": {
- "protocol_id": 1107
+ "minecraft:entity.piglin.celebrate": {
+ "protocol_id": 1106
},
- "minecraft:entity.piglin_brute.angry": {
- "protocol_id": 1108
- },
- "minecraft:entity.piglin_brute.converted_to_zombified": {
+ "minecraft:entity.piglin.converted_to_zombified": {
"protocol_id": 1112
},
- "minecraft:entity.piglin_brute.death": {
+ "minecraft:entity.piglin.death": {
+ "protocol_id": 1107
+ },
+ "minecraft:entity.piglin.hurt": {
"protocol_id": 1109
},
- "minecraft:entity.piglin_brute.hurt": {
+ "minecraft:entity.piglin.jealous": {
+ "protocol_id": 1108
+ },
+ "minecraft:entity.piglin.retreat": {
"protocol_id": 1110
},
- "minecraft:entity.piglin_brute.step": {
+ "minecraft:entity.piglin.step": {
"protocol_id": 1111
},
- "minecraft:entity.pillager.ambient": {
+ "minecraft:entity.piglin_brute.ambient": {
"protocol_id": 1113
},
- "minecraft:entity.pillager.celebrate": {
+ "minecraft:entity.piglin_brute.angry": {
"protocol_id": 1114
},
- "minecraft:entity.pillager.death": {
+ "minecraft:entity.piglin_brute.converted_to_zombified": {
+ "protocol_id": 1118
+ },
+ "minecraft:entity.piglin_brute.death": {
"protocol_id": 1115
},
- "minecraft:entity.pillager.hurt": {
+ "minecraft:entity.piglin_brute.hurt": {
"protocol_id": 1116
},
- "minecraft:entity.player.attack.crit": {
+ "minecraft:entity.piglin_brute.step": {
+ "protocol_id": 1117
+ },
+ "minecraft:entity.pillager.ambient": {
"protocol_id": 1119
},
- "minecraft:entity.player.attack.knockback": {
+ "minecraft:entity.pillager.celebrate": {
"protocol_id": 1120
},
- "minecraft:entity.player.attack.nodamage": {
+ "minecraft:entity.pillager.death": {
"protocol_id": 1121
},
- "minecraft:entity.player.attack.strong": {
+ "minecraft:entity.pillager.hurt": {
"protocol_id": 1122
},
- "minecraft:entity.player.attack.sweep": {
- "protocol_id": 1123
- },
- "minecraft:entity.player.attack.weak": {
- "protocol_id": 1124
- },
- "minecraft:entity.player.big_fall": {
+ "minecraft:entity.player.attack.crit": {
"protocol_id": 1125
},
- "minecraft:entity.player.breath": {
+ "minecraft:entity.player.attack.knockback": {
"protocol_id": 1126
},
- "minecraft:entity.player.burp": {
+ "minecraft:entity.player.attack.nodamage": {
"protocol_id": 1127
},
- "minecraft:entity.player.death": {
+ "minecraft:entity.player.attack.strong": {
"protocol_id": 1128
},
- "minecraft:entity.player.hurt": {
+ "minecraft:entity.player.attack.sweep": {
"protocol_id": 1129
},
- "minecraft:entity.player.hurt_drown": {
+ "minecraft:entity.player.attack.weak": {
"protocol_id": 1130
},
- "minecraft:entity.player.hurt_freeze": {
+ "minecraft:entity.player.big_fall": {
"protocol_id": 1131
},
- "minecraft:entity.player.hurt_on_fire": {
+ "minecraft:entity.player.breath": {
"protocol_id": 1132
},
- "minecraft:entity.player.hurt_sweet_berry_bush": {
+ "minecraft:entity.player.burp": {
"protocol_id": 1133
},
- "minecraft:entity.player.levelup": {
+ "minecraft:entity.player.death": {
"protocol_id": 1134
},
- "minecraft:entity.player.small_fall": {
+ "minecraft:entity.player.hurt": {
"protocol_id": 1135
},
- "minecraft:entity.player.splash": {
+ "minecraft:entity.player.hurt_drown": {
"protocol_id": 1136
},
- "minecraft:entity.player.splash.high_speed": {
+ "minecraft:entity.player.hurt_freeze": {
"protocol_id": 1137
},
- "minecraft:entity.player.swim": {
+ "minecraft:entity.player.hurt_on_fire": {
"protocol_id": 1138
},
- "minecraft:entity.player.teleport": {
+ "minecraft:entity.player.hurt_sweet_berry_bush": {
"protocol_id": 1139
},
- "minecraft:entity.polar_bear.ambient": {
+ "minecraft:entity.player.levelup": {
"protocol_id": 1140
},
- "minecraft:entity.polar_bear.ambient_baby": {
+ "minecraft:entity.player.small_fall": {
"protocol_id": 1141
},
- "minecraft:entity.polar_bear.death": {
+ "minecraft:entity.player.splash": {
"protocol_id": 1142
},
- "minecraft:entity.polar_bear.hurt": {
+ "minecraft:entity.player.splash.high_speed": {
"protocol_id": 1143
},
- "minecraft:entity.polar_bear.step": {
+ "minecraft:entity.player.swim": {
"protocol_id": 1144
},
- "minecraft:entity.polar_bear.warning": {
+ "minecraft:entity.player.teleport": {
"protocol_id": 1145
},
+ "minecraft:entity.polar_bear.ambient": {
+ "protocol_id": 1146
+ },
+ "minecraft:entity.polar_bear.ambient_baby": {
+ "protocol_id": 1147
+ },
+ "minecraft:entity.polar_bear.death": {
+ "protocol_id": 1148
+ },
+ "minecraft:entity.polar_bear.hurt": {
+ "protocol_id": 1149
+ },
+ "minecraft:entity.polar_bear.step": {
+ "protocol_id": 1150
+ },
+ "minecraft:entity.polar_bear.warning": {
+ "protocol_id": 1151
+ },
"minecraft:entity.puffer_fish.ambient": {
- "protocol_id": 1159
- },
- "minecraft:entity.puffer_fish.blow_out": {
- "protocol_id": 1160
- },
- "minecraft:entity.puffer_fish.blow_up": {
- "protocol_id": 1161
- },
- "minecraft:entity.puffer_fish.death": {
- "protocol_id": 1162
- },
- "minecraft:entity.puffer_fish.flop": {
- "protocol_id": 1163
- },
- "minecraft:entity.puffer_fish.hurt": {
- "protocol_id": 1164
- },
- "minecraft:entity.puffer_fish.sting": {
"protocol_id": 1165
},
- "minecraft:entity.rabbit.ambient": {
+ "minecraft:entity.puffer_fish.blow_out": {
+ "protocol_id": 1166
+ },
+ "minecraft:entity.puffer_fish.blow_up": {
"protocol_id": 1167
},
- "minecraft:entity.rabbit.attack": {
+ "minecraft:entity.puffer_fish.death": {
"protocol_id": 1168
},
- "minecraft:entity.rabbit.death": {
+ "minecraft:entity.puffer_fish.flop": {
"protocol_id": 1169
},
- "minecraft:entity.rabbit.hurt": {
+ "minecraft:entity.puffer_fish.hurt": {
"protocol_id": 1170
},
- "minecraft:entity.rabbit.jump": {
+ "minecraft:entity.puffer_fish.sting": {
"protocol_id": 1171
},
- "minecraft:entity.ravager.ambient": {
+ "minecraft:entity.rabbit.ambient": {
"protocol_id": 1173
},
- "minecraft:entity.ravager.attack": {
+ "minecraft:entity.rabbit.attack": {
"protocol_id": 1174
},
- "minecraft:entity.ravager.celebrate": {
+ "minecraft:entity.rabbit.death": {
"protocol_id": 1175
},
- "minecraft:entity.ravager.death": {
+ "minecraft:entity.rabbit.hurt": {
"protocol_id": 1176
},
- "minecraft:entity.ravager.hurt": {
+ "minecraft:entity.rabbit.jump": {
"protocol_id": 1177
},
- "minecraft:entity.ravager.roar": {
- "protocol_id": 1180
- },
- "minecraft:entity.ravager.step": {
- "protocol_id": 1178
- },
- "minecraft:entity.ravager.stunned": {
+ "minecraft:entity.ravager.ambient": {
"protocol_id": 1179
},
+ "minecraft:entity.ravager.attack": {
+ "protocol_id": 1180
+ },
+ "minecraft:entity.ravager.celebrate": {
+ "protocol_id": 1181
+ },
+ "minecraft:entity.ravager.death": {
+ "protocol_id": 1182
+ },
+ "minecraft:entity.ravager.hurt": {
+ "protocol_id": 1183
+ },
+ "minecraft:entity.ravager.roar": {
+ "protocol_id": 1186
+ },
+ "minecraft:entity.ravager.step": {
+ "protocol_id": 1184
+ },
+ "minecraft:entity.ravager.stunned": {
+ "protocol_id": 1185
+ },
"minecraft:entity.salmon.ambient": {
- "protocol_id": 1201
+ "protocol_id": 1207
},
"minecraft:entity.salmon.death": {
- "protocol_id": 1202
+ "protocol_id": 1208
},
"minecraft:entity.salmon.flop": {
- "protocol_id": 1203
+ "protocol_id": 1209
},
"minecraft:entity.salmon.hurt": {
- "protocol_id": 1204
+ "protocol_id": 1210
},
"minecraft:entity.sheep.ambient": {
- "protocol_id": 1246
+ "protocol_id": 1252
},
"minecraft:entity.sheep.death": {
- "protocol_id": 1247
+ "protocol_id": 1253
},
"minecraft:entity.sheep.hurt": {
- "protocol_id": 1248
+ "protocol_id": 1254
},
"minecraft:entity.sheep.shear": {
- "protocol_id": 1249
+ "protocol_id": 1255
},
"minecraft:entity.sheep.step": {
- "protocol_id": 1250
+ "protocol_id": 1256
},
"minecraft:entity.shulker.ambient": {
- "protocol_id": 1259
- },
- "minecraft:entity.shulker.close": {
- "protocol_id": 1264
- },
- "minecraft:entity.shulker.death": {
"protocol_id": 1265
},
- "minecraft:entity.shulker.hurt": {
- "protocol_id": 1266
- },
- "minecraft:entity.shulker.hurt_closed": {
- "protocol_id": 1267
- },
- "minecraft:entity.shulker.open": {
- "protocol_id": 1268
- },
- "minecraft:entity.shulker.shoot": {
- "protocol_id": 1269
- },
- "minecraft:entity.shulker.teleport": {
+ "minecraft:entity.shulker.close": {
"protocol_id": 1270
},
- "minecraft:entity.shulker_bullet.hit": {
- "protocol_id": 1262
- },
- "minecraft:entity.shulker_bullet.hurt": {
- "protocol_id": 1263
- },
- "minecraft:entity.silverfish.ambient": {
+ "minecraft:entity.shulker.death": {
"protocol_id": 1271
},
- "minecraft:entity.silverfish.death": {
+ "minecraft:entity.shulker.hurt": {
"protocol_id": 1272
},
- "minecraft:entity.silverfish.hurt": {
+ "minecraft:entity.shulker.hurt_closed": {
"protocol_id": 1273
},
- "minecraft:entity.silverfish.step": {
+ "minecraft:entity.shulker.open": {
"protocol_id": 1274
},
- "minecraft:entity.skeleton.ambient": {
+ "minecraft:entity.shulker.shoot": {
"protocol_id": 1275
},
- "minecraft:entity.skeleton.converted_to_stray": {
+ "minecraft:entity.shulker.teleport": {
"protocol_id": 1276
},
- "minecraft:entity.skeleton.death": {
+ "minecraft:entity.shulker_bullet.hit": {
+ "protocol_id": 1268
+ },
+ "minecraft:entity.shulker_bullet.hurt": {
+ "protocol_id": 1269
+ },
+ "minecraft:entity.silverfish.ambient": {
"protocol_id": 1277
},
- "minecraft:entity.skeleton.hurt": {
- "protocol_id": 1286
- },
- "minecraft:entity.skeleton.shoot": {
- "protocol_id": 1287
- },
- "minecraft:entity.skeleton.step": {
- "protocol_id": 1288
- },
- "minecraft:entity.skeleton_horse.ambient": {
+ "minecraft:entity.silverfish.death": {
"protocol_id": 1278
},
- "minecraft:entity.skeleton_horse.ambient_water": {
- "protocol_id": 1282
- },
- "minecraft:entity.skeleton_horse.death": {
+ "minecraft:entity.silverfish.hurt": {
"protocol_id": 1279
},
- "minecraft:entity.skeleton_horse.gallop_water": {
- "protocol_id": 1283
- },
- "minecraft:entity.skeleton_horse.hurt": {
+ "minecraft:entity.silverfish.step": {
"protocol_id": 1280
},
- "minecraft:entity.skeleton_horse.jump_water": {
- "protocol_id": 1284
- },
- "minecraft:entity.skeleton_horse.step_water": {
- "protocol_id": 1285
- },
- "minecraft:entity.skeleton_horse.swim": {
+ "minecraft:entity.skeleton.ambient": {
"protocol_id": 1281
},
- "minecraft:entity.slime.attack": {
- "protocol_id": 1289
+ "minecraft:entity.skeleton.converted_to_stray": {
+ "protocol_id": 1282
},
- "minecraft:entity.slime.death": {
- "protocol_id": 1290
+ "minecraft:entity.skeleton.death": {
+ "protocol_id": 1283
},
- "minecraft:entity.slime.death_small": {
- "protocol_id": 1336
- },
- "minecraft:entity.slime.hurt": {
- "protocol_id": 1291
- },
- "minecraft:entity.slime.hurt_small": {
- "protocol_id": 1337
- },
- "minecraft:entity.slime.jump": {
+ "minecraft:entity.skeleton.hurt": {
"protocol_id": 1292
},
- "minecraft:entity.slime.jump_small": {
- "protocol_id": 1338
- },
- "minecraft:entity.slime.squish": {
+ "minecraft:entity.skeleton.shoot": {
"protocol_id": 1293
},
- "minecraft:entity.slime.squish_small": {
- "protocol_id": 1339
+ "minecraft:entity.skeleton.step": {
+ "protocol_id": 1294
},
- "minecraft:entity.sniffer.death": {
- "protocol_id": 1346
+ "minecraft:entity.skeleton_horse.ambient": {
+ "protocol_id": 1284
},
- "minecraft:entity.sniffer.digging": {
+ "minecraft:entity.skeleton_horse.ambient_water": {
+ "protocol_id": 1288
+ },
+ "minecraft:entity.skeleton_horse.death": {
+ "protocol_id": 1285
+ },
+ "minecraft:entity.skeleton_horse.gallop_water": {
+ "protocol_id": 1289
+ },
+ "minecraft:entity.skeleton_horse.hurt": {
+ "protocol_id": 1286
+ },
+ "minecraft:entity.skeleton_horse.jump_water": {
+ "protocol_id": 1290
+ },
+ "minecraft:entity.skeleton_horse.step_water": {
+ "protocol_id": 1291
+ },
+ "minecraft:entity.skeleton_horse.swim": {
+ "protocol_id": 1287
+ },
+ "minecraft:entity.slime.attack": {
+ "protocol_id": 1295
+ },
+ "minecraft:entity.slime.death": {
+ "protocol_id": 1296
+ },
+ "minecraft:entity.slime.death_small": {
"protocol_id": 1351
},
- "minecraft:entity.sniffer.digging_stop": {
+ "minecraft:entity.slime.hurt": {
+ "protocol_id": 1297
+ },
+ "minecraft:entity.slime.hurt_small": {
"protocol_id": 1352
},
- "minecraft:entity.sniffer.drop_seed": {
- "protocol_id": 1347
+ "minecraft:entity.slime.jump": {
+ "protocol_id": 1298
},
- "minecraft:entity.sniffer.eat": {
- "protocol_id": 1343
- },
- "minecraft:entity.sniffer.happy": {
+ "minecraft:entity.slime.jump_small": {
"protocol_id": 1353
},
- "minecraft:entity.sniffer.hurt": {
- "protocol_id": 1345
+ "minecraft:entity.slime.squish": {
+ "protocol_id": 1299
},
- "minecraft:entity.sniffer.idle": {
- "protocol_id": 1344
+ "minecraft:entity.slime.squish_small": {
+ "protocol_id": 1354
},
- "minecraft:entity.sniffer.scenting": {
- "protocol_id": 1348
- },
- "minecraft:entity.sniffer.searching": {
- "protocol_id": 1350
- },
- "minecraft:entity.sniffer.sniffing": {
- "protocol_id": 1349
- },
- "minecraft:entity.sniffer.step": {
- "protocol_id": 1342
- },
- "minecraft:entity.snow_golem.ambient": {
- "protocol_id": 1360
- },
- "minecraft:entity.snow_golem.death": {
+ "minecraft:entity.sniffer.death": {
"protocol_id": 1361
},
- "minecraft:entity.snow_golem.hurt": {
+ "minecraft:entity.sniffer.digging": {
+ "protocol_id": 1366
+ },
+ "minecraft:entity.sniffer.digging_stop": {
+ "protocol_id": 1367
+ },
+ "minecraft:entity.sniffer.drop_seed": {
"protocol_id": 1362
},
- "minecraft:entity.snow_golem.shear": {
- "protocol_id": 1364
+ "minecraft:entity.sniffer.eat": {
+ "protocol_id": 1358
},
- "minecraft:entity.snow_golem.shoot": {
- "protocol_id": 1363
- },
- "minecraft:entity.snowball.throw": {
- "protocol_id": 1357
- },
- "minecraft:entity.spider.ambient": {
+ "minecraft:entity.sniffer.happy": {
"protocol_id": 1368
},
- "minecraft:entity.spider.death": {
- "protocol_id": 1369
+ "minecraft:entity.sniffer.hurt": {
+ "protocol_id": 1360
},
- "minecraft:entity.spider.hurt": {
- "protocol_id": 1370
+ "minecraft:entity.sniffer.idle": {
+ "protocol_id": 1359
},
- "minecraft:entity.spider.step": {
- "protocol_id": 1371
+ "minecraft:entity.sniffer.scenting": {
+ "protocol_id": 1363
},
- "minecraft:entity.splash_potion.break": {
+ "minecraft:entity.sniffer.searching": {
+ "protocol_id": 1365
+ },
+ "minecraft:entity.sniffer.sniffing": {
+ "protocol_id": 1364
+ },
+ "minecraft:entity.sniffer.step": {
+ "protocol_id": 1357
+ },
+ "minecraft:entity.snow_golem.ambient": {
+ "protocol_id": 1375
+ },
+ "minecraft:entity.snow_golem.death": {
+ "protocol_id": 1376
+ },
+ "minecraft:entity.snow_golem.hurt": {
+ "protocol_id": 1377
+ },
+ "minecraft:entity.snow_golem.shear": {
+ "protocol_id": 1379
+ },
+ "minecraft:entity.snow_golem.shoot": {
+ "protocol_id": 1378
+ },
+ "minecraft:entity.snowball.throw": {
"protocol_id": 1372
},
- "minecraft:entity.splash_potion.throw": {
- "protocol_id": 1373
- },
- "minecraft:entity.squid.ambient": {
- "protocol_id": 1382
- },
- "minecraft:entity.squid.death": {
+ "minecraft:entity.spider.ambient": {
"protocol_id": 1383
},
- "minecraft:entity.squid.hurt": {
+ "minecraft:entity.spider.death": {
"protocol_id": 1384
},
- "minecraft:entity.squid.squirt": {
+ "minecraft:entity.spider.hurt": {
"protocol_id": 1385
},
- "minecraft:entity.stray.ambient": {
- "protocol_id": 1395
+ "minecraft:entity.spider.step": {
+ "protocol_id": 1386
},
- "minecraft:entity.stray.death": {
- "protocol_id": 1396
+ "minecraft:entity.splash_potion.break": {
+ "protocol_id": 1387
},
- "minecraft:entity.stray.hurt": {
+ "minecraft:entity.splash_potion.throw": {
+ "protocol_id": 1388
+ },
+ "minecraft:entity.squid.ambient": {
"protocol_id": 1397
},
- "minecraft:entity.stray.step": {
+ "minecraft:entity.squid.death": {
"protocol_id": 1398
},
+ "minecraft:entity.squid.hurt": {
+ "protocol_id": 1399
+ },
+ "minecraft:entity.squid.squirt": {
+ "protocol_id": 1400
+ },
+ "minecraft:entity.stray.ambient": {
+ "protocol_id": 1410
+ },
+ "minecraft:entity.stray.death": {
+ "protocol_id": 1411
+ },
+ "minecraft:entity.stray.hurt": {
+ "protocol_id": 1412
+ },
+ "minecraft:entity.stray.step": {
+ "protocol_id": 1413
+ },
"minecraft:entity.strider.ambient": {
- "protocol_id": 1327
+ "protocol_id": 1342
},
"minecraft:entity.strider.death": {
- "protocol_id": 1330
+ "protocol_id": 1345
},
"minecraft:entity.strider.eat": {
- "protocol_id": 1334
+ "protocol_id": 1349
},
"minecraft:entity.strider.happy": {
- "protocol_id": 1328
+ "protocol_id": 1343
},
"minecraft:entity.strider.hurt": {
- "protocol_id": 1331
+ "protocol_id": 1346
},
"minecraft:entity.strider.retreat": {
- "protocol_id": 1329
+ "protocol_id": 1344
},
"minecraft:entity.strider.saddle": {
- "protocol_id": 1335
+ "protocol_id": 1350
},
"minecraft:entity.strider.step": {
- "protocol_id": 1332
+ "protocol_id": 1347
},
"minecraft:entity.strider.step_lava": {
- "protocol_id": 1333
+ "protocol_id": 1348
},
"minecraft:entity.tadpole.death": {
- "protocol_id": 1402
+ "protocol_id": 1417
},
"minecraft:entity.tadpole.flop": {
- "protocol_id": 1403
+ "protocol_id": 1418
},
"minecraft:entity.tadpole.grow_up": {
- "protocol_id": 1404
+ "protocol_id": 1419
},
"minecraft:entity.tadpole.hurt": {
- "protocol_id": 1405
+ "protocol_id": 1420
},
"minecraft:entity.tnt.primed": {
- "protocol_id": 1407
- },
- "minecraft:entity.tropical_fish.ambient": {
- "protocol_id": 1421
- },
- "minecraft:entity.tropical_fish.death": {
"protocol_id": 1422
},
+ "minecraft:entity.tropical_fish.ambient": {
+ "protocol_id": 1436
+ },
+ "minecraft:entity.tropical_fish.death": {
+ "protocol_id": 1437
+ },
"minecraft:entity.tropical_fish.flop": {
- "protocol_id": 1423
+ "protocol_id": 1438
},
"minecraft:entity.tropical_fish.hurt": {
- "protocol_id": 1424
+ "protocol_id": 1439
},
"minecraft:entity.turtle.ambient_land": {
- "protocol_id": 1440
+ "protocol_id": 1455
},
"minecraft:entity.turtle.death": {
- "protocol_id": 1441
+ "protocol_id": 1456
},
"minecraft:entity.turtle.death_baby": {
- "protocol_id": 1442
+ "protocol_id": 1457
},
"minecraft:entity.turtle.egg_break": {
- "protocol_id": 1443
+ "protocol_id": 1458
},
"minecraft:entity.turtle.egg_crack": {
- "protocol_id": 1444
+ "protocol_id": 1459
},
"minecraft:entity.turtle.egg_hatch": {
- "protocol_id": 1445
+ "protocol_id": 1460
},
"minecraft:entity.turtle.hurt": {
- "protocol_id": 1446
+ "protocol_id": 1461
},
"minecraft:entity.turtle.hurt_baby": {
- "protocol_id": 1447
+ "protocol_id": 1462
},
"minecraft:entity.turtle.lay_egg": {
- "protocol_id": 1448
+ "protocol_id": 1463
},
"minecraft:entity.turtle.shamble": {
- "protocol_id": 1449
+ "protocol_id": 1464
},
"minecraft:entity.turtle.shamble_baby": {
- "protocol_id": 1450
+ "protocol_id": 1465
},
"minecraft:entity.turtle.swim": {
- "protocol_id": 1451
+ "protocol_id": 1466
},
"minecraft:entity.vex.ambient": {
- "protocol_id": 1475
- },
- "minecraft:entity.vex.charge": {
- "protocol_id": 1476
- },
- "minecraft:entity.vex.death": {
- "protocol_id": 1477
- },
- "minecraft:entity.vex.hurt": {
- "protocol_id": 1478
- },
- "minecraft:entity.villager.ambient": {
- "protocol_id": 1479
- },
- "minecraft:entity.villager.celebrate": {
- "protocol_id": 1480
- },
- "minecraft:entity.villager.death": {
- "protocol_id": 1481
- },
- "minecraft:entity.villager.hurt": {
- "protocol_id": 1482
- },
- "minecraft:entity.villager.no": {
- "protocol_id": 1483
- },
- "minecraft:entity.villager.trade": {
- "protocol_id": 1484
- },
- "minecraft:entity.villager.work_armorer": {
- "protocol_id": 1486
- },
- "minecraft:entity.villager.work_butcher": {
- "protocol_id": 1487
- },
- "minecraft:entity.villager.work_cartographer": {
- "protocol_id": 1488
- },
- "minecraft:entity.villager.work_cleric": {
- "protocol_id": 1489
- },
- "minecraft:entity.villager.work_farmer": {
"protocol_id": 1490
},
- "minecraft:entity.villager.work_fisherman": {
+ "minecraft:entity.vex.charge": {
"protocol_id": 1491
},
- "minecraft:entity.villager.work_fletcher": {
+ "minecraft:entity.vex.death": {
"protocol_id": 1492
},
- "minecraft:entity.villager.work_leatherworker": {
+ "minecraft:entity.vex.hurt": {
"protocol_id": 1493
},
- "minecraft:entity.villager.work_librarian": {
+ "minecraft:entity.villager.ambient": {
"protocol_id": 1494
},
- "minecraft:entity.villager.work_mason": {
+ "minecraft:entity.villager.celebrate": {
"protocol_id": 1495
},
- "minecraft:entity.villager.work_shepherd": {
+ "minecraft:entity.villager.death": {
"protocol_id": 1496
},
- "minecraft:entity.villager.work_toolsmith": {
+ "minecraft:entity.villager.hurt": {
"protocol_id": 1497
},
- "minecraft:entity.villager.work_weaponsmith": {
+ "minecraft:entity.villager.no": {
"protocol_id": 1498
},
- "minecraft:entity.villager.yes": {
- "protocol_id": 1485
- },
- "minecraft:entity.vindicator.ambient": {
+ "minecraft:entity.villager.trade": {
"protocol_id": 1499
},
- "minecraft:entity.vindicator.celebrate": {
- "protocol_id": 1500
- },
- "minecraft:entity.vindicator.death": {
+ "minecraft:entity.villager.work_armorer": {
"protocol_id": 1501
},
- "minecraft:entity.vindicator.hurt": {
+ "minecraft:entity.villager.work_butcher": {
"protocol_id": 1502
},
- "minecraft:entity.wandering_trader.ambient": {
+ "minecraft:entity.villager.work_cartographer": {
+ "protocol_id": 1503
+ },
+ "minecraft:entity.villager.work_cleric": {
+ "protocol_id": 1504
+ },
+ "minecraft:entity.villager.work_farmer": {
+ "protocol_id": 1505
+ },
+ "minecraft:entity.villager.work_fisherman": {
+ "protocol_id": 1506
+ },
+ "minecraft:entity.villager.work_fletcher": {
+ "protocol_id": 1507
+ },
+ "minecraft:entity.villager.work_leatherworker": {
+ "protocol_id": 1508
+ },
+ "minecraft:entity.villager.work_librarian": {
"protocol_id": 1509
},
- "minecraft:entity.wandering_trader.death": {
+ "minecraft:entity.villager.work_mason": {
"protocol_id": 1510
},
- "minecraft:entity.wandering_trader.disappeared": {
+ "minecraft:entity.villager.work_shepherd": {
"protocol_id": 1511
},
- "minecraft:entity.wandering_trader.drink_milk": {
+ "minecraft:entity.villager.work_toolsmith": {
"protocol_id": 1512
},
- "minecraft:entity.wandering_trader.drink_potion": {
+ "minecraft:entity.villager.work_weaponsmith": {
"protocol_id": 1513
},
- "minecraft:entity.wandering_trader.hurt": {
+ "minecraft:entity.villager.yes": {
+ "protocol_id": 1500
+ },
+ "minecraft:entity.vindicator.ambient": {
"protocol_id": 1514
},
- "minecraft:entity.wandering_trader.no": {
+ "minecraft:entity.vindicator.celebrate": {
"protocol_id": 1515
},
- "minecraft:entity.wandering_trader.reappeared": {
+ "minecraft:entity.vindicator.death": {
"protocol_id": 1516
},
- "minecraft:entity.wandering_trader.trade": {
+ "minecraft:entity.vindicator.hurt": {
"protocol_id": 1517
},
- "minecraft:entity.wandering_trader.yes": {
- "protocol_id": 1518
- },
- "minecraft:entity.warden.agitated": {
- "protocol_id": 1519
- },
- "minecraft:entity.warden.ambient": {
- "protocol_id": 1520
- },
- "minecraft:entity.warden.angry": {
- "protocol_id": 1521
- },
- "minecraft:entity.warden.attack_impact": {
- "protocol_id": 1522
- },
- "minecraft:entity.warden.death": {
- "protocol_id": 1523
- },
- "minecraft:entity.warden.dig": {
+ "minecraft:entity.wandering_trader.ambient": {
"protocol_id": 1524
},
- "minecraft:entity.warden.emerge": {
+ "minecraft:entity.wandering_trader.death": {
"protocol_id": 1525
},
- "minecraft:entity.warden.heartbeat": {
+ "minecraft:entity.wandering_trader.disappeared": {
"protocol_id": 1526
},
- "minecraft:entity.warden.hurt": {
+ "minecraft:entity.wandering_trader.drink_milk": {
"protocol_id": 1527
},
- "minecraft:entity.warden.listening": {
+ "minecraft:entity.wandering_trader.drink_potion": {
"protocol_id": 1528
},
- "minecraft:entity.warden.listening_angry": {
+ "minecraft:entity.wandering_trader.hurt": {
"protocol_id": 1529
},
- "minecraft:entity.warden.nearby_close": {
+ "minecraft:entity.wandering_trader.no": {
"protocol_id": 1530
},
- "minecraft:entity.warden.nearby_closer": {
+ "minecraft:entity.wandering_trader.reappeared": {
"protocol_id": 1531
},
- "minecraft:entity.warden.nearby_closest": {
+ "minecraft:entity.wandering_trader.trade": {
"protocol_id": 1532
},
- "minecraft:entity.warden.roar": {
+ "minecraft:entity.wandering_trader.yes": {
"protocol_id": 1533
},
- "minecraft:entity.warden.sniff": {
+ "minecraft:entity.warden.agitated": {
"protocol_id": 1534
},
- "minecraft:entity.warden.sonic_boom": {
+ "minecraft:entity.warden.ambient": {
"protocol_id": 1535
},
- "minecraft:entity.warden.sonic_charge": {
+ "minecraft:entity.warden.angry": {
"protocol_id": 1536
},
- "minecraft:entity.warden.step": {
+ "minecraft:entity.warden.attack_impact": {
"protocol_id": 1537
},
- "minecraft:entity.warden.tendril_clicks": {
+ "minecraft:entity.warden.death": {
"protocol_id": 1538
},
+ "minecraft:entity.warden.dig": {
+ "protocol_id": 1539
+ },
+ "minecraft:entity.warden.emerge": {
+ "protocol_id": 1540
+ },
+ "minecraft:entity.warden.heartbeat": {
+ "protocol_id": 1541
+ },
+ "minecraft:entity.warden.hurt": {
+ "protocol_id": 1542
+ },
+ "minecraft:entity.warden.listening": {
+ "protocol_id": 1543
+ },
+ "minecraft:entity.warden.listening_angry": {
+ "protocol_id": 1544
+ },
+ "minecraft:entity.warden.nearby_close": {
+ "protocol_id": 1545
+ },
+ "minecraft:entity.warden.nearby_closer": {
+ "protocol_id": 1546
+ },
+ "minecraft:entity.warden.nearby_closest": {
+ "protocol_id": 1547
+ },
+ "minecraft:entity.warden.roar": {
+ "protocol_id": 1548
+ },
+ "minecraft:entity.warden.sniff": {
+ "protocol_id": 1549
+ },
+ "minecraft:entity.warden.sonic_boom": {
+ "protocol_id": 1550
+ },
+ "minecraft:entity.warden.sonic_charge": {
+ "protocol_id": 1551
+ },
+ "minecraft:entity.warden.step": {
+ "protocol_id": 1552
+ },
+ "minecraft:entity.warden.tendril_clicks": {
+ "protocol_id": 1553
+ },
"minecraft:entity.wind_charge.throw": {
- "protocol_id": 1556
- },
- "minecraft:entity.wind_charge.wind_burst": {
- "protocol_id": 1555
- },
- "minecraft:entity.witch.ambient": {
- "protocol_id": 1557
- },
- "minecraft:entity.witch.celebrate": {
- "protocol_id": 1558
- },
- "minecraft:entity.witch.death": {
- "protocol_id": 1559
- },
- "minecraft:entity.witch.drink": {
- "protocol_id": 1560
- },
- "minecraft:entity.witch.hurt": {
- "protocol_id": 1561
- },
- "minecraft:entity.witch.throw": {
- "protocol_id": 1562
- },
- "minecraft:entity.wither.ambient": {
- "protocol_id": 1563
- },
- "minecraft:entity.wither.break_block": {
- "protocol_id": 1564
- },
- "minecraft:entity.wither.death": {
- "protocol_id": 1565
- },
- "minecraft:entity.wither.hurt": {
- "protocol_id": 1566
- },
- "minecraft:entity.wither.shoot": {
- "protocol_id": 1567
- },
- "minecraft:entity.wither.spawn": {
- "protocol_id": 1572
- },
- "minecraft:entity.wither_skeleton.ambient": {
- "protocol_id": 1568
- },
- "minecraft:entity.wither_skeleton.death": {
- "protocol_id": 1569
- },
- "minecraft:entity.wither_skeleton.hurt": {
- "protocol_id": 1570
- },
- "minecraft:entity.wither_skeleton.step": {
"protocol_id": 1571
},
- "minecraft:entity.wolf.ambient": {
+ "minecraft:entity.wind_charge.wind_burst": {
+ "protocol_id": 1570
+ },
+ "minecraft:entity.witch.ambient": {
+ "protocol_id": 1572
+ },
+ "minecraft:entity.witch.celebrate": {
+ "protocol_id": 1573
+ },
+ "minecraft:entity.witch.death": {
+ "protocol_id": 1574
+ },
+ "minecraft:entity.witch.drink": {
+ "protocol_id": 1575
+ },
+ "minecraft:entity.witch.hurt": {
+ "protocol_id": 1576
+ },
+ "minecraft:entity.witch.throw": {
"protocol_id": 1577
},
- "minecraft:entity.wolf.death": {
+ "minecraft:entity.wither.ambient": {
"protocol_id": 1578
},
- "minecraft:entity.wolf.growl": {
+ "minecraft:entity.wither.break_block": {
"protocol_id": 1579
},
- "minecraft:entity.wolf.howl": {
+ "minecraft:entity.wither.death": {
"protocol_id": 1580
},
- "minecraft:entity.wolf.hurt": {
+ "minecraft:entity.wither.hurt": {
"protocol_id": 1581
},
- "minecraft:entity.wolf.pant": {
+ "minecraft:entity.wither.shoot": {
"protocol_id": 1582
},
- "minecraft:entity.wolf.shake": {
+ "minecraft:entity.wither.spawn": {
+ "protocol_id": 1587
+ },
+ "minecraft:entity.wither_skeleton.ambient": {
"protocol_id": 1583
},
- "minecraft:entity.wolf.step": {
+ "minecraft:entity.wither_skeleton.death": {
"protocol_id": 1584
},
- "minecraft:entity.wolf.whine": {
+ "minecraft:entity.wither_skeleton.hurt": {
"protocol_id": 1585
},
+ "minecraft:entity.wither_skeleton.step": {
+ "protocol_id": 1586
+ },
+ "minecraft:entity.wolf.ambient": {
+ "protocol_id": 1592
+ },
+ "minecraft:entity.wolf.death": {
+ "protocol_id": 1593
+ },
+ "minecraft:entity.wolf.growl": {
+ "protocol_id": 1594
+ },
+ "minecraft:entity.wolf.howl": {
+ "protocol_id": 1595
+ },
+ "minecraft:entity.wolf.hurt": {
+ "protocol_id": 1596
+ },
+ "minecraft:entity.wolf.pant": {
+ "protocol_id": 1597
+ },
+ "minecraft:entity.wolf.shake": {
+ "protocol_id": 1598
+ },
+ "minecraft:entity.wolf.step": {
+ "protocol_id": 1599
+ },
+ "minecraft:entity.wolf.whine": {
+ "protocol_id": 1600
+ },
"minecraft:entity.zoglin.ambient": {
- "protocol_id": 1604
- },
- "minecraft:entity.zoglin.angry": {
- "protocol_id": 1605
- },
- "minecraft:entity.zoglin.attack": {
- "protocol_id": 1606
- },
- "minecraft:entity.zoglin.death": {
- "protocol_id": 1607
- },
- "minecraft:entity.zoglin.hurt": {
- "protocol_id": 1608
- },
- "minecraft:entity.zoglin.step": {
- "protocol_id": 1609
- },
- "minecraft:entity.zombie.ambient": {
- "protocol_id": 1610
- },
- "minecraft:entity.zombie.attack_iron_door": {
- "protocol_id": 1612
- },
- "minecraft:entity.zombie.attack_wooden_door": {
- "protocol_id": 1611
- },
- "minecraft:entity.zombie.break_wooden_door": {
- "protocol_id": 1613
- },
- "minecraft:entity.zombie.converted_to_drowned": {
- "protocol_id": 1614
- },
- "minecraft:entity.zombie.death": {
- "protocol_id": 1615
- },
- "minecraft:entity.zombie.destroy_egg": {
- "protocol_id": 1616
- },
- "minecraft:entity.zombie.hurt": {
- "protocol_id": 1620
- },
- "minecraft:entity.zombie.infect": {
- "protocol_id": 1621
- },
- "minecraft:entity.zombie.step": {
- "protocol_id": 1626
- },
- "minecraft:entity.zombie_horse.ambient": {
- "protocol_id": 1617
- },
- "minecraft:entity.zombie_horse.death": {
- "protocol_id": 1618
- },
- "minecraft:entity.zombie_horse.hurt": {
"protocol_id": 1619
},
- "minecraft:entity.zombie_villager.ambient": {
- "protocol_id": 1627
+ "minecraft:entity.zoglin.angry": {
+ "protocol_id": 1620
},
- "minecraft:entity.zombie_villager.converted": {
- "protocol_id": 1628
+ "minecraft:entity.zoglin.attack": {
+ "protocol_id": 1621
},
- "minecraft:entity.zombie_villager.cure": {
- "protocol_id": 1629
- },
- "minecraft:entity.zombie_villager.death": {
- "protocol_id": 1630
- },
- "minecraft:entity.zombie_villager.hurt": {
- "protocol_id": 1631
- },
- "minecraft:entity.zombie_villager.step": {
- "protocol_id": 1632
- },
- "minecraft:entity.zombified_piglin.ambient": {
+ "minecraft:entity.zoglin.death": {
"protocol_id": 1622
},
- "minecraft:entity.zombified_piglin.angry": {
+ "minecraft:entity.zoglin.hurt": {
"protocol_id": 1623
},
- "minecraft:entity.zombified_piglin.death": {
+ "minecraft:entity.zoglin.step": {
"protocol_id": 1624
},
- "minecraft:entity.zombified_piglin.hurt": {
+ "minecraft:entity.zombie.ambient": {
"protocol_id": 1625
},
- "minecraft:event.mob_effect.bad_omen": {
- "protocol_id": 1633
+ "minecraft:entity.zombie.attack_iron_door": {
+ "protocol_id": 1627
},
- "minecraft:event.mob_effect.raid_omen": {
+ "minecraft:entity.zombie.attack_wooden_door": {
+ "protocol_id": 1626
+ },
+ "minecraft:entity.zombie.break_wooden_door": {
+ "protocol_id": 1628
+ },
+ "minecraft:entity.zombie.converted_to_drowned": {
+ "protocol_id": 1629
+ },
+ "minecraft:entity.zombie.death": {
+ "protocol_id": 1630
+ },
+ "minecraft:entity.zombie.destroy_egg": {
+ "protocol_id": 1631
+ },
+ "minecraft:entity.zombie.hurt": {
"protocol_id": 1635
},
- "minecraft:event.mob_effect.trial_omen": {
+ "minecraft:entity.zombie.infect": {
+ "protocol_id": 1636
+ },
+ "minecraft:entity.zombie.step": {
+ "protocol_id": 1641
+ },
+ "minecraft:entity.zombie_horse.ambient": {
+ "protocol_id": 1632
+ },
+ "minecraft:entity.zombie_horse.death": {
+ "protocol_id": 1633
+ },
+ "minecraft:entity.zombie_horse.hurt": {
"protocol_id": 1634
},
+ "minecraft:entity.zombie_villager.ambient": {
+ "protocol_id": 1642
+ },
+ "minecraft:entity.zombie_villager.converted": {
+ "protocol_id": 1643
+ },
+ "minecraft:entity.zombie_villager.cure": {
+ "protocol_id": 1644
+ },
+ "minecraft:entity.zombie_villager.death": {
+ "protocol_id": 1645
+ },
+ "minecraft:entity.zombie_villager.hurt": {
+ "protocol_id": 1646
+ },
+ "minecraft:entity.zombie_villager.step": {
+ "protocol_id": 1647
+ },
+ "minecraft:entity.zombified_piglin.ambient": {
+ "protocol_id": 1637
+ },
+ "minecraft:entity.zombified_piglin.angry": {
+ "protocol_id": 1638
+ },
+ "minecraft:entity.zombified_piglin.death": {
+ "protocol_id": 1639
+ },
+ "minecraft:entity.zombified_piglin.hurt": {
+ "protocol_id": 1640
+ },
+ "minecraft:event.mob_effect.bad_omen": {
+ "protocol_id": 1648
+ },
+ "minecraft:event.mob_effect.raid_omen": {
+ "protocol_id": 1650
+ },
+ "minecraft:event.mob_effect.trial_omen": {
+ "protocol_id": 1649
+ },
"minecraft:event.raid.horn": {
- "protocol_id": 1172
+ "protocol_id": 1178
},
"minecraft:intentionally_empty": {
- "protocol_id": 958
+ "protocol_id": 964
},
"minecraft:item.armor.equip_chain": {
"protocol_id": 67
@@ -16794,343 +16908,343 @@
"protocol_id": 321
},
"minecraft:item.crop.plant": {
- "protocol_id": 396
- },
- "minecraft:item.crossbow.hit": {
"protocol_id": 397
},
- "minecraft:item.crossbow.loading_end": {
+ "minecraft:item.crossbow.hit": {
"protocol_id": 398
},
- "minecraft:item.crossbow.loading_middle": {
+ "minecraft:item.crossbow.loading_end": {
"protocol_id": 399
},
- "minecraft:item.crossbow.loading_start": {
+ "minecraft:item.crossbow.loading_middle": {
"protocol_id": 400
},
- "minecraft:item.crossbow.quick_charge_1": {
+ "minecraft:item.crossbow.loading_start": {
"protocol_id": 401
},
- "minecraft:item.crossbow.quick_charge_2": {
+ "minecraft:item.crossbow.quick_charge_1": {
"protocol_id": 402
},
- "minecraft:item.crossbow.quick_charge_3": {
+ "minecraft:item.crossbow.quick_charge_2": {
"protocol_id": 403
},
- "minecraft:item.crossbow.shoot": {
+ "minecraft:item.crossbow.quick_charge_3": {
"protocol_id": 404
},
+ "minecraft:item.crossbow.shoot": {
+ "protocol_id": 405
+ },
"minecraft:item.dye.use": {
- "protocol_id": 474
+ "protocol_id": 475
},
"minecraft:item.elytra.flying": {
- "protocol_id": 484
+ "protocol_id": 485
},
"minecraft:item.firecharge.use": {
- "protocol_id": 524
+ "protocol_id": 530
},
"minecraft:item.flintandsteel.use": {
- "protocol_id": 539
+ "protocol_id": 545
},
"minecraft:item.glow_ink_sac.use": {
- "protocol_id": 618
+ "protocol_id": 624
},
"minecraft:item.goat_horn.sound.0": {
- "protocol_id": 724
- },
- "minecraft:item.goat_horn.sound.1": {
- "protocol_id": 725
- },
- "minecraft:item.goat_horn.sound.2": {
- "protocol_id": 726
- },
- "minecraft:item.goat_horn.sound.3": {
- "protocol_id": 727
- },
- "minecraft:item.goat_horn.sound.4": {
- "protocol_id": 728
- },
- "minecraft:item.goat_horn.sound.5": {
- "protocol_id": 729
- },
- "minecraft:item.goat_horn.sound.6": {
"protocol_id": 730
},
- "minecraft:item.goat_horn.sound.7": {
+ "minecraft:item.goat_horn.sound.1": {
"protocol_id": 731
},
+ "minecraft:item.goat_horn.sound.2": {
+ "protocol_id": 732
+ },
+ "minecraft:item.goat_horn.sound.3": {
+ "protocol_id": 733
+ },
+ "minecraft:item.goat_horn.sound.4": {
+ "protocol_id": 734
+ },
+ "minecraft:item.goat_horn.sound.5": {
+ "protocol_id": 735
+ },
+ "minecraft:item.goat_horn.sound.6": {
+ "protocol_id": 736
+ },
+ "minecraft:item.goat_horn.sound.7": {
+ "protocol_id": 737
+ },
"minecraft:item.hoe.till": {
- "protocol_id": 707
+ "protocol_id": 713
},
"minecraft:item.honey_bottle.drink": {
- "protocol_id": 723
+ "protocol_id": 729
},
"minecraft:item.honeycomb.wax_on": {
- "protocol_id": 722
+ "protocol_id": 728
},
"minecraft:item.ink_sac.use": {
- "protocol_id": 763
+ "protocol_id": 769
},
"minecraft:item.lodestone_compass.lock": {
- "protocol_id": 817
+ "protocol_id": 823
},
"minecraft:item.mace.smash_air": {
- "protocol_id": 818
+ "protocol_id": 824
},
"minecraft:item.mace.smash_ground": {
- "protocol_id": 819
+ "protocol_id": 825
},
"minecraft:item.mace.smash_ground_heavy": {
- "protocol_id": 820
+ "protocol_id": 826
},
"minecraft:item.nether_wart.plant": {
- "protocol_id": 942
+ "protocol_id": 948
},
"minecraft:item.ominous_bottle.dispose": {
- "protocol_id": 1029
+ "protocol_id": 1035
},
"minecraft:item.shield.block": {
- "protocol_id": 1251
+ "protocol_id": 1257
},
"minecraft:item.shield.break": {
- "protocol_id": 1252
- },
- "minecraft:item.shovel.flatten": {
"protocol_id": 1258
},
+ "minecraft:item.shovel.flatten": {
+ "protocol_id": 1264
+ },
"minecraft:item.spyglass.stop_using": {
- "protocol_id": 1381
+ "protocol_id": 1396
},
"minecraft:item.spyglass.use": {
- "protocol_id": 1380
+ "protocol_id": 1395
},
"minecraft:item.totem.use": {
- "protocol_id": 1408
+ "protocol_id": 1423
},
"minecraft:item.trident.hit": {
- "protocol_id": 1409
+ "protocol_id": 1424
},
"minecraft:item.trident.hit_ground": {
- "protocol_id": 1410
+ "protocol_id": 1425
},
"minecraft:item.trident.return": {
- "protocol_id": 1411
+ "protocol_id": 1426
},
"minecraft:item.trident.riptide_1": {
- "protocol_id": 1412
+ "protocol_id": 1427
},
"minecraft:item.trident.riptide_2": {
- "protocol_id": 1413
+ "protocol_id": 1428
},
"minecraft:item.trident.riptide_3": {
- "protocol_id": 1414
+ "protocol_id": 1429
},
"minecraft:item.trident.throw": {
- "protocol_id": 1415
+ "protocol_id": 1430
},
"minecraft:item.trident.thunder": {
- "protocol_id": 1416
+ "protocol_id": 1431
},
"minecraft:item.wolf_armor.break": {
- "protocol_id": 1573
+ "protocol_id": 1588
},
"minecraft:item.wolf_armor.crack": {
- "protocol_id": 1574
+ "protocol_id": 1589
},
"minecraft:item.wolf_armor.damage": {
- "protocol_id": 1575
+ "protocol_id": 1590
},
"minecraft:item.wolf_armor.repair": {
- "protocol_id": 1576
+ "protocol_id": 1591
},
"minecraft:music.creative": {
- "protocol_id": 886
- },
- "minecraft:music.credits": {
- "protocol_id": 887
- },
- "minecraft:music.dragon": {
- "protocol_id": 907
- },
- "minecraft:music.end": {
- "protocol_id": 908
- },
- "minecraft:music.game": {
- "protocol_id": 909
- },
- "minecraft:music.menu": {
- "protocol_id": 910
- },
- "minecraft:music.nether.basalt_deltas": {
- "protocol_id": 911
- },
- "minecraft:music.nether.crimson_forest": {
- "protocol_id": 912
- },
- "minecraft:music.nether.nether_wastes": {
- "protocol_id": 923
- },
- "minecraft:music.nether.soul_sand_valley": {
- "protocol_id": 926
- },
- "minecraft:music.nether.warped_forest": {
- "protocol_id": 928
- },
- "minecraft:music.overworld.badlands": {
- "protocol_id": 931
- },
- "minecraft:music.overworld.bamboo_jungle": {
- "protocol_id": 934
- },
- "minecraft:music.overworld.cherry_grove": {
- "protocol_id": 922
- },
- "minecraft:music.overworld.deep_dark": {
- "protocol_id": 913
- },
- "minecraft:music.overworld.desert": {
- "protocol_id": 930
- },
- "minecraft:music.overworld.dripstone_caves": {
- "protocol_id": 914
- },
- "minecraft:music.overworld.flower_forest": {
- "protocol_id": 929
- },
- "minecraft:music.overworld.forest": {
- "protocol_id": 919
- },
- "minecraft:music.overworld.frozen_peaks": {
- "protocol_id": 924
- },
- "minecraft:music.overworld.grove": {
- "protocol_id": 915
- },
- "minecraft:music.overworld.jagged_peaks": {
- "protocol_id": 916
- },
- "minecraft:music.overworld.jungle": {
- "protocol_id": 932
- },
- "minecraft:music.overworld.lush_caves": {
- "protocol_id": 917
- },
- "minecraft:music.overworld.meadow": {
- "protocol_id": 921
- },
- "minecraft:music.overworld.old_growth_taiga": {
- "protocol_id": 920
- },
- "minecraft:music.overworld.snowy_slopes": {
- "protocol_id": 925
- },
- "minecraft:music.overworld.sparse_jungle": {
- "protocol_id": 933
- },
- "minecraft:music.overworld.stony_peaks": {
- "protocol_id": 927
- },
- "minecraft:music.overworld.swamp": {
- "protocol_id": 918
- },
- "minecraft:music.under_water": {
- "protocol_id": 935
- },
- "minecraft:music_disc.11": {
- "protocol_id": 889
- },
- "minecraft:music_disc.13": {
- "protocol_id": 890
- },
- "minecraft:music_disc.5": {
- "protocol_id": 888
- },
- "minecraft:music_disc.blocks": {
- "protocol_id": 891
- },
- "minecraft:music_disc.cat": {
"protocol_id": 892
},
- "minecraft:music_disc.chirp": {
+ "minecraft:music.credits": {
"protocol_id": 893
},
- "minecraft:music_disc.creator": {
- "protocol_id": 904
+ "minecraft:music.dragon": {
+ "protocol_id": 913
},
- "minecraft:music_disc.creator_music_box": {
- "protocol_id": 905
+ "minecraft:music.end": {
+ "protocol_id": 914
},
- "minecraft:music_disc.far": {
- "protocol_id": 894
+ "minecraft:music.game": {
+ "protocol_id": 915
},
- "minecraft:music_disc.mall": {
+ "minecraft:music.menu": {
+ "protocol_id": 916
+ },
+ "minecraft:music.nether.basalt_deltas": {
+ "protocol_id": 917
+ },
+ "minecraft:music.nether.crimson_forest": {
+ "protocol_id": 918
+ },
+ "minecraft:music.nether.nether_wastes": {
+ "protocol_id": 929
+ },
+ "minecraft:music.nether.soul_sand_valley": {
+ "protocol_id": 932
+ },
+ "minecraft:music.nether.warped_forest": {
+ "protocol_id": 934
+ },
+ "minecraft:music.overworld.badlands": {
+ "protocol_id": 937
+ },
+ "minecraft:music.overworld.bamboo_jungle": {
+ "protocol_id": 940
+ },
+ "minecraft:music.overworld.cherry_grove": {
+ "protocol_id": 928
+ },
+ "minecraft:music.overworld.deep_dark": {
+ "protocol_id": 919
+ },
+ "minecraft:music.overworld.desert": {
+ "protocol_id": 936
+ },
+ "minecraft:music.overworld.dripstone_caves": {
+ "protocol_id": 920
+ },
+ "minecraft:music.overworld.flower_forest": {
+ "protocol_id": 935
+ },
+ "minecraft:music.overworld.forest": {
+ "protocol_id": 925
+ },
+ "minecraft:music.overworld.frozen_peaks": {
+ "protocol_id": 930
+ },
+ "minecraft:music.overworld.grove": {
+ "protocol_id": 921
+ },
+ "minecraft:music.overworld.jagged_peaks": {
+ "protocol_id": 922
+ },
+ "minecraft:music.overworld.jungle": {
+ "protocol_id": 938
+ },
+ "minecraft:music.overworld.lush_caves": {
+ "protocol_id": 923
+ },
+ "minecraft:music.overworld.meadow": {
+ "protocol_id": 927
+ },
+ "minecraft:music.overworld.old_growth_taiga": {
+ "protocol_id": 926
+ },
+ "minecraft:music.overworld.snowy_slopes": {
+ "protocol_id": 931
+ },
+ "minecraft:music.overworld.sparse_jungle": {
+ "protocol_id": 939
+ },
+ "minecraft:music.overworld.stony_peaks": {
+ "protocol_id": 933
+ },
+ "minecraft:music.overworld.swamp": {
+ "protocol_id": 924
+ },
+ "minecraft:music.under_water": {
+ "protocol_id": 941
+ },
+ "minecraft:music_disc.11": {
"protocol_id": 895
},
- "minecraft:music_disc.mellohi": {
+ "minecraft:music_disc.13": {
"protocol_id": 896
},
- "minecraft:music_disc.otherside": {
- "protocol_id": 902
+ "minecraft:music_disc.5": {
+ "protocol_id": 894
},
- "minecraft:music_disc.pigstep": {
+ "minecraft:music_disc.blocks": {
"protocol_id": 897
},
- "minecraft:music_disc.precipice": {
- "protocol_id": 906
- },
- "minecraft:music_disc.relic": {
- "protocol_id": 903
- },
- "minecraft:music_disc.stal": {
+ "minecraft:music_disc.cat": {
"protocol_id": 898
},
- "minecraft:music_disc.strad": {
+ "minecraft:music_disc.chirp": {
"protocol_id": 899
},
- "minecraft:music_disc.wait": {
+ "minecraft:music_disc.creator": {
+ "protocol_id": 910
+ },
+ "minecraft:music_disc.creator_music_box": {
+ "protocol_id": 911
+ },
+ "minecraft:music_disc.far": {
"protocol_id": 900
},
- "minecraft:music_disc.ward": {
+ "minecraft:music_disc.mall": {
"protocol_id": 901
},
+ "minecraft:music_disc.mellohi": {
+ "protocol_id": 902
+ },
+ "minecraft:music_disc.otherside": {
+ "protocol_id": 908
+ },
+ "minecraft:music_disc.pigstep": {
+ "protocol_id": 903
+ },
+ "minecraft:music_disc.precipice": {
+ "protocol_id": 912
+ },
+ "minecraft:music_disc.relic": {
+ "protocol_id": 909
+ },
+ "minecraft:music_disc.stal": {
+ "protocol_id": 904
+ },
+ "minecraft:music_disc.strad": {
+ "protocol_id": 905
+ },
+ "minecraft:music_disc.wait": {
+ "protocol_id": 906
+ },
+ "minecraft:music_disc.ward": {
+ "protocol_id": 907
+ },
"minecraft:particle.soul_escape": {
- "protocol_id": 1316
+ "protocol_id": 1322
},
"minecraft:ui.button.click": {
- "protocol_id": 1452
+ "protocol_id": 1467
},
"minecraft:ui.cartography_table.take_result": {
- "protocol_id": 1455
+ "protocol_id": 1470
},
"minecraft:ui.hud.bubble_pop": {
"protocol_id": 210
},
"minecraft:ui.loom.select_pattern": {
- "protocol_id": 1453
+ "protocol_id": 1468
},
"minecraft:ui.loom.take_result": {
- "protocol_id": 1454
+ "protocol_id": 1469
},
"minecraft:ui.stonecutter.select_recipe": {
- "protocol_id": 1457
+ "protocol_id": 1472
},
"minecraft:ui.stonecutter.take_result": {
- "protocol_id": 1456
+ "protocol_id": 1471
},
"minecraft:ui.toast.challenge_complete": {
- "protocol_id": 1458
+ "protocol_id": 1473
},
"minecraft:ui.toast.in": {
- "protocol_id": 1459
+ "protocol_id": 1474
},
"minecraft:ui.toast.out": {
- "protocol_id": 1460
+ "protocol_id": 1475
},
"minecraft:weather.rain": {
- "protocol_id": 1542
+ "protocol_id": 1557
},
"minecraft:weather.rain.above": {
- "protocol_id": 1543
+ "protocol_id": 1558
}
},
"protocol_id": 1