diff --git a/README.md b/README.md
index 0c3db6f..f7bd033 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.5)
+## Standalone Limbo Minecraft Server (Currently 1.21.6)
https://www.spigotmc.org/resources/82468/
@@ -18,7 +18,7 @@ IP: mc.loohpjames.com
```

***
-### Downloads (1.17.1-1.21.5)
+### Downloads (1.17.1-1.21.6)
- [Jenkins](http://ci.loohpjames.com/job/Limbo/)
***
### Offical Plugins
diff --git a/pom.xml b/pom.xml
index 26fe2bb..74dc204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
com.loohp
Limbo
Limbo
- 0.7.13-ALPHA
+ 0.7.14-ALPHA
Standalone Limbo Minecraft Server.
https://github.com/LOOHP/Limbo
@@ -136,7 +136,7 @@
- ${project.artifactId}-${project.version}-1.21.5
+ ${project.artifactId}-${project.version}-1.21.6
@@ -265,31 +265,31 @@
net.kyori
adventure-text-serializer-gson
- 4.18.0
+ 4.23.0
compile
net.kyori
adventure-text-serializer-legacy
- 4.18.0
+ 4.23.0
compile
net.kyori
adventure-text-serializer-plain
- 4.18.0
+ 4.23.0
compile
net.kyori
adventure-api
- 4.18.0
+ 4.23.0
compile
net.kyori
adventure-nbt
- 4.18.0
+ 4.23.0
compile
diff --git a/src/main/java/com/loohp/limbo/Limbo.java b/src/main/java/com/loohp/limbo/Limbo.java
index 474b516..2041411 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.5";
- public final int SERVER_IMPLEMENTATION_PROTOCOL = 770;
+ public final String SERVER_IMPLEMENTATION_VERSION = "1.21.6";
+ public final int SERVER_IMPLEMENTATION_PROTOCOL = 771;
public final String LIMBO_IMPLEMENTATION_VERSION;
private final AtomicBoolean isRunning;
diff --git a/src/main/resources/data/minecraft/chicken_variant/cold.json b/src/main/resources/data/minecraft/chicken_variant/cold.json
index caa2e76..6f259ff 100644
--- a/src/main/resources/data/minecraft/chicken_variant/cold.json
+++ b/src/main/resources/data/minecraft/chicken_variant/cold.json
@@ -5,7 +5,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_cold_variant_farm_animals"
},
"priority": 1
}
diff --git a/src/main/resources/data/minecraft/chicken_variant/warm.json b/src/main/resources/data/minecraft/chicken_variant/warm.json
index b001f78..49fc1c7 100644
--- a/src/main/resources/data/minecraft/chicken_variant/warm.json
+++ b/src/main/resources/data/minecraft/chicken_variant/warm.json
@@ -4,7 +4,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_warm_variant_farm_animals"
},
"priority": 1
}
diff --git a/src/main/resources/data/minecraft/cow_variant/cold.json b/src/main/resources/data/minecraft/cow_variant/cold.json
index be0744a..e5cfffd 100644
--- a/src/main/resources/data/minecraft/cow_variant/cold.json
+++ b/src/main/resources/data/minecraft/cow_variant/cold.json
@@ -5,7 +5,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_cold_variant_farm_animals"
},
"priority": 1
}
diff --git a/src/main/resources/data/minecraft/cow_variant/warm.json b/src/main/resources/data/minecraft/cow_variant/warm.json
index 9d10f50..67e4929 100644
--- a/src/main/resources/data/minecraft/cow_variant/warm.json
+++ b/src/main/resources/data/minecraft/cow_variant/warm.json
@@ -5,7 +5,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_warm_variant_farm_animals"
},
"priority": 1
}
diff --git a/src/main/resources/data/minecraft/dimension_type/overworld.json b/src/main/resources/data/minecraft/dimension_type/overworld.json
index 4cffd20..3ca1732 100644
--- a/src/main/resources/data/minecraft/dimension_type/overworld.json
+++ b/src/main/resources/data/minecraft/dimension_type/overworld.json
@@ -1,6 +1,7 @@
{
"ambient_light": 0.0,
"bed_works": true,
+ "cloud_height": 192,
"coordinate_scale": 1.0,
"effects": "minecraft:overworld",
"has_ceiling": false,
diff --git a/src/main/resources/data/minecraft/dimension_type/overworld_caves.json b/src/main/resources/data/minecraft/dimension_type/overworld_caves.json
index fec1892..5231738 100644
--- a/src/main/resources/data/minecraft/dimension_type/overworld_caves.json
+++ b/src/main/resources/data/minecraft/dimension_type/overworld_caves.json
@@ -1,6 +1,7 @@
{
"ambient_light": 0.0,
"bed_works": true,
+ "cloud_height": 192,
"coordinate_scale": 1.0,
"effects": "minecraft:overworld",
"has_ceiling": true,
diff --git a/src/main/resources/data/minecraft/frog_variant/cold.json b/src/main/resources/data/minecraft/frog_variant/cold.json
index 7880709..b38ca55 100644
--- a/src/main/resources/data/minecraft/frog_variant/cold.json
+++ b/src/main/resources/data/minecraft/frog_variant/cold.json
@@ -4,7 +4,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_cold_variant_frogs"
},
"priority": 1
}
diff --git a/src/main/resources/data/minecraft/frog_variant/warm.json b/src/main/resources/data/minecraft/frog_variant/warm.json
index cf909bd..40c8ade 100644
--- a/src/main/resources/data/minecraft/frog_variant/warm.json
+++ b/src/main/resources/data/minecraft/frog_variant/warm.json
@@ -4,7 +4,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_warm_variant_frogs"
},
"priority": 1
}
diff --git a/src/main/resources/data/minecraft/pig_variant/cold.json b/src/main/resources/data/minecraft/pig_variant/cold.json
index b59c997..d6045cb 100644
--- a/src/main/resources/data/minecraft/pig_variant/cold.json
+++ b/src/main/resources/data/minecraft/pig_variant/cold.json
@@ -5,7 +5,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_cold_variant_farm_animals"
},
"priority": 1
}
diff --git a/src/main/resources/data/minecraft/pig_variant/warm.json b/src/main/resources/data/minecraft/pig_variant/warm.json
index 9ee4d3e..abddfc3 100644
--- a/src/main/resources/data/minecraft/pig_variant/warm.json
+++ b/src/main/resources/data/minecraft/pig_variant/warm.json
@@ -4,7 +4,7 @@
{
"condition": {
"type": "minecraft:biome",
- "biomes": "minecraft:plains"
+ "biomes": "#minecraft:spawns_warm_variant_farm_animals"
},
"priority": 1
}
diff --git a/src/main/resources/reports/blocks.json b/src/main/resources/reports/blocks.json
index 13cf23a..8f81a95 100644
--- a/src/main/resources/reports/blocks.json
+++ b/src/main/resources/reports/blocks.json
@@ -4663,7 +4663,7 @@
"states": [
{
"default": true,
- "id": 22059
+ "id": 22091
}
]
},
@@ -4690,63 +4690,63 @@
},
"states": [
{
- "id": 22061,
+ "id": 22093,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 22062,
+ "id": 22094,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 22063,
+ "id": 22095,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 22064,
+ "id": 22096,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 22065,
+ "id": 22097,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 22066,
+ "id": 22098,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 22067,
+ "id": 22099,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 22068,
+ "id": 22100,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 22069,
+ "id": 22101,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -4754,21 +4754,21 @@
},
{
"default": true,
- "id": 22070,
+ "id": 22102,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 22071,
+ "id": 22103,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 22072,
+ "id": 22104,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -4784,7 +4784,7 @@
"states": [
{
"default": true,
- "id": 20476
+ "id": 20508
}
]
},
@@ -4818,21 +4818,21 @@
},
"states": [
{
- "id": 15159,
+ "id": 15191,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15160,
+ "id": 15192,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15161,
+ "id": 15193,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -4840,21 +4840,21 @@
},
{
"default": true,
- "id": 15162,
+ "id": 15194,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15163,
+ "id": 15195,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15164,
+ "id": 15196,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -4895,7 +4895,7 @@
},
"states": [
{
- "id": 14785,
+ "id": 14817,
"properties": {
"facing": "north",
"half": "top",
@@ -4904,7 +4904,7 @@
}
},
{
- "id": 14786,
+ "id": 14818,
"properties": {
"facing": "north",
"half": "top",
@@ -4913,7 +4913,7 @@
}
},
{
- "id": 14787,
+ "id": 14819,
"properties": {
"facing": "north",
"half": "top",
@@ -4922,7 +4922,7 @@
}
},
{
- "id": 14788,
+ "id": 14820,
"properties": {
"facing": "north",
"half": "top",
@@ -4931,7 +4931,7 @@
}
},
{
- "id": 14789,
+ "id": 14821,
"properties": {
"facing": "north",
"half": "top",
@@ -4940,7 +4940,7 @@
}
},
{
- "id": 14790,
+ "id": 14822,
"properties": {
"facing": "north",
"half": "top",
@@ -4949,7 +4949,7 @@
}
},
{
- "id": 14791,
+ "id": 14823,
"properties": {
"facing": "north",
"half": "top",
@@ -4958,7 +4958,7 @@
}
},
{
- "id": 14792,
+ "id": 14824,
"properties": {
"facing": "north",
"half": "top",
@@ -4967,7 +4967,7 @@
}
},
{
- "id": 14793,
+ "id": 14825,
"properties": {
"facing": "north",
"half": "top",
@@ -4976,7 +4976,7 @@
}
},
{
- "id": 14794,
+ "id": 14826,
"properties": {
"facing": "north",
"half": "top",
@@ -4985,7 +4985,7 @@
}
},
{
- "id": 14795,
+ "id": 14827,
"properties": {
"facing": "north",
"half": "bottom",
@@ -4995,439 +4995,439 @@
},
{
"default": true,
- "id": 14796,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14797,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14798,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14799,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14800,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14801,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14802,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14803,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14804,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14805,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14806,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14807,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14808,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14809,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14810,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14811,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14812,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14813,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14814,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14815,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14816,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14817,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14818,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14819,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14820,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14821,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14822,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14823,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14824,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14825,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14826,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14827,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14828,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14829,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14830,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14831,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14832,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14833,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14834,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14835,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14836,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14837,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14838,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14839,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14840,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14841,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14842,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14843,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14844,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14845,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14846,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14847,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14848,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14849,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14850,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14851,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14852,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14853,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14854,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14855,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14856,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14857,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14858,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14859,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14860,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14861,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14862,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14863,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14864,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14865,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14866,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14867,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14868,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14869,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14870,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14871,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14872,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14873,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14874,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14875,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14876,
"properties": {
"facing": "west",
"half": "bottom",
@@ -5436,7 +5436,7 @@
}
},
{
- "id": 14845,
+ "id": 14877,
"properties": {
"facing": "east",
"half": "top",
@@ -5445,7 +5445,7 @@
}
},
{
- "id": 14846,
+ "id": 14878,
"properties": {
"facing": "east",
"half": "top",
@@ -5454,7 +5454,7 @@
}
},
{
- "id": 14847,
+ "id": 14879,
"properties": {
"facing": "east",
"half": "top",
@@ -5463,7 +5463,7 @@
}
},
{
- "id": 14848,
+ "id": 14880,
"properties": {
"facing": "east",
"half": "top",
@@ -5472,7 +5472,7 @@
}
},
{
- "id": 14849,
+ "id": 14881,
"properties": {
"facing": "east",
"half": "top",
@@ -5481,7 +5481,7 @@
}
},
{
- "id": 14850,
+ "id": 14882,
"properties": {
"facing": "east",
"half": "top",
@@ -5490,7 +5490,7 @@
}
},
{
- "id": 14851,
+ "id": 14883,
"properties": {
"facing": "east",
"half": "top",
@@ -5499,7 +5499,7 @@
}
},
{
- "id": 14852,
+ "id": 14884,
"properties": {
"facing": "east",
"half": "top",
@@ -5508,7 +5508,7 @@
}
},
{
- "id": 14853,
+ "id": 14885,
"properties": {
"facing": "east",
"half": "top",
@@ -5517,7 +5517,7 @@
}
},
{
- "id": 14854,
+ "id": 14886,
"properties": {
"facing": "east",
"half": "top",
@@ -5526,7 +5526,7 @@
}
},
{
- "id": 14855,
+ "id": 14887,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5535,7 +5535,7 @@
}
},
{
- "id": 14856,
+ "id": 14888,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5544,7 +5544,7 @@
}
},
{
- "id": 14857,
+ "id": 14889,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5553,7 +5553,7 @@
}
},
{
- "id": 14858,
+ "id": 14890,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5562,7 +5562,7 @@
}
},
{
- "id": 14859,
+ "id": 14891,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5571,7 +5571,7 @@
}
},
{
- "id": 14860,
+ "id": 14892,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5580,7 +5580,7 @@
}
},
{
- "id": 14861,
+ "id": 14893,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5589,7 +5589,7 @@
}
},
{
- "id": 14862,
+ "id": 14894,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5598,7 +5598,7 @@
}
},
{
- "id": 14863,
+ "id": 14895,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5607,7 +5607,7 @@
}
},
{
- "id": 14864,
+ "id": 14896,
"properties": {
"facing": "east",
"half": "bottom",
@@ -5654,7 +5654,7 @@
},
"states": [
{
- "id": 17775,
+ "id": 17807,
"properties": {
"east": "none",
"north": "none",
@@ -5665,7 +5665,7 @@
}
},
{
- "id": 17776,
+ "id": 17808,
"properties": {
"east": "none",
"north": "none",
@@ -5676,7 +5676,7 @@
}
},
{
- "id": 17777,
+ "id": 17809,
"properties": {
"east": "none",
"north": "none",
@@ -5688,718 +5688,366 @@
},
{
"default": true,
- "id": 17778,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17779,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17780,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17781,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17782,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17783,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17784,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17785,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17786,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17787,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17788,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17789,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17790,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17791,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17792,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17793,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17794,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17795,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17796,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17797,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17798,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17799,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17800,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17801,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17802,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17803,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17804,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17805,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17806,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17807,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17808,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17809,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 17810,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17811,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17812,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17813,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17814,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17815,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17816,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17817,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17818,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17819,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17820,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17821,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17822,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17823,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17824,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17825,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17826,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17827,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17828,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17829,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17830,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17831,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17832,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17833,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17834,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17835,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17836,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17837,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17838,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17839,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17840,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17841,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17842,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -6407,10 +6055,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -6418,10 +6066,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -6429,10 +6077,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -6440,362 +6088,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17847,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17848,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17849,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17850,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17851,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17852,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17853,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17854,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17855,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17856,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17857,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17858,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17859,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17860,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17861,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17862,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17863,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17864,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17865,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17866,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17867,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17868,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17869,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17870,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17871,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17872,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17873,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17874,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17875,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17876,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17877,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17878,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -6803,10 +6451,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -6814,14 +6462,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17881,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17882,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17883,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17884,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17885,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17886,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17887,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17888,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17889,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17890,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17891,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17892,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17893,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17894,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17895,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17896,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17897,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17898,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17899,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17900,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17901,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17902,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17903,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17904,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17905,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17906,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17907,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17908,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17909,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17910,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17911,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17912,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17913,
"properties": {
"east": "none",
"north": "tall",
@@ -6832,7 +6832,7 @@
}
},
{
- "id": 17882,
+ "id": 17914,
"properties": {
"east": "none",
"north": "tall",
@@ -6842,367 +6842,15 @@
"west": "tall"
}
},
- {
- "id": 17883,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17884,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17885,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17886,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17887,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17888,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17889,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17890,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17891,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17892,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17893,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17894,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17895,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17896,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17897,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17898,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17899,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17900,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17901,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17902,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17903,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17904,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17905,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17906,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17907,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17908,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17909,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17910,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17911,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17912,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17913,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17914,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17915,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -7210,10 +6858,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -7221,10 +6869,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -7232,362 +6880,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17919,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17920,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17921,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17922,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17923,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17924,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17925,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17926,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17927,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17928,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17929,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17930,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17931,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17932,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17933,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17934,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17935,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17936,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17937,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17938,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17939,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17940,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17941,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17942,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17943,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17944,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17945,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17946,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17947,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17948,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17949,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17950,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -7595,10 +7243,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -7606,10 +7254,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -7617,10 +7265,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -7628,362 +7276,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17955,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17956,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17957,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17958,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17959,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17960,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17961,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17962,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17963,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17964,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17965,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17966,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17967,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17968,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17969,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17970,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17971,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17972,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17973,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17974,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17975,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17976,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17977,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17978,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17979,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17980,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17981,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17982,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17983,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17984,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17985,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17986,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -7991,10 +7639,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -8002,14 +7650,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17989,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17990,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17991,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17992,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17993,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17994,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17995,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17996,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17997,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17998,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17999,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18000,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18001,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18002,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18003,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18004,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18005,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18006,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18007,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18008,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18009,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18010,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18011,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18012,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18013,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18014,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18015,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18016,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18017,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18018,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18019,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18020,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18021,
"properties": {
"east": "low",
"north": "tall",
@@ -8020,7 +8020,7 @@
}
},
{
- "id": 17990,
+ "id": 18022,
"properties": {
"east": "low",
"north": "tall",
@@ -8030,367 +8030,15 @@
"west": "tall"
}
},
- {
- "id": 17991,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17992,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17993,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17994,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17995,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17996,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17997,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17998,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17999,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18000,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18001,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18002,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18003,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18004,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18005,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18006,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18007,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18008,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18009,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18010,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18011,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18012,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18013,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18014,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18015,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18016,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18017,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18018,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18019,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18020,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18021,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18022,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18023,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -8398,14 +8046,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18025,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18026,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18027,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18028,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18029,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18030,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18031,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18032,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18033,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18034,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18035,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18036,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18037,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18038,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18039,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18040,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18041,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18042,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18043,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18044,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18045,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18046,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18047,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18048,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18049,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18050,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18051,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18052,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18053,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18054,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18055,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18056,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18057,
"properties": {
"east": "tall",
"north": "none",
@@ -8416,7 +8416,7 @@
}
},
{
- "id": 18026,
+ "id": 18058,
"properties": {
"east": "tall",
"north": "none",
@@ -8426,367 +8426,15 @@
"west": "tall"
}
},
- {
- "id": 18027,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18028,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18029,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18030,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18031,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18032,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18033,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18034,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18035,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18036,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18037,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18038,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18039,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18040,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18041,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18042,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18043,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18044,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18045,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18046,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18047,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18048,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18049,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18050,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18051,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18052,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18053,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18054,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18055,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18056,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18057,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18058,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18059,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -8794,14 +8442,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18061,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18062,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18063,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18064,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18065,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18066,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18067,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18068,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18069,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18070,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18071,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18072,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18073,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18074,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18075,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18076,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18077,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18078,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18079,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18080,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18081,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18082,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18083,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18084,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18085,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18086,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18087,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18088,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18089,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18090,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18091,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18092,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18093,
"properties": {
"east": "tall",
"north": "low",
@@ -8812,7 +8812,7 @@
}
},
{
- "id": 18062,
+ "id": 18094,
"properties": {
"east": "tall",
"north": "low",
@@ -8822,371 +8822,371 @@
"west": "tall"
}
},
- {
- "id": 18063,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18064,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18065,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18066,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18067,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18068,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18069,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18070,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18071,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18072,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18073,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18074,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18075,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18076,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18077,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18078,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18079,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18080,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18081,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18082,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18083,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18084,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18085,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18086,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18087,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18088,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18089,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18090,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18091,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18092,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18093,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18094,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18095,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18096,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18097,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18098,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18099,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18100,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18101,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18102,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18103,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18104,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18105,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18106,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18107,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18108,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18109,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18110,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18111,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18112,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18113,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18114,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18115,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18116,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18117,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18118,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18119,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18120,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18121,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18122,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18123,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18124,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18125,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18126,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18127,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18128,
"properties": {
"east": "tall",
"north": "tall",
@@ -9197,7 +9197,7 @@
}
},
{
- "id": 18097,
+ "id": 18129,
"properties": {
"east": "tall",
"north": "tall",
@@ -9208,7 +9208,7 @@
}
},
{
- "id": 18098,
+ "id": 18130,
"properties": {
"east": "tall",
"north": "tall",
@@ -9357,7 +9357,7 @@
"states": [
{
"default": true,
- "id": 25852
+ "id": 25884
}
]
},
@@ -9659,7 +9659,7 @@
"states": [
{
"default": true,
- "id": 13968,
+ "id": 14000,
"properties": {
"age": "0",
"leaves": "none",
@@ -9667,7 +9667,7 @@
}
},
{
- "id": 13969,
+ "id": 14001,
"properties": {
"age": "0",
"leaves": "none",
@@ -9675,7 +9675,7 @@
}
},
{
- "id": 13970,
+ "id": 14002,
"properties": {
"age": "0",
"leaves": "small",
@@ -9683,7 +9683,7 @@
}
},
{
- "id": 13971,
+ "id": 14003,
"properties": {
"age": "0",
"leaves": "small",
@@ -9691,7 +9691,7 @@
}
},
{
- "id": 13972,
+ "id": 14004,
"properties": {
"age": "0",
"leaves": "large",
@@ -9699,7 +9699,7 @@
}
},
{
- "id": 13973,
+ "id": 14005,
"properties": {
"age": "0",
"leaves": "large",
@@ -9707,7 +9707,7 @@
}
},
{
- "id": 13974,
+ "id": 14006,
"properties": {
"age": "1",
"leaves": "none",
@@ -9715,7 +9715,7 @@
}
},
{
- "id": 13975,
+ "id": 14007,
"properties": {
"age": "1",
"leaves": "none",
@@ -9723,7 +9723,7 @@
}
},
{
- "id": 13976,
+ "id": 14008,
"properties": {
"age": "1",
"leaves": "small",
@@ -9731,7 +9731,7 @@
}
},
{
- "id": 13977,
+ "id": 14009,
"properties": {
"age": "1",
"leaves": "small",
@@ -9739,7 +9739,7 @@
}
},
{
- "id": 13978,
+ "id": 14010,
"properties": {
"age": "1",
"leaves": "large",
@@ -9747,7 +9747,7 @@
}
},
{
- "id": 13979,
+ "id": 14011,
"properties": {
"age": "1",
"leaves": "large",
@@ -12780,7 +12780,7 @@
"states": [
{
"default": true,
- "id": 13967
+ "id": 13999
}
]
},
@@ -14710,7 +14710,7 @@
},
"states": [
{
- "id": 19431,
+ "id": 19463,
"properties": {
"facing": "north",
"open": "true"
@@ -14718,77 +14718,77 @@
},
{
"default": true,
- "id": 19432,
+ "id": 19464,
"properties": {
"facing": "north",
"open": "false"
}
},
{
- "id": 19433,
+ "id": 19465,
"properties": {
"facing": "east",
"open": "true"
}
},
{
- "id": 19434,
+ "id": 19466,
"properties": {
"facing": "east",
"open": "false"
}
},
{
- "id": 19435,
+ "id": 19467,
"properties": {
"facing": "south",
"open": "true"
}
},
{
- "id": 19436,
+ "id": 19468,
"properties": {
"facing": "south",
"open": "false"
}
},
{
- "id": 19437,
+ "id": 19469,
"properties": {
"facing": "west",
"open": "true"
}
},
{
- "id": 19438,
+ "id": 19470,
"properties": {
"facing": "west",
"open": "false"
}
},
{
- "id": 19439,
+ "id": 19471,
"properties": {
"facing": "up",
"open": "true"
}
},
{
- "id": 19440,
+ "id": 19472,
"properties": {
"facing": "up",
"open": "false"
}
},
{
- "id": 19441,
+ "id": 19473,
"properties": {
"facing": "down",
"open": "true"
}
},
{
- "id": 19442,
+ "id": 19474,
"properties": {
"facing": "down",
"open": "false"
@@ -14905,168 +14905,168 @@
"states": [
{
"default": true,
- "id": 20425,
+ "id": 20457,
"properties": {
"facing": "north",
"honey_level": "0"
}
},
{
- "id": 20426,
+ "id": 20458,
"properties": {
"facing": "north",
"honey_level": "1"
}
},
{
- "id": 20427,
+ "id": 20459,
"properties": {
"facing": "north",
"honey_level": "2"
}
},
{
- "id": 20428,
+ "id": 20460,
"properties": {
"facing": "north",
"honey_level": "3"
}
},
{
- "id": 20429,
+ "id": 20461,
"properties": {
"facing": "north",
"honey_level": "4"
}
},
{
- "id": 20430,
+ "id": 20462,
"properties": {
"facing": "north",
"honey_level": "5"
}
},
{
- "id": 20431,
+ "id": 20463,
"properties": {
"facing": "south",
"honey_level": "0"
}
},
{
- "id": 20432,
+ "id": 20464,
"properties": {
"facing": "south",
"honey_level": "1"
}
},
{
- "id": 20433,
+ "id": 20465,
"properties": {
"facing": "south",
"honey_level": "2"
}
},
{
- "id": 20434,
+ "id": 20466,
"properties": {
"facing": "south",
"honey_level": "3"
}
},
{
- "id": 20435,
+ "id": 20467,
"properties": {
"facing": "south",
"honey_level": "4"
}
},
{
- "id": 20436,
+ "id": 20468,
"properties": {
"facing": "south",
"honey_level": "5"
}
},
{
- "id": 20437,
+ "id": 20469,
"properties": {
"facing": "west",
"honey_level": "0"
}
},
{
- "id": 20438,
+ "id": 20470,
"properties": {
"facing": "west",
"honey_level": "1"
}
},
{
- "id": 20439,
+ "id": 20471,
"properties": {
"facing": "west",
"honey_level": "2"
}
},
{
- "id": 20440,
+ "id": 20472,
"properties": {
"facing": "west",
"honey_level": "3"
}
},
{
- "id": 20441,
+ "id": 20473,
"properties": {
"facing": "west",
"honey_level": "4"
}
},
{
- "id": 20442,
+ "id": 20474,
"properties": {
"facing": "west",
"honey_level": "5"
}
},
{
- "id": 20443,
+ "id": 20475,
"properties": {
"facing": "east",
"honey_level": "0"
}
},
{
- "id": 20444,
+ "id": 20476,
"properties": {
"facing": "east",
"honey_level": "1"
}
},
{
- "id": 20445,
+ "id": 20477,
"properties": {
"facing": "east",
"honey_level": "2"
}
},
{
- "id": 20446,
+ "id": 20478,
"properties": {
"facing": "east",
"honey_level": "3"
}
},
{
- "id": 20447,
+ "id": 20479,
"properties": {
"facing": "east",
"honey_level": "4"
}
},
{
- "id": 20448,
+ "id": 20480,
"properties": {
"facing": "east",
"honey_level": "5"
@@ -15098,168 +15098,168 @@
"states": [
{
"default": true,
- "id": 20449,
+ "id": 20481,
"properties": {
"facing": "north",
"honey_level": "0"
}
},
{
- "id": 20450,
+ "id": 20482,
"properties": {
"facing": "north",
"honey_level": "1"
}
},
{
- "id": 20451,
+ "id": 20483,
"properties": {
"facing": "north",
"honey_level": "2"
}
},
{
- "id": 20452,
+ "id": 20484,
"properties": {
"facing": "north",
"honey_level": "3"
}
},
{
- "id": 20453,
+ "id": 20485,
"properties": {
"facing": "north",
"honey_level": "4"
}
},
{
- "id": 20454,
+ "id": 20486,
"properties": {
"facing": "north",
"honey_level": "5"
}
},
{
- "id": 20455,
+ "id": 20487,
"properties": {
"facing": "south",
"honey_level": "0"
}
},
{
- "id": 20456,
+ "id": 20488,
"properties": {
"facing": "south",
"honey_level": "1"
}
},
{
- "id": 20457,
+ "id": 20489,
"properties": {
"facing": "south",
"honey_level": "2"
}
},
{
- "id": 20458,
+ "id": 20490,
"properties": {
"facing": "south",
"honey_level": "3"
}
},
{
- "id": 20459,
+ "id": 20491,
"properties": {
"facing": "south",
"honey_level": "4"
}
},
{
- "id": 20460,
+ "id": 20492,
"properties": {
"facing": "south",
"honey_level": "5"
}
},
{
- "id": 20461,
+ "id": 20493,
"properties": {
"facing": "west",
"honey_level": "0"
}
},
{
- "id": 20462,
+ "id": 20494,
"properties": {
"facing": "west",
"honey_level": "1"
}
},
{
- "id": 20463,
+ "id": 20495,
"properties": {
"facing": "west",
"honey_level": "2"
}
},
{
- "id": 20464,
+ "id": 20496,
"properties": {
"facing": "west",
"honey_level": "3"
}
},
{
- "id": 20465,
+ "id": 20497,
"properties": {
"facing": "west",
"honey_level": "4"
}
},
{
- "id": 20466,
+ "id": 20498,
"properties": {
"facing": "west",
"honey_level": "5"
}
},
{
- "id": 20467,
+ "id": 20499,
"properties": {
"facing": "east",
"honey_level": "0"
}
},
{
- "id": 20468,
+ "id": 20500,
"properties": {
"facing": "east",
"honey_level": "1"
}
},
{
- "id": 20469,
+ "id": 20501,
"properties": {
"facing": "east",
"honey_level": "2"
}
},
{
- "id": 20470,
+ "id": 20502,
"properties": {
"facing": "east",
"honey_level": "3"
}
},
{
- "id": 20471,
+ "id": 20503,
"properties": {
"facing": "east",
"honey_level": "4"
}
},
{
- "id": 20472,
+ "id": 20504,
"properties": {
"facing": "east",
"honey_level": "5"
@@ -15333,7 +15333,7 @@
},
"states": [
{
- "id": 19494,
+ "id": 19526,
"properties": {
"attachment": "floor",
"facing": "north",
@@ -15342,7 +15342,7 @@
},
{
"default": true,
- "id": 19495,
+ "id": 19527,
"properties": {
"attachment": "floor",
"facing": "north",
@@ -15350,7 +15350,7 @@
}
},
{
- "id": 19496,
+ "id": 19528,
"properties": {
"attachment": "floor",
"facing": "south",
@@ -15358,7 +15358,7 @@
}
},
{
- "id": 19497,
+ "id": 19529,
"properties": {
"attachment": "floor",
"facing": "south",
@@ -15366,7 +15366,7 @@
}
},
{
- "id": 19498,
+ "id": 19530,
"properties": {
"attachment": "floor",
"facing": "west",
@@ -15374,7 +15374,7 @@
}
},
{
- "id": 19499,
+ "id": 19531,
"properties": {
"attachment": "floor",
"facing": "west",
@@ -15382,7 +15382,7 @@
}
},
{
- "id": 19500,
+ "id": 19532,
"properties": {
"attachment": "floor",
"facing": "east",
@@ -15390,7 +15390,7 @@
}
},
{
- "id": 19501,
+ "id": 19533,
"properties": {
"attachment": "floor",
"facing": "east",
@@ -15398,7 +15398,7 @@
}
},
{
- "id": 19502,
+ "id": 19534,
"properties": {
"attachment": "ceiling",
"facing": "north",
@@ -15406,7 +15406,7 @@
}
},
{
- "id": 19503,
+ "id": 19535,
"properties": {
"attachment": "ceiling",
"facing": "north",
@@ -15414,7 +15414,7 @@
}
},
{
- "id": 19504,
+ "id": 19536,
"properties": {
"attachment": "ceiling",
"facing": "south",
@@ -15422,7 +15422,7 @@
}
},
{
- "id": 19505,
+ "id": 19537,
"properties": {
"attachment": "ceiling",
"facing": "south",
@@ -15430,7 +15430,7 @@
}
},
{
- "id": 19506,
+ "id": 19538,
"properties": {
"attachment": "ceiling",
"facing": "west",
@@ -15438,7 +15438,7 @@
}
},
{
- "id": 19507,
+ "id": 19539,
"properties": {
"attachment": "ceiling",
"facing": "west",
@@ -15446,7 +15446,7 @@
}
},
{
- "id": 19508,
+ "id": 19540,
"properties": {
"attachment": "ceiling",
"facing": "east",
@@ -15454,7 +15454,7 @@
}
},
{
- "id": 19509,
+ "id": 19541,
"properties": {
"attachment": "ceiling",
"facing": "east",
@@ -15462,7 +15462,7 @@
}
},
{
- "id": 19510,
+ "id": 19542,
"properties": {
"attachment": "single_wall",
"facing": "north",
@@ -15470,7 +15470,7 @@
}
},
{
- "id": 19511,
+ "id": 19543,
"properties": {
"attachment": "single_wall",
"facing": "north",
@@ -15478,7 +15478,7 @@
}
},
{
- "id": 19512,
+ "id": 19544,
"properties": {
"attachment": "single_wall",
"facing": "south",
@@ -15486,7 +15486,7 @@
}
},
{
- "id": 19513,
+ "id": 19545,
"properties": {
"attachment": "single_wall",
"facing": "south",
@@ -15494,7 +15494,7 @@
}
},
{
- "id": 19514,
+ "id": 19546,
"properties": {
"attachment": "single_wall",
"facing": "west",
@@ -15502,7 +15502,7 @@
}
},
{
- "id": 19515,
+ "id": 19547,
"properties": {
"attachment": "single_wall",
"facing": "west",
@@ -15510,7 +15510,7 @@
}
},
{
- "id": 19516,
+ "id": 19548,
"properties": {
"attachment": "single_wall",
"facing": "east",
@@ -15518,7 +15518,7 @@
}
},
{
- "id": 19517,
+ "id": 19549,
"properties": {
"attachment": "single_wall",
"facing": "east",
@@ -15526,7 +15526,7 @@
}
},
{
- "id": 19518,
+ "id": 19550,
"properties": {
"attachment": "double_wall",
"facing": "north",
@@ -15534,7 +15534,7 @@
}
},
{
- "id": 19519,
+ "id": 19551,
"properties": {
"attachment": "double_wall",
"facing": "north",
@@ -15542,7 +15542,7 @@
}
},
{
- "id": 19520,
+ "id": 19552,
"properties": {
"attachment": "double_wall",
"facing": "south",
@@ -15550,7 +15550,7 @@
}
},
{
- "id": 19521,
+ "id": 19553,
"properties": {
"attachment": "double_wall",
"facing": "south",
@@ -15558,7 +15558,7 @@
}
},
{
- "id": 19522,
+ "id": 19554,
"properties": {
"attachment": "double_wall",
"facing": "west",
@@ -15566,7 +15566,7 @@
}
},
{
- "id": 19523,
+ "id": 19555,
"properties": {
"attachment": "double_wall",
"facing": "west",
@@ -15574,7 +15574,7 @@
}
},
{
- "id": 19524,
+ "id": 19556,
"properties": {
"attachment": "double_wall",
"facing": "east",
@@ -15582,7 +15582,7 @@
}
},
{
- "id": 19525,
+ "id": 19557,
"properties": {
"attachment": "double_wall",
"facing": "east",
@@ -15616,7 +15616,7 @@
},
"states": [
{
- "id": 25904,
+ "id": 25936,
"properties": {
"facing": "north",
"tilt": "none",
@@ -15625,7 +15625,7 @@
},
{
"default": true,
- "id": 25905,
+ "id": 25937,
"properties": {
"facing": "north",
"tilt": "none",
@@ -15633,7 +15633,7 @@
}
},
{
- "id": 25906,
+ "id": 25938,
"properties": {
"facing": "north",
"tilt": "unstable",
@@ -15641,7 +15641,7 @@
}
},
{
- "id": 25907,
+ "id": 25939,
"properties": {
"facing": "north",
"tilt": "unstable",
@@ -15649,7 +15649,7 @@
}
},
{
- "id": 25908,
+ "id": 25940,
"properties": {
"facing": "north",
"tilt": "partial",
@@ -15657,7 +15657,7 @@
}
},
{
- "id": 25909,
+ "id": 25941,
"properties": {
"facing": "north",
"tilt": "partial",
@@ -15665,7 +15665,7 @@
}
},
{
- "id": 25910,
+ "id": 25942,
"properties": {
"facing": "north",
"tilt": "full",
@@ -15673,7 +15673,7 @@
}
},
{
- "id": 25911,
+ "id": 25943,
"properties": {
"facing": "north",
"tilt": "full",
@@ -15681,7 +15681,7 @@
}
},
{
- "id": 25912,
+ "id": 25944,
"properties": {
"facing": "south",
"tilt": "none",
@@ -15689,7 +15689,7 @@
}
},
{
- "id": 25913,
+ "id": 25945,
"properties": {
"facing": "south",
"tilt": "none",
@@ -15697,7 +15697,7 @@
}
},
{
- "id": 25914,
+ "id": 25946,
"properties": {
"facing": "south",
"tilt": "unstable",
@@ -15705,7 +15705,7 @@
}
},
{
- "id": 25915,
+ "id": 25947,
"properties": {
"facing": "south",
"tilt": "unstable",
@@ -15713,7 +15713,7 @@
}
},
{
- "id": 25916,
+ "id": 25948,
"properties": {
"facing": "south",
"tilt": "partial",
@@ -15721,7 +15721,7 @@
}
},
{
- "id": 25917,
+ "id": 25949,
"properties": {
"facing": "south",
"tilt": "partial",
@@ -15729,7 +15729,7 @@
}
},
{
- "id": 25918,
+ "id": 25950,
"properties": {
"facing": "south",
"tilt": "full",
@@ -15737,7 +15737,7 @@
}
},
{
- "id": 25919,
+ "id": 25951,
"properties": {
"facing": "south",
"tilt": "full",
@@ -15745,7 +15745,7 @@
}
},
{
- "id": 25920,
+ "id": 25952,
"properties": {
"facing": "west",
"tilt": "none",
@@ -15753,7 +15753,7 @@
}
},
{
- "id": 25921,
+ "id": 25953,
"properties": {
"facing": "west",
"tilt": "none",
@@ -15761,7 +15761,7 @@
}
},
{
- "id": 25922,
+ "id": 25954,
"properties": {
"facing": "west",
"tilt": "unstable",
@@ -15769,7 +15769,7 @@
}
},
{
- "id": 25923,
+ "id": 25955,
"properties": {
"facing": "west",
"tilt": "unstable",
@@ -15777,7 +15777,7 @@
}
},
{
- "id": 25924,
+ "id": 25956,
"properties": {
"facing": "west",
"tilt": "partial",
@@ -15785,7 +15785,7 @@
}
},
{
- "id": 25925,
+ "id": 25957,
"properties": {
"facing": "west",
"tilt": "partial",
@@ -15793,7 +15793,7 @@
}
},
{
- "id": 25926,
+ "id": 25958,
"properties": {
"facing": "west",
"tilt": "full",
@@ -15801,7 +15801,7 @@
}
},
{
- "id": 25927,
+ "id": 25959,
"properties": {
"facing": "west",
"tilt": "full",
@@ -15809,7 +15809,7 @@
}
},
{
- "id": 25928,
+ "id": 25960,
"properties": {
"facing": "east",
"tilt": "none",
@@ -15817,7 +15817,7 @@
}
},
{
- "id": 25929,
+ "id": 25961,
"properties": {
"facing": "east",
"tilt": "none",
@@ -15825,7 +15825,7 @@
}
},
{
- "id": 25930,
+ "id": 25962,
"properties": {
"facing": "east",
"tilt": "unstable",
@@ -15833,7 +15833,7 @@
}
},
{
- "id": 25931,
+ "id": 25963,
"properties": {
"facing": "east",
"tilt": "unstable",
@@ -15841,7 +15841,7 @@
}
},
{
- "id": 25932,
+ "id": 25964,
"properties": {
"facing": "east",
"tilt": "partial",
@@ -15849,7 +15849,7 @@
}
},
{
- "id": 25933,
+ "id": 25965,
"properties": {
"facing": "east",
"tilt": "partial",
@@ -15857,7 +15857,7 @@
}
},
{
- "id": 25934,
+ "id": 25966,
"properties": {
"facing": "east",
"tilt": "full",
@@ -15865,7 +15865,7 @@
}
},
{
- "id": 25935,
+ "id": 25967,
"properties": {
"facing": "east",
"tilt": "full",
@@ -15893,7 +15893,7 @@
},
"states": [
{
- "id": 25936,
+ "id": 25968,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -15901,49 +15901,49 @@
},
{
"default": true,
- "id": 25937,
+ "id": 25969,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 25938,
+ "id": 25970,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 25939,
+ "id": 25971,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 25940,
+ "id": 25972,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 25941,
+ "id": 25973,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 25942,
+ "id": 25974,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 25943,
+ "id": 25975,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -20661,7 +20661,7 @@
},
"states": [
{
- "id": 22009,
+ "id": 22041,
"properties": {
"candles": "1",
"lit": "true",
@@ -20669,7 +20669,7 @@
}
},
{
- "id": 22010,
+ "id": 22042,
"properties": {
"candles": "1",
"lit": "true",
@@ -20677,7 +20677,7 @@
}
},
{
- "id": 22011,
+ "id": 22043,
"properties": {
"candles": "1",
"lit": "false",
@@ -20686,7 +20686,7 @@
},
{
"default": true,
- "id": 22012,
+ "id": 22044,
"properties": {
"candles": "1",
"lit": "false",
@@ -20694,7 +20694,7 @@
}
},
{
- "id": 22013,
+ "id": 22045,
"properties": {
"candles": "2",
"lit": "true",
@@ -20702,7 +20702,7 @@
}
},
{
- "id": 22014,
+ "id": 22046,
"properties": {
"candles": "2",
"lit": "true",
@@ -20710,7 +20710,7 @@
}
},
{
- "id": 22015,
+ "id": 22047,
"properties": {
"candles": "2",
"lit": "false",
@@ -20718,7 +20718,7 @@
}
},
{
- "id": 22016,
+ "id": 22048,
"properties": {
"candles": "2",
"lit": "false",
@@ -20726,7 +20726,7 @@
}
},
{
- "id": 22017,
+ "id": 22049,
"properties": {
"candles": "3",
"lit": "true",
@@ -20734,7 +20734,7 @@
}
},
{
- "id": 22018,
+ "id": 22050,
"properties": {
"candles": "3",
"lit": "true",
@@ -20742,7 +20742,7 @@
}
},
{
- "id": 22019,
+ "id": 22051,
"properties": {
"candles": "3",
"lit": "false",
@@ -20750,7 +20750,7 @@
}
},
{
- "id": 22020,
+ "id": 22052,
"properties": {
"candles": "3",
"lit": "false",
@@ -20758,7 +20758,7 @@
}
},
{
- "id": 22021,
+ "id": 22053,
"properties": {
"candles": "4",
"lit": "true",
@@ -20766,7 +20766,7 @@
}
},
{
- "id": 22022,
+ "id": 22054,
"properties": {
"candles": "4",
"lit": "true",
@@ -20774,7 +20774,7 @@
}
},
{
- "id": 22023,
+ "id": 22055,
"properties": {
"candles": "4",
"lit": "false",
@@ -20782,7 +20782,7 @@
}
},
{
- "id": 22024,
+ "id": 22056,
"properties": {
"candles": "4",
"lit": "false",
@@ -20805,14 +20805,14 @@
},
"states": [
{
- "id": 22057,
+ "id": 22089,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22058,
+ "id": 22090,
"properties": {
"lit": "false"
}
@@ -21321,7 +21321,7 @@
},
"minecraft:black_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -21393,7 +21393,7 @@
"states": [
{
"default": true,
- "id": 20488
+ "id": 20520
}
]
},
@@ -21415,21 +21415,21 @@
},
"states": [
{
- "id": 20893,
+ "id": 20925,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 20894,
+ "id": 20926,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 20895,
+ "id": 20927,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -21437,21 +21437,21 @@
},
{
"default": true,
- "id": 20896,
+ "id": 20928,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 20897,
+ "id": 20929,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 20898,
+ "id": 20930,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -21492,7 +21492,7 @@
},
"states": [
{
- "id": 20489,
+ "id": 20521,
"properties": {
"facing": "north",
"half": "top",
@@ -21501,7 +21501,7 @@
}
},
{
- "id": 20490,
+ "id": 20522,
"properties": {
"facing": "north",
"half": "top",
@@ -21510,7 +21510,7 @@
}
},
{
- "id": 20491,
+ "id": 20523,
"properties": {
"facing": "north",
"half": "top",
@@ -21519,7 +21519,7 @@
}
},
{
- "id": 20492,
+ "id": 20524,
"properties": {
"facing": "north",
"half": "top",
@@ -21528,7 +21528,7 @@
}
},
{
- "id": 20493,
+ "id": 20525,
"properties": {
"facing": "north",
"half": "top",
@@ -21537,7 +21537,7 @@
}
},
{
- "id": 20494,
+ "id": 20526,
"properties": {
"facing": "north",
"half": "top",
@@ -21546,7 +21546,7 @@
}
},
{
- "id": 20495,
+ "id": 20527,
"properties": {
"facing": "north",
"half": "top",
@@ -21555,7 +21555,7 @@
}
},
{
- "id": 20496,
+ "id": 20528,
"properties": {
"facing": "north",
"half": "top",
@@ -21564,7 +21564,7 @@
}
},
{
- "id": 20497,
+ "id": 20529,
"properties": {
"facing": "north",
"half": "top",
@@ -21573,7 +21573,7 @@
}
},
{
- "id": 20498,
+ "id": 20530,
"properties": {
"facing": "north",
"half": "top",
@@ -21582,7 +21582,7 @@
}
},
{
- "id": 20499,
+ "id": 20531,
"properties": {
"facing": "north",
"half": "bottom",
@@ -21592,439 +21592,439 @@
},
{
"default": true,
- "id": 20500,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20501,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20502,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20503,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20504,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20505,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20506,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20507,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20508,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20509,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20510,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20511,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20512,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20513,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20514,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20515,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20516,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20517,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20518,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20519,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20520,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20521,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20522,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20523,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20524,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20525,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20526,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20527,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20528,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20529,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20530,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20531,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 20532,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20533,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20534,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20535,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20536,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20537,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20538,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 20539,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 20540,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 20541,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 20542,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20543,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20544,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20545,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20546,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20547,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20548,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20549,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20550,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20551,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20552,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20553,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20554,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20555,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20556,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20557,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20558,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20559,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20560,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20561,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20562,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20563,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20564,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20565,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20566,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20567,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20568,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20569,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20570,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20571,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20572,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20573,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20574,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20575,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20576,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20577,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20578,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20579,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20580,
"properties": {
"facing": "west",
"half": "bottom",
@@ -22033,7 +22033,7 @@
}
},
{
- "id": 20549,
+ "id": 20581,
"properties": {
"facing": "east",
"half": "top",
@@ -22042,7 +22042,7 @@
}
},
{
- "id": 20550,
+ "id": 20582,
"properties": {
"facing": "east",
"half": "top",
@@ -22051,7 +22051,7 @@
}
},
{
- "id": 20551,
+ "id": 20583,
"properties": {
"facing": "east",
"half": "top",
@@ -22060,7 +22060,7 @@
}
},
{
- "id": 20552,
+ "id": 20584,
"properties": {
"facing": "east",
"half": "top",
@@ -22069,7 +22069,7 @@
}
},
{
- "id": 20553,
+ "id": 20585,
"properties": {
"facing": "east",
"half": "top",
@@ -22078,7 +22078,7 @@
}
},
{
- "id": 20554,
+ "id": 20586,
"properties": {
"facing": "east",
"half": "top",
@@ -22087,7 +22087,7 @@
}
},
{
- "id": 20555,
+ "id": 20587,
"properties": {
"facing": "east",
"half": "top",
@@ -22096,7 +22096,7 @@
}
},
{
- "id": 20556,
+ "id": 20588,
"properties": {
"facing": "east",
"half": "top",
@@ -22105,7 +22105,7 @@
}
},
{
- "id": 20557,
+ "id": 20589,
"properties": {
"facing": "east",
"half": "top",
@@ -22114,7 +22114,7 @@
}
},
{
- "id": 20558,
+ "id": 20590,
"properties": {
"facing": "east",
"half": "top",
@@ -22123,7 +22123,7 @@
}
},
{
- "id": 20559,
+ "id": 20591,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22132,7 +22132,7 @@
}
},
{
- "id": 20560,
+ "id": 20592,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22141,7 +22141,7 @@
}
},
{
- "id": 20561,
+ "id": 20593,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22150,7 +22150,7 @@
}
},
{
- "id": 20562,
+ "id": 20594,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22159,7 +22159,7 @@
}
},
{
- "id": 20563,
+ "id": 20595,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22168,7 +22168,7 @@
}
},
{
- "id": 20564,
+ "id": 20596,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22177,7 +22177,7 @@
}
},
{
- "id": 20565,
+ "id": 20597,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22186,7 +22186,7 @@
}
},
{
- "id": 20566,
+ "id": 20598,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22195,7 +22195,7 @@
}
},
{
- "id": 20567,
+ "id": 20599,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22204,7 +22204,7 @@
}
},
{
- "id": 20568,
+ "id": 20600,
"properties": {
"facing": "east",
"half": "bottom",
@@ -22251,7 +22251,7 @@
},
"states": [
{
- "id": 20569,
+ "id": 20601,
"properties": {
"east": "none",
"north": "none",
@@ -22262,7 +22262,7 @@
}
},
{
- "id": 20570,
+ "id": 20602,
"properties": {
"east": "none",
"north": "none",
@@ -22273,7 +22273,7 @@
}
},
{
- "id": 20571,
+ "id": 20603,
"properties": {
"east": "none",
"north": "none",
@@ -22285,718 +22285,366 @@
},
{
"default": true,
- "id": 20572,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20573,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20574,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20575,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20576,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20577,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20578,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20579,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20580,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20581,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20582,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20583,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20584,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20585,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20586,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20587,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20588,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20589,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20590,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20591,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20592,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20593,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20594,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20595,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20596,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20597,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20598,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20599,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20600,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20601,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20602,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20603,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 20604,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20605,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20606,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20607,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20608,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20609,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20610,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20611,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20612,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20613,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20614,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20615,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20616,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20617,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20618,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20619,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20620,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20621,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20622,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20623,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20624,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20625,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20626,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20627,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20628,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20629,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20630,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20631,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20632,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20633,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20634,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20635,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20636,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -23004,10 +22652,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -23015,10 +22663,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -23026,10 +22674,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -23037,362 +22685,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20641,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20642,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20643,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20644,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20645,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20646,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20647,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20648,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20649,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20650,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20651,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20652,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20653,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20654,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20655,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20656,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20657,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20658,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20659,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20660,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20661,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20662,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20663,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20664,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20665,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20666,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20667,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20668,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20669,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20670,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20671,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20672,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -23400,10 +23048,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -23411,14 +23059,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20675,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20676,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20677,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20678,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20679,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20680,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20681,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20682,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20683,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20684,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20685,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20686,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20687,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20688,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20689,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20690,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20691,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20692,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20693,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20694,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20695,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20696,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20697,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20698,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20699,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20700,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20701,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20702,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20703,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20704,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20705,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20706,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20707,
"properties": {
"east": "none",
"north": "tall",
@@ -23429,7 +23429,7 @@
}
},
{
- "id": 20676,
+ "id": 20708,
"properties": {
"east": "none",
"north": "tall",
@@ -23439,367 +23439,15 @@
"west": "tall"
}
},
- {
- "id": 20677,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20678,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20679,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20680,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20681,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20682,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20683,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20684,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20685,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20686,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20687,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20688,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20689,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20690,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20691,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20692,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20693,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20694,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20695,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20696,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20697,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20698,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20699,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20700,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20701,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20702,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20703,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20704,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20705,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20706,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20707,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20708,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 20709,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -23807,10 +23455,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -23818,10 +23466,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -23829,362 +23477,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20713,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20714,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20715,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20716,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20717,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20718,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20719,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20720,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20721,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20722,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20723,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20724,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20725,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20726,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20727,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20728,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20729,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20730,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20731,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20732,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20733,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20734,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20735,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20736,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20737,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20738,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20739,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20740,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20741,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20742,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20743,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20744,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -24192,10 +23840,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -24203,10 +23851,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -24214,10 +23862,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -24225,362 +23873,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20749,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20750,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20751,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20752,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20753,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20754,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20755,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20756,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20757,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20758,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20759,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20760,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20761,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20762,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20763,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20764,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20765,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20766,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20767,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20768,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20769,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20770,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20771,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20772,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20773,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20774,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 20775,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20776,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20777,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 20778,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20779,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 20780,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -24588,10 +24236,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -24599,14 +24247,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20783,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20784,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20785,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20786,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20787,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20788,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20789,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20790,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20791,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20792,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20793,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20794,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20795,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20796,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20797,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20798,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20799,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20800,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20801,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20802,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20803,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20804,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20805,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20806,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20807,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20808,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20809,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20810,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20811,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20812,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20813,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20814,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20815,
"properties": {
"east": "low",
"north": "tall",
@@ -24617,7 +24617,7 @@
}
},
{
- "id": 20784,
+ "id": 20816,
"properties": {
"east": "low",
"north": "tall",
@@ -24627,367 +24627,15 @@
"west": "tall"
}
},
- {
- "id": 20785,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20786,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20787,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20788,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20789,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20790,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20791,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20792,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20793,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20794,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20795,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20796,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20797,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20798,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20799,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20800,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20801,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20802,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20803,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20804,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20805,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20806,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20807,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20808,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20809,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20810,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20811,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20812,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20813,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20814,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20815,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20816,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 20817,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -24995,14 +24643,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20819,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20820,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20821,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20822,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20823,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20824,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20825,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20826,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20827,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20828,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20829,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20830,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20831,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20832,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20833,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20834,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20835,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20836,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20837,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20838,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20839,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20840,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20841,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20842,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20843,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20844,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20845,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20846,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20847,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20848,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20849,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20850,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20851,
"properties": {
"east": "tall",
"north": "none",
@@ -25013,7 +25013,7 @@
}
},
{
- "id": 20820,
+ "id": 20852,
"properties": {
"east": "tall",
"north": "none",
@@ -25023,367 +25023,15 @@
"west": "tall"
}
},
- {
- "id": 20821,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20822,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20823,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20824,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20825,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20826,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20827,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20828,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20829,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20830,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20831,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20832,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20833,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20834,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20835,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20836,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20837,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20838,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20839,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20840,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20841,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20842,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20843,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20844,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20845,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20846,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20847,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20848,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20849,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20850,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20851,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20852,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 20853,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -25391,14 +25039,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 20855,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20856,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20857,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20858,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20859,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20860,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20861,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20862,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20863,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20864,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20865,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20866,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20867,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20868,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20869,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20870,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20871,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20872,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20873,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20874,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20875,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20876,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20877,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20878,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20879,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20880,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20881,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20882,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20883,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20884,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20885,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20886,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20887,
"properties": {
"east": "tall",
"north": "low",
@@ -25409,7 +25409,7 @@
}
},
{
- "id": 20856,
+ "id": 20888,
"properties": {
"east": "tall",
"north": "low",
@@ -25419,371 +25419,371 @@
"west": "tall"
}
},
- {
- "id": 20857,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20858,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20859,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20860,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20861,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20862,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20863,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20864,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20865,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20866,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20867,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20868,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20869,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20870,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20871,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20872,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20873,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20874,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20875,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20876,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20877,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20878,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20879,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20880,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20881,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20882,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20883,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20884,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20885,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20886,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20887,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20888,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 20889,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 20890,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20891,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20892,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20893,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20894,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20895,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20896,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20897,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20898,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20899,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20900,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20901,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20902,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20903,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20904,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20905,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20906,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20907,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20908,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20909,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20910,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20911,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20912,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20913,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20914,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20915,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20916,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20917,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20918,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20919,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 20920,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 20921,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 20922,
"properties": {
"east": "tall",
"north": "tall",
@@ -25794,7 +25794,7 @@
}
},
{
- "id": 20891,
+ "id": 20923,
"properties": {
"east": "tall",
"north": "tall",
@@ -25805,7 +25805,7 @@
}
},
{
- "id": 20892,
+ "id": 20924,
"properties": {
"east": "tall",
"north": "tall",
@@ -25836,7 +25836,7 @@
},
"states": [
{
- "id": 19451,
+ "id": 19483,
"properties": {
"facing": "north",
"lit": "true"
@@ -25844,49 +25844,49 @@
},
{
"default": true,
- "id": 19452,
+ "id": 19484,
"properties": {
"facing": "north",
"lit": "false"
}
},
{
- "id": 19453,
+ "id": 19485,
"properties": {
"facing": "south",
"lit": "true"
}
},
{
- "id": 19454,
+ "id": 19486,
"properties": {
"facing": "south",
"lit": "false"
}
},
{
- "id": 19455,
+ "id": 19487,
"properties": {
"facing": "west",
"lit": "true"
}
},
{
- "id": 19456,
+ "id": 19488,
"properties": {
"facing": "west",
"lit": "false"
}
},
{
- "id": 19457,
+ "id": 19489,
"properties": {
"facing": "east",
"lit": "true"
}
},
{
- "id": 19458,
+ "id": 19490,
"properties": {
"facing": "east",
"lit": "false"
@@ -26197,7 +26197,7 @@
},
"states": [
{
- "id": 21945,
+ "id": 21977,
"properties": {
"candles": "1",
"lit": "true",
@@ -26205,7 +26205,7 @@
}
},
{
- "id": 21946,
+ "id": 21978,
"properties": {
"candles": "1",
"lit": "true",
@@ -26213,7 +26213,7 @@
}
},
{
- "id": 21947,
+ "id": 21979,
"properties": {
"candles": "1",
"lit": "false",
@@ -26222,7 +26222,7 @@
},
{
"default": true,
- "id": 21948,
+ "id": 21980,
"properties": {
"candles": "1",
"lit": "false",
@@ -26230,7 +26230,7 @@
}
},
{
- "id": 21949,
+ "id": 21981,
"properties": {
"candles": "2",
"lit": "true",
@@ -26238,7 +26238,7 @@
}
},
{
- "id": 21950,
+ "id": 21982,
"properties": {
"candles": "2",
"lit": "true",
@@ -26246,7 +26246,7 @@
}
},
{
- "id": 21951,
+ "id": 21983,
"properties": {
"candles": "2",
"lit": "false",
@@ -26254,7 +26254,7 @@
}
},
{
- "id": 21952,
+ "id": 21984,
"properties": {
"candles": "2",
"lit": "false",
@@ -26262,7 +26262,7 @@
}
},
{
- "id": 21953,
+ "id": 21985,
"properties": {
"candles": "3",
"lit": "true",
@@ -26270,7 +26270,7 @@
}
},
{
- "id": 21954,
+ "id": 21986,
"properties": {
"candles": "3",
"lit": "true",
@@ -26278,7 +26278,7 @@
}
},
{
- "id": 21955,
+ "id": 21987,
"properties": {
"candles": "3",
"lit": "false",
@@ -26286,7 +26286,7 @@
}
},
{
- "id": 21956,
+ "id": 21988,
"properties": {
"candles": "3",
"lit": "false",
@@ -26294,7 +26294,7 @@
}
},
{
- "id": 21957,
+ "id": 21989,
"properties": {
"candles": "4",
"lit": "true",
@@ -26302,7 +26302,7 @@
}
},
{
- "id": 21958,
+ "id": 21990,
"properties": {
"candles": "4",
"lit": "true",
@@ -26310,7 +26310,7 @@
}
},
{
- "id": 21959,
+ "id": 21991,
"properties": {
"candles": "4",
"lit": "false",
@@ -26318,7 +26318,7 @@
}
},
{
- "id": 21960,
+ "id": 21992,
"properties": {
"candles": "4",
"lit": "false",
@@ -26341,14 +26341,14 @@
},
"states": [
{
- "id": 22049,
+ "id": 22081,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22050,
+ "id": 22082,
"properties": {
"lit": "false"
}
@@ -26442,7 +26442,7 @@
"states": [
{
"default": true,
- "id": 13964
+ "id": 13996
}
]
},
@@ -26887,7 +26887,7 @@
},
"minecraft:blue_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -27012,13 +27012,13 @@
"states": [
{
"default": true,
- "id": 13848,
+ "id": 13880,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13849,
+ "id": 13881,
"properties": {
"waterlogged": "false"
}
@@ -27034,7 +27034,7 @@
"states": [
{
"default": true,
- "id": 13832
+ "id": 13864
}
]
},
@@ -27053,13 +27053,13 @@
"states": [
{
"default": true,
- "id": 13868,
+ "id": 13900,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13869,
+ "id": 13901,
"properties": {
"waterlogged": "false"
}
@@ -27087,56 +27087,56 @@
"states": [
{
"default": true,
- "id": 13924,
+ "id": 13956,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13925,
+ "id": 13957,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13926,
+ "id": 13958,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13927,
+ "id": 13959,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13928,
+ "id": 13960,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13929,
+ "id": 13961,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13930,
+ "id": 13962,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13931,
+ "id": 13963,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -28085,7 +28085,7 @@
},
"states": [
{
- "id": 15183,
+ "id": 15215,
"properties": {
"east": "none",
"north": "none",
@@ -28096,7 +28096,7 @@
}
},
{
- "id": 15184,
+ "id": 15216,
"properties": {
"east": "none",
"north": "none",
@@ -28107,7 +28107,7 @@
}
},
{
- "id": 15185,
+ "id": 15217,
"properties": {
"east": "none",
"north": "none",
@@ -28119,718 +28119,366 @@
},
{
"default": true,
- "id": 15186,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15187,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15188,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15189,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15190,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15191,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15192,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15193,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15194,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15195,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15196,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15197,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15198,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15199,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15200,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15201,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15202,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15203,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15204,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15205,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15206,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15207,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15208,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15209,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15210,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15211,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15212,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15213,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15214,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15215,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15216,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15217,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 15218,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15219,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15220,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15221,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15222,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15223,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15224,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15225,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15226,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15227,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15228,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15229,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15230,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15231,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15232,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15233,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15234,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15235,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15236,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15237,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15238,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15239,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15240,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15241,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15242,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15243,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15244,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15245,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15246,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15247,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15248,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15249,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15250,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -28838,10 +28486,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -28849,10 +28497,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -28860,10 +28508,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -28871,362 +28519,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15255,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15256,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15257,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15258,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15259,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15260,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15261,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15262,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15263,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15264,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15265,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15266,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15267,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15268,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15269,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15270,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15271,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15272,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15273,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15274,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15275,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15276,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15277,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15278,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15279,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15280,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15281,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15282,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15283,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15284,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15285,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15286,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -29234,10 +28882,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -29245,14 +28893,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15289,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15290,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15291,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15292,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15293,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15294,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15295,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15296,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15297,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15298,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15299,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15300,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15301,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15302,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15303,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15304,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15305,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15306,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15307,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15308,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15309,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15310,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15311,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15312,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15313,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15314,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15315,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15316,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15317,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15318,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15319,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15320,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15321,
"properties": {
"east": "none",
"north": "tall",
@@ -29263,7 +29263,7 @@
}
},
{
- "id": 15290,
+ "id": 15322,
"properties": {
"east": "none",
"north": "tall",
@@ -29273,367 +29273,15 @@
"west": "tall"
}
},
- {
- "id": 15291,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15292,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15293,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15294,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15295,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15296,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15297,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15298,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15299,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15300,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15301,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15302,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15303,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15304,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15305,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15306,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15307,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15308,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15309,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15310,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15311,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15312,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15313,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15314,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15315,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15316,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15317,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15318,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15319,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15320,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15321,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15322,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15323,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -29641,10 +29289,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -29652,10 +29300,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -29663,362 +29311,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15327,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15328,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15329,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15330,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15331,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15332,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15333,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15334,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15335,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15336,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15337,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15338,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15339,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15340,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15341,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15342,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15343,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15344,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15345,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15346,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15347,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15348,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15349,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15350,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15351,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15352,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15353,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15354,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15355,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15356,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15357,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15358,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -30026,10 +29674,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -30037,10 +29685,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -30048,10 +29696,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -30059,362 +29707,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15363,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15364,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15365,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15366,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15367,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15368,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15369,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15370,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15371,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15372,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15373,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15374,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15375,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15376,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15377,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15378,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15379,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15380,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15381,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15382,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15383,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15384,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15385,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15386,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15387,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15388,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15389,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15390,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15391,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15392,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15393,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15394,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -30422,10 +30070,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -30433,14 +30081,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15397,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15398,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15399,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15400,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15401,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15402,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15403,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15404,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15405,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15406,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15407,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15408,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15409,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15410,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15411,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15412,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15413,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15414,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15415,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15416,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15417,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15418,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15419,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15420,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15421,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15422,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15423,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15424,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15425,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15426,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15427,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15428,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15429,
"properties": {
"east": "low",
"north": "tall",
@@ -30451,7 +30451,7 @@
}
},
{
- "id": 15398,
+ "id": 15430,
"properties": {
"east": "low",
"north": "tall",
@@ -30461,367 +30461,15 @@
"west": "tall"
}
},
- {
- "id": 15399,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15400,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15401,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15402,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15403,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15404,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15405,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15406,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15407,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15408,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15409,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15410,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15411,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15412,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15413,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15414,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15415,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15416,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15417,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15418,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15419,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15420,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15421,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15422,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15423,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15424,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15425,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15426,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15427,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15428,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15429,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15430,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15431,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -30829,14 +30477,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15433,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15434,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15435,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15436,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15437,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15438,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15439,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15440,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15441,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15442,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15443,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15444,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15445,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15446,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15447,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15448,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15449,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15450,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15451,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15452,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15453,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15454,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15455,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15456,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15457,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15458,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15459,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15460,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15461,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15462,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15463,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15464,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15465,
"properties": {
"east": "tall",
"north": "none",
@@ -30847,7 +30847,7 @@
}
},
{
- "id": 15434,
+ "id": 15466,
"properties": {
"east": "tall",
"north": "none",
@@ -30857,367 +30857,15 @@
"west": "tall"
}
},
- {
- "id": 15435,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15436,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15437,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15438,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15439,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15440,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15441,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15442,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15443,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15444,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15445,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15446,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15447,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15448,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15449,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15450,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15451,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15452,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15453,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15454,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15455,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15456,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15457,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15458,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15459,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15460,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15461,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15462,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15463,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15464,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15465,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15466,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15467,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -31225,14 +30873,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15469,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15470,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15471,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15472,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15473,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15474,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15475,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15476,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15477,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15478,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15479,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15480,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15481,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15482,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15483,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15484,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15485,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15486,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15487,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15488,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15489,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15490,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15491,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15492,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15493,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15494,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15495,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15496,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15497,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15498,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15499,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15500,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15501,
"properties": {
"east": "tall",
"north": "low",
@@ -31243,7 +31243,7 @@
}
},
{
- "id": 15470,
+ "id": 15502,
"properties": {
"east": "tall",
"north": "low",
@@ -31253,371 +31253,371 @@
"west": "tall"
}
},
- {
- "id": 15471,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15472,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15473,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15474,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15475,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15476,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15477,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15478,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15479,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15480,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15481,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15482,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15483,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15484,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15485,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15486,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15487,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15488,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15489,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15490,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15491,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15492,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15493,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15494,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15495,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15496,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15497,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15498,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15499,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15500,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15501,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15502,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15503,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15504,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15505,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15506,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15507,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15508,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15509,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15510,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15511,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15512,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15513,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15514,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15515,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15516,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15517,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15518,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15519,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15520,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15521,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15522,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15523,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15524,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15525,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15526,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15527,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15528,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15529,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15530,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15531,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15532,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15533,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15534,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15535,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15536,
"properties": {
"east": "tall",
"north": "tall",
@@ -31628,7 +31628,7 @@
}
},
{
- "id": 15505,
+ "id": 15537,
"properties": {
"east": "tall",
"north": "tall",
@@ -31639,7 +31639,7 @@
}
},
{
- "id": 15506,
+ "id": 15538,
"properties": {
"east": "tall",
"north": "tall",
@@ -31966,7 +31966,7 @@
},
"states": [
{
- "id": 21961,
+ "id": 21993,
"properties": {
"candles": "1",
"lit": "true",
@@ -31974,7 +31974,7 @@
}
},
{
- "id": 21962,
+ "id": 21994,
"properties": {
"candles": "1",
"lit": "true",
@@ -31982,7 +31982,7 @@
}
},
{
- "id": 21963,
+ "id": 21995,
"properties": {
"candles": "1",
"lit": "false",
@@ -31991,7 +31991,7 @@
},
{
"default": true,
- "id": 21964,
+ "id": 21996,
"properties": {
"candles": "1",
"lit": "false",
@@ -31999,7 +31999,7 @@
}
},
{
- "id": 21965,
+ "id": 21997,
"properties": {
"candles": "2",
"lit": "true",
@@ -32007,7 +32007,7 @@
}
},
{
- "id": 21966,
+ "id": 21998,
"properties": {
"candles": "2",
"lit": "true",
@@ -32015,7 +32015,7 @@
}
},
{
- "id": 21967,
+ "id": 21999,
"properties": {
"candles": "2",
"lit": "false",
@@ -32023,7 +32023,7 @@
}
},
{
- "id": 21968,
+ "id": 22000,
"properties": {
"candles": "2",
"lit": "false",
@@ -32031,7 +32031,7 @@
}
},
{
- "id": 21969,
+ "id": 22001,
"properties": {
"candles": "3",
"lit": "true",
@@ -32039,7 +32039,7 @@
}
},
{
- "id": 21970,
+ "id": 22002,
"properties": {
"candles": "3",
"lit": "true",
@@ -32047,7 +32047,7 @@
}
},
{
- "id": 21971,
+ "id": 22003,
"properties": {
"candles": "3",
"lit": "false",
@@ -32055,7 +32055,7 @@
}
},
{
- "id": 21972,
+ "id": 22004,
"properties": {
"candles": "3",
"lit": "false",
@@ -32063,7 +32063,7 @@
}
},
{
- "id": 21973,
+ "id": 22005,
"properties": {
"candles": "4",
"lit": "true",
@@ -32071,7 +32071,7 @@
}
},
{
- "id": 21974,
+ "id": 22006,
"properties": {
"candles": "4",
"lit": "true",
@@ -32079,7 +32079,7 @@
}
},
{
- "id": 21975,
+ "id": 22007,
"properties": {
"candles": "4",
"lit": "false",
@@ -32087,7 +32087,7 @@
}
},
{
- "id": 21976,
+ "id": 22008,
"properties": {
"candles": "4",
"lit": "false",
@@ -32110,14 +32110,14 @@
},
"states": [
{
- "id": 22051,
+ "id": 22083,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22052,
+ "id": 22084,
"properties": {
"lit": "false"
}
@@ -33378,7 +33378,7 @@
},
"minecraft:brown_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -33456,13 +33456,13 @@
"states": [
{
"default": true,
- "id": 13983,
+ "id": 14015,
"properties": {
"drag": "true"
}
},
{
- "id": 13984,
+ "id": 14016,
"properties": {
"drag": "false"
}
@@ -33484,13 +33484,13 @@
"states": [
{
"default": true,
- "id": 13850,
+ "id": 13882,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13851,
+ "id": 13883,
"properties": {
"waterlogged": "false"
}
@@ -33506,7 +33506,7 @@
"states": [
{
"default": true,
- "id": 13833
+ "id": 13865
}
]
},
@@ -33525,13 +33525,13 @@
"states": [
{
"default": true,
- "id": 13870,
+ "id": 13902,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13871,
+ "id": 13903,
"properties": {
"waterlogged": "false"
}
@@ -33559,56 +33559,56 @@
"states": [
{
"default": true,
- "id": 13932,
+ "id": 13964,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13933,
+ "id": 13965,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13934,
+ "id": 13966,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13935,
+ "id": 13967,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13936,
+ "id": 13968,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13937,
+ "id": 13969,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13938,
+ "id": 13970,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13939,
+ "id": 13971,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -33624,7 +33624,7 @@
"states": [
{
"default": true,
- "id": 22060
+ "id": 22092
}
]
},
@@ -33847,7 +33847,7 @@
"states": [
{
"default": true,
- "id": 23344
+ "id": 23376
}
]
},
@@ -33893,7 +33893,7 @@
},
"states": [
{
- "id": 23443,
+ "id": 23475,
"properties": {
"facing": "north",
"power": "0",
@@ -33903,299 +33903,11 @@
},
{
"default": true,
- "id": 23444,
- "properties": {
- "facing": "north",
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23445,
- "properties": {
- "facing": "north",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23446,
- "properties": {
- "facing": "north",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23447,
- "properties": {
- "facing": "north",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23448,
- "properties": {
- "facing": "north",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23449,
- "properties": {
- "facing": "north",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23450,
- "properties": {
- "facing": "north",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23451,
- "properties": {
- "facing": "north",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23452,
- "properties": {
- "facing": "north",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23453,
- "properties": {
- "facing": "north",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23454,
- "properties": {
- "facing": "north",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23455,
- "properties": {
- "facing": "north",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23456,
- "properties": {
- "facing": "north",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23457,
- "properties": {
- "facing": "north",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23458,
- "properties": {
- "facing": "north",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23459,
- "properties": {
- "facing": "north",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23460,
- "properties": {
- "facing": "north",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23461,
- "properties": {
- "facing": "north",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23462,
- "properties": {
- "facing": "north",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23463,
- "properties": {
- "facing": "north",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23464,
- "properties": {
- "facing": "north",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23465,
- "properties": {
- "facing": "north",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23466,
- "properties": {
- "facing": "north",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23467,
- "properties": {
- "facing": "north",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23468,
- "properties": {
- "facing": "north",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23469,
- "properties": {
- "facing": "north",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23470,
- "properties": {
- "facing": "north",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23471,
- "properties": {
- "facing": "north",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23472,
- "properties": {
- "facing": "north",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23473,
- "properties": {
- "facing": "north",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23474,
- "properties": {
- "facing": "north",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23475,
- "properties": {
- "facing": "north",
- "power": "5",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
"id": 23476,
"properties": {
"facing": "north",
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34203,8 +33915,8 @@
"id": 23477,
"properties": {
"facing": "north",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34212,8 +33924,8 @@
"id": 23478,
"properties": {
"facing": "north",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34221,8 +33933,8 @@
"id": 23479,
"properties": {
"facing": "north",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34230,8 +33942,8 @@
"id": 23480,
"properties": {
"facing": "north",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34239,8 +33951,8 @@
"id": 23481,
"properties": {
"facing": "north",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34248,8 +33960,8 @@
"id": 23482,
"properties": {
"facing": "north",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34257,8 +33969,8 @@
"id": 23483,
"properties": {
"facing": "north",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34266,8 +33978,8 @@
"id": 23484,
"properties": {
"facing": "north",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34275,8 +33987,8 @@
"id": 23485,
"properties": {
"facing": "north",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34284,8 +33996,8 @@
"id": 23486,
"properties": {
"facing": "north",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34293,8 +34005,8 @@
"id": 23487,
"properties": {
"facing": "north",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34302,8 +34014,8 @@
"id": 23488,
"properties": {
"facing": "north",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34311,8 +34023,8 @@
"id": 23489,
"properties": {
"facing": "north",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34320,8 +34032,8 @@
"id": 23490,
"properties": {
"facing": "north",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34329,8 +34041,8 @@
"id": 23491,
"properties": {
"facing": "north",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34338,8 +34050,8 @@
"id": 23492,
"properties": {
"facing": "north",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34347,8 +34059,8 @@
"id": 23493,
"properties": {
"facing": "north",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34356,8 +34068,8 @@
"id": 23494,
"properties": {
"facing": "north",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34365,8 +34077,8 @@
"id": 23495,
"properties": {
"facing": "north",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34374,8 +34086,8 @@
"id": 23496,
"properties": {
"facing": "north",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34383,8 +34095,8 @@
"id": 23497,
"properties": {
"facing": "north",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34392,8 +34104,8 @@
"id": 23498,
"properties": {
"facing": "north",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34401,8 +34113,8 @@
"id": 23499,
"properties": {
"facing": "north",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34410,8 +34122,8 @@
"id": 23500,
"properties": {
"facing": "north",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34419,8 +34131,8 @@
"id": 23501,
"properties": {
"facing": "north",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34428,8 +34140,8 @@
"id": 23502,
"properties": {
"facing": "north",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34437,8 +34149,8 @@
"id": 23503,
"properties": {
"facing": "north",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34446,8 +34158,8 @@
"id": 23504,
"properties": {
"facing": "north",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34455,8 +34167,8 @@
"id": 23505,
"properties": {
"facing": "north",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34464,8 +34176,8 @@
"id": 23506,
"properties": {
"facing": "north",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34473,8 +34185,8 @@
"id": 23507,
"properties": {
"facing": "north",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34482,8 +34194,8 @@
"id": 23508,
"properties": {
"facing": "north",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34491,8 +34203,8 @@
"id": 23509,
"properties": {
"facing": "north",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34500,8 +34212,8 @@
"id": 23510,
"properties": {
"facing": "north",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34509,8 +34221,8 @@
"id": 23511,
"properties": {
"facing": "north",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34518,8 +34230,8 @@
"id": 23512,
"properties": {
"facing": "north",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34527,8 +34239,8 @@
"id": 23513,
"properties": {
"facing": "north",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34536,8 +34248,8 @@
"id": 23514,
"properties": {
"facing": "north",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34545,8 +34257,8 @@
"id": 23515,
"properties": {
"facing": "north",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34554,8 +34266,8 @@
"id": 23516,
"properties": {
"facing": "north",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34563,8 +34275,8 @@
"id": 23517,
"properties": {
"facing": "north",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34572,8 +34284,8 @@
"id": 23518,
"properties": {
"facing": "north",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34581,8 +34293,8 @@
"id": 23519,
"properties": {
"facing": "north",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34590,8 +34302,8 @@
"id": 23520,
"properties": {
"facing": "north",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34599,8 +34311,8 @@
"id": 23521,
"properties": {
"facing": "north",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34608,8 +34320,8 @@
"id": 23522,
"properties": {
"facing": "north",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34617,8 +34329,8 @@
"id": 23523,
"properties": {
"facing": "north",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34626,8 +34338,8 @@
"id": 23524,
"properties": {
"facing": "north",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34635,8 +34347,8 @@
"id": 23525,
"properties": {
"facing": "north",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34644,8 +34356,8 @@
"id": 23526,
"properties": {
"facing": "north",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34653,8 +34365,8 @@
"id": 23527,
"properties": {
"facing": "north",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34662,8 +34374,8 @@
"id": 23528,
"properties": {
"facing": "north",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34671,8 +34383,8 @@
"id": 23529,
"properties": {
"facing": "north",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34680,8 +34392,8 @@
"id": 23530,
"properties": {
"facing": "north",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -34689,8 +34401,8 @@
"id": 23531,
"properties": {
"facing": "north",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -34698,8 +34410,8 @@
"id": 23532,
"properties": {
"facing": "north",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -34707,8 +34419,8 @@
"id": 23533,
"properties": {
"facing": "north",
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -34716,8 +34428,8 @@
"id": 23534,
"properties": {
"facing": "north",
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -34725,8 +34437,8 @@
"id": 23535,
"properties": {
"facing": "north",
- "power": "15",
- "sculk_sensor_phase": "active",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -34734,13 +34446,301 @@
"id": 23536,
"properties": {
"facing": "north",
- "power": "15",
- "sculk_sensor_phase": "active",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23537,
+ "properties": {
+ "facing": "north",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23538,
+ "properties": {
+ "facing": "north",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23539,
+ "properties": {
+ "facing": "north",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23540,
+ "properties": {
+ "facing": "north",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23541,
+ "properties": {
+ "facing": "north",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23542,
+ "properties": {
+ "facing": "north",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23543,
+ "properties": {
+ "facing": "north",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23544,
+ "properties": {
+ "facing": "north",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23545,
+ "properties": {
+ "facing": "north",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23546,
+ "properties": {
+ "facing": "north",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23547,
+ "properties": {
+ "facing": "north",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23548,
+ "properties": {
+ "facing": "north",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23549,
+ "properties": {
+ "facing": "north",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23550,
+ "properties": {
+ "facing": "north",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23551,
+ "properties": {
+ "facing": "north",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23552,
+ "properties": {
+ "facing": "north",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23553,
+ "properties": {
+ "facing": "north",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23554,
+ "properties": {
+ "facing": "north",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23555,
+ "properties": {
+ "facing": "north",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23556,
+ "properties": {
+ "facing": "north",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23557,
+ "properties": {
+ "facing": "north",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23558,
+ "properties": {
+ "facing": "north",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23559,
+ "properties": {
+ "facing": "north",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23560,
+ "properties": {
+ "facing": "north",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23561,
+ "properties": {
+ "facing": "north",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23562,
+ "properties": {
+ "facing": "north",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23563,
+ "properties": {
+ "facing": "north",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23564,
+ "properties": {
+ "facing": "north",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23565,
+ "properties": {
+ "facing": "north",
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23566,
+ "properties": {
+ "facing": "north",
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23567,
+ "properties": {
+ "facing": "north",
+ "power": "15",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23568,
+ "properties": {
+ "facing": "north",
+ "power": "15",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23569,
"properties": {
"facing": "north",
"power": "15",
@@ -34749,7 +34749,7 @@
}
},
{
- "id": 23538,
+ "id": 23570,
"properties": {
"facing": "north",
"power": "15",
@@ -34757,300 +34757,12 @@
"waterlogged": "false"
}
},
- {
- "id": 23539,
- "properties": {
- "facing": "south",
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23540,
- "properties": {
- "facing": "south",
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23541,
- "properties": {
- "facing": "south",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23542,
- "properties": {
- "facing": "south",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23543,
- "properties": {
- "facing": "south",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23544,
- "properties": {
- "facing": "south",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23545,
- "properties": {
- "facing": "south",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23546,
- "properties": {
- "facing": "south",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23547,
- "properties": {
- "facing": "south",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23548,
- "properties": {
- "facing": "south",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23549,
- "properties": {
- "facing": "south",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23550,
- "properties": {
- "facing": "south",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23551,
- "properties": {
- "facing": "south",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23552,
- "properties": {
- "facing": "south",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23553,
- "properties": {
- "facing": "south",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23554,
- "properties": {
- "facing": "south",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23555,
- "properties": {
- "facing": "south",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23556,
- "properties": {
- "facing": "south",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23557,
- "properties": {
- "facing": "south",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23558,
- "properties": {
- "facing": "south",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23559,
- "properties": {
- "facing": "south",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23560,
- "properties": {
- "facing": "south",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23561,
- "properties": {
- "facing": "south",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23562,
- "properties": {
- "facing": "south",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23563,
- "properties": {
- "facing": "south",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23564,
- "properties": {
- "facing": "south",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23565,
- "properties": {
- "facing": "south",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23566,
- "properties": {
- "facing": "south",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23567,
- "properties": {
- "facing": "south",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23568,
- "properties": {
- "facing": "south",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23569,
- "properties": {
- "facing": "south",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23570,
- "properties": {
- "facing": "south",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
{
"id": 23571,
"properties": {
"facing": "south",
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35058,8 +34770,8 @@
"id": 23572,
"properties": {
"facing": "south",
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35067,8 +34779,8 @@
"id": 23573,
"properties": {
"facing": "south",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35076,8 +34788,8 @@
"id": 23574,
"properties": {
"facing": "south",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35085,8 +34797,8 @@
"id": 23575,
"properties": {
"facing": "south",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35094,8 +34806,8 @@
"id": 23576,
"properties": {
"facing": "south",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35103,8 +34815,8 @@
"id": 23577,
"properties": {
"facing": "south",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35112,8 +34824,8 @@
"id": 23578,
"properties": {
"facing": "south",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35121,8 +34833,8 @@
"id": 23579,
"properties": {
"facing": "south",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35130,8 +34842,8 @@
"id": 23580,
"properties": {
"facing": "south",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35139,8 +34851,8 @@
"id": 23581,
"properties": {
"facing": "south",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35148,8 +34860,8 @@
"id": 23582,
"properties": {
"facing": "south",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35157,8 +34869,8 @@
"id": 23583,
"properties": {
"facing": "south",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35166,8 +34878,8 @@
"id": 23584,
"properties": {
"facing": "south",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35175,8 +34887,8 @@
"id": 23585,
"properties": {
"facing": "south",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35184,8 +34896,8 @@
"id": 23586,
"properties": {
"facing": "south",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35193,8 +34905,8 @@
"id": 23587,
"properties": {
"facing": "south",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35202,8 +34914,8 @@
"id": 23588,
"properties": {
"facing": "south",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35211,8 +34923,8 @@
"id": 23589,
"properties": {
"facing": "south",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35220,8 +34932,8 @@
"id": 23590,
"properties": {
"facing": "south",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35229,8 +34941,8 @@
"id": 23591,
"properties": {
"facing": "south",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35238,8 +34950,8 @@
"id": 23592,
"properties": {
"facing": "south",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35247,8 +34959,8 @@
"id": 23593,
"properties": {
"facing": "south",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35256,8 +34968,8 @@
"id": 23594,
"properties": {
"facing": "south",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35265,8 +34977,8 @@
"id": 23595,
"properties": {
"facing": "south",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35274,8 +34986,8 @@
"id": 23596,
"properties": {
"facing": "south",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35283,8 +34995,8 @@
"id": 23597,
"properties": {
"facing": "south",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35292,8 +35004,8 @@
"id": 23598,
"properties": {
"facing": "south",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35301,8 +35013,8 @@
"id": 23599,
"properties": {
"facing": "south",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35310,8 +35022,8 @@
"id": 23600,
"properties": {
"facing": "south",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35319,8 +35031,8 @@
"id": 23601,
"properties": {
"facing": "south",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35328,8 +35040,8 @@
"id": 23602,
"properties": {
"facing": "south",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35337,8 +35049,8 @@
"id": 23603,
"properties": {
"facing": "south",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35346,8 +35058,8 @@
"id": 23604,
"properties": {
"facing": "south",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35355,8 +35067,8 @@
"id": 23605,
"properties": {
"facing": "south",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35364,8 +35076,8 @@
"id": 23606,
"properties": {
"facing": "south",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35373,8 +35085,8 @@
"id": 23607,
"properties": {
"facing": "south",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35382,8 +35094,8 @@
"id": 23608,
"properties": {
"facing": "south",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35391,8 +35103,8 @@
"id": 23609,
"properties": {
"facing": "south",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35400,8 +35112,8 @@
"id": 23610,
"properties": {
"facing": "south",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35409,8 +35121,8 @@
"id": 23611,
"properties": {
"facing": "south",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35418,8 +35130,8 @@
"id": 23612,
"properties": {
"facing": "south",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35427,8 +35139,8 @@
"id": 23613,
"properties": {
"facing": "south",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35436,8 +35148,8 @@
"id": 23614,
"properties": {
"facing": "south",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35445,8 +35157,8 @@
"id": 23615,
"properties": {
"facing": "south",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35454,8 +35166,8 @@
"id": 23616,
"properties": {
"facing": "south",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35463,8 +35175,8 @@
"id": 23617,
"properties": {
"facing": "south",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35472,8 +35184,8 @@
"id": 23618,
"properties": {
"facing": "south",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35481,8 +35193,8 @@
"id": 23619,
"properties": {
"facing": "south",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35490,8 +35202,8 @@
"id": 23620,
"properties": {
"facing": "south",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35499,8 +35211,8 @@
"id": 23621,
"properties": {
"facing": "south",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35508,8 +35220,8 @@
"id": 23622,
"properties": {
"facing": "south",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35517,8 +35229,8 @@
"id": 23623,
"properties": {
"facing": "south",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35526,8 +35238,8 @@
"id": 23624,
"properties": {
"facing": "south",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35535,8 +35247,8 @@
"id": 23625,
"properties": {
"facing": "south",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35544,8 +35256,8 @@
"id": 23626,
"properties": {
"facing": "south",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35553,8 +35265,8 @@
"id": 23627,
"properties": {
"facing": "south",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35562,8 +35274,8 @@
"id": 23628,
"properties": {
"facing": "south",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35571,8 +35283,8 @@
"id": 23629,
"properties": {
"facing": "south",
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35580,8 +35292,8 @@
"id": 23630,
"properties": {
"facing": "south",
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35589,8 +35301,8 @@
"id": 23631,
"properties": {
"facing": "south",
- "power": "15",
- "sculk_sensor_phase": "active",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35598,13 +35310,301 @@
"id": 23632,
"properties": {
"facing": "south",
- "power": "15",
- "sculk_sensor_phase": "active",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23633,
+ "properties": {
+ "facing": "south",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23634,
+ "properties": {
+ "facing": "south",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23635,
+ "properties": {
+ "facing": "south",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23636,
+ "properties": {
+ "facing": "south",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23637,
+ "properties": {
+ "facing": "south",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23638,
+ "properties": {
+ "facing": "south",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23639,
+ "properties": {
+ "facing": "south",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23640,
+ "properties": {
+ "facing": "south",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23641,
+ "properties": {
+ "facing": "south",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23642,
+ "properties": {
+ "facing": "south",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23643,
+ "properties": {
+ "facing": "south",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23644,
+ "properties": {
+ "facing": "south",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23645,
+ "properties": {
+ "facing": "south",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23646,
+ "properties": {
+ "facing": "south",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23647,
+ "properties": {
+ "facing": "south",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23648,
+ "properties": {
+ "facing": "south",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23649,
+ "properties": {
+ "facing": "south",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23650,
+ "properties": {
+ "facing": "south",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23651,
+ "properties": {
+ "facing": "south",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23652,
+ "properties": {
+ "facing": "south",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23653,
+ "properties": {
+ "facing": "south",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23654,
+ "properties": {
+ "facing": "south",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23655,
+ "properties": {
+ "facing": "south",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23656,
+ "properties": {
+ "facing": "south",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23657,
+ "properties": {
+ "facing": "south",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23658,
+ "properties": {
+ "facing": "south",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23659,
+ "properties": {
+ "facing": "south",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23660,
+ "properties": {
+ "facing": "south",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23661,
+ "properties": {
+ "facing": "south",
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23662,
+ "properties": {
+ "facing": "south",
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23663,
+ "properties": {
+ "facing": "south",
+ "power": "15",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23664,
+ "properties": {
+ "facing": "south",
+ "power": "15",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23665,
"properties": {
"facing": "south",
"power": "15",
@@ -35613,7 +35613,7 @@
}
},
{
- "id": 23634,
+ "id": 23666,
"properties": {
"facing": "south",
"power": "15",
@@ -35621,300 +35621,12 @@
"waterlogged": "false"
}
},
- {
- "id": 23635,
- "properties": {
- "facing": "west",
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23636,
- "properties": {
- "facing": "west",
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23637,
- "properties": {
- "facing": "west",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23638,
- "properties": {
- "facing": "west",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23639,
- "properties": {
- "facing": "west",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23640,
- "properties": {
- "facing": "west",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23641,
- "properties": {
- "facing": "west",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23642,
- "properties": {
- "facing": "west",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23643,
- "properties": {
- "facing": "west",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23644,
- "properties": {
- "facing": "west",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23645,
- "properties": {
- "facing": "west",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23646,
- "properties": {
- "facing": "west",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23647,
- "properties": {
- "facing": "west",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23648,
- "properties": {
- "facing": "west",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23649,
- "properties": {
- "facing": "west",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23650,
- "properties": {
- "facing": "west",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23651,
- "properties": {
- "facing": "west",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23652,
- "properties": {
- "facing": "west",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23653,
- "properties": {
- "facing": "west",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23654,
- "properties": {
- "facing": "west",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23655,
- "properties": {
- "facing": "west",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23656,
- "properties": {
- "facing": "west",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23657,
- "properties": {
- "facing": "west",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23658,
- "properties": {
- "facing": "west",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23659,
- "properties": {
- "facing": "west",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23660,
- "properties": {
- "facing": "west",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23661,
- "properties": {
- "facing": "west",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23662,
- "properties": {
- "facing": "west",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23663,
- "properties": {
- "facing": "west",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23664,
- "properties": {
- "facing": "west",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23665,
- "properties": {
- "facing": "west",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23666,
- "properties": {
- "facing": "west",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
{
"id": 23667,
"properties": {
"facing": "west",
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35922,8 +35634,8 @@
"id": 23668,
"properties": {
"facing": "west",
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35931,8 +35643,8 @@
"id": 23669,
"properties": {
"facing": "west",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35940,8 +35652,8 @@
"id": 23670,
"properties": {
"facing": "west",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -35949,8 +35661,8 @@
"id": 23671,
"properties": {
"facing": "west",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -35958,8 +35670,8 @@
"id": 23672,
"properties": {
"facing": "west",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -35967,8 +35679,8 @@
"id": 23673,
"properties": {
"facing": "west",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -35976,8 +35688,8 @@
"id": 23674,
"properties": {
"facing": "west",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -35985,8 +35697,8 @@
"id": 23675,
"properties": {
"facing": "west",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -35994,8 +35706,8 @@
"id": 23676,
"properties": {
"facing": "west",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36003,8 +35715,8 @@
"id": 23677,
"properties": {
"facing": "west",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36012,8 +35724,8 @@
"id": 23678,
"properties": {
"facing": "west",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36021,8 +35733,8 @@
"id": 23679,
"properties": {
"facing": "west",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36030,8 +35742,8 @@
"id": 23680,
"properties": {
"facing": "west",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36039,8 +35751,8 @@
"id": 23681,
"properties": {
"facing": "west",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36048,8 +35760,8 @@
"id": 23682,
"properties": {
"facing": "west",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36057,8 +35769,8 @@
"id": 23683,
"properties": {
"facing": "west",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36066,8 +35778,8 @@
"id": 23684,
"properties": {
"facing": "west",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36075,8 +35787,8 @@
"id": 23685,
"properties": {
"facing": "west",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36084,8 +35796,8 @@
"id": 23686,
"properties": {
"facing": "west",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36093,8 +35805,8 @@
"id": 23687,
"properties": {
"facing": "west",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36102,8 +35814,8 @@
"id": 23688,
"properties": {
"facing": "west",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36111,8 +35823,8 @@
"id": 23689,
"properties": {
"facing": "west",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36120,8 +35832,8 @@
"id": 23690,
"properties": {
"facing": "west",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36129,8 +35841,8 @@
"id": 23691,
"properties": {
"facing": "west",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36138,8 +35850,8 @@
"id": 23692,
"properties": {
"facing": "west",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36147,8 +35859,8 @@
"id": 23693,
"properties": {
"facing": "west",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36156,8 +35868,8 @@
"id": 23694,
"properties": {
"facing": "west",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36165,8 +35877,8 @@
"id": 23695,
"properties": {
"facing": "west",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36174,8 +35886,8 @@
"id": 23696,
"properties": {
"facing": "west",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36183,8 +35895,8 @@
"id": 23697,
"properties": {
"facing": "west",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36192,8 +35904,8 @@
"id": 23698,
"properties": {
"facing": "west",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36201,8 +35913,8 @@
"id": 23699,
"properties": {
"facing": "west",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36210,8 +35922,8 @@
"id": 23700,
"properties": {
"facing": "west",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36219,8 +35931,8 @@
"id": 23701,
"properties": {
"facing": "west",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36228,8 +35940,8 @@
"id": 23702,
"properties": {
"facing": "west",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36237,8 +35949,8 @@
"id": 23703,
"properties": {
"facing": "west",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36246,8 +35958,8 @@
"id": 23704,
"properties": {
"facing": "west",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36255,8 +35967,8 @@
"id": 23705,
"properties": {
"facing": "west",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36264,8 +35976,8 @@
"id": 23706,
"properties": {
"facing": "west",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36273,8 +35985,8 @@
"id": 23707,
"properties": {
"facing": "west",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36282,8 +35994,8 @@
"id": 23708,
"properties": {
"facing": "west",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36291,8 +36003,8 @@
"id": 23709,
"properties": {
"facing": "west",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36300,8 +36012,8 @@
"id": 23710,
"properties": {
"facing": "west",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36309,8 +36021,8 @@
"id": 23711,
"properties": {
"facing": "west",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36318,8 +36030,8 @@
"id": 23712,
"properties": {
"facing": "west",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36327,8 +36039,8 @@
"id": 23713,
"properties": {
"facing": "west",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36336,8 +36048,8 @@
"id": 23714,
"properties": {
"facing": "west",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36345,8 +36057,8 @@
"id": 23715,
"properties": {
"facing": "west",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36354,8 +36066,8 @@
"id": 23716,
"properties": {
"facing": "west",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36363,8 +36075,8 @@
"id": 23717,
"properties": {
"facing": "west",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36372,8 +36084,8 @@
"id": 23718,
"properties": {
"facing": "west",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36381,8 +36093,8 @@
"id": 23719,
"properties": {
"facing": "west",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36390,8 +36102,8 @@
"id": 23720,
"properties": {
"facing": "west",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36399,8 +36111,8 @@
"id": 23721,
"properties": {
"facing": "west",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36408,8 +36120,8 @@
"id": 23722,
"properties": {
"facing": "west",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36417,8 +36129,8 @@
"id": 23723,
"properties": {
"facing": "west",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36426,8 +36138,8 @@
"id": 23724,
"properties": {
"facing": "west",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36435,8 +36147,8 @@
"id": 23725,
"properties": {
"facing": "west",
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36444,8 +36156,8 @@
"id": 23726,
"properties": {
"facing": "west",
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36453,8 +36165,8 @@
"id": 23727,
"properties": {
"facing": "west",
- "power": "15",
- "sculk_sensor_phase": "active",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36462,13 +36174,301 @@
"id": 23728,
"properties": {
"facing": "west",
- "power": "15",
- "sculk_sensor_phase": "active",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23729,
+ "properties": {
+ "facing": "west",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23730,
+ "properties": {
+ "facing": "west",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23731,
+ "properties": {
+ "facing": "west",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23732,
+ "properties": {
+ "facing": "west",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23733,
+ "properties": {
+ "facing": "west",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23734,
+ "properties": {
+ "facing": "west",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23735,
+ "properties": {
+ "facing": "west",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23736,
+ "properties": {
+ "facing": "west",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23737,
+ "properties": {
+ "facing": "west",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23738,
+ "properties": {
+ "facing": "west",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23739,
+ "properties": {
+ "facing": "west",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23740,
+ "properties": {
+ "facing": "west",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23741,
+ "properties": {
+ "facing": "west",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23742,
+ "properties": {
+ "facing": "west",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23743,
+ "properties": {
+ "facing": "west",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23744,
+ "properties": {
+ "facing": "west",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23745,
+ "properties": {
+ "facing": "west",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23746,
+ "properties": {
+ "facing": "west",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23747,
+ "properties": {
+ "facing": "west",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23748,
+ "properties": {
+ "facing": "west",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23749,
+ "properties": {
+ "facing": "west",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23750,
+ "properties": {
+ "facing": "west",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23751,
+ "properties": {
+ "facing": "west",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23752,
+ "properties": {
+ "facing": "west",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23753,
+ "properties": {
+ "facing": "west",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23754,
+ "properties": {
+ "facing": "west",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23755,
+ "properties": {
+ "facing": "west",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23756,
+ "properties": {
+ "facing": "west",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23757,
+ "properties": {
+ "facing": "west",
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23758,
+ "properties": {
+ "facing": "west",
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23759,
+ "properties": {
+ "facing": "west",
+ "power": "15",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23760,
+ "properties": {
+ "facing": "west",
+ "power": "15",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23761,
"properties": {
"facing": "west",
"power": "15",
@@ -36477,7 +36477,7 @@
}
},
{
- "id": 23730,
+ "id": 23762,
"properties": {
"facing": "west",
"power": "15",
@@ -36485,300 +36485,12 @@
"waterlogged": "false"
}
},
- {
- "id": 23731,
- "properties": {
- "facing": "east",
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23732,
- "properties": {
- "facing": "east",
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23733,
- "properties": {
- "facing": "east",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23734,
- "properties": {
- "facing": "east",
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23735,
- "properties": {
- "facing": "east",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23736,
- "properties": {
- "facing": "east",
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23737,
- "properties": {
- "facing": "east",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23738,
- "properties": {
- "facing": "east",
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23739,
- "properties": {
- "facing": "east",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23740,
- "properties": {
- "facing": "east",
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23741,
- "properties": {
- "facing": "east",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23742,
- "properties": {
- "facing": "east",
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23743,
- "properties": {
- "facing": "east",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23744,
- "properties": {
- "facing": "east",
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23745,
- "properties": {
- "facing": "east",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23746,
- "properties": {
- "facing": "east",
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23747,
- "properties": {
- "facing": "east",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23748,
- "properties": {
- "facing": "east",
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23749,
- "properties": {
- "facing": "east",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23750,
- "properties": {
- "facing": "east",
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23751,
- "properties": {
- "facing": "east",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23752,
- "properties": {
- "facing": "east",
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23753,
- "properties": {
- "facing": "east",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23754,
- "properties": {
- "facing": "east",
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23755,
- "properties": {
- "facing": "east",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23756,
- "properties": {
- "facing": "east",
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23757,
- "properties": {
- "facing": "east",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23758,
- "properties": {
- "facing": "east",
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23759,
- "properties": {
- "facing": "east",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23760,
- "properties": {
- "facing": "east",
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23761,
- "properties": {
- "facing": "east",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23762,
- "properties": {
- "facing": "east",
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
{
"id": 23763,
"properties": {
"facing": "east",
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36786,8 +36498,8 @@
"id": 23764,
"properties": {
"facing": "east",
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36795,8 +36507,8 @@
"id": 23765,
"properties": {
"facing": "east",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36804,8 +36516,8 @@
"id": 23766,
"properties": {
"facing": "east",
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36813,8 +36525,8 @@
"id": 23767,
"properties": {
"facing": "east",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36822,8 +36534,8 @@
"id": 23768,
"properties": {
"facing": "east",
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36831,8 +36543,8 @@
"id": 23769,
"properties": {
"facing": "east",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36840,8 +36552,8 @@
"id": 23770,
"properties": {
"facing": "east",
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36849,8 +36561,8 @@
"id": 23771,
"properties": {
"facing": "east",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36858,8 +36570,8 @@
"id": 23772,
"properties": {
"facing": "east",
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36867,8 +36579,8 @@
"id": 23773,
"properties": {
"facing": "east",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36876,8 +36588,8 @@
"id": 23774,
"properties": {
"facing": "east",
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36885,8 +36597,8 @@
"id": 23775,
"properties": {
"facing": "east",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36894,8 +36606,8 @@
"id": 23776,
"properties": {
"facing": "east",
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36903,8 +36615,8 @@
"id": 23777,
"properties": {
"facing": "east",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36912,8 +36624,8 @@
"id": 23778,
"properties": {
"facing": "east",
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36921,8 +36633,8 @@
"id": 23779,
"properties": {
"facing": "east",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36930,8 +36642,8 @@
"id": 23780,
"properties": {
"facing": "east",
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36939,8 +36651,8 @@
"id": 23781,
"properties": {
"facing": "east",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -36948,8 +36660,8 @@
"id": 23782,
"properties": {
"facing": "east",
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -36957,8 +36669,8 @@
"id": 23783,
"properties": {
"facing": "east",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -36966,8 +36678,8 @@
"id": 23784,
"properties": {
"facing": "east",
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -36975,8 +36687,8 @@
"id": 23785,
"properties": {
"facing": "east",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -36984,8 +36696,8 @@
"id": 23786,
"properties": {
"facing": "east",
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -36993,8 +36705,8 @@
"id": 23787,
"properties": {
"facing": "east",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -37002,8 +36714,8 @@
"id": 23788,
"properties": {
"facing": "east",
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -37011,8 +36723,8 @@
"id": 23789,
"properties": {
"facing": "east",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -37020,8 +36732,8 @@
"id": 23790,
"properties": {
"facing": "east",
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -37029,8 +36741,8 @@
"id": 23791,
"properties": {
"facing": "east",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -37038,8 +36750,8 @@
"id": 23792,
"properties": {
"facing": "east",
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -37047,8 +36759,8 @@
"id": 23793,
"properties": {
"facing": "east",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -37056,8 +36768,8 @@
"id": 23794,
"properties": {
"facing": "east",
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -37065,8 +36777,8 @@
"id": 23795,
"properties": {
"facing": "east",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -37074,8 +36786,8 @@
"id": 23796,
"properties": {
"facing": "east",
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -37083,8 +36795,8 @@
"id": 23797,
"properties": {
"facing": "east",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -37092,8 +36804,8 @@
"id": 23798,
"properties": {
"facing": "east",
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -37101,8 +36813,8 @@
"id": 23799,
"properties": {
"facing": "east",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -37110,8 +36822,8 @@
"id": 23800,
"properties": {
"facing": "east",
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -37119,8 +36831,8 @@
"id": 23801,
"properties": {
"facing": "east",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -37128,8 +36840,8 @@
"id": 23802,
"properties": {
"facing": "east",
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -37137,8 +36849,8 @@
"id": 23803,
"properties": {
"facing": "east",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -37146,8 +36858,8 @@
"id": 23804,
"properties": {
"facing": "east",
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -37155,8 +36867,8 @@
"id": 23805,
"properties": {
"facing": "east",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -37164,8 +36876,8 @@
"id": 23806,
"properties": {
"facing": "east",
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -37173,8 +36885,8 @@
"id": 23807,
"properties": {
"facing": "east",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -37182,8 +36894,8 @@
"id": 23808,
"properties": {
"facing": "east",
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -37191,8 +36903,8 @@
"id": 23809,
"properties": {
"facing": "east",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -37200,8 +36912,8 @@
"id": 23810,
"properties": {
"facing": "east",
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -37209,8 +36921,8 @@
"id": 23811,
"properties": {
"facing": "east",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -37218,8 +36930,8 @@
"id": 23812,
"properties": {
"facing": "east",
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -37227,8 +36939,8 @@
"id": 23813,
"properties": {
"facing": "east",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -37236,8 +36948,8 @@
"id": 23814,
"properties": {
"facing": "east",
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -37245,8 +36957,8 @@
"id": 23815,
"properties": {
"facing": "east",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
@@ -37254,8 +36966,8 @@
"id": 23816,
"properties": {
"facing": "east",
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
@@ -37263,8 +36975,8 @@
"id": 23817,
"properties": {
"facing": "east",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
@@ -37272,8 +36984,8 @@
"id": 23818,
"properties": {
"facing": "east",
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
@@ -37281,8 +36993,8 @@
"id": 23819,
"properties": {
"facing": "east",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
@@ -37290,8 +37002,8 @@
"id": 23820,
"properties": {
"facing": "east",
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
@@ -37299,13 +37011,301 @@
"id": 23821,
"properties": {
"facing": "east",
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23822,
+ "properties": {
+ "facing": "east",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23823,
+ "properties": {
+ "facing": "east",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23824,
+ "properties": {
+ "facing": "east",
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23825,
+ "properties": {
+ "facing": "east",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23826,
+ "properties": {
+ "facing": "east",
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23827,
+ "properties": {
+ "facing": "east",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23828,
+ "properties": {
+ "facing": "east",
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23829,
+ "properties": {
+ "facing": "east",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23830,
+ "properties": {
+ "facing": "east",
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23831,
+ "properties": {
+ "facing": "east",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23832,
+ "properties": {
+ "facing": "east",
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23833,
+ "properties": {
+ "facing": "east",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23834,
+ "properties": {
+ "facing": "east",
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23835,
+ "properties": {
+ "facing": "east",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23836,
+ "properties": {
+ "facing": "east",
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23837,
+ "properties": {
+ "facing": "east",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23838,
+ "properties": {
+ "facing": "east",
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23839,
+ "properties": {
+ "facing": "east",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23840,
+ "properties": {
+ "facing": "east",
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23841,
+ "properties": {
+ "facing": "east",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23842,
+ "properties": {
+ "facing": "east",
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23843,
+ "properties": {
+ "facing": "east",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23844,
+ "properties": {
+ "facing": "east",
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23845,
+ "properties": {
+ "facing": "east",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23846,
+ "properties": {
+ "facing": "east",
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23847,
+ "properties": {
+ "facing": "east",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23848,
+ "properties": {
+ "facing": "east",
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23849,
+ "properties": {
+ "facing": "east",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23850,
+ "properties": {
+ "facing": "east",
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23851,
+ "properties": {
+ "facing": "east",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23852,
+ "properties": {
+ "facing": "east",
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23853,
+ "properties": {
+ "facing": "east",
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23854,
"properties": {
"facing": "east",
"power": "15",
@@ -37314,7 +37314,7 @@
}
},
{
- "id": 23823,
+ "id": 23855,
"properties": {
"facing": "east",
"power": "15",
@@ -37323,7 +37323,7 @@
}
},
{
- "id": 23824,
+ "id": 23856,
"properties": {
"facing": "east",
"power": "15",
@@ -37332,7 +37332,7 @@
}
},
{
- "id": 23825,
+ "id": 23857,
"properties": {
"facing": "east",
"power": "15",
@@ -37341,7 +37341,7 @@
}
},
{
- "id": 23826,
+ "id": 23858,
"properties": {
"facing": "east",
"power": "15",
@@ -37380,7 +37380,7 @@
},
"states": [
{
- "id": 19534,
+ "id": 19566,
"properties": {
"facing": "north",
"lit": "true",
@@ -37389,7 +37389,7 @@
}
},
{
- "id": 19535,
+ "id": 19567,
"properties": {
"facing": "north",
"lit": "true",
@@ -37398,7 +37398,7 @@
}
},
{
- "id": 19536,
+ "id": 19568,
"properties": {
"facing": "north",
"lit": "true",
@@ -37408,7 +37408,7 @@
},
{
"default": true,
- "id": 19537,
+ "id": 19569,
"properties": {
"facing": "north",
"lit": "true",
@@ -37417,7 +37417,7 @@
}
},
{
- "id": 19538,
+ "id": 19570,
"properties": {
"facing": "north",
"lit": "false",
@@ -37426,7 +37426,7 @@
}
},
{
- "id": 19539,
+ "id": 19571,
"properties": {
"facing": "north",
"lit": "false",
@@ -37435,7 +37435,7 @@
}
},
{
- "id": 19540,
+ "id": 19572,
"properties": {
"facing": "north",
"lit": "false",
@@ -37444,7 +37444,7 @@
}
},
{
- "id": 19541,
+ "id": 19573,
"properties": {
"facing": "north",
"lit": "false",
@@ -37453,7 +37453,7 @@
}
},
{
- "id": 19542,
+ "id": 19574,
"properties": {
"facing": "south",
"lit": "true",
@@ -37462,7 +37462,7 @@
}
},
{
- "id": 19543,
+ "id": 19575,
"properties": {
"facing": "south",
"lit": "true",
@@ -37471,7 +37471,7 @@
}
},
{
- "id": 19544,
+ "id": 19576,
"properties": {
"facing": "south",
"lit": "true",
@@ -37480,7 +37480,7 @@
}
},
{
- "id": 19545,
+ "id": 19577,
"properties": {
"facing": "south",
"lit": "true",
@@ -37489,7 +37489,7 @@
}
},
{
- "id": 19546,
+ "id": 19578,
"properties": {
"facing": "south",
"lit": "false",
@@ -37498,7 +37498,7 @@
}
},
{
- "id": 19547,
+ "id": 19579,
"properties": {
"facing": "south",
"lit": "false",
@@ -37507,7 +37507,7 @@
}
},
{
- "id": 19548,
+ "id": 19580,
"properties": {
"facing": "south",
"lit": "false",
@@ -37516,7 +37516,7 @@
}
},
{
- "id": 19549,
+ "id": 19581,
"properties": {
"facing": "south",
"lit": "false",
@@ -37525,7 +37525,7 @@
}
},
{
- "id": 19550,
+ "id": 19582,
"properties": {
"facing": "west",
"lit": "true",
@@ -37534,7 +37534,7 @@
}
},
{
- "id": 19551,
+ "id": 19583,
"properties": {
"facing": "west",
"lit": "true",
@@ -37543,7 +37543,7 @@
}
},
{
- "id": 19552,
+ "id": 19584,
"properties": {
"facing": "west",
"lit": "true",
@@ -37552,7 +37552,7 @@
}
},
{
- "id": 19553,
+ "id": 19585,
"properties": {
"facing": "west",
"lit": "true",
@@ -37561,7 +37561,7 @@
}
},
{
- "id": 19554,
+ "id": 19586,
"properties": {
"facing": "west",
"lit": "false",
@@ -37570,7 +37570,7 @@
}
},
{
- "id": 19555,
+ "id": 19587,
"properties": {
"facing": "west",
"lit": "false",
@@ -37579,7 +37579,7 @@
}
},
{
- "id": 19556,
+ "id": 19588,
"properties": {
"facing": "west",
"lit": "false",
@@ -37588,7 +37588,7 @@
}
},
{
- "id": 19557,
+ "id": 19589,
"properties": {
"facing": "west",
"lit": "false",
@@ -37597,7 +37597,7 @@
}
},
{
- "id": 19558,
+ "id": 19590,
"properties": {
"facing": "east",
"lit": "true",
@@ -37606,7 +37606,7 @@
}
},
{
- "id": 19559,
+ "id": 19591,
"properties": {
"facing": "east",
"lit": "true",
@@ -37615,7 +37615,7 @@
}
},
{
- "id": 19560,
+ "id": 19592,
"properties": {
"facing": "east",
"lit": "true",
@@ -37624,7 +37624,7 @@
}
},
{
- "id": 19561,
+ "id": 19593,
"properties": {
"facing": "east",
"lit": "true",
@@ -37633,7 +37633,7 @@
}
},
{
- "id": 19562,
+ "id": 19594,
"properties": {
"facing": "east",
"lit": "false",
@@ -37642,7 +37642,7 @@
}
},
{
- "id": 19563,
+ "id": 19595,
"properties": {
"facing": "east",
"lit": "false",
@@ -37651,7 +37651,7 @@
}
},
{
- "id": 19564,
+ "id": 19596,
"properties": {
"facing": "east",
"lit": "false",
@@ -37660,7 +37660,7 @@
}
},
{
- "id": 19565,
+ "id": 19597,
"properties": {
"facing": "east",
"lit": "false",
@@ -37693,7 +37693,7 @@
},
"states": [
{
- "id": 21753,
+ "id": 21785,
"properties": {
"candles": "1",
"lit": "true",
@@ -37701,7 +37701,7 @@
}
},
{
- "id": 21754,
+ "id": 21786,
"properties": {
"candles": "1",
"lit": "true",
@@ -37709,7 +37709,7 @@
}
},
{
- "id": 21755,
+ "id": 21787,
"properties": {
"candles": "1",
"lit": "false",
@@ -37718,7 +37718,7 @@
},
{
"default": true,
- "id": 21756,
+ "id": 21788,
"properties": {
"candles": "1",
"lit": "false",
@@ -37726,7 +37726,7 @@
}
},
{
- "id": 21757,
+ "id": 21789,
"properties": {
"candles": "2",
"lit": "true",
@@ -37734,7 +37734,7 @@
}
},
{
- "id": 21758,
+ "id": 21790,
"properties": {
"candles": "2",
"lit": "true",
@@ -37742,7 +37742,7 @@
}
},
{
- "id": 21759,
+ "id": 21791,
"properties": {
"candles": "2",
"lit": "false",
@@ -37750,7 +37750,7 @@
}
},
{
- "id": 21760,
+ "id": 21792,
"properties": {
"candles": "2",
"lit": "false",
@@ -37758,7 +37758,7 @@
}
},
{
- "id": 21761,
+ "id": 21793,
"properties": {
"candles": "3",
"lit": "true",
@@ -37766,7 +37766,7 @@
}
},
{
- "id": 21762,
+ "id": 21794,
"properties": {
"candles": "3",
"lit": "true",
@@ -37774,7 +37774,7 @@
}
},
{
- "id": 21763,
+ "id": 21795,
"properties": {
"candles": "3",
"lit": "false",
@@ -37782,7 +37782,7 @@
}
},
{
- "id": 21764,
+ "id": 21796,
"properties": {
"candles": "3",
"lit": "false",
@@ -37790,7 +37790,7 @@
}
},
{
- "id": 21765,
+ "id": 21797,
"properties": {
"candles": "4",
"lit": "true",
@@ -37798,7 +37798,7 @@
}
},
{
- "id": 21766,
+ "id": 21798,
"properties": {
"candles": "4",
"lit": "true",
@@ -37806,7 +37806,7 @@
}
},
{
- "id": 21767,
+ "id": 21799,
"properties": {
"candles": "4",
"lit": "false",
@@ -37814,7 +37814,7 @@
}
},
{
- "id": 21768,
+ "id": 21800,
"properties": {
"candles": "4",
"lit": "false",
@@ -37837,14 +37837,14 @@
},
"states": [
{
- "id": 22025,
+ "id": 22057,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22026,
+ "id": 22058,
"properties": {
"lit": "false"
}
@@ -37928,7 +37928,7 @@
"states": [
{
"default": true,
- "id": 19459
+ "id": 19491
}
]
},
@@ -37993,7 +37993,7 @@
"states": [
{
"default": true,
- "id": 13982
+ "id": 14014
}
]
},
@@ -38038,7 +38038,7 @@
},
"states": [
{
- "id": 25797,
+ "id": 25829,
"properties": {
"age": "0",
"berries": "true"
@@ -38046,357 +38046,357 @@
},
{
"default": true,
- "id": 25798,
+ "id": 25830,
"properties": {
"age": "0",
"berries": "false"
}
},
- {
- "id": 25799,
- "properties": {
- "age": "1",
- "berries": "true"
- }
- },
- {
- "id": 25800,
- "properties": {
- "age": "1",
- "berries": "false"
- }
- },
- {
- "id": 25801,
- "properties": {
- "age": "2",
- "berries": "true"
- }
- },
- {
- "id": 25802,
- "properties": {
- "age": "2",
- "berries": "false"
- }
- },
- {
- "id": 25803,
- "properties": {
- "age": "3",
- "berries": "true"
- }
- },
- {
- "id": 25804,
- "properties": {
- "age": "3",
- "berries": "false"
- }
- },
- {
- "id": 25805,
- "properties": {
- "age": "4",
- "berries": "true"
- }
- },
- {
- "id": 25806,
- "properties": {
- "age": "4",
- "berries": "false"
- }
- },
- {
- "id": 25807,
- "properties": {
- "age": "5",
- "berries": "true"
- }
- },
- {
- "id": 25808,
- "properties": {
- "age": "5",
- "berries": "false"
- }
- },
- {
- "id": 25809,
- "properties": {
- "age": "6",
- "berries": "true"
- }
- },
- {
- "id": 25810,
- "properties": {
- "age": "6",
- "berries": "false"
- }
- },
- {
- "id": 25811,
- "properties": {
- "age": "7",
- "berries": "true"
- }
- },
- {
- "id": 25812,
- "properties": {
- "age": "7",
- "berries": "false"
- }
- },
- {
- "id": 25813,
- "properties": {
- "age": "8",
- "berries": "true"
- }
- },
- {
- "id": 25814,
- "properties": {
- "age": "8",
- "berries": "false"
- }
- },
- {
- "id": 25815,
- "properties": {
- "age": "9",
- "berries": "true"
- }
- },
- {
- "id": 25816,
- "properties": {
- "age": "9",
- "berries": "false"
- }
- },
- {
- "id": 25817,
- "properties": {
- "age": "10",
- "berries": "true"
- }
- },
- {
- "id": 25818,
- "properties": {
- "age": "10",
- "berries": "false"
- }
- },
- {
- "id": 25819,
- "properties": {
- "age": "11",
- "berries": "true"
- }
- },
- {
- "id": 25820,
- "properties": {
- "age": "11",
- "berries": "false"
- }
- },
- {
- "id": 25821,
- "properties": {
- "age": "12",
- "berries": "true"
- }
- },
- {
- "id": 25822,
- "properties": {
- "age": "12",
- "berries": "false"
- }
- },
- {
- "id": 25823,
- "properties": {
- "age": "13",
- "berries": "true"
- }
- },
- {
- "id": 25824,
- "properties": {
- "age": "13",
- "berries": "false"
- }
- },
- {
- "id": 25825,
- "properties": {
- "age": "14",
- "berries": "true"
- }
- },
- {
- "id": 25826,
- "properties": {
- "age": "14",
- "berries": "false"
- }
- },
- {
- "id": 25827,
- "properties": {
- "age": "15",
- "berries": "true"
- }
- },
- {
- "id": 25828,
- "properties": {
- "age": "15",
- "berries": "false"
- }
- },
- {
- "id": 25829,
- "properties": {
- "age": "16",
- "berries": "true"
- }
- },
- {
- "id": 25830,
- "properties": {
- "age": "16",
- "berries": "false"
- }
- },
{
"id": 25831,
"properties": {
- "age": "17",
+ "age": "1",
"berries": "true"
}
},
{
"id": 25832,
"properties": {
- "age": "17",
+ "age": "1",
"berries": "false"
}
},
{
"id": 25833,
"properties": {
- "age": "18",
+ "age": "2",
"berries": "true"
}
},
{
"id": 25834,
"properties": {
- "age": "18",
+ "age": "2",
"berries": "false"
}
},
{
"id": 25835,
"properties": {
- "age": "19",
+ "age": "3",
"berries": "true"
}
},
{
"id": 25836,
"properties": {
- "age": "19",
+ "age": "3",
"berries": "false"
}
},
{
"id": 25837,
"properties": {
- "age": "20",
+ "age": "4",
"berries": "true"
}
},
{
"id": 25838,
"properties": {
- "age": "20",
+ "age": "4",
"berries": "false"
}
},
{
"id": 25839,
"properties": {
- "age": "21",
+ "age": "5",
"berries": "true"
}
},
{
"id": 25840,
"properties": {
- "age": "21",
+ "age": "5",
"berries": "false"
}
},
{
"id": 25841,
"properties": {
- "age": "22",
+ "age": "6",
"berries": "true"
}
},
{
"id": 25842,
"properties": {
- "age": "22",
+ "age": "6",
"berries": "false"
}
},
{
"id": 25843,
"properties": {
- "age": "23",
+ "age": "7",
"berries": "true"
}
},
{
"id": 25844,
"properties": {
- "age": "23",
+ "age": "7",
"berries": "false"
}
},
{
"id": 25845,
"properties": {
- "age": "24",
+ "age": "8",
"berries": "true"
}
},
{
"id": 25846,
"properties": {
- "age": "24",
+ "age": "8",
"berries": "false"
}
},
{
"id": 25847,
"properties": {
- "age": "25",
+ "age": "9",
"berries": "true"
}
},
{
"id": 25848,
+ "properties": {
+ "age": "9",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25849,
+ "properties": {
+ "age": "10",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25850,
+ "properties": {
+ "age": "10",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25851,
+ "properties": {
+ "age": "11",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25852,
+ "properties": {
+ "age": "11",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25853,
+ "properties": {
+ "age": "12",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25854,
+ "properties": {
+ "age": "12",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25855,
+ "properties": {
+ "age": "13",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25856,
+ "properties": {
+ "age": "13",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25857,
+ "properties": {
+ "age": "14",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25858,
+ "properties": {
+ "age": "14",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25859,
+ "properties": {
+ "age": "15",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25860,
+ "properties": {
+ "age": "15",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25861,
+ "properties": {
+ "age": "16",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25862,
+ "properties": {
+ "age": "16",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25863,
+ "properties": {
+ "age": "17",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25864,
+ "properties": {
+ "age": "17",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25865,
+ "properties": {
+ "age": "18",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25866,
+ "properties": {
+ "age": "18",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25867,
+ "properties": {
+ "age": "19",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25868,
+ "properties": {
+ "age": "19",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25869,
+ "properties": {
+ "age": "20",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25870,
+ "properties": {
+ "age": "20",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25871,
+ "properties": {
+ "age": "21",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25872,
+ "properties": {
+ "age": "21",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25873,
+ "properties": {
+ "age": "22",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25874,
+ "properties": {
+ "age": "22",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25875,
+ "properties": {
+ "age": "23",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25876,
+ "properties": {
+ "age": "23",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25877,
+ "properties": {
+ "age": "24",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25878,
+ "properties": {
+ "age": "24",
+ "berries": "false"
+ }
+ },
+ {
+ "id": 25879,
+ "properties": {
+ "age": "25",
+ "berries": "true"
+ }
+ },
+ {
+ "id": 25880,
"properties": {
"age": "25",
"berries": "false"
@@ -38417,14 +38417,14 @@
},
"states": [
{
- "id": 25849,
+ "id": 25881,
"properties": {
"berries": "true"
}
},
{
"default": true,
- "id": 25850,
+ "id": 25882,
"properties": {
"berries": "false"
}
@@ -46392,7 +46392,7 @@
"states": [
{
"default": true,
- "id": 23979
+ "id": 24011
}
]
},
@@ -46404,7 +46404,7 @@
"states": [
{
"default": true,
- "id": 27611
+ "id": 27643
}
]
},
@@ -46416,7 +46416,7 @@
"states": [
{
"default": true,
- "id": 21750
+ "id": 21782
}
]
},
@@ -46428,7 +46428,7 @@
"states": [
{
"default": true,
- "id": 20902
+ "id": 20934
}
]
},
@@ -46500,7 +46500,7 @@
"states": [
{
"default": true,
- "id": 22931
+ "id": 22963
}
]
},
@@ -46512,7 +46512,7 @@
"states": [
{
"default": true,
- "id": 23343
+ "id": 23375
}
]
},
@@ -47332,7 +47332,7 @@
"states": [
{
"default": true,
- "id": 27910
+ "id": 27942
}
]
},
@@ -47385,7 +47385,7 @@
"states": [
{
"default": true,
- "id": 25967
+ "id": 25999
}
]
},
@@ -47407,21 +47407,21 @@
},
"states": [
{
- "id": 26048,
+ "id": 26080,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 26049,
+ "id": 26081,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 26050,
+ "id": 26082,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -47429,21 +47429,21 @@
},
{
"default": true,
- "id": 26051,
+ "id": 26083,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 26052,
+ "id": 26084,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 26053,
+ "id": 26085,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -47484,7 +47484,7 @@
},
"states": [
{
- "id": 25968,
+ "id": 26000,
"properties": {
"facing": "north",
"half": "top",
@@ -47493,7 +47493,7 @@
}
},
{
- "id": 25969,
+ "id": 26001,
"properties": {
"facing": "north",
"half": "top",
@@ -47502,7 +47502,7 @@
}
},
{
- "id": 25970,
+ "id": 26002,
"properties": {
"facing": "north",
"half": "top",
@@ -47511,7 +47511,7 @@
}
},
{
- "id": 25971,
+ "id": 26003,
"properties": {
"facing": "north",
"half": "top",
@@ -47520,7 +47520,7 @@
}
},
{
- "id": 25972,
+ "id": 26004,
"properties": {
"facing": "north",
"half": "top",
@@ -47529,7 +47529,7 @@
}
},
{
- "id": 25973,
+ "id": 26005,
"properties": {
"facing": "north",
"half": "top",
@@ -47538,7 +47538,7 @@
}
},
{
- "id": 25974,
+ "id": 26006,
"properties": {
"facing": "north",
"half": "top",
@@ -47547,7 +47547,7 @@
}
},
{
- "id": 25975,
+ "id": 26007,
"properties": {
"facing": "north",
"half": "top",
@@ -47556,7 +47556,7 @@
}
},
{
- "id": 25976,
+ "id": 26008,
"properties": {
"facing": "north",
"half": "top",
@@ -47565,7 +47565,7 @@
}
},
{
- "id": 25977,
+ "id": 26009,
"properties": {
"facing": "north",
"half": "top",
@@ -47574,7 +47574,7 @@
}
},
{
- "id": 25978,
+ "id": 26010,
"properties": {
"facing": "north",
"half": "bottom",
@@ -47584,439 +47584,439 @@
},
{
"default": true,
- "id": 25979,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 25980,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 25981,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 25982,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 25983,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 25984,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 25985,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 25986,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 25987,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 25988,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 25989,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 25990,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 25991,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 25992,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 25993,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 25994,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 25995,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 25996,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 25997,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 25998,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 25999,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26000,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26001,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26002,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26003,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26004,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26005,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26006,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26007,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26008,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 26009,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26010,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 26011,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 26012,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 26013,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 26014,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 26015,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 26016,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 26017,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 26018,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 26019,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 26020,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 26021,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 26022,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 26023,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 26024,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 26025,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 26026,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 26027,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26028,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26029,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26030,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26031,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26032,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26033,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26034,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26035,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26036,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26037,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26038,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26039,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26040,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26041,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26042,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26043,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26044,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26045,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26046,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26047,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26048,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26049,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26050,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26051,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26052,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26053,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26054,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26055,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26056,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26057,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26058,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26059,
"properties": {
"facing": "west",
"half": "bottom",
@@ -48025,7 +48025,7 @@
}
},
{
- "id": 26028,
+ "id": 26060,
"properties": {
"facing": "east",
"half": "top",
@@ -48034,7 +48034,7 @@
}
},
{
- "id": 26029,
+ "id": 26061,
"properties": {
"facing": "east",
"half": "top",
@@ -48043,7 +48043,7 @@
}
},
{
- "id": 26030,
+ "id": 26062,
"properties": {
"facing": "east",
"half": "top",
@@ -48052,7 +48052,7 @@
}
},
{
- "id": 26031,
+ "id": 26063,
"properties": {
"facing": "east",
"half": "top",
@@ -48061,7 +48061,7 @@
}
},
{
- "id": 26032,
+ "id": 26064,
"properties": {
"facing": "east",
"half": "top",
@@ -48070,7 +48070,7 @@
}
},
{
- "id": 26033,
+ "id": 26065,
"properties": {
"facing": "east",
"half": "top",
@@ -48079,7 +48079,7 @@
}
},
{
- "id": 26034,
+ "id": 26066,
"properties": {
"facing": "east",
"half": "top",
@@ -48088,7 +48088,7 @@
}
},
{
- "id": 26035,
+ "id": 26067,
"properties": {
"facing": "east",
"half": "top",
@@ -48097,7 +48097,7 @@
}
},
{
- "id": 26036,
+ "id": 26068,
"properties": {
"facing": "east",
"half": "top",
@@ -48106,7 +48106,7 @@
}
},
{
- "id": 26037,
+ "id": 26069,
"properties": {
"facing": "east",
"half": "top",
@@ -48115,7 +48115,7 @@
}
},
{
- "id": 26038,
+ "id": 26070,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48124,7 +48124,7 @@
}
},
{
- "id": 26039,
+ "id": 26071,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48133,7 +48133,7 @@
}
},
{
- "id": 26040,
+ "id": 26072,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48142,7 +48142,7 @@
}
},
{
- "id": 26041,
+ "id": 26073,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48151,7 +48151,7 @@
}
},
{
- "id": 26042,
+ "id": 26074,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48160,7 +48160,7 @@
}
},
{
- "id": 26043,
+ "id": 26075,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48169,7 +48169,7 @@
}
},
{
- "id": 26044,
+ "id": 26076,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48178,7 +48178,7 @@
}
},
{
- "id": 26045,
+ "id": 26077,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48187,7 +48187,7 @@
}
},
{
- "id": 26046,
+ "id": 26078,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48196,7 +48196,7 @@
}
},
{
- "id": 26047,
+ "id": 26079,
"properties": {
"facing": "east",
"half": "bottom",
@@ -48243,7 +48243,7 @@
},
"states": [
{
- "id": 26054,
+ "id": 26086,
"properties": {
"east": "none",
"north": "none",
@@ -48254,7 +48254,7 @@
}
},
{
- "id": 26055,
+ "id": 26087,
"properties": {
"east": "none",
"north": "none",
@@ -48265,7 +48265,7 @@
}
},
{
- "id": 26056,
+ "id": 26088,
"properties": {
"east": "none",
"north": "none",
@@ -48277,718 +48277,366 @@
},
{
"default": true,
- "id": 26057,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26058,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26059,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26060,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26061,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26062,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26063,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26064,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26065,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26066,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26067,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26068,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26069,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26070,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26071,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26072,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26073,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26074,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26075,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26076,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26077,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26078,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26079,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26080,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26081,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26082,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26083,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26084,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26085,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26086,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26087,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26088,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 26089,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26090,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26091,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26092,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26093,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26094,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26095,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26096,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26097,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26098,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26099,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26100,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26101,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26102,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26103,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26104,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26105,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26106,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26107,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26108,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26109,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26110,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26111,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26112,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26113,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26114,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26115,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26116,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26117,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26118,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26119,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26120,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26121,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -48996,10 +48644,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -49007,10 +48655,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -49018,10 +48666,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -49029,362 +48677,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26126,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26127,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26128,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26129,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26130,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26131,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26132,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26133,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26134,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26135,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26136,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26137,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26138,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26139,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26140,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26141,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26142,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26143,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26144,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26145,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26146,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26147,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26148,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26149,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26150,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26151,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26152,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26153,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26154,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26155,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26156,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26157,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -49392,10 +49040,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -49403,14 +49051,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26160,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26161,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26162,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26163,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26164,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26165,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26166,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26167,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26168,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26169,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26170,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26171,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26172,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26173,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26174,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26175,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26176,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26177,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26178,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26179,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26180,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26181,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26182,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26183,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26184,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26185,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26186,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26187,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26188,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26189,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26190,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26191,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26192,
"properties": {
"east": "none",
"north": "tall",
@@ -49421,7 +49421,7 @@
}
},
{
- "id": 26161,
+ "id": 26193,
"properties": {
"east": "none",
"north": "tall",
@@ -49431,367 +49431,15 @@
"west": "tall"
}
},
- {
- "id": 26162,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26163,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26164,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26165,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26166,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26167,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26168,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26169,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26170,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26171,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26172,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26173,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26174,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26175,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26176,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26177,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26178,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26179,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26180,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26181,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26182,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26183,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26184,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26185,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26186,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26187,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26188,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26189,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26190,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26191,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26192,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26193,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26194,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -49799,10 +49447,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -49810,10 +49458,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -49821,362 +49469,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26198,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26199,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26200,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26201,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26202,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26203,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26204,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26205,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26206,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26207,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26208,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26209,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26210,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26211,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26212,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26213,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26214,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26215,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26216,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26217,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26218,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26219,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26220,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26221,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26222,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26223,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26224,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26225,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26226,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26227,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26228,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26229,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -50184,10 +49832,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -50195,10 +49843,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -50206,10 +49854,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -50217,362 +49865,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26234,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26235,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26236,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26237,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26238,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26239,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26240,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26241,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26242,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26243,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26244,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26245,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26246,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26247,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26248,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26249,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26250,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26251,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26252,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26253,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26254,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26255,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26256,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26257,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26258,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26259,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26260,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26261,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26262,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26263,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26264,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26265,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -50580,10 +50228,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -50591,14 +50239,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26268,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26269,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26270,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26271,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26272,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26273,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26274,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26275,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26276,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26277,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26278,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26279,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26280,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26281,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26282,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26283,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26284,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26285,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26286,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26287,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26288,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26289,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26290,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26291,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26292,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26293,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26294,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26295,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26296,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26297,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26298,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26299,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26300,
"properties": {
"east": "low",
"north": "tall",
@@ -50609,7 +50609,7 @@
}
},
{
- "id": 26269,
+ "id": 26301,
"properties": {
"east": "low",
"north": "tall",
@@ -50619,367 +50619,15 @@
"west": "tall"
}
},
- {
- "id": 26270,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26271,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26272,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26273,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26274,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26275,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26276,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26277,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26278,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26279,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26280,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26281,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26282,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26283,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26284,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26285,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26286,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26287,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26288,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26289,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26290,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26291,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26292,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26293,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26294,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26295,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26296,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26297,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26298,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26299,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26300,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26301,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26302,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -50987,14 +50635,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26304,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26305,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26306,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26307,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26308,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26309,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26310,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26311,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26312,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26313,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26314,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26315,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26316,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26317,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26318,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26319,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26320,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26321,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26322,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26323,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26324,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26325,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26326,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26327,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26328,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26329,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26330,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26331,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26332,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26333,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26334,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26335,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26336,
"properties": {
"east": "tall",
"north": "none",
@@ -51005,7 +51005,7 @@
}
},
{
- "id": 26305,
+ "id": 26337,
"properties": {
"east": "tall",
"north": "none",
@@ -51015,367 +51015,15 @@
"west": "tall"
}
},
- {
- "id": 26306,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26307,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26308,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26309,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26310,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26311,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26312,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26313,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26314,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26315,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26316,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26317,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26318,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26319,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26320,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26321,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26322,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26323,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26324,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26325,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26326,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26327,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26328,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26329,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26330,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26331,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26332,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26333,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26334,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26335,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26336,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26337,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26338,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -51383,14 +51031,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26340,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26341,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26342,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26343,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26344,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26345,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26346,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26347,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26348,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26349,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26350,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26351,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26352,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26353,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26354,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26355,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26356,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26357,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26358,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26359,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26360,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26361,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26362,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26363,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26364,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26365,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26366,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26367,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26368,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26369,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26370,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26371,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26372,
"properties": {
"east": "tall",
"north": "low",
@@ -51401,7 +51401,7 @@
}
},
{
- "id": 26341,
+ "id": 26373,
"properties": {
"east": "tall",
"north": "low",
@@ -51411,371 +51411,371 @@
"west": "tall"
}
},
- {
- "id": 26342,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26343,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26344,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26345,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26346,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26347,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26348,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26349,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26350,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26351,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26352,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26353,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26354,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26355,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26356,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26357,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26358,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26359,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26360,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26361,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26362,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26363,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26364,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26365,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26366,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26367,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26368,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26369,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26370,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26371,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26372,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26373,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26374,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26375,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26376,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26377,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26378,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26379,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26380,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26381,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26382,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26383,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26384,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26385,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26386,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26387,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26388,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26389,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26390,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26391,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26392,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26393,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26394,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26395,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26396,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26397,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26398,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26399,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26400,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26401,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26402,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26403,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26404,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26405,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26406,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26407,
"properties": {
"east": "tall",
"north": "tall",
@@ -51786,7 +51786,7 @@
}
},
{
- "id": 26376,
+ "id": 26408,
"properties": {
"east": "tall",
"north": "tall",
@@ -51797,7 +51797,7 @@
}
},
{
- "id": 26377,
+ "id": 26409,
"properties": {
"east": "tall",
"north": "tall",
@@ -56641,55 +56641,55 @@
"states": [
{
"default": true,
- "id": 20400,
+ "id": 20432,
"properties": {
"level": "0"
}
},
{
- "id": 20401,
+ "id": 20433,
"properties": {
"level": "1"
}
},
{
- "id": 20402,
+ "id": 20434,
"properties": {
"level": "2"
}
},
{
- "id": 20403,
+ "id": 20435,
"properties": {
"level": "3"
}
},
{
- "id": 20404,
+ "id": 20436,
"properties": {
"level": "4"
}
},
{
- "id": 20405,
+ "id": 20437,
"properties": {
"level": "5"
}
},
{
- "id": 20406,
+ "id": 20438,
"properties": {
"level": "6"
}
},
{
- "id": 20407,
+ "id": 20439,
"properties": {
"level": "7"
}
},
{
- "id": 20408,
+ "id": 20440,
"properties": {
"level": "8"
}
@@ -56710,13 +56710,13 @@
"states": [
{
"default": true,
- "id": 13965,
+ "id": 13997,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13966,
+ "id": 13998,
"properties": {
"waterlogged": "false"
}
@@ -56732,7 +56732,7 @@
"states": [
{
"default": true,
- "id": 23966
+ "id": 23998
}
]
},
@@ -56754,21 +56754,21 @@
},
"states": [
{
- "id": 25720,
+ "id": 25752,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25721,
+ "id": 25753,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25722,
+ "id": 25754,
"properties": {
"lit": "false",
"powered": "true"
@@ -56776,7 +56776,7 @@
},
{
"default": true,
- "id": 25723,
+ "id": 25755,
"properties": {
"lit": "false",
"powered": "false"
@@ -56817,7 +56817,7 @@
},
"states": [
{
- "id": 24680,
+ "id": 24712,
"properties": {
"facing": "north",
"half": "upper",
@@ -56827,7 +56827,7 @@
}
},
{
- "id": 24681,
+ "id": 24713,
"properties": {
"facing": "north",
"half": "upper",
@@ -56837,7 +56837,7 @@
}
},
{
- "id": 24682,
+ "id": 24714,
"properties": {
"facing": "north",
"half": "upper",
@@ -56847,7 +56847,7 @@
}
},
{
- "id": 24683,
+ "id": 24715,
"properties": {
"facing": "north",
"half": "upper",
@@ -56857,7 +56857,7 @@
}
},
{
- "id": 24684,
+ "id": 24716,
"properties": {
"facing": "north",
"half": "upper",
@@ -56867,7 +56867,7 @@
}
},
{
- "id": 24685,
+ "id": 24717,
"properties": {
"facing": "north",
"half": "upper",
@@ -56877,7 +56877,7 @@
}
},
{
- "id": 24686,
+ "id": 24718,
"properties": {
"facing": "north",
"half": "upper",
@@ -56887,7 +56887,7 @@
}
},
{
- "id": 24687,
+ "id": 24719,
"properties": {
"facing": "north",
"half": "upper",
@@ -56897,7 +56897,7 @@
}
},
{
- "id": 24688,
+ "id": 24720,
"properties": {
"facing": "north",
"half": "lower",
@@ -56907,7 +56907,7 @@
}
},
{
- "id": 24689,
+ "id": 24721,
"properties": {
"facing": "north",
"half": "lower",
@@ -56917,7 +56917,7 @@
}
},
{
- "id": 24690,
+ "id": 24722,
"properties": {
"facing": "north",
"half": "lower",
@@ -56928,329 +56928,9 @@
},
{
"default": true,
- "id": 24691,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24692,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24693,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24694,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24695,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24696,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24697,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24698,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24699,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24700,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24701,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24702,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24703,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24704,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24705,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24706,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24707,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24708,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24709,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24710,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24711,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24712,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24713,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24714,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24715,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24716,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24717,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24718,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24719,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24720,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24721,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24722,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 24723,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -57260,7 +56940,7 @@
{
"id": 24724,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -57270,7 +56950,7 @@
{
"id": 24725,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -57280,7 +56960,7 @@
{
"id": 24726,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -57290,7 +56970,7 @@
{
"id": 24727,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -57300,7 +56980,7 @@
{
"id": 24728,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -57310,7 +56990,7 @@
{
"id": 24729,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -57320,7 +57000,7 @@
{
"id": 24730,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -57330,7 +57010,7 @@
{
"id": 24731,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -57340,7 +57020,7 @@
{
"id": 24732,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -57350,7 +57030,7 @@
{
"id": 24733,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -57360,7 +57040,7 @@
{
"id": 24734,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -57370,7 +57050,7 @@
{
"id": 24735,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -57380,7 +57060,7 @@
{
"id": 24736,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -57390,7 +57070,7 @@
{
"id": 24737,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -57400,7 +57080,7 @@
{
"id": 24738,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -57410,7 +57090,7 @@
{
"id": 24739,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -57420,7 +57100,7 @@
{
"id": 24740,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -57430,7 +57110,7 @@
{
"id": 24741,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -57440,7 +57120,7 @@
{
"id": 24742,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -57449,6 +57129,326 @@
},
{
"id": 24743,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24744,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24745,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24746,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24747,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24748,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24749,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24750,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24751,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24752,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24753,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24754,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24755,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24756,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24757,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24758,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24759,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24760,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24761,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24762,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24763,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24764,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24765,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24766,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24767,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24768,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24769,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24770,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24771,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24772,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24773,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24774,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24775,
"properties": {
"facing": "east",
"half": "lower",
@@ -57473,14 +57473,14 @@
},
"states": [
{
- "id": 25704,
+ "id": 25736,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25705,
+ "id": 25737,
"properties": {
"waterlogged": "false"
}
@@ -57496,7 +57496,7 @@
"states": [
{
"default": true,
- "id": 23970
+ "id": 24002
}
]
},
@@ -57533,7 +57533,7 @@
},
"states": [
{
- "id": 25192,
+ "id": 25224,
"properties": {
"facing": "north",
"half": "top",
@@ -57543,7 +57543,7 @@
}
},
{
- "id": 25193,
+ "id": 25225,
"properties": {
"facing": "north",
"half": "top",
@@ -57553,7 +57553,7 @@
}
},
{
- "id": 25194,
+ "id": 25226,
"properties": {
"facing": "north",
"half": "top",
@@ -57563,7 +57563,7 @@
}
},
{
- "id": 25195,
+ "id": 25227,
"properties": {
"facing": "north",
"half": "top",
@@ -57573,7 +57573,7 @@
}
},
{
- "id": 25196,
+ "id": 25228,
"properties": {
"facing": "north",
"half": "top",
@@ -57583,7 +57583,7 @@
}
},
{
- "id": 25197,
+ "id": 25229,
"properties": {
"facing": "north",
"half": "top",
@@ -57593,7 +57593,7 @@
}
},
{
- "id": 25198,
+ "id": 25230,
"properties": {
"facing": "north",
"half": "top",
@@ -57603,7 +57603,7 @@
}
},
{
- "id": 25199,
+ "id": 25231,
"properties": {
"facing": "north",
"half": "top",
@@ -57613,7 +57613,7 @@
}
},
{
- "id": 25200,
+ "id": 25232,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57623,7 +57623,7 @@
}
},
{
- "id": 25201,
+ "id": 25233,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57633,7 +57633,7 @@
}
},
{
- "id": 25202,
+ "id": 25234,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57643,7 +57643,7 @@
}
},
{
- "id": 25203,
+ "id": 25235,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57653,7 +57653,7 @@
}
},
{
- "id": 25204,
+ "id": 25236,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57663,7 +57663,7 @@
}
},
{
- "id": 25205,
+ "id": 25237,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57673,7 +57673,7 @@
}
},
{
- "id": 25206,
+ "id": 25238,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57684,7 +57684,7 @@
},
{
"default": true,
- "id": 25207,
+ "id": 25239,
"properties": {
"facing": "north",
"half": "bottom",
@@ -57693,330 +57693,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25208,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25209,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25210,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25211,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25212,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25213,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25214,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25215,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25216,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25217,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25218,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25219,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25220,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25221,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25222,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25223,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25224,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25225,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25226,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25227,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25228,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25229,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25230,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25231,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25232,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25233,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25234,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25235,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25236,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25237,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25238,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25239,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25240,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -58026,7 +57706,7 @@
{
"id": 25241,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -58036,7 +57716,7 @@
{
"id": 25242,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -58046,7 +57726,7 @@
{
"id": 25243,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -58056,7 +57736,7 @@
{
"id": 25244,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -58066,7 +57746,7 @@
{
"id": 25245,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -58076,7 +57756,7 @@
{
"id": 25246,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -58086,7 +57766,7 @@
{
"id": 25247,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -58096,7 +57776,7 @@
{
"id": 25248,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -58106,7 +57786,7 @@
{
"id": 25249,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -58116,7 +57796,7 @@
{
"id": 25250,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -58126,7 +57806,7 @@
{
"id": 25251,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -58136,7 +57816,7 @@
{
"id": 25252,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -58146,7 +57826,7 @@
{
"id": 25253,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -58156,7 +57836,7 @@
{
"id": 25254,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -58165,6 +57845,326 @@
},
{
"id": 25255,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25256,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25257,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25258,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25259,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25260,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25261,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25262,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25263,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25264,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25265,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25266,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25267,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25268,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25269,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25270,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25271,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25272,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25273,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25274,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25275,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25276,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25277,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25278,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25279,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25280,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25281,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25282,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25283,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25284,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25285,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25286,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25287,
"properties": {
"facing": "east",
"half": "bottom",
@@ -58201,7 +58201,7 @@
"states": [
{
"default": true,
- "id": 27612
+ "id": 27644
}
]
},
@@ -58213,7 +58213,7 @@
"states": [
{
"default": true,
- "id": 27613
+ "id": 27645
}
]
},
@@ -58225,7 +58225,7 @@
"states": [
{
"default": true,
- "id": 21751
+ "id": 21783
}
]
},
@@ -58237,7 +58237,7 @@
"states": [
{
"default": true,
- "id": 20901
+ "id": 20933
}
]
},
@@ -58283,336 +58283,336 @@
]
},
"states": [
- {
- "id": 27650,
- "properties": {
- "crafting": "true",
- "orientation": "down_east",
- "triggered": "true"
- }
- },
- {
- "id": 27651,
- "properties": {
- "crafting": "true",
- "orientation": "down_east",
- "triggered": "false"
- }
- },
- {
- "id": 27652,
- "properties": {
- "crafting": "true",
- "orientation": "down_north",
- "triggered": "true"
- }
- },
- {
- "id": 27653,
- "properties": {
- "crafting": "true",
- "orientation": "down_north",
- "triggered": "false"
- }
- },
- {
- "id": 27654,
- "properties": {
- "crafting": "true",
- "orientation": "down_south",
- "triggered": "true"
- }
- },
- {
- "id": 27655,
- "properties": {
- "crafting": "true",
- "orientation": "down_south",
- "triggered": "false"
- }
- },
- {
- "id": 27656,
- "properties": {
- "crafting": "true",
- "orientation": "down_west",
- "triggered": "true"
- }
- },
- {
- "id": 27657,
- "properties": {
- "crafting": "true",
- "orientation": "down_west",
- "triggered": "false"
- }
- },
- {
- "id": 27658,
- "properties": {
- "crafting": "true",
- "orientation": "up_east",
- "triggered": "true"
- }
- },
- {
- "id": 27659,
- "properties": {
- "crafting": "true",
- "orientation": "up_east",
- "triggered": "false"
- }
- },
- {
- "id": 27660,
- "properties": {
- "crafting": "true",
- "orientation": "up_north",
- "triggered": "true"
- }
- },
- {
- "id": 27661,
- "properties": {
- "crafting": "true",
- "orientation": "up_north",
- "triggered": "false"
- }
- },
- {
- "id": 27662,
- "properties": {
- "crafting": "true",
- "orientation": "up_south",
- "triggered": "true"
- }
- },
- {
- "id": 27663,
- "properties": {
- "crafting": "true",
- "orientation": "up_south",
- "triggered": "false"
- }
- },
- {
- "id": 27664,
- "properties": {
- "crafting": "true",
- "orientation": "up_west",
- "triggered": "true"
- }
- },
- {
- "id": 27665,
- "properties": {
- "crafting": "true",
- "orientation": "up_west",
- "triggered": "false"
- }
- },
- {
- "id": 27666,
- "properties": {
- "crafting": "true",
- "orientation": "west_up",
- "triggered": "true"
- }
- },
- {
- "id": 27667,
- "properties": {
- "crafting": "true",
- "orientation": "west_up",
- "triggered": "false"
- }
- },
- {
- "id": 27668,
- "properties": {
- "crafting": "true",
- "orientation": "east_up",
- "triggered": "true"
- }
- },
- {
- "id": 27669,
- "properties": {
- "crafting": "true",
- "orientation": "east_up",
- "triggered": "false"
- }
- },
- {
- "id": 27670,
- "properties": {
- "crafting": "true",
- "orientation": "north_up",
- "triggered": "true"
- }
- },
- {
- "id": 27671,
- "properties": {
- "crafting": "true",
- "orientation": "north_up",
- "triggered": "false"
- }
- },
- {
- "id": 27672,
- "properties": {
- "crafting": "true",
- "orientation": "south_up",
- "triggered": "true"
- }
- },
- {
- "id": 27673,
- "properties": {
- "crafting": "true",
- "orientation": "south_up",
- "triggered": "false"
- }
- },
- {
- "id": 27674,
- "properties": {
- "crafting": "false",
- "orientation": "down_east",
- "triggered": "true"
- }
- },
- {
- "id": 27675,
- "properties": {
- "crafting": "false",
- "orientation": "down_east",
- "triggered": "false"
- }
- },
- {
- "id": 27676,
- "properties": {
- "crafting": "false",
- "orientation": "down_north",
- "triggered": "true"
- }
- },
- {
- "id": 27677,
- "properties": {
- "crafting": "false",
- "orientation": "down_north",
- "triggered": "false"
- }
- },
- {
- "id": 27678,
- "properties": {
- "crafting": "false",
- "orientation": "down_south",
- "triggered": "true"
- }
- },
- {
- "id": 27679,
- "properties": {
- "crafting": "false",
- "orientation": "down_south",
- "triggered": "false"
- }
- },
- {
- "id": 27680,
- "properties": {
- "crafting": "false",
- "orientation": "down_west",
- "triggered": "true"
- }
- },
- {
- "id": 27681,
- "properties": {
- "crafting": "false",
- "orientation": "down_west",
- "triggered": "false"
- }
- },
{
"id": 27682,
"properties": {
- "crafting": "false",
- "orientation": "up_east",
+ "crafting": "true",
+ "orientation": "down_east",
"triggered": "true"
}
},
{
"id": 27683,
"properties": {
- "crafting": "false",
- "orientation": "up_east",
+ "crafting": "true",
+ "orientation": "down_east",
"triggered": "false"
}
},
{
"id": 27684,
"properties": {
- "crafting": "false",
- "orientation": "up_north",
+ "crafting": "true",
+ "orientation": "down_north",
"triggered": "true"
}
},
{
"id": 27685,
"properties": {
- "crafting": "false",
- "orientation": "up_north",
+ "crafting": "true",
+ "orientation": "down_north",
"triggered": "false"
}
},
{
"id": 27686,
"properties": {
- "crafting": "false",
- "orientation": "up_south",
+ "crafting": "true",
+ "orientation": "down_south",
"triggered": "true"
}
},
{
"id": 27687,
"properties": {
- "crafting": "false",
- "orientation": "up_south",
+ "crafting": "true",
+ "orientation": "down_south",
"triggered": "false"
}
},
{
"id": 27688,
"properties": {
- "crafting": "false",
- "orientation": "up_west",
+ "crafting": "true",
+ "orientation": "down_west",
"triggered": "true"
}
},
{
"id": 27689,
"properties": {
- "crafting": "false",
- "orientation": "up_west",
+ "crafting": "true",
+ "orientation": "down_west",
"triggered": "false"
}
},
{
"id": 27690,
"properties": {
- "crafting": "false",
- "orientation": "west_up",
+ "crafting": "true",
+ "orientation": "up_east",
"triggered": "true"
}
},
{
"id": 27691,
+ "properties": {
+ "crafting": "true",
+ "orientation": "up_east",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27692,
+ "properties": {
+ "crafting": "true",
+ "orientation": "up_north",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27693,
+ "properties": {
+ "crafting": "true",
+ "orientation": "up_north",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27694,
+ "properties": {
+ "crafting": "true",
+ "orientation": "up_south",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27695,
+ "properties": {
+ "crafting": "true",
+ "orientation": "up_south",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27696,
+ "properties": {
+ "crafting": "true",
+ "orientation": "up_west",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27697,
+ "properties": {
+ "crafting": "true",
+ "orientation": "up_west",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27698,
+ "properties": {
+ "crafting": "true",
+ "orientation": "west_up",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27699,
+ "properties": {
+ "crafting": "true",
+ "orientation": "west_up",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27700,
+ "properties": {
+ "crafting": "true",
+ "orientation": "east_up",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27701,
+ "properties": {
+ "crafting": "true",
+ "orientation": "east_up",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27702,
+ "properties": {
+ "crafting": "true",
+ "orientation": "north_up",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27703,
+ "properties": {
+ "crafting": "true",
+ "orientation": "north_up",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27704,
+ "properties": {
+ "crafting": "true",
+ "orientation": "south_up",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27705,
+ "properties": {
+ "crafting": "true",
+ "orientation": "south_up",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27706,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_east",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27707,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_east",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27708,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_north",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27709,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_north",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27710,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_south",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27711,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_south",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27712,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_west",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27713,
+ "properties": {
+ "crafting": "false",
+ "orientation": "down_west",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27714,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_east",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27715,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_east",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27716,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_north",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27717,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_north",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27718,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_south",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27719,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_south",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27720,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_west",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27721,
+ "properties": {
+ "crafting": "false",
+ "orientation": "up_west",
+ "triggered": "false"
+ }
+ },
+ {
+ "id": 27722,
+ "properties": {
+ "crafting": "false",
+ "orientation": "west_up",
+ "triggered": "true"
+ }
+ },
+ {
+ "id": 27723,
"properties": {
"crafting": "false",
"orientation": "west_up",
@@ -58620,7 +58620,7 @@
}
},
{
- "id": 27692,
+ "id": 27724,
"properties": {
"crafting": "false",
"orientation": "east_up",
@@ -58628,7 +58628,7 @@
}
},
{
- "id": 27693,
+ "id": 27725,
"properties": {
"crafting": "false",
"orientation": "east_up",
@@ -58636,7 +58636,7 @@
}
},
{
- "id": 27694,
+ "id": 27726,
"properties": {
"crafting": "false",
"orientation": "north_up",
@@ -58645,7 +58645,7 @@
},
{
"default": true,
- "id": 27695,
+ "id": 27727,
"properties": {
"crafting": "false",
"orientation": "north_up",
@@ -58653,7 +58653,7 @@
}
},
{
- "id": 27696,
+ "id": 27728,
"properties": {
"crafting": "false",
"orientation": "south_up",
@@ -58661,7 +58661,7 @@
}
},
{
- "id": 27697,
+ "id": 27729,
"properties": {
"crafting": "false",
"orientation": "south_up",
@@ -59213,7 +59213,7 @@
},
"states": [
{
- "id": 20123,
+ "id": 20155,
"properties": {
"face": "floor",
"facing": "north",
@@ -59221,7 +59221,7 @@
}
},
{
- "id": 20124,
+ "id": 20156,
"properties": {
"face": "floor",
"facing": "north",
@@ -59229,7 +59229,7 @@
}
},
{
- "id": 20125,
+ "id": 20157,
"properties": {
"face": "floor",
"facing": "south",
@@ -59237,7 +59237,7 @@
}
},
{
- "id": 20126,
+ "id": 20158,
"properties": {
"face": "floor",
"facing": "south",
@@ -59245,7 +59245,7 @@
}
},
{
- "id": 20127,
+ "id": 20159,
"properties": {
"face": "floor",
"facing": "west",
@@ -59253,7 +59253,7 @@
}
},
{
- "id": 20128,
+ "id": 20160,
"properties": {
"face": "floor",
"facing": "west",
@@ -59261,7 +59261,7 @@
}
},
{
- "id": 20129,
+ "id": 20161,
"properties": {
"face": "floor",
"facing": "east",
@@ -59269,7 +59269,7 @@
}
},
{
- "id": 20130,
+ "id": 20162,
"properties": {
"face": "floor",
"facing": "east",
@@ -59277,7 +59277,7 @@
}
},
{
- "id": 20131,
+ "id": 20163,
"properties": {
"face": "wall",
"facing": "north",
@@ -59286,7 +59286,7 @@
},
{
"default": true,
- "id": 20132,
+ "id": 20164,
"properties": {
"face": "wall",
"facing": "north",
@@ -59294,7 +59294,7 @@
}
},
{
- "id": 20133,
+ "id": 20165,
"properties": {
"face": "wall",
"facing": "south",
@@ -59302,7 +59302,7 @@
}
},
{
- "id": 20134,
+ "id": 20166,
"properties": {
"face": "wall",
"facing": "south",
@@ -59310,7 +59310,7 @@
}
},
{
- "id": 20135,
+ "id": 20167,
"properties": {
"face": "wall",
"facing": "west",
@@ -59318,7 +59318,7 @@
}
},
{
- "id": 20136,
+ "id": 20168,
"properties": {
"face": "wall",
"facing": "west",
@@ -59326,7 +59326,7 @@
}
},
{
- "id": 20137,
+ "id": 20169,
"properties": {
"face": "wall",
"facing": "east",
@@ -59334,7 +59334,7 @@
}
},
{
- "id": 20138,
+ "id": 20170,
"properties": {
"face": "wall",
"facing": "east",
@@ -59342,7 +59342,7 @@
}
},
{
- "id": 20139,
+ "id": 20171,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -59350,7 +59350,7 @@
}
},
{
- "id": 20140,
+ "id": 20172,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -59358,7 +59358,7 @@
}
},
{
- "id": 20141,
+ "id": 20173,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -59366,7 +59366,7 @@
}
},
{
- "id": 20142,
+ "id": 20174,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -59374,7 +59374,7 @@
}
},
{
- "id": 20143,
+ "id": 20175,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -59382,7 +59382,7 @@
}
},
{
- "id": 20144,
+ "id": 20176,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -59390,7 +59390,7 @@
}
},
{
- "id": 20145,
+ "id": 20177,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -59398,7 +59398,7 @@
}
},
{
- "id": 20146,
+ "id": 20178,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -59439,7 +59439,7 @@
},
"states": [
{
- "id": 20171,
+ "id": 20203,
"properties": {
"facing": "north",
"half": "upper",
@@ -59449,7 +59449,7 @@
}
},
{
- "id": 20172,
+ "id": 20204,
"properties": {
"facing": "north",
"half": "upper",
@@ -59459,7 +59459,7 @@
}
},
{
- "id": 20173,
+ "id": 20205,
"properties": {
"facing": "north",
"half": "upper",
@@ -59469,7 +59469,7 @@
}
},
{
- "id": 20174,
+ "id": 20206,
"properties": {
"facing": "north",
"half": "upper",
@@ -59479,7 +59479,7 @@
}
},
{
- "id": 20175,
+ "id": 20207,
"properties": {
"facing": "north",
"half": "upper",
@@ -59489,7 +59489,7 @@
}
},
{
- "id": 20176,
+ "id": 20208,
"properties": {
"facing": "north",
"half": "upper",
@@ -59499,7 +59499,7 @@
}
},
{
- "id": 20177,
+ "id": 20209,
"properties": {
"facing": "north",
"half": "upper",
@@ -59509,7 +59509,7 @@
}
},
{
- "id": 20178,
+ "id": 20210,
"properties": {
"facing": "north",
"half": "upper",
@@ -59519,7 +59519,7 @@
}
},
{
- "id": 20179,
+ "id": 20211,
"properties": {
"facing": "north",
"half": "lower",
@@ -59529,7 +59529,7 @@
}
},
{
- "id": 20180,
+ "id": 20212,
"properties": {
"facing": "north",
"half": "lower",
@@ -59539,7 +59539,7 @@
}
},
{
- "id": 20181,
+ "id": 20213,
"properties": {
"facing": "north",
"half": "lower",
@@ -59550,329 +59550,9 @@
},
{
"default": true,
- "id": 20182,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20183,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20184,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20185,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20186,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20187,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20188,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20189,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20190,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20191,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20192,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20193,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20194,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20195,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20196,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20197,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20198,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20199,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20200,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20201,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20202,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20203,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20204,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20205,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20206,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20207,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20208,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20209,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20210,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20211,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20212,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20213,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 20214,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -59882,7 +59562,7 @@
{
"id": 20215,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -59892,7 +59572,7 @@
{
"id": 20216,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -59902,7 +59582,7 @@
{
"id": 20217,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -59912,7 +59592,7 @@
{
"id": 20218,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -59922,7 +59602,7 @@
{
"id": 20219,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -59932,7 +59612,7 @@
{
"id": 20220,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -59942,7 +59622,7 @@
{
"id": 20221,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -59952,7 +59632,7 @@
{
"id": 20222,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -59962,7 +59642,7 @@
{
"id": 20223,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -59972,7 +59652,7 @@
{
"id": 20224,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -59982,7 +59662,7 @@
{
"id": 20225,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -59992,7 +59672,7 @@
{
"id": 20226,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -60002,7 +59682,7 @@
{
"id": 20227,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -60012,7 +59692,7 @@
{
"id": 20228,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -60022,7 +59702,7 @@
{
"id": 20229,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -60032,7 +59712,7 @@
{
"id": 20230,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -60042,7 +59722,7 @@
{
"id": 20231,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -60052,7 +59732,7 @@
{
"id": 20232,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -60062,7 +59742,7 @@
{
"id": 20233,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -60071,6 +59751,326 @@
},
{
"id": 20234,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20235,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20236,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20237,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20238,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20239,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20240,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20241,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20242,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20243,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20244,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20245,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20246,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20247,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20248,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20249,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20250,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20251,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20252,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20253,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20254,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20255,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20256,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20257,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20258,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20259,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20260,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20261,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20262,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20263,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20264,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20265,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20266,
"properties": {
"facing": "east",
"half": "lower",
@@ -60110,7 +60110,7 @@
},
"states": [
{
- "id": 19707,
+ "id": 19739,
"properties": {
"east": "true",
"north": "true",
@@ -60120,7 +60120,7 @@
}
},
{
- "id": 19708,
+ "id": 19740,
"properties": {
"east": "true",
"north": "true",
@@ -60130,7 +60130,7 @@
}
},
{
- "id": 19709,
+ "id": 19741,
"properties": {
"east": "true",
"north": "true",
@@ -60140,7 +60140,7 @@
}
},
{
- "id": 19710,
+ "id": 19742,
"properties": {
"east": "true",
"north": "true",
@@ -60150,7 +60150,7 @@
}
},
{
- "id": 19711,
+ "id": 19743,
"properties": {
"east": "true",
"north": "true",
@@ -60160,7 +60160,7 @@
}
},
{
- "id": 19712,
+ "id": 19744,
"properties": {
"east": "true",
"north": "true",
@@ -60170,7 +60170,7 @@
}
},
{
- "id": 19713,
+ "id": 19745,
"properties": {
"east": "true",
"north": "true",
@@ -60180,7 +60180,7 @@
}
},
{
- "id": 19714,
+ "id": 19746,
"properties": {
"east": "true",
"north": "true",
@@ -60190,7 +60190,7 @@
}
},
{
- "id": 19715,
+ "id": 19747,
"properties": {
"east": "true",
"north": "false",
@@ -60200,7 +60200,7 @@
}
},
{
- "id": 19716,
+ "id": 19748,
"properties": {
"east": "true",
"north": "false",
@@ -60210,7 +60210,7 @@
}
},
{
- "id": 19717,
+ "id": 19749,
"properties": {
"east": "true",
"north": "false",
@@ -60220,7 +60220,7 @@
}
},
{
- "id": 19718,
+ "id": 19750,
"properties": {
"east": "true",
"north": "false",
@@ -60230,7 +60230,7 @@
}
},
{
- "id": 19719,
+ "id": 19751,
"properties": {
"east": "true",
"north": "false",
@@ -60240,7 +60240,7 @@
}
},
{
- "id": 19720,
+ "id": 19752,
"properties": {
"east": "true",
"north": "false",
@@ -60250,7 +60250,7 @@
}
},
{
- "id": 19721,
+ "id": 19753,
"properties": {
"east": "true",
"north": "false",
@@ -60260,7 +60260,7 @@
}
},
{
- "id": 19722,
+ "id": 19754,
"properties": {
"east": "true",
"north": "false",
@@ -60270,7 +60270,7 @@
}
},
{
- "id": 19723,
+ "id": 19755,
"properties": {
"east": "false",
"north": "true",
@@ -60280,7 +60280,7 @@
}
},
{
- "id": 19724,
+ "id": 19756,
"properties": {
"east": "false",
"north": "true",
@@ -60290,7 +60290,7 @@
}
},
{
- "id": 19725,
+ "id": 19757,
"properties": {
"east": "false",
"north": "true",
@@ -60300,7 +60300,7 @@
}
},
{
- "id": 19726,
+ "id": 19758,
"properties": {
"east": "false",
"north": "true",
@@ -60310,7 +60310,7 @@
}
},
{
- "id": 19727,
+ "id": 19759,
"properties": {
"east": "false",
"north": "true",
@@ -60320,7 +60320,7 @@
}
},
{
- "id": 19728,
+ "id": 19760,
"properties": {
"east": "false",
"north": "true",
@@ -60330,7 +60330,7 @@
}
},
{
- "id": 19729,
+ "id": 19761,
"properties": {
"east": "false",
"north": "true",
@@ -60340,7 +60340,7 @@
}
},
{
- "id": 19730,
+ "id": 19762,
"properties": {
"east": "false",
"north": "true",
@@ -60350,7 +60350,7 @@
}
},
{
- "id": 19731,
+ "id": 19763,
"properties": {
"east": "false",
"north": "false",
@@ -60360,7 +60360,7 @@
}
},
{
- "id": 19732,
+ "id": 19764,
"properties": {
"east": "false",
"north": "false",
@@ -60370,7 +60370,7 @@
}
},
{
- "id": 19733,
+ "id": 19765,
"properties": {
"east": "false",
"north": "false",
@@ -60380,7 +60380,7 @@
}
},
{
- "id": 19734,
+ "id": 19766,
"properties": {
"east": "false",
"north": "false",
@@ -60390,7 +60390,7 @@
}
},
{
- "id": 19735,
+ "id": 19767,
"properties": {
"east": "false",
"north": "false",
@@ -60400,7 +60400,7 @@
}
},
{
- "id": 19736,
+ "id": 19768,
"properties": {
"east": "false",
"north": "false",
@@ -60410,7 +60410,7 @@
}
},
{
- "id": 19737,
+ "id": 19769,
"properties": {
"east": "false",
"north": "false",
@@ -60421,7 +60421,7 @@
},
{
"default": true,
- "id": 19738,
+ "id": 19770,
"properties": {
"east": "false",
"north": "false",
@@ -60460,7 +60460,7 @@
},
"states": [
{
- "id": 19899,
+ "id": 19931,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60469,7 +60469,7 @@
}
},
{
- "id": 19900,
+ "id": 19932,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60478,7 +60478,7 @@
}
},
{
- "id": 19901,
+ "id": 19933,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60487,7 +60487,7 @@
}
},
{
- "id": 19902,
+ "id": 19934,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -60496,7 +60496,7 @@
}
},
{
- "id": 19903,
+ "id": 19935,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60505,7 +60505,7 @@
}
},
{
- "id": 19904,
+ "id": 19936,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60514,7 +60514,7 @@
}
},
{
- "id": 19905,
+ "id": 19937,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60524,7 +60524,7 @@
},
{
"default": true,
- "id": 19906,
+ "id": 19938,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -60533,7 +60533,7 @@
}
},
{
- "id": 19907,
+ "id": 19939,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60542,7 +60542,7 @@
}
},
{
- "id": 19908,
+ "id": 19940,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60551,7 +60551,7 @@
}
},
{
- "id": 19909,
+ "id": 19941,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60560,7 +60560,7 @@
}
},
{
- "id": 19910,
+ "id": 19942,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -60569,7 +60569,7 @@
}
},
{
- "id": 19911,
+ "id": 19943,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60578,7 +60578,7 @@
}
},
{
- "id": 19912,
+ "id": 19944,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60587,7 +60587,7 @@
}
},
{
- "id": 19913,
+ "id": 19945,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60596,7 +60596,7 @@
}
},
{
- "id": 19914,
+ "id": 19946,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -60605,7 +60605,7 @@
}
},
{
- "id": 19915,
+ "id": 19947,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60614,7 +60614,7 @@
}
},
{
- "id": 19916,
+ "id": 19948,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60623,7 +60623,7 @@
}
},
{
- "id": 19917,
+ "id": 19949,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60632,7 +60632,7 @@
}
},
{
- "id": 19918,
+ "id": 19950,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -60641,7 +60641,7 @@
}
},
{
- "id": 19919,
+ "id": 19951,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60650,7 +60650,7 @@
}
},
{
- "id": 19920,
+ "id": 19952,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60659,7 +60659,7 @@
}
},
{
- "id": 19921,
+ "id": 19953,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60668,7 +60668,7 @@
}
},
{
- "id": 19922,
+ "id": 19954,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -60677,7 +60677,7 @@
}
},
{
- "id": 19923,
+ "id": 19955,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60686,7 +60686,7 @@
}
},
{
- "id": 19924,
+ "id": 19956,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60695,7 +60695,7 @@
}
},
{
- "id": 19925,
+ "id": 19957,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60704,7 +60704,7 @@
}
},
{
- "id": 19926,
+ "id": 19958,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -60713,7 +60713,7 @@
}
},
{
- "id": 19927,
+ "id": 19959,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60722,7 +60722,7 @@
}
},
{
- "id": 19928,
+ "id": 19960,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60731,7 +60731,7 @@
}
},
{
- "id": 19929,
+ "id": 19961,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60740,7 +60740,7 @@
}
},
{
- "id": 19930,
+ "id": 19962,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -60760,7 +60760,7 @@
"states": [
{
"default": true,
- "id": 19632
+ "id": 19664
}
]
},
@@ -61328,20 +61328,20 @@
},
"states": [
{
- "id": 19625,
+ "id": 19657,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19626,
+ "id": 19658,
"properties": {
"axis": "y"
}
},
{
- "id": 19627,
+ "id": 19659,
"properties": {
"axis": "z"
}
@@ -61356,7 +61356,7 @@
"states": [
{
"default": true,
- "id": 19631
+ "id": 19663
}
]
},
@@ -61368,7 +61368,7 @@
"states": [
{
"default": true,
- "id": 19689
+ "id": 19721
}
]
},
@@ -61386,14 +61386,14 @@
},
"states": [
{
- "id": 19703,
+ "id": 19735,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 19704,
+ "id": 19736,
"properties": {
"powered": "false"
}
@@ -61408,7 +61408,7 @@
"states": [
{
"default": true,
- "id": 19688
+ "id": 19720
}
]
},
@@ -61444,7 +61444,7 @@
},
"states": [
{
- "id": 20299,
+ "id": 20331,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -61452,217 +61452,217 @@
},
{
"default": true,
- "id": 20300,
+ "id": 20332,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
{
- "id": 20301,
+ "id": 20333,
"properties": {
"rotation": "1",
"waterlogged": "true"
}
},
{
- "id": 20302,
+ "id": 20334,
"properties": {
"rotation": "1",
"waterlogged": "false"
}
},
{
- "id": 20303,
+ "id": 20335,
"properties": {
"rotation": "2",
"waterlogged": "true"
}
},
{
- "id": 20304,
+ "id": 20336,
"properties": {
"rotation": "2",
"waterlogged": "false"
}
},
{
- "id": 20305,
+ "id": 20337,
"properties": {
"rotation": "3",
"waterlogged": "true"
}
},
{
- "id": 20306,
+ "id": 20338,
"properties": {
"rotation": "3",
"waterlogged": "false"
}
},
{
- "id": 20307,
+ "id": 20339,
"properties": {
"rotation": "4",
"waterlogged": "true"
}
},
{
- "id": 20308,
+ "id": 20340,
"properties": {
"rotation": "4",
"waterlogged": "false"
}
},
{
- "id": 20309,
+ "id": 20341,
"properties": {
"rotation": "5",
"waterlogged": "true"
}
},
{
- "id": 20310,
+ "id": 20342,
"properties": {
"rotation": "5",
"waterlogged": "false"
}
},
{
- "id": 20311,
+ "id": 20343,
"properties": {
"rotation": "6",
"waterlogged": "true"
}
},
{
- "id": 20312,
+ "id": 20344,
"properties": {
"rotation": "6",
"waterlogged": "false"
}
},
{
- "id": 20313,
+ "id": 20345,
"properties": {
"rotation": "7",
"waterlogged": "true"
}
},
{
- "id": 20314,
+ "id": 20346,
"properties": {
"rotation": "7",
"waterlogged": "false"
}
},
{
- "id": 20315,
+ "id": 20347,
"properties": {
"rotation": "8",
"waterlogged": "true"
}
},
{
- "id": 20316,
+ "id": 20348,
"properties": {
"rotation": "8",
"waterlogged": "false"
}
},
{
- "id": 20317,
+ "id": 20349,
"properties": {
"rotation": "9",
"waterlogged": "true"
}
},
{
- "id": 20318,
+ "id": 20350,
"properties": {
"rotation": "9",
"waterlogged": "false"
}
},
{
- "id": 20319,
+ "id": 20351,
"properties": {
"rotation": "10",
"waterlogged": "true"
}
},
{
- "id": 20320,
+ "id": 20352,
"properties": {
"rotation": "10",
"waterlogged": "false"
}
},
{
- "id": 20321,
+ "id": 20353,
"properties": {
"rotation": "11",
"waterlogged": "true"
}
},
{
- "id": 20322,
+ "id": 20354,
"properties": {
"rotation": "11",
"waterlogged": "false"
}
},
{
- "id": 20323,
+ "id": 20355,
"properties": {
"rotation": "12",
"waterlogged": "true"
}
},
{
- "id": 20324,
+ "id": 20356,
"properties": {
"rotation": "12",
"waterlogged": "false"
}
},
{
- "id": 20325,
+ "id": 20357,
"properties": {
"rotation": "13",
"waterlogged": "true"
}
},
{
- "id": 20326,
+ "id": 20358,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 20327,
+ "id": 20359,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 20328,
+ "id": 20360,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 20329,
+ "id": 20361,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 20330,
+ "id": 20362,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -61688,21 +61688,21 @@
},
"states": [
{
- "id": 19691,
+ "id": 19723,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 19692,
+ "id": 19724,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 19693,
+ "id": 19725,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -61710,21 +61710,21 @@
},
{
"default": true,
- "id": 19694,
+ "id": 19726,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 19695,
+ "id": 19727,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 19696,
+ "id": 19728,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -61765,7 +61765,7 @@
},
"states": [
{
- "id": 19963,
+ "id": 19995,
"properties": {
"facing": "north",
"half": "top",
@@ -61774,7 +61774,7 @@
}
},
{
- "id": 19964,
+ "id": 19996,
"properties": {
"facing": "north",
"half": "top",
@@ -61783,7 +61783,7 @@
}
},
{
- "id": 19965,
+ "id": 19997,
"properties": {
"facing": "north",
"half": "top",
@@ -61792,7 +61792,7 @@
}
},
{
- "id": 19966,
+ "id": 19998,
"properties": {
"facing": "north",
"half": "top",
@@ -61801,7 +61801,7 @@
}
},
{
- "id": 19967,
+ "id": 19999,
"properties": {
"facing": "north",
"half": "top",
@@ -61810,7 +61810,7 @@
}
},
{
- "id": 19968,
+ "id": 20000,
"properties": {
"facing": "north",
"half": "top",
@@ -61819,7 +61819,7 @@
}
},
{
- "id": 19969,
+ "id": 20001,
"properties": {
"facing": "north",
"half": "top",
@@ -61828,7 +61828,7 @@
}
},
{
- "id": 19970,
+ "id": 20002,
"properties": {
"facing": "north",
"half": "top",
@@ -61837,7 +61837,7 @@
}
},
{
- "id": 19971,
+ "id": 20003,
"properties": {
"facing": "north",
"half": "top",
@@ -61846,7 +61846,7 @@
}
},
{
- "id": 19972,
+ "id": 20004,
"properties": {
"facing": "north",
"half": "top",
@@ -61855,7 +61855,7 @@
}
},
{
- "id": 19973,
+ "id": 20005,
"properties": {
"facing": "north",
"half": "bottom",
@@ -61865,439 +61865,439 @@
},
{
"default": true,
- "id": 19974,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 19975,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 19976,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 19977,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 19978,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 19979,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 19980,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 19981,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 19982,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 19983,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 19984,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 19985,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 19986,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 19987,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 19988,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 19989,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 19990,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 19991,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 19992,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 19993,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 19994,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 19995,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 19996,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 19997,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 19998,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 19999,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20000,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20001,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20002,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20003,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20004,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20005,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 20006,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20007,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20008,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20009,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20010,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20011,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20012,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 20013,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 20014,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 20015,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 20016,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20017,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20018,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20019,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20020,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20021,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20022,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20023,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20024,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20025,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20026,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20027,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20028,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20029,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20030,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20031,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20032,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20033,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20034,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20035,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20036,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20037,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20038,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20039,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20040,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20041,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20042,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20043,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20044,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20045,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20046,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20047,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20048,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20049,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20050,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20051,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20052,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20053,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20054,
"properties": {
"facing": "west",
"half": "bottom",
@@ -62306,7 +62306,7 @@
}
},
{
- "id": 20023,
+ "id": 20055,
"properties": {
"facing": "east",
"half": "top",
@@ -62315,7 +62315,7 @@
}
},
{
- "id": 20024,
+ "id": 20056,
"properties": {
"facing": "east",
"half": "top",
@@ -62324,7 +62324,7 @@
}
},
{
- "id": 20025,
+ "id": 20057,
"properties": {
"facing": "east",
"half": "top",
@@ -62333,7 +62333,7 @@
}
},
{
- "id": 20026,
+ "id": 20058,
"properties": {
"facing": "east",
"half": "top",
@@ -62342,7 +62342,7 @@
}
},
{
- "id": 20027,
+ "id": 20059,
"properties": {
"facing": "east",
"half": "top",
@@ -62351,7 +62351,7 @@
}
},
{
- "id": 20028,
+ "id": 20060,
"properties": {
"facing": "east",
"half": "top",
@@ -62360,7 +62360,7 @@
}
},
{
- "id": 20029,
+ "id": 20061,
"properties": {
"facing": "east",
"half": "top",
@@ -62369,7 +62369,7 @@
}
},
{
- "id": 20030,
+ "id": 20062,
"properties": {
"facing": "east",
"half": "top",
@@ -62378,7 +62378,7 @@
}
},
{
- "id": 20031,
+ "id": 20063,
"properties": {
"facing": "east",
"half": "top",
@@ -62387,7 +62387,7 @@
}
},
{
- "id": 20032,
+ "id": 20064,
"properties": {
"facing": "east",
"half": "top",
@@ -62396,7 +62396,7 @@
}
},
{
- "id": 20033,
+ "id": 20065,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62405,7 +62405,7 @@
}
},
{
- "id": 20034,
+ "id": 20066,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62414,7 +62414,7 @@
}
},
{
- "id": 20035,
+ "id": 20067,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62423,7 +62423,7 @@
}
},
{
- "id": 20036,
+ "id": 20068,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62432,7 +62432,7 @@
}
},
{
- "id": 20037,
+ "id": 20069,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62441,7 +62441,7 @@
}
},
{
- "id": 20038,
+ "id": 20070,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62450,7 +62450,7 @@
}
},
{
- "id": 20039,
+ "id": 20071,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62459,7 +62459,7 @@
}
},
{
- "id": 20040,
+ "id": 20072,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62468,7 +62468,7 @@
}
},
{
- "id": 20041,
+ "id": 20073,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62477,7 +62477,7 @@
}
},
{
- "id": 20042,
+ "id": 20074,
"properties": {
"facing": "east",
"half": "bottom",
@@ -62501,20 +62501,20 @@
},
"states": [
{
- "id": 19619,
+ "id": 19651,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19620,
+ "id": 19652,
"properties": {
"axis": "y"
}
},
{
- "id": 19621,
+ "id": 19653,
"properties": {
"axis": "z"
}
@@ -62553,7 +62553,7 @@
},
"states": [
{
- "id": 19771,
+ "id": 19803,
"properties": {
"facing": "north",
"half": "top",
@@ -62563,7 +62563,7 @@
}
},
{
- "id": 19772,
+ "id": 19804,
"properties": {
"facing": "north",
"half": "top",
@@ -62573,7 +62573,7 @@
}
},
{
- "id": 19773,
+ "id": 19805,
"properties": {
"facing": "north",
"half": "top",
@@ -62583,7 +62583,7 @@
}
},
{
- "id": 19774,
+ "id": 19806,
"properties": {
"facing": "north",
"half": "top",
@@ -62593,7 +62593,7 @@
}
},
{
- "id": 19775,
+ "id": 19807,
"properties": {
"facing": "north",
"half": "top",
@@ -62603,7 +62603,7 @@
}
},
{
- "id": 19776,
+ "id": 19808,
"properties": {
"facing": "north",
"half": "top",
@@ -62613,7 +62613,7 @@
}
},
{
- "id": 19777,
+ "id": 19809,
"properties": {
"facing": "north",
"half": "top",
@@ -62623,7 +62623,7 @@
}
},
{
- "id": 19778,
+ "id": 19810,
"properties": {
"facing": "north",
"half": "top",
@@ -62633,7 +62633,7 @@
}
},
{
- "id": 19779,
+ "id": 19811,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62643,7 +62643,7 @@
}
},
{
- "id": 19780,
+ "id": 19812,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62653,7 +62653,7 @@
}
},
{
- "id": 19781,
+ "id": 19813,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62663,7 +62663,7 @@
}
},
{
- "id": 19782,
+ "id": 19814,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62673,7 +62673,7 @@
}
},
{
- "id": 19783,
+ "id": 19815,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62683,7 +62683,7 @@
}
},
{
- "id": 19784,
+ "id": 19816,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62693,7 +62693,7 @@
}
},
{
- "id": 19785,
+ "id": 19817,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62704,7 +62704,7 @@
},
{
"default": true,
- "id": 19786,
+ "id": 19818,
"properties": {
"facing": "north",
"half": "bottom",
@@ -62713,330 +62713,10 @@
"waterlogged": "false"
}
},
- {
- "id": 19787,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19788,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19789,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19790,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19791,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19792,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19793,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19794,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19795,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19796,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19797,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19798,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19799,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19800,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19801,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19802,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19803,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19804,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19805,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19806,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19807,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19808,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19809,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19810,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19811,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19812,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19813,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19814,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19815,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19816,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19817,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19818,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 19819,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -63046,7 +62726,7 @@
{
"id": 19820,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -63056,7 +62736,7 @@
{
"id": 19821,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -63066,7 +62746,7 @@
{
"id": 19822,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -63076,7 +62756,7 @@
{
"id": 19823,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -63086,7 +62766,7 @@
{
"id": 19824,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -63096,7 +62776,7 @@
{
"id": 19825,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -63106,7 +62786,7 @@
{
"id": 19826,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -63116,7 +62796,7 @@
{
"id": 19827,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -63126,7 +62806,7 @@
{
"id": 19828,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -63136,7 +62816,7 @@
{
"id": 19829,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -63146,7 +62826,7 @@
{
"id": 19830,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -63156,7 +62836,7 @@
{
"id": 19831,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -63166,7 +62846,7 @@
{
"id": 19832,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -63176,7 +62856,7 @@
{
"id": 19833,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -63185,6 +62865,326 @@
},
{
"id": 19834,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19835,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19836,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19837,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19838,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19839,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19840,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19841,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19842,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19843,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19844,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19845,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19846,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19847,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19848,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19849,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19850,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19851,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19852,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19853,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19854,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19855,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19856,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19857,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19858,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19859,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19860,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19861,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19862,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19863,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19864,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19865,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19866,
"properties": {
"facing": "east",
"half": "bottom",
@@ -63293,7 +63293,7 @@
},
"states": [
{
- "id": 20363,
+ "id": 20395,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -63301,49 +63301,49 @@
},
{
"default": true,
- "id": 20364,
+ "id": 20396,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 20365,
+ "id": 20397,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 20366,
+ "id": 20398,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 20367,
+ "id": 20399,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 20368,
+ "id": 20400,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 20369,
+ "id": 20401,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 20370,
+ "id": 20402,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -63359,7 +63359,7 @@
"states": [
{
"default": true,
- "id": 20477
+ "id": 20509
}
]
},
@@ -63372,7 +63372,7 @@
"states": [
{
"default": true,
- "id": 23975
+ "id": 24007
}
]
},
@@ -63395,21 +63395,21 @@
},
"states": [
{
- "id": 24322,
+ "id": 24354,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24323,
+ "id": 24355,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24324,
+ "id": 24356,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -63417,21 +63417,21 @@
},
{
"default": true,
- "id": 24325,
+ "id": 24357,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24326,
+ "id": 24358,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24327,
+ "id": 24359,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -63473,7 +63473,7 @@
},
"states": [
{
- "id": 24224,
+ "id": 24256,
"properties": {
"facing": "north",
"half": "top",
@@ -63482,7 +63482,7 @@
}
},
{
- "id": 24225,
+ "id": 24257,
"properties": {
"facing": "north",
"half": "top",
@@ -63491,7 +63491,7 @@
}
},
{
- "id": 24226,
+ "id": 24258,
"properties": {
"facing": "north",
"half": "top",
@@ -63500,7 +63500,7 @@
}
},
{
- "id": 24227,
+ "id": 24259,
"properties": {
"facing": "north",
"half": "top",
@@ -63509,7 +63509,7 @@
}
},
{
- "id": 24228,
+ "id": 24260,
"properties": {
"facing": "north",
"half": "top",
@@ -63518,7 +63518,7 @@
}
},
{
- "id": 24229,
+ "id": 24261,
"properties": {
"facing": "north",
"half": "top",
@@ -63527,7 +63527,7 @@
}
},
{
- "id": 24230,
+ "id": 24262,
"properties": {
"facing": "north",
"half": "top",
@@ -63536,7 +63536,7 @@
}
},
{
- "id": 24231,
+ "id": 24263,
"properties": {
"facing": "north",
"half": "top",
@@ -63545,7 +63545,7 @@
}
},
{
- "id": 24232,
+ "id": 24264,
"properties": {
"facing": "north",
"half": "top",
@@ -63554,7 +63554,7 @@
}
},
{
- "id": 24233,
+ "id": 24265,
"properties": {
"facing": "north",
"half": "top",
@@ -63563,7 +63563,7 @@
}
},
{
- "id": 24234,
+ "id": 24266,
"properties": {
"facing": "north",
"half": "bottom",
@@ -63573,439 +63573,439 @@
},
{
"default": true,
- "id": 24235,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24236,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24237,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24238,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24239,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24240,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24241,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24242,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24243,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24244,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24245,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24246,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24247,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24248,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24249,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24250,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24251,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24252,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24253,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24254,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24255,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24256,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24257,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24258,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24259,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24260,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24261,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24262,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24263,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24264,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24265,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24266,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24267,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24268,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24269,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24270,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24271,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24272,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24273,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24274,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24275,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24276,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24277,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24278,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24279,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24280,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24281,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24282,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24283,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24284,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24285,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24286,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24287,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24288,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24289,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24290,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24291,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24292,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24293,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24294,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24295,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24296,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24297,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24298,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24299,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24300,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24301,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24302,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24303,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24304,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24305,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24306,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24307,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24308,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24309,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24310,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24311,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24312,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24313,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24314,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24315,
"properties": {
"facing": "west",
"half": "bottom",
@@ -64014,7 +64014,7 @@
}
},
{
- "id": 24284,
+ "id": 24316,
"properties": {
"facing": "east",
"half": "top",
@@ -64023,7 +64023,7 @@
}
},
{
- "id": 24285,
+ "id": 24317,
"properties": {
"facing": "east",
"half": "top",
@@ -64032,7 +64032,7 @@
}
},
{
- "id": 24286,
+ "id": 24318,
"properties": {
"facing": "east",
"half": "top",
@@ -64041,7 +64041,7 @@
}
},
{
- "id": 24287,
+ "id": 24319,
"properties": {
"facing": "east",
"half": "top",
@@ -64050,7 +64050,7 @@
}
},
{
- "id": 24288,
+ "id": 24320,
"properties": {
"facing": "east",
"half": "top",
@@ -64059,7 +64059,7 @@
}
},
{
- "id": 24289,
+ "id": 24321,
"properties": {
"facing": "east",
"half": "top",
@@ -64068,7 +64068,7 @@
}
},
{
- "id": 24290,
+ "id": 24322,
"properties": {
"facing": "east",
"half": "top",
@@ -64077,7 +64077,7 @@
}
},
{
- "id": 24291,
+ "id": 24323,
"properties": {
"facing": "east",
"half": "top",
@@ -64086,7 +64086,7 @@
}
},
{
- "id": 24292,
+ "id": 24324,
"properties": {
"facing": "east",
"half": "top",
@@ -64095,7 +64095,7 @@
}
},
{
- "id": 24293,
+ "id": 24325,
"properties": {
"facing": "east",
"half": "top",
@@ -64104,7 +64104,7 @@
}
},
{
- "id": 24294,
+ "id": 24326,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64113,7 +64113,7 @@
}
},
{
- "id": 24295,
+ "id": 24327,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64122,7 +64122,7 @@
}
},
{
- "id": 24296,
+ "id": 24328,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64131,7 +64131,7 @@
}
},
{
- "id": 24297,
+ "id": 24329,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64140,7 +64140,7 @@
}
},
{
- "id": 24298,
+ "id": 24330,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64149,7 +64149,7 @@
}
},
{
- "id": 24299,
+ "id": 24331,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64158,7 +64158,7 @@
}
},
{
- "id": 24300,
+ "id": 24332,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64167,7 +64167,7 @@
}
},
{
- "id": 24301,
+ "id": 24333,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64176,7 +64176,7 @@
}
},
{
- "id": 24302,
+ "id": 24334,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64185,7 +64185,7 @@
}
},
{
- "id": 24303,
+ "id": 24335,
"properties": {
"facing": "east",
"half": "bottom",
@@ -64646,7 +64646,7 @@
},
"states": [
{
- "id": 21913,
+ "id": 21945,
"properties": {
"candles": "1",
"lit": "true",
@@ -64654,7 +64654,7 @@
}
},
{
- "id": 21914,
+ "id": 21946,
"properties": {
"candles": "1",
"lit": "true",
@@ -64662,7 +64662,7 @@
}
},
{
- "id": 21915,
+ "id": 21947,
"properties": {
"candles": "1",
"lit": "false",
@@ -64671,7 +64671,7 @@
},
{
"default": true,
- "id": 21916,
+ "id": 21948,
"properties": {
"candles": "1",
"lit": "false",
@@ -64679,7 +64679,7 @@
}
},
{
- "id": 21917,
+ "id": 21949,
"properties": {
"candles": "2",
"lit": "true",
@@ -64687,7 +64687,7 @@
}
},
{
- "id": 21918,
+ "id": 21950,
"properties": {
"candles": "2",
"lit": "true",
@@ -64695,7 +64695,7 @@
}
},
{
- "id": 21919,
+ "id": 21951,
"properties": {
"candles": "2",
"lit": "false",
@@ -64703,7 +64703,7 @@
}
},
{
- "id": 21920,
+ "id": 21952,
"properties": {
"candles": "2",
"lit": "false",
@@ -64711,7 +64711,7 @@
}
},
{
- "id": 21921,
+ "id": 21953,
"properties": {
"candles": "3",
"lit": "true",
@@ -64719,7 +64719,7 @@
}
},
{
- "id": 21922,
+ "id": 21954,
"properties": {
"candles": "3",
"lit": "true",
@@ -64727,7 +64727,7 @@
}
},
{
- "id": 21923,
+ "id": 21955,
"properties": {
"candles": "3",
"lit": "false",
@@ -64735,7 +64735,7 @@
}
},
{
- "id": 21924,
+ "id": 21956,
"properties": {
"candles": "3",
"lit": "false",
@@ -64743,7 +64743,7 @@
}
},
{
- "id": 21925,
+ "id": 21957,
"properties": {
"candles": "4",
"lit": "true",
@@ -64751,7 +64751,7 @@
}
},
{
- "id": 21926,
+ "id": 21958,
"properties": {
"candles": "4",
"lit": "true",
@@ -64759,7 +64759,7 @@
}
},
{
- "id": 21927,
+ "id": 21959,
"properties": {
"candles": "4",
"lit": "false",
@@ -64767,7 +64767,7 @@
}
},
{
- "id": 21928,
+ "id": 21960,
"properties": {
"candles": "4",
"lit": "false",
@@ -64790,14 +64790,14 @@
},
"states": [
{
- "id": 22045,
+ "id": 22077,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22046,
+ "id": 22078,
"properties": {
"lit": "false"
}
@@ -65306,7 +65306,7 @@
},
"minecraft:cyan_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -70936,13 +70936,13 @@
"states": [
{
"default": true,
- "id": 13838,
+ "id": 13870,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13839,
+ "id": 13871,
"properties": {
"waterlogged": "false"
}
@@ -70957,7 +70957,7 @@
"states": [
{
"default": true,
- "id": 13827
+ "id": 13859
}
]
},
@@ -70975,13 +70975,13 @@
"states": [
{
"default": true,
- "id": 13858,
+ "id": 13890,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13859,
+ "id": 13891,
"properties": {
"waterlogged": "false"
}
@@ -71008,56 +71008,56 @@
"states": [
{
"default": true,
- "id": 13884,
+ "id": 13916,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13885,
+ "id": 13917,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13886,
+ "id": 13918,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13887,
+ "id": 13919,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13888,
+ "id": 13920,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13889,
+ "id": 13921,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13890,
+ "id": 13922,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13891,
+ "id": 13923,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -71079,13 +71079,13 @@
"states": [
{
"default": true,
- "id": 13840,
+ "id": 13872,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13841,
+ "id": 13873,
"properties": {
"waterlogged": "false"
}
@@ -71100,7 +71100,7 @@
"states": [
{
"default": true,
- "id": 13828
+ "id": 13860
}
]
},
@@ -71118,13 +71118,13 @@
"states": [
{
"default": true,
- "id": 13860,
+ "id": 13892,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13861,
+ "id": 13893,
"properties": {
"waterlogged": "false"
}
@@ -71151,56 +71151,56 @@
"states": [
{
"default": true,
- "id": 13892,
+ "id": 13924,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13893,
+ "id": 13925,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13894,
+ "id": 13926,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13895,
+ "id": 13927,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13896,
+ "id": 13928,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13897,
+ "id": 13929,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13898,
+ "id": 13930,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13899,
+ "id": 13931,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -71234,13 +71234,13 @@
"states": [
{
"default": true,
- "id": 13842,
+ "id": 13874,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13843,
+ "id": 13875,
"properties": {
"waterlogged": "false"
}
@@ -71255,7 +71255,7 @@
"states": [
{
"default": true,
- "id": 13829
+ "id": 13861
}
]
},
@@ -71273,13 +71273,13 @@
"states": [
{
"default": true,
- "id": 13862,
+ "id": 13894,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13863,
+ "id": 13895,
"properties": {
"waterlogged": "false"
}
@@ -71306,56 +71306,56 @@
"states": [
{
"default": true,
- "id": 13900,
+ "id": 13932,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13901,
+ "id": 13933,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13902,
+ "id": 13934,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13903,
+ "id": 13935,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13904,
+ "id": 13936,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13905,
+ "id": 13937,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13906,
+ "id": 13938,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13907,
+ "id": 13939,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -71377,13 +71377,13 @@
"states": [
{
"default": true,
- "id": 13844,
+ "id": 13876,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13845,
+ "id": 13877,
"properties": {
"waterlogged": "false"
}
@@ -71398,7 +71398,7 @@
"states": [
{
"default": true,
- "id": 13830
+ "id": 13862
}
]
},
@@ -71416,13 +71416,13 @@
"states": [
{
"default": true,
- "id": 13864,
+ "id": 13896,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13865,
+ "id": 13897,
"properties": {
"waterlogged": "false"
}
@@ -71430,6 +71430,149 @@
]
},
"minecraft:dead_horn_coral_wall_fan": {
+ "definition": {
+ "type": "minecraft:base_coral_wall_fan",
+ "properties": {}
+ },
+ "properties": {
+ "facing": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "waterlogged": [
+ "true",
+ "false"
+ ]
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 13940,
+ "properties": {
+ "facing": "north",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13941,
+ "properties": {
+ "facing": "north",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13942,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13943,
+ "properties": {
+ "facing": "south",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13944,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13945,
+ "properties": {
+ "facing": "west",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13946,
+ "properties": {
+ "facing": "east",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13947,
+ "properties": {
+ "facing": "east",
+ "waterlogged": "false"
+ }
+ }
+ ]
+ },
+ "minecraft:dead_tube_coral": {
+ "definition": {
+ "type": "minecraft:base_coral_plant",
+ "properties": {}
+ },
+ "properties": {
+ "waterlogged": [
+ "true",
+ "false"
+ ]
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 13868,
+ "properties": {
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13869,
+ "properties": {
+ "waterlogged": "false"
+ }
+ }
+ ]
+ },
+ "minecraft:dead_tube_coral_block": {
+ "definition": {
+ "type": "minecraft:block",
+ "properties": {}
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 13858
+ }
+ ]
+ },
+ "minecraft:dead_tube_coral_fan": {
+ "definition": {
+ "type": "minecraft:base_coral_fan",
+ "properties": {}
+ },
+ "properties": {
+ "waterlogged": [
+ "true",
+ "false"
+ ]
+ },
+ "states": [
+ {
+ "default": true,
+ "id": 13888,
+ "properties": {
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13889,
+ "properties": {
+ "waterlogged": "false"
+ }
+ }
+ ]
+ },
+ "minecraft:dead_tube_coral_wall_fan": {
"definition": {
"type": "minecraft:base_coral_wall_fan",
"properties": {}
@@ -71506,149 +71649,6 @@
}
]
},
- "minecraft:dead_tube_coral": {
- "definition": {
- "type": "minecraft:base_coral_plant",
- "properties": {}
- },
- "properties": {
- "waterlogged": [
- "true",
- "false"
- ]
- },
- "states": [
- {
- "default": true,
- "id": 13836,
- "properties": {
- "waterlogged": "true"
- }
- },
- {
- "id": 13837,
- "properties": {
- "waterlogged": "false"
- }
- }
- ]
- },
- "minecraft:dead_tube_coral_block": {
- "definition": {
- "type": "minecraft:block",
- "properties": {}
- },
- "states": [
- {
- "default": true,
- "id": 13826
- }
- ]
- },
- "minecraft:dead_tube_coral_fan": {
- "definition": {
- "type": "minecraft:base_coral_fan",
- "properties": {}
- },
- "properties": {
- "waterlogged": [
- "true",
- "false"
- ]
- },
- "states": [
- {
- "default": true,
- "id": 13856,
- "properties": {
- "waterlogged": "true"
- }
- },
- {
- "id": 13857,
- "properties": {
- "waterlogged": "false"
- }
- }
- ]
- },
- "minecraft:dead_tube_coral_wall_fan": {
- "definition": {
- "type": "minecraft:base_coral_wall_fan",
- "properties": {}
- },
- "properties": {
- "facing": [
- "north",
- "south",
- "west",
- "east"
- ],
- "waterlogged": [
- "true",
- "false"
- ]
- },
- "states": [
- {
- "default": true,
- "id": 13876,
- "properties": {
- "facing": "north",
- "waterlogged": "true"
- }
- },
- {
- "id": 13877,
- "properties": {
- "facing": "north",
- "waterlogged": "false"
- }
- },
- {
- "id": 13878,
- "properties": {
- "facing": "south",
- "waterlogged": "true"
- }
- },
- {
- "id": 13879,
- "properties": {
- "facing": "south",
- "waterlogged": "false"
- }
- },
- {
- "id": 13880,
- "properties": {
- "facing": "west",
- "waterlogged": "true"
- }
- },
- {
- "id": 13881,
- "properties": {
- "facing": "west",
- "waterlogged": "false"
- }
- },
- {
- "id": 13882,
- "properties": {
- "facing": "east",
- "waterlogged": "true"
- }
- },
- {
- "id": 13883,
- "properties": {
- "facing": "east",
- "waterlogged": "false"
- }
- }
- ]
- },
"minecraft:decorated_pot": {
"definition": {
"type": "minecraft:decorated_pot",
@@ -71672,7 +71672,7 @@
},
"states": [
{
- "id": 27634,
+ "id": 27666,
"properties": {
"cracked": "true",
"facing": "north",
@@ -71680,7 +71680,7 @@
}
},
{
- "id": 27635,
+ "id": 27667,
"properties": {
"cracked": "true",
"facing": "north",
@@ -71688,7 +71688,7 @@
}
},
{
- "id": 27636,
+ "id": 27668,
"properties": {
"cracked": "true",
"facing": "south",
@@ -71696,7 +71696,7 @@
}
},
{
- "id": 27637,
+ "id": 27669,
"properties": {
"cracked": "true",
"facing": "south",
@@ -71704,7 +71704,7 @@
}
},
{
- "id": 27638,
+ "id": 27670,
"properties": {
"cracked": "true",
"facing": "west",
@@ -71712,7 +71712,7 @@
}
},
{
- "id": 27639,
+ "id": 27671,
"properties": {
"cracked": "true",
"facing": "west",
@@ -71720,7 +71720,7 @@
}
},
{
- "id": 27640,
+ "id": 27672,
"properties": {
"cracked": "true",
"facing": "east",
@@ -71728,7 +71728,7 @@
}
},
{
- "id": 27641,
+ "id": 27673,
"properties": {
"cracked": "true",
"facing": "east",
@@ -71736,7 +71736,7 @@
}
},
{
- "id": 27642,
+ "id": 27674,
"properties": {
"cracked": "false",
"facing": "north",
@@ -71745,7 +71745,7 @@
},
{
"default": true,
- "id": 27643,
+ "id": 27675,
"properties": {
"cracked": "false",
"facing": "north",
@@ -71753,7 +71753,7 @@
}
},
{
- "id": 27644,
+ "id": 27676,
"properties": {
"cracked": "false",
"facing": "south",
@@ -71761,7 +71761,7 @@
}
},
{
- "id": 27645,
+ "id": 27677,
"properties": {
"cracked": "false",
"facing": "south",
@@ -71769,7 +71769,7 @@
}
},
{
- "id": 27646,
+ "id": 27678,
"properties": {
"cracked": "false",
"facing": "west",
@@ -71777,7 +71777,7 @@
}
},
{
- "id": 27647,
+ "id": 27679,
"properties": {
"cracked": "false",
"facing": "west",
@@ -71785,7 +71785,7 @@
}
},
{
- "id": 27648,
+ "id": 27680,
"properties": {
"cracked": "false",
"facing": "east",
@@ -71793,7 +71793,7 @@
}
},
{
- "id": 27649,
+ "id": 27681,
"properties": {
"cracked": "false",
"facing": "east",
@@ -71816,20 +71816,20 @@
},
"states": [
{
- "id": 25964,
+ "id": 25996,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 25965,
+ "id": 25997,
"properties": {
"axis": "y"
}
},
{
- "id": 25966,
+ "id": 25998,
"properties": {
"axis": "z"
}
@@ -71854,21 +71854,21 @@
},
"states": [
{
- "id": 27281,
+ "id": 27313,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 27282,
+ "id": 27314,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 27283,
+ "id": 27315,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -71876,21 +71876,21 @@
},
{
"default": true,
- "id": 27284,
+ "id": 27316,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 27285,
+ "id": 27317,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 27286,
+ "id": 27318,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -71931,7 +71931,7 @@
},
"states": [
{
- "id": 27201,
+ "id": 27233,
"properties": {
"facing": "north",
"half": "top",
@@ -71940,7 +71940,7 @@
}
},
{
- "id": 27202,
+ "id": 27234,
"properties": {
"facing": "north",
"half": "top",
@@ -71949,7 +71949,7 @@
}
},
{
- "id": 27203,
+ "id": 27235,
"properties": {
"facing": "north",
"half": "top",
@@ -71958,7 +71958,7 @@
}
},
{
- "id": 27204,
+ "id": 27236,
"properties": {
"facing": "north",
"half": "top",
@@ -71967,7 +71967,7 @@
}
},
{
- "id": 27205,
+ "id": 27237,
"properties": {
"facing": "north",
"half": "top",
@@ -71976,7 +71976,7 @@
}
},
{
- "id": 27206,
+ "id": 27238,
"properties": {
"facing": "north",
"half": "top",
@@ -71985,7 +71985,7 @@
}
},
{
- "id": 27207,
+ "id": 27239,
"properties": {
"facing": "north",
"half": "top",
@@ -71994,7 +71994,7 @@
}
},
{
- "id": 27208,
+ "id": 27240,
"properties": {
"facing": "north",
"half": "top",
@@ -72003,7 +72003,7 @@
}
},
{
- "id": 27209,
+ "id": 27241,
"properties": {
"facing": "north",
"half": "top",
@@ -72012,7 +72012,7 @@
}
},
{
- "id": 27210,
+ "id": 27242,
"properties": {
"facing": "north",
"half": "top",
@@ -72021,7 +72021,7 @@
}
},
{
- "id": 27211,
+ "id": 27243,
"properties": {
"facing": "north",
"half": "bottom",
@@ -72031,439 +72031,439 @@
},
{
"default": true,
- "id": 27212,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 27213,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 27214,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 27215,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 27216,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 27217,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 27218,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 27219,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 27220,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 27221,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 27222,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 27223,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 27224,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 27225,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 27226,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 27227,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 27228,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 27229,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 27230,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 27231,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 27232,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 27233,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 27234,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 27235,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 27236,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 27237,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 27238,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 27239,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 27240,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 27241,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 27242,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 27243,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 27244,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 27245,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 27246,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 27247,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 27248,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 27249,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 27250,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 27251,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 27252,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 27253,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 27254,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 27255,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 27256,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 27257,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 27258,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 27259,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 27260,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27261,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27262,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27263,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27264,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27265,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27266,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27267,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27268,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27269,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27270,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27271,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27272,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27273,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27274,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27275,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27276,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27277,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27278,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27279,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27280,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27281,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27282,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27283,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27284,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27285,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27286,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27287,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27288,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27289,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27290,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 27291,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 27292,
"properties": {
"facing": "west",
"half": "bottom",
@@ -72472,7 +72472,7 @@
}
},
{
- "id": 27261,
+ "id": 27293,
"properties": {
"facing": "east",
"half": "top",
@@ -72481,7 +72481,7 @@
}
},
{
- "id": 27262,
+ "id": 27294,
"properties": {
"facing": "east",
"half": "top",
@@ -72490,7 +72490,7 @@
}
},
{
- "id": 27263,
+ "id": 27295,
"properties": {
"facing": "east",
"half": "top",
@@ -72499,7 +72499,7 @@
}
},
{
- "id": 27264,
+ "id": 27296,
"properties": {
"facing": "east",
"half": "top",
@@ -72508,7 +72508,7 @@
}
},
{
- "id": 27265,
+ "id": 27297,
"properties": {
"facing": "east",
"half": "top",
@@ -72517,7 +72517,7 @@
}
},
{
- "id": 27266,
+ "id": 27298,
"properties": {
"facing": "east",
"half": "top",
@@ -72526,7 +72526,7 @@
}
},
{
- "id": 27267,
+ "id": 27299,
"properties": {
"facing": "east",
"half": "top",
@@ -72535,7 +72535,7 @@
}
},
{
- "id": 27268,
+ "id": 27300,
"properties": {
"facing": "east",
"half": "top",
@@ -72544,7 +72544,7 @@
}
},
{
- "id": 27269,
+ "id": 27301,
"properties": {
"facing": "east",
"half": "top",
@@ -72553,7 +72553,7 @@
}
},
{
- "id": 27270,
+ "id": 27302,
"properties": {
"facing": "east",
"half": "top",
@@ -72562,7 +72562,7 @@
}
},
{
- "id": 27271,
+ "id": 27303,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72571,7 +72571,7 @@
}
},
{
- "id": 27272,
+ "id": 27304,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72580,7 +72580,7 @@
}
},
{
- "id": 27273,
+ "id": 27305,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72589,7 +72589,7 @@
}
},
{
- "id": 27274,
+ "id": 27306,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72598,7 +72598,7 @@
}
},
{
- "id": 27275,
+ "id": 27307,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72607,7 +72607,7 @@
}
},
{
- "id": 27276,
+ "id": 27308,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72616,7 +72616,7 @@
}
},
{
- "id": 27277,
+ "id": 27309,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72625,7 +72625,7 @@
}
},
{
- "id": 27278,
+ "id": 27310,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72634,7 +72634,7 @@
}
},
{
- "id": 27279,
+ "id": 27311,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72643,7 +72643,7 @@
}
},
{
- "id": 27280,
+ "id": 27312,
"properties": {
"facing": "east",
"half": "bottom",
@@ -72690,7 +72690,7 @@
},
"states": [
{
- "id": 27287,
+ "id": 27319,
"properties": {
"east": "none",
"north": "none",
@@ -72701,7 +72701,7 @@
}
},
{
- "id": 27288,
+ "id": 27320,
"properties": {
"east": "none",
"north": "none",
@@ -72712,7 +72712,7 @@
}
},
{
- "id": 27289,
+ "id": 27321,
"properties": {
"east": "none",
"north": "none",
@@ -72724,718 +72724,366 @@
},
{
"default": true,
- "id": 27290,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27291,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27292,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27293,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27294,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27295,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27296,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27297,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27298,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27299,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27300,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27301,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27302,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27303,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27304,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27305,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27306,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27307,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27308,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27309,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27310,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27311,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27312,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27313,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27314,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27315,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27316,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27317,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27318,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27319,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27320,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27321,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 27322,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27323,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27324,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27325,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27326,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27327,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27328,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27329,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27330,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27331,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27332,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27333,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27334,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27335,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27336,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27337,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27338,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27339,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27340,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27341,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27342,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27343,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27344,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27345,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27346,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27347,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27348,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27349,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27350,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27351,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27352,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27353,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27354,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -73443,10 +73091,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -73454,10 +73102,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -73465,10 +73113,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -73476,362 +73124,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27359,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27360,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27361,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27362,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27363,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27364,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27365,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27366,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27367,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27368,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27369,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27370,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27371,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27372,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27373,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27374,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27375,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27376,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27377,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27378,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27379,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27380,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27381,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27382,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27383,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27384,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27385,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27386,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27387,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27388,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27389,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27390,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -73839,10 +73487,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -73850,14 +73498,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27393,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27394,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27395,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27396,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27397,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27398,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27399,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27400,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27401,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27402,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27403,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27404,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27405,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27406,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27407,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27408,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27409,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27410,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27411,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27412,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27413,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27414,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27415,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27416,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27417,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27418,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27419,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27420,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27421,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27422,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27423,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27424,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27425,
"properties": {
"east": "none",
"north": "tall",
@@ -73868,7 +73868,7 @@
}
},
{
- "id": 27394,
+ "id": 27426,
"properties": {
"east": "none",
"north": "tall",
@@ -73878,367 +73878,15 @@
"west": "tall"
}
},
- {
- "id": 27395,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27396,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27397,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27398,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27399,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27400,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27401,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27402,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27403,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27404,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27405,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27406,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27407,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27408,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27409,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27410,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27411,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27412,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27413,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27414,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27415,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27416,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27417,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27418,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27419,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27420,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27421,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27422,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27423,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27424,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27425,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27426,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27427,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -74246,10 +73894,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -74257,10 +73905,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -74268,362 +73916,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27431,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27432,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27433,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27434,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27435,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27436,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27437,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27438,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27439,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27440,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27441,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27442,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27443,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27444,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27445,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27446,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27447,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27448,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27449,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27450,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27451,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27452,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27453,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27454,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27455,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27456,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27457,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27458,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27459,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27460,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27461,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27462,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -74631,10 +74279,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -74642,10 +74290,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -74653,10 +74301,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -74664,362 +74312,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27467,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27468,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27469,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27470,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27471,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27472,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27473,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27474,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27475,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27476,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27477,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27478,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27479,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27480,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27481,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27482,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27483,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27484,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27485,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27486,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27487,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27488,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27489,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27490,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27491,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27492,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27493,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27494,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27495,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27496,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27497,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27498,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -75027,10 +74675,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -75038,14 +74686,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27501,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27502,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27503,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27504,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27505,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27506,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27507,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27508,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27509,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27510,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27511,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27512,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27513,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27514,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27515,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27516,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27517,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27518,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27519,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27520,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27521,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27522,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27523,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27524,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27525,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27526,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27527,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27528,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27529,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27530,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27531,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27532,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27533,
"properties": {
"east": "low",
"north": "tall",
@@ -75056,7 +75056,7 @@
}
},
{
- "id": 27502,
+ "id": 27534,
"properties": {
"east": "low",
"north": "tall",
@@ -75066,367 +75066,15 @@
"west": "tall"
}
},
- {
- "id": 27503,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27504,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27505,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27506,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27507,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27508,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27509,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27510,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27511,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27512,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27513,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27514,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27515,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27516,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27517,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27518,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27519,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27520,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27521,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27522,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27523,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27524,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27525,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27526,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27527,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27528,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27529,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27530,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27531,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27532,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27533,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27534,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27535,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -75434,14 +75082,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27537,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27538,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27539,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27540,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27541,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27542,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27543,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27544,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27545,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27546,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27547,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27548,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27549,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27550,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27551,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27552,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27553,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27554,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27555,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27556,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27557,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27558,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27559,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27560,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27561,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27562,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27563,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27564,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27565,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27566,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27567,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27568,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27569,
"properties": {
"east": "tall",
"north": "none",
@@ -75452,7 +75452,7 @@
}
},
{
- "id": 27538,
+ "id": 27570,
"properties": {
"east": "tall",
"north": "none",
@@ -75462,367 +75462,15 @@
"west": "tall"
}
},
- {
- "id": 27539,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27540,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27541,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27542,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27543,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27544,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27545,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27546,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27547,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27548,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27549,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27550,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27551,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27552,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27553,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27554,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27555,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27556,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27557,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27558,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27559,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27560,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27561,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27562,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27563,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27564,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27565,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27566,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27567,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27568,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27569,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27570,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27571,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -75830,14 +75478,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27573,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27574,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27575,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27576,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27577,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27578,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27579,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27580,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27581,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27582,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27583,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27584,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27585,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27586,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27587,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27588,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27589,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27590,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27591,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27592,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27593,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27594,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27595,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27596,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27597,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27598,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27599,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27600,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27601,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27602,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27603,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27604,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27605,
"properties": {
"east": "tall",
"north": "low",
@@ -75848,7 +75848,7 @@
}
},
{
- "id": 27574,
+ "id": 27606,
"properties": {
"east": "tall",
"north": "low",
@@ -75858,371 +75858,371 @@
"west": "tall"
}
},
- {
- "id": 27575,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27576,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27577,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27578,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27579,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27580,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27581,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27582,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27583,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27584,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27585,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27586,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27587,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27588,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27589,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27590,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27591,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27592,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27593,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27594,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27595,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27596,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27597,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27598,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27599,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27600,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27601,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27602,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27603,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27604,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27605,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27606,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27607,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27608,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27609,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27610,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27611,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27612,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27613,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27614,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27615,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27616,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27617,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27618,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27619,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27620,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27621,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27622,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27623,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27624,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27625,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27626,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27627,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27628,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27629,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27630,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27631,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27632,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27633,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27634,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27635,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27636,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27637,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27638,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27639,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27640,
"properties": {
"east": "tall",
"north": "tall",
@@ -76233,7 +76233,7 @@
}
},
{
- "id": 27609,
+ "id": 27641,
"properties": {
"east": "tall",
"north": "tall",
@@ -76244,7 +76244,7 @@
}
},
{
- "id": 27610,
+ "id": 27642,
"properties": {
"east": "tall",
"north": "tall",
@@ -76264,7 +76264,7 @@
"states": [
{
"default": true,
- "id": 27200
+ "id": 27232
}
]
},
@@ -76294,7 +76294,7 @@
"states": [
{
"default": true,
- "id": 23971
+ "id": 24003
}
]
},
@@ -76420,21 +76420,21 @@
},
"states": [
{
- "id": 26870,
+ "id": 26902,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 26871,
+ "id": 26903,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 26872,
+ "id": 26904,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -76442,21 +76442,21 @@
},
{
"default": true,
- "id": 26873,
+ "id": 26905,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 26874,
+ "id": 26906,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 26875,
+ "id": 26907,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -76497,7 +76497,7 @@
},
"states": [
{
- "id": 26790,
+ "id": 26822,
"properties": {
"facing": "north",
"half": "top",
@@ -76506,7 +76506,7 @@
}
},
{
- "id": 26791,
+ "id": 26823,
"properties": {
"facing": "north",
"half": "top",
@@ -76515,7 +76515,7 @@
}
},
{
- "id": 26792,
+ "id": 26824,
"properties": {
"facing": "north",
"half": "top",
@@ -76524,7 +76524,7 @@
}
},
{
- "id": 26793,
+ "id": 26825,
"properties": {
"facing": "north",
"half": "top",
@@ -76533,7 +76533,7 @@
}
},
{
- "id": 26794,
+ "id": 26826,
"properties": {
"facing": "north",
"half": "top",
@@ -76542,7 +76542,7 @@
}
},
{
- "id": 26795,
+ "id": 26827,
"properties": {
"facing": "north",
"half": "top",
@@ -76551,7 +76551,7 @@
}
},
{
- "id": 26796,
+ "id": 26828,
"properties": {
"facing": "north",
"half": "top",
@@ -76560,7 +76560,7 @@
}
},
{
- "id": 26797,
+ "id": 26829,
"properties": {
"facing": "north",
"half": "top",
@@ -76569,7 +76569,7 @@
}
},
{
- "id": 26798,
+ "id": 26830,
"properties": {
"facing": "north",
"half": "top",
@@ -76578,7 +76578,7 @@
}
},
{
- "id": 26799,
+ "id": 26831,
"properties": {
"facing": "north",
"half": "top",
@@ -76587,7 +76587,7 @@
}
},
{
- "id": 26800,
+ "id": 26832,
"properties": {
"facing": "north",
"half": "bottom",
@@ -76597,439 +76597,439 @@
},
{
"default": true,
- "id": 26801,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26802,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26803,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26804,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26805,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26806,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26807,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26808,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26809,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26810,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 26811,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26812,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26813,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26814,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26815,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26816,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26817,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26818,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26819,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26820,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 26821,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26822,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26823,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26824,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26825,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26826,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26827,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26828,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26829,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26830,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 26831,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26832,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 26833,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 26834,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 26835,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 26836,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 26837,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 26838,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 26839,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 26840,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 26841,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 26842,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 26843,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 26844,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 26845,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 26846,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 26847,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 26848,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 26849,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26850,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26851,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26852,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26853,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26854,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26855,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26856,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26857,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26858,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26859,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26860,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26861,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26862,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26863,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26864,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26865,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26866,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26867,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26868,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26869,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26870,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26871,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26872,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26873,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26874,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26875,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26876,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26877,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26878,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26879,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26880,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26881,
"properties": {
"facing": "west",
"half": "bottom",
@@ -77038,7 +77038,7 @@
}
},
{
- "id": 26850,
+ "id": 26882,
"properties": {
"facing": "east",
"half": "top",
@@ -77047,7 +77047,7 @@
}
},
{
- "id": 26851,
+ "id": 26883,
"properties": {
"facing": "east",
"half": "top",
@@ -77056,7 +77056,7 @@
}
},
{
- "id": 26852,
+ "id": 26884,
"properties": {
"facing": "east",
"half": "top",
@@ -77065,7 +77065,7 @@
}
},
{
- "id": 26853,
+ "id": 26885,
"properties": {
"facing": "east",
"half": "top",
@@ -77074,7 +77074,7 @@
}
},
{
- "id": 26854,
+ "id": 26886,
"properties": {
"facing": "east",
"half": "top",
@@ -77083,7 +77083,7 @@
}
},
{
- "id": 26855,
+ "id": 26887,
"properties": {
"facing": "east",
"half": "top",
@@ -77092,7 +77092,7 @@
}
},
{
- "id": 26856,
+ "id": 26888,
"properties": {
"facing": "east",
"half": "top",
@@ -77101,7 +77101,7 @@
}
},
{
- "id": 26857,
+ "id": 26889,
"properties": {
"facing": "east",
"half": "top",
@@ -77110,7 +77110,7 @@
}
},
{
- "id": 26858,
+ "id": 26890,
"properties": {
"facing": "east",
"half": "top",
@@ -77119,7 +77119,7 @@
}
},
{
- "id": 26859,
+ "id": 26891,
"properties": {
"facing": "east",
"half": "top",
@@ -77128,7 +77128,7 @@
}
},
{
- "id": 26860,
+ "id": 26892,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77137,7 +77137,7 @@
}
},
{
- "id": 26861,
+ "id": 26893,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77146,7 +77146,7 @@
}
},
{
- "id": 26862,
+ "id": 26894,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77155,7 +77155,7 @@
}
},
{
- "id": 26863,
+ "id": 26895,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77164,7 +77164,7 @@
}
},
{
- "id": 26864,
+ "id": 26896,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77173,7 +77173,7 @@
}
},
{
- "id": 26865,
+ "id": 26897,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77182,7 +77182,7 @@
}
},
{
- "id": 26866,
+ "id": 26898,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77191,7 +77191,7 @@
}
},
{
- "id": 26867,
+ "id": 26899,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77200,7 +77200,7 @@
}
},
{
- "id": 26868,
+ "id": 26900,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77209,7 +77209,7 @@
}
},
{
- "id": 26869,
+ "id": 26901,
"properties": {
"facing": "east",
"half": "bottom",
@@ -77256,7 +77256,7 @@
},
"states": [
{
- "id": 26876,
+ "id": 26908,
"properties": {
"east": "none",
"north": "none",
@@ -77267,7 +77267,7 @@
}
},
{
- "id": 26877,
+ "id": 26909,
"properties": {
"east": "none",
"north": "none",
@@ -77278,7 +77278,7 @@
}
},
{
- "id": 26878,
+ "id": 26910,
"properties": {
"east": "none",
"north": "none",
@@ -77290,718 +77290,366 @@
},
{
"default": true,
- "id": 26879,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26880,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26881,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26882,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26883,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26884,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26885,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26886,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26887,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26888,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26889,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26890,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26891,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26892,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26893,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26894,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26895,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26896,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26897,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26898,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26899,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26900,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26901,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26902,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26903,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26904,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26905,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26906,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26907,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26908,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26909,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26910,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 26911,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26912,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26913,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26914,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26915,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26916,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26917,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26918,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26919,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26920,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26921,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26922,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26923,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26924,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26925,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26926,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26927,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26928,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26929,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26930,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26931,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26932,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26933,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26934,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26935,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26936,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26937,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26938,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26939,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26940,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26941,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26942,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26943,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -78009,10 +77657,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -78020,10 +77668,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -78031,10 +77679,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -78042,362 +77690,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26948,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26949,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26950,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26951,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26952,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26953,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26954,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26955,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26956,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26957,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26958,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26959,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26960,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26961,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26962,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26963,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26964,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26965,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26966,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26967,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26968,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26969,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26970,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26971,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26972,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26973,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26974,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26975,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26976,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26977,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26978,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26979,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -78405,10 +78053,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -78416,14 +78064,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26982,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26983,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26984,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26985,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26986,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26987,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26988,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26989,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26990,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26991,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26992,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26993,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26994,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26995,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26996,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26997,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26998,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26999,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27000,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27001,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27002,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27003,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27004,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27005,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27006,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27007,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27008,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27009,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27010,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27011,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27012,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27013,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27014,
"properties": {
"east": "none",
"north": "tall",
@@ -78434,7 +78434,7 @@
}
},
{
- "id": 26983,
+ "id": 27015,
"properties": {
"east": "none",
"north": "tall",
@@ -78444,367 +78444,15 @@
"west": "tall"
}
},
- {
- "id": 26984,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26985,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26986,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26987,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26988,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26989,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26990,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26991,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26992,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26993,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26994,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26995,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26996,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26997,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26998,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26999,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27000,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27001,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27002,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27003,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27004,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27005,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27006,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27007,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27008,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27009,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27010,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27011,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27012,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27013,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27014,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27015,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27016,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -78812,10 +78460,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -78823,10 +78471,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -78834,362 +78482,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27020,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27021,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27022,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27023,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27024,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27025,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27026,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27027,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27028,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27029,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27030,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27031,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27032,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27033,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27034,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27035,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27036,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27037,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27038,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27039,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27040,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27041,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27042,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27043,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27044,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27045,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27046,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27047,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27048,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27049,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27050,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27051,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -79197,10 +78845,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -79208,10 +78856,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -79219,10 +78867,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -79230,362 +78878,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27056,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27057,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27058,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27059,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27060,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27061,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27062,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27063,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27064,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27065,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27066,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27067,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27068,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27069,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27070,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27071,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27072,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27073,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27074,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27075,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27076,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27077,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27078,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27079,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27080,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27081,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 27082,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27083,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27084,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 27085,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27086,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 27087,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -79593,10 +79241,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -79604,14 +79252,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27090,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27091,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27092,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27093,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27094,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27095,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27096,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27097,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27098,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27099,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27100,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27101,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27102,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27103,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27104,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27105,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27106,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27107,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27108,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27109,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27110,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27111,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27112,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27113,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27114,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27115,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27116,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27117,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27118,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27119,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27120,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27121,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27122,
"properties": {
"east": "low",
"north": "tall",
@@ -79622,7 +79622,7 @@
}
},
{
- "id": 27091,
+ "id": 27123,
"properties": {
"east": "low",
"north": "tall",
@@ -79632,367 +79632,15 @@
"west": "tall"
}
},
- {
- "id": 27092,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27093,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27094,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27095,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27096,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27097,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27098,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27099,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27100,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27101,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27102,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27103,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27104,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27105,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27106,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27107,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27108,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27109,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27110,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27111,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27112,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27113,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27114,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27115,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27116,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27117,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27118,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27119,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27120,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27121,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27122,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27123,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27124,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -80000,14 +79648,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27126,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27127,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27128,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27129,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27130,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27131,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27132,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27133,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27134,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27135,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27136,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27137,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27138,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27139,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27140,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27141,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27142,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27143,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27144,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27145,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27146,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27147,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27148,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27149,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27150,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27151,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27152,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27153,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27154,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27155,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27156,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27157,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27158,
"properties": {
"east": "tall",
"north": "none",
@@ -80018,7 +80018,7 @@
}
},
{
- "id": 27127,
+ "id": 27159,
"properties": {
"east": "tall",
"north": "none",
@@ -80028,367 +80028,15 @@
"west": "tall"
}
},
- {
- "id": 27128,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27129,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27130,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27131,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27132,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27133,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27134,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27135,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27136,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27137,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27138,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27139,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27140,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27141,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27142,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27143,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27144,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27145,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27146,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27147,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27148,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27149,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27150,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27151,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27152,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27153,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27154,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27155,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27156,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27157,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27158,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27159,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27160,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -80396,14 +80044,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 27162,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27163,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27164,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27165,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27166,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27167,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27168,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27169,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27170,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27171,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27172,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27173,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27174,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27175,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27176,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27177,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27178,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27179,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27180,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27181,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27182,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27183,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27184,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27185,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27186,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27187,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27188,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27189,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27190,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27191,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27192,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27193,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27194,
"properties": {
"east": "tall",
"north": "low",
@@ -80414,7 +80414,7 @@
}
},
{
- "id": 27163,
+ "id": 27195,
"properties": {
"east": "tall",
"north": "low",
@@ -80424,371 +80424,371 @@
"west": "tall"
}
},
- {
- "id": 27164,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27165,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27166,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27167,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27168,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27169,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27170,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27171,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27172,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27173,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27174,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27175,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27176,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27177,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27178,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27179,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27180,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27181,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27182,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27183,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27184,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27185,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27186,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27187,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27188,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27189,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 27190,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 27191,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 27192,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 27193,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 27194,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 27195,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 27196,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 27197,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27198,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27199,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27200,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27201,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27202,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27203,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27204,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27205,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27206,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27207,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27208,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27209,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27210,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27211,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27212,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27213,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27214,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27215,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27216,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27217,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27218,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27219,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27220,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27221,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27222,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27223,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27224,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27225,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27226,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27227,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27228,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27229,
"properties": {
"east": "tall",
"north": "tall",
@@ -80799,7 +80799,7 @@
}
},
{
- "id": 27198,
+ "id": 27230,
"properties": {
"east": "tall",
"north": "tall",
@@ -80810,7 +80810,7 @@
}
},
{
- "id": 27199,
+ "id": 27231,
"properties": {
"east": "tall",
"north": "tall",
@@ -80830,7 +80830,7 @@
"states": [
{
"default": true,
- "id": 26789
+ "id": 26821
}
]
},
@@ -81112,21 +81112,21 @@
},
"states": [
{
- "id": 15177,
+ "id": 15209,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15178,
+ "id": 15210,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15179,
+ "id": 15211,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -81134,21 +81134,21 @@
},
{
"default": true,
- "id": 15180,
+ "id": 15212,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15181,
+ "id": 15213,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15182,
+ "id": 15214,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -81189,7 +81189,7 @@
},
"states": [
{
- "id": 15025,
+ "id": 15057,
"properties": {
"facing": "north",
"half": "top",
@@ -81198,7 +81198,7 @@
}
},
{
- "id": 15026,
+ "id": 15058,
"properties": {
"facing": "north",
"half": "top",
@@ -81207,7 +81207,7 @@
}
},
{
- "id": 15027,
+ "id": 15059,
"properties": {
"facing": "north",
"half": "top",
@@ -81216,7 +81216,7 @@
}
},
{
- "id": 15028,
+ "id": 15060,
"properties": {
"facing": "north",
"half": "top",
@@ -81225,7 +81225,7 @@
}
},
{
- "id": 15029,
+ "id": 15061,
"properties": {
"facing": "north",
"half": "top",
@@ -81234,7 +81234,7 @@
}
},
{
- "id": 15030,
+ "id": 15062,
"properties": {
"facing": "north",
"half": "top",
@@ -81243,7 +81243,7 @@
}
},
{
- "id": 15031,
+ "id": 15063,
"properties": {
"facing": "north",
"half": "top",
@@ -81252,7 +81252,7 @@
}
},
{
- "id": 15032,
+ "id": 15064,
"properties": {
"facing": "north",
"half": "top",
@@ -81261,7 +81261,7 @@
}
},
{
- "id": 15033,
+ "id": 15065,
"properties": {
"facing": "north",
"half": "top",
@@ -81270,7 +81270,7 @@
}
},
{
- "id": 15034,
+ "id": 15066,
"properties": {
"facing": "north",
"half": "top",
@@ -81279,7 +81279,7 @@
}
},
{
- "id": 15035,
+ "id": 15067,
"properties": {
"facing": "north",
"half": "bottom",
@@ -81289,439 +81289,439 @@
},
{
"default": true,
- "id": 15036,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 15037,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 15038,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 15039,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 15040,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 15041,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 15042,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 15043,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 15044,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 15045,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 15046,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 15047,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 15048,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 15049,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 15050,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 15051,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 15052,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 15053,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 15054,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 15055,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 15056,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 15057,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 15058,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 15059,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 15060,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 15061,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 15062,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 15063,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 15064,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 15065,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 15066,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 15067,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 15068,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 15069,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 15070,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 15071,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 15072,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 15073,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 15074,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 15075,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 15076,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 15077,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 15078,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 15079,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 15080,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 15081,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 15082,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 15083,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 15084,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15085,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15086,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15087,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15088,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15089,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15090,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15091,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15092,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15093,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15094,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15095,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15096,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15097,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15098,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15099,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15100,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15101,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15102,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15103,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15104,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15105,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15106,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15107,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15108,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15109,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15110,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15111,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15112,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15113,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15114,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15115,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15116,
"properties": {
"facing": "west",
"half": "bottom",
@@ -81730,7 +81730,7 @@
}
},
{
- "id": 15085,
+ "id": 15117,
"properties": {
"facing": "east",
"half": "top",
@@ -81739,7 +81739,7 @@
}
},
{
- "id": 15086,
+ "id": 15118,
"properties": {
"facing": "east",
"half": "top",
@@ -81748,7 +81748,7 @@
}
},
{
- "id": 15087,
+ "id": 15119,
"properties": {
"facing": "east",
"half": "top",
@@ -81757,7 +81757,7 @@
}
},
{
- "id": 15088,
+ "id": 15120,
"properties": {
"facing": "east",
"half": "top",
@@ -81766,7 +81766,7 @@
}
},
{
- "id": 15089,
+ "id": 15121,
"properties": {
"facing": "east",
"half": "top",
@@ -81775,7 +81775,7 @@
}
},
{
- "id": 15090,
+ "id": 15122,
"properties": {
"facing": "east",
"half": "top",
@@ -81784,7 +81784,7 @@
}
},
{
- "id": 15091,
+ "id": 15123,
"properties": {
"facing": "east",
"half": "top",
@@ -81793,7 +81793,7 @@
}
},
{
- "id": 15092,
+ "id": 15124,
"properties": {
"facing": "east",
"half": "top",
@@ -81802,7 +81802,7 @@
}
},
{
- "id": 15093,
+ "id": 15125,
"properties": {
"facing": "east",
"half": "top",
@@ -81811,7 +81811,7 @@
}
},
{
- "id": 15094,
+ "id": 15126,
"properties": {
"facing": "east",
"half": "top",
@@ -81820,7 +81820,7 @@
}
},
{
- "id": 15095,
+ "id": 15127,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81829,7 +81829,7 @@
}
},
{
- "id": 15096,
+ "id": 15128,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81838,7 +81838,7 @@
}
},
{
- "id": 15097,
+ "id": 15129,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81847,7 +81847,7 @@
}
},
{
- "id": 15098,
+ "id": 15130,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81856,7 +81856,7 @@
}
},
{
- "id": 15099,
+ "id": 15131,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81865,7 +81865,7 @@
}
},
{
- "id": 15100,
+ "id": 15132,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81874,7 +81874,7 @@
}
},
{
- "id": 15101,
+ "id": 15133,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81883,7 +81883,7 @@
}
},
{
- "id": 15102,
+ "id": 15134,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81892,7 +81892,7 @@
}
},
{
- "id": 15103,
+ "id": 15135,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81901,7 +81901,7 @@
}
},
{
- "id": 15104,
+ "id": 15136,
"properties": {
"facing": "east",
"half": "bottom",
@@ -81948,7 +81948,7 @@
},
"states": [
{
- "id": 19071,
+ "id": 19103,
"properties": {
"east": "none",
"north": "none",
@@ -81959,7 +81959,7 @@
}
},
{
- "id": 19072,
+ "id": 19104,
"properties": {
"east": "none",
"north": "none",
@@ -81970,7 +81970,7 @@
}
},
{
- "id": 19073,
+ "id": 19105,
"properties": {
"east": "none",
"north": "none",
@@ -81982,718 +81982,366 @@
},
{
"default": true,
- "id": 19074,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19075,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19076,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19077,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19078,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19079,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19080,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19081,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19082,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19083,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19084,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19085,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19086,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19087,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19088,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19089,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19090,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19091,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19092,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19093,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19094,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19095,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19096,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19097,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19098,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19099,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19100,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19101,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19102,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19103,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19104,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19105,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 19106,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19107,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19108,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19109,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19110,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19111,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19112,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19113,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19114,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19115,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19116,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19117,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19118,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19119,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19120,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19121,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19122,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19123,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19124,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19125,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19126,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19127,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19128,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19129,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19130,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19131,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19132,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19133,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19134,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19135,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19136,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19137,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19138,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -82701,10 +82349,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -82712,10 +82360,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -82723,10 +82371,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -82734,362 +82382,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19143,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19144,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19145,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19146,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19147,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19148,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19149,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19150,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19151,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19152,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19153,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19154,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19155,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19156,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19157,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19158,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19159,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19160,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19161,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19162,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19163,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19164,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19165,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19166,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19167,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19168,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19169,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19170,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19171,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19172,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19173,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19174,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -83097,10 +82745,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -83108,14 +82756,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19177,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19178,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19179,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19180,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19181,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19182,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19183,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19184,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19185,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19186,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19187,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19188,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19189,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19190,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19191,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19192,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19193,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19194,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19195,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19196,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19197,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19198,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19199,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19200,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19201,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19202,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19203,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19204,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19205,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19206,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19207,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19208,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19209,
"properties": {
"east": "none",
"north": "tall",
@@ -83126,7 +83126,7 @@
}
},
{
- "id": 19178,
+ "id": 19210,
"properties": {
"east": "none",
"north": "tall",
@@ -83136,367 +83136,15 @@
"west": "tall"
}
},
- {
- "id": 19179,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19180,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19181,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19182,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19183,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19184,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19185,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19186,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19187,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19188,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19189,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19190,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19191,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19192,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19193,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19194,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19195,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19196,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19197,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19198,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19199,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19200,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19201,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19202,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19203,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19204,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19205,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19206,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19207,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19208,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19209,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19210,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 19211,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -83504,10 +83152,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -83515,10 +83163,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -83526,362 +83174,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19215,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19216,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19217,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19218,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19219,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19220,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19221,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19222,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19223,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19224,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19225,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19226,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19227,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19228,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19229,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19230,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19231,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19232,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19233,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19234,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19235,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19236,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19237,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19238,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19239,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19240,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19241,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19242,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19243,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19244,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19245,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19246,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -83889,10 +83537,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -83900,10 +83548,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -83911,10 +83559,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -83922,362 +83570,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19251,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19252,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19253,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19254,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19255,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19256,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19257,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19258,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19259,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19260,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19261,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19262,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19263,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19264,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19265,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19266,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19267,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19268,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19269,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19270,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19271,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19272,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19273,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19274,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19275,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19276,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 19277,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19278,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19279,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 19280,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19281,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 19282,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -84285,10 +83933,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -84296,14 +83944,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19285,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19286,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19287,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19288,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19289,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19290,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19291,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19292,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19293,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19294,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19295,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19296,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19297,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19298,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19299,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19300,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19301,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19302,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19303,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19304,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19305,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19306,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19307,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19308,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19309,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19310,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19311,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19312,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19313,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19314,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19315,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19316,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19317,
"properties": {
"east": "low",
"north": "tall",
@@ -84314,7 +84314,7 @@
}
},
{
- "id": 19286,
+ "id": 19318,
"properties": {
"east": "low",
"north": "tall",
@@ -84324,367 +84324,15 @@
"west": "tall"
}
},
- {
- "id": 19287,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19288,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19289,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19290,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19291,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19292,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19293,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19294,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19295,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19296,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19297,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19298,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19299,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19300,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19301,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19302,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19303,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19304,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19305,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19306,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19307,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19308,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19309,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19310,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19311,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19312,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19313,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19314,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19315,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19316,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19317,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19318,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 19319,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -84692,14 +84340,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19321,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19322,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19323,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19324,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19325,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19326,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19327,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19328,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19329,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19330,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19331,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19332,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19333,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19334,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19335,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19336,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19337,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19338,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19339,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19340,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19341,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19342,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19343,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19344,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19345,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19346,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19347,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19348,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19349,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19350,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19351,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19352,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19353,
"properties": {
"east": "tall",
"north": "none",
@@ -84710,7 +84710,7 @@
}
},
{
- "id": 19322,
+ "id": 19354,
"properties": {
"east": "tall",
"north": "none",
@@ -84720,367 +84720,15 @@
"west": "tall"
}
},
- {
- "id": 19323,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19324,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19325,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19326,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19327,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19328,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19329,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19330,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19331,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19332,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19333,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19334,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19335,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19336,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19337,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19338,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19339,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19340,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19341,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19342,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19343,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19344,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19345,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19346,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19347,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19348,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19349,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19350,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19351,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19352,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19353,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19354,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 19355,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -85088,14 +84736,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19357,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19358,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19359,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19360,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19361,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19362,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19363,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19364,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19365,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19366,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19367,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19368,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19369,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19370,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19371,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19372,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19373,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19374,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19375,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19376,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19377,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19378,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19379,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19380,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19381,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19382,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19383,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19384,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19385,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19386,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19387,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19388,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19389,
"properties": {
"east": "tall",
"north": "low",
@@ -85106,7 +85106,7 @@
}
},
{
- "id": 19358,
+ "id": 19390,
"properties": {
"east": "tall",
"north": "low",
@@ -85116,371 +85116,371 @@
"west": "tall"
}
},
- {
- "id": 19359,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19360,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19361,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19362,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19363,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19364,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19365,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19366,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19367,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19368,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19369,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19370,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19371,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19372,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19373,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19374,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19375,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19376,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19377,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19378,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19379,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19380,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19381,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19382,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19383,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19384,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19385,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19386,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19387,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19388,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19389,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19390,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 19391,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19392,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19393,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19394,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19395,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19396,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19397,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19398,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19399,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19400,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19401,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19402,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19403,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19404,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19405,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19406,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19407,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19408,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19409,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19410,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19411,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19412,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19413,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19414,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19415,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19416,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19417,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19418,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19419,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19420,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19421,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19422,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19423,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19424,
"properties": {
"east": "tall",
"north": "tall",
@@ -85491,7 +85491,7 @@
}
},
{
- "id": 19393,
+ "id": 19425,
"properties": {
"east": "tall",
"north": "tall",
@@ -85502,7 +85502,7 @@
}
},
{
- "id": 19394,
+ "id": 19426,
"properties": {
"east": "tall",
"north": "tall",
@@ -85993,6 +85993,289 @@
}
]
},
+ "minecraft:dried_ghast": {
+ "definition": {
+ "type": "minecraft:dried_ghast",
+ "properties": {}
+ },
+ "properties": {
+ "facing": [
+ "north",
+ "south",
+ "west",
+ "east"
+ ],
+ "hydration": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "waterlogged": [
+ "true",
+ "false"
+ ]
+ },
+ "states": [
+ {
+ "id": 13826,
+ "properties": {
+ "facing": "north",
+ "hydration": "0",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "default": true,
+ "id": 13827,
+ "properties": {
+ "facing": "north",
+ "hydration": "0",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13828,
+ "properties": {
+ "facing": "north",
+ "hydration": "1",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13829,
+ "properties": {
+ "facing": "north",
+ "hydration": "1",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13830,
+ "properties": {
+ "facing": "north",
+ "hydration": "2",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13831,
+ "properties": {
+ "facing": "north",
+ "hydration": "2",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13832,
+ "properties": {
+ "facing": "north",
+ "hydration": "3",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13833,
+ "properties": {
+ "facing": "north",
+ "hydration": "3",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13834,
+ "properties": {
+ "facing": "south",
+ "hydration": "0",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13835,
+ "properties": {
+ "facing": "south",
+ "hydration": "0",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13836,
+ "properties": {
+ "facing": "south",
+ "hydration": "1",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13837,
+ "properties": {
+ "facing": "south",
+ "hydration": "1",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13838,
+ "properties": {
+ "facing": "south",
+ "hydration": "2",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13839,
+ "properties": {
+ "facing": "south",
+ "hydration": "2",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13840,
+ "properties": {
+ "facing": "south",
+ "hydration": "3",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13841,
+ "properties": {
+ "facing": "south",
+ "hydration": "3",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13842,
+ "properties": {
+ "facing": "west",
+ "hydration": "0",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13843,
+ "properties": {
+ "facing": "west",
+ "hydration": "0",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13844,
+ "properties": {
+ "facing": "west",
+ "hydration": "1",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13845,
+ "properties": {
+ "facing": "west",
+ "hydration": "1",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13846,
+ "properties": {
+ "facing": "west",
+ "hydration": "2",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13847,
+ "properties": {
+ "facing": "west",
+ "hydration": "2",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13848,
+ "properties": {
+ "facing": "west",
+ "hydration": "3",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13849,
+ "properties": {
+ "facing": "west",
+ "hydration": "3",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13850,
+ "properties": {
+ "facing": "east",
+ "hydration": "0",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13851,
+ "properties": {
+ "facing": "east",
+ "hydration": "0",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13852,
+ "properties": {
+ "facing": "east",
+ "hydration": "1",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13853,
+ "properties": {
+ "facing": "east",
+ "hydration": "1",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13854,
+ "properties": {
+ "facing": "east",
+ "hydration": "2",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13855,
+ "properties": {
+ "facing": "east",
+ "hydration": "2",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 13856,
+ "properties": {
+ "facing": "east",
+ "hydration": "3",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 13857,
+ "properties": {
+ "facing": "east",
+ "hydration": "3",
+ "waterlogged": "false"
+ }
+ }
+ ]
+ },
"minecraft:dried_kelp_block": {
"definition": {
"type": "minecraft:block",
@@ -86013,7 +86296,7 @@
"states": [
{
"default": true,
- "id": 25796
+ "id": 25828
}
]
},
@@ -86351,21 +86634,21 @@
},
"states": [
{
- "id": 15135,
+ "id": 15167,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15136,
+ "id": 15168,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15137,
+ "id": 15169,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -86373,21 +86656,21 @@
},
{
"default": true,
- "id": 15138,
+ "id": 15170,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15139,
+ "id": 15171,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15140,
+ "id": 15172,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -86428,7 +86711,7 @@
},
"states": [
{
- "id": 14385,
+ "id": 14417,
"properties": {
"facing": "north",
"half": "top",
@@ -86437,7 +86720,7 @@
}
},
{
- "id": 14386,
+ "id": 14418,
"properties": {
"facing": "north",
"half": "top",
@@ -86446,7 +86729,7 @@
}
},
{
- "id": 14387,
+ "id": 14419,
"properties": {
"facing": "north",
"half": "top",
@@ -86455,7 +86738,7 @@
}
},
{
- "id": 14388,
+ "id": 14420,
"properties": {
"facing": "north",
"half": "top",
@@ -86464,7 +86747,7 @@
}
},
{
- "id": 14389,
+ "id": 14421,
"properties": {
"facing": "north",
"half": "top",
@@ -86473,7 +86756,7 @@
}
},
{
- "id": 14390,
+ "id": 14422,
"properties": {
"facing": "north",
"half": "top",
@@ -86482,7 +86765,7 @@
}
},
{
- "id": 14391,
+ "id": 14423,
"properties": {
"facing": "north",
"half": "top",
@@ -86491,7 +86774,7 @@
}
},
{
- "id": 14392,
+ "id": 14424,
"properties": {
"facing": "north",
"half": "top",
@@ -86500,7 +86783,7 @@
}
},
{
- "id": 14393,
+ "id": 14425,
"properties": {
"facing": "north",
"half": "top",
@@ -86509,7 +86792,7 @@
}
},
{
- "id": 14394,
+ "id": 14426,
"properties": {
"facing": "north",
"half": "top",
@@ -86518,7 +86801,7 @@
}
},
{
- "id": 14395,
+ "id": 14427,
"properties": {
"facing": "north",
"half": "bottom",
@@ -86528,439 +86811,439 @@
},
{
"default": true,
- "id": 14396,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14397,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14398,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14399,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14400,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14401,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14402,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14403,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14404,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14405,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14406,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14407,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14408,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14409,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14410,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14411,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14412,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14413,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14414,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14415,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14416,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14417,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14418,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14419,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14420,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14421,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14422,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14423,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14424,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14425,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14426,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14427,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14428,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14429,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14430,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14431,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14432,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14433,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14434,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14435,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14436,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14437,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14438,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14439,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14440,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14441,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14442,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14443,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14444,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14445,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14446,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14447,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14448,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14449,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14450,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14451,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14452,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14453,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14454,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14455,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14456,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14457,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14458,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14459,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14460,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14461,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14462,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14463,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14464,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14465,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14466,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14467,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14468,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14469,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14470,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14471,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14472,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14473,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14474,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14475,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14476,
"properties": {
"facing": "west",
"half": "bottom",
@@ -86969,7 +87252,7 @@
}
},
{
- "id": 14445,
+ "id": 14477,
"properties": {
"facing": "east",
"half": "top",
@@ -86978,7 +87261,7 @@
}
},
{
- "id": 14446,
+ "id": 14478,
"properties": {
"facing": "east",
"half": "top",
@@ -86987,7 +87270,7 @@
}
},
{
- "id": 14447,
+ "id": 14479,
"properties": {
"facing": "east",
"half": "top",
@@ -86996,7 +87279,7 @@
}
},
{
- "id": 14448,
+ "id": 14480,
"properties": {
"facing": "east",
"half": "top",
@@ -87005,7 +87288,7 @@
}
},
{
- "id": 14449,
+ "id": 14481,
"properties": {
"facing": "east",
"half": "top",
@@ -87014,7 +87297,7 @@
}
},
{
- "id": 14450,
+ "id": 14482,
"properties": {
"facing": "east",
"half": "top",
@@ -87023,7 +87306,7 @@
}
},
{
- "id": 14451,
+ "id": 14483,
"properties": {
"facing": "east",
"half": "top",
@@ -87032,7 +87315,7 @@
}
},
{
- "id": 14452,
+ "id": 14484,
"properties": {
"facing": "east",
"half": "top",
@@ -87041,7 +87324,7 @@
}
},
{
- "id": 14453,
+ "id": 14485,
"properties": {
"facing": "east",
"half": "top",
@@ -87050,7 +87333,7 @@
}
},
{
- "id": 14454,
+ "id": 14486,
"properties": {
"facing": "east",
"half": "top",
@@ -87059,7 +87342,7 @@
}
},
{
- "id": 14455,
+ "id": 14487,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87068,7 +87351,7 @@
}
},
{
- "id": 14456,
+ "id": 14488,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87077,7 +87360,7 @@
}
},
{
- "id": 14457,
+ "id": 14489,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87086,7 +87369,7 @@
}
},
{
- "id": 14458,
+ "id": 14490,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87095,7 +87378,7 @@
}
},
{
- "id": 14459,
+ "id": 14491,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87104,7 +87387,7 @@
}
},
{
- "id": 14460,
+ "id": 14492,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87113,7 +87396,7 @@
}
},
{
- "id": 14461,
+ "id": 14493,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87122,7 +87405,7 @@
}
},
{
- "id": 14462,
+ "id": 14494,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87131,7 +87414,7 @@
}
},
{
- "id": 14463,
+ "id": 14495,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87140,7 +87423,7 @@
}
},
{
- "id": 14464,
+ "id": 14496,
"properties": {
"facing": "east",
"half": "bottom",
@@ -87187,7 +87470,7 @@
},
"states": [
{
- "id": 18747,
+ "id": 18779,
"properties": {
"east": "none",
"north": "none",
@@ -87198,7 +87481,7 @@
}
},
{
- "id": 18748,
+ "id": 18780,
"properties": {
"east": "none",
"north": "none",
@@ -87209,7 +87492,7 @@
}
},
{
- "id": 18749,
+ "id": 18781,
"properties": {
"east": "none",
"north": "none",
@@ -87221,718 +87504,366 @@
},
{
"default": true,
- "id": 18750,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18751,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18752,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18753,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18754,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18755,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18756,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18757,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18758,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18759,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18760,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18761,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18762,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18763,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18764,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18765,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18766,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18767,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18768,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18769,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18770,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18771,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18772,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18773,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18774,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18775,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18776,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18777,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18778,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18779,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18780,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18781,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 18782,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18783,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18784,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18785,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18786,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18787,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18788,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18789,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18790,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18791,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18792,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18793,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18794,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18795,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18796,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18797,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18798,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18799,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18800,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18801,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18802,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18803,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18804,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18805,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18806,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18807,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18808,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18809,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18810,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18811,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18812,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18813,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18814,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -87940,10 +87871,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -87951,10 +87882,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -87962,10 +87893,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -87973,362 +87904,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18819,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18820,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18821,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18822,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18823,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18824,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18825,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18826,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18827,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18828,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18829,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18830,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18831,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18832,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18833,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18834,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18835,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18836,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18837,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18838,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18839,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18840,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18841,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18842,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18843,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18844,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18845,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18846,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18847,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18848,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18849,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18850,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -88336,10 +88267,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -88347,14 +88278,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18853,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18854,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18855,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18856,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18857,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18858,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18859,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18860,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18861,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18862,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18863,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18864,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18865,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18866,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18867,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18868,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18869,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18870,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18871,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18872,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18873,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18874,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18875,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18876,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18877,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18878,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18879,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18880,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18881,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18882,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18883,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18884,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18885,
"properties": {
"east": "none",
"north": "tall",
@@ -88365,7 +88648,7 @@
}
},
{
- "id": 18854,
+ "id": 18886,
"properties": {
"east": "none",
"north": "tall",
@@ -88375,367 +88658,15 @@
"west": "tall"
}
},
- {
- "id": 18855,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18856,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18857,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18858,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18859,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18860,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18861,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18862,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18863,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18864,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18865,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18866,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18867,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18868,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18869,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18870,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18871,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18872,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18873,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18874,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18875,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18876,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18877,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18878,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18879,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18880,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18881,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18882,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18883,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18884,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18885,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18886,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18887,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -88743,10 +88674,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -88754,10 +88685,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -88765,362 +88696,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18891,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18892,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18893,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18894,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18895,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18896,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18897,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18898,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18899,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18900,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18901,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18902,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18903,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18904,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18905,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18906,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18907,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18908,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18909,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18910,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18911,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18912,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18913,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18914,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18915,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18916,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18917,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18918,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18919,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18920,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18921,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18922,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -89128,10 +89059,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -89139,10 +89070,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -89150,10 +89081,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -89161,362 +89092,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18927,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18928,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18929,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18930,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18931,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18932,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18933,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18934,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18935,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18936,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18937,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18938,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18939,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18940,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18941,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18942,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18943,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18944,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18945,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18946,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18947,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18948,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18949,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18950,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18951,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18952,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18953,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18954,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18955,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18956,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18957,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18958,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -89524,10 +89455,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -89535,14 +89466,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18961,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18962,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18963,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18964,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18965,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18966,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18967,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18968,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18969,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18970,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18971,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18972,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18973,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18974,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18975,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18976,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18977,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18978,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18979,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18980,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18981,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18982,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18983,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18984,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18985,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18986,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18987,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18988,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18989,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18990,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18991,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18992,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18993,
"properties": {
"east": "low",
"north": "tall",
@@ -89553,7 +89836,7 @@
}
},
{
- "id": 18962,
+ "id": 18994,
"properties": {
"east": "low",
"north": "tall",
@@ -89563,367 +89846,15 @@
"west": "tall"
}
},
- {
- "id": 18963,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18964,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18965,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18966,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18967,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18968,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18969,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18970,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18971,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18972,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18973,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18974,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18975,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18976,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18977,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18978,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18979,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18980,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18981,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18982,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18983,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18984,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18985,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18986,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18987,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18988,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18989,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18990,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18991,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18992,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18993,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18994,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18995,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -89931,14 +89862,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18997,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18998,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18999,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19000,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19001,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19002,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19003,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19004,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19005,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19006,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19007,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19008,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19009,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19010,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19011,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19012,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19013,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19014,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19015,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19016,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19017,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19018,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19019,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19020,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19021,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19022,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19023,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19024,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19025,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19026,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19027,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19028,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19029,
"properties": {
"east": "tall",
"north": "none",
@@ -89949,7 +90232,7 @@
}
},
{
- "id": 18998,
+ "id": 19030,
"properties": {
"east": "tall",
"north": "none",
@@ -89959,367 +90242,15 @@
"west": "tall"
}
},
- {
- "id": 18999,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19000,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19001,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19002,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19003,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19004,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19005,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19006,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19007,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19008,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19009,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19010,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19011,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19012,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19013,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19014,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19015,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19016,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19017,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19018,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19019,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19020,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19021,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19022,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19023,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19024,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19025,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19026,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19027,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19028,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19029,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19030,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 19031,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -90327,14 +90258,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 19033,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19034,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19035,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19036,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19037,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19038,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19039,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19040,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19041,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19042,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19043,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19044,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19045,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19046,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19047,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19048,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19049,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19050,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19051,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19052,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19053,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19054,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19055,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19056,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19057,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19058,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19059,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19060,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19061,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19062,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19063,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19064,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19065,
"properties": {
"east": "tall",
"north": "low",
@@ -90345,7 +90628,7 @@
}
},
{
- "id": 19034,
+ "id": 19066,
"properties": {
"east": "tall",
"north": "low",
@@ -90355,371 +90638,371 @@
"west": "tall"
}
},
- {
- "id": 19035,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19036,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19037,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19038,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19039,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19040,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19041,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19042,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19043,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19044,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19045,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19046,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19047,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19048,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19049,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19050,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19051,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19052,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19053,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19054,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19055,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19056,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19057,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19058,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19059,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19060,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 19061,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 19062,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 19063,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 19064,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 19065,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 19066,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 19067,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 19068,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19069,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19070,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19071,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19072,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19073,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19074,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19075,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19076,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19077,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19078,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19079,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19080,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19081,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19082,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19083,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19084,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19085,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19086,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19087,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19088,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19089,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19090,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19091,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19092,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19093,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19094,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19095,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19096,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19097,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 19098,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 19099,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 19100,
"properties": {
"east": "tall",
"north": "tall",
@@ -90730,7 +91013,7 @@
}
},
{
- "id": 19069,
+ "id": 19101,
"properties": {
"east": "tall",
"north": "tall",
@@ -90741,7 +91024,7 @@
}
},
{
- "id": 19070,
+ "id": 19102,
"properties": {
"east": "tall",
"north": "tall",
@@ -90851,7 +91134,7 @@
"states": [
{
"default": true,
- "id": 23978
+ "id": 24010
}
]
},
@@ -90864,7 +91147,7 @@
"states": [
{
"default": true,
- "id": 23967
+ "id": 23999
}
]
},
@@ -90886,21 +91169,21 @@
},
"states": [
{
- "id": 25724,
+ "id": 25756,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25725,
+ "id": 25757,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25726,
+ "id": 25758,
"properties": {
"lit": "false",
"powered": "true"
@@ -90908,7 +91191,7 @@
},
{
"default": true,
- "id": 25727,
+ "id": 25759,
"properties": {
"lit": "false",
"powered": "false"
@@ -90949,7 +91232,7 @@
},
"states": [
{
- "id": 24744,
+ "id": 24776,
"properties": {
"facing": "north",
"half": "upper",
@@ -90959,7 +91242,7 @@
}
},
{
- "id": 24745,
+ "id": 24777,
"properties": {
"facing": "north",
"half": "upper",
@@ -90969,7 +91252,7 @@
}
},
{
- "id": 24746,
+ "id": 24778,
"properties": {
"facing": "north",
"half": "upper",
@@ -90979,7 +91262,7 @@
}
},
{
- "id": 24747,
+ "id": 24779,
"properties": {
"facing": "north",
"half": "upper",
@@ -90989,7 +91272,7 @@
}
},
{
- "id": 24748,
+ "id": 24780,
"properties": {
"facing": "north",
"half": "upper",
@@ -90999,7 +91282,7 @@
}
},
{
- "id": 24749,
+ "id": 24781,
"properties": {
"facing": "north",
"half": "upper",
@@ -91009,7 +91292,7 @@
}
},
{
- "id": 24750,
+ "id": 24782,
"properties": {
"facing": "north",
"half": "upper",
@@ -91019,7 +91302,7 @@
}
},
{
- "id": 24751,
+ "id": 24783,
"properties": {
"facing": "north",
"half": "upper",
@@ -91029,7 +91312,7 @@
}
},
{
- "id": 24752,
+ "id": 24784,
"properties": {
"facing": "north",
"half": "lower",
@@ -91039,7 +91322,7 @@
}
},
{
- "id": 24753,
+ "id": 24785,
"properties": {
"facing": "north",
"half": "lower",
@@ -91049,7 +91332,7 @@
}
},
{
- "id": 24754,
+ "id": 24786,
"properties": {
"facing": "north",
"half": "lower",
@@ -91060,329 +91343,9 @@
},
{
"default": true,
- "id": 24755,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24756,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24757,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24758,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24759,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24760,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24761,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24762,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24763,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24764,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24765,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24766,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24767,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24768,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24769,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24770,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24771,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24772,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24773,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24774,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24775,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24776,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24777,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24778,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24779,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24780,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24781,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24782,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24783,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24784,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24785,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24786,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 24787,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -91392,7 +91355,7 @@
{
"id": 24788,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -91402,7 +91365,7 @@
{
"id": 24789,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -91412,7 +91375,7 @@
{
"id": 24790,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -91422,7 +91385,7 @@
{
"id": 24791,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -91432,7 +91395,7 @@
{
"id": 24792,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -91442,7 +91405,7 @@
{
"id": 24793,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -91452,7 +91415,7 @@
{
"id": 24794,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -91462,7 +91425,7 @@
{
"id": 24795,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -91472,7 +91435,7 @@
{
"id": 24796,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -91482,7 +91445,7 @@
{
"id": 24797,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -91492,7 +91455,7 @@
{
"id": 24798,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -91502,7 +91465,7 @@
{
"id": 24799,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -91512,7 +91475,7 @@
{
"id": 24800,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -91522,7 +91485,7 @@
{
"id": 24801,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -91532,7 +91495,7 @@
{
"id": 24802,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -91542,7 +91505,7 @@
{
"id": 24803,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -91552,7 +91515,7 @@
{
"id": 24804,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -91562,7 +91525,7 @@
{
"id": 24805,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -91572,7 +91535,7 @@
{
"id": 24806,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -91581,6 +91544,326 @@
},
{
"id": 24807,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24808,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24809,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24810,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24811,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24812,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24813,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24814,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24815,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24816,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24817,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24818,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24819,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24820,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24821,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24822,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24823,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24824,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24825,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24826,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24827,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24828,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24829,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24830,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24831,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24832,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24833,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24834,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24835,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24836,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24837,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24838,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24839,
"properties": {
"facing": "east",
"half": "lower",
@@ -91605,14 +91888,14 @@
},
"states": [
{
- "id": 25706,
+ "id": 25738,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25707,
+ "id": 25739,
"properties": {
"waterlogged": "false"
}
@@ -91652,7 +91935,7 @@
},
"states": [
{
- "id": 25256,
+ "id": 25288,
"properties": {
"facing": "north",
"half": "top",
@@ -91662,7 +91945,7 @@
}
},
{
- "id": 25257,
+ "id": 25289,
"properties": {
"facing": "north",
"half": "top",
@@ -91672,7 +91955,7 @@
}
},
{
- "id": 25258,
+ "id": 25290,
"properties": {
"facing": "north",
"half": "top",
@@ -91682,7 +91965,7 @@
}
},
{
- "id": 25259,
+ "id": 25291,
"properties": {
"facing": "north",
"half": "top",
@@ -91692,7 +91975,7 @@
}
},
{
- "id": 25260,
+ "id": 25292,
"properties": {
"facing": "north",
"half": "top",
@@ -91702,7 +91985,7 @@
}
},
{
- "id": 25261,
+ "id": 25293,
"properties": {
"facing": "north",
"half": "top",
@@ -91712,7 +91995,7 @@
}
},
{
- "id": 25262,
+ "id": 25294,
"properties": {
"facing": "north",
"half": "top",
@@ -91722,7 +92005,7 @@
}
},
{
- "id": 25263,
+ "id": 25295,
"properties": {
"facing": "north",
"half": "top",
@@ -91732,7 +92015,7 @@
}
},
{
- "id": 25264,
+ "id": 25296,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91742,7 +92025,7 @@
}
},
{
- "id": 25265,
+ "id": 25297,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91752,7 +92035,7 @@
}
},
{
- "id": 25266,
+ "id": 25298,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91762,7 +92045,7 @@
}
},
{
- "id": 25267,
+ "id": 25299,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91772,7 +92055,7 @@
}
},
{
- "id": 25268,
+ "id": 25300,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91782,7 +92065,7 @@
}
},
{
- "id": 25269,
+ "id": 25301,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91792,7 +92075,7 @@
}
},
{
- "id": 25270,
+ "id": 25302,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91803,7 +92086,7 @@
},
{
"default": true,
- "id": 25271,
+ "id": 25303,
"properties": {
"facing": "north",
"half": "bottom",
@@ -91812,330 +92095,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25272,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25273,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25274,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25275,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25276,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25277,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25278,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25279,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25280,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25281,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25282,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25283,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25284,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25285,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25286,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25287,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25288,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25289,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25290,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25291,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25292,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25293,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25294,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25295,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25296,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25297,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25298,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25299,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25300,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25301,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25302,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25303,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25304,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -92145,7 +92108,7 @@
{
"id": 25305,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -92155,7 +92118,7 @@
{
"id": 25306,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -92165,7 +92128,7 @@
{
"id": 25307,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -92175,7 +92138,7 @@
{
"id": 25308,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -92185,7 +92148,7 @@
{
"id": 25309,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -92195,7 +92158,7 @@
{
"id": 25310,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -92205,7 +92168,7 @@
{
"id": 25311,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -92215,7 +92178,7 @@
{
"id": 25312,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -92225,7 +92188,7 @@
{
"id": 25313,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -92235,7 +92198,7 @@
{
"id": 25314,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -92245,7 +92208,7 @@
{
"id": 25315,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -92255,7 +92218,7 @@
{
"id": 25316,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -92265,7 +92228,7 @@
{
"id": 25317,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -92275,7 +92238,7 @@
{
"id": 25318,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -92284,6 +92247,326 @@
},
{
"id": 25319,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25320,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25321,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25322,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25323,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25324,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25325,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25326,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25327,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25328,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25329,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25330,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25331,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25332,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25333,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25334,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25335,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25336,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25337,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25338,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25339,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25340,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25341,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25342,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25343,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25344,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25345,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25346,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25347,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25348,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25349,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25350,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25351,
"properties": {
"facing": "east",
"half": "bottom",
@@ -92303,7 +92586,7 @@
"states": [
{
"default": true,
- "id": 23974
+ "id": 24006
}
]
},
@@ -92326,21 +92609,21 @@
},
"states": [
{
- "id": 24316,
+ "id": 24348,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24317,
+ "id": 24349,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24318,
+ "id": 24350,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -92348,21 +92631,21 @@
},
{
"default": true,
- "id": 24319,
+ "id": 24351,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24320,
+ "id": 24352,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24321,
+ "id": 24353,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -92404,7 +92687,7 @@
},
"states": [
{
- "id": 24144,
+ "id": 24176,
"properties": {
"facing": "north",
"half": "top",
@@ -92413,7 +92696,7 @@
}
},
{
- "id": 24145,
+ "id": 24177,
"properties": {
"facing": "north",
"half": "top",
@@ -92422,7 +92705,7 @@
}
},
{
- "id": 24146,
+ "id": 24178,
"properties": {
"facing": "north",
"half": "top",
@@ -92431,7 +92714,7 @@
}
},
{
- "id": 24147,
+ "id": 24179,
"properties": {
"facing": "north",
"half": "top",
@@ -92440,7 +92723,7 @@
}
},
{
- "id": 24148,
+ "id": 24180,
"properties": {
"facing": "north",
"half": "top",
@@ -92449,7 +92732,7 @@
}
},
{
- "id": 24149,
+ "id": 24181,
"properties": {
"facing": "north",
"half": "top",
@@ -92458,7 +92741,7 @@
}
},
{
- "id": 24150,
+ "id": 24182,
"properties": {
"facing": "north",
"half": "top",
@@ -92467,7 +92750,7 @@
}
},
{
- "id": 24151,
+ "id": 24183,
"properties": {
"facing": "north",
"half": "top",
@@ -92476,7 +92759,7 @@
}
},
{
- "id": 24152,
+ "id": 24184,
"properties": {
"facing": "north",
"half": "top",
@@ -92485,7 +92768,7 @@
}
},
{
- "id": 24153,
+ "id": 24185,
"properties": {
"facing": "north",
"half": "top",
@@ -92494,7 +92777,7 @@
}
},
{
- "id": 24154,
+ "id": 24186,
"properties": {
"facing": "north",
"half": "bottom",
@@ -92504,439 +92787,439 @@
},
{
"default": true,
- "id": 24155,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24156,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24157,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24158,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24159,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24160,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24161,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24162,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24163,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24164,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24165,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24166,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24167,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24168,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24169,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24170,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24171,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24172,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24173,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24174,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24175,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24176,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24177,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24178,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24179,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24180,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24181,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24182,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24183,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24184,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24185,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24186,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24187,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24188,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24189,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24190,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24191,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24192,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24193,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24194,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24195,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24196,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24197,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24198,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24199,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24200,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24201,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24202,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24203,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24204,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24205,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24206,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24207,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24208,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24209,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24210,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24211,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24212,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24213,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24214,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24215,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24216,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24217,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24218,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24219,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24220,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24221,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24222,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24223,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24224,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24225,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24226,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24227,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24228,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24229,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24230,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24231,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24232,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24233,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24234,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24235,
"properties": {
"facing": "west",
"half": "bottom",
@@ -92945,7 +93228,7 @@
}
},
{
- "id": 24204,
+ "id": 24236,
"properties": {
"facing": "east",
"half": "top",
@@ -92954,7 +93237,7 @@
}
},
{
- "id": 24205,
+ "id": 24237,
"properties": {
"facing": "east",
"half": "top",
@@ -92963,7 +93246,7 @@
}
},
{
- "id": 24206,
+ "id": 24238,
"properties": {
"facing": "east",
"half": "top",
@@ -92972,7 +93255,7 @@
}
},
{
- "id": 24207,
+ "id": 24239,
"properties": {
"facing": "east",
"half": "top",
@@ -92981,7 +93264,7 @@
}
},
{
- "id": 24208,
+ "id": 24240,
"properties": {
"facing": "east",
"half": "top",
@@ -92990,7 +93273,7 @@
}
},
{
- "id": 24209,
+ "id": 24241,
"properties": {
"facing": "east",
"half": "top",
@@ -92999,7 +93282,7 @@
}
},
{
- "id": 24210,
+ "id": 24242,
"properties": {
"facing": "east",
"half": "top",
@@ -93008,7 +93291,7 @@
}
},
{
- "id": 24211,
+ "id": 24243,
"properties": {
"facing": "east",
"half": "top",
@@ -93017,7 +93300,7 @@
}
},
{
- "id": 24212,
+ "id": 24244,
"properties": {
"facing": "east",
"half": "top",
@@ -93026,7 +93309,7 @@
}
},
{
- "id": 24213,
+ "id": 24245,
"properties": {
"facing": "east",
"half": "top",
@@ -93035,7 +93318,7 @@
}
},
{
- "id": 24214,
+ "id": 24246,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93044,7 +93327,7 @@
}
},
{
- "id": 24215,
+ "id": 24247,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93053,7 +93336,7 @@
}
},
{
- "id": 24216,
+ "id": 24248,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93062,7 +93345,7 @@
}
},
{
- "id": 24217,
+ "id": 24249,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93071,7 +93354,7 @@
}
},
{
- "id": 24218,
+ "id": 24250,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93080,7 +93363,7 @@
}
},
{
- "id": 24219,
+ "id": 24251,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93089,7 +93372,7 @@
}
},
{
- "id": 24220,
+ "id": 24252,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93098,7 +93381,7 @@
}
},
{
- "id": 24221,
+ "id": 24253,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93107,7 +93390,7 @@
}
},
{
- "id": 24222,
+ "id": 24254,
"properties": {
"facing": "east",
"half": "bottom",
@@ -93116,7 +93399,7 @@
}
},
{
- "id": 24223,
+ "id": 24255,
"properties": {
"facing": "east",
"half": "bottom",
@@ -98903,13 +99186,13 @@
"states": [
{
"default": true,
- "id": 13852,
+ "id": 13884,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13853,
+ "id": 13885,
"properties": {
"waterlogged": "false"
}
@@ -98925,7 +99208,7 @@
"states": [
{
"default": true,
- "id": 13834
+ "id": 13866
}
]
},
@@ -98944,13 +99227,13 @@
"states": [
{
"default": true,
- "id": 13872,
+ "id": 13904,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13873,
+ "id": 13905,
"properties": {
"waterlogged": "false"
}
@@ -98978,56 +99261,56 @@
"states": [
{
"default": true,
- "id": 13940,
+ "id": 13972,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13941,
+ "id": 13973,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13942,
+ "id": 13974,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13943,
+ "id": 13975,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13944,
+ "id": 13976,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13945,
+ "id": 13977,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13946,
+ "id": 13978,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13947,
+ "id": 13979,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -99043,7 +99326,7 @@
"states": [
{
"default": true,
- "id": 27913
+ "id": 27945
}
]
},
@@ -99055,7 +99338,7 @@
"states": [
{
"default": true,
- "id": 19460
+ "id": 19492
}
]
},
@@ -99080,7 +99363,7 @@
"states": [
{
"default": true,
- "id": 25853
+ "id": 25885
}
]
},
@@ -99349,7 +99632,7 @@
"states": [
{
"default": true,
- "id": 27632
+ "id": 27664
}
]
},
@@ -99479,7 +99762,7 @@
"states": [
{
"default": true,
- "id": 21313
+ "id": 21345
}
]
},
@@ -101488,21 +101771,21 @@
},
"states": [
{
- "id": 15153,
+ "id": 15185,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15154,
+ "id": 15186,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15155,
+ "id": 15187,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -101510,21 +101793,21 @@
},
{
"default": true,
- "id": 15156,
+ "id": 15188,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15157,
+ "id": 15189,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15158,
+ "id": 15190,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -101565,7 +101848,7 @@
},
"states": [
{
- "id": 14705,
+ "id": 14737,
"properties": {
"facing": "north",
"half": "top",
@@ -101574,7 +101857,7 @@
}
},
{
- "id": 14706,
+ "id": 14738,
"properties": {
"facing": "north",
"half": "top",
@@ -101583,7 +101866,7 @@
}
},
{
- "id": 14707,
+ "id": 14739,
"properties": {
"facing": "north",
"half": "top",
@@ -101592,7 +101875,7 @@
}
},
{
- "id": 14708,
+ "id": 14740,
"properties": {
"facing": "north",
"half": "top",
@@ -101601,7 +101884,7 @@
}
},
{
- "id": 14709,
+ "id": 14741,
"properties": {
"facing": "north",
"half": "top",
@@ -101610,7 +101893,7 @@
}
},
{
- "id": 14710,
+ "id": 14742,
"properties": {
"facing": "north",
"half": "top",
@@ -101619,7 +101902,7 @@
}
},
{
- "id": 14711,
+ "id": 14743,
"properties": {
"facing": "north",
"half": "top",
@@ -101628,7 +101911,7 @@
}
},
{
- "id": 14712,
+ "id": 14744,
"properties": {
"facing": "north",
"half": "top",
@@ -101637,7 +101920,7 @@
}
},
{
- "id": 14713,
+ "id": 14745,
"properties": {
"facing": "north",
"half": "top",
@@ -101646,7 +101929,7 @@
}
},
{
- "id": 14714,
+ "id": 14746,
"properties": {
"facing": "north",
"half": "top",
@@ -101655,7 +101938,7 @@
}
},
{
- "id": 14715,
+ "id": 14747,
"properties": {
"facing": "north",
"half": "bottom",
@@ -101665,439 +101948,439 @@
},
{
"default": true,
- "id": 14716,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14717,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14718,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14719,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14720,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14721,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14722,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14723,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14724,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14725,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14726,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14727,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14728,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14729,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14730,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14731,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14732,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14733,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14734,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14735,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14736,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14737,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14738,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14739,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14740,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14741,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14742,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14743,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14744,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14745,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14746,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14747,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14748,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14749,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14750,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14751,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14752,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14753,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14754,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14755,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14756,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14757,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14758,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14759,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14760,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14761,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14762,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14763,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14764,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14765,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14766,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14767,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14768,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14769,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14770,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14771,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14772,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14773,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14774,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14775,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14776,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14777,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14778,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14779,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14780,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14781,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14782,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14783,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14784,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14785,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14786,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14787,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14788,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14789,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14790,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14791,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14792,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14793,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14794,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14795,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14796,
"properties": {
"facing": "west",
"half": "bottom",
@@ -102106,7 +102389,7 @@
}
},
{
- "id": 14765,
+ "id": 14797,
"properties": {
"facing": "east",
"half": "top",
@@ -102115,7 +102398,7 @@
}
},
{
- "id": 14766,
+ "id": 14798,
"properties": {
"facing": "east",
"half": "top",
@@ -102124,7 +102407,7 @@
}
},
{
- "id": 14767,
+ "id": 14799,
"properties": {
"facing": "east",
"half": "top",
@@ -102133,7 +102416,7 @@
}
},
{
- "id": 14768,
+ "id": 14800,
"properties": {
"facing": "east",
"half": "top",
@@ -102142,7 +102425,7 @@
}
},
{
- "id": 14769,
+ "id": 14801,
"properties": {
"facing": "east",
"half": "top",
@@ -102151,7 +102434,7 @@
}
},
{
- "id": 14770,
+ "id": 14802,
"properties": {
"facing": "east",
"half": "top",
@@ -102160,7 +102443,7 @@
}
},
{
- "id": 14771,
+ "id": 14803,
"properties": {
"facing": "east",
"half": "top",
@@ -102169,7 +102452,7 @@
}
},
{
- "id": 14772,
+ "id": 14804,
"properties": {
"facing": "east",
"half": "top",
@@ -102178,7 +102461,7 @@
}
},
{
- "id": 14773,
+ "id": 14805,
"properties": {
"facing": "east",
"half": "top",
@@ -102187,7 +102470,7 @@
}
},
{
- "id": 14774,
+ "id": 14806,
"properties": {
"facing": "east",
"half": "top",
@@ -102196,7 +102479,7 @@
}
},
{
- "id": 14775,
+ "id": 14807,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102205,7 +102488,7 @@
}
},
{
- "id": 14776,
+ "id": 14808,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102214,7 +102497,7 @@
}
},
{
- "id": 14777,
+ "id": 14809,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102223,7 +102506,7 @@
}
},
{
- "id": 14778,
+ "id": 14810,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102232,7 +102515,7 @@
}
},
{
- "id": 14779,
+ "id": 14811,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102241,7 +102524,7 @@
}
},
{
- "id": 14780,
+ "id": 14812,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102250,7 +102533,7 @@
}
},
{
- "id": 14781,
+ "id": 14813,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102259,7 +102542,7 @@
}
},
{
- "id": 14782,
+ "id": 14814,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102268,7 +102551,7 @@
}
},
{
- "id": 14783,
+ "id": 14815,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102277,7 +102560,7 @@
}
},
{
- "id": 14784,
+ "id": 14816,
"properties": {
"facing": "east",
"half": "bottom",
@@ -102324,7 +102607,7 @@
},
"states": [
{
- "id": 16479,
+ "id": 16511,
"properties": {
"east": "none",
"north": "none",
@@ -102335,7 +102618,7 @@
}
},
{
- "id": 16480,
+ "id": 16512,
"properties": {
"east": "none",
"north": "none",
@@ -102346,7 +102629,7 @@
}
},
{
- "id": 16481,
+ "id": 16513,
"properties": {
"east": "none",
"north": "none",
@@ -102358,718 +102641,366 @@
},
{
"default": true,
- "id": 16482,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16483,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16484,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16485,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16486,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16487,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16488,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16489,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16490,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16491,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16492,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16493,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16494,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16495,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16496,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16497,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16498,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16499,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16500,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16501,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16502,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16503,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16504,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16505,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16506,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16507,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16508,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16509,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16510,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16511,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16512,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16513,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 16514,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16515,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16516,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16517,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16518,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16519,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16520,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16521,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16522,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16523,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16524,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16525,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16526,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16527,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16528,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16529,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16530,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16531,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16532,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16533,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16534,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16535,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16536,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16537,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16538,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16539,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16540,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16541,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16542,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16543,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16544,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16545,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16546,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -103077,10 +103008,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -103088,10 +103019,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -103099,10 +103030,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -103110,362 +103041,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16551,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16552,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16553,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16554,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16555,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16556,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16557,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16558,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16559,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16560,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16561,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16562,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16563,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16564,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16565,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16566,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16567,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16568,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16569,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16570,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16571,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16572,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16573,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16574,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16575,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16576,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16577,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16578,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16579,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16580,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16581,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16582,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -103473,10 +103404,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -103484,14 +103415,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16585,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16586,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16587,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16588,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16589,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16590,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16591,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16592,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16593,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16594,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16595,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16596,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16597,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16598,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16599,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16600,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16601,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16602,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16603,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16604,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16605,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16606,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16607,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16608,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16609,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16610,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16611,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16612,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16613,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16614,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16615,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16616,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16617,
"properties": {
"east": "none",
"north": "tall",
@@ -103502,7 +103785,7 @@
}
},
{
- "id": 16586,
+ "id": 16618,
"properties": {
"east": "none",
"north": "tall",
@@ -103512,367 +103795,15 @@
"west": "tall"
}
},
- {
- "id": 16587,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16588,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16589,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16590,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16591,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16592,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16593,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16594,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16595,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16596,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16597,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16598,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16599,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16600,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16601,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16602,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16603,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16604,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16605,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16606,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16607,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16608,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16609,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16610,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16611,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16612,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16613,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16614,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16615,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16616,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16617,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16618,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16619,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -103880,10 +103811,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -103891,10 +103822,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -103902,362 +103833,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16623,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16624,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16625,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16626,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16627,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16628,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16629,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16630,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16631,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16632,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16633,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16634,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16635,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16636,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16637,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16638,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16639,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16640,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16641,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16642,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16643,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16644,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16645,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16646,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16647,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16648,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16649,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16650,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16651,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16652,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16653,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16654,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -104265,10 +104196,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -104276,10 +104207,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -104287,10 +104218,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -104298,362 +104229,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16659,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16660,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16661,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16662,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16663,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16664,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16665,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16666,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16667,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16668,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16669,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16670,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16671,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16672,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16673,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16674,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16675,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16676,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16677,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16678,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16679,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16680,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16681,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16682,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16683,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16684,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16685,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16686,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16687,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16688,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16689,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16690,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -104661,10 +104592,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -104672,14 +104603,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16693,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16694,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16695,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16696,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16697,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16698,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16699,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16700,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16701,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16702,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16703,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16704,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16705,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16706,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16707,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16708,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16709,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16710,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16711,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16712,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16713,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16714,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16715,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16716,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16717,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16718,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16719,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16720,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16721,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16722,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16723,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16724,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16725,
"properties": {
"east": "low",
"north": "tall",
@@ -104690,7 +104973,7 @@
}
},
{
- "id": 16694,
+ "id": 16726,
"properties": {
"east": "low",
"north": "tall",
@@ -104700,367 +104983,15 @@
"west": "tall"
}
},
- {
- "id": 16695,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16696,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16697,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16698,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16699,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16700,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16701,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16702,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16703,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16704,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16705,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16706,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16707,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16708,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16709,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16710,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16711,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16712,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16713,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16714,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16715,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16716,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16717,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16718,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16719,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16720,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16721,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16722,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16723,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16724,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16725,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16726,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16727,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -105068,14 +104999,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16729,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16730,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16731,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16732,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16733,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16734,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16735,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16736,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16737,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16738,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16739,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16740,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16741,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16742,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16743,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16744,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16745,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16746,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16747,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16748,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16749,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16750,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16751,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16752,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16753,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16754,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16755,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16756,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16757,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16758,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16759,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16760,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16761,
"properties": {
"east": "tall",
"north": "none",
@@ -105086,7 +105369,7 @@
}
},
{
- "id": 16730,
+ "id": 16762,
"properties": {
"east": "tall",
"north": "none",
@@ -105096,367 +105379,15 @@
"west": "tall"
}
},
- {
- "id": 16731,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16732,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16733,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16734,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16735,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16736,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16737,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16738,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16739,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16740,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16741,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16742,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16743,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16744,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16745,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16746,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16747,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16748,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16749,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16750,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16751,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16752,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16753,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16754,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16755,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16756,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16757,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16758,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16759,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16760,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16761,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16762,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16763,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -105464,14 +105395,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16765,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16766,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16767,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16768,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16769,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16770,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16771,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16772,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16773,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16774,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16775,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16776,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16777,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16778,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16779,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16780,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16781,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16782,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16783,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16784,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16785,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16786,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16787,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16788,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16789,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16790,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16791,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16792,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16793,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16794,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16795,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16796,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16797,
"properties": {
"east": "tall",
"north": "low",
@@ -105482,7 +105765,7 @@
}
},
{
- "id": 16766,
+ "id": 16798,
"properties": {
"east": "tall",
"north": "low",
@@ -105492,371 +105775,371 @@
"west": "tall"
}
},
- {
- "id": 16767,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16768,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16769,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16770,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16771,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16772,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16773,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16774,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16775,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16776,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16777,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16778,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16779,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16780,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16781,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16782,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16783,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16784,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16785,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16786,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16787,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16788,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16789,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16790,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16791,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16792,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16793,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16794,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16795,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16796,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16797,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16798,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16799,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16800,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16801,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16802,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16803,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16804,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16805,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16806,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16807,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16808,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16809,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16810,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16811,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16812,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16813,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16814,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16815,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16816,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16817,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16818,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16819,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16820,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16821,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16822,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16823,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16824,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16825,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16826,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16827,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16828,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16829,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16830,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16831,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16832,
"properties": {
"east": "tall",
"north": "tall",
@@ -105867,7 +106150,7 @@
}
},
{
- "id": 16801,
+ "id": 16833,
"properties": {
"east": "tall",
"north": "tall",
@@ -105878,7 +106161,7 @@
}
},
{
- "id": 16802,
+ "id": 16834,
"properties": {
"east": "tall",
"north": "tall",
@@ -106233,7 +106516,7 @@
},
"states": [
{
- "id": 21881,
+ "id": 21913,
"properties": {
"candles": "1",
"lit": "true",
@@ -106241,7 +106524,7 @@
}
},
{
- "id": 21882,
+ "id": 21914,
"properties": {
"candles": "1",
"lit": "true",
@@ -106249,7 +106532,7 @@
}
},
{
- "id": 21883,
+ "id": 21915,
"properties": {
"candles": "1",
"lit": "false",
@@ -106258,7 +106541,7 @@
},
{
"default": true,
- "id": 21884,
+ "id": 21916,
"properties": {
"candles": "1",
"lit": "false",
@@ -106266,7 +106549,7 @@
}
},
{
- "id": 21885,
+ "id": 21917,
"properties": {
"candles": "2",
"lit": "true",
@@ -106274,7 +106557,7 @@
}
},
{
- "id": 21886,
+ "id": 21918,
"properties": {
"candles": "2",
"lit": "true",
@@ -106282,7 +106565,7 @@
}
},
{
- "id": 21887,
+ "id": 21919,
"properties": {
"candles": "2",
"lit": "false",
@@ -106290,7 +106573,7 @@
}
},
{
- "id": 21888,
+ "id": 21920,
"properties": {
"candles": "2",
"lit": "false",
@@ -106298,7 +106581,7 @@
}
},
{
- "id": 21889,
+ "id": 21921,
"properties": {
"candles": "3",
"lit": "true",
@@ -106306,7 +106589,7 @@
}
},
{
- "id": 21890,
+ "id": 21922,
"properties": {
"candles": "3",
"lit": "true",
@@ -106314,7 +106597,7 @@
}
},
{
- "id": 21891,
+ "id": 21923,
"properties": {
"candles": "3",
"lit": "false",
@@ -106322,7 +106605,7 @@
}
},
{
- "id": 21892,
+ "id": 21924,
"properties": {
"candles": "3",
"lit": "false",
@@ -106330,7 +106613,7 @@
}
},
{
- "id": 21893,
+ "id": 21925,
"properties": {
"candles": "4",
"lit": "true",
@@ -106338,7 +106621,7 @@
}
},
{
- "id": 21894,
+ "id": 21926,
"properties": {
"candles": "4",
"lit": "true",
@@ -106346,7 +106629,7 @@
}
},
{
- "id": 21895,
+ "id": 21927,
"properties": {
"candles": "4",
"lit": "false",
@@ -106354,7 +106637,7 @@
}
},
{
- "id": 21896,
+ "id": 21928,
"properties": {
"candles": "4",
"lit": "false",
@@ -106377,14 +106660,14 @@
},
"states": [
{
- "id": 22041,
+ "id": 22073,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22042,
+ "id": 22074,
"properties": {
"lit": "false"
}
@@ -106893,7 +107176,7 @@
},
"minecraft:gray_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -107260,7 +107543,7 @@
},
"states": [
{
- "id": 21977,
+ "id": 22009,
"properties": {
"candles": "1",
"lit": "true",
@@ -107268,7 +107551,7 @@
}
},
{
- "id": 21978,
+ "id": 22010,
"properties": {
"candles": "1",
"lit": "true",
@@ -107276,7 +107559,7 @@
}
},
{
- "id": 21979,
+ "id": 22011,
"properties": {
"candles": "1",
"lit": "false",
@@ -107285,7 +107568,7 @@
},
{
"default": true,
- "id": 21980,
+ "id": 22012,
"properties": {
"candles": "1",
"lit": "false",
@@ -107293,7 +107576,7 @@
}
},
{
- "id": 21981,
+ "id": 22013,
"properties": {
"candles": "2",
"lit": "true",
@@ -107301,7 +107584,7 @@
}
},
{
- "id": 21982,
+ "id": 22014,
"properties": {
"candles": "2",
"lit": "true",
@@ -107309,7 +107592,7 @@
}
},
{
- "id": 21983,
+ "id": 22015,
"properties": {
"candles": "2",
"lit": "false",
@@ -107317,7 +107600,7 @@
}
},
{
- "id": 21984,
+ "id": 22016,
"properties": {
"candles": "2",
"lit": "false",
@@ -107325,7 +107608,7 @@
}
},
{
- "id": 21985,
+ "id": 22017,
"properties": {
"candles": "3",
"lit": "true",
@@ -107333,7 +107616,7 @@
}
},
{
- "id": 21986,
+ "id": 22018,
"properties": {
"candles": "3",
"lit": "true",
@@ -107341,7 +107624,7 @@
}
},
{
- "id": 21987,
+ "id": 22019,
"properties": {
"candles": "3",
"lit": "false",
@@ -107349,7 +107632,7 @@
}
},
{
- "id": 21988,
+ "id": 22020,
"properties": {
"candles": "3",
"lit": "false",
@@ -107357,7 +107640,7 @@
}
},
{
- "id": 21989,
+ "id": 22021,
"properties": {
"candles": "4",
"lit": "true",
@@ -107365,7 +107648,7 @@
}
},
{
- "id": 21990,
+ "id": 22022,
"properties": {
"candles": "4",
"lit": "true",
@@ -107373,7 +107656,7 @@
}
},
{
- "id": 21991,
+ "id": 22023,
"properties": {
"candles": "4",
"lit": "false",
@@ -107381,7 +107664,7 @@
}
},
{
- "id": 21992,
+ "id": 22024,
"properties": {
"candles": "4",
"lit": "false",
@@ -107404,14 +107687,14 @@
},
"states": [
{
- "id": 22053,
+ "id": 22085,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22054,
+ "id": 22086,
"properties": {
"lit": "false"
}
@@ -107920,7 +108203,7 @@
},
"minecraft:green_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -108004,28 +108287,28 @@
},
"states": [
{
- "id": 19461,
+ "id": 19493,
"properties": {
"face": "floor",
"facing": "north"
}
},
{
- "id": 19462,
+ "id": 19494,
"properties": {
"face": "floor",
"facing": "south"
}
},
{
- "id": 19463,
+ "id": 19495,
"properties": {
"face": "floor",
"facing": "west"
}
},
{
- "id": 19464,
+ "id": 19496,
"properties": {
"face": "floor",
"facing": "east"
@@ -108033,56 +108316,56 @@
},
{
"default": true,
- "id": 19465,
+ "id": 19497,
"properties": {
"face": "wall",
"facing": "north"
}
},
{
- "id": 19466,
+ "id": 19498,
"properties": {
"face": "wall",
"facing": "south"
}
},
{
- "id": 19467,
+ "id": 19499,
"properties": {
"face": "wall",
"facing": "west"
}
},
{
- "id": 19468,
+ "id": 19500,
"properties": {
"face": "wall",
"facing": "east"
}
},
{
- "id": 19469,
+ "id": 19501,
"properties": {
"face": "ceiling",
"facing": "north"
}
},
{
- "id": 19470,
+ "id": 19502,
"properties": {
"face": "ceiling",
"facing": "south"
}
},
{
- "id": 19471,
+ "id": 19503,
"properties": {
"face": "ceiling",
"facing": "west"
}
},
{
- "id": 19472,
+ "id": 19504,
"properties": {
"face": "ceiling",
"facing": "east"
@@ -108103,14 +108386,14 @@
},
"states": [
{
- "id": 25960,
+ "id": 25992,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25961,
+ "id": 25993,
"properties": {
"waterlogged": "false"
}
@@ -108164,14 +108447,14 @@
},
"states": [
{
- "id": 27742,
+ "id": 27774,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 27743,
+ "id": 27775,
"properties": {
"waterlogged": "false"
}
@@ -108313,7 +108596,7 @@
"states": [
{
"default": true,
- "id": 20473
+ "id": 20505
}
]
},
@@ -108325,7 +108608,7 @@
"states": [
{
"default": true,
- "id": 20474
+ "id": 20506
}
]
},
@@ -108436,13 +108719,13 @@
"states": [
{
"default": true,
- "id": 13854,
+ "id": 13886,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13855,
+ "id": 13887,
"properties": {
"waterlogged": "false"
}
@@ -108458,7 +108741,7 @@
"states": [
{
"default": true,
- "id": 13835
+ "id": 13867
}
]
},
@@ -108477,13 +108760,13 @@
"states": [
{
"default": true,
- "id": 13874,
+ "id": 13906,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13875,
+ "id": 13907,
"properties": {
"waterlogged": "false"
}
@@ -108511,56 +108794,56 @@
"states": [
{
"default": true,
- "id": 13948,
+ "id": 13980,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13949,
+ "id": 13981,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13950,
+ "id": 13982,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13951,
+ "id": 13983,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13952,
+ "id": 13984,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13953,
+ "id": 13985,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13954,
+ "id": 13986,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13955,
+ "id": 13987,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -108634,20 +108917,20 @@
},
"states": [
{
- "id": 27614,
+ "id": 27646,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27615,
+ "id": 27647,
"properties": {
"axis": "y"
}
},
{
- "id": 27616,
+ "id": 27648,
"properties": {
"axis": "z"
}
@@ -110481,74 +110764,74 @@
},
"states": [
{
- "id": 20383,
+ "id": 20415,
"properties": {
"orientation": "down_east"
}
},
{
- "id": 20384,
+ "id": 20416,
"properties": {
"orientation": "down_north"
}
},
{
- "id": 20385,
+ "id": 20417,
"properties": {
"orientation": "down_south"
}
},
{
- "id": 20386,
+ "id": 20418,
"properties": {
"orientation": "down_west"
}
},
{
- "id": 20387,
+ "id": 20419,
"properties": {
"orientation": "up_east"
}
},
{
- "id": 20388,
+ "id": 20420,
"properties": {
"orientation": "up_north"
}
},
{
- "id": 20389,
+ "id": 20421,
"properties": {
"orientation": "up_south"
}
},
{
- "id": 20390,
+ "id": 20422,
"properties": {
"orientation": "up_west"
}
},
{
- "id": 20391,
+ "id": 20423,
"properties": {
"orientation": "west_up"
}
},
{
- "id": 20392,
+ "id": 20424,
"properties": {
"orientation": "east_up"
}
},
{
"default": true,
- "id": 20393,
+ "id": 20425,
"properties": {
"orientation": "north_up"
}
},
{
- "id": 20394,
+ "id": 20426,
"properties": {
"orientation": "south_up"
}
@@ -115290,21 +115573,21 @@
},
"states": [
{
- "id": 19526,
+ "id": 19558,
"properties": {
"hanging": "true",
"waterlogged": "true"
}
},
{
- "id": 19527,
+ "id": 19559,
"properties": {
"hanging": "true",
"waterlogged": "false"
}
},
{
- "id": 19528,
+ "id": 19560,
"properties": {
"hanging": "false",
"waterlogged": "true"
@@ -115312,7 +115595,7 @@
},
{
"default": true,
- "id": 19529,
+ "id": 19561,
"properties": {
"hanging": "false",
"waterlogged": "false"
@@ -115372,63 +115655,63 @@
},
"states": [
{
- "id": 22073,
+ "id": 22105,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 22074,
+ "id": 22106,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 22075,
+ "id": 22107,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 22076,
+ "id": 22108,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 22077,
+ "id": 22109,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 22078,
+ "id": 22110,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 22079,
+ "id": 22111,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 22080,
+ "id": 22112,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 22081,
+ "id": 22113,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -115436,21 +115719,21 @@
},
{
"default": true,
- "id": 22082,
+ "id": 22114,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 22083,
+ "id": 22115,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 22084,
+ "id": 22116,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -115645,112 +115928,112 @@
"states": [
{
"default": true,
- "id": 25887,
+ "id": 25919,
"properties": {
"facing": "north",
"segment_amount": "1"
}
},
{
- "id": 25888,
+ "id": 25920,
"properties": {
"facing": "north",
"segment_amount": "2"
}
},
{
- "id": 25889,
+ "id": 25921,
"properties": {
"facing": "north",
"segment_amount": "3"
}
},
{
- "id": 25890,
+ "id": 25922,
"properties": {
"facing": "north",
"segment_amount": "4"
}
},
{
- "id": 25891,
+ "id": 25923,
"properties": {
"facing": "south",
"segment_amount": "1"
}
},
{
- "id": 25892,
+ "id": 25924,
"properties": {
"facing": "south",
"segment_amount": "2"
}
},
{
- "id": 25893,
+ "id": 25925,
"properties": {
"facing": "south",
"segment_amount": "3"
}
},
{
- "id": 25894,
+ "id": 25926,
"properties": {
"facing": "south",
"segment_amount": "4"
}
},
{
- "id": 25895,
+ "id": 25927,
"properties": {
"facing": "west",
"segment_amount": "1"
}
},
{
- "id": 25896,
+ "id": 25928,
"properties": {
"facing": "west",
"segment_amount": "2"
}
},
{
- "id": 25897,
+ "id": 25929,
"properties": {
"facing": "west",
"segment_amount": "3"
}
},
{
- "id": 25898,
+ "id": 25930,
"properties": {
"facing": "west",
"segment_amount": "4"
}
},
{
- "id": 25899,
+ "id": 25931,
"properties": {
"facing": "east",
"segment_amount": "1"
}
},
{
- "id": 25900,
+ "id": 25932,
"properties": {
"facing": "east",
"segment_amount": "2"
}
},
{
- "id": 25901,
+ "id": 25933,
"properties": {
"facing": "east",
"segment_amount": "3"
}
},
{
- "id": 25902,
+ "id": 25934,
"properties": {
"facing": "east",
"segment_amount": "4"
@@ -115781,7 +116064,7 @@
},
"states": [
{
- "id": 19473,
+ "id": 19505,
"properties": {
"facing": "north",
"has_book": "true",
@@ -115789,7 +116072,7 @@
}
},
{
- "id": 19474,
+ "id": 19506,
"properties": {
"facing": "north",
"has_book": "true",
@@ -115797,7 +116080,7 @@
}
},
{
- "id": 19475,
+ "id": 19507,
"properties": {
"facing": "north",
"has_book": "false",
@@ -115806,7 +116089,7 @@
},
{
"default": true,
- "id": 19476,
+ "id": 19508,
"properties": {
"facing": "north",
"has_book": "false",
@@ -115814,7 +116097,7 @@
}
},
{
- "id": 19477,
+ "id": 19509,
"properties": {
"facing": "south",
"has_book": "true",
@@ -115822,7 +116105,7 @@
}
},
{
- "id": 19478,
+ "id": 19510,
"properties": {
"facing": "south",
"has_book": "true",
@@ -115830,7 +116113,7 @@
}
},
{
- "id": 19479,
+ "id": 19511,
"properties": {
"facing": "south",
"has_book": "false",
@@ -115838,7 +116121,7 @@
}
},
{
- "id": 19480,
+ "id": 19512,
"properties": {
"facing": "south",
"has_book": "false",
@@ -115846,7 +116129,7 @@
}
},
{
- "id": 19481,
+ "id": 19513,
"properties": {
"facing": "west",
"has_book": "true",
@@ -115854,7 +116137,7 @@
}
},
{
- "id": 19482,
+ "id": 19514,
"properties": {
"facing": "west",
"has_book": "true",
@@ -115862,7 +116145,7 @@
}
},
{
- "id": 19483,
+ "id": 19515,
"properties": {
"facing": "west",
"has_book": "false",
@@ -115870,7 +116153,7 @@
}
},
{
- "id": 19484,
+ "id": 19516,
"properties": {
"facing": "west",
"has_book": "false",
@@ -115878,7 +116161,7 @@
}
},
{
- "id": 19485,
+ "id": 19517,
"properties": {
"facing": "east",
"has_book": "true",
@@ -115886,7 +116169,7 @@
}
},
{
- "id": 19486,
+ "id": 19518,
"properties": {
"facing": "east",
"has_book": "true",
@@ -115894,7 +116177,7 @@
}
},
{
- "id": 19487,
+ "id": 19519,
"properties": {
"facing": "east",
"has_book": "false",
@@ -115902,7 +116185,7 @@
}
},
{
- "id": 19488,
+ "id": 19520,
"properties": {
"facing": "east",
"has_book": "false",
@@ -116689,7 +116972,7 @@
},
"states": [
{
- "id": 21817,
+ "id": 21849,
"properties": {
"candles": "1",
"lit": "true",
@@ -116697,7 +116980,7 @@
}
},
{
- "id": 21818,
+ "id": 21850,
"properties": {
"candles": "1",
"lit": "true",
@@ -116705,7 +116988,7 @@
}
},
{
- "id": 21819,
+ "id": 21851,
"properties": {
"candles": "1",
"lit": "false",
@@ -116714,7 +116997,7 @@
},
{
"default": true,
- "id": 21820,
+ "id": 21852,
"properties": {
"candles": "1",
"lit": "false",
@@ -116722,7 +117005,7 @@
}
},
{
- "id": 21821,
+ "id": 21853,
"properties": {
"candles": "2",
"lit": "true",
@@ -116730,7 +117013,7 @@
}
},
{
- "id": 21822,
+ "id": 21854,
"properties": {
"candles": "2",
"lit": "true",
@@ -116738,7 +117021,7 @@
}
},
{
- "id": 21823,
+ "id": 21855,
"properties": {
"candles": "2",
"lit": "false",
@@ -116746,7 +117029,7 @@
}
},
{
- "id": 21824,
+ "id": 21856,
"properties": {
"candles": "2",
"lit": "false",
@@ -116754,7 +117037,7 @@
}
},
{
- "id": 21825,
+ "id": 21857,
"properties": {
"candles": "3",
"lit": "true",
@@ -116762,7 +117045,7 @@
}
},
{
- "id": 21826,
+ "id": 21858,
"properties": {
"candles": "3",
"lit": "true",
@@ -116770,7 +117053,7 @@
}
},
{
- "id": 21827,
+ "id": 21859,
"properties": {
"candles": "3",
"lit": "false",
@@ -116778,7 +117061,7 @@
}
},
{
- "id": 21828,
+ "id": 21860,
"properties": {
"candles": "3",
"lit": "false",
@@ -116786,7 +117069,7 @@
}
},
{
- "id": 21829,
+ "id": 21861,
"properties": {
"candles": "4",
"lit": "true",
@@ -116794,7 +117077,7 @@
}
},
{
- "id": 21830,
+ "id": 21862,
"properties": {
"candles": "4",
"lit": "true",
@@ -116802,7 +117085,7 @@
}
},
{
- "id": 21831,
+ "id": 21863,
"properties": {
"candles": "4",
"lit": "false",
@@ -116810,7 +117093,7 @@
}
},
{
- "id": 21832,
+ "id": 21864,
"properties": {
"candles": "4",
"lit": "false",
@@ -116833,14 +117116,14 @@
},
"states": [
{
- "id": 22033,
+ "id": 22065,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22034,
+ "id": 22066,
"properties": {
"lit": "false"
}
@@ -117349,7 +117632,7 @@
},
"minecraft:light_blue_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -117716,7 +117999,7 @@
},
"states": [
{
- "id": 21897,
+ "id": 21929,
"properties": {
"candles": "1",
"lit": "true",
@@ -117724,7 +118007,7 @@
}
},
{
- "id": 21898,
+ "id": 21930,
"properties": {
"candles": "1",
"lit": "true",
@@ -117732,7 +118015,7 @@
}
},
{
- "id": 21899,
+ "id": 21931,
"properties": {
"candles": "1",
"lit": "false",
@@ -117741,7 +118024,7 @@
},
{
"default": true,
- "id": 21900,
+ "id": 21932,
"properties": {
"candles": "1",
"lit": "false",
@@ -117749,7 +118032,7 @@
}
},
{
- "id": 21901,
+ "id": 21933,
"properties": {
"candles": "2",
"lit": "true",
@@ -117757,7 +118040,7 @@
}
},
{
- "id": 21902,
+ "id": 21934,
"properties": {
"candles": "2",
"lit": "true",
@@ -117765,7 +118048,7 @@
}
},
{
- "id": 21903,
+ "id": 21935,
"properties": {
"candles": "2",
"lit": "false",
@@ -117773,7 +118056,7 @@
}
},
{
- "id": 21904,
+ "id": 21936,
"properties": {
"candles": "2",
"lit": "false",
@@ -117781,7 +118064,7 @@
}
},
{
- "id": 21905,
+ "id": 21937,
"properties": {
"candles": "3",
"lit": "true",
@@ -117789,7 +118072,7 @@
}
},
{
- "id": 21906,
+ "id": 21938,
"properties": {
"candles": "3",
"lit": "true",
@@ -117797,7 +118080,7 @@
}
},
{
- "id": 21907,
+ "id": 21939,
"properties": {
"candles": "3",
"lit": "false",
@@ -117805,7 +118088,7 @@
}
},
{
- "id": 21908,
+ "id": 21940,
"properties": {
"candles": "3",
"lit": "false",
@@ -117813,7 +118096,7 @@
}
},
{
- "id": 21909,
+ "id": 21941,
"properties": {
"candles": "4",
"lit": "true",
@@ -117821,7 +118104,7 @@
}
},
{
- "id": 21910,
+ "id": 21942,
"properties": {
"candles": "4",
"lit": "true",
@@ -117829,7 +118112,7 @@
}
},
{
- "id": 21911,
+ "id": 21943,
"properties": {
"candles": "4",
"lit": "false",
@@ -117837,7 +118120,7 @@
}
},
{
- "id": 21912,
+ "id": 21944,
"properties": {
"candles": "4",
"lit": "false",
@@ -117860,14 +118143,14 @@
},
"states": [
{
- "id": 22043,
+ "id": 22075,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22044,
+ "id": 22076,
"properties": {
"lit": "false"
}
@@ -118376,7 +118659,7 @@
},
"minecraft:light_gray_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -118592,7 +118875,7 @@
},
"states": [
{
- "id": 25752,
+ "id": 25784,
"properties": {
"facing": "north",
"powered": "true",
@@ -118600,7 +118883,7 @@
}
},
{
- "id": 25753,
+ "id": 25785,
"properties": {
"facing": "north",
"powered": "true",
@@ -118608,7 +118891,7 @@
}
},
{
- "id": 25754,
+ "id": 25786,
"properties": {
"facing": "north",
"powered": "false",
@@ -118616,7 +118899,7 @@
}
},
{
- "id": 25755,
+ "id": 25787,
"properties": {
"facing": "north",
"powered": "false",
@@ -118624,7 +118907,7 @@
}
},
{
- "id": 25756,
+ "id": 25788,
"properties": {
"facing": "east",
"powered": "true",
@@ -118632,7 +118915,7 @@
}
},
{
- "id": 25757,
+ "id": 25789,
"properties": {
"facing": "east",
"powered": "true",
@@ -118640,7 +118923,7 @@
}
},
{
- "id": 25758,
+ "id": 25790,
"properties": {
"facing": "east",
"powered": "false",
@@ -118648,7 +118931,7 @@
}
},
{
- "id": 25759,
+ "id": 25791,
"properties": {
"facing": "east",
"powered": "false",
@@ -118656,7 +118939,7 @@
}
},
{
- "id": 25760,
+ "id": 25792,
"properties": {
"facing": "south",
"powered": "true",
@@ -118664,7 +118947,7 @@
}
},
{
- "id": 25761,
+ "id": 25793,
"properties": {
"facing": "south",
"powered": "true",
@@ -118672,7 +118955,7 @@
}
},
{
- "id": 25762,
+ "id": 25794,
"properties": {
"facing": "south",
"powered": "false",
@@ -118680,7 +118963,7 @@
}
},
{
- "id": 25763,
+ "id": 25795,
"properties": {
"facing": "south",
"powered": "false",
@@ -118688,7 +118971,7 @@
}
},
{
- "id": 25764,
+ "id": 25796,
"properties": {
"facing": "west",
"powered": "true",
@@ -118696,7 +118979,7 @@
}
},
{
- "id": 25765,
+ "id": 25797,
"properties": {
"facing": "west",
"powered": "true",
@@ -118704,7 +118987,7 @@
}
},
{
- "id": 25766,
+ "id": 25798,
"properties": {
"facing": "west",
"powered": "false",
@@ -118712,7 +118995,7 @@
}
},
{
- "id": 25767,
+ "id": 25799,
"properties": {
"facing": "west",
"powered": "false",
@@ -118720,7 +119003,7 @@
}
},
{
- "id": 25768,
+ "id": 25800,
"properties": {
"facing": "up",
"powered": "true",
@@ -118728,7 +119011,7 @@
}
},
{
- "id": 25769,
+ "id": 25801,
"properties": {
"facing": "up",
"powered": "true",
@@ -118736,7 +119019,7 @@
}
},
{
- "id": 25770,
+ "id": 25802,
"properties": {
"facing": "up",
"powered": "false",
@@ -118745,7 +119028,7 @@
},
{
"default": true,
- "id": 25771,
+ "id": 25803,
"properties": {
"facing": "up",
"powered": "false",
@@ -118753,7 +119036,7 @@
}
},
{
- "id": 25772,
+ "id": 25804,
"properties": {
"facing": "down",
"powered": "true",
@@ -118761,7 +119044,7 @@
}
},
{
- "id": 25773,
+ "id": 25805,
"properties": {
"facing": "down",
"powered": "true",
@@ -118769,7 +119052,7 @@
}
},
{
- "id": 25774,
+ "id": 25806,
"properties": {
"facing": "down",
"powered": "false",
@@ -118777,7 +119060,7 @@
}
},
{
- "id": 25775,
+ "id": 25807,
"properties": {
"facing": "down",
"powered": "false",
@@ -119146,7 +119429,7 @@
},
"states": [
{
- "id": 21849,
+ "id": 21881,
"properties": {
"candles": "1",
"lit": "true",
@@ -119154,7 +119437,7 @@
}
},
{
- "id": 21850,
+ "id": 21882,
"properties": {
"candles": "1",
"lit": "true",
@@ -119162,7 +119445,7 @@
}
},
{
- "id": 21851,
+ "id": 21883,
"properties": {
"candles": "1",
"lit": "false",
@@ -119171,7 +119454,7 @@
},
{
"default": true,
- "id": 21852,
+ "id": 21884,
"properties": {
"candles": "1",
"lit": "false",
@@ -119179,7 +119462,7 @@
}
},
{
- "id": 21853,
+ "id": 21885,
"properties": {
"candles": "2",
"lit": "true",
@@ -119187,7 +119470,7 @@
}
},
{
- "id": 21854,
+ "id": 21886,
"properties": {
"candles": "2",
"lit": "true",
@@ -119195,7 +119478,7 @@
}
},
{
- "id": 21855,
+ "id": 21887,
"properties": {
"candles": "2",
"lit": "false",
@@ -119203,7 +119486,7 @@
}
},
{
- "id": 21856,
+ "id": 21888,
"properties": {
"candles": "2",
"lit": "false",
@@ -119211,7 +119494,7 @@
}
},
{
- "id": 21857,
+ "id": 21889,
"properties": {
"candles": "3",
"lit": "true",
@@ -119219,7 +119502,7 @@
}
},
{
- "id": 21858,
+ "id": 21890,
"properties": {
"candles": "3",
"lit": "true",
@@ -119227,7 +119510,7 @@
}
},
{
- "id": 21859,
+ "id": 21891,
"properties": {
"candles": "3",
"lit": "false",
@@ -119235,7 +119518,7 @@
}
},
{
- "id": 21860,
+ "id": 21892,
"properties": {
"candles": "3",
"lit": "false",
@@ -119243,7 +119526,7 @@
}
},
{
- "id": 21861,
+ "id": 21893,
"properties": {
"candles": "4",
"lit": "true",
@@ -119251,7 +119534,7 @@
}
},
{
- "id": 21862,
+ "id": 21894,
"properties": {
"candles": "4",
"lit": "true",
@@ -119259,7 +119542,7 @@
}
},
{
- "id": 21863,
+ "id": 21895,
"properties": {
"candles": "4",
"lit": "false",
@@ -119267,7 +119550,7 @@
}
},
{
- "id": 21864,
+ "id": 21896,
"properties": {
"candles": "4",
"lit": "false",
@@ -119290,14 +119573,14 @@
},
"states": [
{
- "id": 22037,
+ "id": 22069,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22038,
+ "id": 22070,
"properties": {
"lit": "false"
}
@@ -119806,7 +120089,7 @@
},
"minecraft:lime_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -119878,7 +120161,7 @@
"states": [
{
"default": true,
- "id": 20487
+ "id": 20519
}
]
},
@@ -119898,25 +120181,25 @@
"states": [
{
"default": true,
- "id": 19427,
+ "id": 19459,
"properties": {
"facing": "north"
}
},
{
- "id": 19428,
+ "id": 19460,
"properties": {
"facing": "south"
}
},
{
- "id": 19429,
+ "id": 19461,
"properties": {
"facing": "west"
}
},
{
- "id": 19430,
+ "id": 19462,
"properties": {
"facing": "east"
}
@@ -120226,7 +120509,7 @@
},
"states": [
{
- "id": 21801,
+ "id": 21833,
"properties": {
"candles": "1",
"lit": "true",
@@ -120234,7 +120517,7 @@
}
},
{
- "id": 21802,
+ "id": 21834,
"properties": {
"candles": "1",
"lit": "true",
@@ -120242,7 +120525,7 @@
}
},
{
- "id": 21803,
+ "id": 21835,
"properties": {
"candles": "1",
"lit": "false",
@@ -120251,7 +120534,7 @@
},
{
"default": true,
- "id": 21804,
+ "id": 21836,
"properties": {
"candles": "1",
"lit": "false",
@@ -120259,7 +120542,7 @@
}
},
{
- "id": 21805,
+ "id": 21837,
"properties": {
"candles": "2",
"lit": "true",
@@ -120267,7 +120550,7 @@
}
},
{
- "id": 21806,
+ "id": 21838,
"properties": {
"candles": "2",
"lit": "true",
@@ -120275,7 +120558,7 @@
}
},
{
- "id": 21807,
+ "id": 21839,
"properties": {
"candles": "2",
"lit": "false",
@@ -120283,7 +120566,7 @@
}
},
{
- "id": 21808,
+ "id": 21840,
"properties": {
"candles": "2",
"lit": "false",
@@ -120291,7 +120574,7 @@
}
},
{
- "id": 21809,
+ "id": 21841,
"properties": {
"candles": "3",
"lit": "true",
@@ -120299,7 +120582,7 @@
}
},
{
- "id": 21810,
+ "id": 21842,
"properties": {
"candles": "3",
"lit": "true",
@@ -120307,7 +120590,7 @@
}
},
{
- "id": 21811,
+ "id": 21843,
"properties": {
"candles": "3",
"lit": "false",
@@ -120315,7 +120598,7 @@
}
},
{
- "id": 21812,
+ "id": 21844,
"properties": {
"candles": "3",
"lit": "false",
@@ -120323,7 +120606,7 @@
}
},
{
- "id": 21813,
+ "id": 21845,
"properties": {
"candles": "4",
"lit": "true",
@@ -120331,7 +120614,7 @@
}
},
{
- "id": 21814,
+ "id": 21846,
"properties": {
"candles": "4",
"lit": "true",
@@ -120339,7 +120622,7 @@
}
},
{
- "id": 21815,
+ "id": 21847,
"properties": {
"candles": "4",
"lit": "false",
@@ -120347,7 +120630,7 @@
}
},
{
- "id": 21816,
+ "id": 21848,
"properties": {
"candles": "4",
"lit": "false",
@@ -120370,14 +120653,14 @@
},
"states": [
{
- "id": 22031,
+ "id": 22063,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22032,
+ "id": 22064,
"properties": {
"lit": "false"
}
@@ -120886,7 +121169,7 @@
},
"minecraft:magenta_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -125782,63 +126065,63 @@
},
"states": [
{
- "id": 22085,
+ "id": 22117,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 22086,
+ "id": 22118,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 22087,
+ "id": 22119,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 22088,
+ "id": 22120,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 22089,
+ "id": 22121,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 22090,
+ "id": 22122,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 22091,
+ "id": 22123,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 22092,
+ "id": 22124,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 22093,
+ "id": 22125,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -125846,21 +126129,21 @@
},
{
"default": true,
- "id": 22094,
+ "id": 22126,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 22095,
+ "id": 22127,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 22096,
+ "id": 22128,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -125961,7 +126244,7 @@
"states": [
{
"default": true,
- "id": 25903
+ "id": 25935
}
]
},
@@ -125973,7 +126256,7 @@
"states": [
{
"default": true,
- "id": 25854
+ "id": 25886
}
]
},
@@ -126007,21 +126290,21 @@
},
"states": [
{
- "id": 15129,
+ "id": 15161,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15130,
+ "id": 15162,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15131,
+ "id": 15163,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -126029,21 +126312,21 @@
},
{
"default": true,
- "id": 15132,
+ "id": 15164,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15133,
+ "id": 15165,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15134,
+ "id": 15166,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -126084,7 +126367,7 @@
},
"states": [
{
- "id": 14305,
+ "id": 14337,
"properties": {
"facing": "north",
"half": "top",
@@ -126093,7 +126376,7 @@
}
},
{
- "id": 14306,
+ "id": 14338,
"properties": {
"facing": "north",
"half": "top",
@@ -126102,7 +126385,7 @@
}
},
{
- "id": 14307,
+ "id": 14339,
"properties": {
"facing": "north",
"half": "top",
@@ -126111,7 +126394,7 @@
}
},
{
- "id": 14308,
+ "id": 14340,
"properties": {
"facing": "north",
"half": "top",
@@ -126120,7 +126403,7 @@
}
},
{
- "id": 14309,
+ "id": 14341,
"properties": {
"facing": "north",
"half": "top",
@@ -126129,7 +126412,7 @@
}
},
{
- "id": 14310,
+ "id": 14342,
"properties": {
"facing": "north",
"half": "top",
@@ -126138,7 +126421,7 @@
}
},
{
- "id": 14311,
+ "id": 14343,
"properties": {
"facing": "north",
"half": "top",
@@ -126147,7 +126430,7 @@
}
},
{
- "id": 14312,
+ "id": 14344,
"properties": {
"facing": "north",
"half": "top",
@@ -126156,7 +126439,7 @@
}
},
{
- "id": 14313,
+ "id": 14345,
"properties": {
"facing": "north",
"half": "top",
@@ -126165,7 +126448,7 @@
}
},
{
- "id": 14314,
+ "id": 14346,
"properties": {
"facing": "north",
"half": "top",
@@ -126174,7 +126457,7 @@
}
},
{
- "id": 14315,
+ "id": 14347,
"properties": {
"facing": "north",
"half": "bottom",
@@ -126184,439 +126467,439 @@
},
{
"default": true,
- "id": 14316,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14317,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14318,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14319,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14320,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14321,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14322,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14323,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14324,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14325,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14326,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14327,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14328,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14329,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14330,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14331,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14332,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14333,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14334,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14335,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14336,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14337,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14338,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14339,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14340,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14341,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14342,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14343,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14344,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14345,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14346,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14347,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14348,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14349,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14350,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14351,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14352,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14353,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14354,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14355,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14356,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14357,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14358,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14359,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14360,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14361,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14362,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14363,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14364,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14365,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14366,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14367,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14368,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14369,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14370,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14371,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14372,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14373,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14374,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14375,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14376,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14377,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14378,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14379,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14380,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14381,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14382,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14383,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14384,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14385,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14386,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14387,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14388,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14389,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14390,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14391,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14392,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14393,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14394,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14395,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14396,
"properties": {
"facing": "west",
"half": "bottom",
@@ -126625,7 +126908,7 @@
}
},
{
- "id": 14365,
+ "id": 14397,
"properties": {
"facing": "east",
"half": "top",
@@ -126634,7 +126917,7 @@
}
},
{
- "id": 14366,
+ "id": 14398,
"properties": {
"facing": "east",
"half": "top",
@@ -126643,7 +126926,7 @@
}
},
{
- "id": 14367,
+ "id": 14399,
"properties": {
"facing": "east",
"half": "top",
@@ -126652,7 +126935,7 @@
}
},
{
- "id": 14368,
+ "id": 14400,
"properties": {
"facing": "east",
"half": "top",
@@ -126661,7 +126944,7 @@
}
},
{
- "id": 14369,
+ "id": 14401,
"properties": {
"facing": "east",
"half": "top",
@@ -126670,7 +126953,7 @@
}
},
{
- "id": 14370,
+ "id": 14402,
"properties": {
"facing": "east",
"half": "top",
@@ -126679,7 +126962,7 @@
}
},
{
- "id": 14371,
+ "id": 14403,
"properties": {
"facing": "east",
"half": "top",
@@ -126688,7 +126971,7 @@
}
},
{
- "id": 14372,
+ "id": 14404,
"properties": {
"facing": "east",
"half": "top",
@@ -126697,7 +126980,7 @@
}
},
{
- "id": 14373,
+ "id": 14405,
"properties": {
"facing": "east",
"half": "top",
@@ -126706,7 +126989,7 @@
}
},
{
- "id": 14374,
+ "id": 14406,
"properties": {
"facing": "east",
"half": "top",
@@ -126715,7 +126998,7 @@
}
},
{
- "id": 14375,
+ "id": 14407,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126724,7 +127007,7 @@
}
},
{
- "id": 14376,
+ "id": 14408,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126733,7 +127016,7 @@
}
},
{
- "id": 14377,
+ "id": 14409,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126742,7 +127025,7 @@
}
},
{
- "id": 14378,
+ "id": 14410,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126751,7 +127034,7 @@
}
},
{
- "id": 14379,
+ "id": 14411,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126760,7 +127043,7 @@
}
},
{
- "id": 14380,
+ "id": 14412,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126769,7 +127052,7 @@
}
},
{
- "id": 14381,
+ "id": 14413,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126778,7 +127061,7 @@
}
},
{
- "id": 14382,
+ "id": 14414,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126787,7 +127070,7 @@
}
},
{
- "id": 14383,
+ "id": 14415,
"properties": {
"facing": "east",
"half": "bottom",
@@ -126796,7 +127079,7 @@
}
},
{
- "id": 14384,
+ "id": 14416,
"properties": {
"facing": "east",
"half": "bottom",
@@ -130427,21 +130710,21 @@
},
"states": [
{
- "id": 15117,
+ "id": 15149,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15118,
+ "id": 15150,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15119,
+ "id": 15151,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -130449,21 +130732,21 @@
},
{
"default": true,
- "id": 15120,
+ "id": 15152,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15121,
+ "id": 15153,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15122,
+ "id": 15154,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -130504,7 +130787,7 @@
},
"states": [
{
- "id": 14145,
+ "id": 14177,
"properties": {
"facing": "north",
"half": "top",
@@ -130513,7 +130796,7 @@
}
},
{
- "id": 14146,
+ "id": 14178,
"properties": {
"facing": "north",
"half": "top",
@@ -130522,7 +130805,7 @@
}
},
{
- "id": 14147,
+ "id": 14179,
"properties": {
"facing": "north",
"half": "top",
@@ -130531,7 +130814,7 @@
}
},
{
- "id": 14148,
+ "id": 14180,
"properties": {
"facing": "north",
"half": "top",
@@ -130540,7 +130823,7 @@
}
},
{
- "id": 14149,
+ "id": 14181,
"properties": {
"facing": "north",
"half": "top",
@@ -130549,7 +130832,7 @@
}
},
{
- "id": 14150,
+ "id": 14182,
"properties": {
"facing": "north",
"half": "top",
@@ -130558,7 +130841,7 @@
}
},
{
- "id": 14151,
+ "id": 14183,
"properties": {
"facing": "north",
"half": "top",
@@ -130567,7 +130850,7 @@
}
},
{
- "id": 14152,
+ "id": 14184,
"properties": {
"facing": "north",
"half": "top",
@@ -130576,7 +130859,7 @@
}
},
{
- "id": 14153,
+ "id": 14185,
"properties": {
"facing": "north",
"half": "top",
@@ -130585,7 +130868,7 @@
}
},
{
- "id": 14154,
+ "id": 14186,
"properties": {
"facing": "north",
"half": "top",
@@ -130594,7 +130877,7 @@
}
},
{
- "id": 14155,
+ "id": 14187,
"properties": {
"facing": "north",
"half": "bottom",
@@ -130604,439 +130887,439 @@
},
{
"default": true,
- "id": 14156,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14157,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14158,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14159,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14160,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14161,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14162,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14163,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14164,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14165,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14166,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14167,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14168,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14169,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14170,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14171,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14172,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14173,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14174,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14175,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14176,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14177,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14178,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14179,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14180,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14181,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14182,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14183,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14184,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14185,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14186,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14187,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14188,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14189,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14190,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14191,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14192,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14193,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14194,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14195,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14196,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14197,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14198,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14199,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14200,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14201,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14202,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14203,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14204,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14205,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14206,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14207,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14208,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14209,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14210,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14211,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14212,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14213,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14214,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14215,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14216,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14217,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14218,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14219,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14220,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14221,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14222,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14223,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14224,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14225,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14226,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14227,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14228,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14229,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14230,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14231,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14232,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14233,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14234,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14235,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14236,
"properties": {
"facing": "west",
"half": "bottom",
@@ -131045,7 +131328,7 @@
}
},
{
- "id": 14205,
+ "id": 14237,
"properties": {
"facing": "east",
"half": "top",
@@ -131054,7 +131337,7 @@
}
},
{
- "id": 14206,
+ "id": 14238,
"properties": {
"facing": "east",
"half": "top",
@@ -131063,7 +131346,7 @@
}
},
{
- "id": 14207,
+ "id": 14239,
"properties": {
"facing": "east",
"half": "top",
@@ -131072,7 +131355,7 @@
}
},
{
- "id": 14208,
+ "id": 14240,
"properties": {
"facing": "east",
"half": "top",
@@ -131081,7 +131364,7 @@
}
},
{
- "id": 14209,
+ "id": 14241,
"properties": {
"facing": "east",
"half": "top",
@@ -131090,7 +131373,7 @@
}
},
{
- "id": 14210,
+ "id": 14242,
"properties": {
"facing": "east",
"half": "top",
@@ -131099,7 +131382,7 @@
}
},
{
- "id": 14211,
+ "id": 14243,
"properties": {
"facing": "east",
"half": "top",
@@ -131108,7 +131391,7 @@
}
},
{
- "id": 14212,
+ "id": 14244,
"properties": {
"facing": "east",
"half": "top",
@@ -131117,7 +131400,7 @@
}
},
{
- "id": 14213,
+ "id": 14245,
"properties": {
"facing": "east",
"half": "top",
@@ -131126,7 +131409,7 @@
}
},
{
- "id": 14214,
+ "id": 14246,
"properties": {
"facing": "east",
"half": "top",
@@ -131135,7 +131418,7 @@
}
},
{
- "id": 14215,
+ "id": 14247,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131144,7 +131427,7 @@
}
},
{
- "id": 14216,
+ "id": 14248,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131153,7 +131436,7 @@
}
},
{
- "id": 14217,
+ "id": 14249,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131162,7 +131445,7 @@
}
},
{
- "id": 14218,
+ "id": 14250,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131171,7 +131454,7 @@
}
},
{
- "id": 14219,
+ "id": 14251,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131180,7 +131463,7 @@
}
},
{
- "id": 14220,
+ "id": 14252,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131189,7 +131472,7 @@
}
},
{
- "id": 14221,
+ "id": 14253,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131198,7 +131481,7 @@
}
},
{
- "id": 14222,
+ "id": 14254,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131207,7 +131490,7 @@
}
},
{
- "id": 14223,
+ "id": 14255,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131216,7 +131499,7 @@
}
},
{
- "id": 14224,
+ "id": 14256,
"properties": {
"facing": "east",
"half": "bottom",
@@ -131263,7 +131546,7 @@
},
"states": [
{
- "id": 16155,
+ "id": 16187,
"properties": {
"east": "none",
"north": "none",
@@ -131274,7 +131557,7 @@
}
},
{
- "id": 16156,
+ "id": 16188,
"properties": {
"east": "none",
"north": "none",
@@ -131285,7 +131568,7 @@
}
},
{
- "id": 16157,
+ "id": 16189,
"properties": {
"east": "none",
"north": "none",
@@ -131297,718 +131580,366 @@
},
{
"default": true,
- "id": 16158,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16159,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16160,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16161,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16162,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16163,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16164,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16165,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16166,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16167,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16168,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16169,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16170,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16171,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16172,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16173,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16174,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16175,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16176,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16177,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16178,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16179,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16180,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16181,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16182,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16183,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16184,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16185,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16186,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16187,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16188,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16189,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 16190,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16191,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16192,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16193,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16194,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16195,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16196,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16197,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16198,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16199,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16200,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16201,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16202,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16203,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16204,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16205,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16206,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16207,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16208,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16209,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16210,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16211,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16212,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16213,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16214,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16215,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16216,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16217,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16218,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16219,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16220,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16221,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16222,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -132016,10 +131947,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -132027,10 +131958,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -132038,10 +131969,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -132049,362 +131980,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16227,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16228,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16229,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16230,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16231,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16232,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16233,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16234,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16235,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16236,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16237,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16238,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16239,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16240,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16241,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16242,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16243,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16244,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16245,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16246,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16247,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16248,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16249,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16250,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16251,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16252,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16253,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16254,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16255,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16256,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16257,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16258,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -132412,10 +132343,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -132423,14 +132354,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16261,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16262,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16263,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16264,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16265,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16266,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16267,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16268,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16269,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16270,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16271,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16272,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16273,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16274,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16275,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16276,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16277,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16278,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16279,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16280,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16281,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16282,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16283,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16284,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16285,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16286,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16287,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16288,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16289,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16290,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16291,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16292,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16293,
"properties": {
"east": "none",
"north": "tall",
@@ -132441,7 +132724,7 @@
}
},
{
- "id": 16262,
+ "id": 16294,
"properties": {
"east": "none",
"north": "tall",
@@ -132451,367 +132734,15 @@
"west": "tall"
}
},
- {
- "id": 16263,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16264,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16265,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16266,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16267,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16268,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16269,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16270,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16271,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16272,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16273,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16274,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16275,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16276,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16277,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16278,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16279,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16280,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16281,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16282,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16283,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16284,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16285,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16286,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16287,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16288,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16289,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16290,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16291,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16292,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16293,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16294,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16295,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -132819,10 +132750,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -132830,10 +132761,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -132841,362 +132772,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16299,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16300,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16301,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16302,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16303,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16304,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16305,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16306,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16307,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16308,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16309,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16310,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16311,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16312,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16313,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16314,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16315,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16316,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16317,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16318,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16319,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16320,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16321,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16322,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16323,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16324,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16325,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16326,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16327,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16328,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16329,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16330,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -133204,10 +133135,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -133215,10 +133146,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -133226,10 +133157,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -133237,362 +133168,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16335,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16336,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16337,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16338,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16339,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16340,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16341,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16342,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16343,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16344,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16345,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16346,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16347,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16348,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16349,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16350,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16351,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16352,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16353,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16354,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16355,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16356,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16357,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16358,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16359,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16360,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16361,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16362,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16363,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16364,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16365,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16366,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -133600,10 +133531,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -133611,14 +133542,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16369,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16370,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16371,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16372,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16373,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16374,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16375,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16376,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16377,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16378,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16379,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16380,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16381,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16382,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16383,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16384,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16385,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16386,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16387,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16388,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16389,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16390,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16391,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16392,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16393,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16394,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16395,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16396,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16397,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16398,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16399,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16400,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16401,
"properties": {
"east": "low",
"north": "tall",
@@ -133629,7 +133912,7 @@
}
},
{
- "id": 16370,
+ "id": 16402,
"properties": {
"east": "low",
"north": "tall",
@@ -133639,367 +133922,15 @@
"west": "tall"
}
},
- {
- "id": 16371,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16372,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16373,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16374,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16375,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16376,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16377,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16378,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16379,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16380,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16381,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16382,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16383,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16384,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16385,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16386,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16387,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16388,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16389,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16390,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16391,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16392,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16393,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16394,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16395,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16396,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16397,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16398,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16399,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16400,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16401,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16402,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16403,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -134007,14 +133938,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16405,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16406,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16407,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16408,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16409,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16410,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16411,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16412,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16413,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16414,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16415,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16416,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16417,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16418,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16419,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16420,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16421,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16422,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16423,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16424,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16425,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16426,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16427,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16428,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16429,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16430,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16431,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16432,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16433,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16434,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16435,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16436,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16437,
"properties": {
"east": "tall",
"north": "none",
@@ -134025,7 +134308,7 @@
}
},
{
- "id": 16406,
+ "id": 16438,
"properties": {
"east": "tall",
"north": "none",
@@ -134035,367 +134318,15 @@
"west": "tall"
}
},
- {
- "id": 16407,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16408,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16409,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16410,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16411,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16412,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16413,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16414,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16415,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16416,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16417,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16418,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16419,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16420,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16421,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16422,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16423,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16424,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16425,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16426,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16427,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16428,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16429,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16430,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16431,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16432,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16433,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16434,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16435,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16436,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16437,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16438,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16439,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -134403,14 +134334,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16441,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16442,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16443,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16444,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16445,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16446,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16447,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16448,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16449,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16450,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16451,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16452,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16453,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16454,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16455,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16456,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16457,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16458,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16459,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16460,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16461,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16462,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16463,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16464,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16465,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16466,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16467,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16468,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16469,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16470,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16471,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16472,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16473,
"properties": {
"east": "tall",
"north": "low",
@@ -134421,7 +134704,7 @@
}
},
{
- "id": 16442,
+ "id": 16474,
"properties": {
"east": "tall",
"north": "low",
@@ -134431,371 +134714,371 @@
"west": "tall"
}
},
- {
- "id": 16443,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16444,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16445,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16446,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16447,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16448,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16449,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16450,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16451,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16452,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16453,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16454,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16455,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16456,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16457,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16458,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16459,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16460,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16461,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16462,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16463,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16464,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16465,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16466,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16467,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16468,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16469,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16470,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16471,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16472,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16473,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16474,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16475,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16476,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16477,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16478,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16479,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16480,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16481,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16482,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16483,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16484,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16485,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16486,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16487,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16488,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16489,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16490,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16491,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16492,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16493,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16494,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16495,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16496,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16497,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16498,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16499,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16500,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16501,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16502,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16503,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16504,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16505,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16506,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16507,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16508,
"properties": {
"east": "tall",
"north": "tall",
@@ -134806,7 +135089,7 @@
}
},
{
- "id": 16477,
+ "id": 16509,
"properties": {
"east": "tall",
"north": "tall",
@@ -134817,7 +135100,7 @@
}
},
{
- "id": 16478,
+ "id": 16510,
"properties": {
"east": "tall",
"north": "tall",
@@ -134956,7 +135239,7 @@
"states": [
{
"default": true,
- "id": 25963
+ "id": 25995
}
]
},
@@ -135814,7 +136097,7 @@
},
"states": [
{
- "id": 17127,
+ "id": 17159,
"properties": {
"east": "none",
"north": "none",
@@ -135825,7 +136108,7 @@
}
},
{
- "id": 17128,
+ "id": 17160,
"properties": {
"east": "none",
"north": "none",
@@ -135836,7 +136119,7 @@
}
},
{
- "id": 17129,
+ "id": 17161,
"properties": {
"east": "none",
"north": "none",
@@ -135848,718 +136131,366 @@
},
{
"default": true,
- "id": 17130,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17131,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17132,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17133,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17134,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17135,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17136,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17137,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17138,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17139,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17140,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17141,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17142,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17143,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17144,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17145,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17146,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17147,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17148,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17149,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17150,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17151,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17152,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17153,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17154,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17155,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17156,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17157,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17158,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17159,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17160,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17161,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 17162,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17163,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17164,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17165,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17166,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17167,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17168,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17169,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17170,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17171,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17172,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17173,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17174,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17175,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17176,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17177,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17178,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17179,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17180,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17181,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17182,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17183,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17184,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17185,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17186,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17187,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17188,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17189,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17190,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17191,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17192,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17193,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17194,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -136567,10 +136498,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -136578,10 +136509,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -136589,10 +136520,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -136600,362 +136531,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17199,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17200,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17201,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17202,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17203,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17204,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17205,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17206,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17207,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17208,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17209,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17210,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17211,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17212,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17213,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17214,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17215,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17216,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17217,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17218,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17219,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17220,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17221,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17222,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17223,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17224,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17225,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17226,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17227,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17228,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17229,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17230,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -136963,10 +136894,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -136974,14 +136905,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17233,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17234,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17235,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17236,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17237,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17238,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17239,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17240,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17241,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17242,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17243,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17244,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17245,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17246,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17247,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17248,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17249,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17250,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17251,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17252,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17253,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17254,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17255,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17256,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17257,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17258,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17259,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17260,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17261,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17262,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17263,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17264,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17265,
"properties": {
"east": "none",
"north": "tall",
@@ -136992,7 +137275,7 @@
}
},
{
- "id": 17234,
+ "id": 17266,
"properties": {
"east": "none",
"north": "tall",
@@ -137002,367 +137285,15 @@
"west": "tall"
}
},
- {
- "id": 17235,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17236,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17237,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17238,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17239,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17240,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17241,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17242,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17243,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17244,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17245,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17246,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17247,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17248,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17249,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17250,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17251,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17252,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17253,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17254,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17255,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17256,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17257,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17258,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17259,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17260,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17261,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17262,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17263,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17264,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17265,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17266,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17267,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -137370,10 +137301,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -137381,10 +137312,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -137392,362 +137323,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17271,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17272,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17273,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17274,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17275,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17276,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17277,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17278,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17279,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17280,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17281,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17282,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17283,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17284,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17285,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17286,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17287,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17288,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17289,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17290,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17291,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17292,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17293,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17294,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17295,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17296,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17297,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17298,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17299,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17300,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17301,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17302,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -137755,10 +137686,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -137766,10 +137697,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -137777,10 +137708,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -137788,362 +137719,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17307,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17308,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17309,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17310,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17311,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17312,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17313,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17314,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17315,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17316,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17317,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17318,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17319,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17320,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17321,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17322,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17323,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17324,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17325,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17326,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17327,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17328,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17329,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17330,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17331,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17332,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17333,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17334,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17335,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17336,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17337,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17338,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -138151,10 +138082,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -138162,14 +138093,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17341,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17342,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17343,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17344,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17345,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17346,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17347,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17348,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17349,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17350,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17351,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17352,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17353,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17354,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17355,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17356,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17357,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17358,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17359,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17360,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17361,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17362,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17363,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17364,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17365,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17366,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17367,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17368,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17369,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17370,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17371,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17372,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17373,
"properties": {
"east": "low",
"north": "tall",
@@ -138180,7 +138463,7 @@
}
},
{
- "id": 17342,
+ "id": 17374,
"properties": {
"east": "low",
"north": "tall",
@@ -138190,367 +138473,15 @@
"west": "tall"
}
},
- {
- "id": 17343,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17344,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17345,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17346,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17347,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17348,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17349,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17350,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17351,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17352,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17353,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17354,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17355,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17356,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17357,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17358,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17359,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17360,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17361,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17362,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17363,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17364,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17365,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17366,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17367,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17368,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17369,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17370,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17371,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17372,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17373,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17374,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17375,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -138558,14 +138489,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17377,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17378,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17379,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17380,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17381,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17382,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17383,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17384,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17385,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17386,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17387,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17388,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17389,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17390,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17391,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17392,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17393,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17394,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17395,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17396,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17397,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17398,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17399,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17400,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17401,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17402,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17403,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17404,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17405,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17406,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17407,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17408,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17409,
"properties": {
"east": "tall",
"north": "none",
@@ -138576,7 +138859,7 @@
}
},
{
- "id": 17378,
+ "id": 17410,
"properties": {
"east": "tall",
"north": "none",
@@ -138586,367 +138869,15 @@
"west": "tall"
}
},
- {
- "id": 17379,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17380,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17381,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17382,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17383,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17384,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17385,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17386,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17387,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17388,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17389,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17390,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17391,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17392,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17393,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17394,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17395,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17396,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17397,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17398,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17399,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17400,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17401,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17402,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17403,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17404,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17405,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17406,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17407,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17408,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17409,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17410,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17411,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -138954,14 +138885,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17413,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17414,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17415,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17416,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17417,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17418,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17419,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17420,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17421,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17422,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17423,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17424,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17425,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17426,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17427,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17428,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17429,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17430,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17431,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17432,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17433,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17434,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17435,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17436,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17437,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17438,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17439,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17440,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17441,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17442,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17443,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17444,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17445,
"properties": {
"east": "tall",
"north": "low",
@@ -138972,7 +139255,7 @@
}
},
{
- "id": 17414,
+ "id": 17446,
"properties": {
"east": "tall",
"north": "low",
@@ -138982,371 +139265,371 @@
"west": "tall"
}
},
- {
- "id": 17415,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17416,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17417,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17418,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17419,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17420,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17421,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17422,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17423,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17424,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17425,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17426,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17427,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17428,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17429,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17430,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17431,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17432,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17433,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17434,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17435,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17436,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17437,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17438,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17439,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17440,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17441,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17442,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17443,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17444,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17445,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17446,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17447,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17448,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17449,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17450,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17451,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17452,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17453,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17454,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17455,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17456,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17457,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17458,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17459,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17460,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17461,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17462,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17463,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17464,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17465,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17466,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17467,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17468,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17469,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17470,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17471,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17472,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17473,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17474,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17475,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17476,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17477,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17478,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17479,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17480,
"properties": {
"east": "tall",
"north": "tall",
@@ -139357,7 +139640,7 @@
}
},
{
- "id": 17449,
+ "id": 17481,
"properties": {
"east": "tall",
"north": "tall",
@@ -139368,7 +139651,7 @@
}
},
{
- "id": 17450,
+ "id": 17482,
"properties": {
"east": "tall",
"north": "tall",
@@ -141397,7 +141680,7 @@
},
"states": [
{
- "id": 17451,
+ "id": 17483,
"properties": {
"east": "none",
"north": "none",
@@ -141408,7 +141691,7 @@
}
},
{
- "id": 17452,
+ "id": 17484,
"properties": {
"east": "none",
"north": "none",
@@ -141419,7 +141702,7 @@
}
},
{
- "id": 17453,
+ "id": 17485,
"properties": {
"east": "none",
"north": "none",
@@ -141431,718 +141714,366 @@
},
{
"default": true,
- "id": 17454,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17455,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17456,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17457,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17458,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17459,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17460,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17461,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17462,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17463,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17464,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17465,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17466,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17467,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17468,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17469,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17470,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17471,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17472,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17473,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17474,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17475,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17476,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17477,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17478,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17479,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17480,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17481,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17482,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17483,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17484,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17485,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 17486,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17487,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17488,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17489,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17490,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17491,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17492,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17493,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17494,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17495,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17496,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17497,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17498,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17499,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17500,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17501,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17502,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17503,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17504,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17505,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17506,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17507,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17508,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17509,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17510,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17511,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17512,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17513,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17514,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17515,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17516,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17517,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17518,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -142150,10 +142081,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -142161,10 +142092,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -142172,10 +142103,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -142183,362 +142114,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17523,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17524,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17525,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17526,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17527,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17528,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17529,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17530,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17531,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17532,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17533,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17534,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17535,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17536,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17537,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17538,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17539,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17540,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17541,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17542,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17543,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17544,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17545,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17546,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17547,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17548,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17549,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17550,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17551,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17552,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17553,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17554,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -142546,10 +142477,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -142557,14 +142488,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17557,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17558,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17559,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17560,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17561,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17562,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17563,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17564,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17565,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17566,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17567,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17568,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17569,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17570,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17571,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17572,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17573,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17574,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17575,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17576,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17577,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17578,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17579,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17580,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17581,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17582,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17583,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17584,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17585,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17586,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17587,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17588,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17589,
"properties": {
"east": "none",
"north": "tall",
@@ -142575,7 +142858,7 @@
}
},
{
- "id": 17558,
+ "id": 17590,
"properties": {
"east": "none",
"north": "tall",
@@ -142585,367 +142868,15 @@
"west": "tall"
}
},
- {
- "id": 17559,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17560,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17561,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17562,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17563,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17564,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17565,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17566,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17567,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17568,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17569,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17570,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17571,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17572,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17573,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17574,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17575,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17576,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17577,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17578,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17579,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17580,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17581,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17582,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17583,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17584,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17585,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17586,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17587,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17588,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17589,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17590,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17591,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -142953,10 +142884,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -142964,10 +142895,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -142975,362 +142906,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17595,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17596,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17597,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17598,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17599,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17600,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17601,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17602,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17603,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17604,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17605,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17606,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17607,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17608,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17609,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17610,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17611,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17612,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17613,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17614,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17615,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17616,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17617,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17618,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17619,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17620,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17621,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17622,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17623,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17624,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17625,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17626,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -143338,10 +143269,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -143349,10 +143280,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -143360,10 +143291,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -143371,362 +143302,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17631,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17632,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17633,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17634,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17635,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17636,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17637,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17638,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17639,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17640,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17641,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17642,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17643,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17644,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17645,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17646,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17647,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17648,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17649,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17650,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17651,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17652,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17653,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17654,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17655,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17656,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17657,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17658,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17659,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17660,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17661,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17662,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -143734,10 +143665,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -143745,14 +143676,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17665,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17666,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17667,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17668,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17669,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17670,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17671,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17672,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17673,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17674,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17675,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17676,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17677,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17678,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17679,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17680,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17681,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17682,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17683,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17684,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17685,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17686,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17687,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17688,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17689,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17690,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17691,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17692,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17693,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17694,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17695,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17696,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17697,
"properties": {
"east": "low",
"north": "tall",
@@ -143763,7 +144046,7 @@
}
},
{
- "id": 17666,
+ "id": 17698,
"properties": {
"east": "low",
"north": "tall",
@@ -143773,367 +144056,15 @@
"west": "tall"
}
},
- {
- "id": 17667,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17668,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17669,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17670,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17671,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17672,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17673,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17674,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17675,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17676,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17677,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17678,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17679,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17680,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17681,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17682,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17683,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17684,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17685,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17686,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17687,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17688,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17689,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17690,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17691,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17692,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17693,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17694,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17695,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17696,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17697,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17698,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17699,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -144141,14 +144072,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17701,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17702,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17703,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17704,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17705,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17706,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17707,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17708,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17709,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17710,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17711,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17712,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17713,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17714,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17715,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17716,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17717,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17718,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17719,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17720,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17721,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17722,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17723,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17724,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17725,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17726,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17727,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17728,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17729,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17730,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17731,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17732,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17733,
"properties": {
"east": "tall",
"north": "none",
@@ -144159,7 +144442,7 @@
}
},
{
- "id": 17702,
+ "id": 17734,
"properties": {
"east": "tall",
"north": "none",
@@ -144169,367 +144452,15 @@
"west": "tall"
}
},
- {
- "id": 17703,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17704,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17705,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17706,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17707,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17708,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17709,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17710,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17711,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17712,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17713,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17714,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17715,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17716,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17717,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17718,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17719,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17720,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17721,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17722,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17723,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17724,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17725,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17726,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17727,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17728,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17729,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17730,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17731,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17732,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17733,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17734,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17735,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -144537,14 +144468,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17737,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17738,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17739,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17740,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17741,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17742,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17743,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17744,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17745,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17746,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17747,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17748,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17749,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17750,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17751,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17752,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17753,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17754,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17755,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17756,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17757,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17758,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17759,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17760,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17761,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17762,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17763,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17764,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17765,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17766,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17767,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17768,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17769,
"properties": {
"east": "tall",
"north": "low",
@@ -144555,7 +144838,7 @@
}
},
{
- "id": 17738,
+ "id": 17770,
"properties": {
"east": "tall",
"north": "low",
@@ -144565,371 +144848,371 @@
"west": "tall"
}
},
- {
- "id": 17739,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17740,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17741,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17742,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17743,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17744,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17745,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17746,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17747,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17748,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17749,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17750,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17751,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17752,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17753,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17754,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17755,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17756,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17757,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17758,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17759,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17760,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17761,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17762,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17763,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17764,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17765,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17766,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17767,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17768,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17769,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17770,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17771,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17772,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17773,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17774,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17775,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17776,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17777,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17778,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17779,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17780,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17781,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17782,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17783,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17784,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17785,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17786,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17787,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17788,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17789,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17790,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17791,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17792,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17793,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17794,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17795,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17796,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17797,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17798,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17799,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17800,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17801,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17802,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17803,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17804,
"properties": {
"east": "tall",
"north": "tall",
@@ -144940,7 +145223,7 @@
}
},
{
- "id": 17773,
+ "id": 17805,
"properties": {
"east": "tall",
"north": "tall",
@@ -144951,7 +145234,7 @@
}
},
{
- "id": 17774,
+ "id": 17806,
"properties": {
"east": "tall",
"north": "tall",
@@ -145044,7 +145327,7 @@
"states": [
{
"default": true,
- "id": 19618
+ "id": 19650
}
]
},
@@ -145109,7 +145392,7 @@
"states": [
{
"default": true,
- "id": 20475
+ "id": 20507
}
]
},
@@ -158932,20 +159215,20 @@
},
"states": [
{
- "id": 27623,
+ "id": 27655,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27624,
+ "id": 27656,
"properties": {
"axis": "y"
}
},
{
- "id": 27625,
+ "id": 27657,
"properties": {
"axis": "z"
}
@@ -158961,7 +159244,7 @@
"states": [
{
"default": true,
- "id": 27909
+ "id": 27941
}
]
},
@@ -159268,7 +159551,7 @@
},
"states": [
{
- "id": 21785,
+ "id": 21817,
"properties": {
"candles": "1",
"lit": "true",
@@ -159276,7 +159559,7 @@
}
},
{
- "id": 21786,
+ "id": 21818,
"properties": {
"candles": "1",
"lit": "true",
@@ -159284,7 +159567,7 @@
}
},
{
- "id": 21787,
+ "id": 21819,
"properties": {
"candles": "1",
"lit": "false",
@@ -159293,7 +159576,7 @@
},
{
"default": true,
- "id": 21788,
+ "id": 21820,
"properties": {
"candles": "1",
"lit": "false",
@@ -159301,7 +159584,7 @@
}
},
{
- "id": 21789,
+ "id": 21821,
"properties": {
"candles": "2",
"lit": "true",
@@ -159309,7 +159592,7 @@
}
},
{
- "id": 21790,
+ "id": 21822,
"properties": {
"candles": "2",
"lit": "true",
@@ -159317,7 +159600,7 @@
}
},
{
- "id": 21791,
+ "id": 21823,
"properties": {
"candles": "2",
"lit": "false",
@@ -159325,7 +159608,7 @@
}
},
{
- "id": 21792,
+ "id": 21824,
"properties": {
"candles": "2",
"lit": "false",
@@ -159333,7 +159616,7 @@
}
},
{
- "id": 21793,
+ "id": 21825,
"properties": {
"candles": "3",
"lit": "true",
@@ -159341,7 +159624,7 @@
}
},
{
- "id": 21794,
+ "id": 21826,
"properties": {
"candles": "3",
"lit": "true",
@@ -159349,7 +159632,7 @@
}
},
{
- "id": 21795,
+ "id": 21827,
"properties": {
"candles": "3",
"lit": "false",
@@ -159357,7 +159640,7 @@
}
},
{
- "id": 21796,
+ "id": 21828,
"properties": {
"candles": "3",
"lit": "false",
@@ -159365,7 +159648,7 @@
}
},
{
- "id": 21797,
+ "id": 21829,
"properties": {
"candles": "4",
"lit": "true",
@@ -159373,7 +159656,7 @@
}
},
{
- "id": 21798,
+ "id": 21830,
"properties": {
"candles": "4",
"lit": "true",
@@ -159381,7 +159664,7 @@
}
},
{
- "id": 21799,
+ "id": 21831,
"properties": {
"candles": "4",
"lit": "false",
@@ -159389,7 +159672,7 @@
}
},
{
- "id": 21800,
+ "id": 21832,
"properties": {
"candles": "4",
"lit": "false",
@@ -159412,14 +159695,14 @@
},
"states": [
{
- "id": 22029,
+ "id": 22061,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22030,
+ "id": 22062,
"properties": {
"lit": "false"
}
@@ -159928,7 +160211,7 @@
},
"minecraft:orange_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -160037,7 +160320,7 @@
"states": [
{
"default": true,
- "id": 23976
+ "id": 24008
}
]
},
@@ -160050,7 +160333,7 @@
"states": [
{
"default": true,
- "id": 23969
+ "id": 24001
}
]
},
@@ -160072,21 +160355,21 @@
},
"states": [
{
- "id": 25732,
+ "id": 25764,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25733,
+ "id": 25765,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25734,
+ "id": 25766,
"properties": {
"lit": "false",
"powered": "true"
@@ -160094,7 +160377,7 @@
},
{
"default": true,
- "id": 25735,
+ "id": 25767,
"properties": {
"lit": "false",
"powered": "false"
@@ -160135,7 +160418,7 @@
},
"states": [
{
- "id": 24808,
+ "id": 24840,
"properties": {
"facing": "north",
"half": "upper",
@@ -160145,7 +160428,7 @@
}
},
{
- "id": 24809,
+ "id": 24841,
"properties": {
"facing": "north",
"half": "upper",
@@ -160155,7 +160438,7 @@
}
},
{
- "id": 24810,
+ "id": 24842,
"properties": {
"facing": "north",
"half": "upper",
@@ -160165,7 +160448,7 @@
}
},
{
- "id": 24811,
+ "id": 24843,
"properties": {
"facing": "north",
"half": "upper",
@@ -160175,7 +160458,7 @@
}
},
{
- "id": 24812,
+ "id": 24844,
"properties": {
"facing": "north",
"half": "upper",
@@ -160185,7 +160468,7 @@
}
},
{
- "id": 24813,
+ "id": 24845,
"properties": {
"facing": "north",
"half": "upper",
@@ -160195,7 +160478,7 @@
}
},
{
- "id": 24814,
+ "id": 24846,
"properties": {
"facing": "north",
"half": "upper",
@@ -160205,7 +160488,7 @@
}
},
{
- "id": 24815,
+ "id": 24847,
"properties": {
"facing": "north",
"half": "upper",
@@ -160215,7 +160498,7 @@
}
},
{
- "id": 24816,
+ "id": 24848,
"properties": {
"facing": "north",
"half": "lower",
@@ -160225,7 +160508,7 @@
}
},
{
- "id": 24817,
+ "id": 24849,
"properties": {
"facing": "north",
"half": "lower",
@@ -160235,7 +160518,7 @@
}
},
{
- "id": 24818,
+ "id": 24850,
"properties": {
"facing": "north",
"half": "lower",
@@ -160246,329 +160529,9 @@
},
{
"default": true,
- "id": 24819,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24820,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24821,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24822,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24823,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24824,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24825,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24826,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24827,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24828,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24829,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24830,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24831,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24832,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24833,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24834,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24835,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24836,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24837,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24838,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24839,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24840,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24841,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24842,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24843,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24844,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24845,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24846,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24847,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24848,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24849,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24850,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 24851,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -160578,7 +160541,7 @@
{
"id": 24852,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -160588,7 +160551,7 @@
{
"id": 24853,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -160598,7 +160561,7 @@
{
"id": 24854,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -160608,7 +160571,7 @@
{
"id": 24855,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -160618,7 +160581,7 @@
{
"id": 24856,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -160628,7 +160591,7 @@
{
"id": 24857,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -160638,7 +160601,7 @@
{
"id": 24858,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -160648,7 +160611,7 @@
{
"id": 24859,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -160658,7 +160621,7 @@
{
"id": 24860,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -160668,7 +160631,7 @@
{
"id": 24861,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -160678,7 +160641,7 @@
{
"id": 24862,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -160688,7 +160651,7 @@
{
"id": 24863,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -160698,7 +160661,7 @@
{
"id": 24864,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -160708,7 +160671,7 @@
{
"id": 24865,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -160718,7 +160681,7 @@
{
"id": 24866,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -160728,7 +160691,7 @@
{
"id": 24867,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -160738,7 +160701,7 @@
{
"id": 24868,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -160748,7 +160711,7 @@
{
"id": 24869,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -160758,7 +160721,7 @@
{
"id": 24870,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -160767,6 +160730,326 @@
},
{
"id": 24871,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24872,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24873,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24874,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24875,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24876,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24877,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24878,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24879,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24880,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24881,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24882,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24883,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24884,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24885,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24886,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24887,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24888,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24889,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24890,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24891,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24892,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24893,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24894,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24895,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24896,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24897,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24898,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24899,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24900,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24901,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24902,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24903,
"properties": {
"facing": "east",
"half": "lower",
@@ -160791,14 +161074,14 @@
},
"states": [
{
- "id": 25710,
+ "id": 25742,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25711,
+ "id": 25743,
"properties": {
"waterlogged": "false"
}
@@ -160838,7 +161121,7 @@
},
"states": [
{
- "id": 25320,
+ "id": 25352,
"properties": {
"facing": "north",
"half": "top",
@@ -160848,7 +161131,7 @@
}
},
{
- "id": 25321,
+ "id": 25353,
"properties": {
"facing": "north",
"half": "top",
@@ -160858,7 +161141,7 @@
}
},
{
- "id": 25322,
+ "id": 25354,
"properties": {
"facing": "north",
"half": "top",
@@ -160868,7 +161151,7 @@
}
},
{
- "id": 25323,
+ "id": 25355,
"properties": {
"facing": "north",
"half": "top",
@@ -160878,7 +161161,7 @@
}
},
{
- "id": 25324,
+ "id": 25356,
"properties": {
"facing": "north",
"half": "top",
@@ -160888,7 +161171,7 @@
}
},
{
- "id": 25325,
+ "id": 25357,
"properties": {
"facing": "north",
"half": "top",
@@ -160898,7 +161181,7 @@
}
},
{
- "id": 25326,
+ "id": 25358,
"properties": {
"facing": "north",
"half": "top",
@@ -160908,7 +161191,7 @@
}
},
{
- "id": 25327,
+ "id": 25359,
"properties": {
"facing": "north",
"half": "top",
@@ -160918,7 +161201,7 @@
}
},
{
- "id": 25328,
+ "id": 25360,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160928,7 +161211,7 @@
}
},
{
- "id": 25329,
+ "id": 25361,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160938,7 +161221,7 @@
}
},
{
- "id": 25330,
+ "id": 25362,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160948,7 +161231,7 @@
}
},
{
- "id": 25331,
+ "id": 25363,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160958,7 +161241,7 @@
}
},
{
- "id": 25332,
+ "id": 25364,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160968,7 +161251,7 @@
}
},
{
- "id": 25333,
+ "id": 25365,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160978,7 +161261,7 @@
}
},
{
- "id": 25334,
+ "id": 25366,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160989,7 +161272,7 @@
},
{
"default": true,
- "id": 25335,
+ "id": 25367,
"properties": {
"facing": "north",
"half": "bottom",
@@ -160998,330 +161281,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25336,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25337,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25338,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25339,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25340,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25341,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25342,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25343,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25344,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25345,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25346,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25347,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25348,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25349,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25350,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25351,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25352,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25353,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25354,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25355,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25356,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25357,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25358,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25359,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25360,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25361,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25362,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25363,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25364,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25365,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25366,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25367,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25368,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -161331,7 +161294,7 @@
{
"id": 25369,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -161341,7 +161304,7 @@
{
"id": 25370,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -161351,7 +161314,7 @@
{
"id": 25371,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -161361,7 +161324,7 @@
{
"id": 25372,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -161371,7 +161334,7 @@
{
"id": 25373,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -161381,7 +161344,7 @@
{
"id": 25374,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -161391,7 +161354,7 @@
{
"id": 25375,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -161401,7 +161364,7 @@
{
"id": 25376,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -161411,7 +161374,7 @@
{
"id": 25377,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -161421,7 +161384,7 @@
{
"id": 25378,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -161431,7 +161394,7 @@
{
"id": 25379,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -161441,7 +161404,7 @@
{
"id": 25380,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -161451,7 +161414,7 @@
{
"id": 25381,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -161461,7 +161424,7 @@
{
"id": 25382,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -161470,6 +161433,326 @@
},
{
"id": 25383,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25384,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25385,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25386,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25387,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25388,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25389,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25390,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25391,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25392,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25393,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25394,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25395,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25396,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25397,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25398,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25399,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25400,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25401,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25402,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25403,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25404,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25405,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25406,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25407,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25408,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25409,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25410,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25411,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25412,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25413,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25414,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25415,
"properties": {
"facing": "east",
"half": "bottom",
@@ -161489,7 +161772,7 @@
"states": [
{
"default": true,
- "id": 23972
+ "id": 24004
}
]
},
@@ -161512,21 +161795,21 @@
},
"states": [
{
- "id": 24304,
+ "id": 24336,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24305,
+ "id": 24337,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24306,
+ "id": 24338,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -161534,21 +161817,21 @@
},
{
"default": true,
- "id": 24307,
+ "id": 24339,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24308,
+ "id": 24340,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24309,
+ "id": 24341,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -161590,7 +161873,7 @@
},
"states": [
{
- "id": 23984,
+ "id": 24016,
"properties": {
"facing": "north",
"half": "top",
@@ -161599,7 +161882,7 @@
}
},
{
- "id": 23985,
+ "id": 24017,
"properties": {
"facing": "north",
"half": "top",
@@ -161608,7 +161891,7 @@
}
},
{
- "id": 23986,
+ "id": 24018,
"properties": {
"facing": "north",
"half": "top",
@@ -161617,7 +161900,7 @@
}
},
{
- "id": 23987,
+ "id": 24019,
"properties": {
"facing": "north",
"half": "top",
@@ -161626,7 +161909,7 @@
}
},
{
- "id": 23988,
+ "id": 24020,
"properties": {
"facing": "north",
"half": "top",
@@ -161635,7 +161918,7 @@
}
},
{
- "id": 23989,
+ "id": 24021,
"properties": {
"facing": "north",
"half": "top",
@@ -161644,7 +161927,7 @@
}
},
{
- "id": 23990,
+ "id": 24022,
"properties": {
"facing": "north",
"half": "top",
@@ -161653,7 +161936,7 @@
}
},
{
- "id": 23991,
+ "id": 24023,
"properties": {
"facing": "north",
"half": "top",
@@ -161662,7 +161945,7 @@
}
},
{
- "id": 23992,
+ "id": 24024,
"properties": {
"facing": "north",
"half": "top",
@@ -161671,7 +161954,7 @@
}
},
{
- "id": 23993,
+ "id": 24025,
"properties": {
"facing": "north",
"half": "top",
@@ -161680,7 +161963,7 @@
}
},
{
- "id": 23994,
+ "id": 24026,
"properties": {
"facing": "north",
"half": "bottom",
@@ -161690,439 +161973,439 @@
},
{
"default": true,
- "id": 23995,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 23996,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 23997,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 23998,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 23999,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24000,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24001,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24002,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24003,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24004,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24005,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24006,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24007,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24008,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24009,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24010,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24011,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24012,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24013,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24014,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24015,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24016,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24017,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24018,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24019,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24020,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24021,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24022,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24023,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24024,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24025,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24026,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24027,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24028,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24029,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24030,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24031,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24032,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24033,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24034,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24035,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24036,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24037,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24038,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24039,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24040,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24041,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24042,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24043,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24044,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24045,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24046,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24047,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24048,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24049,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24050,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24051,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24052,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24053,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24054,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24055,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24056,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24057,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24058,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24059,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24060,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24061,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24062,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24063,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24064,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24065,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24066,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24067,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24068,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24069,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24070,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24071,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24072,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24073,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24074,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24075,
"properties": {
"facing": "west",
"half": "bottom",
@@ -162131,7 +162414,7 @@
}
},
{
- "id": 24044,
+ "id": 24076,
"properties": {
"facing": "east",
"half": "top",
@@ -162140,7 +162423,7 @@
}
},
{
- "id": 24045,
+ "id": 24077,
"properties": {
"facing": "east",
"half": "top",
@@ -162149,7 +162432,7 @@
}
},
{
- "id": 24046,
+ "id": 24078,
"properties": {
"facing": "east",
"half": "top",
@@ -162158,7 +162441,7 @@
}
},
{
- "id": 24047,
+ "id": 24079,
"properties": {
"facing": "east",
"half": "top",
@@ -162167,7 +162450,7 @@
}
},
{
- "id": 24048,
+ "id": 24080,
"properties": {
"facing": "east",
"half": "top",
@@ -162176,7 +162459,7 @@
}
},
{
- "id": 24049,
+ "id": 24081,
"properties": {
"facing": "east",
"half": "top",
@@ -162185,7 +162468,7 @@
}
},
{
- "id": 24050,
+ "id": 24082,
"properties": {
"facing": "east",
"half": "top",
@@ -162194,7 +162477,7 @@
}
},
{
- "id": 24051,
+ "id": 24083,
"properties": {
"facing": "east",
"half": "top",
@@ -162203,7 +162486,7 @@
}
},
{
- "id": 24052,
+ "id": 24084,
"properties": {
"facing": "east",
"half": "top",
@@ -162212,7 +162495,7 @@
}
},
{
- "id": 24053,
+ "id": 24085,
"properties": {
"facing": "east",
"half": "top",
@@ -162221,7 +162504,7 @@
}
},
{
- "id": 24054,
+ "id": 24086,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162230,7 +162513,7 @@
}
},
{
- "id": 24055,
+ "id": 24087,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162239,7 +162522,7 @@
}
},
{
- "id": 24056,
+ "id": 24088,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162248,7 +162531,7 @@
}
},
{
- "id": 24057,
+ "id": 24089,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162257,7 +162540,7 @@
}
},
{
- "id": 24058,
+ "id": 24090,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162266,7 +162549,7 @@
}
},
{
- "id": 24059,
+ "id": 24091,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162275,7 +162558,7 @@
}
},
{
- "id": 24060,
+ "id": 24092,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162284,7 +162567,7 @@
}
},
{
- "id": 24061,
+ "id": 24093,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162293,7 +162576,7 @@
}
},
{
- "id": 24062,
+ "id": 24094,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162302,7 +162585,7 @@
}
},
{
- "id": 24063,
+ "id": 24095,
"properties": {
"facing": "east",
"half": "bottom",
@@ -162350,13 +162633,13 @@
"states": [
{
"default": true,
- "id": 27907,
+ "id": 27939,
"properties": {
"tip": "true"
}
},
{
- "id": 27908,
+ "id": 27940,
"properties": {
"tip": "false"
}
@@ -162372,7 +162655,7 @@
"states": [
{
"default": true,
- "id": 27744
+ "id": 27776
}
]
},
@@ -162410,797 +162693,797 @@
"states": [
{
"default": true,
- "id": 27745,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27746,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27747,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27748,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27749,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "low",
- "west": "low"
- }
- },
- {
- "id": 27750,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "low",
- "west": "tall"
- }
- },
- {
- "id": 27751,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "tall",
- "west": "none"
- }
- },
- {
- "id": 27752,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "tall",
- "west": "low"
- }
- },
- {
- "id": 27753,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "none",
- "south": "tall",
- "west": "tall"
- }
- },
- {
- "id": 27754,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27755,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27756,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27757,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27758,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "low",
- "west": "low"
- }
- },
- {
- "id": 27759,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "low",
- "west": "tall"
- }
- },
- {
- "id": 27760,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "tall",
- "west": "none"
- }
- },
- {
- "id": 27761,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "tall",
- "west": "low"
- }
- },
- {
- "id": 27762,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "low",
- "south": "tall",
- "west": "tall"
- }
- },
- {
- "id": 27763,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27764,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27765,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27766,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27767,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "low",
- "west": "low"
- }
- },
- {
- "id": 27768,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "low",
- "west": "tall"
- }
- },
- {
- "id": 27769,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "tall",
- "west": "none"
- }
- },
- {
- "id": 27770,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "tall",
- "west": "low"
- }
- },
- {
- "id": 27771,
- "properties": {
- "bottom": "true",
- "east": "none",
- "north": "tall",
- "south": "tall",
- "west": "tall"
- }
- },
- {
- "id": 27772,
- "properties": {
- "bottom": "true",
- "east": "low",
- "north": "none",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27773,
- "properties": {
- "bottom": "true",
- "east": "low",
- "north": "none",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27774,
- "properties": {
- "bottom": "true",
- "east": "low",
- "north": "none",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27775,
- "properties": {
- "bottom": "true",
- "east": "low",
- "north": "none",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27776,
- "properties": {
- "bottom": "true",
- "east": "low",
- "north": "none",
- "south": "low",
- "west": "low"
- }
- },
- {
"id": 27777,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27778,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27779,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27780,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "tall",
- "west": "tall"
+ "south": "low",
+ "west": "none"
}
},
{
"id": 27781,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "low",
- "south": "none",
- "west": "none"
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "west": "low"
}
},
{
"id": 27782,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "low",
- "south": "none",
- "west": "low"
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "west": "tall"
}
},
{
"id": 27783,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "low",
- "south": "none",
- "west": "tall"
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "west": "none"
}
},
{
"id": 27784,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "low",
- "south": "low",
- "west": "none"
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "west": "low"
}
},
{
"id": 27785,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "low",
- "south": "low",
- "west": "low"
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "west": "tall"
}
},
{
"id": 27786,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27787,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27788,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27789,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "tall",
- "west": "tall"
+ "south": "low",
+ "west": "none"
}
},
{
"id": 27790,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "tall",
- "south": "none",
- "west": "none"
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "west": "low"
}
},
{
"id": 27791,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "tall",
- "south": "none",
- "west": "low"
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "west": "tall"
}
},
{
"id": 27792,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "tall",
- "south": "none",
- "west": "tall"
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "west": "none"
}
},
{
"id": 27793,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "tall",
- "south": "low",
- "west": "none"
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "west": "low"
}
},
{
"id": 27794,
"properties": {
"bottom": "true",
- "east": "low",
- "north": "tall",
- "south": "low",
- "west": "low"
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "west": "tall"
}
},
{
"id": 27795,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "tall",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27796,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "tall",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27797,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "tall",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27798,
"properties": {
"bottom": "true",
- "east": "low",
+ "east": "none",
"north": "tall",
- "south": "tall",
- "west": "tall"
+ "south": "low",
+ "west": "none"
}
},
{
"id": 27799,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "none",
- "south": "none",
- "west": "none"
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "west": "low"
}
},
{
"id": 27800,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "none",
- "south": "none",
- "west": "low"
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "west": "tall"
}
},
{
"id": 27801,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "none",
- "south": "none",
- "west": "tall"
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "west": "none"
}
},
{
"id": 27802,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "none",
- "south": "low",
- "west": "none"
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "west": "low"
}
},
{
"id": 27803,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "none",
- "south": "low",
- "west": "low"
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "west": "tall"
}
},
{
"id": 27804,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "none",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27805,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "none",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27806,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "none",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27807,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "none",
- "south": "tall",
- "west": "tall"
+ "south": "low",
+ "west": "none"
}
},
{
"id": 27808,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "low",
- "south": "none",
- "west": "none"
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "west": "low"
}
},
{
"id": 27809,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "low",
- "south": "none",
- "west": "low"
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "west": "tall"
}
},
{
"id": 27810,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "low",
- "south": "none",
- "west": "tall"
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "west": "none"
}
},
{
"id": 27811,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "low",
- "south": "low",
- "west": "none"
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "west": "low"
}
},
{
"id": 27812,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "low",
- "south": "low",
- "west": "low"
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "west": "tall"
}
},
{
"id": 27813,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "low",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27814,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "low",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27815,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "low",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27816,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "low",
- "south": "tall",
- "west": "tall"
+ "south": "low",
+ "west": "none"
}
},
{
"id": 27817,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "tall",
- "south": "none",
- "west": "none"
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "west": "low"
}
},
{
"id": 27818,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "tall",
- "south": "none",
- "west": "low"
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "west": "tall"
}
},
{
"id": 27819,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "tall",
- "south": "none",
- "west": "tall"
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "west": "none"
}
},
{
"id": 27820,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "tall",
- "south": "low",
- "west": "none"
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "west": "low"
}
},
{
"id": 27821,
"properties": {
"bottom": "true",
- "east": "tall",
- "north": "tall",
- "south": "low",
- "west": "low"
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "west": "tall"
}
},
{
"id": 27822,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "tall",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27823,
"properties": {
"bottom": "true",
- "east": "tall",
+ "east": "low",
"north": "tall",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27824,
+ "properties": {
+ "bottom": "true",
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27825,
+ "properties": {
+ "bottom": "true",
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27826,
+ "properties": {
+ "bottom": "true",
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27827,
+ "properties": {
+ "bottom": "true",
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27828,
+ "properties": {
+ "bottom": "true",
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27829,
+ "properties": {
+ "bottom": "true",
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27830,
+ "properties": {
+ "bottom": "true",
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27831,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27832,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27833,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27834,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27835,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27836,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27837,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27838,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27839,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27840,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27841,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27842,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27843,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27844,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27845,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27846,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27847,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27848,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27849,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27850,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27851,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27852,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27853,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27854,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27855,
+ "properties": {
+ "bottom": "true",
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27856,
"properties": {
"bottom": "true",
"east": "tall",
@@ -163210,7 +163493,7 @@
}
},
{
- "id": 27825,
+ "id": 27857,
"properties": {
"bottom": "true",
"east": "tall",
@@ -163219,538 +163502,538 @@
"west": "tall"
}
},
- {
- "id": 27826,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27827,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27828,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27829,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27830,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "low",
- "west": "low"
- }
- },
- {
- "id": 27831,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "low",
- "west": "tall"
- }
- },
- {
- "id": 27832,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "tall",
- "west": "none"
- }
- },
- {
- "id": 27833,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "tall",
- "west": "low"
- }
- },
- {
- "id": 27834,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "none",
- "south": "tall",
- "west": "tall"
- }
- },
- {
- "id": 27835,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27836,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27837,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27838,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27839,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "low",
- "west": "low"
- }
- },
- {
- "id": 27840,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "low",
- "west": "tall"
- }
- },
- {
- "id": 27841,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "tall",
- "west": "none"
- }
- },
- {
- "id": 27842,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "tall",
- "west": "low"
- }
- },
- {
- "id": 27843,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "low",
- "south": "tall",
- "west": "tall"
- }
- },
- {
- "id": 27844,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27845,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27846,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27847,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27848,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "low",
- "west": "low"
- }
- },
- {
- "id": 27849,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "low",
- "west": "tall"
- }
- },
- {
- "id": 27850,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "tall",
- "west": "none"
- }
- },
- {
- "id": 27851,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "tall",
- "west": "low"
- }
- },
- {
- "id": 27852,
- "properties": {
- "bottom": "false",
- "east": "none",
- "north": "tall",
- "south": "tall",
- "west": "tall"
- }
- },
- {
- "id": 27853,
- "properties": {
- "bottom": "false",
- "east": "low",
- "north": "none",
- "south": "none",
- "west": "none"
- }
- },
- {
- "id": 27854,
- "properties": {
- "bottom": "false",
- "east": "low",
- "north": "none",
- "south": "none",
- "west": "low"
- }
- },
- {
- "id": 27855,
- "properties": {
- "bottom": "false",
- "east": "low",
- "north": "none",
- "south": "none",
- "west": "tall"
- }
- },
- {
- "id": 27856,
- "properties": {
- "bottom": "false",
- "east": "low",
- "north": "none",
- "south": "low",
- "west": "none"
- }
- },
- {
- "id": 27857,
- "properties": {
- "bottom": "false",
- "east": "low",
- "north": "none",
- "south": "low",
- "west": "low"
- }
- },
{
"id": 27858,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27859,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27860,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27861,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "none",
- "south": "tall",
- "west": "tall"
+ "south": "low",
+ "west": "none"
}
},
{
"id": 27862,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "low",
- "south": "none",
- "west": "none"
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "west": "low"
}
},
{
"id": 27863,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "low",
- "south": "none",
- "west": "low"
+ "east": "none",
+ "north": "none",
+ "south": "low",
+ "west": "tall"
}
},
{
"id": 27864,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "low",
- "south": "none",
- "west": "tall"
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "west": "none"
}
},
{
"id": 27865,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "low",
- "south": "low",
- "west": "none"
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "west": "low"
}
},
{
"id": 27866,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "low",
- "south": "low",
- "west": "low"
+ "east": "none",
+ "north": "none",
+ "south": "tall",
+ "west": "tall"
}
},
{
"id": 27867,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27868,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27869,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27870,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "low",
- "south": "tall",
- "west": "tall"
+ "south": "low",
+ "west": "none"
}
},
{
"id": 27871,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "tall",
- "south": "none",
- "west": "none"
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "west": "low"
}
},
{
"id": 27872,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "tall",
- "south": "none",
- "west": "low"
+ "east": "none",
+ "north": "low",
+ "south": "low",
+ "west": "tall"
}
},
{
"id": 27873,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "tall",
- "south": "none",
- "west": "tall"
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "west": "none"
}
},
{
"id": 27874,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "tall",
- "south": "low",
- "west": "none"
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "west": "low"
}
},
{
"id": 27875,
"properties": {
"bottom": "false",
- "east": "low",
- "north": "tall",
- "south": "low",
- "west": "low"
+ "east": "none",
+ "north": "low",
+ "south": "tall",
+ "west": "tall"
}
},
{
"id": 27876,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "tall",
- "south": "low",
- "west": "tall"
+ "south": "none",
+ "west": "none"
}
},
{
"id": 27877,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "tall",
- "south": "tall",
- "west": "none"
+ "south": "none",
+ "west": "low"
}
},
{
"id": 27878,
"properties": {
"bottom": "false",
- "east": "low",
+ "east": "none",
"north": "tall",
- "south": "tall",
- "west": "low"
+ "south": "none",
+ "west": "tall"
}
},
{
"id": 27879,
+ "properties": {
+ "bottom": "false",
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27880,
+ "properties": {
+ "bottom": "false",
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27881,
+ "properties": {
+ "bottom": "false",
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27882,
+ "properties": {
+ "bottom": "false",
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27883,
+ "properties": {
+ "bottom": "false",
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27884,
+ "properties": {
+ "bottom": "false",
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27885,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27886,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27887,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "none",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27888,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27889,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27890,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27891,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27892,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27893,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "none",
+ "south": "tall",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27894,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27895,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27896,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "none",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27897,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27898,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27899,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27900,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27901,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27902,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "low",
+ "south": "tall",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27903,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27904,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27905,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27906,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27907,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27908,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 27909,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "west": "none"
+ }
+ },
+ {
+ "id": 27910,
+ "properties": {
+ "bottom": "false",
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "west": "low"
+ }
+ },
+ {
+ "id": 27911,
"properties": {
"bottom": "false",
"east": "low",
@@ -163760,7 +164043,7 @@
}
},
{
- "id": 27880,
+ "id": 27912,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163770,7 +164053,7 @@
}
},
{
- "id": 27881,
+ "id": 27913,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163780,7 +164063,7 @@
}
},
{
- "id": 27882,
+ "id": 27914,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163790,7 +164073,7 @@
}
},
{
- "id": 27883,
+ "id": 27915,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163800,7 +164083,7 @@
}
},
{
- "id": 27884,
+ "id": 27916,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163810,7 +164093,7 @@
}
},
{
- "id": 27885,
+ "id": 27917,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163820,7 +164103,7 @@
}
},
{
- "id": 27886,
+ "id": 27918,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163830,7 +164113,7 @@
}
},
{
- "id": 27887,
+ "id": 27919,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163840,7 +164123,7 @@
}
},
{
- "id": 27888,
+ "id": 27920,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163850,7 +164133,7 @@
}
},
{
- "id": 27889,
+ "id": 27921,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163860,7 +164143,7 @@
}
},
{
- "id": 27890,
+ "id": 27922,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163870,7 +164153,7 @@
}
},
{
- "id": 27891,
+ "id": 27923,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163880,7 +164163,7 @@
}
},
{
- "id": 27892,
+ "id": 27924,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163890,7 +164173,7 @@
}
},
{
- "id": 27893,
+ "id": 27925,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163900,7 +164183,7 @@
}
},
{
- "id": 27894,
+ "id": 27926,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163910,7 +164193,7 @@
}
},
{
- "id": 27895,
+ "id": 27927,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163920,7 +164203,7 @@
}
},
{
- "id": 27896,
+ "id": 27928,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163930,7 +164213,7 @@
}
},
{
- "id": 27897,
+ "id": 27929,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163940,7 +164223,7 @@
}
},
{
- "id": 27898,
+ "id": 27930,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163950,7 +164233,7 @@
}
},
{
- "id": 27899,
+ "id": 27931,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163960,7 +164243,7 @@
}
},
{
- "id": 27900,
+ "id": 27932,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163970,7 +164253,7 @@
}
},
{
- "id": 27901,
+ "id": 27933,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163980,7 +164263,7 @@
}
},
{
- "id": 27902,
+ "id": 27934,
"properties": {
"bottom": "false",
"east": "tall",
@@ -163990,7 +164273,7 @@
}
},
{
- "id": 27903,
+ "id": 27935,
"properties": {
"bottom": "false",
"east": "tall",
@@ -164000,7 +164283,7 @@
}
},
{
- "id": 27904,
+ "id": 27936,
"properties": {
"bottom": "false",
"east": "tall",
@@ -164010,7 +164293,7 @@
}
},
{
- "id": 27905,
+ "id": 27937,
"properties": {
"bottom": "false",
"east": "tall",
@@ -164020,7 +164303,7 @@
}
},
{
- "id": 27906,
+ "id": 27938,
"properties": {
"bottom": "false",
"east": "tall",
@@ -168455,20 +168738,20 @@
},
"states": [
{
- "id": 27629,
+ "id": 27661,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27630,
+ "id": 27662,
"properties": {
"axis": "y"
}
},
{
- "id": 27631,
+ "id": 27663,
"properties": {
"axis": "z"
}
@@ -169202,7 +169485,7 @@
},
"states": [
{
- "id": 21865,
+ "id": 21897,
"properties": {
"candles": "1",
"lit": "true",
@@ -169210,7 +169493,7 @@
}
},
{
- "id": 21866,
+ "id": 21898,
"properties": {
"candles": "1",
"lit": "true",
@@ -169218,7 +169501,7 @@
}
},
{
- "id": 21867,
+ "id": 21899,
"properties": {
"candles": "1",
"lit": "false",
@@ -169227,7 +169510,7 @@
},
{
"default": true,
- "id": 21868,
+ "id": 21900,
"properties": {
"candles": "1",
"lit": "false",
@@ -169235,7 +169518,7 @@
}
},
{
- "id": 21869,
+ "id": 21901,
"properties": {
"candles": "2",
"lit": "true",
@@ -169243,7 +169526,7 @@
}
},
{
- "id": 21870,
+ "id": 21902,
"properties": {
"candles": "2",
"lit": "true",
@@ -169251,7 +169534,7 @@
}
},
{
- "id": 21871,
+ "id": 21903,
"properties": {
"candles": "2",
"lit": "false",
@@ -169259,7 +169542,7 @@
}
},
{
- "id": 21872,
+ "id": 21904,
"properties": {
"candles": "2",
"lit": "false",
@@ -169267,7 +169550,7 @@
}
},
{
- "id": 21873,
+ "id": 21905,
"properties": {
"candles": "3",
"lit": "true",
@@ -169275,7 +169558,7 @@
}
},
{
- "id": 21874,
+ "id": 21906,
"properties": {
"candles": "3",
"lit": "true",
@@ -169283,7 +169566,7 @@
}
},
{
- "id": 21875,
+ "id": 21907,
"properties": {
"candles": "3",
"lit": "false",
@@ -169291,7 +169574,7 @@
}
},
{
- "id": 21876,
+ "id": 21908,
"properties": {
"candles": "3",
"lit": "false",
@@ -169299,7 +169582,7 @@
}
},
{
- "id": 21877,
+ "id": 21909,
"properties": {
"candles": "4",
"lit": "true",
@@ -169307,7 +169590,7 @@
}
},
{
- "id": 21878,
+ "id": 21910,
"properties": {
"candles": "4",
"lit": "true",
@@ -169315,7 +169598,7 @@
}
},
{
- "id": 21879,
+ "id": 21911,
"properties": {
"candles": "4",
"lit": "false",
@@ -169323,7 +169606,7 @@
}
},
{
- "id": 21880,
+ "id": 21912,
"properties": {
"candles": "4",
"lit": "false",
@@ -169346,14 +169629,14 @@
},
"states": [
{
- "id": 22039,
+ "id": 22071,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22040,
+ "id": 22072,
"properties": {
"lit": "false"
}
@@ -169461,112 +169744,112 @@
"states": [
{
"default": true,
- "id": 25855,
+ "id": 25887,
"properties": {
"facing": "north",
"flower_amount": "1"
}
},
{
- "id": 25856,
+ "id": 25888,
"properties": {
"facing": "north",
"flower_amount": "2"
}
},
{
- "id": 25857,
+ "id": 25889,
"properties": {
"facing": "north",
"flower_amount": "3"
}
},
{
- "id": 25858,
+ "id": 25890,
"properties": {
"facing": "north",
"flower_amount": "4"
}
},
{
- "id": 25859,
+ "id": 25891,
"properties": {
"facing": "south",
"flower_amount": "1"
}
},
{
- "id": 25860,
+ "id": 25892,
"properties": {
"facing": "south",
"flower_amount": "2"
}
},
{
- "id": 25861,
+ "id": 25893,
"properties": {
"facing": "south",
"flower_amount": "3"
}
},
{
- "id": 25862,
+ "id": 25894,
"properties": {
"facing": "south",
"flower_amount": "4"
}
},
{
- "id": 25863,
+ "id": 25895,
"properties": {
"facing": "west",
"flower_amount": "1"
}
},
{
- "id": 25864,
+ "id": 25896,
"properties": {
"facing": "west",
"flower_amount": "2"
}
},
{
- "id": 25865,
+ "id": 25897,
"properties": {
"facing": "west",
"flower_amount": "3"
}
},
{
- "id": 25866,
+ "id": 25898,
"properties": {
"facing": "west",
"flower_amount": "4"
}
},
{
- "id": 25867,
+ "id": 25899,
"properties": {
"facing": "east",
"flower_amount": "1"
}
},
{
- "id": 25868,
+ "id": 25900,
"properties": {
"facing": "east",
"flower_amount": "2"
}
},
{
- "id": 25869,
+ "id": 25901,
"properties": {
"facing": "east",
"flower_amount": "3"
}
},
{
- "id": 25870,
+ "id": 25902,
"properties": {
"facing": "east",
"flower_amount": "4"
@@ -169997,7 +170280,7 @@
},
"minecraft:pink_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -170910,7 +171193,7 @@
},
"states": [
{
- "id": 25776,
+ "id": 25808,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "up",
@@ -170918,7 +171201,7 @@
}
},
{
- "id": 25777,
+ "id": 25809,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "up",
@@ -170926,7 +171209,7 @@
}
},
{
- "id": 25778,
+ "id": 25810,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "down",
@@ -170934,7 +171217,7 @@
}
},
{
- "id": 25779,
+ "id": 25811,
"properties": {
"thickness": "tip_merge",
"vertical_direction": "down",
@@ -170942,7 +171225,7 @@
}
},
{
- "id": 25780,
+ "id": 25812,
"properties": {
"thickness": "tip",
"vertical_direction": "up",
@@ -170951,7 +171234,7 @@
},
{
"default": true,
- "id": 25781,
+ "id": 25813,
"properties": {
"thickness": "tip",
"vertical_direction": "up",
@@ -170959,7 +171242,7 @@
}
},
{
- "id": 25782,
+ "id": 25814,
"properties": {
"thickness": "tip",
"vertical_direction": "down",
@@ -170967,7 +171250,7 @@
}
},
{
- "id": 25783,
+ "id": 25815,
"properties": {
"thickness": "tip",
"vertical_direction": "down",
@@ -170975,7 +171258,7 @@
}
},
{
- "id": 25784,
+ "id": 25816,
"properties": {
"thickness": "frustum",
"vertical_direction": "up",
@@ -170983,7 +171266,7 @@
}
},
{
- "id": 25785,
+ "id": 25817,
"properties": {
"thickness": "frustum",
"vertical_direction": "up",
@@ -170991,7 +171274,7 @@
}
},
{
- "id": 25786,
+ "id": 25818,
"properties": {
"thickness": "frustum",
"vertical_direction": "down",
@@ -170999,7 +171282,7 @@
}
},
{
- "id": 25787,
+ "id": 25819,
"properties": {
"thickness": "frustum",
"vertical_direction": "down",
@@ -171007,7 +171290,7 @@
}
},
{
- "id": 25788,
+ "id": 25820,
"properties": {
"thickness": "middle",
"vertical_direction": "up",
@@ -171015,7 +171298,7 @@
}
},
{
- "id": 25789,
+ "id": 25821,
"properties": {
"thickness": "middle",
"vertical_direction": "up",
@@ -171023,7 +171306,7 @@
}
},
{
- "id": 25790,
+ "id": 25822,
"properties": {
"thickness": "middle",
"vertical_direction": "down",
@@ -171031,7 +171314,7 @@
}
},
{
- "id": 25791,
+ "id": 25823,
"properties": {
"thickness": "middle",
"vertical_direction": "down",
@@ -171039,7 +171322,7 @@
}
},
{
- "id": 25792,
+ "id": 25824,
"properties": {
"thickness": "base",
"vertical_direction": "up",
@@ -171047,7 +171330,7 @@
}
},
{
- "id": 25793,
+ "id": 25825,
"properties": {
"thickness": "base",
"vertical_direction": "up",
@@ -171055,7 +171338,7 @@
}
},
{
- "id": 25794,
+ "id": 25826,
"properties": {
"thickness": "base",
"vertical_direction": "down",
@@ -171063,7 +171346,7 @@
}
},
{
- "id": 25795,
+ "id": 25827,
"properties": {
"thickness": "base",
"vertical_direction": "down",
@@ -171102,21 +171385,21 @@
},
"states": [
{
- "id": 15171,
+ "id": 15203,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15172,
+ "id": 15204,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15173,
+ "id": 15205,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -171124,21 +171407,21 @@
},
{
"default": true,
- "id": 15174,
+ "id": 15206,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15175,
+ "id": 15207,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15176,
+ "id": 15208,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -171179,7 +171462,7 @@
},
"states": [
{
- "id": 14945,
+ "id": 14977,
"properties": {
"facing": "north",
"half": "top",
@@ -171188,7 +171471,7 @@
}
},
{
- "id": 14946,
+ "id": 14978,
"properties": {
"facing": "north",
"half": "top",
@@ -171197,7 +171480,7 @@
}
},
{
- "id": 14947,
+ "id": 14979,
"properties": {
"facing": "north",
"half": "top",
@@ -171206,7 +171489,7 @@
}
},
{
- "id": 14948,
+ "id": 14980,
"properties": {
"facing": "north",
"half": "top",
@@ -171215,7 +171498,7 @@
}
},
{
- "id": 14949,
+ "id": 14981,
"properties": {
"facing": "north",
"half": "top",
@@ -171224,7 +171507,7 @@
}
},
{
- "id": 14950,
+ "id": 14982,
"properties": {
"facing": "north",
"half": "top",
@@ -171233,7 +171516,7 @@
}
},
{
- "id": 14951,
+ "id": 14983,
"properties": {
"facing": "north",
"half": "top",
@@ -171242,7 +171525,7 @@
}
},
{
- "id": 14952,
+ "id": 14984,
"properties": {
"facing": "north",
"half": "top",
@@ -171251,7 +171534,7 @@
}
},
{
- "id": 14953,
+ "id": 14985,
"properties": {
"facing": "north",
"half": "top",
@@ -171260,7 +171543,7 @@
}
},
{
- "id": 14954,
+ "id": 14986,
"properties": {
"facing": "north",
"half": "top",
@@ -171269,7 +171552,7 @@
}
},
{
- "id": 14955,
+ "id": 14987,
"properties": {
"facing": "north",
"half": "bottom",
@@ -171279,439 +171562,439 @@
},
{
"default": true,
- "id": 14956,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14957,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14958,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14959,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14960,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14961,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14962,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14963,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14964,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14965,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14966,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14967,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14968,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14969,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14970,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14971,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14972,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14973,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14974,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14975,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14976,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14977,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14978,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14979,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14980,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14981,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14982,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14983,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14984,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14985,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14986,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14987,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14988,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14989,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14990,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14991,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14992,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14993,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14994,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14995,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14996,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14997,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14998,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14999,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 15000,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 15001,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 15002,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 15003,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 15004,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15005,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15006,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15007,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15008,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15009,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15010,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15011,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15012,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15013,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15014,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15015,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15016,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15017,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15018,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15019,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15020,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15021,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15022,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15023,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15024,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15025,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15026,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15027,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15028,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15029,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15030,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15031,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15032,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15033,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15034,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 15035,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 15036,
"properties": {
"facing": "west",
"half": "bottom",
@@ -171720,7 +172003,7 @@
}
},
{
- "id": 15005,
+ "id": 15037,
"properties": {
"facing": "east",
"half": "top",
@@ -171729,7 +172012,7 @@
}
},
{
- "id": 15006,
+ "id": 15038,
"properties": {
"facing": "east",
"half": "top",
@@ -171738,7 +172021,7 @@
}
},
{
- "id": 15007,
+ "id": 15039,
"properties": {
"facing": "east",
"half": "top",
@@ -171747,7 +172030,7 @@
}
},
{
- "id": 15008,
+ "id": 15040,
"properties": {
"facing": "east",
"half": "top",
@@ -171756,7 +172039,7 @@
}
},
{
- "id": 15009,
+ "id": 15041,
"properties": {
"facing": "east",
"half": "top",
@@ -171765,7 +172048,7 @@
}
},
{
- "id": 15010,
+ "id": 15042,
"properties": {
"facing": "east",
"half": "top",
@@ -171774,7 +172057,7 @@
}
},
{
- "id": 15011,
+ "id": 15043,
"properties": {
"facing": "east",
"half": "top",
@@ -171783,7 +172066,7 @@
}
},
{
- "id": 15012,
+ "id": 15044,
"properties": {
"facing": "east",
"half": "top",
@@ -171792,7 +172075,7 @@
}
},
{
- "id": 15013,
+ "id": 15045,
"properties": {
"facing": "east",
"half": "top",
@@ -171801,7 +172084,7 @@
}
},
{
- "id": 15014,
+ "id": 15046,
"properties": {
"facing": "east",
"half": "top",
@@ -171810,7 +172093,7 @@
}
},
{
- "id": 15015,
+ "id": 15047,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171819,7 +172102,7 @@
}
},
{
- "id": 15016,
+ "id": 15048,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171828,7 +172111,7 @@
}
},
{
- "id": 15017,
+ "id": 15049,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171837,7 +172120,7 @@
}
},
{
- "id": 15018,
+ "id": 15050,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171846,7 +172129,7 @@
}
},
{
- "id": 15019,
+ "id": 15051,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171855,7 +172138,7 @@
}
},
{
- "id": 15020,
+ "id": 15052,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171864,7 +172147,7 @@
}
},
{
- "id": 15021,
+ "id": 15053,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171873,7 +172156,7 @@
}
},
{
- "id": 15022,
+ "id": 15054,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171882,7 +172165,7 @@
}
},
{
- "id": 15023,
+ "id": 15055,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171891,7 +172174,7 @@
}
},
{
- "id": 15024,
+ "id": 15056,
"properties": {
"facing": "east",
"half": "bottom",
@@ -171943,7 +172226,7 @@
"states": [
{
"default": true,
- "id": 20899
+ "id": 20931
}
]
},
@@ -171965,21 +172248,21 @@
},
"states": [
{
- "id": 20903,
+ "id": 20935,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 20904,
+ "id": 20936,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 20905,
+ "id": 20937,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -171987,21 +172270,21 @@
},
{
"default": true,
- "id": 20906,
+ "id": 20938,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 20907,
+ "id": 20939,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 20908,
+ "id": 20940,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -172042,7 +172325,7 @@
},
"states": [
{
- "id": 20909,
+ "id": 20941,
"properties": {
"facing": "north",
"half": "top",
@@ -172051,7 +172334,7 @@
}
},
{
- "id": 20910,
+ "id": 20942,
"properties": {
"facing": "north",
"half": "top",
@@ -172060,7 +172343,7 @@
}
},
{
- "id": 20911,
+ "id": 20943,
"properties": {
"facing": "north",
"half": "top",
@@ -172069,7 +172352,7 @@
}
},
{
- "id": 20912,
+ "id": 20944,
"properties": {
"facing": "north",
"half": "top",
@@ -172078,7 +172361,7 @@
}
},
{
- "id": 20913,
+ "id": 20945,
"properties": {
"facing": "north",
"half": "top",
@@ -172087,7 +172370,7 @@
}
},
{
- "id": 20914,
+ "id": 20946,
"properties": {
"facing": "north",
"half": "top",
@@ -172096,7 +172379,7 @@
}
},
{
- "id": 20915,
+ "id": 20947,
"properties": {
"facing": "north",
"half": "top",
@@ -172105,7 +172388,7 @@
}
},
{
- "id": 20916,
+ "id": 20948,
"properties": {
"facing": "north",
"half": "top",
@@ -172114,7 +172397,7 @@
}
},
{
- "id": 20917,
+ "id": 20949,
"properties": {
"facing": "north",
"half": "top",
@@ -172123,7 +172406,7 @@
}
},
{
- "id": 20918,
+ "id": 20950,
"properties": {
"facing": "north",
"half": "top",
@@ -172132,7 +172415,7 @@
}
},
{
- "id": 20919,
+ "id": 20951,
"properties": {
"facing": "north",
"half": "bottom",
@@ -172142,439 +172425,439 @@
},
{
"default": true,
- "id": 20920,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20921,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20922,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20923,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20924,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20925,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20926,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20927,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20928,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20929,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20930,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20931,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20932,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20933,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20934,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20935,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20936,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20937,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20938,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20939,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20940,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20941,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20942,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20943,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20944,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20945,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20946,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20947,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20948,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20949,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20950,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20951,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 20952,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20953,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20954,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20955,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20956,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20957,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20958,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 20959,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 20960,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 20961,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 20962,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20963,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20964,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20965,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20966,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20967,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20968,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20969,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20970,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20971,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20972,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20973,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20974,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20975,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20976,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20977,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20978,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20979,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20980,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20981,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20982,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20983,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20984,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20985,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20986,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20987,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20988,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20989,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20990,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20991,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20992,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20993,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20994,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20995,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20996,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20997,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20998,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20999,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21000,
"properties": {
"facing": "west",
"half": "bottom",
@@ -172583,7 +172866,7 @@
}
},
{
- "id": 20969,
+ "id": 21001,
"properties": {
"facing": "east",
"half": "top",
@@ -172592,7 +172875,7 @@
}
},
{
- "id": 20970,
+ "id": 21002,
"properties": {
"facing": "east",
"half": "top",
@@ -172601,7 +172884,7 @@
}
},
{
- "id": 20971,
+ "id": 21003,
"properties": {
"facing": "east",
"half": "top",
@@ -172610,7 +172893,7 @@
}
},
{
- "id": 20972,
+ "id": 21004,
"properties": {
"facing": "east",
"half": "top",
@@ -172619,7 +172902,7 @@
}
},
{
- "id": 20973,
+ "id": 21005,
"properties": {
"facing": "east",
"half": "top",
@@ -172628,7 +172911,7 @@
}
},
{
- "id": 20974,
+ "id": 21006,
"properties": {
"facing": "east",
"half": "top",
@@ -172637,7 +172920,7 @@
}
},
{
- "id": 20975,
+ "id": 21007,
"properties": {
"facing": "east",
"half": "top",
@@ -172646,7 +172929,7 @@
}
},
{
- "id": 20976,
+ "id": 21008,
"properties": {
"facing": "east",
"half": "top",
@@ -172655,7 +172938,7 @@
}
},
{
- "id": 20977,
+ "id": 21009,
"properties": {
"facing": "east",
"half": "top",
@@ -172664,7 +172947,7 @@
}
},
{
- "id": 20978,
+ "id": 21010,
"properties": {
"facing": "east",
"half": "top",
@@ -172673,7 +172956,7 @@
}
},
{
- "id": 20979,
+ "id": 21011,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172682,7 +172965,7 @@
}
},
{
- "id": 20980,
+ "id": 21012,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172691,7 +172974,7 @@
}
},
{
- "id": 20981,
+ "id": 21013,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172700,7 +172983,7 @@
}
},
{
- "id": 20982,
+ "id": 21014,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172709,7 +172992,7 @@
}
},
{
- "id": 20983,
+ "id": 21015,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172718,7 +173001,7 @@
}
},
{
- "id": 20984,
+ "id": 21016,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172727,7 +173010,7 @@
}
},
{
- "id": 20985,
+ "id": 21017,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172736,7 +173019,7 @@
}
},
{
- "id": 20986,
+ "id": 21018,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172745,7 +173028,7 @@
}
},
{
- "id": 20987,
+ "id": 21019,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172754,7 +173037,7 @@
}
},
{
- "id": 20988,
+ "id": 21020,
"properties": {
"facing": "east",
"half": "bottom",
@@ -172801,7 +173084,7 @@
},
"states": [
{
- "id": 20989,
+ "id": 21021,
"properties": {
"east": "none",
"north": "none",
@@ -172812,7 +173095,7 @@
}
},
{
- "id": 20990,
+ "id": 21022,
"properties": {
"east": "none",
"north": "none",
@@ -172823,7 +173106,7 @@
}
},
{
- "id": 20991,
+ "id": 21023,
"properties": {
"east": "none",
"north": "none",
@@ -172835,718 +173118,366 @@
},
{
"default": true,
- "id": 20992,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20993,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 20994,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 20995,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 20996,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 20997,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 20998,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 20999,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21000,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21001,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21002,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21003,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21004,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21005,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21006,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21007,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21008,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21009,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21010,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21011,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21012,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21013,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21014,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21015,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21016,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21017,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21018,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21019,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21020,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21021,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21022,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21023,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 21024,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21025,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21026,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21027,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21028,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21029,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21030,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21031,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21032,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21033,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21034,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21035,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21036,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21037,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21038,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21039,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21040,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21041,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21042,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21043,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21044,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21045,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21046,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21047,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21048,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21049,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21050,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21051,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21052,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21053,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21054,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21055,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21056,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -173554,10 +173485,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -173565,10 +173496,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -173576,10 +173507,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -173587,362 +173518,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21061,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21062,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21063,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21064,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21065,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21066,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21067,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21068,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21069,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21070,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21071,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21072,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21073,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21074,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21075,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21076,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21077,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21078,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21079,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21080,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21081,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21082,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21083,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21084,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21085,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21086,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21087,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21088,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21089,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21090,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21091,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21092,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -173950,10 +173881,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -173961,14 +173892,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21095,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21096,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21097,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21098,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21099,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21100,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21101,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21102,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21103,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21104,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21105,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21106,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21107,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21108,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21109,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21110,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21111,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21112,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21113,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21114,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21115,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21116,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21117,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21118,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21119,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21120,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21121,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21122,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21123,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21124,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21125,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21126,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21127,
"properties": {
"east": "none",
"north": "tall",
@@ -173979,7 +174262,7 @@
}
},
{
- "id": 21096,
+ "id": 21128,
"properties": {
"east": "none",
"north": "tall",
@@ -173989,367 +174272,15 @@
"west": "tall"
}
},
- {
- "id": 21097,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21098,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21099,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21100,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21101,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21102,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21103,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21104,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21105,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21106,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21107,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21108,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21109,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21110,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21111,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21112,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21113,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21114,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21115,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21116,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21117,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21118,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21119,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21120,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21121,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21122,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21123,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21124,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21125,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21126,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21127,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21128,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21129,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -174357,10 +174288,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -174368,10 +174299,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -174379,362 +174310,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21133,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21134,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21135,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21136,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21137,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21138,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21139,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21140,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21141,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21142,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21143,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21144,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21145,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21146,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21147,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21148,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21149,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21150,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21151,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21152,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21153,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21154,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21155,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21156,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21157,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21158,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21159,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21160,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21161,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21162,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21163,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21164,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -174742,10 +174673,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -174753,10 +174684,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -174764,10 +174695,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -174775,362 +174706,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21169,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21170,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21171,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21172,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21173,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21174,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21175,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21176,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21177,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21178,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21179,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21180,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21181,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21182,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21183,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21184,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21185,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21186,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21187,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21188,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21189,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21190,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21191,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21192,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21193,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21194,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21195,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21196,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21197,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21198,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21199,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21200,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -175138,10 +175069,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -175149,14 +175080,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21203,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21204,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21205,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21206,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21207,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21208,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21209,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21210,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21211,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21212,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21213,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21214,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21215,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21216,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21217,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21218,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21219,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21220,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21221,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21222,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21223,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21224,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21225,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21226,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21227,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21228,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21229,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21230,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21231,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21232,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21233,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21234,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21235,
"properties": {
"east": "low",
"north": "tall",
@@ -175167,7 +175450,7 @@
}
},
{
- "id": 21204,
+ "id": 21236,
"properties": {
"east": "low",
"north": "tall",
@@ -175177,367 +175460,15 @@
"west": "tall"
}
},
- {
- "id": 21205,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21206,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21207,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21208,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21209,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21210,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21211,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21212,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21213,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21214,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21215,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21216,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21217,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21218,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21219,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21220,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21221,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21222,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21223,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21224,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21225,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21226,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21227,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21228,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21229,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21230,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21231,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21232,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21233,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21234,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21235,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21236,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21237,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -175545,14 +175476,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21239,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21240,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21241,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21242,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21243,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21244,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21245,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21246,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21247,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21248,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21249,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21250,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21251,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21252,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21253,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21254,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21255,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21256,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21257,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21258,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21259,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21260,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21261,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21262,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21263,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21264,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21265,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21266,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21267,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21268,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21269,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21270,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21271,
"properties": {
"east": "tall",
"north": "none",
@@ -175563,7 +175846,7 @@
}
},
{
- "id": 21240,
+ "id": 21272,
"properties": {
"east": "tall",
"north": "none",
@@ -175573,367 +175856,15 @@
"west": "tall"
}
},
- {
- "id": 21241,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21242,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21243,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21244,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21245,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21246,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21247,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21248,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21249,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21250,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21251,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21252,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21253,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21254,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21255,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21256,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21257,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21258,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21259,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21260,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21261,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21262,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21263,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21264,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21265,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21266,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21267,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21268,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21269,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21270,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21271,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21272,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21273,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -175941,14 +175872,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21275,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21276,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21277,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21278,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21279,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21280,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21281,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21282,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21283,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21284,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21285,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21286,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21287,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21288,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21289,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21290,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21291,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21292,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21293,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21294,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21295,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21296,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21297,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21298,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21299,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21300,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21301,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21302,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21303,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21304,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21305,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21306,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21307,
"properties": {
"east": "tall",
"north": "low",
@@ -175959,7 +176242,7 @@
}
},
{
- "id": 21276,
+ "id": 21308,
"properties": {
"east": "tall",
"north": "low",
@@ -175969,371 +176252,371 @@
"west": "tall"
}
},
- {
- "id": 21277,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21278,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21279,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21280,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21281,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21282,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21283,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21284,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21285,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21286,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21287,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21288,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21289,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21290,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21291,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21292,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21293,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21294,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21295,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21296,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21297,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21298,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21299,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21300,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21301,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21302,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21303,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21304,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21305,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21306,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21307,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21308,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21309,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21310,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21311,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21312,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21313,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21314,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21315,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21316,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21317,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21318,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21319,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21320,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21321,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21322,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21323,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21324,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21325,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21326,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21327,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21328,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21329,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21330,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21331,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21332,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21333,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21334,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21335,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21336,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21337,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21338,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21339,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21340,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21341,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21342,
"properties": {
"east": "tall",
"north": "tall",
@@ -176344,7 +176627,7 @@
}
},
{
- "id": 21311,
+ "id": 21343,
"properties": {
"east": "tall",
"north": "tall",
@@ -176355,7 +176638,7 @@
}
},
{
- "id": 21312,
+ "id": 21344,
"properties": {
"east": "tall",
"north": "tall",
@@ -176375,7 +176658,7 @@
"states": [
{
"default": true,
- "id": 20900
+ "id": 20932
}
]
},
@@ -176405,7 +176688,7 @@
},
"states": [
{
- "id": 21402,
+ "id": 21434,
"properties": {
"face": "floor",
"facing": "north",
@@ -176413,7 +176696,7 @@
}
},
{
- "id": 21403,
+ "id": 21435,
"properties": {
"face": "floor",
"facing": "north",
@@ -176421,7 +176704,7 @@
}
},
{
- "id": 21404,
+ "id": 21436,
"properties": {
"face": "floor",
"facing": "south",
@@ -176429,7 +176712,7 @@
}
},
{
- "id": 21405,
+ "id": 21437,
"properties": {
"face": "floor",
"facing": "south",
@@ -176437,7 +176720,7 @@
}
},
{
- "id": 21406,
+ "id": 21438,
"properties": {
"face": "floor",
"facing": "west",
@@ -176445,7 +176728,7 @@
}
},
{
- "id": 21407,
+ "id": 21439,
"properties": {
"face": "floor",
"facing": "west",
@@ -176453,7 +176736,7 @@
}
},
{
- "id": 21408,
+ "id": 21440,
"properties": {
"face": "floor",
"facing": "east",
@@ -176461,7 +176744,7 @@
}
},
{
- "id": 21409,
+ "id": 21441,
"properties": {
"face": "floor",
"facing": "east",
@@ -176469,7 +176752,7 @@
}
},
{
- "id": 21410,
+ "id": 21442,
"properties": {
"face": "wall",
"facing": "north",
@@ -176478,7 +176761,7 @@
},
{
"default": true,
- "id": 21411,
+ "id": 21443,
"properties": {
"face": "wall",
"facing": "north",
@@ -176486,7 +176769,7 @@
}
},
{
- "id": 21412,
+ "id": 21444,
"properties": {
"face": "wall",
"facing": "south",
@@ -176494,7 +176777,7 @@
}
},
{
- "id": 21413,
+ "id": 21445,
"properties": {
"face": "wall",
"facing": "south",
@@ -176502,7 +176785,7 @@
}
},
{
- "id": 21414,
+ "id": 21446,
"properties": {
"face": "wall",
"facing": "west",
@@ -176510,7 +176793,7 @@
}
},
{
- "id": 21415,
+ "id": 21447,
"properties": {
"face": "wall",
"facing": "west",
@@ -176518,7 +176801,7 @@
}
},
{
- "id": 21416,
+ "id": 21448,
"properties": {
"face": "wall",
"facing": "east",
@@ -176526,7 +176809,7 @@
}
},
{
- "id": 21417,
+ "id": 21449,
"properties": {
"face": "wall",
"facing": "east",
@@ -176534,7 +176817,7 @@
}
},
{
- "id": 21418,
+ "id": 21450,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -176542,7 +176825,7 @@
}
},
{
- "id": 21419,
+ "id": 21451,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -176550,7 +176833,7 @@
}
},
{
- "id": 21420,
+ "id": 21452,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -176558,7 +176841,7 @@
}
},
{
- "id": 21421,
+ "id": 21453,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -176566,7 +176849,7 @@
}
},
{
- "id": 21422,
+ "id": 21454,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -176574,7 +176857,7 @@
}
},
{
- "id": 21423,
+ "id": 21455,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -176582,7 +176865,7 @@
}
},
{
- "id": 21424,
+ "id": 21456,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -176590,7 +176873,7 @@
}
},
{
- "id": 21425,
+ "id": 21457,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -176613,14 +176896,14 @@
},
"states": [
{
- "id": 21400,
+ "id": 21432,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 21401,
+ "id": 21433,
"properties": {
"powered": "false"
}
@@ -176645,21 +176928,21 @@
},
"states": [
{
- "id": 21394,
+ "id": 21426,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 21395,
+ "id": 21427,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 21396,
+ "id": 21428,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -176667,21 +176950,21 @@
},
{
"default": true,
- "id": 21397,
+ "id": 21429,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 21398,
+ "id": 21430,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 21399,
+ "id": 21431,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -176722,7 +177005,7 @@
},
"states": [
{
- "id": 21314,
+ "id": 21346,
"properties": {
"facing": "north",
"half": "top",
@@ -176731,7 +177014,7 @@
}
},
{
- "id": 21315,
+ "id": 21347,
"properties": {
"facing": "north",
"half": "top",
@@ -176740,7 +177023,7 @@
}
},
{
- "id": 21316,
+ "id": 21348,
"properties": {
"facing": "north",
"half": "top",
@@ -176749,7 +177032,7 @@
}
},
{
- "id": 21317,
+ "id": 21349,
"properties": {
"facing": "north",
"half": "top",
@@ -176758,7 +177041,7 @@
}
},
{
- "id": 21318,
+ "id": 21350,
"properties": {
"facing": "north",
"half": "top",
@@ -176767,7 +177050,7 @@
}
},
{
- "id": 21319,
+ "id": 21351,
"properties": {
"facing": "north",
"half": "top",
@@ -176776,7 +177059,7 @@
}
},
{
- "id": 21320,
+ "id": 21352,
"properties": {
"facing": "north",
"half": "top",
@@ -176785,7 +177068,7 @@
}
},
{
- "id": 21321,
+ "id": 21353,
"properties": {
"facing": "north",
"half": "top",
@@ -176794,7 +177077,7 @@
}
},
{
- "id": 21322,
+ "id": 21354,
"properties": {
"facing": "north",
"half": "top",
@@ -176803,7 +177086,7 @@
}
},
{
- "id": 21323,
+ "id": 21355,
"properties": {
"facing": "north",
"half": "top",
@@ -176812,7 +177095,7 @@
}
},
{
- "id": 21324,
+ "id": 21356,
"properties": {
"facing": "north",
"half": "bottom",
@@ -176822,439 +177105,439 @@
},
{
"default": true,
- "id": 21325,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 21326,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 21327,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 21328,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 21329,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 21330,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 21331,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 21332,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 21333,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 21334,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 21335,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 21336,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 21337,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 21338,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 21339,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 21340,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 21341,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 21342,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 21343,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 21344,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 21345,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 21346,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 21347,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 21348,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 21349,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 21350,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 21351,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 21352,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 21353,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 21354,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 21355,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 21356,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 21357,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 21358,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 21359,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 21360,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 21361,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 21362,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 21363,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 21364,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 21365,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 21366,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 21367,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 21368,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 21369,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 21370,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 21371,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 21372,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 21373,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21374,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21375,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21376,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21377,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21378,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21379,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21380,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21381,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21382,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21383,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21384,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21385,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21386,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21387,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21388,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21389,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21390,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21391,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21392,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21393,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21394,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21395,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21396,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21397,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21398,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21399,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21400,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21401,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21402,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21403,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 21404,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 21405,
"properties": {
"facing": "west",
"half": "bottom",
@@ -177263,7 +177546,7 @@
}
},
{
- "id": 21374,
+ "id": 21406,
"properties": {
"facing": "east",
"half": "top",
@@ -177272,7 +177555,7 @@
}
},
{
- "id": 21375,
+ "id": 21407,
"properties": {
"facing": "east",
"half": "top",
@@ -177281,7 +177564,7 @@
}
},
{
- "id": 21376,
+ "id": 21408,
"properties": {
"facing": "east",
"half": "top",
@@ -177290,7 +177573,7 @@
}
},
{
- "id": 21377,
+ "id": 21409,
"properties": {
"facing": "east",
"half": "top",
@@ -177299,7 +177582,7 @@
}
},
{
- "id": 21378,
+ "id": 21410,
"properties": {
"facing": "east",
"half": "top",
@@ -177308,7 +177591,7 @@
}
},
{
- "id": 21379,
+ "id": 21411,
"properties": {
"facing": "east",
"half": "top",
@@ -177317,7 +177600,7 @@
}
},
{
- "id": 21380,
+ "id": 21412,
"properties": {
"facing": "east",
"half": "top",
@@ -177326,7 +177609,7 @@
}
},
{
- "id": 21381,
+ "id": 21413,
"properties": {
"facing": "east",
"half": "top",
@@ -177335,7 +177618,7 @@
}
},
{
- "id": 21382,
+ "id": 21414,
"properties": {
"facing": "east",
"half": "top",
@@ -177344,7 +177627,7 @@
}
},
{
- "id": 21383,
+ "id": 21415,
"properties": {
"facing": "east",
"half": "top",
@@ -177353,7 +177636,7 @@
}
},
{
- "id": 21384,
+ "id": 21416,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177362,7 +177645,7 @@
}
},
{
- "id": 21385,
+ "id": 21417,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177371,7 +177654,7 @@
}
},
{
- "id": 21386,
+ "id": 21418,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177380,7 +177663,7 @@
}
},
{
- "id": 21387,
+ "id": 21419,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177389,7 +177672,7 @@
}
},
{
- "id": 21388,
+ "id": 21420,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177398,7 +177681,7 @@
}
},
{
- "id": 21389,
+ "id": 21421,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177407,7 +177690,7 @@
}
},
{
- "id": 21390,
+ "id": 21422,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177416,7 +177699,7 @@
}
},
{
- "id": 21391,
+ "id": 21423,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177425,7 +177708,7 @@
}
},
{
- "id": 21392,
+ "id": 21424,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177434,7 +177717,7 @@
}
},
{
- "id": 21393,
+ "id": 21425,
"properties": {
"facing": "east",
"half": "bottom",
@@ -177481,7 +177764,7 @@
},
"states": [
{
- "id": 21426,
+ "id": 21458,
"properties": {
"east": "none",
"north": "none",
@@ -177492,7 +177775,7 @@
}
},
{
- "id": 21427,
+ "id": 21459,
"properties": {
"east": "none",
"north": "none",
@@ -177503,7 +177786,7 @@
}
},
{
- "id": 21428,
+ "id": 21460,
"properties": {
"east": "none",
"north": "none",
@@ -177515,718 +177798,366 @@
},
{
"default": true,
- "id": 21429,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21430,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21431,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21432,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21433,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21434,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21435,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21436,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21437,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21438,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21439,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21440,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21441,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21442,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21443,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21444,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21445,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21446,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21447,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21448,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21449,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21450,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21451,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21452,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21453,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21454,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21455,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21456,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21457,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21458,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21459,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21460,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 21461,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21462,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21463,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21464,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21465,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21466,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21467,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21468,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21469,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21470,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21471,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21472,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21473,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21474,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21475,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21476,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21477,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21478,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21479,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21480,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21481,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21482,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21483,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21484,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21485,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21486,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21487,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21488,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21489,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21490,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21491,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21492,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21493,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -178234,10 +178165,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -178245,10 +178176,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -178256,10 +178187,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -178267,362 +178198,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21498,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21499,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21500,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21501,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21502,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21503,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21504,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21505,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21506,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21507,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21508,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21509,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21510,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21511,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21512,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21513,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21514,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21515,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21516,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21517,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21518,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21519,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21520,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21521,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21522,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21523,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21524,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21525,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21526,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21527,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21528,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21529,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -178630,10 +178561,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -178641,14 +178572,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21532,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21533,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21534,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21535,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21536,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21537,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21538,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21539,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21540,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21541,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21542,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21543,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21544,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21545,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21546,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21547,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21548,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21549,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21550,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21551,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21552,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21553,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21554,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21555,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21556,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21557,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21558,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21559,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21560,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21561,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21562,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21563,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21564,
"properties": {
"east": "none",
"north": "tall",
@@ -178659,7 +178942,7 @@
}
},
{
- "id": 21533,
+ "id": 21565,
"properties": {
"east": "none",
"north": "tall",
@@ -178669,367 +178952,15 @@
"west": "tall"
}
},
- {
- "id": 21534,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21535,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21536,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21537,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21538,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21539,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21540,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21541,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21542,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21543,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21544,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21545,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21546,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21547,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21548,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21549,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21550,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21551,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21552,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21553,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21554,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21555,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21556,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21557,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21558,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21559,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21560,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21561,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21562,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21563,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21564,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21565,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21566,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -179037,10 +178968,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -179048,10 +178979,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -179059,362 +178990,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21570,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21571,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21572,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21573,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21574,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21575,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21576,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21577,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21578,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21579,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21580,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21581,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21582,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21583,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21584,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21585,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21586,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21587,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21588,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21589,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21590,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21591,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21592,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21593,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21594,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21595,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21596,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21597,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21598,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21599,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21600,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21601,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -179422,10 +179353,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -179433,10 +179364,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -179444,10 +179375,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -179455,362 +179386,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21606,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21607,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21608,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21609,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21610,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21611,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21612,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21613,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21614,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21615,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21616,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21617,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21618,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21619,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21620,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21621,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21622,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21623,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21624,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21625,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21626,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21627,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21628,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21629,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21630,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21631,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 21632,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21633,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21634,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 21635,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21636,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 21637,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -179818,10 +179749,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -179829,14 +179760,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21640,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21641,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21642,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21643,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21644,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21645,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21646,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21647,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21648,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21649,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21650,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21651,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21652,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21653,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21654,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21655,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21656,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21657,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21658,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21659,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21660,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21661,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21662,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21663,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21664,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21665,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21666,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21667,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21668,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21669,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21670,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21671,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21672,
"properties": {
"east": "low",
"north": "tall",
@@ -179847,7 +180130,7 @@
}
},
{
- "id": 21641,
+ "id": 21673,
"properties": {
"east": "low",
"north": "tall",
@@ -179857,367 +180140,15 @@
"west": "tall"
}
},
- {
- "id": 21642,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21643,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21644,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21645,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21646,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21647,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21648,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21649,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21650,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21651,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21652,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21653,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21654,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21655,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21656,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21657,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21658,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21659,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21660,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21661,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21662,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21663,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21664,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21665,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21666,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21667,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21668,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21669,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21670,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21671,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21672,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21673,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21674,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -180225,14 +180156,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21676,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21677,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21678,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21679,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21680,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21681,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21682,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21683,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21684,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21685,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21686,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21687,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21688,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21689,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21690,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21691,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21692,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21693,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21694,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21695,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21696,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21697,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21698,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21699,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21700,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21701,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21702,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21703,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21704,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21705,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21706,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21707,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21708,
"properties": {
"east": "tall",
"north": "none",
@@ -180243,7 +180526,7 @@
}
},
{
- "id": 21677,
+ "id": 21709,
"properties": {
"east": "tall",
"north": "none",
@@ -180253,367 +180536,15 @@
"west": "tall"
}
},
- {
- "id": 21678,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21679,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21680,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21681,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21682,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21683,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21684,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21685,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21686,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21687,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21688,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21689,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21690,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21691,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21692,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21693,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21694,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21695,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21696,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21697,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21698,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21699,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21700,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21701,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21702,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21703,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21704,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21705,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21706,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21707,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21708,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21709,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21710,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -180621,14 +180552,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 21712,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21713,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21714,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21715,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21716,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21717,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21718,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21719,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21720,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21721,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21722,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21723,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21724,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21725,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21726,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21727,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21728,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21729,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21730,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21731,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21732,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21733,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21734,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21735,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21736,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21737,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21738,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21739,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21740,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21741,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21742,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21743,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21744,
"properties": {
"east": "tall",
"north": "low",
@@ -180639,7 +180922,7 @@
}
},
{
- "id": 21713,
+ "id": 21745,
"properties": {
"east": "tall",
"north": "low",
@@ -180649,371 +180932,371 @@
"west": "tall"
}
},
- {
- "id": 21714,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21715,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21716,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21717,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21718,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21719,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21720,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21721,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21722,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21723,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21724,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21725,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21726,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21727,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21728,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21729,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21730,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21731,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21732,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21733,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21734,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21735,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21736,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21737,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21738,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21739,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 21740,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 21741,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 21742,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 21743,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 21744,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 21745,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 21746,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 21747,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21748,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21749,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21750,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21751,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21752,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21753,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21754,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21755,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21756,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21757,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21758,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21759,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21760,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21761,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21762,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21763,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21764,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21765,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21766,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21767,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21768,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21769,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21770,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21771,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21772,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21773,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21774,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21775,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21776,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 21777,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 21778,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 21779,
"properties": {
"east": "tall",
"north": "tall",
@@ -181024,7 +181307,7 @@
}
},
{
- "id": 21748,
+ "id": 21780,
"properties": {
"east": "tall",
"north": "tall",
@@ -181035,7 +181318,7 @@
}
},
{
- "id": 21749,
+ "id": 21781,
"properties": {
"east": "tall",
"north": "tall",
@@ -181055,7 +181338,7 @@
"states": [
{
"default": true,
- "id": 26378
+ "id": 26410
}
]
},
@@ -181077,21 +181360,21 @@
},
"states": [
{
- "id": 26459,
+ "id": 26491,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 26460,
+ "id": 26492,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 26461,
+ "id": 26493,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -181099,21 +181382,21 @@
},
{
"default": true,
- "id": 26462,
+ "id": 26494,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 26463,
+ "id": 26495,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 26464,
+ "id": 26496,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -181154,7 +181437,7 @@
},
"states": [
{
- "id": 26379,
+ "id": 26411,
"properties": {
"facing": "north",
"half": "top",
@@ -181163,7 +181446,7 @@
}
},
{
- "id": 26380,
+ "id": 26412,
"properties": {
"facing": "north",
"half": "top",
@@ -181172,7 +181455,7 @@
}
},
{
- "id": 26381,
+ "id": 26413,
"properties": {
"facing": "north",
"half": "top",
@@ -181181,7 +181464,7 @@
}
},
{
- "id": 26382,
+ "id": 26414,
"properties": {
"facing": "north",
"half": "top",
@@ -181190,7 +181473,7 @@
}
},
{
- "id": 26383,
+ "id": 26415,
"properties": {
"facing": "north",
"half": "top",
@@ -181199,7 +181482,7 @@
}
},
{
- "id": 26384,
+ "id": 26416,
"properties": {
"facing": "north",
"half": "top",
@@ -181208,7 +181491,7 @@
}
},
{
- "id": 26385,
+ "id": 26417,
"properties": {
"facing": "north",
"half": "top",
@@ -181217,7 +181500,7 @@
}
},
{
- "id": 26386,
+ "id": 26418,
"properties": {
"facing": "north",
"half": "top",
@@ -181226,7 +181509,7 @@
}
},
{
- "id": 26387,
+ "id": 26419,
"properties": {
"facing": "north",
"half": "top",
@@ -181235,7 +181518,7 @@
}
},
{
- "id": 26388,
+ "id": 26420,
"properties": {
"facing": "north",
"half": "top",
@@ -181244,7 +181527,7 @@
}
},
{
- "id": 26389,
+ "id": 26421,
"properties": {
"facing": "north",
"half": "bottom",
@@ -181254,439 +181537,439 @@
},
{
"default": true,
- "id": 26390,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26391,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26392,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26393,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26394,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26395,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26396,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26397,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26398,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26399,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 26400,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26401,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26402,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26403,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26404,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26405,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26406,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26407,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26408,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26409,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 26410,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26411,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26412,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26413,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26414,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26415,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 26416,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 26417,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 26418,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 26419,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 26420,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 26421,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 26422,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 26423,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 26424,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 26425,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 26426,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 26427,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 26428,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 26429,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 26430,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 26431,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 26432,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 26433,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 26434,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 26435,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 26436,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 26437,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 26438,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26439,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26440,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26441,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26442,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26443,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26444,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26445,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26446,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26447,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26448,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26449,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26450,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26451,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26452,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26453,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26454,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26455,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26456,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26457,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26458,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26459,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26460,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26461,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26462,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26463,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26464,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26465,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26466,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26467,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26468,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 26469,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 26470,
"properties": {
"facing": "west",
"half": "bottom",
@@ -181695,7 +181978,7 @@
}
},
{
- "id": 26439,
+ "id": 26471,
"properties": {
"facing": "east",
"half": "top",
@@ -181704,7 +181987,7 @@
}
},
{
- "id": 26440,
+ "id": 26472,
"properties": {
"facing": "east",
"half": "top",
@@ -181713,7 +181996,7 @@
}
},
{
- "id": 26441,
+ "id": 26473,
"properties": {
"facing": "east",
"half": "top",
@@ -181722,7 +182005,7 @@
}
},
{
- "id": 26442,
+ "id": 26474,
"properties": {
"facing": "east",
"half": "top",
@@ -181731,7 +182014,7 @@
}
},
{
- "id": 26443,
+ "id": 26475,
"properties": {
"facing": "east",
"half": "top",
@@ -181740,7 +182023,7 @@
}
},
{
- "id": 26444,
+ "id": 26476,
"properties": {
"facing": "east",
"half": "top",
@@ -181749,7 +182032,7 @@
}
},
{
- "id": 26445,
+ "id": 26477,
"properties": {
"facing": "east",
"half": "top",
@@ -181758,7 +182041,7 @@
}
},
{
- "id": 26446,
+ "id": 26478,
"properties": {
"facing": "east",
"half": "top",
@@ -181767,7 +182050,7 @@
}
},
{
- "id": 26447,
+ "id": 26479,
"properties": {
"facing": "east",
"half": "top",
@@ -181776,7 +182059,7 @@
}
},
{
- "id": 26448,
+ "id": 26480,
"properties": {
"facing": "east",
"half": "top",
@@ -181785,7 +182068,7 @@
}
},
{
- "id": 26449,
+ "id": 26481,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181794,7 +182077,7 @@
}
},
{
- "id": 26450,
+ "id": 26482,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181803,7 +182086,7 @@
}
},
{
- "id": 26451,
+ "id": 26483,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181812,7 +182095,7 @@
}
},
{
- "id": 26452,
+ "id": 26484,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181821,7 +182104,7 @@
}
},
{
- "id": 26453,
+ "id": 26485,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181830,7 +182113,7 @@
}
},
{
- "id": 26454,
+ "id": 26486,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181839,7 +182122,7 @@
}
},
{
- "id": 26455,
+ "id": 26487,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181848,7 +182131,7 @@
}
},
{
- "id": 26456,
+ "id": 26488,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181857,7 +182140,7 @@
}
},
{
- "id": 26457,
+ "id": 26489,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181866,7 +182149,7 @@
}
},
{
- "id": 26458,
+ "id": 26490,
"properties": {
"facing": "east",
"half": "bottom",
@@ -181913,7 +182196,7 @@
},
"states": [
{
- "id": 26465,
+ "id": 26497,
"properties": {
"east": "none",
"north": "none",
@@ -181924,7 +182207,7 @@
}
},
{
- "id": 26466,
+ "id": 26498,
"properties": {
"east": "none",
"north": "none",
@@ -181935,7 +182218,7 @@
}
},
{
- "id": 26467,
+ "id": 26499,
"properties": {
"east": "none",
"north": "none",
@@ -181947,718 +182230,366 @@
},
{
"default": true,
- "id": 26468,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26469,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26470,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26471,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26472,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26473,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26474,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26475,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26476,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26477,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26478,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26479,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26480,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26481,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26482,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26483,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26484,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26485,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26486,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26487,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26488,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26489,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26490,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26491,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26492,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26493,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26494,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26495,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26496,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26497,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26498,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26499,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 26500,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26501,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26502,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26503,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26504,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26505,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26506,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26507,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26508,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26509,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26510,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26511,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26512,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26513,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26514,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26515,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26516,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26517,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26518,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26519,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26520,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26521,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26522,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26523,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26524,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26525,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26526,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26527,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26528,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26529,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26530,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26531,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26532,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -182666,10 +182597,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -182677,10 +182608,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -182688,10 +182619,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -182699,362 +182630,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26537,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26538,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26539,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26540,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26541,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26542,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26543,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26544,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26545,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26546,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26547,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26548,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26549,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26550,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26551,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26552,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26553,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26554,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26555,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26556,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26557,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26558,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26559,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26560,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26561,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26562,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26563,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26564,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26565,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26566,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26567,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26568,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -183062,10 +182993,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -183073,14 +183004,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26571,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26572,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26573,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26574,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26575,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26576,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26577,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26578,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26579,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26580,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26581,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26582,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26583,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26584,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26585,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26586,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26587,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26588,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26589,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26590,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26591,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26592,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26593,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26594,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26595,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26596,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26597,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26598,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26599,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26600,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26601,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26602,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26603,
"properties": {
"east": "none",
"north": "tall",
@@ -183091,7 +183374,7 @@
}
},
{
- "id": 26572,
+ "id": 26604,
"properties": {
"east": "none",
"north": "tall",
@@ -183101,367 +183384,15 @@
"west": "tall"
}
},
- {
- "id": 26573,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26574,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26575,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26576,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26577,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26578,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26579,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26580,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26581,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26582,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26583,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26584,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26585,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26586,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26587,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26588,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26589,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26590,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26591,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26592,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26593,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26594,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26595,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26596,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26597,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26598,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26599,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26600,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26601,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26602,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26603,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26604,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26605,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -183469,10 +183400,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -183480,10 +183411,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -183491,362 +183422,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26609,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26610,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26611,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26612,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26613,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26614,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26615,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26616,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26617,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26618,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26619,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26620,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26621,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26622,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26623,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26624,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26625,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26626,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26627,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26628,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26629,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26630,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26631,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26632,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26633,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26634,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26635,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26636,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26637,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26638,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26639,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26640,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -183854,10 +183785,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -183865,10 +183796,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -183876,10 +183807,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -183887,362 +183818,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26645,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26646,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26647,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26648,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26649,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26650,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26651,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26652,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26653,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26654,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26655,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26656,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26657,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26658,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26659,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26660,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26661,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26662,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26663,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26664,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26665,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26666,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26667,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26668,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26669,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26670,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 26671,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26672,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26673,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 26674,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26675,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 26676,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -184250,10 +184181,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -184261,14 +184192,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26679,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26680,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26681,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26682,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26683,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26684,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26685,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26686,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26687,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26688,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26689,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26690,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26691,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26692,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26693,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26694,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26695,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26696,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26697,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26698,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26699,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26700,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26701,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26702,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26703,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26704,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26705,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26706,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26707,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26708,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26709,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26710,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26711,
"properties": {
"east": "low",
"north": "tall",
@@ -184279,7 +184562,7 @@
}
},
{
- "id": 26680,
+ "id": 26712,
"properties": {
"east": "low",
"north": "tall",
@@ -184289,367 +184572,15 @@
"west": "tall"
}
},
- {
- "id": 26681,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26682,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26683,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26684,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26685,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26686,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26687,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26688,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26689,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26690,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26691,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26692,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26693,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26694,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26695,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26696,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26697,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26698,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26699,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26700,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26701,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26702,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26703,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26704,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26705,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26706,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26707,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26708,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26709,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26710,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26711,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26712,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26713,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -184657,14 +184588,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26715,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26716,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26717,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26718,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26719,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26720,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26721,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26722,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26723,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26724,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26725,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26726,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26727,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26728,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26729,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26730,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26731,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26732,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26733,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26734,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26735,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26736,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26737,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26738,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26739,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26740,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26741,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26742,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26743,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26744,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26745,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26746,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26747,
"properties": {
"east": "tall",
"north": "none",
@@ -184675,7 +184958,7 @@
}
},
{
- "id": 26716,
+ "id": 26748,
"properties": {
"east": "tall",
"north": "none",
@@ -184685,367 +184968,15 @@
"west": "tall"
}
},
- {
- "id": 26717,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26718,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26719,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26720,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26721,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26722,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26723,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26724,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26725,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26726,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26727,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26728,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26729,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26730,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26731,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26732,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26733,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26734,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26735,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26736,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26737,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26738,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26739,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26740,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26741,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26742,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26743,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26744,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26745,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26746,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26747,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26748,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26749,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -185053,14 +184984,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 26751,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26752,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26753,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26754,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26755,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26756,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26757,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26758,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26759,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26760,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26761,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26762,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26763,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26764,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26765,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26766,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26767,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26768,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26769,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26770,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26771,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26772,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26773,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26774,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26775,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26776,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26777,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26778,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26779,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26780,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26781,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26782,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26783,
"properties": {
"east": "tall",
"north": "low",
@@ -185071,7 +185354,7 @@
}
},
{
- "id": 26752,
+ "id": 26784,
"properties": {
"east": "tall",
"north": "low",
@@ -185081,371 +185364,371 @@
"west": "tall"
}
},
- {
- "id": 26753,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26754,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26755,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26756,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26757,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26758,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26759,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26760,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26761,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26762,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26763,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26764,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26765,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26766,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26767,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26768,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26769,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26770,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26771,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26772,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26773,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26774,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26775,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26776,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26777,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26778,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 26779,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 26780,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 26781,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 26782,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 26783,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 26784,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 26785,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 26786,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26787,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26788,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26789,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26790,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26791,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26792,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26793,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26794,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26795,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26796,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26797,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26798,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26799,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26800,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26801,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26802,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26803,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26804,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26805,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26806,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26807,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26808,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26809,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26810,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26811,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26812,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26813,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26814,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26815,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 26816,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 26817,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 26818,
"properties": {
"east": "tall",
"north": "tall",
@@ -185456,7 +185739,7 @@
}
},
{
- "id": 26787,
+ "id": 26819,
"properties": {
"east": "tall",
"north": "tall",
@@ -185467,7 +185750,7 @@
}
},
{
- "id": 26788,
+ "id": 26820,
"properties": {
"east": "tall",
"north": "tall",
@@ -185509,21 +185792,21 @@
},
"states": [
{
- "id": 15123,
+ "id": 15155,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15124,
+ "id": 15156,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15125,
+ "id": 15157,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -185531,21 +185814,21 @@
},
{
"default": true,
- "id": 15126,
+ "id": 15158,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15127,
+ "id": 15159,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15128,
+ "id": 15160,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -185586,7 +185869,7 @@
},
"states": [
{
- "id": 14225,
+ "id": 14257,
"properties": {
"facing": "north",
"half": "top",
@@ -185595,7 +185878,7 @@
}
},
{
- "id": 14226,
+ "id": 14258,
"properties": {
"facing": "north",
"half": "top",
@@ -185604,7 +185887,7 @@
}
},
{
- "id": 14227,
+ "id": 14259,
"properties": {
"facing": "north",
"half": "top",
@@ -185613,7 +185896,7 @@
}
},
{
- "id": 14228,
+ "id": 14260,
"properties": {
"facing": "north",
"half": "top",
@@ -185622,7 +185905,7 @@
}
},
{
- "id": 14229,
+ "id": 14261,
"properties": {
"facing": "north",
"half": "top",
@@ -185631,7 +185914,7 @@
}
},
{
- "id": 14230,
+ "id": 14262,
"properties": {
"facing": "north",
"half": "top",
@@ -185640,7 +185923,7 @@
}
},
{
- "id": 14231,
+ "id": 14263,
"properties": {
"facing": "north",
"half": "top",
@@ -185649,7 +185932,7 @@
}
},
{
- "id": 14232,
+ "id": 14264,
"properties": {
"facing": "north",
"half": "top",
@@ -185658,7 +185941,7 @@
}
},
{
- "id": 14233,
+ "id": 14265,
"properties": {
"facing": "north",
"half": "top",
@@ -185667,7 +185950,7 @@
}
},
{
- "id": 14234,
+ "id": 14266,
"properties": {
"facing": "north",
"half": "top",
@@ -185676,7 +185959,7 @@
}
},
{
- "id": 14235,
+ "id": 14267,
"properties": {
"facing": "north",
"half": "bottom",
@@ -185686,439 +185969,439 @@
},
{
"default": true,
- "id": 14236,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14237,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14238,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14239,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14240,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14241,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14242,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14243,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14244,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14245,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14246,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14247,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14248,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14249,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14250,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14251,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14252,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14253,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14254,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14255,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14256,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14257,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14258,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14259,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14260,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14261,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14262,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14263,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14264,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14265,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14266,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14267,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14268,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14269,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14270,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14271,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14272,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14273,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14274,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14275,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14276,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14277,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14278,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14279,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14280,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14281,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14282,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14283,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14284,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14285,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14286,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14287,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14288,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14289,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14290,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14291,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14292,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14293,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14294,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14295,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14296,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14297,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14298,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14299,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14300,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14301,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14302,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14303,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14304,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14305,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14306,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14307,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14308,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14309,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14310,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14311,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14312,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14313,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14314,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14315,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14316,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186127,7 +186410,7 @@
}
},
{
- "id": 14285,
+ "id": 14317,
"properties": {
"facing": "east",
"half": "top",
@@ -186136,7 +186419,7 @@
}
},
{
- "id": 14286,
+ "id": 14318,
"properties": {
"facing": "east",
"half": "top",
@@ -186145,7 +186428,7 @@
}
},
{
- "id": 14287,
+ "id": 14319,
"properties": {
"facing": "east",
"half": "top",
@@ -186154,7 +186437,7 @@
}
},
{
- "id": 14288,
+ "id": 14320,
"properties": {
"facing": "east",
"half": "top",
@@ -186163,7 +186446,7 @@
}
},
{
- "id": 14289,
+ "id": 14321,
"properties": {
"facing": "east",
"half": "top",
@@ -186172,7 +186455,7 @@
}
},
{
- "id": 14290,
+ "id": 14322,
"properties": {
"facing": "east",
"half": "top",
@@ -186181,7 +186464,7 @@
}
},
{
- "id": 14291,
+ "id": 14323,
"properties": {
"facing": "east",
"half": "top",
@@ -186190,7 +186473,7 @@
}
},
{
- "id": 14292,
+ "id": 14324,
"properties": {
"facing": "east",
"half": "top",
@@ -186199,7 +186482,7 @@
}
},
{
- "id": 14293,
+ "id": 14325,
"properties": {
"facing": "east",
"half": "top",
@@ -186208,7 +186491,7 @@
}
},
{
- "id": 14294,
+ "id": 14326,
"properties": {
"facing": "east",
"half": "top",
@@ -186217,7 +186500,7 @@
}
},
{
- "id": 14295,
+ "id": 14327,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186226,7 +186509,7 @@
}
},
{
- "id": 14296,
+ "id": 14328,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186235,7 +186518,7 @@
}
},
{
- "id": 14297,
+ "id": 14329,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186244,7 +186527,7 @@
}
},
{
- "id": 14298,
+ "id": 14330,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186253,7 +186536,7 @@
}
},
{
- "id": 14299,
+ "id": 14331,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186262,7 +186545,7 @@
}
},
{
- "id": 14300,
+ "id": 14332,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186271,7 +186554,7 @@
}
},
{
- "id": 14301,
+ "id": 14333,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186280,7 +186563,7 @@
}
},
{
- "id": 14302,
+ "id": 14334,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186289,7 +186572,7 @@
}
},
{
- "id": 14303,
+ "id": 14335,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186298,7 +186581,7 @@
}
},
{
- "id": 14304,
+ "id": 14336,
"properties": {
"facing": "east",
"half": "bottom",
@@ -186338,21 +186621,21 @@
},
"states": [
{
- "id": 15105,
+ "id": 15137,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15106,
+ "id": 15138,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15107,
+ "id": 15139,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -186360,21 +186643,21 @@
},
{
"default": true,
- "id": 15108,
+ "id": 15140,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15109,
+ "id": 15141,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15110,
+ "id": 15142,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -186415,7 +186698,7 @@
},
"states": [
{
- "id": 13985,
+ "id": 14017,
"properties": {
"facing": "north",
"half": "top",
@@ -186424,7 +186707,7 @@
}
},
{
- "id": 13986,
+ "id": 14018,
"properties": {
"facing": "north",
"half": "top",
@@ -186433,7 +186716,7 @@
}
},
{
- "id": 13987,
+ "id": 14019,
"properties": {
"facing": "north",
"half": "top",
@@ -186442,7 +186725,7 @@
}
},
{
- "id": 13988,
+ "id": 14020,
"properties": {
"facing": "north",
"half": "top",
@@ -186451,7 +186734,7 @@
}
},
{
- "id": 13989,
+ "id": 14021,
"properties": {
"facing": "north",
"half": "top",
@@ -186460,7 +186743,7 @@
}
},
{
- "id": 13990,
+ "id": 14022,
"properties": {
"facing": "north",
"half": "top",
@@ -186469,7 +186752,7 @@
}
},
{
- "id": 13991,
+ "id": 14023,
"properties": {
"facing": "north",
"half": "top",
@@ -186478,7 +186761,7 @@
}
},
{
- "id": 13992,
+ "id": 14024,
"properties": {
"facing": "north",
"half": "top",
@@ -186487,7 +186770,7 @@
}
},
{
- "id": 13993,
+ "id": 14025,
"properties": {
"facing": "north",
"half": "top",
@@ -186496,7 +186779,7 @@
}
},
{
- "id": 13994,
+ "id": 14026,
"properties": {
"facing": "north",
"half": "top",
@@ -186505,7 +186788,7 @@
}
},
{
- "id": 13995,
+ "id": 14027,
"properties": {
"facing": "north",
"half": "bottom",
@@ -186515,439 +186798,439 @@
},
{
"default": true,
- "id": 13996,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 13997,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 13998,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 13999,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14000,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14001,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14002,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14003,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14004,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14005,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14006,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14007,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14008,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14009,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14010,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14011,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14012,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14013,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14014,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14015,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14016,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14017,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14018,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14019,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14020,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14021,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14022,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14023,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14024,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14025,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14026,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14027,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14028,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14029,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14030,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14031,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14032,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14033,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14034,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14035,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14036,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14037,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14038,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14039,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14040,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14041,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14042,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14043,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14044,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14045,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14046,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14047,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14048,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14049,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14050,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14051,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14052,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14053,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14054,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14055,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14056,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14057,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14058,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14059,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14060,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14061,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14062,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14063,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14064,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14065,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14066,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14067,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14068,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14069,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14070,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14071,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14072,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14073,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14074,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14075,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14076,
"properties": {
"facing": "west",
"half": "bottom",
@@ -186956,7 +187239,7 @@
}
},
{
- "id": 14045,
+ "id": 14077,
"properties": {
"facing": "east",
"half": "top",
@@ -186965,7 +187248,7 @@
}
},
{
- "id": 14046,
+ "id": 14078,
"properties": {
"facing": "east",
"half": "top",
@@ -186974,7 +187257,7 @@
}
},
{
- "id": 14047,
+ "id": 14079,
"properties": {
"facing": "east",
"half": "top",
@@ -186983,7 +187266,7 @@
}
},
{
- "id": 14048,
+ "id": 14080,
"properties": {
"facing": "east",
"half": "top",
@@ -186992,7 +187275,7 @@
}
},
{
- "id": 14049,
+ "id": 14081,
"properties": {
"facing": "east",
"half": "top",
@@ -187001,7 +187284,7 @@
}
},
{
- "id": 14050,
+ "id": 14082,
"properties": {
"facing": "east",
"half": "top",
@@ -187010,7 +187293,7 @@
}
},
{
- "id": 14051,
+ "id": 14083,
"properties": {
"facing": "east",
"half": "top",
@@ -187019,7 +187302,7 @@
}
},
{
- "id": 14052,
+ "id": 14084,
"properties": {
"facing": "east",
"half": "top",
@@ -187028,7 +187311,7 @@
}
},
{
- "id": 14053,
+ "id": 14085,
"properties": {
"facing": "east",
"half": "top",
@@ -187037,7 +187320,7 @@
}
},
{
- "id": 14054,
+ "id": 14086,
"properties": {
"facing": "east",
"half": "top",
@@ -187046,7 +187329,7 @@
}
},
{
- "id": 14055,
+ "id": 14087,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187055,7 +187338,7 @@
}
},
{
- "id": 14056,
+ "id": 14088,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187064,7 +187347,7 @@
}
},
{
- "id": 14057,
+ "id": 14089,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187073,7 +187356,7 @@
}
},
{
- "id": 14058,
+ "id": 14090,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187082,7 +187365,7 @@
}
},
{
- "id": 14059,
+ "id": 14091,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187091,7 +187374,7 @@
}
},
{
- "id": 14060,
+ "id": 14092,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187100,7 +187383,7 @@
}
},
{
- "id": 14061,
+ "id": 14093,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187109,7 +187392,7 @@
}
},
{
- "id": 14062,
+ "id": 14094,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187118,7 +187401,7 @@
}
},
{
- "id": 14063,
+ "id": 14095,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187127,7 +187410,7 @@
}
},
{
- "id": 14064,
+ "id": 14096,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187145,7 +187428,7 @@
"states": [
{
"default": true,
- "id": 22520
+ "id": 22552
}
]
},
@@ -187167,21 +187450,21 @@
},
"states": [
{
- "id": 22521,
+ "id": 22553,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 22522,
+ "id": 22554,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 22523,
+ "id": 22555,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -187189,21 +187472,21 @@
},
{
"default": true,
- "id": 22524,
+ "id": 22556,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 22525,
+ "id": 22557,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 22526,
+ "id": 22558,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -187244,7 +187527,7 @@
},
"states": [
{
- "id": 22527,
+ "id": 22559,
"properties": {
"facing": "north",
"half": "top",
@@ -187253,7 +187536,7 @@
}
},
{
- "id": 22528,
+ "id": 22560,
"properties": {
"facing": "north",
"half": "top",
@@ -187262,7 +187545,7 @@
}
},
{
- "id": 22529,
+ "id": 22561,
"properties": {
"facing": "north",
"half": "top",
@@ -187271,7 +187554,7 @@
}
},
{
- "id": 22530,
+ "id": 22562,
"properties": {
"facing": "north",
"half": "top",
@@ -187280,7 +187563,7 @@
}
},
{
- "id": 22531,
+ "id": 22563,
"properties": {
"facing": "north",
"half": "top",
@@ -187289,7 +187572,7 @@
}
},
{
- "id": 22532,
+ "id": 22564,
"properties": {
"facing": "north",
"half": "top",
@@ -187298,7 +187581,7 @@
}
},
{
- "id": 22533,
+ "id": 22565,
"properties": {
"facing": "north",
"half": "top",
@@ -187307,7 +187590,7 @@
}
},
{
- "id": 22534,
+ "id": 22566,
"properties": {
"facing": "north",
"half": "top",
@@ -187316,7 +187599,7 @@
}
},
{
- "id": 22535,
+ "id": 22567,
"properties": {
"facing": "north",
"half": "top",
@@ -187325,7 +187608,7 @@
}
},
{
- "id": 22536,
+ "id": 22568,
"properties": {
"facing": "north",
"half": "top",
@@ -187334,7 +187617,7 @@
}
},
{
- "id": 22537,
+ "id": 22569,
"properties": {
"facing": "north",
"half": "bottom",
@@ -187344,439 +187627,439 @@
},
{
"default": true,
- "id": 22538,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22539,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22540,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22541,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22542,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22543,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22544,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22545,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22546,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22547,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22548,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22549,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22550,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22551,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22552,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22553,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22554,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22555,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22556,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22557,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22558,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22559,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22560,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22561,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22562,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22563,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22564,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22565,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22566,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22567,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22568,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22569,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 22570,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 22571,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 22572,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 22573,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 22574,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 22575,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 22576,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 22577,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 22578,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 22579,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 22580,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 22581,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 22582,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 22583,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 22584,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 22585,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 22586,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22587,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22588,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22589,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22590,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22591,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22592,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22593,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22594,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22595,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22596,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22597,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22598,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22599,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22600,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22601,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22602,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22603,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22604,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22605,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22606,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22607,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22608,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22609,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22610,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22611,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22612,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22613,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22614,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22615,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22616,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22617,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22618,
"properties": {
"facing": "west",
"half": "bottom",
@@ -187785,7 +188068,7 @@
}
},
{
- "id": 22587,
+ "id": 22619,
"properties": {
"facing": "east",
"half": "top",
@@ -187794,7 +188077,7 @@
}
},
{
- "id": 22588,
+ "id": 22620,
"properties": {
"facing": "east",
"half": "top",
@@ -187803,7 +188086,7 @@
}
},
{
- "id": 22589,
+ "id": 22621,
"properties": {
"facing": "east",
"half": "top",
@@ -187812,7 +188095,7 @@
}
},
{
- "id": 22590,
+ "id": 22622,
"properties": {
"facing": "east",
"half": "top",
@@ -187821,7 +188104,7 @@
}
},
{
- "id": 22591,
+ "id": 22623,
"properties": {
"facing": "east",
"half": "top",
@@ -187830,7 +188113,7 @@
}
},
{
- "id": 22592,
+ "id": 22624,
"properties": {
"facing": "east",
"half": "top",
@@ -187839,7 +188122,7 @@
}
},
{
- "id": 22593,
+ "id": 22625,
"properties": {
"facing": "east",
"half": "top",
@@ -187848,7 +188131,7 @@
}
},
{
- "id": 22594,
+ "id": 22626,
"properties": {
"facing": "east",
"half": "top",
@@ -187857,7 +188140,7 @@
}
},
{
- "id": 22595,
+ "id": 22627,
"properties": {
"facing": "east",
"half": "top",
@@ -187866,7 +188149,7 @@
}
},
{
- "id": 22596,
+ "id": 22628,
"properties": {
"facing": "east",
"half": "top",
@@ -187875,7 +188158,7 @@
}
},
{
- "id": 22597,
+ "id": 22629,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187884,7 +188167,7 @@
}
},
{
- "id": 22598,
+ "id": 22630,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187893,7 +188176,7 @@
}
},
{
- "id": 22599,
+ "id": 22631,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187902,7 +188185,7 @@
}
},
{
- "id": 22600,
+ "id": 22632,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187911,7 +188194,7 @@
}
},
{
- "id": 22601,
+ "id": 22633,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187920,7 +188203,7 @@
}
},
{
- "id": 22602,
+ "id": 22634,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187929,7 +188212,7 @@
}
},
{
- "id": 22603,
+ "id": 22635,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187938,7 +188221,7 @@
}
},
{
- "id": 22604,
+ "id": 22636,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187947,7 +188230,7 @@
}
},
{
- "id": 22605,
+ "id": 22637,
"properties": {
"facing": "east",
"half": "bottom",
@@ -187956,7 +188239,7 @@
}
},
{
- "id": 22606,
+ "id": 22638,
"properties": {
"facing": "east",
"half": "bottom",
@@ -188003,7 +188286,7 @@
},
"states": [
{
- "id": 22607,
+ "id": 22639,
"properties": {
"east": "none",
"north": "none",
@@ -188014,7 +188297,7 @@
}
},
{
- "id": 22608,
+ "id": 22640,
"properties": {
"east": "none",
"north": "none",
@@ -188025,7 +188308,7 @@
}
},
{
- "id": 22609,
+ "id": 22641,
"properties": {
"east": "none",
"north": "none",
@@ -188037,718 +188320,366 @@
},
{
"default": true,
- "id": 22610,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22611,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22612,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22613,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22614,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22615,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22616,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22617,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22618,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22619,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22620,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22621,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22622,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22623,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22624,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22625,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22626,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22627,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22628,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22629,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22630,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22631,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22632,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22633,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22634,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22635,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22636,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22637,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22638,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22639,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22640,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22641,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 22642,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22643,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22644,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22645,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22646,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22647,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22648,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22649,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22650,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22651,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22652,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22653,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22654,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22655,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22656,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22657,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22658,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22659,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22660,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22661,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22662,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22663,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22664,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22665,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22666,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22667,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22668,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22669,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22670,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22671,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22672,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22673,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22674,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -188756,10 +188687,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -188767,10 +188698,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -188778,10 +188709,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -188789,362 +188720,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22679,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22680,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22681,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22682,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22683,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22684,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22685,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22686,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22687,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22688,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22689,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22690,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22691,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22692,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22693,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22694,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22695,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22696,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22697,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22698,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22699,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22700,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22701,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22702,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22703,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22704,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22705,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22706,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22707,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22708,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22709,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22710,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -189152,10 +189083,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -189163,14 +189094,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22713,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22714,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22715,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22716,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22717,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22718,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22719,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22720,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22721,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22722,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22723,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22724,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22725,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22726,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22727,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22728,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22729,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22730,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22731,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22732,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22733,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22734,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22735,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22736,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22737,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22738,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22739,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22740,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22741,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22742,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22743,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22744,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22745,
"properties": {
"east": "none",
"north": "tall",
@@ -189181,7 +189464,7 @@
}
},
{
- "id": 22714,
+ "id": 22746,
"properties": {
"east": "none",
"north": "tall",
@@ -189191,367 +189474,15 @@
"west": "tall"
}
},
- {
- "id": 22715,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22716,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22717,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22718,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22719,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22720,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22721,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22722,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22723,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22724,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22725,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22726,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22727,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22728,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22729,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22730,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22731,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22732,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22733,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22734,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22735,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22736,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22737,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22738,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22739,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22740,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22741,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22742,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22743,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22744,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22745,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22746,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22747,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -189559,10 +189490,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -189570,10 +189501,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -189581,362 +189512,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22751,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22752,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22753,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22754,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22755,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22756,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22757,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22758,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22759,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22760,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22761,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22762,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22763,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22764,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22765,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22766,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22767,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22768,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22769,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22770,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22771,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22772,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22773,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22774,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22775,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22776,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22777,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22778,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22779,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22780,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22781,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22782,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -189944,10 +189875,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -189955,10 +189886,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -189966,10 +189897,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -189977,362 +189908,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22787,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22788,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22789,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22790,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22791,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22792,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22793,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22794,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22795,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22796,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22797,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22798,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22799,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22800,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22801,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22802,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22803,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22804,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22805,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22806,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22807,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22808,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22809,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22810,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22811,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22812,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22813,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22814,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22815,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22816,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22817,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22818,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -190340,10 +190271,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -190351,14 +190282,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22821,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22822,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22823,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22824,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22825,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22826,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22827,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22828,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22829,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22830,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22831,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22832,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22833,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22834,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22835,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22836,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22837,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22838,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22839,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22840,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22841,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22842,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22843,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22844,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22845,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22846,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22847,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22848,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22849,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22850,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22851,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22852,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22853,
"properties": {
"east": "low",
"north": "tall",
@@ -190369,7 +190652,7 @@
}
},
{
- "id": 22822,
+ "id": 22854,
"properties": {
"east": "low",
"north": "tall",
@@ -190379,367 +190662,15 @@
"west": "tall"
}
},
- {
- "id": 22823,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22824,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22825,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22826,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22827,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22828,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22829,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22830,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22831,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22832,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22833,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22834,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22835,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22836,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22837,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22838,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22839,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22840,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22841,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22842,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22843,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22844,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22845,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22846,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22847,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22848,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22849,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22850,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22851,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22852,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22853,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22854,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22855,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -190747,14 +190678,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22857,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22858,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22859,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22860,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22861,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22862,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22863,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22864,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22865,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22866,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22867,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22868,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22869,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22870,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22871,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22872,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22873,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22874,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22875,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22876,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22877,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22878,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22879,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22880,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22881,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22882,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22883,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22884,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22885,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22886,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22887,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22888,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22889,
"properties": {
"east": "tall",
"north": "none",
@@ -190765,7 +191048,7 @@
}
},
{
- "id": 22858,
+ "id": 22890,
"properties": {
"east": "tall",
"north": "none",
@@ -190775,367 +191058,15 @@
"west": "tall"
}
},
- {
- "id": 22859,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22860,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22861,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22862,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22863,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22864,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22865,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22866,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22867,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22868,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22869,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22870,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22871,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22872,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22873,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22874,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22875,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22876,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22877,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22878,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22879,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22880,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22881,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22882,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22883,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22884,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22885,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22886,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22887,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22888,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22889,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22890,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22891,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -191143,14 +191074,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22893,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22894,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22895,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22896,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22897,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22898,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22899,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22900,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22901,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22902,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22903,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22904,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22905,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22906,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22907,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22908,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22909,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22910,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22911,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22912,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22913,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22914,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22915,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22916,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22917,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22918,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22919,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22920,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22921,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22922,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22923,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22924,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22925,
"properties": {
"east": "tall",
"north": "low",
@@ -191161,7 +191444,7 @@
}
},
{
- "id": 22894,
+ "id": 22926,
"properties": {
"east": "tall",
"north": "low",
@@ -191171,371 +191454,371 @@
"west": "tall"
}
},
- {
- "id": 22895,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22896,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22897,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22898,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22899,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22900,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22901,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22902,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22903,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22904,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22905,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22906,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22907,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22908,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22909,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22910,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22911,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22912,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22913,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22914,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22915,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22916,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22917,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22918,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22919,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22920,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22921,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22922,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22923,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22924,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22925,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22926,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22927,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22928,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22929,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22930,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22931,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22932,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22933,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22934,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22935,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22936,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22937,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22938,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22939,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22940,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22941,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22942,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22943,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22944,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22945,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22946,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22947,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22948,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22949,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22950,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22951,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22952,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22953,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22954,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22955,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22956,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22957,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22958,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22959,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22960,
"properties": {
"east": "tall",
"north": "tall",
@@ -191546,7 +191829,7 @@
}
},
{
- "id": 22929,
+ "id": 22961,
"properties": {
"east": "tall",
"north": "tall",
@@ -191557,7 +191840,7 @@
}
},
{
- "id": 22930,
+ "id": 22962,
"properties": {
"east": "tall",
"north": "tall",
@@ -191691,7 +191974,7 @@
"states": [
{
"default": true,
- "id": 27621
+ "id": 27653
}
]
},
@@ -191717,7 +192000,7 @@
"states": [
{
"default": true,
- "id": 13980
+ "id": 14012
}
]
},
@@ -191795,7 +192078,7 @@
"states": [
{
"default": true,
- "id": 27912
+ "id": 27944
}
]
},
@@ -191821,7 +192104,7 @@
"states": [
{
"default": true,
- "id": 20483
+ "id": 20515
}
]
},
@@ -191834,7 +192117,7 @@
"states": [
{
"default": true,
- "id": 20485
+ "id": 20517
}
]
},
@@ -191899,7 +192182,7 @@
"states": [
{
"default": true,
- "id": 27622
+ "id": 27654
}
]
},
@@ -191964,7 +192247,7 @@
"states": [
{
"default": true,
- "id": 27911
+ "id": 27943
}
]
},
@@ -192094,7 +192377,7 @@
"states": [
{
"default": true,
- "id": 20484
+ "id": 20516
}
]
},
@@ -192107,7 +192390,7 @@
"states": [
{
"default": true,
- "id": 20486
+ "id": 20518
}
]
},
@@ -192145,7 +192428,7 @@
"states": [
{
"default": true,
- "id": 23346
+ "id": 23378
}
]
},
@@ -194099,7 +194382,7 @@
},
"states": [
{
- "id": 15507,
+ "id": 15539,
"properties": {
"east": "none",
"north": "none",
@@ -194110,7 +194393,7 @@
}
},
{
- "id": 15508,
+ "id": 15540,
"properties": {
"east": "none",
"north": "none",
@@ -194121,7 +194404,7 @@
}
},
{
- "id": 15509,
+ "id": 15541,
"properties": {
"east": "none",
"north": "none",
@@ -194133,718 +194416,366 @@
},
{
"default": true,
- "id": 15510,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15511,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15512,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15513,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15514,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15515,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15516,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15517,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15518,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15519,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15520,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15521,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15522,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15523,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15524,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15525,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15526,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15527,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15528,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15529,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15530,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15531,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15532,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15533,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15534,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15535,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15536,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15537,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15538,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15539,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15540,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15541,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 15542,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15543,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15544,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15545,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15546,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15547,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15548,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15549,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15550,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15551,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15552,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15553,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15554,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15555,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15556,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15557,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15558,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15559,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15560,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15561,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15562,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15563,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15564,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15565,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15566,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15567,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15568,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15569,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15570,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15571,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15572,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15573,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15574,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -194852,10 +194783,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -194863,10 +194794,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -194874,10 +194805,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -194885,362 +194816,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15579,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15580,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15581,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15582,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15583,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15584,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15585,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15586,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15587,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15588,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15589,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15590,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15591,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15592,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15593,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15594,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15595,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15596,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15597,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15598,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15599,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15600,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15601,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15602,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15603,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15604,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15605,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15606,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15607,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15608,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15609,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15610,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -195248,10 +195179,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -195259,14 +195190,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15613,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15614,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15615,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15616,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15617,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15618,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15619,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15620,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15621,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15622,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15623,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15624,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15625,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15626,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15627,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15628,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15629,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15630,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15631,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15632,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15633,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15634,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15635,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15636,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15637,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15638,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15639,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15640,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15641,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15642,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15643,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15644,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15645,
"properties": {
"east": "none",
"north": "tall",
@@ -195277,7 +195560,7 @@
}
},
{
- "id": 15614,
+ "id": 15646,
"properties": {
"east": "none",
"north": "tall",
@@ -195287,367 +195570,15 @@
"west": "tall"
}
},
- {
- "id": 15615,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15616,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15617,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15618,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15619,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15620,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15621,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15622,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15623,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15624,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15625,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15626,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15627,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15628,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15629,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15630,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15631,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15632,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15633,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15634,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15635,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15636,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15637,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15638,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15639,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15640,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15641,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15642,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15643,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15644,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15645,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15646,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15647,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -195655,10 +195586,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -195666,10 +195597,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -195677,362 +195608,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15651,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15652,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15653,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15654,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15655,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15656,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15657,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15658,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15659,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15660,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15661,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15662,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15663,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15664,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15665,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15666,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15667,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15668,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15669,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15670,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15671,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15672,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15673,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15674,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15675,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15676,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15677,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15678,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15679,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15680,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15681,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15682,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -196040,10 +195971,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -196051,10 +195982,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -196062,10 +195993,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -196073,362 +196004,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15687,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15688,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15689,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15690,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15691,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15692,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15693,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15694,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15695,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15696,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15697,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15698,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15699,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15700,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15701,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15702,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15703,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15704,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15705,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15706,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15707,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15708,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15709,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15710,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15711,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15712,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15713,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15714,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15715,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15716,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15717,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15718,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -196436,10 +196367,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -196447,14 +196378,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15721,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15722,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15723,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15724,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15725,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15726,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15727,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15728,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15729,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15730,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15731,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15732,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15733,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15734,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15735,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15736,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15737,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15738,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15739,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15740,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15741,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15742,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15743,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15744,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15745,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15746,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15747,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15748,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15749,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15750,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15751,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15752,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15753,
"properties": {
"east": "low",
"north": "tall",
@@ -196465,7 +196748,7 @@
}
},
{
- "id": 15722,
+ "id": 15754,
"properties": {
"east": "low",
"north": "tall",
@@ -196475,367 +196758,15 @@
"west": "tall"
}
},
- {
- "id": 15723,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15724,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15725,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15726,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15727,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15728,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15729,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15730,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15731,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15732,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15733,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15734,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15735,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15736,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15737,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15738,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15739,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15740,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15741,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15742,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15743,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15744,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15745,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15746,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15747,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15748,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15749,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15750,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15751,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15752,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15753,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15754,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15755,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -196843,14 +196774,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15757,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15758,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15759,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15760,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15761,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15762,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15763,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15764,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15765,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15766,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15767,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15768,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15769,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15770,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15771,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15772,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15773,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15774,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15775,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15776,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15777,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15778,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15779,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15780,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15781,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15782,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15783,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15784,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15785,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15786,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15787,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15788,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15789,
"properties": {
"east": "tall",
"north": "none",
@@ -196861,7 +197144,7 @@
}
},
{
- "id": 15758,
+ "id": 15790,
"properties": {
"east": "tall",
"north": "none",
@@ -196871,367 +197154,15 @@
"west": "tall"
}
},
- {
- "id": 15759,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15760,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15761,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15762,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15763,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15764,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15765,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15766,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15767,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15768,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15769,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15770,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15771,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15772,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15773,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15774,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15775,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15776,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15777,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15778,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15779,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15780,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15781,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15782,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15783,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15784,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15785,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15786,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15787,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15788,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15789,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15790,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15791,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -197239,14 +197170,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15793,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15794,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15795,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15796,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15797,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15798,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15799,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15800,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15801,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15802,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15803,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15804,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15805,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15806,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15807,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15808,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15809,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15810,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15811,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15812,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15813,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15814,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15815,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15816,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15817,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15818,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15819,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15820,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15821,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15822,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15823,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15824,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15825,
"properties": {
"east": "tall",
"north": "low",
@@ -197257,7 +197540,7 @@
}
},
{
- "id": 15794,
+ "id": 15826,
"properties": {
"east": "tall",
"north": "low",
@@ -197267,371 +197550,371 @@
"west": "tall"
}
},
- {
- "id": 15795,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15796,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15797,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15798,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15799,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15800,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15801,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15802,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15803,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15804,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15805,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15806,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15807,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15808,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15809,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15810,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15811,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15812,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15813,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15814,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15815,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15816,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15817,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15818,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15819,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15820,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15821,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15822,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15823,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15824,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15825,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15826,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15827,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15828,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15829,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15830,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15831,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15832,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15833,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15834,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15835,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15836,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15837,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15838,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15839,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15840,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15841,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15842,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15843,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15844,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15845,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15846,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15847,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15848,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15849,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15850,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15851,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15852,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15853,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15854,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15855,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15856,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15857,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15858,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15859,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15860,
"properties": {
"east": "tall",
"north": "tall",
@@ -197642,7 +197925,7 @@
}
},
{
- "id": 15829,
+ "id": 15861,
"properties": {
"east": "tall",
"north": "tall",
@@ -197653,7 +197936,7 @@
}
},
{
- "id": 15830,
+ "id": 15862,
"properties": {
"east": "tall",
"north": "tall",
@@ -198052,7 +198335,7 @@
},
"states": [
{
- "id": 21929,
+ "id": 21961,
"properties": {
"candles": "1",
"lit": "true",
@@ -198060,7 +198343,7 @@
}
},
{
- "id": 21930,
+ "id": 21962,
"properties": {
"candles": "1",
"lit": "true",
@@ -198068,7 +198351,7 @@
}
},
{
- "id": 21931,
+ "id": 21963,
"properties": {
"candles": "1",
"lit": "false",
@@ -198077,7 +198360,7 @@
},
{
"default": true,
- "id": 21932,
+ "id": 21964,
"properties": {
"candles": "1",
"lit": "false",
@@ -198085,7 +198368,7 @@
}
},
{
- "id": 21933,
+ "id": 21965,
"properties": {
"candles": "2",
"lit": "true",
@@ -198093,7 +198376,7 @@
}
},
{
- "id": 21934,
+ "id": 21966,
"properties": {
"candles": "2",
"lit": "true",
@@ -198101,7 +198384,7 @@
}
},
{
- "id": 21935,
+ "id": 21967,
"properties": {
"candles": "2",
"lit": "false",
@@ -198109,7 +198392,7 @@
}
},
{
- "id": 21936,
+ "id": 21968,
"properties": {
"candles": "2",
"lit": "false",
@@ -198117,7 +198400,7 @@
}
},
{
- "id": 21937,
+ "id": 21969,
"properties": {
"candles": "3",
"lit": "true",
@@ -198125,7 +198408,7 @@
}
},
{
- "id": 21938,
+ "id": 21970,
"properties": {
"candles": "3",
"lit": "true",
@@ -198133,7 +198416,7 @@
}
},
{
- "id": 21939,
+ "id": 21971,
"properties": {
"candles": "3",
"lit": "false",
@@ -198141,7 +198424,7 @@
}
},
{
- "id": 21940,
+ "id": 21972,
"properties": {
"candles": "3",
"lit": "false",
@@ -198149,7 +198432,7 @@
}
},
{
- "id": 21941,
+ "id": 21973,
"properties": {
"candles": "4",
"lit": "true",
@@ -198157,7 +198440,7 @@
}
},
{
- "id": 21942,
+ "id": 21974,
"properties": {
"candles": "4",
"lit": "true",
@@ -198165,7 +198448,7 @@
}
},
{
- "id": 21943,
+ "id": 21975,
"properties": {
"candles": "4",
"lit": "false",
@@ -198173,7 +198456,7 @@
}
},
{
- "id": 21944,
+ "id": 21976,
"properties": {
"candles": "4",
"lit": "false",
@@ -198196,14 +198479,14 @@
},
"states": [
{
- "id": 22047,
+ "id": 22079,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22048,
+ "id": 22080,
"properties": {
"lit": "false"
}
@@ -198712,7 +198995,7 @@
},
"minecraft:purple_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -199659,7 +199942,7 @@
"states": [
{
"default": true,
- "id": 21752
+ "id": 21784
}
]
},
@@ -200689,7 +200972,7 @@
"states": [
{
"default": true,
- "id": 27619
+ "id": 27651
}
]
},
@@ -200701,7 +200984,7 @@
"states": [
{
"default": true,
- "id": 27620
+ "id": 27652
}
]
},
@@ -200713,7 +200996,7 @@
"states": [
{
"default": true,
- "id": 27618
+ "id": 27650
}
]
},
@@ -201020,7 +201303,7 @@
},
"states": [
{
- "id": 21993,
+ "id": 22025,
"properties": {
"candles": "1",
"lit": "true",
@@ -201028,7 +201311,7 @@
}
},
{
- "id": 21994,
+ "id": 22026,
"properties": {
"candles": "1",
"lit": "true",
@@ -201036,7 +201319,7 @@
}
},
{
- "id": 21995,
+ "id": 22027,
"properties": {
"candles": "1",
"lit": "false",
@@ -201045,7 +201328,7 @@
},
{
"default": true,
- "id": 21996,
+ "id": 22028,
"properties": {
"candles": "1",
"lit": "false",
@@ -201053,7 +201336,7 @@
}
},
{
- "id": 21997,
+ "id": 22029,
"properties": {
"candles": "2",
"lit": "true",
@@ -201061,7 +201344,7 @@
}
},
{
- "id": 21998,
+ "id": 22030,
"properties": {
"candles": "2",
"lit": "true",
@@ -201069,7 +201352,7 @@
}
},
{
- "id": 21999,
+ "id": 22031,
"properties": {
"candles": "2",
"lit": "false",
@@ -201077,7 +201360,7 @@
}
},
{
- "id": 22000,
+ "id": 22032,
"properties": {
"candles": "2",
"lit": "false",
@@ -201085,7 +201368,7 @@
}
},
{
- "id": 22001,
+ "id": 22033,
"properties": {
"candles": "3",
"lit": "true",
@@ -201093,7 +201376,7 @@
}
},
{
- "id": 22002,
+ "id": 22034,
"properties": {
"candles": "3",
"lit": "true",
@@ -201101,7 +201384,7 @@
}
},
{
- "id": 22003,
+ "id": 22035,
"properties": {
"candles": "3",
"lit": "false",
@@ -201109,7 +201392,7 @@
}
},
{
- "id": 22004,
+ "id": 22036,
"properties": {
"candles": "3",
"lit": "false",
@@ -201117,7 +201400,7 @@
}
},
{
- "id": 22005,
+ "id": 22037,
"properties": {
"candles": "4",
"lit": "true",
@@ -201125,7 +201408,7 @@
}
},
{
- "id": 22006,
+ "id": 22038,
"properties": {
"candles": "4",
"lit": "true",
@@ -201133,7 +201416,7 @@
}
},
{
- "id": 22007,
+ "id": 22039,
"properties": {
"candles": "4",
"lit": "false",
@@ -201141,7 +201424,7 @@
}
},
{
- "id": 22008,
+ "id": 22040,
"properties": {
"candles": "4",
"lit": "false",
@@ -201164,14 +201447,14 @@
},
"states": [
{
- "id": 22055,
+ "id": 22087,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22056,
+ "id": 22088,
"properties": {
"lit": "false"
}
@@ -202027,21 +202310,21 @@
},
"states": [
{
- "id": 15165,
+ "id": 15197,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15166,
+ "id": 15198,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15167,
+ "id": 15199,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -202049,21 +202332,21 @@
},
{
"default": true,
- "id": 15168,
+ "id": 15200,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15169,
+ "id": 15201,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15170,
+ "id": 15202,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -202104,7 +202387,7 @@
},
"states": [
{
- "id": 14865,
+ "id": 14897,
"properties": {
"facing": "north",
"half": "top",
@@ -202113,7 +202396,7 @@
}
},
{
- "id": 14866,
+ "id": 14898,
"properties": {
"facing": "north",
"half": "top",
@@ -202122,7 +202405,7 @@
}
},
{
- "id": 14867,
+ "id": 14899,
"properties": {
"facing": "north",
"half": "top",
@@ -202131,7 +202414,7 @@
}
},
{
- "id": 14868,
+ "id": 14900,
"properties": {
"facing": "north",
"half": "top",
@@ -202140,7 +202423,7 @@
}
},
{
- "id": 14869,
+ "id": 14901,
"properties": {
"facing": "north",
"half": "top",
@@ -202149,7 +202432,7 @@
}
},
{
- "id": 14870,
+ "id": 14902,
"properties": {
"facing": "north",
"half": "top",
@@ -202158,7 +202441,7 @@
}
},
{
- "id": 14871,
+ "id": 14903,
"properties": {
"facing": "north",
"half": "top",
@@ -202167,7 +202450,7 @@
}
},
{
- "id": 14872,
+ "id": 14904,
"properties": {
"facing": "north",
"half": "top",
@@ -202176,7 +202459,7 @@
}
},
{
- "id": 14873,
+ "id": 14905,
"properties": {
"facing": "north",
"half": "top",
@@ -202185,7 +202468,7 @@
}
},
{
- "id": 14874,
+ "id": 14906,
"properties": {
"facing": "north",
"half": "top",
@@ -202194,7 +202477,7 @@
}
},
{
- "id": 14875,
+ "id": 14907,
"properties": {
"facing": "north",
"half": "bottom",
@@ -202204,439 +202487,439 @@
},
{
"default": true,
- "id": 14876,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14877,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14878,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14879,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14880,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14881,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14882,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14883,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14884,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14885,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14886,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14887,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14888,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14889,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14890,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14891,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14892,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14893,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14894,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14895,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14896,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14897,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14898,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14899,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14900,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14901,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14902,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14903,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14904,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14905,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14906,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14907,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14908,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14909,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14910,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14911,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14912,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14913,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14914,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14915,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14916,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14917,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14918,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14919,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14920,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14921,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14922,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14923,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14924,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14925,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14926,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14927,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14928,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14929,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14930,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14931,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14932,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14933,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14934,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14935,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14936,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14937,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14938,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14939,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14940,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14941,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14942,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14943,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14944,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14945,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14946,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14947,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14948,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14949,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14950,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14951,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14952,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14953,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14954,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14955,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14956,
"properties": {
"facing": "west",
"half": "bottom",
@@ -202645,7 +202928,7 @@
}
},
{
- "id": 14925,
+ "id": 14957,
"properties": {
"facing": "east",
"half": "top",
@@ -202654,7 +202937,7 @@
}
},
{
- "id": 14926,
+ "id": 14958,
"properties": {
"facing": "east",
"half": "top",
@@ -202663,7 +202946,7 @@
}
},
{
- "id": 14927,
+ "id": 14959,
"properties": {
"facing": "east",
"half": "top",
@@ -202672,7 +202955,7 @@
}
},
{
- "id": 14928,
+ "id": 14960,
"properties": {
"facing": "east",
"half": "top",
@@ -202681,7 +202964,7 @@
}
},
{
- "id": 14929,
+ "id": 14961,
"properties": {
"facing": "east",
"half": "top",
@@ -202690,7 +202973,7 @@
}
},
{
- "id": 14930,
+ "id": 14962,
"properties": {
"facing": "east",
"half": "top",
@@ -202699,7 +202982,7 @@
}
},
{
- "id": 14931,
+ "id": 14963,
"properties": {
"facing": "east",
"half": "top",
@@ -202708,7 +202991,7 @@
}
},
{
- "id": 14932,
+ "id": 14964,
"properties": {
"facing": "east",
"half": "top",
@@ -202717,7 +203000,7 @@
}
},
{
- "id": 14933,
+ "id": 14965,
"properties": {
"facing": "east",
"half": "top",
@@ -202726,7 +203009,7 @@
}
},
{
- "id": 14934,
+ "id": 14966,
"properties": {
"facing": "east",
"half": "top",
@@ -202735,7 +203018,7 @@
}
},
{
- "id": 14935,
+ "id": 14967,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202744,7 +203027,7 @@
}
},
{
- "id": 14936,
+ "id": 14968,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202753,7 +203036,7 @@
}
},
{
- "id": 14937,
+ "id": 14969,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202762,7 +203045,7 @@
}
},
{
- "id": 14938,
+ "id": 14970,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202771,7 +203054,7 @@
}
},
{
- "id": 14939,
+ "id": 14971,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202780,7 +203063,7 @@
}
},
{
- "id": 14940,
+ "id": 14972,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202789,7 +203072,7 @@
}
},
{
- "id": 14941,
+ "id": 14973,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202798,7 +203081,7 @@
}
},
{
- "id": 14942,
+ "id": 14974,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202807,7 +203090,7 @@
}
},
{
- "id": 14943,
+ "id": 14975,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202816,7 +203099,7 @@
}
},
{
- "id": 14944,
+ "id": 14976,
"properties": {
"facing": "east",
"half": "bottom",
@@ -202863,7 +203146,7 @@
},
"states": [
{
- "id": 18099,
+ "id": 18131,
"properties": {
"east": "none",
"north": "none",
@@ -202874,7 +203157,7 @@
}
},
{
- "id": 18100,
+ "id": 18132,
"properties": {
"east": "none",
"north": "none",
@@ -202885,7 +203168,7 @@
}
},
{
- "id": 18101,
+ "id": 18133,
"properties": {
"east": "none",
"north": "none",
@@ -202897,718 +203180,366 @@
},
{
"default": true,
- "id": 18102,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18103,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18104,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18105,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18106,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18107,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18108,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18109,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18110,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18111,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18112,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18113,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18114,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18115,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18116,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18117,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18118,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18119,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18120,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18121,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18122,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18123,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18124,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18125,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18126,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18127,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18128,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18129,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18130,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18131,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18132,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18133,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 18134,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18135,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18136,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18137,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18138,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18139,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18140,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18141,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18142,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18143,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18144,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18145,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18146,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18147,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18148,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18149,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18150,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18151,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18152,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18153,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18154,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18155,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18156,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18157,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18158,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18159,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18160,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18161,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18162,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18163,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18164,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18165,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18166,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -203616,10 +203547,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -203627,10 +203558,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -203638,10 +203569,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -203649,362 +203580,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18171,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18172,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18173,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18174,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18175,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18176,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18177,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18178,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18179,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18180,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18181,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18182,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18183,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18184,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18185,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18186,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18187,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18188,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18189,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18190,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18191,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18192,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18193,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18194,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18195,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18196,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18197,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18198,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18199,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18200,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18201,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18202,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -204012,10 +203943,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -204023,14 +203954,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18205,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18206,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18207,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18208,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18209,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18210,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18211,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18212,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18213,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18214,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18215,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18216,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18217,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18218,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18219,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18220,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18221,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18222,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18223,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18224,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18225,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18226,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18227,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18228,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18229,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18230,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18231,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18232,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18233,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18234,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18235,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18236,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18237,
"properties": {
"east": "none",
"north": "tall",
@@ -204041,7 +204324,7 @@
}
},
{
- "id": 18206,
+ "id": 18238,
"properties": {
"east": "none",
"north": "tall",
@@ -204051,367 +204334,15 @@
"west": "tall"
}
},
- {
- "id": 18207,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18208,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18209,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18210,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18211,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18212,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18213,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18214,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18215,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18216,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18217,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18218,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18219,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18220,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18221,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18222,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18223,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18224,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18225,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18226,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18227,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18228,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18229,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18230,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18231,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18232,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18233,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18234,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18235,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18236,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18237,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18238,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18239,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -204419,10 +204350,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -204430,10 +204361,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -204441,362 +204372,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18243,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18244,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18245,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18246,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18247,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18248,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18249,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18250,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18251,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18252,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18253,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18254,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18255,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18256,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18257,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18258,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18259,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18260,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18261,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18262,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18263,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18264,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18265,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18266,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18267,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18268,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18269,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18270,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18271,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18272,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18273,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18274,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -204804,10 +204735,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -204815,10 +204746,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -204826,10 +204757,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -204837,362 +204768,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18279,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18280,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18281,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18282,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18283,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18284,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18285,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18286,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18287,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18288,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18289,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18290,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18291,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18292,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18293,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18294,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18295,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18296,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18297,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18298,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18299,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18300,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18301,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18302,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18303,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18304,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18305,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18306,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18307,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18308,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18309,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18310,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -205200,10 +205131,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -205211,14 +205142,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18313,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18314,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18315,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18316,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18317,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18318,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18319,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18320,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18321,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18322,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18323,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18324,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18325,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18326,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18327,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18328,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18329,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18330,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18331,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18332,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18333,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18334,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18335,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18336,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18337,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18338,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18339,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18340,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18341,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18342,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18343,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18344,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18345,
"properties": {
"east": "low",
"north": "tall",
@@ -205229,7 +205512,7 @@
}
},
{
- "id": 18314,
+ "id": 18346,
"properties": {
"east": "low",
"north": "tall",
@@ -205239,367 +205522,15 @@
"west": "tall"
}
},
- {
- "id": 18315,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18316,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18317,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18318,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18319,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18320,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18321,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18322,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18323,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18324,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18325,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18326,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18327,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18328,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18329,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18330,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18331,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18332,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18333,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18334,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18335,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18336,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18337,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18338,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18339,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18340,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18341,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18342,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18343,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18344,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18345,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18346,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18347,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -205607,14 +205538,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18349,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18350,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18351,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18352,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18353,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18354,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18355,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18356,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18357,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18358,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18359,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18360,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18361,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18362,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18363,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18364,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18365,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18366,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18367,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18368,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18369,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18370,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18371,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18372,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18373,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18374,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18375,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18376,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18377,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18378,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18379,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18380,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18381,
"properties": {
"east": "tall",
"north": "none",
@@ -205625,7 +205908,7 @@
}
},
{
- "id": 18350,
+ "id": 18382,
"properties": {
"east": "tall",
"north": "none",
@@ -205635,367 +205918,15 @@
"west": "tall"
}
},
- {
- "id": 18351,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18352,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18353,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18354,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18355,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18356,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18357,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18358,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18359,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18360,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18361,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18362,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18363,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18364,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18365,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18366,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18367,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18368,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18369,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18370,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18371,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18372,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18373,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18374,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18375,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18376,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18377,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18378,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18379,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18380,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18381,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18382,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18383,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -206003,14 +205934,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18385,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18386,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18387,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18388,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18389,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18390,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18391,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18392,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18393,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18394,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18395,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18396,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18397,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18398,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18399,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18400,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18401,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18402,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18403,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18404,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18405,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18406,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18407,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18408,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18409,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18410,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18411,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18412,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18413,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18414,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18415,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18416,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18417,
"properties": {
"east": "tall",
"north": "low",
@@ -206021,7 +206304,7 @@
}
},
{
- "id": 18386,
+ "id": 18418,
"properties": {
"east": "tall",
"north": "low",
@@ -206031,371 +206314,371 @@
"west": "tall"
}
},
- {
- "id": 18387,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18388,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18389,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18390,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18391,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18392,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18393,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18394,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18395,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18396,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18397,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18398,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18399,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18400,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18401,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18402,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18403,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18404,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18405,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18406,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18407,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18408,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18409,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18410,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18411,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18412,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18413,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18414,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18415,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18416,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18417,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18418,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18419,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18420,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18421,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18422,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18423,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18424,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18425,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18426,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18427,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18428,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18429,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18430,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18431,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18432,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18433,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18434,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18435,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18436,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18437,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18438,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18439,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18440,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18441,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18442,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18443,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18444,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18445,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18446,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18447,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18448,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18449,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18450,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18451,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18452,
"properties": {
"east": "tall",
"north": "tall",
@@ -206406,7 +206689,7 @@
}
},
{
- "id": 18421,
+ "id": 18453,
"properties": {
"east": "tall",
"north": "tall",
@@ -206417,7 +206700,7 @@
}
},
{
- "id": 18422,
+ "id": 18454,
"properties": {
"east": "tall",
"north": "tall",
@@ -207320,7 +207603,7 @@
},
"states": [
{
- "id": 15831,
+ "id": 15863,
"properties": {
"east": "none",
"north": "none",
@@ -207331,7 +207614,7 @@
}
},
{
- "id": 15832,
+ "id": 15864,
"properties": {
"east": "none",
"north": "none",
@@ -207342,7 +207625,7 @@
}
},
{
- "id": 15833,
+ "id": 15865,
"properties": {
"east": "none",
"north": "none",
@@ -207354,718 +207637,366 @@
},
{
"default": true,
- "id": 15834,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15835,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15836,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15837,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15838,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15839,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15840,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15841,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15842,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15843,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15844,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15845,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15846,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15847,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15848,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15849,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15850,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15851,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15852,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15853,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15854,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15855,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15856,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15857,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15858,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15859,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15860,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15861,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15862,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15863,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15864,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15865,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 15866,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15867,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15868,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15869,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15870,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15871,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15872,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15873,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15874,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15875,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15876,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15877,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15878,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15879,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15880,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15881,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15882,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15883,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15884,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15885,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15886,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15887,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15888,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15889,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15890,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15891,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15892,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15893,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15894,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15895,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15896,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15897,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15898,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -208073,10 +208004,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -208084,10 +208015,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -208095,10 +208026,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -208106,362 +208037,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15903,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15904,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15905,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15906,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15907,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15908,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15909,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15910,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15911,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15912,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15913,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15914,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15915,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15916,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15917,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15918,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15919,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15920,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15921,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15922,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15923,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15924,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15925,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15926,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15927,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15928,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15929,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15930,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15931,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15932,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15933,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15934,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -208469,10 +208400,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -208480,14 +208411,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15937,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15938,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15939,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15940,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15941,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15942,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15943,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15944,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15945,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15946,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15947,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15948,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15949,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15950,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15951,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15952,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15953,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15954,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15955,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15956,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15957,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15958,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15959,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15960,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15961,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15962,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15963,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15964,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15965,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15966,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 15967,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 15968,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 15969,
"properties": {
"east": "none",
"north": "tall",
@@ -208498,7 +208781,7 @@
}
},
{
- "id": 15938,
+ "id": 15970,
"properties": {
"east": "none",
"north": "tall",
@@ -208508,367 +208791,15 @@
"west": "tall"
}
},
- {
- "id": 15939,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15940,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15941,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15942,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15943,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15944,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15945,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15946,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15947,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15948,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15949,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15950,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15951,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15952,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15953,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15954,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15955,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15956,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15957,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15958,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15959,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15960,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15961,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15962,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15963,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15964,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 15965,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 15966,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 15967,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 15968,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 15969,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 15970,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 15971,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -208876,10 +208807,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -208887,10 +208818,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -208898,362 +208829,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15975,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15976,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15977,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15978,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15979,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15980,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15981,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15982,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15983,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15984,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15985,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15986,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15987,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15988,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15989,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15990,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15991,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15992,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15993,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 15994,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 15995,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15996,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 15997,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 15998,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 15999,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16000,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16001,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16002,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16003,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16004,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16005,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16006,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -209261,10 +209192,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -209272,10 +209203,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -209283,10 +209214,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -209294,362 +209225,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16011,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16012,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16013,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16014,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16015,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16016,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16017,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16018,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16019,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16020,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16021,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16022,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16023,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16024,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16025,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16026,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16027,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16028,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16029,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16030,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16031,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16032,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16033,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16034,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16035,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16036,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16037,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16038,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16039,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16040,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16041,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16042,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -209657,10 +209588,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -209668,14 +209599,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16045,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16046,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16047,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16048,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16049,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16050,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16051,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16052,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16053,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16054,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16055,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16056,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16057,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16058,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16059,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16060,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16061,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16062,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16063,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16064,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16065,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16066,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16067,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16068,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16069,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16070,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16071,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16072,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16073,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16074,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16075,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16076,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16077,
"properties": {
"east": "low",
"north": "tall",
@@ -209686,7 +209969,7 @@
}
},
{
- "id": 16046,
+ "id": 16078,
"properties": {
"east": "low",
"north": "tall",
@@ -209696,367 +209979,15 @@
"west": "tall"
}
},
- {
- "id": 16047,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16048,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16049,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16050,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16051,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16052,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16053,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16054,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16055,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16056,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16057,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16058,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16059,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16060,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16061,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16062,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16063,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16064,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16065,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16066,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16067,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16068,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16069,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16070,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16071,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16072,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16073,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16074,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16075,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16076,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16077,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16078,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16079,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -210064,14 +209995,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16081,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16082,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16083,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16084,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16085,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16086,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16087,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16088,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16089,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16090,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16091,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16092,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16093,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16094,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16095,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16096,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16097,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16098,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16099,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16100,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16101,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16102,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16103,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16104,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16105,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16106,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16107,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16108,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16109,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16110,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16111,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16112,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16113,
"properties": {
"east": "tall",
"north": "none",
@@ -210082,7 +210365,7 @@
}
},
{
- "id": 16082,
+ "id": 16114,
"properties": {
"east": "tall",
"north": "none",
@@ -210092,367 +210375,15 @@
"west": "tall"
}
},
- {
- "id": 16083,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16084,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16085,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16086,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16087,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16088,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16089,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16090,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16091,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16092,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16093,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16094,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16095,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16096,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16097,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16098,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16099,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16100,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16101,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16102,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16103,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16104,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16105,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16106,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16107,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16108,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16109,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16110,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16111,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16112,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16113,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16114,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16115,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -210460,14 +210391,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16117,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16118,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16119,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16120,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16121,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16122,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16123,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16124,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16125,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16126,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16127,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16128,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16129,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16130,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16131,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16132,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16133,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16134,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16135,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16136,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16137,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16138,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16139,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16140,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16141,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16142,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16143,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16144,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16145,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16146,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16147,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16148,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16149,
"properties": {
"east": "tall",
"north": "low",
@@ -210478,7 +210761,7 @@
}
},
{
- "id": 16118,
+ "id": 16150,
"properties": {
"east": "tall",
"north": "low",
@@ -210488,371 +210771,371 @@
"west": "tall"
}
},
- {
- "id": 16119,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16120,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16121,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16122,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16123,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16124,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16125,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16126,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16127,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16128,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16129,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16130,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16131,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16132,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16133,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16134,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16135,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16136,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16137,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16138,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16139,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16140,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16141,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16142,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16143,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16144,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16145,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16146,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16147,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16148,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16149,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16150,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16151,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16152,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16153,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16154,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16155,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16156,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16157,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16158,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16159,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16160,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16161,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16162,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16163,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16164,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16165,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16166,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16167,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16168,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16169,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16170,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16171,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16172,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16173,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16174,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16175,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16176,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16177,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16178,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16179,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16180,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16181,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16182,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16183,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16184,
"properties": {
"east": "tall",
"north": "tall",
@@ -210863,7 +211146,7 @@
}
},
{
- "id": 16153,
+ "id": 16185,
"properties": {
"east": "tall",
"north": "tall",
@@ -210874,7 +211157,7 @@
}
},
{
- "id": 16154,
+ "id": 16186,
"properties": {
"east": "tall",
"north": "tall",
@@ -211309,7 +211592,7 @@
},
"minecraft:red_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -224578,7 +224861,7 @@
"states": [
{
"default": true,
- "id": 27633
+ "id": 27665
}
]
},
@@ -231333,31 +231616,31 @@
"states": [
{
"default": true,
- "id": 20478,
+ "id": 20510,
"properties": {
"charges": "0"
}
},
{
- "id": 20479,
+ "id": 20511,
"properties": {
"charges": "1"
}
},
{
- "id": 20480,
+ "id": 20512,
"properties": {
"charges": "2"
}
},
{
- "id": 20481,
+ "id": 20513,
"properties": {
"charges": "3"
}
},
{
- "id": 20482,
+ "id": 20514,
"properties": {
"charges": "4"
}
@@ -231372,7 +231655,7 @@
"states": [
{
"default": true,
- "id": 25962
+ "id": 25994
}
]
},
@@ -232282,7 +232565,7 @@
},
"states": [
{
- "id": 18423,
+ "id": 18455,
"properties": {
"east": "none",
"north": "none",
@@ -232293,7 +232576,7 @@
}
},
{
- "id": 18424,
+ "id": 18456,
"properties": {
"east": "none",
"north": "none",
@@ -232304,7 +232587,7 @@
}
},
{
- "id": 18425,
+ "id": 18457,
"properties": {
"east": "none",
"north": "none",
@@ -232316,718 +232599,366 @@
},
{
"default": true,
- "id": 18426,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18427,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18428,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18429,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18430,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18431,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18432,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18433,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18434,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18435,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18436,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18437,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18438,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18439,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18440,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18441,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18442,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18443,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18444,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18445,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18446,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18447,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18448,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18449,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18450,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18451,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18452,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18453,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18454,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18455,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18456,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18457,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 18458,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18459,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18460,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18461,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18462,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18463,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18464,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18465,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18466,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18467,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18468,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18469,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18470,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18471,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18472,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18473,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18474,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18475,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18476,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18477,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18478,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18479,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18480,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18481,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18482,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18483,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18484,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18485,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18486,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18487,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18488,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18489,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18490,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -233035,10 +232966,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -233046,10 +232977,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -233057,10 +232988,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -233068,362 +232999,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18495,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18496,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18497,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18498,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18499,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18500,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18501,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18502,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18503,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18504,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18505,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18506,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18507,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18508,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18509,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18510,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18511,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18512,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18513,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18514,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18515,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18516,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18517,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18518,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18519,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18520,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18521,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18522,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18523,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18524,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18525,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18526,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -233431,10 +233362,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -233442,14 +233373,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18529,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18530,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18531,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18532,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18533,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18534,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18535,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18536,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18537,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18538,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18539,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18540,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18541,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18542,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18543,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18544,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18545,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18546,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18547,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18548,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18549,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18550,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18551,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18552,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18553,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18554,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18555,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18556,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18557,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18558,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18559,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18560,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18561,
"properties": {
"east": "none",
"north": "tall",
@@ -233460,7 +233743,7 @@
}
},
{
- "id": 18530,
+ "id": 18562,
"properties": {
"east": "none",
"north": "tall",
@@ -233470,367 +233753,15 @@
"west": "tall"
}
},
- {
- "id": 18531,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18532,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18533,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18534,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18535,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18536,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18537,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18538,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18539,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18540,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18541,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18542,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18543,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18544,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18545,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18546,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18547,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18548,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18549,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18550,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18551,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18552,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18553,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18554,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18555,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18556,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18557,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18558,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18559,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18560,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18561,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18562,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18563,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -233838,10 +233769,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -233849,10 +233780,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -233860,362 +233791,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18567,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18568,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18569,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18570,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18571,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18572,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18573,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18574,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18575,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18576,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18577,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18578,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18579,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18580,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18581,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18582,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18583,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18584,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18585,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18586,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18587,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18588,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18589,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18590,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18591,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18592,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18593,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18594,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18595,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18596,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18597,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18598,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -234223,10 +234154,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -234234,10 +234165,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -234245,10 +234176,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -234256,362 +234187,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18603,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18604,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18605,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18606,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18607,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18608,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18609,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18610,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18611,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18612,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18613,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18614,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18615,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18616,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18617,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18618,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18619,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18620,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18621,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18622,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18623,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18624,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18625,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18626,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18627,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18628,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 18629,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18630,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18631,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 18632,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18633,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 18634,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -234619,10 +234550,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -234630,14 +234561,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18637,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18638,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18639,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18640,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18641,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18642,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18643,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18644,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18645,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18646,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18647,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18648,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18649,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18650,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18651,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18652,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18653,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18654,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18655,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18656,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18657,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18658,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18659,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18660,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18661,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18662,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18663,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18664,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18665,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18666,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18667,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18668,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18669,
"properties": {
"east": "low",
"north": "tall",
@@ -234648,7 +234931,7 @@
}
},
{
- "id": 18638,
+ "id": 18670,
"properties": {
"east": "low",
"north": "tall",
@@ -234658,367 +234941,15 @@
"west": "tall"
}
},
- {
- "id": 18639,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18640,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18641,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18642,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18643,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18644,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18645,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18646,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18647,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18648,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18649,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18650,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18651,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18652,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18653,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18654,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18655,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18656,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18657,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18658,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18659,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18660,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18661,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18662,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18663,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18664,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18665,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18666,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18667,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18668,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18669,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18670,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18671,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -235026,14 +234957,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18673,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18674,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18675,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18676,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18677,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18678,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18679,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18680,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18681,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18682,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18683,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18684,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18685,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18686,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18687,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18688,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18689,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18690,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18691,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18692,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18693,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18694,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18695,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18696,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18697,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18698,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18699,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18700,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18701,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18702,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18703,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18704,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18705,
"properties": {
"east": "tall",
"north": "none",
@@ -235044,7 +235327,7 @@
}
},
{
- "id": 18674,
+ "id": 18706,
"properties": {
"east": "tall",
"north": "none",
@@ -235054,367 +235337,15 @@
"west": "tall"
}
},
- {
- "id": 18675,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18676,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18677,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18678,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18679,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18680,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18681,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18682,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18683,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18684,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18685,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18686,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18687,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18688,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18689,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18690,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18691,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18692,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18693,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18694,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18695,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18696,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18697,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18698,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18699,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18700,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18701,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18702,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18703,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18704,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18705,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18706,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18707,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -235422,14 +235353,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 18709,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18710,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18711,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18712,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18713,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18714,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18715,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18716,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18717,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18718,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18719,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18720,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18721,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18722,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18723,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18724,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18725,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18726,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18727,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18728,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18729,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18730,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18731,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18732,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18733,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18734,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18735,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18736,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18737,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18738,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18739,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18740,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18741,
"properties": {
"east": "tall",
"north": "low",
@@ -235440,7 +235723,7 @@
}
},
{
- "id": 18710,
+ "id": 18742,
"properties": {
"east": "tall",
"north": "low",
@@ -235450,371 +235733,371 @@
"west": "tall"
}
},
- {
- "id": 18711,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18712,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18713,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18714,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18715,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18716,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18717,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18718,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18719,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18720,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18721,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18722,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18723,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18724,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18725,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18726,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18727,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18728,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18729,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18730,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18731,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18732,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18733,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18734,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18735,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18736,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 18737,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 18738,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 18739,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 18740,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 18741,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 18742,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 18743,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 18744,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18745,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18746,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18747,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18748,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18749,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18750,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18751,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18752,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18753,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18754,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18755,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18756,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18757,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18758,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18759,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18760,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18761,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18762,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18763,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18764,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18765,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18766,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18767,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18768,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18769,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18770,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18771,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18772,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18773,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 18774,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 18775,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 18776,
"properties": {
"east": "tall",
"north": "tall",
@@ -235825,7 +236108,7 @@
}
},
{
- "id": 18745,
+ "id": 18777,
"properties": {
"east": "tall",
"north": "tall",
@@ -235836,7 +236119,7 @@
}
},
{
- "id": 18746,
+ "id": 18778,
"properties": {
"east": "tall",
"north": "tall",
@@ -235875,7 +236158,7 @@
},
"states": [
{
- "id": 19395,
+ "id": 19427,
"properties": {
"bottom": "true",
"distance": "0",
@@ -235883,7 +236166,7 @@
}
},
{
- "id": 19396,
+ "id": 19428,
"properties": {
"bottom": "true",
"distance": "0",
@@ -235891,7 +236174,7 @@
}
},
{
- "id": 19397,
+ "id": 19429,
"properties": {
"bottom": "true",
"distance": "1",
@@ -235899,7 +236182,7 @@
}
},
{
- "id": 19398,
+ "id": 19430,
"properties": {
"bottom": "true",
"distance": "1",
@@ -235907,7 +236190,7 @@
}
},
{
- "id": 19399,
+ "id": 19431,
"properties": {
"bottom": "true",
"distance": "2",
@@ -235915,7 +236198,7 @@
}
},
{
- "id": 19400,
+ "id": 19432,
"properties": {
"bottom": "true",
"distance": "2",
@@ -235923,7 +236206,7 @@
}
},
{
- "id": 19401,
+ "id": 19433,
"properties": {
"bottom": "true",
"distance": "3",
@@ -235931,7 +236214,7 @@
}
},
{
- "id": 19402,
+ "id": 19434,
"properties": {
"bottom": "true",
"distance": "3",
@@ -235939,7 +236222,7 @@
}
},
{
- "id": 19403,
+ "id": 19435,
"properties": {
"bottom": "true",
"distance": "4",
@@ -235947,7 +236230,7 @@
}
},
{
- "id": 19404,
+ "id": 19436,
"properties": {
"bottom": "true",
"distance": "4",
@@ -235955,7 +236238,7 @@
}
},
{
- "id": 19405,
+ "id": 19437,
"properties": {
"bottom": "true",
"distance": "5",
@@ -235963,7 +236246,7 @@
}
},
{
- "id": 19406,
+ "id": 19438,
"properties": {
"bottom": "true",
"distance": "5",
@@ -235971,7 +236254,7 @@
}
},
{
- "id": 19407,
+ "id": 19439,
"properties": {
"bottom": "true",
"distance": "6",
@@ -235979,7 +236262,7 @@
}
},
{
- "id": 19408,
+ "id": 19440,
"properties": {
"bottom": "true",
"distance": "6",
@@ -235987,7 +236270,7 @@
}
},
{
- "id": 19409,
+ "id": 19441,
"properties": {
"bottom": "true",
"distance": "7",
@@ -235995,7 +236278,7 @@
}
},
{
- "id": 19410,
+ "id": 19442,
"properties": {
"bottom": "true",
"distance": "7",
@@ -236003,7 +236286,7 @@
}
},
{
- "id": 19411,
+ "id": 19443,
"properties": {
"bottom": "false",
"distance": "0",
@@ -236011,7 +236294,7 @@
}
},
{
- "id": 19412,
+ "id": 19444,
"properties": {
"bottom": "false",
"distance": "0",
@@ -236019,7 +236302,7 @@
}
},
{
- "id": 19413,
+ "id": 19445,
"properties": {
"bottom": "false",
"distance": "1",
@@ -236027,7 +236310,7 @@
}
},
{
- "id": 19414,
+ "id": 19446,
"properties": {
"bottom": "false",
"distance": "1",
@@ -236035,7 +236318,7 @@
}
},
{
- "id": 19415,
+ "id": 19447,
"properties": {
"bottom": "false",
"distance": "2",
@@ -236043,7 +236326,7 @@
}
},
{
- "id": 19416,
+ "id": 19448,
"properties": {
"bottom": "false",
"distance": "2",
@@ -236051,7 +236334,7 @@
}
},
{
- "id": 19417,
+ "id": 19449,
"properties": {
"bottom": "false",
"distance": "3",
@@ -236059,7 +236342,7 @@
}
},
{
- "id": 19418,
+ "id": 19450,
"properties": {
"bottom": "false",
"distance": "3",
@@ -236067,7 +236350,7 @@
}
},
{
- "id": 19419,
+ "id": 19451,
"properties": {
"bottom": "false",
"distance": "4",
@@ -236075,7 +236358,7 @@
}
},
{
- "id": 19420,
+ "id": 19452,
"properties": {
"bottom": "false",
"distance": "4",
@@ -236083,7 +236366,7 @@
}
},
{
- "id": 19421,
+ "id": 19453,
"properties": {
"bottom": "false",
"distance": "5",
@@ -236091,7 +236374,7 @@
}
},
{
- "id": 19422,
+ "id": 19454,
"properties": {
"bottom": "false",
"distance": "5",
@@ -236099,7 +236382,7 @@
}
},
{
- "id": 19423,
+ "id": 19455,
"properties": {
"bottom": "false",
"distance": "6",
@@ -236107,7 +236390,7 @@
}
},
{
- "id": 19424,
+ "id": 19456,
"properties": {
"bottom": "false",
"distance": "6",
@@ -236115,7 +236398,7 @@
}
},
{
- "id": 19425,
+ "id": 19457,
"properties": {
"bottom": "false",
"distance": "7",
@@ -236124,7 +236407,7 @@
},
{
"default": true,
- "id": 19426,
+ "id": 19458,
"properties": {
"bottom": "false",
"distance": "7",
@@ -236141,7 +236424,7 @@
"states": [
{
"default": true,
- "id": 23827
+ "id": 23859
}
]
},
@@ -236158,14 +236441,14 @@
},
"states": [
{
- "id": 23956,
+ "id": 23988,
"properties": {
"bloom": "true"
}
},
{
"default": true,
- "id": 23957,
+ "id": 23989,
"properties": {
"bloom": "false"
}
@@ -236208,7 +236491,7 @@
},
"states": [
{
- "id": 23347,
+ "id": 23379,
"properties": {
"power": "0",
"sculk_sensor_phase": "inactive",
@@ -236217,727 +236500,727 @@
},
{
"default": true,
- "id": 23348,
- "properties": {
- "power": "0",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23349,
- "properties": {
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23350,
- "properties": {
- "power": "0",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23351,
- "properties": {
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23352,
- "properties": {
- "power": "0",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23353,
- "properties": {
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23354,
- "properties": {
- "power": "1",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23355,
- "properties": {
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23356,
- "properties": {
- "power": "1",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23357,
- "properties": {
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23358,
- "properties": {
- "power": "1",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23359,
- "properties": {
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23360,
- "properties": {
- "power": "2",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23361,
- "properties": {
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23362,
- "properties": {
- "power": "2",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23363,
- "properties": {
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23364,
- "properties": {
- "power": "2",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23365,
- "properties": {
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23366,
- "properties": {
- "power": "3",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23367,
- "properties": {
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23368,
- "properties": {
- "power": "3",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23369,
- "properties": {
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23370,
- "properties": {
- "power": "3",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23371,
- "properties": {
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23372,
- "properties": {
- "power": "4",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23373,
- "properties": {
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
- "id": 23374,
- "properties": {
- "power": "4",
- "sculk_sensor_phase": "active",
- "waterlogged": "false"
- }
- },
- {
- "id": 23375,
- "properties": {
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "true"
- }
- },
- {
- "id": 23376,
- "properties": {
- "power": "4",
- "sculk_sensor_phase": "cooldown",
- "waterlogged": "false"
- }
- },
- {
- "id": 23377,
- "properties": {
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "true"
- }
- },
- {
- "id": 23378,
- "properties": {
- "power": "5",
- "sculk_sensor_phase": "inactive",
- "waterlogged": "false"
- }
- },
- {
- "id": 23379,
- "properties": {
- "power": "5",
- "sculk_sensor_phase": "active",
- "waterlogged": "true"
- }
- },
- {
"id": 23380,
"properties": {
- "power": "5",
- "sculk_sensor_phase": "active",
+ "power": "0",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23381,
"properties": {
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23382,
"properties": {
- "power": "5",
- "sculk_sensor_phase": "cooldown",
+ "power": "0",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23383,
"properties": {
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23384,
"properties": {
- "power": "6",
- "sculk_sensor_phase": "inactive",
+ "power": "0",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23385,
"properties": {
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23386,
"properties": {
- "power": "6",
- "sculk_sensor_phase": "active",
+ "power": "1",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23387,
"properties": {
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23388,
"properties": {
- "power": "6",
- "sculk_sensor_phase": "cooldown",
+ "power": "1",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23389,
"properties": {
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23390,
"properties": {
- "power": "7",
- "sculk_sensor_phase": "inactive",
+ "power": "1",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23391,
"properties": {
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23392,
"properties": {
- "power": "7",
- "sculk_sensor_phase": "active",
+ "power": "2",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23393,
"properties": {
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23394,
"properties": {
- "power": "7",
- "sculk_sensor_phase": "cooldown",
+ "power": "2",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23395,
"properties": {
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23396,
"properties": {
- "power": "8",
- "sculk_sensor_phase": "inactive",
+ "power": "2",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23397,
"properties": {
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23398,
"properties": {
- "power": "8",
- "sculk_sensor_phase": "active",
+ "power": "3",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23399,
"properties": {
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23400,
"properties": {
- "power": "8",
- "sculk_sensor_phase": "cooldown",
+ "power": "3",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23401,
"properties": {
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23402,
"properties": {
- "power": "9",
- "sculk_sensor_phase": "inactive",
+ "power": "3",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23403,
"properties": {
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23404,
"properties": {
- "power": "9",
- "sculk_sensor_phase": "active",
+ "power": "4",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23405,
"properties": {
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23406,
"properties": {
- "power": "9",
- "sculk_sensor_phase": "cooldown",
+ "power": "4",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23407,
"properties": {
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23408,
"properties": {
- "power": "10",
- "sculk_sensor_phase": "inactive",
+ "power": "4",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23409,
"properties": {
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23410,
"properties": {
- "power": "10",
- "sculk_sensor_phase": "active",
+ "power": "5",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23411,
"properties": {
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23412,
"properties": {
- "power": "10",
- "sculk_sensor_phase": "cooldown",
+ "power": "5",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23413,
"properties": {
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23414,
"properties": {
- "power": "11",
- "sculk_sensor_phase": "inactive",
+ "power": "5",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23415,
"properties": {
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23416,
"properties": {
- "power": "11",
- "sculk_sensor_phase": "active",
+ "power": "6",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23417,
"properties": {
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23418,
"properties": {
- "power": "11",
- "sculk_sensor_phase": "cooldown",
+ "power": "6",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23419,
"properties": {
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23420,
"properties": {
- "power": "12",
- "sculk_sensor_phase": "inactive",
+ "power": "6",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23421,
"properties": {
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23422,
"properties": {
- "power": "12",
- "sculk_sensor_phase": "active",
+ "power": "7",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23423,
"properties": {
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23424,
"properties": {
- "power": "12",
- "sculk_sensor_phase": "cooldown",
+ "power": "7",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23425,
"properties": {
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23426,
"properties": {
- "power": "13",
- "sculk_sensor_phase": "inactive",
+ "power": "7",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23427,
"properties": {
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23428,
"properties": {
- "power": "13",
- "sculk_sensor_phase": "active",
+ "power": "8",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23429,
"properties": {
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23430,
"properties": {
- "power": "13",
- "sculk_sensor_phase": "cooldown",
+ "power": "8",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23431,
"properties": {
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23432,
"properties": {
- "power": "14",
- "sculk_sensor_phase": "inactive",
+ "power": "8",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "false"
}
},
{
"id": 23433,
"properties": {
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "true"
}
},
{
"id": 23434,
"properties": {
- "power": "14",
- "sculk_sensor_phase": "active",
+ "power": "9",
+ "sculk_sensor_phase": "inactive",
"waterlogged": "false"
}
},
{
"id": 23435,
"properties": {
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "true"
}
},
{
"id": 23436,
"properties": {
- "power": "14",
- "sculk_sensor_phase": "cooldown",
+ "power": "9",
+ "sculk_sensor_phase": "active",
"waterlogged": "false"
}
},
{
"id": 23437,
"properties": {
- "power": "15",
- "sculk_sensor_phase": "inactive",
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
"waterlogged": "true"
}
},
{
"id": 23438,
+ "properties": {
+ "power": "9",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23439,
+ "properties": {
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23440,
+ "properties": {
+ "power": "10",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23441,
+ "properties": {
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23442,
+ "properties": {
+ "power": "10",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23443,
+ "properties": {
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23444,
+ "properties": {
+ "power": "10",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23445,
+ "properties": {
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23446,
+ "properties": {
+ "power": "11",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23447,
+ "properties": {
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23448,
+ "properties": {
+ "power": "11",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23449,
+ "properties": {
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23450,
+ "properties": {
+ "power": "11",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23451,
+ "properties": {
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23452,
+ "properties": {
+ "power": "12",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23453,
+ "properties": {
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23454,
+ "properties": {
+ "power": "12",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23455,
+ "properties": {
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23456,
+ "properties": {
+ "power": "12",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23457,
+ "properties": {
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23458,
+ "properties": {
+ "power": "13",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23459,
+ "properties": {
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23460,
+ "properties": {
+ "power": "13",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23461,
+ "properties": {
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23462,
+ "properties": {
+ "power": "13",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23463,
+ "properties": {
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23464,
+ "properties": {
+ "power": "14",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23465,
+ "properties": {
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23466,
+ "properties": {
+ "power": "14",
+ "sculk_sensor_phase": "active",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23467,
+ "properties": {
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23468,
+ "properties": {
+ "power": "14",
+ "sculk_sensor_phase": "cooldown",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23469,
+ "properties": {
+ "power": "15",
+ "sculk_sensor_phase": "inactive",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23470,
"properties": {
"power": "15",
"sculk_sensor_phase": "inactive",
@@ -236945,7 +237228,7 @@
}
},
{
- "id": 23439,
+ "id": 23471,
"properties": {
"power": "15",
"sculk_sensor_phase": "active",
@@ -236953,7 +237236,7 @@
}
},
{
- "id": 23440,
+ "id": 23472,
"properties": {
"power": "15",
"sculk_sensor_phase": "active",
@@ -236961,7 +237244,7 @@
}
},
{
- "id": 23441,
+ "id": 23473,
"properties": {
"power": "15",
"sculk_sensor_phase": "cooldown",
@@ -236969,7 +237252,7 @@
}
},
{
- "id": 23442,
+ "id": 23474,
"properties": {
"power": "15",
"sculk_sensor_phase": "cooldown",
@@ -236999,7 +237282,7 @@
},
"states": [
{
- "id": 23958,
+ "id": 23990,
"properties": {
"can_summon": "true",
"shrieking": "true",
@@ -237007,7 +237290,7 @@
}
},
{
- "id": 23959,
+ "id": 23991,
"properties": {
"can_summon": "true",
"shrieking": "true",
@@ -237015,7 +237298,7 @@
}
},
{
- "id": 23960,
+ "id": 23992,
"properties": {
"can_summon": "true",
"shrieking": "false",
@@ -237023,7 +237306,7 @@
}
},
{
- "id": 23961,
+ "id": 23993,
"properties": {
"can_summon": "true",
"shrieking": "false",
@@ -237031,7 +237314,7 @@
}
},
{
- "id": 23962,
+ "id": 23994,
"properties": {
"can_summon": "false",
"shrieking": "true",
@@ -237039,7 +237322,7 @@
}
},
{
- "id": 23963,
+ "id": 23995,
"properties": {
"can_summon": "false",
"shrieking": "true",
@@ -237047,7 +237330,7 @@
}
},
{
- "id": 23964,
+ "id": 23996,
"properties": {
"can_summon": "false",
"shrieking": "false",
@@ -237056,7 +237339,7 @@
},
{
"default": true,
- "id": 23965,
+ "id": 23997,
"properties": {
"can_summon": "false",
"shrieking": "false",
@@ -237101,395 +237384,11 @@
]
},
"states": [
- {
- "id": 23828,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23829,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23830,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23831,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "true",
- "waterlogged": "false",
- "west": "false"
- }
- },
- {
- "id": 23832,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23833,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23834,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23835,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "true",
- "up": "false",
- "waterlogged": "false",
- "west": "false"
- }
- },
- {
- "id": 23836,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23837,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23838,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23839,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "true",
- "waterlogged": "false",
- "west": "false"
- }
- },
- {
- "id": 23840,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23841,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23842,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "false",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23843,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "true",
- "south": "false",
- "up": "false",
- "waterlogged": "false",
- "west": "false"
- }
- },
- {
- "id": 23844,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23845,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23846,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23847,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "true",
- "waterlogged": "false",
- "west": "false"
- }
- },
- {
- "id": 23848,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23849,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23850,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "false",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23851,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "true",
- "up": "false",
- "waterlogged": "false",
- "west": "false"
- }
- },
- {
- "id": 23852,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23853,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23854,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23855,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "true",
- "waterlogged": "false",
- "west": "false"
- }
- },
- {
- "id": 23856,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "true"
- }
- },
- {
- "id": 23857,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "false",
- "waterlogged": "true",
- "west": "false"
- }
- },
- {
- "id": 23858,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "false",
- "waterlogged": "false",
- "west": "true"
- }
- },
- {
- "id": 23859,
- "properties": {
- "down": "true",
- "east": "true",
- "north": "false",
- "south": "false",
- "up": "false",
- "waterlogged": "false",
- "west": "false"
- }
- },
{
"id": 23860,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -237501,7 +237400,7 @@
"id": 23861,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -237513,7 +237412,7 @@
"id": 23862,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -237525,7 +237424,7 @@
"id": 23863,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -237537,7 +237436,7 @@
"id": 23864,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -237549,7 +237448,7 @@
"id": 23865,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -237561,7 +237460,7 @@
"id": 23866,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -237573,7 +237472,7 @@
"id": 23867,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -237585,7 +237484,7 @@
"id": 23868,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -237597,7 +237496,7 @@
"id": 23869,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -237609,7 +237508,7 @@
"id": 23870,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -237621,7 +237520,7 @@
"id": 23871,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -237633,7 +237532,7 @@
"id": 23872,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -237645,7 +237544,7 @@
"id": 23873,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -237657,7 +237556,7 @@
"id": 23874,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -237669,7 +237568,7 @@
"id": 23875,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -237681,7 +237580,7 @@
"id": 23876,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -237693,7 +237592,7 @@
"id": 23877,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -237705,7 +237604,7 @@
"id": 23878,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -237717,7 +237616,7 @@
"id": 23879,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -237729,7 +237628,7 @@
"id": 23880,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -237741,7 +237640,7 @@
"id": 23881,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -237753,7 +237652,7 @@
"id": 23882,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -237765,7 +237664,7 @@
"id": 23883,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -237777,7 +237676,7 @@
"id": 23884,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -237789,7 +237688,7 @@
"id": 23885,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -237801,7 +237700,7 @@
"id": 23886,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -237813,7 +237712,7 @@
"id": 23887,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -237825,7 +237724,7 @@
"id": 23888,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "false",
@@ -237837,7 +237736,7 @@
"id": 23889,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "false",
@@ -237849,7 +237748,7 @@
"id": 23890,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "false",
@@ -237861,7 +237760,7 @@
"id": 23891,
"properties": {
"down": "true",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "false",
@@ -237872,8 +237771,8 @@
{
"id": 23892,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "true",
@@ -237884,8 +237783,8 @@
{
"id": 23893,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "true",
@@ -237896,8 +237795,8 @@
{
"id": 23894,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "true",
@@ -237908,8 +237807,8 @@
{
"id": 23895,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "true",
@@ -237920,8 +237819,8 @@
{
"id": 23896,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "false",
@@ -237932,8 +237831,8 @@
{
"id": 23897,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "false",
@@ -237944,8 +237843,8 @@
{
"id": 23898,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "false",
@@ -237956,8 +237855,8 @@
{
"id": 23899,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "true",
"up": "false",
@@ -237968,8 +237867,8 @@
{
"id": 23900,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "true",
@@ -237980,8 +237879,8 @@
{
"id": 23901,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "true",
@@ -237992,8 +237891,8 @@
{
"id": 23902,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "true",
@@ -238004,8 +237903,8 @@
{
"id": 23903,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "true",
@@ -238016,8 +237915,8 @@
{
"id": 23904,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "false",
@@ -238028,8 +237927,8 @@
{
"id": 23905,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "false",
@@ -238040,8 +237939,8 @@
{
"id": 23906,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "false",
@@ -238052,8 +237951,8 @@
{
"id": 23907,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "true",
"south": "false",
"up": "false",
@@ -238064,8 +237963,8 @@
{
"id": 23908,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "true",
@@ -238076,8 +237975,8 @@
{
"id": 23909,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "true",
@@ -238088,8 +237987,8 @@
{
"id": 23910,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "true",
@@ -238100,8 +237999,8 @@
{
"id": 23911,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "true",
@@ -238112,8 +238011,8 @@
{
"id": 23912,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "false",
@@ -238124,8 +238023,8 @@
{
"id": 23913,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "false",
@@ -238136,8 +238035,8 @@
{
"id": 23914,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "false",
@@ -238148,8 +238047,8 @@
{
"id": 23915,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "true",
"up": "false",
@@ -238160,8 +238059,8 @@
{
"id": 23916,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "true",
@@ -238172,8 +238071,8 @@
{
"id": 23917,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "true",
@@ -238184,8 +238083,8 @@
{
"id": 23918,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "true",
@@ -238196,8 +238095,8 @@
{
"id": 23919,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "true",
@@ -238208,8 +238107,8 @@
{
"id": 23920,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "false",
@@ -238220,8 +238119,8 @@
{
"id": 23921,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "false",
@@ -238232,8 +238131,8 @@
{
"id": 23922,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "false",
@@ -238244,8 +238143,8 @@
{
"id": 23923,
"properties": {
- "down": "false",
- "east": "true",
+ "down": "true",
+ "east": "false",
"north": "false",
"south": "false",
"up": "false",
@@ -238257,7 +238156,7 @@
"id": 23924,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -238269,7 +238168,7 @@
"id": 23925,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -238281,7 +238180,7 @@
"id": 23926,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -238293,7 +238192,7 @@
"id": 23927,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "true",
@@ -238305,7 +238204,7 @@
"id": 23928,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -238317,7 +238216,7 @@
"id": 23929,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -238329,7 +238228,7 @@
"id": 23930,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -238341,7 +238240,7 @@
"id": 23931,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "true",
"up": "false",
@@ -238353,7 +238252,7 @@
"id": 23932,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -238365,7 +238264,7 @@
"id": 23933,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -238377,7 +238276,7 @@
"id": 23934,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -238389,7 +238288,7 @@
"id": 23935,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "true",
@@ -238401,7 +238300,7 @@
"id": 23936,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -238413,7 +238312,7 @@
"id": 23937,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -238425,7 +238324,7 @@
"id": 23938,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -238437,7 +238336,7 @@
"id": 23939,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "true",
"south": "false",
"up": "false",
@@ -238449,7 +238348,7 @@
"id": 23940,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -238461,7 +238360,7 @@
"id": 23941,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -238473,7 +238372,7 @@
"id": 23942,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -238485,7 +238384,7 @@
"id": 23943,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "true",
@@ -238497,7 +238396,7 @@
"id": 23944,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -238509,7 +238408,7 @@
"id": 23945,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -238521,7 +238420,7 @@
"id": 23946,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -238533,7 +238432,7 @@
"id": 23947,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "true",
"up": "false",
@@ -238545,7 +238444,7 @@
"id": 23948,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -238557,7 +238456,7 @@
"id": 23949,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -238569,7 +238468,7 @@
"id": 23950,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -238581,7 +238480,7 @@
"id": 23951,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "true",
@@ -238593,7 +238492,7 @@
"id": 23952,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "false",
@@ -238605,7 +238504,7 @@
"id": 23953,
"properties": {
"down": "false",
- "east": "false",
+ "east": "true",
"north": "false",
"south": "false",
"up": "false",
@@ -238615,6 +238514,390 @@
},
{
"id": 23954,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23955,
+ "properties": {
+ "down": "false",
+ "east": "true",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23956,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23957,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23958,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23959,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23960,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23961,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23962,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23963,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23964,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23965,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23966,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23967,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23968,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23969,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23970,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23971,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "true",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23972,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23973,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23974,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23975,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23976,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23977,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23978,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23979,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "true",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23980,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23981,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23982,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23983,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23984,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "true"
+ }
+ },
+ {
+ "id": 23985,
+ "properties": {
+ "down": "false",
+ "east": "false",
+ "north": "false",
+ "south": "false",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "false"
+ }
+ },
+ {
+ "id": 23986,
"properties": {
"down": "false",
"east": "false",
@@ -238627,7 +238910,7 @@
},
{
"default": true,
- "id": 23955,
+ "id": 23987,
"properties": {
"down": "false",
"east": "false",
@@ -238672,56 +238955,56 @@
"states": [
{
"default": true,
- "id": 13956,
+ "id": 13988,
"properties": {
"pickles": "1",
"waterlogged": "true"
}
},
{
- "id": 13957,
+ "id": 13989,
"properties": {
"pickles": "1",
"waterlogged": "false"
}
},
{
- "id": 13958,
+ "id": 13990,
"properties": {
"pickles": "2",
"waterlogged": "true"
}
},
{
- "id": 13959,
+ "id": 13991,
"properties": {
"pickles": "2",
"waterlogged": "false"
}
},
{
- "id": 13960,
+ "id": 13992,
"properties": {
"pickles": "3",
"waterlogged": "true"
}
},
{
- "id": 13961,
+ "id": 13993,
"properties": {
"pickles": "3",
"waterlogged": "false"
}
},
{
- "id": 13962,
+ "id": 13994,
"properties": {
"pickles": "4",
"waterlogged": "true"
}
},
{
- "id": 13963,
+ "id": 13995,
"properties": {
"pickles": "4",
"waterlogged": "false"
@@ -238773,7 +239056,7 @@
"states": [
{
"default": true,
- "id": 19633
+ "id": 19665
}
]
},
@@ -239203,63 +239486,63 @@
},
"states": [
{
- "id": 22097,
+ "id": 22129,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 22098,
+ "id": 22130,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 22099,
+ "id": 22131,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 22100,
+ "id": 22132,
"properties": {
"facing": "east",
"waterlogged": "false"
}
},
{
- "id": 22101,
+ "id": 22133,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 22102,
+ "id": 22134,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 22103,
+ "id": 22135,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 22104,
+ "id": 22136,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 22105,
+ "id": 22137,
"properties": {
"facing": "up",
"waterlogged": "true"
@@ -239267,21 +239550,21 @@
},
{
"default": true,
- "id": 22106,
+ "id": 22138,
"properties": {
"facing": "up",
"waterlogged": "false"
}
},
{
- "id": 22107,
+ "id": 22139,
"properties": {
"facing": "down",
"waterlogged": "true"
}
},
{
- "id": 22108,
+ "id": 22140,
"properties": {
"facing": "down",
"waterlogged": "false"
@@ -239312,7 +239595,7 @@
},
"states": [
{
- "id": 25944,
+ "id": 25976,
"properties": {
"facing": "north",
"half": "upper",
@@ -239320,7 +239603,7 @@
}
},
{
- "id": 25945,
+ "id": 25977,
"properties": {
"facing": "north",
"half": "upper",
@@ -239328,7 +239611,7 @@
}
},
{
- "id": 25946,
+ "id": 25978,
"properties": {
"facing": "north",
"half": "lower",
@@ -239337,7 +239620,7 @@
},
{
"default": true,
- "id": 25947,
+ "id": 25979,
"properties": {
"facing": "north",
"half": "lower",
@@ -239345,7 +239628,7 @@
}
},
{
- "id": 25948,
+ "id": 25980,
"properties": {
"facing": "south",
"half": "upper",
@@ -239353,7 +239636,7 @@
}
},
{
- "id": 25949,
+ "id": 25981,
"properties": {
"facing": "south",
"half": "upper",
@@ -239361,7 +239644,7 @@
}
},
{
- "id": 25950,
+ "id": 25982,
"properties": {
"facing": "south",
"half": "lower",
@@ -239369,7 +239652,7 @@
}
},
{
- "id": 25951,
+ "id": 25983,
"properties": {
"facing": "south",
"half": "lower",
@@ -239377,7 +239660,7 @@
}
},
{
- "id": 25952,
+ "id": 25984,
"properties": {
"facing": "west",
"half": "upper",
@@ -239385,7 +239668,7 @@
}
},
{
- "id": 25953,
+ "id": 25985,
"properties": {
"facing": "west",
"half": "upper",
@@ -239393,7 +239676,7 @@
}
},
{
- "id": 25954,
+ "id": 25986,
"properties": {
"facing": "west",
"half": "lower",
@@ -239401,7 +239684,7 @@
}
},
{
- "id": 25955,
+ "id": 25987,
"properties": {
"facing": "west",
"half": "lower",
@@ -239409,7 +239692,7 @@
}
},
{
- "id": 25956,
+ "id": 25988,
"properties": {
"facing": "east",
"half": "upper",
@@ -239417,7 +239700,7 @@
}
},
{
- "id": 25957,
+ "id": 25989,
"properties": {
"facing": "east",
"half": "upper",
@@ -239425,7 +239708,7 @@
}
},
{
- "id": 25958,
+ "id": 25990,
"properties": {
"facing": "east",
"half": "lower",
@@ -239433,7 +239716,7 @@
}
},
{
- "id": 25959,
+ "id": 25991,
"properties": {
"facing": "east",
"half": "lower",
@@ -239450,7 +239733,7 @@
"states": [
{
"default": true,
- "id": 19489
+ "id": 19521
}
]
},
@@ -239473,7 +239756,7 @@
},
"states": [
{
- "id": 19443,
+ "id": 19475,
"properties": {
"facing": "north",
"lit": "true"
@@ -239481,49 +239764,49 @@
},
{
"default": true,
- "id": 19444,
+ "id": 19476,
"properties": {
"facing": "north",
"lit": "false"
}
},
{
- "id": 19445,
+ "id": 19477,
"properties": {
"facing": "south",
"lit": "true"
}
},
{
- "id": 19446,
+ "id": 19478,
"properties": {
"facing": "south",
"lit": "false"
}
},
{
- "id": 19447,
+ "id": 19479,
"properties": {
"facing": "west",
"lit": "true"
}
},
{
- "id": 19448,
+ "id": 19480,
"properties": {
"facing": "west",
"lit": "false"
}
},
{
- "id": 19449,
+ "id": 19481,
"properties": {
"facing": "east",
"lit": "true"
}
},
{
- "id": 19450,
+ "id": 19482,
"properties": {
"facing": "east",
"lit": "false"
@@ -239539,7 +239822,7 @@
"states": [
{
"default": true,
- "id": 27617
+ "id": 27649
}
]
},
@@ -239573,21 +239856,21 @@
},
"states": [
{
- "id": 15147,
+ "id": 15179,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15148,
+ "id": 15180,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15149,
+ "id": 15181,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -239595,21 +239878,21 @@
},
{
"default": true,
- "id": 15150,
+ "id": 15182,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15151,
+ "id": 15183,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15152,
+ "id": 15184,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -239650,7 +239933,7 @@
},
"states": [
{
- "id": 14625,
+ "id": 14657,
"properties": {
"facing": "north",
"half": "top",
@@ -239659,7 +239942,7 @@
}
},
{
- "id": 14626,
+ "id": 14658,
"properties": {
"facing": "north",
"half": "top",
@@ -239668,7 +239951,7 @@
}
},
{
- "id": 14627,
+ "id": 14659,
"properties": {
"facing": "north",
"half": "top",
@@ -239677,7 +239960,7 @@
}
},
{
- "id": 14628,
+ "id": 14660,
"properties": {
"facing": "north",
"half": "top",
@@ -239686,7 +239969,7 @@
}
},
{
- "id": 14629,
+ "id": 14661,
"properties": {
"facing": "north",
"half": "top",
@@ -239695,7 +239978,7 @@
}
},
{
- "id": 14630,
+ "id": 14662,
"properties": {
"facing": "north",
"half": "top",
@@ -239704,7 +239987,7 @@
}
},
{
- "id": 14631,
+ "id": 14663,
"properties": {
"facing": "north",
"half": "top",
@@ -239713,7 +239996,7 @@
}
},
{
- "id": 14632,
+ "id": 14664,
"properties": {
"facing": "north",
"half": "top",
@@ -239722,7 +240005,7 @@
}
},
{
- "id": 14633,
+ "id": 14665,
"properties": {
"facing": "north",
"half": "top",
@@ -239731,7 +240014,7 @@
}
},
{
- "id": 14634,
+ "id": 14666,
"properties": {
"facing": "north",
"half": "top",
@@ -239740,7 +240023,7 @@
}
},
{
- "id": 14635,
+ "id": 14667,
"properties": {
"facing": "north",
"half": "bottom",
@@ -239750,439 +240033,439 @@
},
{
"default": true,
- "id": 14636,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14637,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14638,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14639,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14640,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14641,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14642,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14643,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14644,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14645,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14646,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14647,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14648,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14649,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14650,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14651,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14652,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14653,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14654,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14655,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14656,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14657,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14658,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14659,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14660,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14661,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14662,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14663,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14664,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14665,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14666,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14667,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14668,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14669,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14670,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14671,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14672,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14673,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14674,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14675,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14676,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14677,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14678,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14679,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14680,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14681,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14682,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14683,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14684,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14685,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14686,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14687,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14688,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14689,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14690,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14691,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14692,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14693,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14694,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14695,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14696,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14697,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14698,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14699,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14700,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14701,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14702,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14703,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14704,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14705,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14706,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14707,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14708,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14709,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14710,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14711,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14712,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14713,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14714,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14715,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14716,
"properties": {
"facing": "west",
"half": "bottom",
@@ -240191,7 +240474,7 @@
}
},
{
- "id": 14685,
+ "id": 14717,
"properties": {
"facing": "east",
"half": "top",
@@ -240200,7 +240483,7 @@
}
},
{
- "id": 14686,
+ "id": 14718,
"properties": {
"facing": "east",
"half": "top",
@@ -240209,7 +240492,7 @@
}
},
{
- "id": 14687,
+ "id": 14719,
"properties": {
"facing": "east",
"half": "top",
@@ -240218,7 +240501,7 @@
}
},
{
- "id": 14688,
+ "id": 14720,
"properties": {
"facing": "east",
"half": "top",
@@ -240227,7 +240510,7 @@
}
},
{
- "id": 14689,
+ "id": 14721,
"properties": {
"facing": "east",
"half": "top",
@@ -240236,7 +240519,7 @@
}
},
{
- "id": 14690,
+ "id": 14722,
"properties": {
"facing": "east",
"half": "top",
@@ -240245,7 +240528,7 @@
}
},
{
- "id": 14691,
+ "id": 14723,
"properties": {
"facing": "east",
"half": "top",
@@ -240254,7 +240537,7 @@
}
},
{
- "id": 14692,
+ "id": 14724,
"properties": {
"facing": "east",
"half": "top",
@@ -240263,7 +240546,7 @@
}
},
{
- "id": 14693,
+ "id": 14725,
"properties": {
"facing": "east",
"half": "top",
@@ -240272,7 +240555,7 @@
}
},
{
- "id": 14694,
+ "id": 14726,
"properties": {
"facing": "east",
"half": "top",
@@ -240281,7 +240564,7 @@
}
},
{
- "id": 14695,
+ "id": 14727,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240290,7 +240573,7 @@
}
},
{
- "id": 14696,
+ "id": 14728,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240299,7 +240582,7 @@
}
},
{
- "id": 14697,
+ "id": 14729,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240308,7 +240591,7 @@
}
},
{
- "id": 14698,
+ "id": 14730,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240317,7 +240600,7 @@
}
},
{
- "id": 14699,
+ "id": 14731,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240326,7 +240609,7 @@
}
},
{
- "id": 14700,
+ "id": 14732,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240335,7 +240618,7 @@
}
},
{
- "id": 14701,
+ "id": 14733,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240344,7 +240627,7 @@
}
},
{
- "id": 14702,
+ "id": 14734,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240353,7 +240636,7 @@
}
},
{
- "id": 14703,
+ "id": 14735,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240362,7 +240645,7 @@
}
},
{
- "id": 14704,
+ "id": 14736,
"properties": {
"facing": "east",
"half": "bottom",
@@ -240402,21 +240685,21 @@
},
"states": [
{
- "id": 15111,
+ "id": 15143,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15112,
+ "id": 15144,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15113,
+ "id": 15145,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -240424,21 +240707,21 @@
},
{
"default": true,
- "id": 15114,
+ "id": 15146,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15115,
+ "id": 15147,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15116,
+ "id": 15148,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -240479,7 +240762,7 @@
},
"states": [
{
- "id": 14065,
+ "id": 14097,
"properties": {
"facing": "north",
"half": "top",
@@ -240488,7 +240771,7 @@
}
},
{
- "id": 14066,
+ "id": 14098,
"properties": {
"facing": "north",
"half": "top",
@@ -240497,7 +240780,7 @@
}
},
{
- "id": 14067,
+ "id": 14099,
"properties": {
"facing": "north",
"half": "top",
@@ -240506,7 +240789,7 @@
}
},
{
- "id": 14068,
+ "id": 14100,
"properties": {
"facing": "north",
"half": "top",
@@ -240515,7 +240798,7 @@
}
},
{
- "id": 14069,
+ "id": 14101,
"properties": {
"facing": "north",
"half": "top",
@@ -240524,7 +240807,7 @@
}
},
{
- "id": 14070,
+ "id": 14102,
"properties": {
"facing": "north",
"half": "top",
@@ -240533,7 +240816,7 @@
}
},
{
- "id": 14071,
+ "id": 14103,
"properties": {
"facing": "north",
"half": "top",
@@ -240542,7 +240825,7 @@
}
},
{
- "id": 14072,
+ "id": 14104,
"properties": {
"facing": "north",
"half": "top",
@@ -240551,7 +240834,7 @@
}
},
{
- "id": 14073,
+ "id": 14105,
"properties": {
"facing": "north",
"half": "top",
@@ -240560,7 +240843,7 @@
}
},
{
- "id": 14074,
+ "id": 14106,
"properties": {
"facing": "north",
"half": "top",
@@ -240569,7 +240852,7 @@
}
},
{
- "id": 14075,
+ "id": 14107,
"properties": {
"facing": "north",
"half": "bottom",
@@ -240579,439 +240862,439 @@
},
{
"default": true,
- "id": 14076,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14077,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14078,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14079,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14080,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14081,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14082,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14083,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14084,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14085,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14086,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14087,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14088,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14089,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14090,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14091,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14092,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14093,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14094,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14095,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14096,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14097,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14098,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14099,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14100,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14101,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14102,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14103,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14104,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14105,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14106,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14107,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14108,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14109,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14110,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14111,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14112,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14113,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14114,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14115,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14116,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14117,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14118,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14119,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14120,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14121,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14122,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14123,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14124,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14125,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14126,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14127,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14128,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14129,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14130,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14131,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14132,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14133,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14134,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14135,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14136,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14137,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14138,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14139,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14140,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14141,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14142,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14143,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14144,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14145,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14146,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14147,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14148,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14149,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14150,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14151,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14152,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14153,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14154,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14155,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14156,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241020,7 +241303,7 @@
}
},
{
- "id": 14125,
+ "id": 14157,
"properties": {
"facing": "east",
"half": "top",
@@ -241029,7 +241312,7 @@
}
},
{
- "id": 14126,
+ "id": 14158,
"properties": {
"facing": "east",
"half": "top",
@@ -241038,7 +241321,7 @@
}
},
{
- "id": 14127,
+ "id": 14159,
"properties": {
"facing": "east",
"half": "top",
@@ -241047,7 +241330,7 @@
}
},
{
- "id": 14128,
+ "id": 14160,
"properties": {
"facing": "east",
"half": "top",
@@ -241056,7 +241339,7 @@
}
},
{
- "id": 14129,
+ "id": 14161,
"properties": {
"facing": "east",
"half": "top",
@@ -241065,7 +241348,7 @@
}
},
{
- "id": 14130,
+ "id": 14162,
"properties": {
"facing": "east",
"half": "top",
@@ -241074,7 +241357,7 @@
}
},
{
- "id": 14131,
+ "id": 14163,
"properties": {
"facing": "east",
"half": "top",
@@ -241083,7 +241366,7 @@
}
},
{
- "id": 14132,
+ "id": 14164,
"properties": {
"facing": "east",
"half": "top",
@@ -241092,7 +241375,7 @@
}
},
{
- "id": 14133,
+ "id": 14165,
"properties": {
"facing": "east",
"half": "top",
@@ -241101,7 +241384,7 @@
}
},
{
- "id": 14134,
+ "id": 14166,
"properties": {
"facing": "east",
"half": "top",
@@ -241110,7 +241393,7 @@
}
},
{
- "id": 14135,
+ "id": 14167,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241119,7 +241402,7 @@
}
},
{
- "id": 14136,
+ "id": 14168,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241128,7 +241411,7 @@
}
},
{
- "id": 14137,
+ "id": 14169,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241137,7 +241420,7 @@
}
},
{
- "id": 14138,
+ "id": 14170,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241146,7 +241429,7 @@
}
},
{
- "id": 14139,
+ "id": 14171,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241155,7 +241438,7 @@
}
},
{
- "id": 14140,
+ "id": 14172,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241164,7 +241447,7 @@
}
},
{
- "id": 14141,
+ "id": 14173,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241173,7 +241456,7 @@
}
},
{
- "id": 14142,
+ "id": 14174,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241182,7 +241465,7 @@
}
},
{
- "id": 14143,
+ "id": 14175,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241191,7 +241474,7 @@
}
},
{
- "id": 14144,
+ "id": 14176,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241231,21 +241514,21 @@
},
"states": [
{
- "id": 15141,
+ "id": 15173,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 15142,
+ "id": 15174,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 15143,
+ "id": 15175,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -241253,21 +241536,21 @@
},
{
"default": true,
- "id": 15144,
+ "id": 15176,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 15145,
+ "id": 15177,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 15146,
+ "id": 15178,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -241308,7 +241591,7 @@
},
"states": [
{
- "id": 14545,
+ "id": 14577,
"properties": {
"facing": "north",
"half": "top",
@@ -241317,7 +241600,7 @@
}
},
{
- "id": 14546,
+ "id": 14578,
"properties": {
"facing": "north",
"half": "top",
@@ -241326,7 +241609,7 @@
}
},
{
- "id": 14547,
+ "id": 14579,
"properties": {
"facing": "north",
"half": "top",
@@ -241335,7 +241618,7 @@
}
},
{
- "id": 14548,
+ "id": 14580,
"properties": {
"facing": "north",
"half": "top",
@@ -241344,7 +241627,7 @@
}
},
{
- "id": 14549,
+ "id": 14581,
"properties": {
"facing": "north",
"half": "top",
@@ -241353,7 +241636,7 @@
}
},
{
- "id": 14550,
+ "id": 14582,
"properties": {
"facing": "north",
"half": "top",
@@ -241362,7 +241645,7 @@
}
},
{
- "id": 14551,
+ "id": 14583,
"properties": {
"facing": "north",
"half": "top",
@@ -241371,7 +241654,7 @@
}
},
{
- "id": 14552,
+ "id": 14584,
"properties": {
"facing": "north",
"half": "top",
@@ -241380,7 +241663,7 @@
}
},
{
- "id": 14553,
+ "id": 14585,
"properties": {
"facing": "north",
"half": "top",
@@ -241389,7 +241672,7 @@
}
},
{
- "id": 14554,
+ "id": 14586,
"properties": {
"facing": "north",
"half": "top",
@@ -241398,7 +241681,7 @@
}
},
{
- "id": 14555,
+ "id": 14587,
"properties": {
"facing": "north",
"half": "bottom",
@@ -241408,439 +241691,439 @@
},
{
"default": true,
- "id": 14556,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14557,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14558,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14559,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14560,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14561,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14562,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14563,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14564,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14565,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14566,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14567,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14568,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14569,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14570,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14571,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14572,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14573,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14574,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14575,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14576,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14577,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14578,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14579,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14580,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14581,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14582,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14583,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14584,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14585,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14586,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14587,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14588,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14589,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14590,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14591,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14592,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14593,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14594,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14595,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14596,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14597,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14598,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14599,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14600,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14601,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14602,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14603,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14604,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14605,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14606,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14607,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14608,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14609,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14610,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14611,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14612,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14613,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14614,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14615,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14616,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14617,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14618,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14619,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14620,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14621,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14622,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14623,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14624,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14625,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14626,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14627,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14628,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14629,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14630,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14631,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14632,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14633,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14634,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14635,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14636,
"properties": {
"facing": "west",
"half": "bottom",
@@ -241849,7 +242132,7 @@
}
},
{
- "id": 14605,
+ "id": 14637,
"properties": {
"facing": "east",
"half": "top",
@@ -241858,7 +242141,7 @@
}
},
{
- "id": 14606,
+ "id": 14638,
"properties": {
"facing": "east",
"half": "top",
@@ -241867,7 +242150,7 @@
}
},
{
- "id": 14607,
+ "id": 14639,
"properties": {
"facing": "east",
"half": "top",
@@ -241876,7 +242159,7 @@
}
},
{
- "id": 14608,
+ "id": 14640,
"properties": {
"facing": "east",
"half": "top",
@@ -241885,7 +242168,7 @@
}
},
{
- "id": 14609,
+ "id": 14641,
"properties": {
"facing": "east",
"half": "top",
@@ -241894,7 +242177,7 @@
}
},
{
- "id": 14610,
+ "id": 14642,
"properties": {
"facing": "east",
"half": "top",
@@ -241903,7 +242186,7 @@
}
},
{
- "id": 14611,
+ "id": 14643,
"properties": {
"facing": "east",
"half": "top",
@@ -241912,7 +242195,7 @@
}
},
{
- "id": 14612,
+ "id": 14644,
"properties": {
"facing": "east",
"half": "top",
@@ -241921,7 +242204,7 @@
}
},
{
- "id": 14613,
+ "id": 14645,
"properties": {
"facing": "east",
"half": "top",
@@ -241930,7 +242213,7 @@
}
},
{
- "id": 14614,
+ "id": 14646,
"properties": {
"facing": "east",
"half": "top",
@@ -241939,7 +242222,7 @@
}
},
{
- "id": 14615,
+ "id": 14647,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241948,7 +242231,7 @@
}
},
{
- "id": 14616,
+ "id": 14648,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241957,7 +242240,7 @@
}
},
{
- "id": 14617,
+ "id": 14649,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241966,7 +242249,7 @@
}
},
{
- "id": 14618,
+ "id": 14650,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241975,7 +242258,7 @@
}
},
{
- "id": 14619,
+ "id": 14651,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241984,7 +242267,7 @@
}
},
{
- "id": 14620,
+ "id": 14652,
"properties": {
"facing": "east",
"half": "bottom",
@@ -241993,7 +242276,7 @@
}
},
{
- "id": 14621,
+ "id": 14653,
"properties": {
"facing": "east",
"half": "bottom",
@@ -242002,7 +242285,7 @@
}
},
{
- "id": 14622,
+ "id": 14654,
"properties": {
"facing": "east",
"half": "bottom",
@@ -242011,7 +242294,7 @@
}
},
{
- "id": 14623,
+ "id": 14655,
"properties": {
"facing": "east",
"half": "bottom",
@@ -242020,7 +242303,7 @@
}
},
{
- "id": 14624,
+ "id": 14656,
"properties": {
"facing": "east",
"half": "bottom",
@@ -242248,7 +242531,7 @@
},
"states": [
{
- "id": 19566,
+ "id": 19598,
"properties": {
"facing": "north",
"lit": "true",
@@ -242257,7 +242540,7 @@
}
},
{
- "id": 19567,
+ "id": 19599,
"properties": {
"facing": "north",
"lit": "true",
@@ -242266,7 +242549,7 @@
}
},
{
- "id": 19568,
+ "id": 19600,
"properties": {
"facing": "north",
"lit": "true",
@@ -242276,7 +242559,7 @@
},
{
"default": true,
- "id": 19569,
+ "id": 19601,
"properties": {
"facing": "north",
"lit": "true",
@@ -242285,7 +242568,7 @@
}
},
{
- "id": 19570,
+ "id": 19602,
"properties": {
"facing": "north",
"lit": "false",
@@ -242294,7 +242577,7 @@
}
},
{
- "id": 19571,
+ "id": 19603,
"properties": {
"facing": "north",
"lit": "false",
@@ -242303,7 +242586,7 @@
}
},
{
- "id": 19572,
+ "id": 19604,
"properties": {
"facing": "north",
"lit": "false",
@@ -242312,7 +242595,7 @@
}
},
{
- "id": 19573,
+ "id": 19605,
"properties": {
"facing": "north",
"lit": "false",
@@ -242321,7 +242604,7 @@
}
},
{
- "id": 19574,
+ "id": 19606,
"properties": {
"facing": "south",
"lit": "true",
@@ -242330,7 +242613,7 @@
}
},
{
- "id": 19575,
+ "id": 19607,
"properties": {
"facing": "south",
"lit": "true",
@@ -242339,7 +242622,7 @@
}
},
{
- "id": 19576,
+ "id": 19608,
"properties": {
"facing": "south",
"lit": "true",
@@ -242348,7 +242631,7 @@
}
},
{
- "id": 19577,
+ "id": 19609,
"properties": {
"facing": "south",
"lit": "true",
@@ -242357,7 +242640,7 @@
}
},
{
- "id": 19578,
+ "id": 19610,
"properties": {
"facing": "south",
"lit": "false",
@@ -242366,7 +242649,7 @@
}
},
{
- "id": 19579,
+ "id": 19611,
"properties": {
"facing": "south",
"lit": "false",
@@ -242375,7 +242658,7 @@
}
},
{
- "id": 19580,
+ "id": 19612,
"properties": {
"facing": "south",
"lit": "false",
@@ -242384,7 +242667,7 @@
}
},
{
- "id": 19581,
+ "id": 19613,
"properties": {
"facing": "south",
"lit": "false",
@@ -242393,7 +242676,7 @@
}
},
{
- "id": 19582,
+ "id": 19614,
"properties": {
"facing": "west",
"lit": "true",
@@ -242402,7 +242685,7 @@
}
},
{
- "id": 19583,
+ "id": 19615,
"properties": {
"facing": "west",
"lit": "true",
@@ -242411,7 +242694,7 @@
}
},
{
- "id": 19584,
+ "id": 19616,
"properties": {
"facing": "west",
"lit": "true",
@@ -242420,7 +242703,7 @@
}
},
{
- "id": 19585,
+ "id": 19617,
"properties": {
"facing": "west",
"lit": "true",
@@ -242429,7 +242712,7 @@
}
},
{
- "id": 19586,
+ "id": 19618,
"properties": {
"facing": "west",
"lit": "false",
@@ -242438,7 +242721,7 @@
}
},
{
- "id": 19587,
+ "id": 19619,
"properties": {
"facing": "west",
"lit": "false",
@@ -242447,7 +242730,7 @@
}
},
{
- "id": 19588,
+ "id": 19620,
"properties": {
"facing": "west",
"lit": "false",
@@ -242456,7 +242739,7 @@
}
},
{
- "id": 19589,
+ "id": 19621,
"properties": {
"facing": "west",
"lit": "false",
@@ -242465,7 +242748,7 @@
}
},
{
- "id": 19590,
+ "id": 19622,
"properties": {
"facing": "east",
"lit": "true",
@@ -242474,7 +242757,7 @@
}
},
{
- "id": 19591,
+ "id": 19623,
"properties": {
"facing": "east",
"lit": "true",
@@ -242483,7 +242766,7 @@
}
},
{
- "id": 19592,
+ "id": 19624,
"properties": {
"facing": "east",
"lit": "true",
@@ -242492,7 +242775,7 @@
}
},
{
- "id": 19593,
+ "id": 19625,
"properties": {
"facing": "east",
"lit": "true",
@@ -242501,7 +242784,7 @@
}
},
{
- "id": 19594,
+ "id": 19626,
"properties": {
"facing": "east",
"lit": "false",
@@ -242510,7 +242793,7 @@
}
},
{
- "id": 19595,
+ "id": 19627,
"properties": {
"facing": "east",
"lit": "false",
@@ -242519,7 +242802,7 @@
}
},
{
- "id": 19596,
+ "id": 19628,
"properties": {
"facing": "east",
"lit": "false",
@@ -242528,7 +242811,7 @@
}
},
{
- "id": 19597,
+ "id": 19629,
"properties": {
"facing": "east",
"lit": "false",
@@ -242567,21 +242850,21 @@
},
"states": [
{
- "id": 19530,
+ "id": 19562,
"properties": {
"hanging": "true",
"waterlogged": "true"
}
},
{
- "id": 19531,
+ "id": 19563,
"properties": {
"hanging": "true",
"waterlogged": "false"
}
},
{
- "id": 19532,
+ "id": 19564,
"properties": {
"hanging": "false",
"waterlogged": "true"
@@ -242589,7 +242872,7 @@
},
{
"default": true,
- "id": 19533,
+ "id": 19565,
"properties": {
"hanging": "false",
"waterlogged": "false"
@@ -242708,7 +242991,7 @@
"states": [
{
"default": true,
- "id": 25851
+ "id": 25883
}
]
},
@@ -248093,7 +248376,7 @@
},
"states": [
{
- "id": 16803,
+ "id": 16835,
"properties": {
"east": "none",
"north": "none",
@@ -248104,7 +248387,7 @@
}
},
{
- "id": 16804,
+ "id": 16836,
"properties": {
"east": "none",
"north": "none",
@@ -248115,7 +248398,7 @@
}
},
{
- "id": 16805,
+ "id": 16837,
"properties": {
"east": "none",
"north": "none",
@@ -248127,718 +248410,366 @@
},
{
"default": true,
- "id": 16806,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16807,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16808,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16809,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16810,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16811,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16812,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16813,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16814,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16815,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16816,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16817,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16818,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16819,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16820,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16821,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16822,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16823,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16824,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16825,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16826,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16827,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16828,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16829,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16830,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16831,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16832,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16833,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16834,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16835,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16836,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16837,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 16838,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16839,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16840,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16841,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16842,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16843,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16844,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16845,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16846,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16847,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16848,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16849,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16850,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16851,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16852,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16853,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16854,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16855,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16856,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16857,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16858,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16859,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16860,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16861,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16862,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16863,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16864,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16865,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16866,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16867,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16868,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16869,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16870,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -248846,10 +248777,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -248857,10 +248788,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -248868,10 +248799,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -248879,362 +248810,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16875,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16876,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16877,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16878,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16879,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16880,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16881,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16882,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16883,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16884,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16885,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16886,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16887,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16888,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16889,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16890,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16891,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16892,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16893,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16894,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16895,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16896,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16897,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16898,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16899,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16900,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16901,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16902,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16903,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16904,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16905,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16906,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -249242,10 +249173,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -249253,14 +249184,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16909,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16910,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16911,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16912,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16913,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16914,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16915,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16916,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16917,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16918,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16919,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16920,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16921,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16922,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16923,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16924,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16925,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16926,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16927,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16928,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16929,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16930,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16931,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16932,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16933,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16934,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16935,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16936,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16937,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16938,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 16939,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 16940,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 16941,
"properties": {
"east": "none",
"north": "tall",
@@ -249271,7 +249554,7 @@
}
},
{
- "id": 16910,
+ "id": 16942,
"properties": {
"east": "none",
"north": "tall",
@@ -249281,367 +249564,15 @@
"west": "tall"
}
},
- {
- "id": 16911,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16912,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16913,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16914,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16915,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16916,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16917,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16918,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16919,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16920,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16921,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16922,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16923,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16924,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16925,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16926,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16927,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16928,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16929,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16930,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16931,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16932,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16933,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16934,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16935,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16936,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 16937,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 16938,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 16939,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 16940,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 16941,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 16942,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 16943,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -249649,10 +249580,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -249660,10 +249591,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -249671,362 +249602,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16947,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16948,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16949,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16950,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16951,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16952,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16953,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16954,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16955,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16956,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16957,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16958,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16959,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16960,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16961,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16962,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16963,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16964,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16965,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16966,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16967,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16968,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16969,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16970,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16971,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16972,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16973,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16974,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16975,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16976,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16977,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16978,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -250034,10 +249965,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -250045,10 +249976,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -250056,10 +249987,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -250067,362 +249998,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16983,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16984,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16985,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16986,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16987,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16988,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16989,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16990,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16991,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16992,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16993,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 16994,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16995,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 16996,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 16997,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 16998,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 16999,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17000,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17001,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17002,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17003,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17004,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17005,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17006,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17007,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17008,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 17009,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17010,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17011,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 17012,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17013,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 17014,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -250430,10 +250361,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -250441,14 +250372,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17017,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17018,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17019,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17020,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17021,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17022,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17023,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17024,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17025,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17026,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17027,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17028,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17029,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17030,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17031,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17032,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17033,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17034,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17035,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17036,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17037,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17038,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17039,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17040,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17041,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17042,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17043,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17044,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17045,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17046,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17047,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17048,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17049,
"properties": {
"east": "low",
"north": "tall",
@@ -250459,7 +250742,7 @@
}
},
{
- "id": 17018,
+ "id": 17050,
"properties": {
"east": "low",
"north": "tall",
@@ -250469,367 +250752,15 @@
"west": "tall"
}
},
- {
- "id": 17019,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17020,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17021,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17022,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17023,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17024,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17025,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17026,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17027,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17028,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17029,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17030,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17031,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17032,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17033,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17034,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17035,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17036,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17037,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17038,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17039,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17040,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17041,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17042,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17043,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17044,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17045,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17046,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17047,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17048,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17049,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17050,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17051,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -250837,14 +250768,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17053,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17054,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17055,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17056,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17057,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17058,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17059,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17060,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17061,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17062,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17063,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17064,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17065,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17066,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17067,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17068,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17069,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17070,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17071,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17072,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17073,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17074,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17075,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17076,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17077,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17078,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17079,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17080,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17081,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17082,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17083,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17084,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17085,
"properties": {
"east": "tall",
"north": "none",
@@ -250855,7 +251138,7 @@
}
},
{
- "id": 17054,
+ "id": 17086,
"properties": {
"east": "tall",
"north": "none",
@@ -250865,367 +251148,15 @@
"west": "tall"
}
},
- {
- "id": 17055,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17056,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17057,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17058,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17059,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17060,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17061,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17062,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17063,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17064,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17065,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17066,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17067,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17068,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17069,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17070,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17071,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17072,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17073,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17074,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17075,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17076,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17077,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17078,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17079,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17080,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17081,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17082,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17083,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17084,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17085,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17086,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17087,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -251233,14 +251164,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 17089,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17090,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17091,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17092,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17093,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17094,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17095,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17096,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17097,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17098,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17099,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17100,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17101,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17102,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17103,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17104,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17105,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17106,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17107,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17108,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17109,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17110,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17111,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17112,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17113,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17114,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17115,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17116,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17117,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17118,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17119,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17120,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17121,
"properties": {
"east": "tall",
"north": "low",
@@ -251251,7 +251534,7 @@
}
},
{
- "id": 17090,
+ "id": 17122,
"properties": {
"east": "tall",
"north": "low",
@@ -251261,371 +251544,371 @@
"west": "tall"
}
},
- {
- "id": 17091,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17092,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17093,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17094,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17095,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17096,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17097,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17098,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17099,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17100,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17101,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17102,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17103,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17104,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17105,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17106,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17107,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17108,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17109,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17110,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17111,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17112,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17113,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17114,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17115,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17116,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 17117,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 17118,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 17119,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 17120,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 17121,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 17122,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 17123,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 17124,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17125,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17126,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17127,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17128,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17129,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17130,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17131,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17132,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17133,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17134,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17135,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17136,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17137,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17138,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17139,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17140,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17141,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17142,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17143,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17144,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17145,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17146,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17147,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17148,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17149,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17150,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17151,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17152,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17153,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 17154,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 17155,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 17156,
"properties": {
"east": "tall",
"north": "tall",
@@ -251636,7 +251919,7 @@
}
},
{
- "id": 17125,
+ "id": 17157,
"properties": {
"east": "tall",
"north": "tall",
@@ -251647,7 +251930,7 @@
}
},
{
- "id": 17126,
+ "id": 17158,
"properties": {
"east": "tall",
"north": "tall",
@@ -252014,7 +252297,7 @@
},
"states": [
{
- "id": 14465,
+ "id": 14497,
"properties": {
"facing": "north",
"half": "top",
@@ -252023,7 +252306,7 @@
}
},
{
- "id": 14466,
+ "id": 14498,
"properties": {
"facing": "north",
"half": "top",
@@ -252032,7 +252315,7 @@
}
},
{
- "id": 14467,
+ "id": 14499,
"properties": {
"facing": "north",
"half": "top",
@@ -252041,7 +252324,7 @@
}
},
{
- "id": 14468,
+ "id": 14500,
"properties": {
"facing": "north",
"half": "top",
@@ -252050,7 +252333,7 @@
}
},
{
- "id": 14469,
+ "id": 14501,
"properties": {
"facing": "north",
"half": "top",
@@ -252059,7 +252342,7 @@
}
},
{
- "id": 14470,
+ "id": 14502,
"properties": {
"facing": "north",
"half": "top",
@@ -252068,7 +252351,7 @@
}
},
{
- "id": 14471,
+ "id": 14503,
"properties": {
"facing": "north",
"half": "top",
@@ -252077,7 +252360,7 @@
}
},
{
- "id": 14472,
+ "id": 14504,
"properties": {
"facing": "north",
"half": "top",
@@ -252086,7 +252369,7 @@
}
},
{
- "id": 14473,
+ "id": 14505,
"properties": {
"facing": "north",
"half": "top",
@@ -252095,7 +252378,7 @@
}
},
{
- "id": 14474,
+ "id": 14506,
"properties": {
"facing": "north",
"half": "top",
@@ -252104,7 +252387,7 @@
}
},
{
- "id": 14475,
+ "id": 14507,
"properties": {
"facing": "north",
"half": "bottom",
@@ -252114,439 +252397,439 @@
},
{
"default": true,
- "id": 14476,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14477,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14478,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14479,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14480,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14481,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14482,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14483,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14484,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14485,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14486,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14487,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14488,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14489,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14490,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14491,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14492,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14493,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14494,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14495,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14496,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14497,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14498,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14499,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14500,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14501,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 14502,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 14503,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 14504,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 14505,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 14506,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 14507,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 14508,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14509,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14510,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14511,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14512,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14513,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14514,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 14515,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 14516,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 14517,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 14518,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 14519,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 14520,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 14521,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 14522,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 14523,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 14524,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14525,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14526,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14527,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14528,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14529,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14530,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14531,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14532,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14533,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14534,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14535,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14536,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14537,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14538,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14539,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14540,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14541,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14542,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14543,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14544,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14545,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14546,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14547,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14548,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14549,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14550,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14551,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14552,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14553,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14554,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 14555,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 14556,
"properties": {
"facing": "west",
"half": "bottom",
@@ -252555,7 +252838,7 @@
}
},
{
- "id": 14525,
+ "id": 14557,
"properties": {
"facing": "east",
"half": "top",
@@ -252564,7 +252847,7 @@
}
},
{
- "id": 14526,
+ "id": 14558,
"properties": {
"facing": "east",
"half": "top",
@@ -252573,7 +252856,7 @@
}
},
{
- "id": 14527,
+ "id": 14559,
"properties": {
"facing": "east",
"half": "top",
@@ -252582,7 +252865,7 @@
}
},
{
- "id": 14528,
+ "id": 14560,
"properties": {
"facing": "east",
"half": "top",
@@ -252591,7 +252874,7 @@
}
},
{
- "id": 14529,
+ "id": 14561,
"properties": {
"facing": "east",
"half": "top",
@@ -252600,7 +252883,7 @@
}
},
{
- "id": 14530,
+ "id": 14562,
"properties": {
"facing": "east",
"half": "top",
@@ -252609,7 +252892,7 @@
}
},
{
- "id": 14531,
+ "id": 14563,
"properties": {
"facing": "east",
"half": "top",
@@ -252618,7 +252901,7 @@
}
},
{
- "id": 14532,
+ "id": 14564,
"properties": {
"facing": "east",
"half": "top",
@@ -252627,7 +252910,7 @@
}
},
{
- "id": 14533,
+ "id": 14565,
"properties": {
"facing": "east",
"half": "top",
@@ -252636,7 +252919,7 @@
}
},
{
- "id": 14534,
+ "id": 14566,
"properties": {
"facing": "east",
"half": "top",
@@ -252645,7 +252928,7 @@
}
},
{
- "id": 14535,
+ "id": 14567,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252654,7 +252937,7 @@
}
},
{
- "id": 14536,
+ "id": 14568,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252663,7 +252946,7 @@
}
},
{
- "id": 14537,
+ "id": 14569,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252672,7 +252955,7 @@
}
},
{
- "id": 14538,
+ "id": 14570,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252681,7 +252964,7 @@
}
},
{
- "id": 14539,
+ "id": 14571,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252690,7 +252973,7 @@
}
},
{
- "id": 14540,
+ "id": 14572,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252699,7 +252982,7 @@
}
},
{
- "id": 14541,
+ "id": 14573,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252708,7 +252991,7 @@
}
},
{
- "id": 14542,
+ "id": 14574,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252717,7 +253000,7 @@
}
},
{
- "id": 14543,
+ "id": 14575,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252726,7 +253009,7 @@
}
},
{
- "id": 14544,
+ "id": 14576,
"properties": {
"facing": "east",
"half": "bottom",
@@ -252752,25 +253035,25 @@
"states": [
{
"default": true,
- "id": 19490,
+ "id": 19522,
"properties": {
"facing": "north"
}
},
{
- "id": 19491,
+ "id": 19523,
"properties": {
"facing": "south"
}
},
{
- "id": 19492,
+ "id": 19524,
"properties": {
"facing": "west"
}
},
{
- "id": 19493,
+ "id": 19525,
"properties": {
"facing": "east"
}
@@ -253029,20 +253312,20 @@
},
"states": [
{
- "id": 19628,
+ "id": 19660,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19629,
+ "id": 19661,
"properties": {
"axis": "y"
}
},
{
- "id": 19630,
+ "id": 19662,
"properties": {
"axis": "z"
}
@@ -253063,20 +253346,20 @@
},
"states": [
{
- "id": 19622,
+ "id": 19654,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19623,
+ "id": 19655,
"properties": {
"axis": "y"
}
},
{
- "id": 19624,
+ "id": 19656,
"properties": {
"axis": "z"
}
@@ -253505,20 +253788,20 @@
},
"states": [
{
- "id": 19611,
+ "id": 19643,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19612,
+ "id": 19644,
"properties": {
"axis": "y"
}
},
{
- "id": 19613,
+ "id": 19645,
"properties": {
"axis": "z"
}
@@ -253539,20 +253822,20 @@
},
"states": [
{
- "id": 19605,
+ "id": 19637,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19606,
+ "id": 19638,
"properties": {
"axis": "y"
}
},
{
- "id": 19607,
+ "id": 19639,
"properties": {
"axis": "z"
}
@@ -253574,26 +253857,26 @@
},
"states": [
{
- "id": 20379,
+ "id": 20411,
"properties": {
"mode": "save"
}
},
{
"default": true,
- "id": 20380,
+ "id": 20412,
"properties": {
"mode": "load"
}
},
{
- "id": 20381,
+ "id": 20413,
"properties": {
"mode": "corner"
}
},
{
- "id": 20382,
+ "id": 20414,
"properties": {
"mode": "data"
}
@@ -253868,25 +254151,25 @@
"states": [
{
"default": true,
- "id": 19598,
+ "id": 19630,
"properties": {
"age": "0"
}
},
{
- "id": 19599,
+ "id": 19631,
"properties": {
"age": "1"
}
},
{
- "id": 19600,
+ "id": 19632,
"properties": {
"age": "2"
}
},
{
- "id": 19601,
+ "id": 19633,
"properties": {
"age": "3"
}
@@ -253987,97 +254270,97 @@
"states": [
{
"default": true,
- "id": 20409,
+ "id": 20441,
"properties": {
"power": "0"
}
},
{
- "id": 20410,
+ "id": 20442,
"properties": {
"power": "1"
}
},
{
- "id": 20411,
+ "id": 20443,
"properties": {
"power": "2"
}
},
{
- "id": 20412,
+ "id": 20444,
"properties": {
"power": "3"
}
},
{
- "id": 20413,
+ "id": 20445,
"properties": {
"power": "4"
}
},
{
- "id": 20414,
+ "id": 20446,
"properties": {
"power": "5"
}
},
{
- "id": 20415,
+ "id": 20447,
"properties": {
"power": "6"
}
},
{
- "id": 20416,
+ "id": 20448,
"properties": {
"power": "7"
}
},
{
- "id": 20417,
+ "id": 20449,
"properties": {
"power": "8"
}
},
{
- "id": 20418,
+ "id": 20450,
"properties": {
"power": "9"
}
},
{
- "id": 20419,
+ "id": 20451,
"properties": {
"power": "10"
}
},
{
- "id": 20420,
+ "id": 20452,
"properties": {
"power": "11"
}
},
{
- "id": 20421,
+ "id": 20453,
"properties": {
"power": "12"
}
},
{
- "id": 20422,
+ "id": 20454,
"properties": {
"power": "13"
}
},
{
- "id": 20423,
+ "id": 20455,
"properties": {
"power": "14"
}
},
{
- "id": 20424,
+ "id": 20456,
"properties": {
"power": "15"
}
@@ -254086,7 +254369,7 @@
},
"minecraft:terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -254112,25 +254395,25 @@
"states": [
{
"default": true,
- "id": 20395,
+ "id": 20427,
"properties": {
"mode": "start"
}
},
{
- "id": 20396,
+ "id": 20428,
"properties": {
"mode": "log"
}
},
{
- "id": 20397,
+ "id": 20429,
"properties": {
"mode": "fail"
}
},
{
- "id": 20398,
+ "id": 20430,
"properties": {
"mode": "accept"
}
@@ -254145,7 +254428,7 @@
"states": [
{
"default": true,
- "id": 20399
+ "id": 20431
}
]
},
@@ -254157,7 +254440,7 @@
"states": [
{
"default": true,
- "id": 23345
+ "id": 23377
}
]
},
@@ -254485,42 +254768,42 @@
},
"states": [
{
- "id": 27698,
+ "id": 27730,
"properties": {
"ominous": "true",
"trial_spawner_state": "inactive"
}
},
{
- "id": 27699,
+ "id": 27731,
"properties": {
"ominous": "true",
"trial_spawner_state": "waiting_for_players"
}
},
{
- "id": 27700,
+ "id": 27732,
"properties": {
"ominous": "true",
"trial_spawner_state": "active"
}
},
{
- "id": 27701,
+ "id": 27733,
"properties": {
"ominous": "true",
"trial_spawner_state": "waiting_for_reward_ejection"
}
},
{
- "id": 27702,
+ "id": 27734,
"properties": {
"ominous": "true",
"trial_spawner_state": "ejecting_reward"
}
},
{
- "id": 27703,
+ "id": 27735,
"properties": {
"ominous": "true",
"trial_spawner_state": "cooldown"
@@ -254528,42 +254811,42 @@
},
{
"default": true,
- "id": 27704,
+ "id": 27736,
"properties": {
"ominous": "false",
"trial_spawner_state": "inactive"
}
},
{
- "id": 27705,
+ "id": 27737,
"properties": {
"ominous": "false",
"trial_spawner_state": "waiting_for_players"
}
},
{
- "id": 27706,
+ "id": 27738,
"properties": {
"ominous": "false",
"trial_spawner_state": "active"
}
},
{
- "id": 27707,
+ "id": 27739,
"properties": {
"ominous": "false",
"trial_spawner_state": "waiting_for_reward_ejection"
}
},
{
- "id": 27708,
+ "id": 27740,
"properties": {
"ominous": "false",
"trial_spawner_state": "ejecting_reward"
}
},
{
- "id": 27709,
+ "id": 27741,
"properties": {
"ominous": "false",
"trial_spawner_state": "cooldown"
@@ -256315,13 +256598,13 @@
"states": [
{
"default": true,
- "id": 13846,
+ "id": 13878,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13847,
+ "id": 13879,
"properties": {
"waterlogged": "false"
}
@@ -256337,7 +256620,7 @@
"states": [
{
"default": true,
- "id": 13831
+ "id": 13863
}
]
},
@@ -256356,13 +256639,13 @@
"states": [
{
"default": true,
- "id": 13866,
+ "id": 13898,
"properties": {
"waterlogged": "true"
}
},
{
- "id": 13867,
+ "id": 13899,
"properties": {
"waterlogged": "false"
}
@@ -256390,56 +256673,56 @@
"states": [
{
"default": true,
- "id": 13916,
+ "id": 13948,
"properties": {
"facing": "north",
"waterlogged": "true"
}
},
{
- "id": 13917,
+ "id": 13949,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 13918,
+ "id": 13950,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 13919,
+ "id": 13951,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 13920,
+ "id": 13952,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 13921,
+ "id": 13953,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 13922,
+ "id": 13954,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 13923,
+ "id": 13955,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -256455,7 +256738,7 @@
"states": [
{
"default": true,
- "id": 22109
+ "id": 22141
}
]
},
@@ -256477,21 +256760,21 @@
},
"states": [
{
- "id": 22933,
+ "id": 22965,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 22934,
+ "id": 22966,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 22935,
+ "id": 22967,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -256499,21 +256782,21 @@
},
{
"default": true,
- "id": 22936,
+ "id": 22968,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 22937,
+ "id": 22969,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 22938,
+ "id": 22970,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -256554,7 +256837,7 @@
},
"states": [
{
- "id": 22939,
+ "id": 22971,
"properties": {
"facing": "north",
"half": "top",
@@ -256563,7 +256846,7 @@
}
},
{
- "id": 22940,
+ "id": 22972,
"properties": {
"facing": "north",
"half": "top",
@@ -256572,7 +256855,7 @@
}
},
{
- "id": 22941,
+ "id": 22973,
"properties": {
"facing": "north",
"half": "top",
@@ -256581,7 +256864,7 @@
}
},
{
- "id": 22942,
+ "id": 22974,
"properties": {
"facing": "north",
"half": "top",
@@ -256590,7 +256873,7 @@
}
},
{
- "id": 22943,
+ "id": 22975,
"properties": {
"facing": "north",
"half": "top",
@@ -256599,7 +256882,7 @@
}
},
{
- "id": 22944,
+ "id": 22976,
"properties": {
"facing": "north",
"half": "top",
@@ -256608,7 +256891,7 @@
}
},
{
- "id": 22945,
+ "id": 22977,
"properties": {
"facing": "north",
"half": "top",
@@ -256617,7 +256900,7 @@
}
},
{
- "id": 22946,
+ "id": 22978,
"properties": {
"facing": "north",
"half": "top",
@@ -256626,7 +256909,7 @@
}
},
{
- "id": 22947,
+ "id": 22979,
"properties": {
"facing": "north",
"half": "top",
@@ -256635,7 +256918,7 @@
}
},
{
- "id": 22948,
+ "id": 22980,
"properties": {
"facing": "north",
"half": "top",
@@ -256644,7 +256927,7 @@
}
},
{
- "id": 22949,
+ "id": 22981,
"properties": {
"facing": "north",
"half": "bottom",
@@ -256654,439 +256937,439 @@
},
{
"default": true,
- "id": 22950,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22951,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22952,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22953,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22954,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22955,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22956,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22957,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22958,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22959,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22960,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22961,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22962,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22963,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22964,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22965,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22966,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22967,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22968,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22969,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22970,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22971,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22972,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22973,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22974,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22975,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22976,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22977,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22978,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22979,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22980,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22981,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 22982,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 22983,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 22984,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 22985,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 22986,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 22987,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 22988,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 22989,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 22990,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 22991,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 22992,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 22993,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 22994,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 22995,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 22996,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 22997,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 22998,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22999,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23000,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23001,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23002,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23003,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23004,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23005,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23006,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23007,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23008,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23009,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23010,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23011,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23012,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23013,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23014,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23015,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23016,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23017,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23018,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23019,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23020,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23021,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23022,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23023,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23024,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23025,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23026,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23027,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23028,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 23029,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 23030,
"properties": {
"facing": "west",
"half": "bottom",
@@ -257095,7 +257378,7 @@
}
},
{
- "id": 22999,
+ "id": 23031,
"properties": {
"facing": "east",
"half": "top",
@@ -257104,7 +257387,7 @@
}
},
{
- "id": 23000,
+ "id": 23032,
"properties": {
"facing": "east",
"half": "top",
@@ -257113,7 +257396,7 @@
}
},
{
- "id": 23001,
+ "id": 23033,
"properties": {
"facing": "east",
"half": "top",
@@ -257122,7 +257405,7 @@
}
},
{
- "id": 23002,
+ "id": 23034,
"properties": {
"facing": "east",
"half": "top",
@@ -257131,7 +257414,7 @@
}
},
{
- "id": 23003,
+ "id": 23035,
"properties": {
"facing": "east",
"half": "top",
@@ -257140,7 +257423,7 @@
}
},
{
- "id": 23004,
+ "id": 23036,
"properties": {
"facing": "east",
"half": "top",
@@ -257149,7 +257432,7 @@
}
},
{
- "id": 23005,
+ "id": 23037,
"properties": {
"facing": "east",
"half": "top",
@@ -257158,7 +257441,7 @@
}
},
{
- "id": 23006,
+ "id": 23038,
"properties": {
"facing": "east",
"half": "top",
@@ -257167,7 +257450,7 @@
}
},
{
- "id": 23007,
+ "id": 23039,
"properties": {
"facing": "east",
"half": "top",
@@ -257176,7 +257459,7 @@
}
},
{
- "id": 23008,
+ "id": 23040,
"properties": {
"facing": "east",
"half": "top",
@@ -257185,7 +257468,7 @@
}
},
{
- "id": 23009,
+ "id": 23041,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257194,7 +257477,7 @@
}
},
{
- "id": 23010,
+ "id": 23042,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257203,7 +257486,7 @@
}
},
{
- "id": 23011,
+ "id": 23043,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257212,7 +257495,7 @@
}
},
{
- "id": 23012,
+ "id": 23044,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257221,7 +257504,7 @@
}
},
{
- "id": 23013,
+ "id": 23045,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257230,7 +257513,7 @@
}
},
{
- "id": 23014,
+ "id": 23046,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257239,7 +257522,7 @@
}
},
{
- "id": 23015,
+ "id": 23047,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257248,7 +257531,7 @@
}
},
{
- "id": 23016,
+ "id": 23048,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257257,7 +257540,7 @@
}
},
{
- "id": 23017,
+ "id": 23049,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257266,7 +257549,7 @@
}
},
{
- "id": 23018,
+ "id": 23050,
"properties": {
"facing": "east",
"half": "bottom",
@@ -257313,7 +257596,7 @@
},
"states": [
{
- "id": 23019,
+ "id": 23051,
"properties": {
"east": "none",
"north": "none",
@@ -257324,7 +257607,7 @@
}
},
{
- "id": 23020,
+ "id": 23052,
"properties": {
"east": "none",
"north": "none",
@@ -257335,7 +257618,7 @@
}
},
{
- "id": 23021,
+ "id": 23053,
"properties": {
"east": "none",
"north": "none",
@@ -257347,718 +257630,366 @@
},
{
"default": true,
- "id": 23022,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23023,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23024,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23025,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23026,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23027,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23028,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23029,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23030,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23031,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23032,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23033,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23034,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23035,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23036,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23037,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23038,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23039,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23040,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23041,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23042,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23043,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23044,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23045,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23046,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23047,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23048,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23049,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23050,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23051,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23052,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23053,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 23054,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23055,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23056,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23057,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23058,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23059,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23060,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23061,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23062,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23063,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23064,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23065,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23066,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23067,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23068,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23069,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23070,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23071,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23072,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23073,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23074,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23075,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23076,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23077,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23078,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23079,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23080,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23081,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23082,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23083,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23084,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23085,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23086,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -258066,10 +257997,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -258077,10 +258008,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -258088,10 +258019,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -258099,362 +258030,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23091,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23092,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23093,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23094,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23095,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23096,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23097,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23098,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23099,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23100,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23101,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23102,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23103,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23104,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23105,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23106,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23107,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23108,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23109,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23110,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23111,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23112,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23113,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23114,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23115,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23116,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23117,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23118,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23119,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23120,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23121,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23122,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -258462,10 +258393,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -258473,14 +258404,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23125,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23126,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23127,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23128,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23129,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23130,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23131,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23132,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23133,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23134,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23135,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23136,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23137,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23138,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23139,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23140,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23141,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23142,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23143,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23144,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23145,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23146,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23147,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23148,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23149,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23150,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23151,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23152,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23153,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23154,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23155,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23156,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23157,
"properties": {
"east": "none",
"north": "tall",
@@ -258491,7 +258774,7 @@
}
},
{
- "id": 23126,
+ "id": 23158,
"properties": {
"east": "none",
"north": "tall",
@@ -258501,367 +258784,15 @@
"west": "tall"
}
},
- {
- "id": 23127,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23128,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23129,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23130,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23131,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23132,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23133,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23134,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23135,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23136,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23137,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23138,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23139,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23140,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23141,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23142,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23143,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23144,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23145,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23146,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23147,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23148,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23149,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23150,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23151,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23152,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23153,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23154,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23155,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23156,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23157,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23158,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 23159,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -258869,10 +258800,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -258880,10 +258811,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -258891,362 +258822,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23163,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23164,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23165,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23166,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23167,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23168,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23169,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23170,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23171,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23172,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23173,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23174,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23175,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23176,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23177,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23178,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23179,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23180,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23181,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23182,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23183,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23184,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23185,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23186,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23187,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23188,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23189,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23190,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23191,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23192,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23193,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23194,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -259254,10 +259185,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -259265,10 +259196,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -259276,10 +259207,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -259287,362 +259218,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23199,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23200,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23201,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23202,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23203,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23204,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23205,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23206,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23207,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23208,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23209,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23210,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23211,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23212,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23213,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23214,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23215,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23216,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23217,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23218,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23219,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23220,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23221,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23222,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23223,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23224,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 23225,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23226,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23227,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 23228,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23229,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 23230,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -259650,10 +259581,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -259661,14 +259592,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23233,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23234,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23235,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23236,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23237,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23238,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23239,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23240,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23241,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23242,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23243,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23244,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23245,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23246,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23247,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23248,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23249,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23250,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23251,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23252,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23253,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23254,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23255,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23256,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23257,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23258,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23259,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23260,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23261,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23262,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23263,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23264,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23265,
"properties": {
"east": "low",
"north": "tall",
@@ -259679,7 +259962,7 @@
}
},
{
- "id": 23234,
+ "id": 23266,
"properties": {
"east": "low",
"north": "tall",
@@ -259689,367 +259972,15 @@
"west": "tall"
}
},
- {
- "id": 23235,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23236,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23237,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23238,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23239,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23240,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23241,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23242,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23243,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23244,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23245,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23246,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23247,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23248,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23249,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23250,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23251,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23252,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23253,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23254,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23255,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23256,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23257,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23258,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23259,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23260,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23261,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23262,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23263,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23264,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23265,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23266,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 23267,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -260057,14 +259988,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23269,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23270,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23271,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23272,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23273,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23274,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23275,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23276,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23277,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23278,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23279,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23280,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23281,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23282,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23283,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23284,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23285,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23286,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23287,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23288,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23289,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23290,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23291,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23292,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23293,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23294,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23295,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23296,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23297,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23298,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23299,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23300,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23301,
"properties": {
"east": "tall",
"north": "none",
@@ -260075,7 +260358,7 @@
}
},
{
- "id": 23270,
+ "id": 23302,
"properties": {
"east": "tall",
"north": "none",
@@ -260085,367 +260368,15 @@
"west": "tall"
}
},
- {
- "id": 23271,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23272,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23273,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23274,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23275,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23276,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23277,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23278,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23279,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23280,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23281,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23282,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23283,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23284,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23285,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23286,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23287,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23288,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23289,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23290,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23291,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23292,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23293,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23294,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23295,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23296,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23297,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23298,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23299,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23300,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23301,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23302,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 23303,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -260453,14 +260384,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 23305,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23306,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23307,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23308,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23309,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23310,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23311,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23312,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23313,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23314,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23315,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23316,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23317,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23318,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23319,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23320,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23321,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23322,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23323,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23324,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23325,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23326,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23327,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23328,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23329,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23330,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23331,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23332,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23333,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23334,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23335,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23336,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23337,
"properties": {
"east": "tall",
"north": "low",
@@ -260471,7 +260754,7 @@
}
},
{
- "id": 23306,
+ "id": 23338,
"properties": {
"east": "tall",
"north": "low",
@@ -260481,371 +260764,371 @@
"west": "tall"
}
},
- {
- "id": 23307,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23308,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23309,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23310,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23311,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23312,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23313,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23314,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23315,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23316,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23317,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23318,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23319,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23320,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23321,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23322,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23323,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23324,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23325,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23326,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23327,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23328,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23329,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23330,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23331,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23332,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 23333,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 23334,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 23335,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 23336,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 23337,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 23338,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 23339,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 23340,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23341,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23342,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23343,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23344,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23345,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23346,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23347,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23348,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23349,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23350,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23351,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23352,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23353,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23354,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23355,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23356,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23357,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23358,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23359,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23360,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23361,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23362,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23363,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23364,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23365,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23366,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23367,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23368,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23369,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 23370,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 23371,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 23372,
"properties": {
"east": "tall",
"north": "tall",
@@ -260856,7 +261139,7 @@
}
},
{
- "id": 23341,
+ "id": 23373,
"properties": {
"east": "tall",
"north": "tall",
@@ -260867,7 +261150,7 @@
}
},
{
- "id": 23342,
+ "id": 23374,
"properties": {
"east": "tall",
"north": "tall",
@@ -260887,7 +261170,7 @@
"states": [
{
"default": true,
- "id": 22932
+ "id": 22964
}
]
},
@@ -260909,21 +261192,21 @@
},
"states": [
{
- "id": 22110,
+ "id": 22142,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 22111,
+ "id": 22143,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 22112,
+ "id": 22144,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -260931,21 +261214,21 @@
},
{
"default": true,
- "id": 22113,
+ "id": 22145,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 22114,
+ "id": 22146,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 22115,
+ "id": 22147,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -260986,7 +261269,7 @@
},
"states": [
{
- "id": 22116,
+ "id": 22148,
"properties": {
"facing": "north",
"half": "top",
@@ -260995,7 +261278,7 @@
}
},
{
- "id": 22117,
+ "id": 22149,
"properties": {
"facing": "north",
"half": "top",
@@ -261004,7 +261287,7 @@
}
},
{
- "id": 22118,
+ "id": 22150,
"properties": {
"facing": "north",
"half": "top",
@@ -261013,7 +261296,7 @@
}
},
{
- "id": 22119,
+ "id": 22151,
"properties": {
"facing": "north",
"half": "top",
@@ -261022,7 +261305,7 @@
}
},
{
- "id": 22120,
+ "id": 22152,
"properties": {
"facing": "north",
"half": "top",
@@ -261031,7 +261314,7 @@
}
},
{
- "id": 22121,
+ "id": 22153,
"properties": {
"facing": "north",
"half": "top",
@@ -261040,7 +261323,7 @@
}
},
{
- "id": 22122,
+ "id": 22154,
"properties": {
"facing": "north",
"half": "top",
@@ -261049,7 +261332,7 @@
}
},
{
- "id": 22123,
+ "id": 22155,
"properties": {
"facing": "north",
"half": "top",
@@ -261058,7 +261341,7 @@
}
},
{
- "id": 22124,
+ "id": 22156,
"properties": {
"facing": "north",
"half": "top",
@@ -261067,7 +261350,7 @@
}
},
{
- "id": 22125,
+ "id": 22157,
"properties": {
"facing": "north",
"half": "top",
@@ -261076,7 +261359,7 @@
}
},
{
- "id": 22126,
+ "id": 22158,
"properties": {
"facing": "north",
"half": "bottom",
@@ -261086,439 +261369,439 @@
},
{
"default": true,
- "id": 22127,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22128,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22129,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22130,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22131,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22132,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22133,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22134,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22135,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22136,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22137,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22138,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22139,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22140,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22141,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22142,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22143,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22144,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22145,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22146,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22147,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22148,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22149,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22150,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22151,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22152,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 22153,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 22154,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 22155,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 22156,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 22157,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 22158,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 22159,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 22160,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 22161,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 22162,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 22163,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 22164,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 22165,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 22166,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 22167,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 22168,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 22169,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 22170,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 22171,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 22172,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 22173,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 22174,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 22175,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22176,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22177,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22178,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22179,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22180,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22181,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22182,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22183,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22184,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22185,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22186,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22187,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22188,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22189,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22190,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22191,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22192,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22193,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22194,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22195,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22196,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22197,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22198,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22199,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22200,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22201,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22202,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22203,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22204,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22205,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 22206,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 22207,
"properties": {
"facing": "west",
"half": "bottom",
@@ -261527,7 +261810,7 @@
}
},
{
- "id": 22176,
+ "id": 22208,
"properties": {
"facing": "east",
"half": "top",
@@ -261536,7 +261819,7 @@
}
},
{
- "id": 22177,
+ "id": 22209,
"properties": {
"facing": "east",
"half": "top",
@@ -261545,7 +261828,7 @@
}
},
{
- "id": 22178,
+ "id": 22210,
"properties": {
"facing": "east",
"half": "top",
@@ -261554,7 +261837,7 @@
}
},
{
- "id": 22179,
+ "id": 22211,
"properties": {
"facing": "east",
"half": "top",
@@ -261563,7 +261846,7 @@
}
},
{
- "id": 22180,
+ "id": 22212,
"properties": {
"facing": "east",
"half": "top",
@@ -261572,7 +261855,7 @@
}
},
{
- "id": 22181,
+ "id": 22213,
"properties": {
"facing": "east",
"half": "top",
@@ -261581,7 +261864,7 @@
}
},
{
- "id": 22182,
+ "id": 22214,
"properties": {
"facing": "east",
"half": "top",
@@ -261590,7 +261873,7 @@
}
},
{
- "id": 22183,
+ "id": 22215,
"properties": {
"facing": "east",
"half": "top",
@@ -261599,7 +261882,7 @@
}
},
{
- "id": 22184,
+ "id": 22216,
"properties": {
"facing": "east",
"half": "top",
@@ -261608,7 +261891,7 @@
}
},
{
- "id": 22185,
+ "id": 22217,
"properties": {
"facing": "east",
"half": "top",
@@ -261617,7 +261900,7 @@
}
},
{
- "id": 22186,
+ "id": 22218,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261626,7 +261909,7 @@
}
},
{
- "id": 22187,
+ "id": 22219,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261635,7 +261918,7 @@
}
},
{
- "id": 22188,
+ "id": 22220,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261644,7 +261927,7 @@
}
},
{
- "id": 22189,
+ "id": 22221,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261653,7 +261936,7 @@
}
},
{
- "id": 22190,
+ "id": 22222,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261662,7 +261945,7 @@
}
},
{
- "id": 22191,
+ "id": 22223,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261671,7 +261954,7 @@
}
},
{
- "id": 22192,
+ "id": 22224,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261680,7 +261963,7 @@
}
},
{
- "id": 22193,
+ "id": 22225,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261689,7 +261972,7 @@
}
},
{
- "id": 22194,
+ "id": 22226,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261698,7 +261981,7 @@
}
},
{
- "id": 22195,
+ "id": 22227,
"properties": {
"facing": "east",
"half": "bottom",
@@ -261745,7 +262028,7 @@
},
"states": [
{
- "id": 22196,
+ "id": 22228,
"properties": {
"east": "none",
"north": "none",
@@ -261756,7 +262039,7 @@
}
},
{
- "id": 22197,
+ "id": 22229,
"properties": {
"east": "none",
"north": "none",
@@ -261767,7 +262050,7 @@
}
},
{
- "id": 22198,
+ "id": 22230,
"properties": {
"east": "none",
"north": "none",
@@ -261779,718 +262062,366 @@
},
{
"default": true,
- "id": 22199,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22200,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22201,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22202,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22203,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22204,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22205,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22206,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22207,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22208,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22209,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22210,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22211,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22212,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22213,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22214,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22215,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22216,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22217,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22218,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22219,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22220,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22221,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22222,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22223,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22224,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22225,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22226,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22227,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22228,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22229,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22230,
- "properties": {
- "east": "none",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
"id": 22231,
"properties": {
"east": "none",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22232,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22233,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22234,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22235,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22236,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22237,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22238,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22239,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22240,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22241,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22242,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22243,
"properties": {
"east": "none",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22244,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22245,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22246,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22247,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22248,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22249,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22250,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22251,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22252,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22253,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22254,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22255,
"properties": {
"east": "none",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22256,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22257,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22258,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22259,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22260,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22261,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22262,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22263,
"properties": {
"east": "none",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -262498,10 +262429,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -262509,10 +262440,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -262520,10 +262451,10 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -262531,362 +262462,362 @@
"properties": {
"east": "none",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22268,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22269,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22270,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22271,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22272,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22273,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22274,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22275,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22276,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22277,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22278,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22279,
"properties": {
"east": "none",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22280,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22281,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22282,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22283,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22284,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22285,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22286,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22287,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22288,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22289,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22290,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22291,
"properties": {
"east": "none",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22292,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22293,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22294,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22295,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22296,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22297,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22298,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22299,
"properties": {
"east": "none",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -262894,10 +262825,10 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -262905,14 +262836,366 @@
"properties": {
"east": "none",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22302,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22303,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22304,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22305,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22306,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22307,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22308,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22309,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22310,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22311,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22312,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22313,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22314,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22315,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22316,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22317,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22318,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22319,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22320,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22321,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22322,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22323,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22324,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22325,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22326,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22327,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22328,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22329,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22330,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22331,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22332,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22333,
+ "properties": {
+ "east": "none",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22334,
"properties": {
"east": "none",
"north": "tall",
@@ -262923,7 +263206,7 @@
}
},
{
- "id": 22303,
+ "id": 22335,
"properties": {
"east": "none",
"north": "tall",
@@ -262933,367 +263216,15 @@
"west": "tall"
}
},
- {
- "id": 22304,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22305,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22306,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22307,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22308,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22309,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22310,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22311,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22312,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22313,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22314,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22315,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22316,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22317,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22318,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22319,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22320,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22321,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22322,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22323,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22324,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22325,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22326,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22327,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22328,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22329,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22330,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22331,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22332,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22333,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22334,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22335,
- "properties": {
- "east": "low",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22336,
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -263301,10 +263232,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -263312,10 +263243,10 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -263323,362 +263254,362 @@
"properties": {
"east": "low",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22340,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22341,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22342,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22343,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22344,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22345,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22346,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22347,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22348,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22349,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22350,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22351,
"properties": {
"east": "low",
- "north": "low",
- "south": "none",
- "up": "false",
+ "north": "none",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22352,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22353,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22354,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22355,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22356,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22357,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22358,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22359,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22360,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22361,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22362,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22363,
"properties": {
"east": "low",
- "north": "low",
- "south": "low",
- "up": "false",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22364,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22365,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22366,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22367,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22368,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22369,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22370,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22371,
"properties": {
"east": "low",
- "north": "low",
+ "north": "none",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -263686,10 +263617,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -263697,10 +263628,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
@@ -263708,10 +263639,10 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
@@ -263719,362 +263650,362 @@
"properties": {
"east": "low",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22376,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22377,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22378,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22379,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22380,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22381,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22382,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22383,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "none",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22384,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22385,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22386,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22387,
"properties": {
"east": "low",
- "north": "tall",
- "south": "none",
- "up": "false",
+ "north": "low",
+ "south": "low",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22388,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22389,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22390,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22391,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22392,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22393,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22394,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22395,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "low",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22396,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22397,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22398,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22399,
"properties": {
"east": "low",
- "north": "tall",
- "south": "low",
- "up": "false",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22400,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22401,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "true",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
"id": 22402,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22403,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22404,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
}
},
{
"id": 22405,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
- "up": "true",
+ "up": "false",
"waterlogged": "false",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22406,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "none"
+ "waterlogged": "false",
+ "west": "low"
}
},
{
"id": 22407,
"properties": {
"east": "low",
- "north": "tall",
+ "north": "low",
"south": "tall",
"up": "false",
- "waterlogged": "true",
- "west": "low"
+ "waterlogged": "false",
+ "west": "tall"
}
},
{
@@ -264082,10 +264013,10 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -264093,14 +264024,366 @@
"properties": {
"east": "low",
"north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22410,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22411,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22412,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22413,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22414,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22415,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22416,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22417,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22418,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22419,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22420,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22421,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22422,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22423,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22424,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22425,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22426,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22427,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22428,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22429,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22430,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22431,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22432,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22433,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22434,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22435,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22436,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22437,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22438,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22439,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22440,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22441,
+ "properties": {
+ "east": "low",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22442,
"properties": {
"east": "low",
"north": "tall",
@@ -264111,7 +264394,7 @@
}
},
{
- "id": 22411,
+ "id": 22443,
"properties": {
"east": "low",
"north": "tall",
@@ -264121,367 +264404,15 @@
"west": "tall"
}
},
- {
- "id": 22412,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22413,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22414,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22415,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22416,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22417,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22418,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22419,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22420,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22421,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22422,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22423,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22424,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22425,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22426,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22427,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22428,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22429,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22430,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22431,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22432,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22433,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22434,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22435,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22436,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22437,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22438,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22439,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22440,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22441,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22442,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22443,
- "properties": {
- "east": "tall",
- "north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22444,
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -264489,14 +264420,366 @@
"properties": {
"east": "tall",
"north": "none",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22446,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22447,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22448,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22449,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22450,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22451,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22452,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22453,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22454,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22455,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22456,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22457,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22458,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22459,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22460,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22461,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22462,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22463,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22464,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22465,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22466,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22467,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22468,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22469,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22470,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22471,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22472,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22473,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22474,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22475,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22476,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22477,
+ "properties": {
+ "east": "tall",
+ "north": "none",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22478,
"properties": {
"east": "tall",
"north": "none",
@@ -264507,7 +264790,7 @@
}
},
{
- "id": 22447,
+ "id": 22479,
"properties": {
"east": "tall",
"north": "none",
@@ -264517,367 +264800,15 @@
"west": "tall"
}
},
- {
- "id": 22448,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22449,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22450,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22451,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22452,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22453,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22454,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22455,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22456,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22457,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22458,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22459,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22460,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22461,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22462,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22463,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22464,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22465,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22466,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22467,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22468,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22469,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22470,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22471,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22472,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22473,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22474,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22475,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22476,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22477,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22478,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22479,
- "properties": {
- "east": "tall",
- "north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22480,
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
@@ -264885,14 +264816,366 @@
"properties": {
"east": "tall",
"north": "low",
- "south": "tall",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
}
},
{
"id": 22482,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22483,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22484,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22485,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22486,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22487,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22488,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22489,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22490,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22491,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22492,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22493,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22494,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22495,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22496,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22497,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22498,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22499,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22500,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22501,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22502,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22503,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22504,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22505,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22506,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22507,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22508,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22509,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22510,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22511,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22512,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22513,
+ "properties": {
+ "east": "tall",
+ "north": "low",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22514,
"properties": {
"east": "tall",
"north": "low",
@@ -264903,7 +265186,7 @@
}
},
{
- "id": 22483,
+ "id": 22515,
"properties": {
"east": "tall",
"north": "low",
@@ -264913,371 +265196,371 @@
"west": "tall"
}
},
- {
- "id": 22484,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22485,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22486,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22487,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22488,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22489,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22490,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22491,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22492,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22493,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22494,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22495,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "none",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22496,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22497,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22498,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22499,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22500,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22501,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22502,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22503,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22504,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22505,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22506,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22507,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "low",
- "up": "false",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22508,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22509,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "low"
- }
- },
- {
- "id": 22510,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "true",
- "west": "tall"
- }
- },
- {
- "id": 22511,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "none"
- }
- },
- {
- "id": 22512,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "low"
- }
- },
- {
- "id": 22513,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "true",
- "waterlogged": "false",
- "west": "tall"
- }
- },
- {
- "id": 22514,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "none"
- }
- },
- {
- "id": 22515,
- "properties": {
- "east": "tall",
- "north": "tall",
- "south": "tall",
- "up": "false",
- "waterlogged": "true",
- "west": "low"
- }
- },
{
"id": 22516,
"properties": {
"east": "tall",
"north": "tall",
- "south": "tall",
- "up": "false",
+ "south": "none",
+ "up": "true",
"waterlogged": "true",
- "west": "tall"
+ "west": "none"
}
},
{
"id": 22517,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22518,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22519,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22520,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22521,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22522,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22523,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22524,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22525,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22526,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22527,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "none",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22528,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22529,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22530,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22531,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22532,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22533,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22534,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22535,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22536,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22537,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22538,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22539,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "low",
+ "up": "false",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22540,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22541,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22542,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22543,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22544,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22545,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "true",
+ "waterlogged": "false",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22546,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "none"
+ }
+ },
+ {
+ "id": 22547,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "low"
+ }
+ },
+ {
+ "id": 22548,
+ "properties": {
+ "east": "tall",
+ "north": "tall",
+ "south": "tall",
+ "up": "false",
+ "waterlogged": "true",
+ "west": "tall"
+ }
+ },
+ {
+ "id": 22549,
"properties": {
"east": "tall",
"north": "tall",
@@ -265288,7 +265571,7 @@
}
},
{
- "id": 22518,
+ "id": 22550,
"properties": {
"east": "tall",
"north": "tall",
@@ -265299,7 +265582,7 @@
}
},
{
- "id": 22519,
+ "id": 22551,
"properties": {
"east": "tall",
"north": "tall",
@@ -265455,157 +265738,157 @@
"states": [
{
"default": true,
- "id": 19661,
+ "id": 19693,
"properties": {
"age": "0"
}
},
{
- "id": 19662,
+ "id": 19694,
"properties": {
"age": "1"
}
},
{
- "id": 19663,
+ "id": 19695,
"properties": {
"age": "2"
}
},
{
- "id": 19664,
+ "id": 19696,
"properties": {
"age": "3"
}
},
{
- "id": 19665,
+ "id": 19697,
"properties": {
"age": "4"
}
},
{
- "id": 19666,
+ "id": 19698,
"properties": {
"age": "5"
}
},
{
- "id": 19667,
+ "id": 19699,
"properties": {
"age": "6"
}
},
{
- "id": 19668,
+ "id": 19700,
"properties": {
"age": "7"
}
},
{
- "id": 19669,
+ "id": 19701,
"properties": {
"age": "8"
}
},
{
- "id": 19670,
+ "id": 19702,
"properties": {
"age": "9"
}
},
{
- "id": 19671,
+ "id": 19703,
"properties": {
"age": "10"
}
},
{
- "id": 19672,
+ "id": 19704,
"properties": {
"age": "11"
}
},
{
- "id": 19673,
+ "id": 19705,
"properties": {
"age": "12"
}
},
{
- "id": 19674,
+ "id": 19706,
"properties": {
"age": "13"
}
},
{
- "id": 19675,
+ "id": 19707,
"properties": {
"age": "14"
}
},
{
- "id": 19676,
+ "id": 19708,
"properties": {
"age": "15"
}
},
{
- "id": 19677,
+ "id": 19709,
"properties": {
"age": "16"
}
},
{
- "id": 19678,
+ "id": 19710,
"properties": {
"age": "17"
}
},
{
- "id": 19679,
+ "id": 19711,
"properties": {
"age": "18"
}
},
{
- "id": 19680,
+ "id": 19712,
"properties": {
"age": "19"
}
},
{
- "id": 19681,
+ "id": 19713,
"properties": {
"age": "20"
}
},
{
- "id": 19682,
+ "id": 19714,
"properties": {
"age": "21"
}
},
{
- "id": 19683,
+ "id": 19715,
"properties": {
"age": "22"
}
},
{
- "id": 19684,
+ "id": 19716,
"properties": {
"age": "23"
}
},
{
- "id": 19685,
+ "id": 19717,
"properties": {
"age": "24"
}
},
{
- "id": 19686,
+ "id": 19718,
"properties": {
"age": "25"
}
@@ -265620,7 +265903,7 @@
"states": [
{
"default": true,
- "id": 19687
+ "id": 19719
}
]
},
@@ -265649,7 +265932,7 @@
},
"states": [
{
- "id": 27710,
+ "id": 27742,
"properties": {
"facing": "north",
"ominous": "true",
@@ -265657,7 +265940,7 @@
}
},
{
- "id": 27711,
+ "id": 27743,
"properties": {
"facing": "north",
"ominous": "true",
@@ -265665,7 +265948,7 @@
}
},
{
- "id": 27712,
+ "id": 27744,
"properties": {
"facing": "north",
"ominous": "true",
@@ -265673,7 +265956,7 @@
}
},
{
- "id": 27713,
+ "id": 27745,
"properties": {
"facing": "north",
"ominous": "true",
@@ -265682,7 +265965,7 @@
},
{
"default": true,
- "id": 27714,
+ "id": 27746,
"properties": {
"facing": "north",
"ominous": "false",
@@ -265690,7 +265973,7 @@
}
},
{
- "id": 27715,
+ "id": 27747,
"properties": {
"facing": "north",
"ominous": "false",
@@ -265698,7 +265981,7 @@
}
},
{
- "id": 27716,
+ "id": 27748,
"properties": {
"facing": "north",
"ominous": "false",
@@ -265706,7 +265989,7 @@
}
},
{
- "id": 27717,
+ "id": 27749,
"properties": {
"facing": "north",
"ominous": "false",
@@ -265714,7 +265997,7 @@
}
},
{
- "id": 27718,
+ "id": 27750,
"properties": {
"facing": "south",
"ominous": "true",
@@ -265722,7 +266005,7 @@
}
},
{
- "id": 27719,
+ "id": 27751,
"properties": {
"facing": "south",
"ominous": "true",
@@ -265730,7 +266013,7 @@
}
},
{
- "id": 27720,
+ "id": 27752,
"properties": {
"facing": "south",
"ominous": "true",
@@ -265738,7 +266021,7 @@
}
},
{
- "id": 27721,
+ "id": 27753,
"properties": {
"facing": "south",
"ominous": "true",
@@ -265746,7 +266029,7 @@
}
},
{
- "id": 27722,
+ "id": 27754,
"properties": {
"facing": "south",
"ominous": "false",
@@ -265754,7 +266037,7 @@
}
},
{
- "id": 27723,
+ "id": 27755,
"properties": {
"facing": "south",
"ominous": "false",
@@ -265762,7 +266045,7 @@
}
},
{
- "id": 27724,
+ "id": 27756,
"properties": {
"facing": "south",
"ominous": "false",
@@ -265770,7 +266053,7 @@
}
},
{
- "id": 27725,
+ "id": 27757,
"properties": {
"facing": "south",
"ominous": "false",
@@ -265778,7 +266061,7 @@
}
},
{
- "id": 27726,
+ "id": 27758,
"properties": {
"facing": "west",
"ominous": "true",
@@ -265786,7 +266069,7 @@
}
},
{
- "id": 27727,
+ "id": 27759,
"properties": {
"facing": "west",
"ominous": "true",
@@ -265794,7 +266077,7 @@
}
},
{
- "id": 27728,
+ "id": 27760,
"properties": {
"facing": "west",
"ominous": "true",
@@ -265802,7 +266085,7 @@
}
},
{
- "id": 27729,
+ "id": 27761,
"properties": {
"facing": "west",
"ominous": "true",
@@ -265810,7 +266093,7 @@
}
},
{
- "id": 27730,
+ "id": 27762,
"properties": {
"facing": "west",
"ominous": "false",
@@ -265818,7 +266101,7 @@
}
},
{
- "id": 27731,
+ "id": 27763,
"properties": {
"facing": "west",
"ominous": "false",
@@ -265826,7 +266109,7 @@
}
},
{
- "id": 27732,
+ "id": 27764,
"properties": {
"facing": "west",
"ominous": "false",
@@ -265834,7 +266117,7 @@
}
},
{
- "id": 27733,
+ "id": 27765,
"properties": {
"facing": "west",
"ominous": "false",
@@ -265842,7 +266125,7 @@
}
},
{
- "id": 27734,
+ "id": 27766,
"properties": {
"facing": "east",
"ominous": "true",
@@ -265850,7 +266133,7 @@
}
},
{
- "id": 27735,
+ "id": 27767,
"properties": {
"facing": "east",
"ominous": "true",
@@ -265858,7 +266141,7 @@
}
},
{
- "id": 27736,
+ "id": 27768,
"properties": {
"facing": "east",
"ominous": "true",
@@ -265866,7 +266149,7 @@
}
},
{
- "id": 27737,
+ "id": 27769,
"properties": {
"facing": "east",
"ominous": "true",
@@ -265874,7 +266157,7 @@
}
},
{
- "id": 27738,
+ "id": 27770,
"properties": {
"facing": "east",
"ominous": "false",
@@ -265882,7 +266165,7 @@
}
},
{
- "id": 27739,
+ "id": 27771,
"properties": {
"facing": "east",
"ominous": "false",
@@ -265890,7 +266173,7 @@
}
},
{
- "id": 27740,
+ "id": 27772,
"properties": {
"facing": "east",
"ominous": "false",
@@ -265898,7 +266181,7 @@
}
},
{
- "id": 27741,
+ "id": 27773,
"properties": {
"facing": "east",
"ominous": "false",
@@ -265921,20 +266204,20 @@
},
"states": [
{
- "id": 27626,
+ "id": 27658,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 27627,
+ "id": 27659,
"properties": {
"axis": "y"
}
},
{
- "id": 27628,
+ "id": 27660,
"properties": {
"axis": "z"
}
@@ -266300,7 +266583,7 @@
"states": [
{
"default": true,
- "id": 13981
+ "id": 14013
}
]
},
@@ -266372,7 +266655,7 @@
},
"states": [
{
- "id": 20147,
+ "id": 20179,
"properties": {
"face": "floor",
"facing": "north",
@@ -266380,7 +266663,7 @@
}
},
{
- "id": 20148,
+ "id": 20180,
"properties": {
"face": "floor",
"facing": "north",
@@ -266388,7 +266671,7 @@
}
},
{
- "id": 20149,
+ "id": 20181,
"properties": {
"face": "floor",
"facing": "south",
@@ -266396,7 +266679,7 @@
}
},
{
- "id": 20150,
+ "id": 20182,
"properties": {
"face": "floor",
"facing": "south",
@@ -266404,7 +266687,7 @@
}
},
{
- "id": 20151,
+ "id": 20183,
"properties": {
"face": "floor",
"facing": "west",
@@ -266412,7 +266695,7 @@
}
},
{
- "id": 20152,
+ "id": 20184,
"properties": {
"face": "floor",
"facing": "west",
@@ -266420,7 +266703,7 @@
}
},
{
- "id": 20153,
+ "id": 20185,
"properties": {
"face": "floor",
"facing": "east",
@@ -266428,7 +266711,7 @@
}
},
{
- "id": 20154,
+ "id": 20186,
"properties": {
"face": "floor",
"facing": "east",
@@ -266436,7 +266719,7 @@
}
},
{
- "id": 20155,
+ "id": 20187,
"properties": {
"face": "wall",
"facing": "north",
@@ -266445,7 +266728,7 @@
},
{
"default": true,
- "id": 20156,
+ "id": 20188,
"properties": {
"face": "wall",
"facing": "north",
@@ -266453,7 +266736,7 @@
}
},
{
- "id": 20157,
+ "id": 20189,
"properties": {
"face": "wall",
"facing": "south",
@@ -266461,7 +266744,7 @@
}
},
{
- "id": 20158,
+ "id": 20190,
"properties": {
"face": "wall",
"facing": "south",
@@ -266469,7 +266752,7 @@
}
},
{
- "id": 20159,
+ "id": 20191,
"properties": {
"face": "wall",
"facing": "west",
@@ -266477,7 +266760,7 @@
}
},
{
- "id": 20160,
+ "id": 20192,
"properties": {
"face": "wall",
"facing": "west",
@@ -266485,7 +266768,7 @@
}
},
{
- "id": 20161,
+ "id": 20193,
"properties": {
"face": "wall",
"facing": "east",
@@ -266493,7 +266776,7 @@
}
},
{
- "id": 20162,
+ "id": 20194,
"properties": {
"face": "wall",
"facing": "east",
@@ -266501,7 +266784,7 @@
}
},
{
- "id": 20163,
+ "id": 20195,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -266509,7 +266792,7 @@
}
},
{
- "id": 20164,
+ "id": 20196,
"properties": {
"face": "ceiling",
"facing": "north",
@@ -266517,7 +266800,7 @@
}
},
{
- "id": 20165,
+ "id": 20197,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -266525,7 +266808,7 @@
}
},
{
- "id": 20166,
+ "id": 20198,
"properties": {
"face": "ceiling",
"facing": "south",
@@ -266533,7 +266816,7 @@
}
},
{
- "id": 20167,
+ "id": 20199,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -266541,7 +266824,7 @@
}
},
{
- "id": 20168,
+ "id": 20200,
"properties": {
"face": "ceiling",
"facing": "west",
@@ -266549,7 +266832,7 @@
}
},
{
- "id": 20169,
+ "id": 20201,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -266557,7 +266840,7 @@
}
},
{
- "id": 20170,
+ "id": 20202,
"properties": {
"face": "ceiling",
"facing": "east",
@@ -266598,7 +266881,7 @@
},
"states": [
{
- "id": 20235,
+ "id": 20267,
"properties": {
"facing": "north",
"half": "upper",
@@ -266608,7 +266891,7 @@
}
},
{
- "id": 20236,
+ "id": 20268,
"properties": {
"facing": "north",
"half": "upper",
@@ -266618,7 +266901,7 @@
}
},
{
- "id": 20237,
+ "id": 20269,
"properties": {
"facing": "north",
"half": "upper",
@@ -266628,7 +266911,7 @@
}
},
{
- "id": 20238,
+ "id": 20270,
"properties": {
"facing": "north",
"half": "upper",
@@ -266638,7 +266921,7 @@
}
},
{
- "id": 20239,
+ "id": 20271,
"properties": {
"facing": "north",
"half": "upper",
@@ -266648,7 +266931,7 @@
}
},
{
- "id": 20240,
+ "id": 20272,
"properties": {
"facing": "north",
"half": "upper",
@@ -266658,7 +266941,7 @@
}
},
{
- "id": 20241,
+ "id": 20273,
"properties": {
"facing": "north",
"half": "upper",
@@ -266668,7 +266951,7 @@
}
},
{
- "id": 20242,
+ "id": 20274,
"properties": {
"facing": "north",
"half": "upper",
@@ -266678,7 +266961,7 @@
}
},
{
- "id": 20243,
+ "id": 20275,
"properties": {
"facing": "north",
"half": "lower",
@@ -266688,7 +266971,7 @@
}
},
{
- "id": 20244,
+ "id": 20276,
"properties": {
"facing": "north",
"half": "lower",
@@ -266698,7 +266981,7 @@
}
},
{
- "id": 20245,
+ "id": 20277,
"properties": {
"facing": "north",
"half": "lower",
@@ -266709,329 +266992,9 @@
},
{
"default": true,
- "id": 20246,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20247,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20248,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20249,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20250,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20251,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20252,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20253,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20254,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20255,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20256,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20257,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20258,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20259,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20260,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20261,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20262,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20263,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20264,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20265,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20266,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20267,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20268,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20269,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20270,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20271,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20272,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20273,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 20274,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 20275,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 20276,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 20277,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 20278,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -267041,7 +267004,7 @@
{
"id": 20279,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -267051,7 +267014,7 @@
{
"id": 20280,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -267061,7 +267024,7 @@
{
"id": 20281,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -267071,7 +267034,7 @@
{
"id": 20282,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -267081,7 +267044,7 @@
{
"id": 20283,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -267091,7 +267054,7 @@
{
"id": 20284,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -267101,7 +267064,7 @@
{
"id": 20285,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -267111,7 +267074,7 @@
{
"id": 20286,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -267121,7 +267084,7 @@
{
"id": 20287,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -267131,7 +267094,7 @@
{
"id": 20288,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -267141,7 +267104,7 @@
{
"id": 20289,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -267151,7 +267114,7 @@
{
"id": 20290,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -267161,7 +267124,7 @@
{
"id": 20291,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -267171,7 +267134,7 @@
{
"id": 20292,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -267181,7 +267144,7 @@
{
"id": 20293,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -267191,7 +267154,7 @@
{
"id": 20294,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -267201,7 +267164,7 @@
{
"id": 20295,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -267211,7 +267174,7 @@
{
"id": 20296,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -267221,7 +267184,7 @@
{
"id": 20297,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -267230,6 +267193,326 @@
},
{
"id": 20298,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20299,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20300,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20301,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20302,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20303,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20304,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20305,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20306,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20307,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20308,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20309,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20310,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20311,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20312,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20313,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20314,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20315,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20316,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20317,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20318,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20319,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20320,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20321,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20322,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20323,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20324,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20325,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20326,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20327,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20328,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 20329,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 20330,
"properties": {
"facing": "east",
"half": "lower",
@@ -267269,7 +267552,7 @@
},
"states": [
{
- "id": 19739,
+ "id": 19771,
"properties": {
"east": "true",
"north": "true",
@@ -267279,7 +267562,7 @@
}
},
{
- "id": 19740,
+ "id": 19772,
"properties": {
"east": "true",
"north": "true",
@@ -267289,7 +267572,7 @@
}
},
{
- "id": 19741,
+ "id": 19773,
"properties": {
"east": "true",
"north": "true",
@@ -267299,7 +267582,7 @@
}
},
{
- "id": 19742,
+ "id": 19774,
"properties": {
"east": "true",
"north": "true",
@@ -267309,7 +267592,7 @@
}
},
{
- "id": 19743,
+ "id": 19775,
"properties": {
"east": "true",
"north": "true",
@@ -267319,7 +267602,7 @@
}
},
{
- "id": 19744,
+ "id": 19776,
"properties": {
"east": "true",
"north": "true",
@@ -267329,7 +267612,7 @@
}
},
{
- "id": 19745,
+ "id": 19777,
"properties": {
"east": "true",
"north": "true",
@@ -267339,7 +267622,7 @@
}
},
{
- "id": 19746,
+ "id": 19778,
"properties": {
"east": "true",
"north": "true",
@@ -267349,7 +267632,7 @@
}
},
{
- "id": 19747,
+ "id": 19779,
"properties": {
"east": "true",
"north": "false",
@@ -267359,7 +267642,7 @@
}
},
{
- "id": 19748,
+ "id": 19780,
"properties": {
"east": "true",
"north": "false",
@@ -267369,7 +267652,7 @@
}
},
{
- "id": 19749,
+ "id": 19781,
"properties": {
"east": "true",
"north": "false",
@@ -267379,7 +267662,7 @@
}
},
{
- "id": 19750,
+ "id": 19782,
"properties": {
"east": "true",
"north": "false",
@@ -267389,7 +267672,7 @@
}
},
{
- "id": 19751,
+ "id": 19783,
"properties": {
"east": "true",
"north": "false",
@@ -267399,7 +267682,7 @@
}
},
{
- "id": 19752,
+ "id": 19784,
"properties": {
"east": "true",
"north": "false",
@@ -267409,7 +267692,7 @@
}
},
{
- "id": 19753,
+ "id": 19785,
"properties": {
"east": "true",
"north": "false",
@@ -267419,7 +267702,7 @@
}
},
{
- "id": 19754,
+ "id": 19786,
"properties": {
"east": "true",
"north": "false",
@@ -267429,7 +267712,7 @@
}
},
{
- "id": 19755,
+ "id": 19787,
"properties": {
"east": "false",
"north": "true",
@@ -267439,7 +267722,7 @@
}
},
{
- "id": 19756,
+ "id": 19788,
"properties": {
"east": "false",
"north": "true",
@@ -267449,7 +267732,7 @@
}
},
{
- "id": 19757,
+ "id": 19789,
"properties": {
"east": "false",
"north": "true",
@@ -267459,7 +267742,7 @@
}
},
{
- "id": 19758,
+ "id": 19790,
"properties": {
"east": "false",
"north": "true",
@@ -267469,7 +267752,7 @@
}
},
{
- "id": 19759,
+ "id": 19791,
"properties": {
"east": "false",
"north": "true",
@@ -267479,7 +267762,7 @@
}
},
{
- "id": 19760,
+ "id": 19792,
"properties": {
"east": "false",
"north": "true",
@@ -267489,7 +267772,7 @@
}
},
{
- "id": 19761,
+ "id": 19793,
"properties": {
"east": "false",
"north": "true",
@@ -267499,7 +267782,7 @@
}
},
{
- "id": 19762,
+ "id": 19794,
"properties": {
"east": "false",
"north": "true",
@@ -267509,7 +267792,7 @@
}
},
{
- "id": 19763,
+ "id": 19795,
"properties": {
"east": "false",
"north": "false",
@@ -267519,7 +267802,7 @@
}
},
{
- "id": 19764,
+ "id": 19796,
"properties": {
"east": "false",
"north": "false",
@@ -267529,7 +267812,7 @@
}
},
{
- "id": 19765,
+ "id": 19797,
"properties": {
"east": "false",
"north": "false",
@@ -267539,7 +267822,7 @@
}
},
{
- "id": 19766,
+ "id": 19798,
"properties": {
"east": "false",
"north": "false",
@@ -267549,7 +267832,7 @@
}
},
{
- "id": 19767,
+ "id": 19799,
"properties": {
"east": "false",
"north": "false",
@@ -267559,7 +267842,7 @@
}
},
{
- "id": 19768,
+ "id": 19800,
"properties": {
"east": "false",
"north": "false",
@@ -267569,7 +267852,7 @@
}
},
{
- "id": 19769,
+ "id": 19801,
"properties": {
"east": "false",
"north": "false",
@@ -267580,7 +267863,7 @@
},
{
"default": true,
- "id": 19770,
+ "id": 19802,
"properties": {
"east": "false",
"north": "false",
@@ -267619,7 +267902,7 @@
},
"states": [
{
- "id": 19931,
+ "id": 19963,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -267628,7 +267911,7 @@
}
},
{
- "id": 19932,
+ "id": 19964,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -267637,7 +267920,7 @@
}
},
{
- "id": 19933,
+ "id": 19965,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -267646,7 +267929,7 @@
}
},
{
- "id": 19934,
+ "id": 19966,
"properties": {
"facing": "north",
"in_wall": "true",
@@ -267655,7 +267938,7 @@
}
},
{
- "id": 19935,
+ "id": 19967,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -267664,7 +267947,7 @@
}
},
{
- "id": 19936,
+ "id": 19968,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -267673,7 +267956,7 @@
}
},
{
- "id": 19937,
+ "id": 19969,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -267683,7 +267966,7 @@
},
{
"default": true,
- "id": 19938,
+ "id": 19970,
"properties": {
"facing": "north",
"in_wall": "false",
@@ -267692,7 +267975,7 @@
}
},
{
- "id": 19939,
+ "id": 19971,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -267701,7 +267984,7 @@
}
},
{
- "id": 19940,
+ "id": 19972,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -267710,7 +267993,7 @@
}
},
{
- "id": 19941,
+ "id": 19973,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -267719,7 +268002,7 @@
}
},
{
- "id": 19942,
+ "id": 19974,
"properties": {
"facing": "south",
"in_wall": "true",
@@ -267728,7 +268011,7 @@
}
},
{
- "id": 19943,
+ "id": 19975,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -267737,7 +268020,7 @@
}
},
{
- "id": 19944,
+ "id": 19976,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -267746,7 +268029,7 @@
}
},
{
- "id": 19945,
+ "id": 19977,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -267755,7 +268038,7 @@
}
},
{
- "id": 19946,
+ "id": 19978,
"properties": {
"facing": "south",
"in_wall": "false",
@@ -267764,7 +268047,7 @@
}
},
{
- "id": 19947,
+ "id": 19979,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -267773,7 +268056,7 @@
}
},
{
- "id": 19948,
+ "id": 19980,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -267782,7 +268065,7 @@
}
},
{
- "id": 19949,
+ "id": 19981,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -267791,7 +268074,7 @@
}
},
{
- "id": 19950,
+ "id": 19982,
"properties": {
"facing": "west",
"in_wall": "true",
@@ -267800,7 +268083,7 @@
}
},
{
- "id": 19951,
+ "id": 19983,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -267809,7 +268092,7 @@
}
},
{
- "id": 19952,
+ "id": 19984,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -267818,7 +268101,7 @@
}
},
{
- "id": 19953,
+ "id": 19985,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -267827,7 +268110,7 @@
}
},
{
- "id": 19954,
+ "id": 19986,
"properties": {
"facing": "west",
"in_wall": "false",
@@ -267836,7 +268119,7 @@
}
},
{
- "id": 19955,
+ "id": 19987,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -267845,7 +268128,7 @@
}
},
{
- "id": 19956,
+ "id": 19988,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -267854,7 +268137,7 @@
}
},
{
- "id": 19957,
+ "id": 19989,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -267863,7 +268146,7 @@
}
},
{
- "id": 19958,
+ "id": 19990,
"properties": {
"facing": "east",
"in_wall": "true",
@@ -267872,7 +268155,7 @@
}
},
{
- "id": 19959,
+ "id": 19991,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -267881,7 +268164,7 @@
}
},
{
- "id": 19960,
+ "id": 19992,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -267890,7 +268173,7 @@
}
},
{
- "id": 19961,
+ "id": 19993,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -267899,7 +268182,7 @@
}
},
{
- "id": 19962,
+ "id": 19994,
"properties": {
"facing": "east",
"in_wall": "false",
@@ -267919,7 +268202,7 @@
"states": [
{
"default": true,
- "id": 19615
+ "id": 19647
}
]
},
@@ -268487,20 +268770,20 @@
},
"states": [
{
- "id": 19608,
+ "id": 19640,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19609,
+ "id": 19641,
"properties": {
"axis": "y"
}
},
{
- "id": 19610,
+ "id": 19642,
"properties": {
"axis": "z"
}
@@ -268515,7 +268798,7 @@
"states": [
{
"default": true,
- "id": 19614
+ "id": 19646
}
]
},
@@ -268527,7 +268810,7 @@
"states": [
{
"default": true,
- "id": 19690
+ "id": 19722
}
]
},
@@ -268545,14 +268828,14 @@
},
"states": [
{
- "id": 19705,
+ "id": 19737,
"properties": {
"powered": "true"
}
},
{
"default": true,
- "id": 19706,
+ "id": 19738,
"properties": {
"powered": "false"
}
@@ -268567,7 +268850,7 @@
"states": [
{
"default": true,
- "id": 19617
+ "id": 19649
}
]
},
@@ -268603,7 +268886,7 @@
},
"states": [
{
- "id": 20331,
+ "id": 20363,
"properties": {
"rotation": "0",
"waterlogged": "true"
@@ -268611,217 +268894,217 @@
},
{
"default": true,
- "id": 20332,
+ "id": 20364,
"properties": {
"rotation": "0",
"waterlogged": "false"
}
},
{
- "id": 20333,
+ "id": 20365,
"properties": {
"rotation": "1",
"waterlogged": "true"
}
},
{
- "id": 20334,
+ "id": 20366,
"properties": {
"rotation": "1",
"waterlogged": "false"
}
},
{
- "id": 20335,
+ "id": 20367,
"properties": {
"rotation": "2",
"waterlogged": "true"
}
},
{
- "id": 20336,
+ "id": 20368,
"properties": {
"rotation": "2",
"waterlogged": "false"
}
},
{
- "id": 20337,
+ "id": 20369,
"properties": {
"rotation": "3",
"waterlogged": "true"
}
},
{
- "id": 20338,
+ "id": 20370,
"properties": {
"rotation": "3",
"waterlogged": "false"
}
},
{
- "id": 20339,
+ "id": 20371,
"properties": {
"rotation": "4",
"waterlogged": "true"
}
},
{
- "id": 20340,
+ "id": 20372,
"properties": {
"rotation": "4",
"waterlogged": "false"
}
},
{
- "id": 20341,
+ "id": 20373,
"properties": {
"rotation": "5",
"waterlogged": "true"
}
},
{
- "id": 20342,
+ "id": 20374,
"properties": {
"rotation": "5",
"waterlogged": "false"
}
},
{
- "id": 20343,
+ "id": 20375,
"properties": {
"rotation": "6",
"waterlogged": "true"
}
},
{
- "id": 20344,
+ "id": 20376,
"properties": {
"rotation": "6",
"waterlogged": "false"
}
},
{
- "id": 20345,
+ "id": 20377,
"properties": {
"rotation": "7",
"waterlogged": "true"
}
},
{
- "id": 20346,
+ "id": 20378,
"properties": {
"rotation": "7",
"waterlogged": "false"
}
},
{
- "id": 20347,
+ "id": 20379,
"properties": {
"rotation": "8",
"waterlogged": "true"
}
},
{
- "id": 20348,
+ "id": 20380,
"properties": {
"rotation": "8",
"waterlogged": "false"
}
},
{
- "id": 20349,
+ "id": 20381,
"properties": {
"rotation": "9",
"waterlogged": "true"
}
},
{
- "id": 20350,
+ "id": 20382,
"properties": {
"rotation": "9",
"waterlogged": "false"
}
},
{
- "id": 20351,
+ "id": 20383,
"properties": {
"rotation": "10",
"waterlogged": "true"
}
},
{
- "id": 20352,
+ "id": 20384,
"properties": {
"rotation": "10",
"waterlogged": "false"
}
},
{
- "id": 20353,
+ "id": 20385,
"properties": {
"rotation": "11",
"waterlogged": "true"
}
},
{
- "id": 20354,
+ "id": 20386,
"properties": {
"rotation": "11",
"waterlogged": "false"
}
},
{
- "id": 20355,
+ "id": 20387,
"properties": {
"rotation": "12",
"waterlogged": "true"
}
},
{
- "id": 20356,
+ "id": 20388,
"properties": {
"rotation": "12",
"waterlogged": "false"
}
},
{
- "id": 20357,
+ "id": 20389,
"properties": {
"rotation": "13",
"waterlogged": "true"
}
},
{
- "id": 20358,
+ "id": 20390,
"properties": {
"rotation": "13",
"waterlogged": "false"
}
},
{
- "id": 20359,
+ "id": 20391,
"properties": {
"rotation": "14",
"waterlogged": "true"
}
},
{
- "id": 20360,
+ "id": 20392,
"properties": {
"rotation": "14",
"waterlogged": "false"
}
},
{
- "id": 20361,
+ "id": 20393,
"properties": {
"rotation": "15",
"waterlogged": "true"
}
},
{
- "id": 20362,
+ "id": 20394,
"properties": {
"rotation": "15",
"waterlogged": "false"
@@ -268847,21 +269130,21 @@
},
"states": [
{
- "id": 19697,
+ "id": 19729,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 19698,
+ "id": 19730,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 19699,
+ "id": 19731,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -268869,21 +269152,21 @@
},
{
"default": true,
- "id": 19700,
+ "id": 19732,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 19701,
+ "id": 19733,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 19702,
+ "id": 19734,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -268924,7 +269207,7 @@
},
"states": [
{
- "id": 20043,
+ "id": 20075,
"properties": {
"facing": "north",
"half": "top",
@@ -268933,7 +269216,7 @@
}
},
{
- "id": 20044,
+ "id": 20076,
"properties": {
"facing": "north",
"half": "top",
@@ -268942,7 +269225,7 @@
}
},
{
- "id": 20045,
+ "id": 20077,
"properties": {
"facing": "north",
"half": "top",
@@ -268951,7 +269234,7 @@
}
},
{
- "id": 20046,
+ "id": 20078,
"properties": {
"facing": "north",
"half": "top",
@@ -268960,7 +269243,7 @@
}
},
{
- "id": 20047,
+ "id": 20079,
"properties": {
"facing": "north",
"half": "top",
@@ -268969,7 +269252,7 @@
}
},
{
- "id": 20048,
+ "id": 20080,
"properties": {
"facing": "north",
"half": "top",
@@ -268978,7 +269261,7 @@
}
},
{
- "id": 20049,
+ "id": 20081,
"properties": {
"facing": "north",
"half": "top",
@@ -268987,7 +269270,7 @@
}
},
{
- "id": 20050,
+ "id": 20082,
"properties": {
"facing": "north",
"half": "top",
@@ -268996,7 +269279,7 @@
}
},
{
- "id": 20051,
+ "id": 20083,
"properties": {
"facing": "north",
"half": "top",
@@ -269005,7 +269288,7 @@
}
},
{
- "id": 20052,
+ "id": 20084,
"properties": {
"facing": "north",
"half": "top",
@@ -269014,7 +269297,7 @@
}
},
{
- "id": 20053,
+ "id": 20085,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269024,439 +269307,439 @@
},
{
"default": true,
- "id": 20054,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20055,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20056,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20057,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20058,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20059,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20060,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20061,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20062,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20063,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20064,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20065,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20066,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20067,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20068,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20069,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20070,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20071,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20072,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20073,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20074,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20075,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20076,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20077,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20078,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20079,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 20080,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 20081,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 20082,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 20083,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 20084,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 20085,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 20086,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20087,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20088,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20089,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20090,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20091,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20092,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 20093,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 20094,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 20095,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 20096,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 20097,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 20098,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 20099,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 20100,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 20101,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 20102,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20103,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20104,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20105,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20106,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20107,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20108,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20109,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20110,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20111,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20112,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20113,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20114,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20115,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20116,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20117,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20118,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20119,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20120,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20121,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20122,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20123,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20124,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20125,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20126,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20127,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20128,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20129,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20130,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20131,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20132,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 20133,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 20134,
"properties": {
"facing": "west",
"half": "bottom",
@@ -269465,7 +269748,7 @@
}
},
{
- "id": 20103,
+ "id": 20135,
"properties": {
"facing": "east",
"half": "top",
@@ -269474,7 +269757,7 @@
}
},
{
- "id": 20104,
+ "id": 20136,
"properties": {
"facing": "east",
"half": "top",
@@ -269483,7 +269766,7 @@
}
},
{
- "id": 20105,
+ "id": 20137,
"properties": {
"facing": "east",
"half": "top",
@@ -269492,7 +269775,7 @@
}
},
{
- "id": 20106,
+ "id": 20138,
"properties": {
"facing": "east",
"half": "top",
@@ -269501,7 +269784,7 @@
}
},
{
- "id": 20107,
+ "id": 20139,
"properties": {
"facing": "east",
"half": "top",
@@ -269510,7 +269793,7 @@
}
},
{
- "id": 20108,
+ "id": 20140,
"properties": {
"facing": "east",
"half": "top",
@@ -269519,7 +269802,7 @@
}
},
{
- "id": 20109,
+ "id": 20141,
"properties": {
"facing": "east",
"half": "top",
@@ -269528,7 +269811,7 @@
}
},
{
- "id": 20110,
+ "id": 20142,
"properties": {
"facing": "east",
"half": "top",
@@ -269537,7 +269820,7 @@
}
},
{
- "id": 20111,
+ "id": 20143,
"properties": {
"facing": "east",
"half": "top",
@@ -269546,7 +269829,7 @@
}
},
{
- "id": 20112,
+ "id": 20144,
"properties": {
"facing": "east",
"half": "top",
@@ -269555,7 +269838,7 @@
}
},
{
- "id": 20113,
+ "id": 20145,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269564,7 +269847,7 @@
}
},
{
- "id": 20114,
+ "id": 20146,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269573,7 +269856,7 @@
}
},
{
- "id": 20115,
+ "id": 20147,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269582,7 +269865,7 @@
}
},
{
- "id": 20116,
+ "id": 20148,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269591,7 +269874,7 @@
}
},
{
- "id": 20117,
+ "id": 20149,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269600,7 +269883,7 @@
}
},
{
- "id": 20118,
+ "id": 20150,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269609,7 +269892,7 @@
}
},
{
- "id": 20119,
+ "id": 20151,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269618,7 +269901,7 @@
}
},
{
- "id": 20120,
+ "id": 20152,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269627,7 +269910,7 @@
}
},
{
- "id": 20121,
+ "id": 20153,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269636,7 +269919,7 @@
}
},
{
- "id": 20122,
+ "id": 20154,
"properties": {
"facing": "east",
"half": "bottom",
@@ -269660,20 +269943,20 @@
},
"states": [
{
- "id": 19602,
+ "id": 19634,
"properties": {
"axis": "x"
}
},
{
"default": true,
- "id": 19603,
+ "id": 19635,
"properties": {
"axis": "y"
}
},
{
- "id": 19604,
+ "id": 19636,
"properties": {
"axis": "z"
}
@@ -269712,7 +269995,7 @@
},
"states": [
{
- "id": 19835,
+ "id": 19867,
"properties": {
"facing": "north",
"half": "top",
@@ -269722,7 +270005,7 @@
}
},
{
- "id": 19836,
+ "id": 19868,
"properties": {
"facing": "north",
"half": "top",
@@ -269732,7 +270015,7 @@
}
},
{
- "id": 19837,
+ "id": 19869,
"properties": {
"facing": "north",
"half": "top",
@@ -269742,7 +270025,7 @@
}
},
{
- "id": 19838,
+ "id": 19870,
"properties": {
"facing": "north",
"half": "top",
@@ -269752,7 +270035,7 @@
}
},
{
- "id": 19839,
+ "id": 19871,
"properties": {
"facing": "north",
"half": "top",
@@ -269762,7 +270045,7 @@
}
},
{
- "id": 19840,
+ "id": 19872,
"properties": {
"facing": "north",
"half": "top",
@@ -269772,7 +270055,7 @@
}
},
{
- "id": 19841,
+ "id": 19873,
"properties": {
"facing": "north",
"half": "top",
@@ -269782,7 +270065,7 @@
}
},
{
- "id": 19842,
+ "id": 19874,
"properties": {
"facing": "north",
"half": "top",
@@ -269792,7 +270075,7 @@
}
},
{
- "id": 19843,
+ "id": 19875,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269802,7 +270085,7 @@
}
},
{
- "id": 19844,
+ "id": 19876,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269812,7 +270095,7 @@
}
},
{
- "id": 19845,
+ "id": 19877,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269822,7 +270105,7 @@
}
},
{
- "id": 19846,
+ "id": 19878,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269832,7 +270115,7 @@
}
},
{
- "id": 19847,
+ "id": 19879,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269842,7 +270125,7 @@
}
},
{
- "id": 19848,
+ "id": 19880,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269852,7 +270135,7 @@
}
},
{
- "id": 19849,
+ "id": 19881,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269863,7 +270146,7 @@
},
{
"default": true,
- "id": 19850,
+ "id": 19882,
"properties": {
"facing": "north",
"half": "bottom",
@@ -269872,330 +270155,10 @@
"waterlogged": "false"
}
},
- {
- "id": 19851,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19852,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19853,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19854,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19855,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19856,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19857,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19858,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19859,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19860,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19861,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19862,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19863,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19864,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19865,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19866,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19867,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19868,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19869,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19870,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19871,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19872,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19873,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19874,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19875,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19876,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19877,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19878,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 19879,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 19880,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 19881,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 19882,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 19883,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -270205,7 +270168,7 @@
{
"id": 19884,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -270215,7 +270178,7 @@
{
"id": 19885,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -270225,7 +270188,7 @@
{
"id": 19886,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -270235,7 +270198,7 @@
{
"id": 19887,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -270245,7 +270208,7 @@
{
"id": 19888,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -270255,7 +270218,7 @@
{
"id": 19889,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -270265,7 +270228,7 @@
{
"id": 19890,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -270275,7 +270238,7 @@
{
"id": 19891,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -270285,7 +270248,7 @@
{
"id": 19892,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -270295,7 +270258,7 @@
{
"id": 19893,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -270305,7 +270268,7 @@
{
"id": 19894,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -270315,7 +270278,7 @@
{
"id": 19895,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -270325,7 +270288,7 @@
{
"id": 19896,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -270335,7 +270298,7 @@
{
"id": 19897,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -270344,6 +270307,326 @@
},
{
"id": 19898,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19899,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19900,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19901,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19902,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19903,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19904,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19905,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19906,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19907,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19908,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19909,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19910,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19911,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19912,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19913,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19914,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19915,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19916,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19917,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19918,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19919,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19920,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19921,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19922,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19923,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19924,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19925,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19926,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19927,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19928,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 19929,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 19930,
"properties": {
"facing": "east",
"half": "bottom",
@@ -270452,7 +270735,7 @@
},
"states": [
{
- "id": 20371,
+ "id": 20403,
"properties": {
"facing": "north",
"waterlogged": "true"
@@ -270460,49 +270743,49 @@
},
{
"default": true,
- "id": 20372,
+ "id": 20404,
"properties": {
"facing": "north",
"waterlogged": "false"
}
},
{
- "id": 20373,
+ "id": 20405,
"properties": {
"facing": "south",
"waterlogged": "true"
}
},
{
- "id": 20374,
+ "id": 20406,
"properties": {
"facing": "south",
"waterlogged": "false"
}
},
{
- "id": 20375,
+ "id": 20407,
"properties": {
"facing": "west",
"waterlogged": "true"
}
},
{
- "id": 20376,
+ "id": 20408,
"properties": {
"facing": "west",
"waterlogged": "false"
}
},
{
- "id": 20377,
+ "id": 20409,
"properties": {
"facing": "east",
"waterlogged": "true"
}
},
{
- "id": 20378,
+ "id": 20410,
"properties": {
"facing": "east",
"waterlogged": "false"
@@ -270518,7 +270801,7 @@
"states": [
{
"default": true,
- "id": 19616
+ "id": 19648
}
]
},
@@ -270692,7 +270975,7 @@
"states": [
{
"default": true,
- "id": 23983
+ "id": 24015
}
]
},
@@ -270704,7 +270987,7 @@
"states": [
{
"default": true,
- "id": 24328
+ "id": 24360
}
]
},
@@ -270725,21 +271008,21 @@
},
"states": [
{
- "id": 25736,
+ "id": 25768,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25737,
+ "id": 25769,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25738,
+ "id": 25770,
"properties": {
"lit": "false",
"powered": "true"
@@ -270747,7 +271030,7 @@
},
{
"default": true,
- "id": 25739,
+ "id": 25771,
"properties": {
"lit": "false",
"powered": "false"
@@ -270787,7 +271070,7 @@
},
"states": [
{
- "id": 24936,
+ "id": 24968,
"properties": {
"facing": "north",
"half": "upper",
@@ -270797,7 +271080,7 @@
}
},
{
- "id": 24937,
+ "id": 24969,
"properties": {
"facing": "north",
"half": "upper",
@@ -270807,7 +271090,7 @@
}
},
{
- "id": 24938,
+ "id": 24970,
"properties": {
"facing": "north",
"half": "upper",
@@ -270817,7 +271100,7 @@
}
},
{
- "id": 24939,
+ "id": 24971,
"properties": {
"facing": "north",
"half": "upper",
@@ -270827,7 +271110,7 @@
}
},
{
- "id": 24940,
+ "id": 24972,
"properties": {
"facing": "north",
"half": "upper",
@@ -270837,7 +271120,7 @@
}
},
{
- "id": 24941,
+ "id": 24973,
"properties": {
"facing": "north",
"half": "upper",
@@ -270847,7 +271130,7 @@
}
},
{
- "id": 24942,
+ "id": 24974,
"properties": {
"facing": "north",
"half": "upper",
@@ -270857,7 +271140,7 @@
}
},
{
- "id": 24943,
+ "id": 24975,
"properties": {
"facing": "north",
"half": "upper",
@@ -270867,7 +271150,7 @@
}
},
{
- "id": 24944,
+ "id": 24976,
"properties": {
"facing": "north",
"half": "lower",
@@ -270877,7 +271160,7 @@
}
},
{
- "id": 24945,
+ "id": 24977,
"properties": {
"facing": "north",
"half": "lower",
@@ -270887,7 +271170,7 @@
}
},
{
- "id": 24946,
+ "id": 24978,
"properties": {
"facing": "north",
"half": "lower",
@@ -270898,329 +271181,9 @@
},
{
"default": true,
- "id": 24947,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24948,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24949,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24950,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24951,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24952,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24953,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24954,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24955,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24956,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24957,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24958,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24959,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24960,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24961,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24962,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24963,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24964,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24965,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24966,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24967,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24968,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24969,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24970,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24971,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24972,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24973,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24974,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24975,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24976,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24977,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24978,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 24979,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -271230,7 +271193,7 @@
{
"id": 24980,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -271240,7 +271203,7 @@
{
"id": 24981,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -271250,7 +271213,7 @@
{
"id": 24982,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -271260,7 +271223,7 @@
{
"id": 24983,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -271270,7 +271233,7 @@
{
"id": 24984,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -271280,7 +271243,7 @@
{
"id": 24985,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -271290,7 +271253,7 @@
{
"id": 24986,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -271300,7 +271263,7 @@
{
"id": 24987,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -271310,7 +271273,7 @@
{
"id": 24988,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -271320,7 +271283,7 @@
{
"id": 24989,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -271330,7 +271293,7 @@
{
"id": 24990,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -271340,7 +271303,7 @@
{
"id": 24991,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -271350,7 +271313,7 @@
{
"id": 24992,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -271360,7 +271323,7 @@
{
"id": 24993,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -271370,7 +271333,7 @@
{
"id": 24994,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -271380,7 +271343,7 @@
{
"id": 24995,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -271390,7 +271353,7 @@
{
"id": 24996,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -271400,7 +271363,7 @@
{
"id": 24997,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -271410,7 +271373,7 @@
{
"id": 24998,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -271419,6 +271382,326 @@
},
{
"id": 24999,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25000,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25001,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25002,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25003,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25004,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25005,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25006,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25007,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25008,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25009,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25010,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25011,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25012,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25013,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25014,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25015,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25016,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25017,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25018,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25019,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25020,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25021,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25022,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25023,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25024,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25025,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25026,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25027,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25028,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25029,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25030,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25031,
"properties": {
"facing": "east",
"half": "lower",
@@ -271442,14 +271725,14 @@
},
"states": [
{
- "id": 25712,
+ "id": 25744,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25713,
+ "id": 25745,
"properties": {
"waterlogged": "false"
}
@@ -271488,7 +271771,7 @@
},
"states": [
{
- "id": 25448,
+ "id": 25480,
"properties": {
"facing": "north",
"half": "top",
@@ -271498,7 +271781,7 @@
}
},
{
- "id": 25449,
+ "id": 25481,
"properties": {
"facing": "north",
"half": "top",
@@ -271508,7 +271791,7 @@
}
},
{
- "id": 25450,
+ "id": 25482,
"properties": {
"facing": "north",
"half": "top",
@@ -271518,7 +271801,7 @@
}
},
{
- "id": 25451,
+ "id": 25483,
"properties": {
"facing": "north",
"half": "top",
@@ -271528,7 +271811,7 @@
}
},
{
- "id": 25452,
+ "id": 25484,
"properties": {
"facing": "north",
"half": "top",
@@ -271538,7 +271821,7 @@
}
},
{
- "id": 25453,
+ "id": 25485,
"properties": {
"facing": "north",
"half": "top",
@@ -271548,7 +271831,7 @@
}
},
{
- "id": 25454,
+ "id": 25486,
"properties": {
"facing": "north",
"half": "top",
@@ -271558,7 +271841,7 @@
}
},
{
- "id": 25455,
+ "id": 25487,
"properties": {
"facing": "north",
"half": "top",
@@ -271568,7 +271851,7 @@
}
},
{
- "id": 25456,
+ "id": 25488,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271578,7 +271861,7 @@
}
},
{
- "id": 25457,
+ "id": 25489,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271588,7 +271871,7 @@
}
},
{
- "id": 25458,
+ "id": 25490,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271598,7 +271881,7 @@
}
},
{
- "id": 25459,
+ "id": 25491,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271608,7 +271891,7 @@
}
},
{
- "id": 25460,
+ "id": 25492,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271618,7 +271901,7 @@
}
},
{
- "id": 25461,
+ "id": 25493,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271628,7 +271911,7 @@
}
},
{
- "id": 25462,
+ "id": 25494,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271639,7 +271922,7 @@
},
{
"default": true,
- "id": 25463,
+ "id": 25495,
"properties": {
"facing": "north",
"half": "bottom",
@@ -271648,330 +271931,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25464,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25465,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25466,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25467,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25468,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25469,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25470,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25471,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25472,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25473,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25474,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25475,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25476,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25477,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25478,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25479,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25480,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25481,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25482,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25483,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25484,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25485,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25486,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25487,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25488,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25489,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25490,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25491,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25492,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25493,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25494,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25495,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25496,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -271981,7 +271944,7 @@
{
"id": 25497,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -271991,7 +271954,7 @@
{
"id": 25498,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -272001,7 +271964,7 @@
{
"id": 25499,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -272011,7 +271974,7 @@
{
"id": 25500,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -272021,7 +271984,7 @@
{
"id": 25501,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -272031,7 +271994,7 @@
{
"id": 25502,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -272041,7 +272004,7 @@
{
"id": 25503,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -272051,7 +272014,7 @@
{
"id": 25504,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -272061,7 +272024,7 @@
{
"id": 25505,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -272071,7 +272034,7 @@
{
"id": 25506,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -272081,7 +272044,7 @@
{
"id": 25507,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -272091,7 +272054,7 @@
{
"id": 25508,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -272101,7 +272064,7 @@
{
"id": 25509,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -272111,7 +272074,7 @@
{
"id": 25510,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -272120,6 +272083,326 @@
},
{
"id": 25511,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25512,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25513,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25514,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25515,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25516,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25517,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25518,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25519,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25520,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25521,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25522,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25523,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25524,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25525,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25526,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25527,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25528,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25529,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25530,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25531,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25532,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25533,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25534,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25535,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25536,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25537,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25538,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25539,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25540,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25541,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25542,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25543,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272138,7 +272421,7 @@
"states": [
{
"default": true,
- "id": 24335
+ "id": 24367
}
]
},
@@ -272160,21 +272443,21 @@
},
"states": [
{
- "id": 24674,
+ "id": 24706,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24675,
+ "id": 24707,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24676,
+ "id": 24708,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -272182,21 +272465,21 @@
},
{
"default": true,
- "id": 24677,
+ "id": 24709,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24678,
+ "id": 24710,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24679,
+ "id": 24711,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -272237,7 +272520,7 @@
},
"states": [
{
- "id": 24576,
+ "id": 24608,
"properties": {
"facing": "north",
"half": "top",
@@ -272246,7 +272529,7 @@
}
},
{
- "id": 24577,
+ "id": 24609,
"properties": {
"facing": "north",
"half": "top",
@@ -272255,7 +272538,7 @@
}
},
{
- "id": 24578,
+ "id": 24610,
"properties": {
"facing": "north",
"half": "top",
@@ -272264,7 +272547,7 @@
}
},
{
- "id": 24579,
+ "id": 24611,
"properties": {
"facing": "north",
"half": "top",
@@ -272273,7 +272556,7 @@
}
},
{
- "id": 24580,
+ "id": 24612,
"properties": {
"facing": "north",
"half": "top",
@@ -272282,7 +272565,7 @@
}
},
{
- "id": 24581,
+ "id": 24613,
"properties": {
"facing": "north",
"half": "top",
@@ -272291,7 +272574,7 @@
}
},
{
- "id": 24582,
+ "id": 24614,
"properties": {
"facing": "north",
"half": "top",
@@ -272300,7 +272583,7 @@
}
},
{
- "id": 24583,
+ "id": 24615,
"properties": {
"facing": "north",
"half": "top",
@@ -272309,7 +272592,7 @@
}
},
{
- "id": 24584,
+ "id": 24616,
"properties": {
"facing": "north",
"half": "top",
@@ -272318,7 +272601,7 @@
}
},
{
- "id": 24585,
+ "id": 24617,
"properties": {
"facing": "north",
"half": "top",
@@ -272327,7 +272610,7 @@
}
},
{
- "id": 24586,
+ "id": 24618,
"properties": {
"facing": "north",
"half": "bottom",
@@ -272337,439 +272620,439 @@
},
{
"default": true,
- "id": 24587,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24588,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24589,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24590,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24591,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24592,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24593,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24594,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24595,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24596,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24597,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24598,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24599,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24600,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24601,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24602,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24603,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24604,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24605,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24606,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24607,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24608,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24609,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24610,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24611,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24612,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24613,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24614,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24615,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24616,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24617,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24618,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24619,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24620,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24621,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24622,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24623,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24624,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24625,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24626,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24627,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24628,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24629,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24630,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24631,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24632,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24633,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24634,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24635,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24636,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24637,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24638,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24639,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24640,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24641,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24642,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24643,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24644,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24645,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24646,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24647,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24648,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24649,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24650,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24651,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24652,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24653,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24654,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24655,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24656,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24657,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24658,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24659,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24660,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24661,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24662,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24663,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24664,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24665,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24666,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24667,
"properties": {
"facing": "west",
"half": "bottom",
@@ -272778,7 +273061,7 @@
}
},
{
- "id": 24636,
+ "id": 24668,
"properties": {
"facing": "east",
"half": "top",
@@ -272787,7 +273070,7 @@
}
},
{
- "id": 24637,
+ "id": 24669,
"properties": {
"facing": "east",
"half": "top",
@@ -272796,7 +273079,7 @@
}
},
{
- "id": 24638,
+ "id": 24670,
"properties": {
"facing": "east",
"half": "top",
@@ -272805,7 +273088,7 @@
}
},
{
- "id": 24639,
+ "id": 24671,
"properties": {
"facing": "east",
"half": "top",
@@ -272814,7 +273097,7 @@
}
},
{
- "id": 24640,
+ "id": 24672,
"properties": {
"facing": "east",
"half": "top",
@@ -272823,7 +273106,7 @@
}
},
{
- "id": 24641,
+ "id": 24673,
"properties": {
"facing": "east",
"half": "top",
@@ -272832,7 +273115,7 @@
}
},
{
- "id": 24642,
+ "id": 24674,
"properties": {
"facing": "east",
"half": "top",
@@ -272841,7 +273124,7 @@
}
},
{
- "id": 24643,
+ "id": 24675,
"properties": {
"facing": "east",
"half": "top",
@@ -272850,7 +273133,7 @@
}
},
{
- "id": 24644,
+ "id": 24676,
"properties": {
"facing": "east",
"half": "top",
@@ -272859,7 +273142,7 @@
}
},
{
- "id": 24645,
+ "id": 24677,
"properties": {
"facing": "east",
"half": "top",
@@ -272868,7 +273151,7 @@
}
},
{
- "id": 24646,
+ "id": 24678,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272877,7 +273160,7 @@
}
},
{
- "id": 24647,
+ "id": 24679,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272886,7 +273169,7 @@
}
},
{
- "id": 24648,
+ "id": 24680,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272895,7 +273178,7 @@
}
},
{
- "id": 24649,
+ "id": 24681,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272904,7 +273187,7 @@
}
},
{
- "id": 24650,
+ "id": 24682,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272913,7 +273196,7 @@
}
},
{
- "id": 24651,
+ "id": 24683,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272922,7 +273205,7 @@
}
},
{
- "id": 24652,
+ "id": 24684,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272931,7 +273214,7 @@
}
},
{
- "id": 24653,
+ "id": 24685,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272940,7 +273223,7 @@
}
},
{
- "id": 24654,
+ "id": 24686,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272949,7 +273232,7 @@
}
},
{
- "id": 24655,
+ "id": 24687,
"properties": {
"facing": "east",
"half": "bottom",
@@ -272967,7 +273250,7 @@
"states": [
{
"default": true,
- "id": 23982
+ "id": 24014
}
]
},
@@ -272979,7 +273262,7 @@
"states": [
{
"default": true,
- "id": 24330
+ "id": 24362
}
]
},
@@ -273000,21 +273283,21 @@
},
"states": [
{
- "id": 25740,
+ "id": 25772,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25741,
+ "id": 25773,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25742,
+ "id": 25774,
"properties": {
"lit": "false",
"powered": "true"
@@ -273022,7 +273305,7 @@
},
{
"default": true,
- "id": 25743,
+ "id": 25775,
"properties": {
"lit": "false",
"powered": "false"
@@ -273062,7 +273345,7 @@
},
"states": [
{
- "id": 25000,
+ "id": 25032,
"properties": {
"facing": "north",
"half": "upper",
@@ -273072,7 +273355,7 @@
}
},
{
- "id": 25001,
+ "id": 25033,
"properties": {
"facing": "north",
"half": "upper",
@@ -273082,7 +273365,7 @@
}
},
{
- "id": 25002,
+ "id": 25034,
"properties": {
"facing": "north",
"half": "upper",
@@ -273092,7 +273375,7 @@
}
},
{
- "id": 25003,
+ "id": 25035,
"properties": {
"facing": "north",
"half": "upper",
@@ -273102,7 +273385,7 @@
}
},
{
- "id": 25004,
+ "id": 25036,
"properties": {
"facing": "north",
"half": "upper",
@@ -273112,7 +273395,7 @@
}
},
{
- "id": 25005,
+ "id": 25037,
"properties": {
"facing": "north",
"half": "upper",
@@ -273122,7 +273405,7 @@
}
},
{
- "id": 25006,
+ "id": 25038,
"properties": {
"facing": "north",
"half": "upper",
@@ -273132,7 +273415,7 @@
}
},
{
- "id": 25007,
+ "id": 25039,
"properties": {
"facing": "north",
"half": "upper",
@@ -273142,7 +273425,7 @@
}
},
{
- "id": 25008,
+ "id": 25040,
"properties": {
"facing": "north",
"half": "lower",
@@ -273152,7 +273435,7 @@
}
},
{
- "id": 25009,
+ "id": 25041,
"properties": {
"facing": "north",
"half": "lower",
@@ -273162,7 +273445,7 @@
}
},
{
- "id": 25010,
+ "id": 25042,
"properties": {
"facing": "north",
"half": "lower",
@@ -273173,329 +273456,9 @@
},
{
"default": true,
- "id": 25011,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25012,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25013,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25014,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25015,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25016,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25017,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25018,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25019,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25020,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25021,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25022,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25023,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25024,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25025,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25026,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25027,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25028,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25029,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25030,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25031,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25032,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25033,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25034,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25035,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25036,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25037,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25038,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25039,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25040,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25041,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25042,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 25043,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -273505,7 +273468,7 @@
{
"id": 25044,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -273515,7 +273478,7 @@
{
"id": 25045,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -273525,7 +273488,7 @@
{
"id": 25046,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -273535,7 +273498,7 @@
{
"id": 25047,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -273545,7 +273508,7 @@
{
"id": 25048,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -273555,7 +273518,7 @@
{
"id": 25049,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -273565,7 +273528,7 @@
{
"id": 25050,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -273575,7 +273538,7 @@
{
"id": 25051,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -273585,7 +273548,7 @@
{
"id": 25052,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -273595,7 +273558,7 @@
{
"id": 25053,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -273605,7 +273568,7 @@
{
"id": 25054,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -273615,7 +273578,7 @@
{
"id": 25055,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -273625,7 +273588,7 @@
{
"id": 25056,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -273635,7 +273598,7 @@
{
"id": 25057,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -273645,7 +273608,7 @@
{
"id": 25058,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -273655,7 +273618,7 @@
{
"id": 25059,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -273665,7 +273628,7 @@
{
"id": 25060,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -273675,7 +273638,7 @@
{
"id": 25061,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -273685,7 +273648,7 @@
{
"id": 25062,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -273694,6 +273657,326 @@
},
{
"id": 25063,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25064,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25065,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25066,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25067,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25068,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25069,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25070,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25071,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25072,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25073,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25074,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25075,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25076,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25077,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25078,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25079,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25080,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25081,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25082,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25083,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25084,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25085,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25086,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25087,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25088,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25089,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25090,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25091,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25092,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25093,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25094,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25095,
"properties": {
"facing": "east",
"half": "lower",
@@ -273717,14 +274000,14 @@
},
"states": [
{
- "id": 25714,
+ "id": 25746,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25715,
+ "id": 25747,
"properties": {
"waterlogged": "false"
}
@@ -273763,7 +274046,7 @@
},
"states": [
{
- "id": 25512,
+ "id": 25544,
"properties": {
"facing": "north",
"half": "top",
@@ -273773,7 +274056,7 @@
}
},
{
- "id": 25513,
+ "id": 25545,
"properties": {
"facing": "north",
"half": "top",
@@ -273783,7 +274066,7 @@
}
},
{
- "id": 25514,
+ "id": 25546,
"properties": {
"facing": "north",
"half": "top",
@@ -273793,7 +274076,7 @@
}
},
{
- "id": 25515,
+ "id": 25547,
"properties": {
"facing": "north",
"half": "top",
@@ -273803,7 +274086,7 @@
}
},
{
- "id": 25516,
+ "id": 25548,
"properties": {
"facing": "north",
"half": "top",
@@ -273813,7 +274096,7 @@
}
},
{
- "id": 25517,
+ "id": 25549,
"properties": {
"facing": "north",
"half": "top",
@@ -273823,7 +274106,7 @@
}
},
{
- "id": 25518,
+ "id": 25550,
"properties": {
"facing": "north",
"half": "top",
@@ -273833,7 +274116,7 @@
}
},
{
- "id": 25519,
+ "id": 25551,
"properties": {
"facing": "north",
"half": "top",
@@ -273843,7 +274126,7 @@
}
},
{
- "id": 25520,
+ "id": 25552,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273853,7 +274136,7 @@
}
},
{
- "id": 25521,
+ "id": 25553,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273863,7 +274146,7 @@
}
},
{
- "id": 25522,
+ "id": 25554,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273873,7 +274156,7 @@
}
},
{
- "id": 25523,
+ "id": 25555,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273883,7 +274166,7 @@
}
},
{
- "id": 25524,
+ "id": 25556,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273893,7 +274176,7 @@
}
},
{
- "id": 25525,
+ "id": 25557,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273903,7 +274186,7 @@
}
},
{
- "id": 25526,
+ "id": 25558,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273914,7 +274197,7 @@
},
{
"default": true,
- "id": 25527,
+ "id": 25559,
"properties": {
"facing": "north",
"half": "bottom",
@@ -273923,330 +274206,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25528,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25529,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25530,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25531,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25532,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25533,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25534,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25535,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25536,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25537,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25538,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25539,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25540,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25541,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25542,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25543,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25544,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25545,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25546,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25547,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25548,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25549,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25550,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25551,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25552,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25553,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25554,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25555,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25556,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25557,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25558,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25559,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25560,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -274256,7 +274219,7 @@
{
"id": 25561,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -274266,7 +274229,7 @@
{
"id": 25562,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -274276,7 +274239,7 @@
{
"id": 25563,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -274286,7 +274249,7 @@
{
"id": 25564,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -274296,7 +274259,7 @@
{
"id": 25565,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -274306,7 +274269,7 @@
{
"id": 25566,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -274316,7 +274279,7 @@
{
"id": 25567,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -274326,7 +274289,7 @@
{
"id": 25568,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -274336,7 +274299,7 @@
{
"id": 25569,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -274346,7 +274309,7 @@
{
"id": 25570,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -274356,7 +274319,7 @@
{
"id": 25571,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -274366,7 +274329,7 @@
{
"id": 25572,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -274376,7 +274339,7 @@
{
"id": 25573,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -274386,7 +274349,7 @@
{
"id": 25574,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -274395,6 +274358,326 @@
},
{
"id": 25575,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25576,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25577,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25578,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25579,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25580,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25581,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25582,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25583,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25584,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25585,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25586,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25587,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25588,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25589,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25590,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25591,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25592,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25593,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25594,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25595,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25596,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25597,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25598,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25599,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25600,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25601,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25602,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25603,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25604,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25605,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25606,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25607,
"properties": {
"facing": "east",
"half": "bottom",
@@ -274413,7 +274696,7 @@
"states": [
{
"default": true,
- "id": 24334
+ "id": 24366
}
]
},
@@ -274435,21 +274718,21 @@
},
"states": [
{
- "id": 24668,
+ "id": 24700,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24669,
+ "id": 24701,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24670,
+ "id": 24702,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -274457,21 +274740,21 @@
},
{
"default": true,
- "id": 24671,
+ "id": 24703,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24672,
+ "id": 24704,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24673,
+ "id": 24705,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -274512,7 +274795,7 @@
},
"states": [
{
- "id": 24496,
+ "id": 24528,
"properties": {
"facing": "north",
"half": "top",
@@ -274521,7 +274804,7 @@
}
},
{
- "id": 24497,
+ "id": 24529,
"properties": {
"facing": "north",
"half": "top",
@@ -274530,7 +274813,7 @@
}
},
{
- "id": 24498,
+ "id": 24530,
"properties": {
"facing": "north",
"half": "top",
@@ -274539,7 +274822,7 @@
}
},
{
- "id": 24499,
+ "id": 24531,
"properties": {
"facing": "north",
"half": "top",
@@ -274548,7 +274831,7 @@
}
},
{
- "id": 24500,
+ "id": 24532,
"properties": {
"facing": "north",
"half": "top",
@@ -274557,7 +274840,7 @@
}
},
{
- "id": 24501,
+ "id": 24533,
"properties": {
"facing": "north",
"half": "top",
@@ -274566,7 +274849,7 @@
}
},
{
- "id": 24502,
+ "id": 24534,
"properties": {
"facing": "north",
"half": "top",
@@ -274575,7 +274858,7 @@
}
},
{
- "id": 24503,
+ "id": 24535,
"properties": {
"facing": "north",
"half": "top",
@@ -274584,7 +274867,7 @@
}
},
{
- "id": 24504,
+ "id": 24536,
"properties": {
"facing": "north",
"half": "top",
@@ -274593,7 +274876,7 @@
}
},
{
- "id": 24505,
+ "id": 24537,
"properties": {
"facing": "north",
"half": "top",
@@ -274602,7 +274885,7 @@
}
},
{
- "id": 24506,
+ "id": 24538,
"properties": {
"facing": "north",
"half": "bottom",
@@ -274612,439 +274895,439 @@
},
{
"default": true,
- "id": 24507,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24508,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24509,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24510,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24511,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24512,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24513,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24514,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24515,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24516,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24517,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24518,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24519,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24520,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24521,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24522,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24523,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24524,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24525,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24526,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24527,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24528,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24529,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24530,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24531,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24532,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24533,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24534,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24535,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24536,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24537,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24538,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24539,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24540,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24541,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24542,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24543,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24544,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24545,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24546,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24547,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24548,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24549,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24550,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24551,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24552,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24553,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24554,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24555,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24556,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24557,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24558,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24559,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24560,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24561,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24562,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24563,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24564,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24565,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24566,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24567,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24568,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24569,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24570,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24571,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24572,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24573,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24574,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24575,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24576,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24577,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24578,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24579,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24580,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24581,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24582,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24583,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24584,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24585,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24586,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24587,
"properties": {
"facing": "west",
"half": "bottom",
@@ -275053,7 +275336,7 @@
}
},
{
- "id": 24556,
+ "id": 24588,
"properties": {
"facing": "east",
"half": "top",
@@ -275062,7 +275345,7 @@
}
},
{
- "id": 24557,
+ "id": 24589,
"properties": {
"facing": "east",
"half": "top",
@@ -275071,7 +275354,7 @@
}
},
{
- "id": 24558,
+ "id": 24590,
"properties": {
"facing": "east",
"half": "top",
@@ -275080,7 +275363,7 @@
}
},
{
- "id": 24559,
+ "id": 24591,
"properties": {
"facing": "east",
"half": "top",
@@ -275089,7 +275372,7 @@
}
},
{
- "id": 24560,
+ "id": 24592,
"properties": {
"facing": "east",
"half": "top",
@@ -275098,7 +275381,7 @@
}
},
{
- "id": 24561,
+ "id": 24593,
"properties": {
"facing": "east",
"half": "top",
@@ -275107,7 +275390,7 @@
}
},
{
- "id": 24562,
+ "id": 24594,
"properties": {
"facing": "east",
"half": "top",
@@ -275116,7 +275399,7 @@
}
},
{
- "id": 24563,
+ "id": 24595,
"properties": {
"facing": "east",
"half": "top",
@@ -275125,7 +275408,7 @@
}
},
{
- "id": 24564,
+ "id": 24596,
"properties": {
"facing": "east",
"half": "top",
@@ -275134,7 +275417,7 @@
}
},
{
- "id": 24565,
+ "id": 24597,
"properties": {
"facing": "east",
"half": "top",
@@ -275143,7 +275426,7 @@
}
},
{
- "id": 24566,
+ "id": 24598,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275152,7 +275435,7 @@
}
},
{
- "id": 24567,
+ "id": 24599,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275161,7 +275444,7 @@
}
},
{
- "id": 24568,
+ "id": 24600,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275170,7 +275453,7 @@
}
},
{
- "id": 24569,
+ "id": 24601,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275179,7 +275462,7 @@
}
},
{
- "id": 24570,
+ "id": 24602,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275188,7 +275471,7 @@
}
},
{
- "id": 24571,
+ "id": 24603,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275197,7 +275480,7 @@
}
},
{
- "id": 24572,
+ "id": 24604,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275206,7 +275489,7 @@
}
},
{
- "id": 24573,
+ "id": 24605,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275215,7 +275498,7 @@
}
},
{
- "id": 24574,
+ "id": 24606,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275224,7 +275507,7 @@
}
},
{
- "id": 24575,
+ "id": 24607,
"properties": {
"facing": "east",
"half": "bottom",
@@ -275242,7 +275525,7 @@
"states": [
{
"default": true,
- "id": 23980
+ "id": 24012
}
]
},
@@ -275254,7 +275537,7 @@
"states": [
{
"default": true,
- "id": 24331
+ "id": 24363
}
]
},
@@ -275275,21 +275558,21 @@
},
"states": [
{
- "id": 25748,
+ "id": 25780,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25749,
+ "id": 25781,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25750,
+ "id": 25782,
"properties": {
"lit": "false",
"powered": "true"
@@ -275297,7 +275580,7 @@
},
{
"default": true,
- "id": 25751,
+ "id": 25783,
"properties": {
"lit": "false",
"powered": "false"
@@ -275337,7 +275620,7 @@
},
"states": [
{
- "id": 25064,
+ "id": 25096,
"properties": {
"facing": "north",
"half": "upper",
@@ -275347,7 +275630,7 @@
}
},
{
- "id": 25065,
+ "id": 25097,
"properties": {
"facing": "north",
"half": "upper",
@@ -275357,7 +275640,7 @@
}
},
{
- "id": 25066,
+ "id": 25098,
"properties": {
"facing": "north",
"half": "upper",
@@ -275367,7 +275650,7 @@
}
},
{
- "id": 25067,
+ "id": 25099,
"properties": {
"facing": "north",
"half": "upper",
@@ -275377,7 +275660,7 @@
}
},
{
- "id": 25068,
+ "id": 25100,
"properties": {
"facing": "north",
"half": "upper",
@@ -275387,7 +275670,7 @@
}
},
{
- "id": 25069,
+ "id": 25101,
"properties": {
"facing": "north",
"half": "upper",
@@ -275397,7 +275680,7 @@
}
},
{
- "id": 25070,
+ "id": 25102,
"properties": {
"facing": "north",
"half": "upper",
@@ -275407,7 +275690,7 @@
}
},
{
- "id": 25071,
+ "id": 25103,
"properties": {
"facing": "north",
"half": "upper",
@@ -275417,7 +275700,7 @@
}
},
{
- "id": 25072,
+ "id": 25104,
"properties": {
"facing": "north",
"half": "lower",
@@ -275427,7 +275710,7 @@
}
},
{
- "id": 25073,
+ "id": 25105,
"properties": {
"facing": "north",
"half": "lower",
@@ -275437,7 +275720,7 @@
}
},
{
- "id": 25074,
+ "id": 25106,
"properties": {
"facing": "north",
"half": "lower",
@@ -275448,329 +275731,9 @@
},
{
"default": true,
- "id": 25075,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25076,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25077,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25078,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25079,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25080,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25081,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25082,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25083,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25084,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25085,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25086,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25087,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25088,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25089,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25090,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25091,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25092,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25093,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25094,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25095,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25096,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25097,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25098,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25099,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25100,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25101,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25102,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25103,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25104,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25105,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25106,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 25107,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -275780,7 +275743,7 @@
{
"id": 25108,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -275790,7 +275753,7 @@
{
"id": 25109,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -275800,7 +275763,7 @@
{
"id": 25110,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -275810,7 +275773,7 @@
{
"id": 25111,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -275820,7 +275783,7 @@
{
"id": 25112,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -275830,7 +275793,7 @@
{
"id": 25113,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -275840,7 +275803,7 @@
{
"id": 25114,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -275850,7 +275813,7 @@
{
"id": 25115,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -275860,7 +275823,7 @@
{
"id": 25116,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -275870,7 +275833,7 @@
{
"id": 25117,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -275880,7 +275843,7 @@
{
"id": 25118,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -275890,7 +275853,7 @@
{
"id": 25119,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -275900,7 +275863,7 @@
{
"id": 25120,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -275910,7 +275873,7 @@
{
"id": 25121,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -275920,7 +275883,7 @@
{
"id": 25122,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -275930,7 +275893,7 @@
{
"id": 25123,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -275940,7 +275903,7 @@
{
"id": 25124,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -275950,7 +275913,7 @@
{
"id": 25125,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -275960,7 +275923,7 @@
{
"id": 25126,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -275969,6 +275932,326 @@
},
{
"id": 25127,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25128,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25129,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25130,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25131,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25132,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25133,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25134,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25135,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25136,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25137,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25138,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25139,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25140,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25141,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25142,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25143,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25144,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25145,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25146,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25147,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25148,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25149,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25150,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25151,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25152,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25153,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25154,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25155,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25156,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25157,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25158,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25159,
"properties": {
"facing": "east",
"half": "lower",
@@ -275992,14 +276275,14 @@
},
"states": [
{
- "id": 25718,
+ "id": 25750,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25719,
+ "id": 25751,
"properties": {
"waterlogged": "false"
}
@@ -276038,7 +276321,7 @@
},
"states": [
{
- "id": 25576,
+ "id": 25608,
"properties": {
"facing": "north",
"half": "top",
@@ -276048,7 +276331,7 @@
}
},
{
- "id": 25577,
+ "id": 25609,
"properties": {
"facing": "north",
"half": "top",
@@ -276058,7 +276341,7 @@
}
},
{
- "id": 25578,
+ "id": 25610,
"properties": {
"facing": "north",
"half": "top",
@@ -276068,7 +276351,7 @@
}
},
{
- "id": 25579,
+ "id": 25611,
"properties": {
"facing": "north",
"half": "top",
@@ -276078,7 +276361,7 @@
}
},
{
- "id": 25580,
+ "id": 25612,
"properties": {
"facing": "north",
"half": "top",
@@ -276088,7 +276371,7 @@
}
},
{
- "id": 25581,
+ "id": 25613,
"properties": {
"facing": "north",
"half": "top",
@@ -276098,7 +276381,7 @@
}
},
{
- "id": 25582,
+ "id": 25614,
"properties": {
"facing": "north",
"half": "top",
@@ -276108,7 +276391,7 @@
}
},
{
- "id": 25583,
+ "id": 25615,
"properties": {
"facing": "north",
"half": "top",
@@ -276118,7 +276401,7 @@
}
},
{
- "id": 25584,
+ "id": 25616,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276128,7 +276411,7 @@
}
},
{
- "id": 25585,
+ "id": 25617,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276138,7 +276421,7 @@
}
},
{
- "id": 25586,
+ "id": 25618,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276148,7 +276431,7 @@
}
},
{
- "id": 25587,
+ "id": 25619,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276158,7 +276441,7 @@
}
},
{
- "id": 25588,
+ "id": 25620,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276168,7 +276451,7 @@
}
},
{
- "id": 25589,
+ "id": 25621,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276178,7 +276461,7 @@
}
},
{
- "id": 25590,
+ "id": 25622,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276189,7 +276472,7 @@
},
{
"default": true,
- "id": 25591,
+ "id": 25623,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276198,330 +276481,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25592,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25593,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25594,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25595,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25596,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25597,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25598,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25599,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25600,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25601,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25602,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25603,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25604,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25605,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25606,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25607,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25608,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25609,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25610,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25611,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25612,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25613,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25614,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25615,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25616,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25617,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25618,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25619,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25620,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25621,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25622,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25623,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25624,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -276531,7 +276494,7 @@
{
"id": 25625,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -276541,7 +276504,7 @@
{
"id": 25626,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -276551,7 +276514,7 @@
{
"id": 25627,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -276561,7 +276524,7 @@
{
"id": 25628,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -276571,7 +276534,7 @@
{
"id": 25629,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -276581,7 +276544,7 @@
{
"id": 25630,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -276591,7 +276554,7 @@
{
"id": 25631,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -276601,7 +276564,7 @@
{
"id": 25632,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -276611,7 +276574,7 @@
{
"id": 25633,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -276621,7 +276584,7 @@
{
"id": 25634,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -276631,7 +276594,7 @@
{
"id": 25635,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -276641,7 +276604,7 @@
{
"id": 25636,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -276651,7 +276614,7 @@
{
"id": 25637,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -276661,7 +276624,7 @@
{
"id": 25638,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -276670,6 +276633,326 @@
},
{
"id": 25639,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25640,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25641,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25642,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25643,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25644,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25645,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25646,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25647,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25648,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25649,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25650,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25651,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25652,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25653,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25654,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25655,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25656,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25657,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25658,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25659,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25660,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25661,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25662,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25663,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25664,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25665,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25666,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25667,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25668,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25669,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25670,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25671,
"properties": {
"facing": "east",
"half": "bottom",
@@ -276688,7 +276971,7 @@
"states": [
{
"default": true,
- "id": 24332
+ "id": 24364
}
]
},
@@ -276710,21 +276993,21 @@
},
"states": [
{
- "id": 24656,
+ "id": 24688,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24657,
+ "id": 24689,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24658,
+ "id": 24690,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -276732,21 +277015,21 @@
},
{
"default": true,
- "id": 24659,
+ "id": 24691,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24660,
+ "id": 24692,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24661,
+ "id": 24693,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -276787,7 +277070,7 @@
},
"states": [
{
- "id": 24336,
+ "id": 24368,
"properties": {
"facing": "north",
"half": "top",
@@ -276796,7 +277079,7 @@
}
},
{
- "id": 24337,
+ "id": 24369,
"properties": {
"facing": "north",
"half": "top",
@@ -276805,7 +277088,7 @@
}
},
{
- "id": 24338,
+ "id": 24370,
"properties": {
"facing": "north",
"half": "top",
@@ -276814,7 +277097,7 @@
}
},
{
- "id": 24339,
+ "id": 24371,
"properties": {
"facing": "north",
"half": "top",
@@ -276823,7 +277106,7 @@
}
},
{
- "id": 24340,
+ "id": 24372,
"properties": {
"facing": "north",
"half": "top",
@@ -276832,7 +277115,7 @@
}
},
{
- "id": 24341,
+ "id": 24373,
"properties": {
"facing": "north",
"half": "top",
@@ -276841,7 +277124,7 @@
}
},
{
- "id": 24342,
+ "id": 24374,
"properties": {
"facing": "north",
"half": "top",
@@ -276850,7 +277133,7 @@
}
},
{
- "id": 24343,
+ "id": 24375,
"properties": {
"facing": "north",
"half": "top",
@@ -276859,7 +277142,7 @@
}
},
{
- "id": 24344,
+ "id": 24376,
"properties": {
"facing": "north",
"half": "top",
@@ -276868,7 +277151,7 @@
}
},
{
- "id": 24345,
+ "id": 24377,
"properties": {
"facing": "north",
"half": "top",
@@ -276877,7 +277160,7 @@
}
},
{
- "id": 24346,
+ "id": 24378,
"properties": {
"facing": "north",
"half": "bottom",
@@ -276887,439 +277170,439 @@
},
{
"default": true,
- "id": 24347,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24348,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24349,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24350,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24351,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24352,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24353,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24354,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24355,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24356,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24357,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24358,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24359,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24360,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24361,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24362,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24363,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24364,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24365,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24366,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24367,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24368,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24369,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24370,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24371,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24372,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24373,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24374,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24375,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24376,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24377,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24378,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24379,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24380,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24381,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24382,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24383,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24384,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24385,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24386,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24387,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24388,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24389,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24390,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24391,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24392,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24393,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24394,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24395,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24396,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24397,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24398,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24399,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24400,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24401,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24402,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24403,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24404,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24405,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24406,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24407,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24408,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24409,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24410,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24411,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24412,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24413,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24414,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24415,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24416,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24417,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24418,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24419,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24420,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24421,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24422,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24423,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24424,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24425,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24426,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24427,
"properties": {
"facing": "west",
"half": "bottom",
@@ -277328,7 +277611,7 @@
}
},
{
- "id": 24396,
+ "id": 24428,
"properties": {
"facing": "east",
"half": "top",
@@ -277337,7 +277620,7 @@
}
},
{
- "id": 24397,
+ "id": 24429,
"properties": {
"facing": "east",
"half": "top",
@@ -277346,7 +277629,7 @@
}
},
{
- "id": 24398,
+ "id": 24430,
"properties": {
"facing": "east",
"half": "top",
@@ -277355,7 +277638,7 @@
}
},
{
- "id": 24399,
+ "id": 24431,
"properties": {
"facing": "east",
"half": "top",
@@ -277364,7 +277647,7 @@
}
},
{
- "id": 24400,
+ "id": 24432,
"properties": {
"facing": "east",
"half": "top",
@@ -277373,7 +277656,7 @@
}
},
{
- "id": 24401,
+ "id": 24433,
"properties": {
"facing": "east",
"half": "top",
@@ -277382,7 +277665,7 @@
}
},
{
- "id": 24402,
+ "id": 24434,
"properties": {
"facing": "east",
"half": "top",
@@ -277391,7 +277674,7 @@
}
},
{
- "id": 24403,
+ "id": 24435,
"properties": {
"facing": "east",
"half": "top",
@@ -277400,7 +277683,7 @@
}
},
{
- "id": 24404,
+ "id": 24436,
"properties": {
"facing": "east",
"half": "top",
@@ -277409,7 +277692,7 @@
}
},
{
- "id": 24405,
+ "id": 24437,
"properties": {
"facing": "east",
"half": "top",
@@ -277418,7 +277701,7 @@
}
},
{
- "id": 24406,
+ "id": 24438,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277427,7 +277710,7 @@
}
},
{
- "id": 24407,
+ "id": 24439,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277436,7 +277719,7 @@
}
},
{
- "id": 24408,
+ "id": 24440,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277445,7 +277728,7 @@
}
},
{
- "id": 24409,
+ "id": 24441,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277454,7 +277737,7 @@
}
},
{
- "id": 24410,
+ "id": 24442,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277463,7 +277746,7 @@
}
},
{
- "id": 24411,
+ "id": 24443,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277472,7 +277755,7 @@
}
},
{
- "id": 24412,
+ "id": 24444,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277481,7 +277764,7 @@
}
},
{
- "id": 24413,
+ "id": 24445,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277490,7 +277773,7 @@
}
},
{
- "id": 24414,
+ "id": 24446,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277499,7 +277782,7 @@
}
},
{
- "id": 24415,
+ "id": 24447,
"properties": {
"facing": "east",
"half": "bottom",
@@ -277517,7 +277800,7 @@
"states": [
{
"default": true,
- "id": 23981
+ "id": 24013
}
]
},
@@ -277529,7 +277812,7 @@
"states": [
{
"default": true,
- "id": 24329
+ "id": 24361
}
]
},
@@ -277550,21 +277833,21 @@
},
"states": [
{
- "id": 25744,
+ "id": 25776,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25745,
+ "id": 25777,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25746,
+ "id": 25778,
"properties": {
"lit": "false",
"powered": "true"
@@ -277572,7 +277855,7 @@
},
{
"default": true,
- "id": 25747,
+ "id": 25779,
"properties": {
"lit": "false",
"powered": "false"
@@ -277612,7 +277895,7 @@
},
"states": [
{
- "id": 25128,
+ "id": 25160,
"properties": {
"facing": "north",
"half": "upper",
@@ -277622,7 +277905,7 @@
}
},
{
- "id": 25129,
+ "id": 25161,
"properties": {
"facing": "north",
"half": "upper",
@@ -277632,7 +277915,7 @@
}
},
{
- "id": 25130,
+ "id": 25162,
"properties": {
"facing": "north",
"half": "upper",
@@ -277642,7 +277925,7 @@
}
},
{
- "id": 25131,
+ "id": 25163,
"properties": {
"facing": "north",
"half": "upper",
@@ -277652,7 +277935,7 @@
}
},
{
- "id": 25132,
+ "id": 25164,
"properties": {
"facing": "north",
"half": "upper",
@@ -277662,7 +277945,7 @@
}
},
{
- "id": 25133,
+ "id": 25165,
"properties": {
"facing": "north",
"half": "upper",
@@ -277672,7 +277955,7 @@
}
},
{
- "id": 25134,
+ "id": 25166,
"properties": {
"facing": "north",
"half": "upper",
@@ -277682,7 +277965,7 @@
}
},
{
- "id": 25135,
+ "id": 25167,
"properties": {
"facing": "north",
"half": "upper",
@@ -277692,7 +277975,7 @@
}
},
{
- "id": 25136,
+ "id": 25168,
"properties": {
"facing": "north",
"half": "lower",
@@ -277702,7 +277985,7 @@
}
},
{
- "id": 25137,
+ "id": 25169,
"properties": {
"facing": "north",
"half": "lower",
@@ -277712,7 +277995,7 @@
}
},
{
- "id": 25138,
+ "id": 25170,
"properties": {
"facing": "north",
"half": "lower",
@@ -277723,329 +278006,9 @@
},
{
"default": true,
- "id": 25139,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25140,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25141,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25142,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25143,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25144,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25145,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25146,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25147,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25148,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25149,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25150,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25151,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25152,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25153,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25154,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25155,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25156,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25157,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25158,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25159,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25160,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25161,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25162,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25163,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25164,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25165,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25166,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 25167,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 25168,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 25169,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 25170,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 25171,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -278055,7 +278018,7 @@
{
"id": 25172,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -278065,7 +278028,7 @@
{
"id": 25173,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -278075,7 +278038,7 @@
{
"id": 25174,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -278085,7 +278048,7 @@
{
"id": 25175,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -278095,7 +278058,7 @@
{
"id": 25176,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -278105,7 +278068,7 @@
{
"id": 25177,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -278115,7 +278078,7 @@
{
"id": 25178,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -278125,7 +278088,7 @@
{
"id": 25179,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -278135,7 +278098,7 @@
{
"id": 25180,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -278145,7 +278108,7 @@
{
"id": 25181,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -278155,7 +278118,7 @@
{
"id": 25182,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -278165,7 +278128,7 @@
{
"id": 25183,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -278175,7 +278138,7 @@
{
"id": 25184,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -278185,7 +278148,7 @@
{
"id": 25185,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -278195,7 +278158,7 @@
{
"id": 25186,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -278205,7 +278168,7 @@
{
"id": 25187,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -278215,7 +278178,7 @@
{
"id": 25188,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -278225,7 +278188,7 @@
{
"id": 25189,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -278235,7 +278198,7 @@
{
"id": 25190,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -278244,6 +278207,326 @@
},
{
"id": 25191,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25192,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25193,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25194,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25195,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25196,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25197,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25198,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25199,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25200,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25201,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25202,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25203,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25204,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25205,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25206,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25207,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25208,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25209,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25210,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25211,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25212,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25213,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25214,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25215,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25216,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25217,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25218,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25219,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25220,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25221,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 25222,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 25223,
"properties": {
"facing": "east",
"half": "lower",
@@ -278267,14 +278550,14 @@
},
"states": [
{
- "id": 25716,
+ "id": 25748,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25717,
+ "id": 25749,
"properties": {
"waterlogged": "false"
}
@@ -278313,7 +278596,7 @@
},
"states": [
{
- "id": 25640,
+ "id": 25672,
"properties": {
"facing": "north",
"half": "top",
@@ -278323,7 +278606,7 @@
}
},
{
- "id": 25641,
+ "id": 25673,
"properties": {
"facing": "north",
"half": "top",
@@ -278333,7 +278616,7 @@
}
},
{
- "id": 25642,
+ "id": 25674,
"properties": {
"facing": "north",
"half": "top",
@@ -278343,7 +278626,7 @@
}
},
{
- "id": 25643,
+ "id": 25675,
"properties": {
"facing": "north",
"half": "top",
@@ -278353,7 +278636,7 @@
}
},
{
- "id": 25644,
+ "id": 25676,
"properties": {
"facing": "north",
"half": "top",
@@ -278363,7 +278646,7 @@
}
},
{
- "id": 25645,
+ "id": 25677,
"properties": {
"facing": "north",
"half": "top",
@@ -278373,7 +278656,7 @@
}
},
{
- "id": 25646,
+ "id": 25678,
"properties": {
"facing": "north",
"half": "top",
@@ -278383,7 +278666,7 @@
}
},
{
- "id": 25647,
+ "id": 25679,
"properties": {
"facing": "north",
"half": "top",
@@ -278393,7 +278676,7 @@
}
},
{
- "id": 25648,
+ "id": 25680,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278403,7 +278686,7 @@
}
},
{
- "id": 25649,
+ "id": 25681,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278413,7 +278696,7 @@
}
},
{
- "id": 25650,
+ "id": 25682,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278423,7 +278706,7 @@
}
},
{
- "id": 25651,
+ "id": 25683,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278433,7 +278716,7 @@
}
},
{
- "id": 25652,
+ "id": 25684,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278443,7 +278726,7 @@
}
},
{
- "id": 25653,
+ "id": 25685,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278453,7 +278736,7 @@
}
},
{
- "id": 25654,
+ "id": 25686,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278464,7 +278747,7 @@
},
{
"default": true,
- "id": 25655,
+ "id": 25687,
"properties": {
"facing": "north",
"half": "bottom",
@@ -278473,330 +278756,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25656,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25657,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25658,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25659,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25660,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25661,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25662,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25663,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25664,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25665,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25666,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25667,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25668,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25669,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25670,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25671,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25672,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25673,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25674,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25675,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25676,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25677,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25678,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25679,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25680,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25681,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25682,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25683,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25684,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25685,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25686,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25687,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25688,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -278806,7 +278769,7 @@
{
"id": 25689,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -278816,7 +278779,7 @@
{
"id": 25690,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -278826,7 +278789,7 @@
{
"id": 25691,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -278836,7 +278799,7 @@
{
"id": 25692,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -278846,7 +278809,7 @@
{
"id": 25693,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -278856,7 +278819,7 @@
{
"id": 25694,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -278866,7 +278829,7 @@
{
"id": 25695,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -278876,7 +278839,7 @@
{
"id": 25696,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -278886,7 +278849,7 @@
{
"id": 25697,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -278896,7 +278859,7 @@
{
"id": 25698,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -278906,7 +278869,7 @@
{
"id": 25699,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -278916,7 +278879,7 @@
{
"id": 25700,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -278926,7 +278889,7 @@
{
"id": 25701,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -278936,7 +278899,7 @@
{
"id": 25702,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -278945,6 +278908,326 @@
},
{
"id": 25703,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25704,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25705,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25706,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25707,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25708,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25709,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25710,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25711,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25712,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25713,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25714,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25715,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25716,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25717,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25718,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25719,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25720,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25721,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25722,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25723,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25724,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25725,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25726,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25727,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25728,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25729,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25730,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25731,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25732,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25733,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25734,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25735,
"properties": {
"facing": "east",
"half": "bottom",
@@ -278963,7 +279246,7 @@
"states": [
{
"default": true,
- "id": 24333
+ "id": 24365
}
]
},
@@ -278985,21 +279268,21 @@
},
"states": [
{
- "id": 24662,
+ "id": 24694,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24663,
+ "id": 24695,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24664,
+ "id": 24696,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -279007,21 +279290,21 @@
},
{
"default": true,
- "id": 24665,
+ "id": 24697,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24666,
+ "id": 24698,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24667,
+ "id": 24699,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -279062,7 +279345,7 @@
},
"states": [
{
- "id": 24416,
+ "id": 24448,
"properties": {
"facing": "north",
"half": "top",
@@ -279071,7 +279354,7 @@
}
},
{
- "id": 24417,
+ "id": 24449,
"properties": {
"facing": "north",
"half": "top",
@@ -279080,7 +279363,7 @@
}
},
{
- "id": 24418,
+ "id": 24450,
"properties": {
"facing": "north",
"half": "top",
@@ -279089,7 +279372,7 @@
}
},
{
- "id": 24419,
+ "id": 24451,
"properties": {
"facing": "north",
"half": "top",
@@ -279098,7 +279381,7 @@
}
},
{
- "id": 24420,
+ "id": 24452,
"properties": {
"facing": "north",
"half": "top",
@@ -279107,7 +279390,7 @@
}
},
{
- "id": 24421,
+ "id": 24453,
"properties": {
"facing": "north",
"half": "top",
@@ -279116,7 +279399,7 @@
}
},
{
- "id": 24422,
+ "id": 24454,
"properties": {
"facing": "north",
"half": "top",
@@ -279125,7 +279408,7 @@
}
},
{
- "id": 24423,
+ "id": 24455,
"properties": {
"facing": "north",
"half": "top",
@@ -279134,7 +279417,7 @@
}
},
{
- "id": 24424,
+ "id": 24456,
"properties": {
"facing": "north",
"half": "top",
@@ -279143,7 +279426,7 @@
}
},
{
- "id": 24425,
+ "id": 24457,
"properties": {
"facing": "north",
"half": "top",
@@ -279152,7 +279435,7 @@
}
},
{
- "id": 24426,
+ "id": 24458,
"properties": {
"facing": "north",
"half": "bottom",
@@ -279162,439 +279445,439 @@
},
{
"default": true,
- "id": 24427,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24428,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24429,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24430,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24431,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24432,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24433,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24434,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24435,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24436,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24437,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24438,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24439,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24440,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24441,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24442,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24443,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24444,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24445,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24446,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24447,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24448,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24449,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24450,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24451,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24452,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24453,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24454,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24455,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24456,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24457,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24458,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24459,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24460,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24461,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24462,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24463,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24464,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24465,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24466,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24467,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24468,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24469,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24470,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24471,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24472,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24473,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24474,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24475,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24476,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24477,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24478,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24479,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24480,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24481,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24482,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24483,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24484,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24485,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24486,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24487,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24488,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24489,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24490,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24491,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24492,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24493,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24494,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24495,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24496,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24497,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24498,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24499,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24500,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24501,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24502,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24503,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24504,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24505,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24506,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24507,
"properties": {
"facing": "west",
"half": "bottom",
@@ -279603,7 +279886,7 @@
}
},
{
- "id": 24476,
+ "id": 24508,
"properties": {
"facing": "east",
"half": "top",
@@ -279612,7 +279895,7 @@
}
},
{
- "id": 24477,
+ "id": 24509,
"properties": {
"facing": "east",
"half": "top",
@@ -279621,7 +279904,7 @@
}
},
{
- "id": 24478,
+ "id": 24510,
"properties": {
"facing": "east",
"half": "top",
@@ -279630,7 +279913,7 @@
}
},
{
- "id": 24479,
+ "id": 24511,
"properties": {
"facing": "east",
"half": "top",
@@ -279639,7 +279922,7 @@
}
},
{
- "id": 24480,
+ "id": 24512,
"properties": {
"facing": "east",
"half": "top",
@@ -279648,7 +279931,7 @@
}
},
{
- "id": 24481,
+ "id": 24513,
"properties": {
"facing": "east",
"half": "top",
@@ -279657,7 +279940,7 @@
}
},
{
- "id": 24482,
+ "id": 24514,
"properties": {
"facing": "east",
"half": "top",
@@ -279666,7 +279949,7 @@
}
},
{
- "id": 24483,
+ "id": 24515,
"properties": {
"facing": "east",
"half": "top",
@@ -279675,7 +279958,7 @@
}
},
{
- "id": 24484,
+ "id": 24516,
"properties": {
"facing": "east",
"half": "top",
@@ -279684,7 +279967,7 @@
}
},
{
- "id": 24485,
+ "id": 24517,
"properties": {
"facing": "east",
"half": "top",
@@ -279693,7 +279976,7 @@
}
},
{
- "id": 24486,
+ "id": 24518,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279702,7 +279985,7 @@
}
},
{
- "id": 24487,
+ "id": 24519,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279711,7 +279994,7 @@
}
},
{
- "id": 24488,
+ "id": 24520,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279720,7 +280003,7 @@
}
},
{
- "id": 24489,
+ "id": 24521,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279729,7 +280012,7 @@
}
},
{
- "id": 24490,
+ "id": 24522,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279738,7 +280021,7 @@
}
},
{
- "id": 24491,
+ "id": 24523,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279747,7 +280030,7 @@
}
},
{
- "id": 24492,
+ "id": 24524,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279756,7 +280039,7 @@
}
},
{
- "id": 24493,
+ "id": 24525,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279765,7 +280048,7 @@
}
},
{
- "id": 24494,
+ "id": 24526,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279774,7 +280057,7 @@
}
},
{
- "id": 24495,
+ "id": 24527,
"properties": {
"facing": "east",
"half": "bottom",
@@ -279793,7 +280076,7 @@
"states": [
{
"default": true,
- "id": 23977
+ "id": 24009
}
]
},
@@ -279806,7 +280089,7 @@
"states": [
{
"default": true,
- "id": 23968
+ "id": 24000
}
]
},
@@ -279828,21 +280111,21 @@
},
"states": [
{
- "id": 25728,
+ "id": 25760,
"properties": {
"lit": "true",
"powered": "true"
}
},
{
- "id": 25729,
+ "id": 25761,
"properties": {
"lit": "true",
"powered": "false"
}
},
{
- "id": 25730,
+ "id": 25762,
"properties": {
"lit": "false",
"powered": "true"
@@ -279850,7 +280133,7 @@
},
{
"default": true,
- "id": 25731,
+ "id": 25763,
"properties": {
"lit": "false",
"powered": "false"
@@ -279891,7 +280174,7 @@
},
"states": [
{
- "id": 24872,
+ "id": 24904,
"properties": {
"facing": "north",
"half": "upper",
@@ -279901,7 +280184,7 @@
}
},
{
- "id": 24873,
+ "id": 24905,
"properties": {
"facing": "north",
"half": "upper",
@@ -279911,7 +280194,7 @@
}
},
{
- "id": 24874,
+ "id": 24906,
"properties": {
"facing": "north",
"half": "upper",
@@ -279921,7 +280204,7 @@
}
},
{
- "id": 24875,
+ "id": 24907,
"properties": {
"facing": "north",
"half": "upper",
@@ -279931,7 +280214,7 @@
}
},
{
- "id": 24876,
+ "id": 24908,
"properties": {
"facing": "north",
"half": "upper",
@@ -279941,7 +280224,7 @@
}
},
{
- "id": 24877,
+ "id": 24909,
"properties": {
"facing": "north",
"half": "upper",
@@ -279951,7 +280234,7 @@
}
},
{
- "id": 24878,
+ "id": 24910,
"properties": {
"facing": "north",
"half": "upper",
@@ -279961,7 +280244,7 @@
}
},
{
- "id": 24879,
+ "id": 24911,
"properties": {
"facing": "north",
"half": "upper",
@@ -279971,7 +280254,7 @@
}
},
{
- "id": 24880,
+ "id": 24912,
"properties": {
"facing": "north",
"half": "lower",
@@ -279981,7 +280264,7 @@
}
},
{
- "id": 24881,
+ "id": 24913,
"properties": {
"facing": "north",
"half": "lower",
@@ -279991,7 +280274,7 @@
}
},
{
- "id": 24882,
+ "id": 24914,
"properties": {
"facing": "north",
"half": "lower",
@@ -280002,329 +280285,9 @@
},
{
"default": true,
- "id": 24883,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24884,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24885,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24886,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24887,
- "properties": {
- "facing": "north",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24888,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24889,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24890,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24891,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24892,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24893,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24894,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24895,
- "properties": {
- "facing": "south",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24896,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24897,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24898,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24899,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24900,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24901,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24902,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24903,
- "properties": {
- "facing": "south",
- "half": "lower",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24904,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24905,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24906,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24907,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "left",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24908,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24909,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24910,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "true"
- }
- },
- {
- "id": 24911,
- "properties": {
- "facing": "west",
- "half": "upper",
- "hinge": "right",
- "open": "false",
- "powered": "false"
- }
- },
- {
- "id": 24912,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "true"
- }
- },
- {
- "id": 24913,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "true",
- "powered": "false"
- }
- },
- {
- "id": 24914,
- "properties": {
- "facing": "west",
- "half": "lower",
- "hinge": "left",
- "open": "false",
- "powered": "true"
- }
- },
- {
"id": 24915,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -280334,7 +280297,7 @@
{
"id": 24916,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -280344,7 +280307,7 @@
{
"id": 24917,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -280354,7 +280317,7 @@
{
"id": 24918,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -280364,7 +280327,7 @@
{
"id": 24919,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -280374,7 +280337,7 @@
{
"id": 24920,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -280384,7 +280347,7 @@
{
"id": 24921,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "true",
@@ -280394,7 +280357,7 @@
{
"id": 24922,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -280404,7 +280367,7 @@
{
"id": 24923,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "left",
"open": "false",
@@ -280414,7 +280377,7 @@
{
"id": 24924,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -280424,7 +280387,7 @@
{
"id": 24925,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "true",
@@ -280434,7 +280397,7 @@
{
"id": 24926,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -280444,7 +280407,7 @@
{
"id": 24927,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "upper",
"hinge": "right",
"open": "false",
@@ -280454,7 +280417,7 @@
{
"id": 24928,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -280464,7 +280427,7 @@
{
"id": 24929,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "true",
@@ -280474,7 +280437,7 @@
{
"id": 24930,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -280484,7 +280447,7 @@
{
"id": 24931,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "left",
"open": "false",
@@ -280494,7 +280457,7 @@
{
"id": 24932,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -280504,7 +280467,7 @@
{
"id": 24933,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "true",
@@ -280514,7 +280477,7 @@
{
"id": 24934,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "lower",
"hinge": "right",
"open": "false",
@@ -280523,6 +280486,326 @@
},
{
"id": 24935,
+ "properties": {
+ "facing": "south",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24936,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24937,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24938,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24939,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24940,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24941,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24942,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24943,
+ "properties": {
+ "facing": "west",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24944,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24945,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24946,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24947,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24948,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24949,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24950,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24951,
+ "properties": {
+ "facing": "west",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24952,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24953,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24954,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24955,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24956,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24957,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24958,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24959,
+ "properties": {
+ "facing": "east",
+ "half": "upper",
+ "hinge": "right",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24960,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24961,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24962,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24963,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "left",
+ "open": "false",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24964,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24965,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "true",
+ "powered": "false"
+ }
+ },
+ {
+ "id": 24966,
+ "properties": {
+ "facing": "east",
+ "half": "lower",
+ "hinge": "right",
+ "open": "false",
+ "powered": "true"
+ }
+ },
+ {
+ "id": 24967,
"properties": {
"facing": "east",
"half": "lower",
@@ -280547,14 +280830,14 @@
},
"states": [
{
- "id": 25708,
+ "id": 25740,
"properties": {
"waterlogged": "true"
}
},
{
"default": true,
- "id": 25709,
+ "id": 25741,
"properties": {
"waterlogged": "false"
}
@@ -280594,7 +280877,7 @@
},
"states": [
{
- "id": 25384,
+ "id": 25416,
"properties": {
"facing": "north",
"half": "top",
@@ -280604,7 +280887,7 @@
}
},
{
- "id": 25385,
+ "id": 25417,
"properties": {
"facing": "north",
"half": "top",
@@ -280614,7 +280897,7 @@
}
},
{
- "id": 25386,
+ "id": 25418,
"properties": {
"facing": "north",
"half": "top",
@@ -280624,7 +280907,7 @@
}
},
{
- "id": 25387,
+ "id": 25419,
"properties": {
"facing": "north",
"half": "top",
@@ -280634,7 +280917,7 @@
}
},
{
- "id": 25388,
+ "id": 25420,
"properties": {
"facing": "north",
"half": "top",
@@ -280644,7 +280927,7 @@
}
},
{
- "id": 25389,
+ "id": 25421,
"properties": {
"facing": "north",
"half": "top",
@@ -280654,7 +280937,7 @@
}
},
{
- "id": 25390,
+ "id": 25422,
"properties": {
"facing": "north",
"half": "top",
@@ -280664,7 +280947,7 @@
}
},
{
- "id": 25391,
+ "id": 25423,
"properties": {
"facing": "north",
"half": "top",
@@ -280674,7 +280957,7 @@
}
},
{
- "id": 25392,
+ "id": 25424,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280684,7 +280967,7 @@
}
},
{
- "id": 25393,
+ "id": 25425,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280694,7 +280977,7 @@
}
},
{
- "id": 25394,
+ "id": 25426,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280704,7 +280987,7 @@
}
},
{
- "id": 25395,
+ "id": 25427,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280714,7 +280997,7 @@
}
},
{
- "id": 25396,
+ "id": 25428,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280724,7 +281007,7 @@
}
},
{
- "id": 25397,
+ "id": 25429,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280734,7 +281017,7 @@
}
},
{
- "id": 25398,
+ "id": 25430,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280745,7 +281028,7 @@
},
{
"default": true,
- "id": 25399,
+ "id": 25431,
"properties": {
"facing": "north",
"half": "bottom",
@@ -280754,330 +281037,10 @@
"waterlogged": "false"
}
},
- {
- "id": 25400,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25401,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25402,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25403,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25404,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25405,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25406,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25407,
- "properties": {
- "facing": "south",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25408,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25409,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25410,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25411,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25412,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25413,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25414,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25415,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25416,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25417,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25418,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25419,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25420,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25421,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25422,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25423,
- "properties": {
- "facing": "west",
- "half": "top",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25424,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25425,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25426,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25427,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "true",
- "powered": "false",
- "waterlogged": "false"
- }
- },
- {
- "id": 25428,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "true"
- }
- },
- {
- "id": 25429,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "true",
- "waterlogged": "false"
- }
- },
- {
- "id": 25430,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "true"
- }
- },
- {
- "id": 25431,
- "properties": {
- "facing": "west",
- "half": "bottom",
- "open": "false",
- "powered": "false",
- "waterlogged": "false"
- }
- },
{
"id": 25432,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -281087,7 +281050,7 @@
{
"id": 25433,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "true",
@@ -281097,7 +281060,7 @@
{
"id": 25434,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -281107,7 +281070,7 @@
{
"id": 25435,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "true",
"powered": "false",
@@ -281117,7 +281080,7 @@
{
"id": 25436,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -281127,7 +281090,7 @@
{
"id": 25437,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "true",
@@ -281137,7 +281100,7 @@
{
"id": 25438,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -281147,7 +281110,7 @@
{
"id": 25439,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "top",
"open": "false",
"powered": "false",
@@ -281157,7 +281120,7 @@
{
"id": 25440,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -281167,7 +281130,7 @@
{
"id": 25441,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "true",
@@ -281177,7 +281140,7 @@
{
"id": 25442,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -281187,7 +281150,7 @@
{
"id": 25443,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "true",
"powered": "false",
@@ -281197,7 +281160,7 @@
{
"id": 25444,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -281207,7 +281170,7 @@
{
"id": 25445,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "true",
@@ -281217,7 +281180,7 @@
{
"id": 25446,
"properties": {
- "facing": "east",
+ "facing": "south",
"half": "bottom",
"open": "false",
"powered": "false",
@@ -281226,6 +281189,326 @@
},
{
"id": 25447,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25448,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25449,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25450,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25451,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25452,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25453,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25454,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25455,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25456,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25457,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25458,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25459,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25460,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25461,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25462,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25463,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25464,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25465,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25466,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25467,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25468,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25469,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25470,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25471,
+ "properties": {
+ "facing": "east",
+ "half": "top",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25472,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25473,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25474,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25475,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "true",
+ "powered": "false",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25476,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25477,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "true",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 25478,
+ "properties": {
+ "facing": "east",
+ "half": "bottom",
+ "open": "false",
+ "powered": "false",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 25479,
"properties": {
"facing": "east",
"half": "bottom",
@@ -281245,7 +281528,7 @@
"states": [
{
"default": true,
- "id": 23973
+ "id": 24005
}
]
},
@@ -281268,21 +281551,21 @@
},
"states": [
{
- "id": 24310,
+ "id": 24342,
"properties": {
"type": "top",
"waterlogged": "true"
}
},
{
- "id": 24311,
+ "id": 24343,
"properties": {
"type": "top",
"waterlogged": "false"
}
},
{
- "id": 24312,
+ "id": 24344,
"properties": {
"type": "bottom",
"waterlogged": "true"
@@ -281290,21 +281573,21 @@
},
{
"default": true,
- "id": 24313,
+ "id": 24345,
"properties": {
"type": "bottom",
"waterlogged": "false"
}
},
{
- "id": 24314,
+ "id": 24346,
"properties": {
"type": "double",
"waterlogged": "true"
}
},
{
- "id": 24315,
+ "id": 24347,
"properties": {
"type": "double",
"waterlogged": "false"
@@ -281346,7 +281629,7 @@
},
"states": [
{
- "id": 24064,
+ "id": 24096,
"properties": {
"facing": "north",
"half": "top",
@@ -281355,7 +281638,7 @@
}
},
{
- "id": 24065,
+ "id": 24097,
"properties": {
"facing": "north",
"half": "top",
@@ -281364,7 +281647,7 @@
}
},
{
- "id": 24066,
+ "id": 24098,
"properties": {
"facing": "north",
"half": "top",
@@ -281373,7 +281656,7 @@
}
},
{
- "id": 24067,
+ "id": 24099,
"properties": {
"facing": "north",
"half": "top",
@@ -281382,7 +281665,7 @@
}
},
{
- "id": 24068,
+ "id": 24100,
"properties": {
"facing": "north",
"half": "top",
@@ -281391,7 +281674,7 @@
}
},
{
- "id": 24069,
+ "id": 24101,
"properties": {
"facing": "north",
"half": "top",
@@ -281400,7 +281683,7 @@
}
},
{
- "id": 24070,
+ "id": 24102,
"properties": {
"facing": "north",
"half": "top",
@@ -281409,7 +281692,7 @@
}
},
{
- "id": 24071,
+ "id": 24103,
"properties": {
"facing": "north",
"half": "top",
@@ -281418,7 +281701,7 @@
}
},
{
- "id": 24072,
+ "id": 24104,
"properties": {
"facing": "north",
"half": "top",
@@ -281427,7 +281710,7 @@
}
},
{
- "id": 24073,
+ "id": 24105,
"properties": {
"facing": "north",
"half": "top",
@@ -281436,7 +281719,7 @@
}
},
{
- "id": 24074,
+ "id": 24106,
"properties": {
"facing": "north",
"half": "bottom",
@@ -281446,439 +281729,439 @@
},
{
"default": true,
- "id": 24075,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24076,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24077,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24078,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24079,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24080,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24081,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24082,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24083,
- "properties": {
- "facing": "north",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24084,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24085,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24086,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24087,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24088,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24089,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24090,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24091,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24092,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24093,
- "properties": {
- "facing": "south",
- "half": "top",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24094,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24095,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24096,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24097,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24098,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24099,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "inner_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24100,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "true"
- }
- },
- {
- "id": 24101,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_left",
- "waterlogged": "false"
- }
- },
- {
- "id": 24102,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "true"
- }
- },
- {
- "id": 24103,
- "properties": {
- "facing": "south",
- "half": "bottom",
- "shape": "outer_right",
- "waterlogged": "false"
- }
- },
- {
- "id": 24104,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "true"
- }
- },
- {
- "id": 24105,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "straight",
- "waterlogged": "false"
- }
- },
- {
- "id": 24106,
- "properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
- "waterlogged": "true"
- }
- },
- {
"id": 24107,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24108,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24109,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "inner_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24110,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24111,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_left",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24112,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24113,
"properties": {
- "facing": "west",
- "half": "top",
- "shape": "outer_right",
+ "facing": "north",
+ "half": "bottom",
+ "shape": "outer_left",
"waterlogged": "false"
}
},
{
"id": 24114,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "true"
}
},
{
"id": 24115,
"properties": {
- "facing": "west",
+ "facing": "north",
"half": "bottom",
- "shape": "straight",
+ "shape": "outer_right",
"waterlogged": "false"
}
},
{
"id": 24116,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "true"
}
},
{
"id": 24117,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "straight",
"waterlogged": "false"
}
},
{
"id": 24118,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "true"
}
},
{
"id": 24119,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "inner_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_left",
"waterlogged": "false"
}
},
{
"id": 24120,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "true"
}
},
{
"id": 24121,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_left",
+ "facing": "south",
+ "half": "top",
+ "shape": "inner_right",
"waterlogged": "false"
}
},
{
"id": 24122,
"properties": {
- "facing": "west",
- "half": "bottom",
- "shape": "outer_right",
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
"waterlogged": "true"
}
},
{
"id": 24123,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24124,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24125,
+ "properties": {
+ "facing": "south",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24126,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24127,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24128,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24129,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24130,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24131,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24132,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24133,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24134,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24135,
+ "properties": {
+ "facing": "south",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24136,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24137,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24138,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24139,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24140,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24141,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24142,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24143,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24144,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24145,
+ "properties": {
+ "facing": "west",
+ "half": "top",
+ "shape": "outer_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24146,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24147,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "straight",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24148,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24149,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24150,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24151,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "inner_right",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24152,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24153,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_left",
+ "waterlogged": "false"
+ }
+ },
+ {
+ "id": 24154,
+ "properties": {
+ "facing": "west",
+ "half": "bottom",
+ "shape": "outer_right",
+ "waterlogged": "true"
+ }
+ },
+ {
+ "id": 24155,
"properties": {
"facing": "west",
"half": "bottom",
@@ -281887,7 +282170,7 @@
}
},
{
- "id": 24124,
+ "id": 24156,
"properties": {
"facing": "east",
"half": "top",
@@ -281896,7 +282179,7 @@
}
},
{
- "id": 24125,
+ "id": 24157,
"properties": {
"facing": "east",
"half": "top",
@@ -281905,7 +282188,7 @@
}
},
{
- "id": 24126,
+ "id": 24158,
"properties": {
"facing": "east",
"half": "top",
@@ -281914,7 +282197,7 @@
}
},
{
- "id": 24127,
+ "id": 24159,
"properties": {
"facing": "east",
"half": "top",
@@ -281923,7 +282206,7 @@
}
},
{
- "id": 24128,
+ "id": 24160,
"properties": {
"facing": "east",
"half": "top",
@@ -281932,7 +282215,7 @@
}
},
{
- "id": 24129,
+ "id": 24161,
"properties": {
"facing": "east",
"half": "top",
@@ -281941,7 +282224,7 @@
}
},
{
- "id": 24130,
+ "id": 24162,
"properties": {
"facing": "east",
"half": "top",
@@ -281950,7 +282233,7 @@
}
},
{
- "id": 24131,
+ "id": 24163,
"properties": {
"facing": "east",
"half": "top",
@@ -281959,7 +282242,7 @@
}
},
{
- "id": 24132,
+ "id": 24164,
"properties": {
"facing": "east",
"half": "top",
@@ -281968,7 +282251,7 @@
}
},
{
- "id": 24133,
+ "id": 24165,
"properties": {
"facing": "east",
"half": "top",
@@ -281977,7 +282260,7 @@
}
},
{
- "id": 24134,
+ "id": 24166,
"properties": {
"facing": "east",
"half": "bottom",
@@ -281986,7 +282269,7 @@
}
},
{
- "id": 24135,
+ "id": 24167,
"properties": {
"facing": "east",
"half": "bottom",
@@ -281995,7 +282278,7 @@
}
},
{
- "id": 24136,
+ "id": 24168,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282004,7 +282287,7 @@
}
},
{
- "id": 24137,
+ "id": 24169,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282013,7 +282296,7 @@
}
},
{
- "id": 24138,
+ "id": 24170,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282022,7 +282305,7 @@
}
},
{
- "id": 24139,
+ "id": 24171,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282031,7 +282314,7 @@
}
},
{
- "id": 24140,
+ "id": 24172,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282040,7 +282323,7 @@
}
},
{
- "id": 24141,
+ "id": 24173,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282049,7 +282332,7 @@
}
},
{
- "id": 24142,
+ "id": 24174,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282058,7 +282341,7 @@
}
},
{
- "id": 24143,
+ "id": 24175,
"properties": {
"facing": "east",
"half": "bottom",
@@ -282106,157 +282389,157 @@
"states": [
{
"default": true,
- "id": 19634,
+ "id": 19666,
"properties": {
"age": "0"
}
},
{
- "id": 19635,
+ "id": 19667,
"properties": {
"age": "1"
}
},
{
- "id": 19636,
+ "id": 19668,
"properties": {
"age": "2"
}
},
{
- "id": 19637,
+ "id": 19669,
"properties": {
"age": "3"
}
},
{
- "id": 19638,
+ "id": 19670,
"properties": {
"age": "4"
}
},
{
- "id": 19639,
+ "id": 19671,
"properties": {
"age": "5"
}
},
{
- "id": 19640,
+ "id": 19672,
"properties": {
"age": "6"
}
},
{
- "id": 19641,
+ "id": 19673,
"properties": {
"age": "7"
}
},
{
- "id": 19642,
+ "id": 19674,
"properties": {
"age": "8"
}
},
{
- "id": 19643,
+ "id": 19675,
"properties": {
"age": "9"
}
},
{
- "id": 19644,
+ "id": 19676,
"properties": {
"age": "10"
}
},
{
- "id": 19645,
+ "id": 19677,
"properties": {
"age": "11"
}
},
{
- "id": 19646,
+ "id": 19678,
"properties": {
"age": "12"
}
},
{
- "id": 19647,
+ "id": 19679,
"properties": {
"age": "13"
}
},
{
- "id": 19648,
+ "id": 19680,
"properties": {
"age": "14"
}
},
{
- "id": 19649,
+ "id": 19681,
"properties": {
"age": "15"
}
},
{
- "id": 19650,
+ "id": 19682,
"properties": {
"age": "16"
}
},
{
- "id": 19651,
+ "id": 19683,
"properties": {
"age": "17"
}
},
{
- "id": 19652,
+ "id": 19684,
"properties": {
"age": "18"
}
},
{
- "id": 19653,
+ "id": 19685,
"properties": {
"age": "19"
}
},
{
- "id": 19654,
+ "id": 19686,
"properties": {
"age": "20"
}
},
{
- "id": 19655,
+ "id": 19687,
"properties": {
"age": "21"
}
},
{
- "id": 19656,
+ "id": 19688,
"properties": {
"age": "22"
}
},
{
- "id": 19657,
+ "id": 19689,
"properties": {
"age": "23"
}
},
{
- "id": 19658,
+ "id": 19690,
"properties": {
"age": "24"
}
},
{
- "id": 19659,
+ "id": 19691,
"properties": {
"age": "25"
}
@@ -282271,7 +282554,7 @@
"states": [
{
"default": true,
- "id": 19660
+ "id": 19692
}
]
},
@@ -282659,7 +282942,7 @@
},
"states": [
{
- "id": 21769,
+ "id": 21801,
"properties": {
"candles": "1",
"lit": "true",
@@ -282667,7 +282950,7 @@
}
},
{
- "id": 21770,
+ "id": 21802,
"properties": {
"candles": "1",
"lit": "true",
@@ -282675,7 +282958,7 @@
}
},
{
- "id": 21771,
+ "id": 21803,
"properties": {
"candles": "1",
"lit": "false",
@@ -282684,7 +282967,7 @@
},
{
"default": true,
- "id": 21772,
+ "id": 21804,
"properties": {
"candles": "1",
"lit": "false",
@@ -282692,7 +282975,7 @@
}
},
{
- "id": 21773,
+ "id": 21805,
"properties": {
"candles": "2",
"lit": "true",
@@ -282700,7 +282983,7 @@
}
},
{
- "id": 21774,
+ "id": 21806,
"properties": {
"candles": "2",
"lit": "true",
@@ -282708,7 +282991,7 @@
}
},
{
- "id": 21775,
+ "id": 21807,
"properties": {
"candles": "2",
"lit": "false",
@@ -282716,7 +282999,7 @@
}
},
{
- "id": 21776,
+ "id": 21808,
"properties": {
"candles": "2",
"lit": "false",
@@ -282724,7 +283007,7 @@
}
},
{
- "id": 21777,
+ "id": 21809,
"properties": {
"candles": "3",
"lit": "true",
@@ -282732,7 +283015,7 @@
}
},
{
- "id": 21778,
+ "id": 21810,
"properties": {
"candles": "3",
"lit": "true",
@@ -282740,7 +283023,7 @@
}
},
{
- "id": 21779,
+ "id": 21811,
"properties": {
"candles": "3",
"lit": "false",
@@ -282748,7 +283031,7 @@
}
},
{
- "id": 21780,
+ "id": 21812,
"properties": {
"candles": "3",
"lit": "false",
@@ -282756,7 +283039,7 @@
}
},
{
- "id": 21781,
+ "id": 21813,
"properties": {
"candles": "4",
"lit": "true",
@@ -282764,7 +283047,7 @@
}
},
{
- "id": 21782,
+ "id": 21814,
"properties": {
"candles": "4",
"lit": "true",
@@ -282772,7 +283055,7 @@
}
},
{
- "id": 21783,
+ "id": 21815,
"properties": {
"candles": "4",
"lit": "false",
@@ -282780,7 +283063,7 @@
}
},
{
- "id": 21784,
+ "id": 21816,
"properties": {
"candles": "4",
"lit": "false",
@@ -282803,14 +283086,14 @@
},
"states": [
{
- "id": 22027,
+ "id": 22059,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22028,
+ "id": 22060,
"properties": {
"lit": "false"
}
@@ -283319,7 +283602,7 @@
},
"minecraft:white_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
@@ -283423,112 +283706,112 @@
"states": [
{
"default": true,
- "id": 25871,
+ "id": 25903,
"properties": {
"facing": "north",
"flower_amount": "1"
}
},
{
- "id": 25872,
+ "id": 25904,
"properties": {
"facing": "north",
"flower_amount": "2"
}
},
{
- "id": 25873,
+ "id": 25905,
"properties": {
"facing": "north",
"flower_amount": "3"
}
},
{
- "id": 25874,
+ "id": 25906,
"properties": {
"facing": "north",
"flower_amount": "4"
}
},
{
- "id": 25875,
+ "id": 25907,
"properties": {
"facing": "south",
"flower_amount": "1"
}
},
{
- "id": 25876,
+ "id": 25908,
"properties": {
"facing": "south",
"flower_amount": "2"
}
},
{
- "id": 25877,
+ "id": 25909,
"properties": {
"facing": "south",
"flower_amount": "3"
}
},
{
- "id": 25878,
+ "id": 25910,
"properties": {
"facing": "south",
"flower_amount": "4"
}
},
{
- "id": 25879,
+ "id": 25911,
"properties": {
"facing": "west",
"flower_amount": "1"
}
},
{
- "id": 25880,
+ "id": 25912,
"properties": {
"facing": "west",
"flower_amount": "2"
}
},
{
- "id": 25881,
+ "id": 25913,
"properties": {
"facing": "west",
"flower_amount": "3"
}
},
{
- "id": 25882,
+ "id": 25914,
"properties": {
"facing": "west",
"flower_amount": "4"
}
},
{
- "id": 25883,
+ "id": 25915,
"properties": {
"facing": "east",
"flower_amount": "1"
}
},
{
- "id": 25884,
+ "id": 25916,
"properties": {
"facing": "east",
"flower_amount": "2"
}
},
{
- "id": 25885,
+ "id": 25917,
"properties": {
"facing": "east",
"flower_amount": "3"
}
},
{
- "id": 25886,
+ "id": 25918,
"properties": {
"facing": "east",
"flower_amount": "4"
@@ -284191,7 +284474,7 @@
},
"states": [
{
- "id": 21833,
+ "id": 21865,
"properties": {
"candles": "1",
"lit": "true",
@@ -284199,7 +284482,7 @@
}
},
{
- "id": 21834,
+ "id": 21866,
"properties": {
"candles": "1",
"lit": "true",
@@ -284207,7 +284490,7 @@
}
},
{
- "id": 21835,
+ "id": 21867,
"properties": {
"candles": "1",
"lit": "false",
@@ -284216,7 +284499,7 @@
},
{
"default": true,
- "id": 21836,
+ "id": 21868,
"properties": {
"candles": "1",
"lit": "false",
@@ -284224,7 +284507,7 @@
}
},
{
- "id": 21837,
+ "id": 21869,
"properties": {
"candles": "2",
"lit": "true",
@@ -284232,7 +284515,7 @@
}
},
{
- "id": 21838,
+ "id": 21870,
"properties": {
"candles": "2",
"lit": "true",
@@ -284240,7 +284523,7 @@
}
},
{
- "id": 21839,
+ "id": 21871,
"properties": {
"candles": "2",
"lit": "false",
@@ -284248,7 +284531,7 @@
}
},
{
- "id": 21840,
+ "id": 21872,
"properties": {
"candles": "2",
"lit": "false",
@@ -284256,7 +284539,7 @@
}
},
{
- "id": 21841,
+ "id": 21873,
"properties": {
"candles": "3",
"lit": "true",
@@ -284264,7 +284547,7 @@
}
},
{
- "id": 21842,
+ "id": 21874,
"properties": {
"candles": "3",
"lit": "true",
@@ -284272,7 +284555,7 @@
}
},
{
- "id": 21843,
+ "id": 21875,
"properties": {
"candles": "3",
"lit": "false",
@@ -284280,7 +284563,7 @@
}
},
{
- "id": 21844,
+ "id": 21876,
"properties": {
"candles": "3",
"lit": "false",
@@ -284288,7 +284571,7 @@
}
},
{
- "id": 21845,
+ "id": 21877,
"properties": {
"candles": "4",
"lit": "true",
@@ -284296,7 +284579,7 @@
}
},
{
- "id": 21846,
+ "id": 21878,
"properties": {
"candles": "4",
"lit": "true",
@@ -284304,7 +284587,7 @@
}
},
{
- "id": 21847,
+ "id": 21879,
"properties": {
"candles": "4",
"lit": "false",
@@ -284312,7 +284595,7 @@
}
},
{
- "id": 21848,
+ "id": 21880,
"properties": {
"candles": "4",
"lit": "false",
@@ -284335,14 +284618,14 @@
},
"states": [
{
- "id": 22035,
+ "id": 22067,
"properties": {
"lit": "true"
}
},
{
"default": true,
- "id": 22036,
+ "id": 22068,
"properties": {
"lit": "false"
}
@@ -284851,7 +285134,7 @@
},
"minecraft:yellow_terracotta": {
"definition": {
- "type": "minecraft:terracotta",
+ "type": "minecraft:block",
"properties": {}
},
"states": [
diff --git a/src/main/resources/reports/packets.json b/src/main/resources/reports/packets.json
index e867acd..b9d54a8 100644
--- a/src/main/resources/reports/packets.json
+++ b/src/main/resources/reports/packets.json
@@ -1,6 +1,9 @@
{
"configuration": {
"clientbound": {
+ "minecraft:clear_dialog": {
+ "protocol_id": 17
+ },
"minecraft:cookie_request": {
"protocol_id": 0
},
@@ -40,6 +43,9 @@
"minecraft:server_links": {
"protocol_id": 16
},
+ "minecraft:show_dialog": {
+ "protocol_id": 18
+ },
"minecraft:store_cookie": {
"protocol_id": 10
},
@@ -60,6 +66,9 @@
"minecraft:cookie_response": {
"protocol_id": 1
},
+ "minecraft:custom_click_action": {
+ "protocol_id": 8
+ },
"minecraft:custom_payload": {
"protocol_id": 2
},
@@ -170,6 +179,9 @@
"minecraft:chunks_biomes": {
"protocol_id": 13
},
+ "minecraft:clear_dialog": {
+ "protocol_id": 132
+ },
"minecraft:clear_titles": {
"protocol_id": 14
},
@@ -464,6 +476,9 @@
"minecraft:set_titles_animation": {
"protocol_id": 108
},
+ "minecraft:show_dialog": {
+ "protocol_id": 133
+ },
"minecraft:sound": {
"protocol_id": 110
},
@@ -520,6 +535,9 @@
},
"minecraft:update_tags": {
"protocol_id": 127
+ },
+ "minecraft:waypoint": {
+ "protocol_id": 131
}
},
"serverbound": {
@@ -535,185 +553,191 @@
"minecraft:change_difficulty": {
"protocol_id": 3
},
- "minecraft:chat": {
- "protocol_id": 7
- },
- "minecraft:chat_ack": {
+ "minecraft:change_game_mode": {
"protocol_id": 4
},
- "minecraft:chat_command": {
- "protocol_id": 5
- },
- "minecraft:chat_command_signed": {
- "protocol_id": 6
- },
- "minecraft:chat_session_update": {
+ "minecraft:chat": {
"protocol_id": 8
},
- "minecraft:chunk_batch_received": {
+ "minecraft:chat_ack": {
+ "protocol_id": 5
+ },
+ "minecraft:chat_command": {
+ "protocol_id": 6
+ },
+ "minecraft:chat_command_signed": {
+ "protocol_id": 7
+ },
+ "minecraft:chat_session_update": {
"protocol_id": 9
},
- "minecraft:client_command": {
+ "minecraft:chunk_batch_received": {
"protocol_id": 10
},
- "minecraft:client_information": {
- "protocol_id": 12
- },
- "minecraft:client_tick_end": {
+ "minecraft:client_command": {
"protocol_id": 11
},
- "minecraft:command_suggestion": {
+ "minecraft:client_information": {
"protocol_id": 13
},
- "minecraft:configuration_acknowledged": {
+ "minecraft:client_tick_end": {
+ "protocol_id": 12
+ },
+ "minecraft:command_suggestion": {
"protocol_id": 14
},
- "minecraft:container_button_click": {
+ "minecraft:configuration_acknowledged": {
"protocol_id": 15
},
- "minecraft:container_click": {
+ "minecraft:container_button_click": {
"protocol_id": 16
},
- "minecraft:container_close": {
+ "minecraft:container_click": {
"protocol_id": 17
},
- "minecraft:container_slot_state_changed": {
+ "minecraft:container_close": {
"protocol_id": 18
},
- "minecraft:cookie_response": {
+ "minecraft:container_slot_state_changed": {
"protocol_id": 19
},
- "minecraft:custom_payload": {
+ "minecraft:cookie_response": {
"protocol_id": 20
},
- "minecraft:debug_sample_subscription": {
+ "minecraft:custom_click_action": {
+ "protocol_id": 65
+ },
+ "minecraft:custom_payload": {
"protocol_id": 21
},
- "minecraft:edit_book": {
+ "minecraft:debug_sample_subscription": {
"protocol_id": 22
},
- "minecraft:entity_tag_query": {
+ "minecraft:edit_book": {
"protocol_id": 23
},
- "minecraft:interact": {
+ "minecraft:entity_tag_query": {
"protocol_id": 24
},
- "minecraft:jigsaw_generate": {
+ "minecraft:interact": {
"protocol_id": 25
},
- "minecraft:keep_alive": {
+ "minecraft:jigsaw_generate": {
"protocol_id": 26
},
- "minecraft:lock_difficulty": {
+ "minecraft:keep_alive": {
"protocol_id": 27
},
- "minecraft:move_player_pos": {
+ "minecraft:lock_difficulty": {
"protocol_id": 28
},
- "minecraft:move_player_pos_rot": {
+ "minecraft:move_player_pos": {
"protocol_id": 29
},
- "minecraft:move_player_rot": {
+ "minecraft:move_player_pos_rot": {
"protocol_id": 30
},
- "minecraft:move_player_status_only": {
+ "minecraft:move_player_rot": {
"protocol_id": 31
},
- "minecraft:move_vehicle": {
+ "minecraft:move_player_status_only": {
"protocol_id": 32
},
- "minecraft:paddle_boat": {
+ "minecraft:move_vehicle": {
"protocol_id": 33
},
- "minecraft:pick_item_from_block": {
+ "minecraft:paddle_boat": {
"protocol_id": 34
},
- "minecraft:pick_item_from_entity": {
+ "minecraft:pick_item_from_block": {
"protocol_id": 35
},
- "minecraft:ping_request": {
+ "minecraft:pick_item_from_entity": {
"protocol_id": 36
},
- "minecraft:place_recipe": {
+ "minecraft:ping_request": {
"protocol_id": 37
},
- "minecraft:player_abilities": {
+ "minecraft:place_recipe": {
"protocol_id": 38
},
- "minecraft:player_action": {
+ "minecraft:player_abilities": {
"protocol_id": 39
},
- "minecraft:player_command": {
+ "minecraft:player_action": {
"protocol_id": 40
},
- "minecraft:player_input": {
+ "minecraft:player_command": {
"protocol_id": 41
},
- "minecraft:player_loaded": {
+ "minecraft:player_input": {
"protocol_id": 42
},
- "minecraft:pong": {
+ "minecraft:player_loaded": {
"protocol_id": 43
},
- "minecraft:recipe_book_change_settings": {
+ "minecraft:pong": {
"protocol_id": 44
},
- "minecraft:recipe_book_seen_recipe": {
+ "minecraft:recipe_book_change_settings": {
"protocol_id": 45
},
- "minecraft:rename_item": {
+ "minecraft:recipe_book_seen_recipe": {
"protocol_id": 46
},
- "minecraft:resource_pack": {
+ "minecraft:rename_item": {
"protocol_id": 47
},
- "minecraft:seen_advancements": {
+ "minecraft:resource_pack": {
"protocol_id": 48
},
- "minecraft:select_trade": {
+ "minecraft:seen_advancements": {
"protocol_id": 49
},
- "minecraft:set_beacon": {
+ "minecraft:select_trade": {
"protocol_id": 50
},
- "minecraft:set_carried_item": {
+ "minecraft:set_beacon": {
"protocol_id": 51
},
- "minecraft:set_command_block": {
+ "minecraft:set_carried_item": {
"protocol_id": 52
},
- "minecraft:set_command_minecart": {
+ "minecraft:set_command_block": {
"protocol_id": 53
},
- "minecraft:set_creative_mode_slot": {
+ "minecraft:set_command_minecart": {
"protocol_id": 54
},
- "minecraft:set_jigsaw_block": {
+ "minecraft:set_creative_mode_slot": {
"protocol_id": 55
},
- "minecraft:set_structure_block": {
+ "minecraft:set_jigsaw_block": {
"protocol_id": 56
},
- "minecraft:set_test_block": {
+ "minecraft:set_structure_block": {
"protocol_id": 57
},
- "minecraft:sign_update": {
+ "minecraft:set_test_block": {
"protocol_id": 58
},
- "minecraft:swing": {
+ "minecraft:sign_update": {
"protocol_id": 59
},
- "minecraft:teleport_to_entity": {
+ "minecraft:swing": {
"protocol_id": 60
},
- "minecraft:test_instance_block_action": {
+ "minecraft:teleport_to_entity": {
"protocol_id": 61
},
+ "minecraft:test_instance_block_action": {
+ "protocol_id": 62
+ },
"minecraft:use_item": {
- "protocol_id": 63
+ "protocol_id": 64
},
"minecraft:use_item_on": {
- "protocol_id": 62
+ "protocol_id": 63
}
}
},
diff --git a/src/main/resources/reports/registries.json b/src/main/resources/reports/registries.json
index 501a60f..67df51a 100644
--- a/src/main/resources/reports/registries.json
+++ b/src/main/resources/reports/registries.json
@@ -108,77 +108,86 @@
"minecraft:burning_time": {
"protocol_id": 7
},
- "minecraft:entity_interaction_range": {
- "protocol_id": 9
- },
- "minecraft:explosion_knockback_resistance": {
+ "minecraft:camera_distance": {
"protocol_id": 8
},
- "minecraft:fall_damage_multiplier": {
+ "minecraft:entity_interaction_range": {
"protocol_id": 10
},
- "minecraft:flying_speed": {
+ "minecraft:explosion_knockback_resistance": {
+ "protocol_id": 9
+ },
+ "minecraft:fall_damage_multiplier": {
"protocol_id": 11
},
- "minecraft:follow_range": {
+ "minecraft:flying_speed": {
"protocol_id": 12
},
- "minecraft:gravity": {
+ "minecraft:follow_range": {
"protocol_id": 13
},
- "minecraft:jump_strength": {
+ "minecraft:gravity": {
"protocol_id": 14
},
- "minecraft:knockback_resistance": {
+ "minecraft:jump_strength": {
"protocol_id": 15
},
- "minecraft:luck": {
+ "minecraft:knockback_resistance": {
"protocol_id": 16
},
- "minecraft:max_absorption": {
+ "minecraft:luck": {
"protocol_id": 17
},
- "minecraft:max_health": {
+ "minecraft:max_absorption": {
"protocol_id": 18
},
- "minecraft:mining_efficiency": {
+ "minecraft:max_health": {
"protocol_id": 19
},
- "minecraft:movement_efficiency": {
+ "minecraft:mining_efficiency": {
"protocol_id": 20
},
- "minecraft:movement_speed": {
+ "minecraft:movement_efficiency": {
"protocol_id": 21
},
- "minecraft:oxygen_bonus": {
+ "minecraft:movement_speed": {
"protocol_id": 22
},
- "minecraft:safe_fall_distance": {
+ "minecraft:oxygen_bonus": {
"protocol_id": 23
},
- "minecraft:scale": {
+ "minecraft:safe_fall_distance": {
"protocol_id": 24
},
- "minecraft:sneaking_speed": {
+ "minecraft:scale": {
"protocol_id": 25
},
- "minecraft:spawn_reinforcements": {
+ "minecraft:sneaking_speed": {
"protocol_id": 26
},
- "minecraft:step_height": {
+ "minecraft:spawn_reinforcements": {
"protocol_id": 27
},
- "minecraft:submerged_mining_speed": {
+ "minecraft:step_height": {
"protocol_id": 28
},
- "minecraft:sweeping_damage_ratio": {
+ "minecraft:submerged_mining_speed": {
"protocol_id": 29
},
- "minecraft:tempt_range": {
+ "minecraft:sweeping_damage_ratio": {
"protocol_id": 30
},
- "minecraft:water_movement_efficiency": {
+ "minecraft:tempt_range": {
"protocol_id": 31
+ },
+ "minecraft:water_movement_efficiency": {
+ "protocol_id": 32
+ },
+ "minecraft:waypoint_receive_range": {
+ "protocol_id": 34
+ },
+ "minecraft:waypoint_transmit_range": {
+ "protocol_id": 33
}
},
"protocol_id": 18
@@ -247,25 +256,25 @@
"protocol_id": 161
},
"minecraft:amethyst_block": {
- "protocol_id": 937
+ "protocol_id": 938
},
"minecraft:amethyst_cluster": {
- "protocol_id": 939
+ "protocol_id": 940
},
"minecraft:ancient_debris": {
- "protocol_id": 875
+ "protocol_id": 876
},
"minecraft:andesite": {
"protocol_id": 6
},
"minecraft:andesite_slab": {
- "protocol_id": 787
+ "protocol_id": 788
},
"minecraft:andesite_stairs": {
- "protocol_id": 774
+ "protocol_id": 775
},
"minecraft:andesite_wall": {
- "protocol_id": 799
+ "protocol_id": 800
},
"minecraft:anvil": {
"protocol_id": 435
@@ -277,7 +286,7 @@
"protocol_id": 331
},
"minecraft:azalea": {
- "protocol_id": 1046
+ "protocol_id": 1047
},
"minecraft:azalea_leaves": {
"protocol_id": 97
@@ -286,7 +295,7 @@
"protocol_id": 162
},
"minecraft:bamboo": {
- "protocol_id": 759
+ "protocol_id": 760
},
"minecraft:bamboo_block": {
"protocol_id": 60
@@ -322,7 +331,7 @@
"protocol_id": 257
},
"minecraft:bamboo_sapling": {
- "protocol_id": 758
+ "protocol_id": 759
},
"minecraft:bamboo_sign": {
"protocol_id": 206
@@ -343,7 +352,7 @@
"protocol_id": 220
},
"minecraft:barrel": {
- "protocol_id": 806
+ "protocol_id": 807
},
"minecraft:barrier": {
"protocol_id": 492
@@ -358,22 +367,22 @@
"protocol_id": 34
},
"minecraft:bee_nest": {
- "protocol_id": 870
+ "protocol_id": 871
},
"minecraft:beehive": {
- "protocol_id": 871
+ "protocol_id": 872
},
"minecraft:beetroots": {
"protocol_id": 633
},
"minecraft:bell": {
- "protocol_id": 815
+ "protocol_id": 816
},
"minecraft:big_dripleaf": {
- "protocol_id": 1053
+ "protocol_id": 1054
},
"minecraft:big_dripleaf_stem": {
- "protocol_id": 1054
+ "protocol_id": 1055
},
"minecraft:birch_button": {
"protocol_id": 413
@@ -433,10 +442,10 @@
"protocol_id": 125
},
"minecraft:black_candle": {
- "protocol_id": 919
+ "protocol_id": 920
},
"minecraft:black_candle_cake": {
- "protocol_id": 936
+ "protocol_id": 937
},
"minecraft:black_carpet": {
"protocol_id": 521
@@ -469,19 +478,19 @@
"protocol_id": 155
},
"minecraft:blackstone": {
- "protocol_id": 883
- },
- "minecraft:blackstone_slab": {
- "protocol_id": 886
- },
- "minecraft:blackstone_stairs": {
"protocol_id": 884
},
- "minecraft:blackstone_wall": {
+ "minecraft:blackstone_slab": {
+ "protocol_id": 887
+ },
+ "minecraft:blackstone_stairs": {
"protocol_id": 885
},
+ "minecraft:blackstone_wall": {
+ "protocol_id": 886
+ },
"minecraft:blast_furnace": {
- "protocol_id": 808
+ "protocol_id": 809
},
"minecraft:blue_banner": {
"protocol_id": 542
@@ -490,10 +499,10 @@
"protocol_id": 121
},
"minecraft:blue_candle": {
- "protocol_id": 915
+ "protocol_id": 916
},
"minecraft:blue_candle_cake": {
- "protocol_id": 932
+ "protocol_id": 933
},
"minecraft:blue_carpet": {
"protocol_id": 517
@@ -508,7 +517,7 @@
"protocol_id": 673
},
"minecraft:blue_ice": {
- "protocol_id": 756
+ "protocol_id": 757
},
"minecraft:blue_orchid": {
"protocol_id": 160
@@ -538,16 +547,16 @@
"protocol_id": 177
},
"minecraft:brain_coral": {
- "protocol_id": 731
+ "protocol_id": 732
},
"minecraft:brain_coral_block": {
- "protocol_id": 721
+ "protocol_id": 722
},
"minecraft:brain_coral_fan": {
- "protocol_id": 741
+ "protocol_id": 742
},
"minecraft:brain_coral_wall_fan": {
- "protocol_id": 751
+ "protocol_id": 752
},
"minecraft:brewing_stand": {
"protocol_id": 355
@@ -559,7 +568,7 @@
"protocol_id": 339
},
"minecraft:brick_wall": {
- "protocol_id": 791
+ "protocol_id": 792
},
"minecraft:bricks": {
"protocol_id": 175
@@ -571,10 +580,10 @@
"protocol_id": 122
},
"minecraft:brown_candle": {
- "protocol_id": 916
+ "protocol_id": 917
},
"minecraft:brown_candle_cake": {
- "protocol_id": 933
+ "protocol_id": 934
},
"minecraft:brown_carpet": {
"protocol_id": 518
@@ -613,22 +622,22 @@
"protocol_id": 152
},
"minecraft:bubble_column": {
- "protocol_id": 763
+ "protocol_id": 764
},
"minecraft:bubble_coral": {
- "protocol_id": 732
+ "protocol_id": 733
},
"minecraft:bubble_coral_block": {
- "protocol_id": 722
+ "protocol_id": 723
},
"minecraft:bubble_coral_fan": {
- "protocol_id": 742
+ "protocol_id": 743
},
"minecraft:bubble_coral_wall_fan": {
- "protocol_id": 752
+ "protocol_id": 753
},
"minecraft:budding_amethyst": {
- "protocol_id": 938
+ "protocol_id": 939
},
"minecraft:bush": {
"protocol_id": 133
@@ -643,25 +652,25 @@
"protocol_id": 283
},
"minecraft:calcite": {
- "protocol_id": 957
+ "protocol_id": 958
},
"minecraft:calibrated_sculk_sensor": {
- "protocol_id": 961
+ "protocol_id": 962
},
"minecraft:campfire": {
- "protocol_id": 818
+ "protocol_id": 819
},
"minecraft:candle": {
- "protocol_id": 903
+ "protocol_id": 904
},
"minecraft:candle_cake": {
- "protocol_id": 920
+ "protocol_id": 921
},
"minecraft:carrots": {
"protocol_id": 409
},
"minecraft:cartography_table": {
- "protocol_id": 809
+ "protocol_id": 810
},
"minecraft:carved_pumpkin": {
"protocol_id": 281
@@ -670,13 +679,13 @@
"protocol_id": 356
},
"minecraft:cave_air": {
- "protocol_id": 762
+ "protocol_id": 763
},
"minecraft:cave_vines": {
- "protocol_id": 1043
+ "protocol_id": 1044
},
"minecraft:cave_vines_plant": {
- "protocol_id": 1044
+ "protocol_id": 1045
},
"minecraft:chain": {
"protocol_id": 327
@@ -745,16 +754,16 @@
"protocol_id": 178
},
"minecraft:chiseled_copper": {
- "protocol_id": 979
+ "protocol_id": 980
},
"minecraft:chiseled_deepslate": {
- "protocol_id": 1076
+ "protocol_id": 1077
},
"minecraft:chiseled_nether_bricks": {
- "protocol_id": 900
+ "protocol_id": 901
},
"minecraft:chiseled_polished_blackstone": {
- "protocol_id": 890
+ "protocol_id": 891
},
"minecraft:chiseled_quartz_block": {
"protocol_id": 447
@@ -772,10 +781,10 @@
"protocol_id": 314
},
"minecraft:chiseled_tuff": {
- "protocol_id": 951
+ "protocol_id": 952
},
"minecraft:chiseled_tuff_bricks": {
- "protocol_id": 956
+ "protocol_id": 957
},
"minecraft:chorus_flower": {
"protocol_id": 625
@@ -787,7 +796,7 @@
"protocol_id": 268
},
"minecraft:closed_eyeblossom": {
- "protocol_id": 1100
+ "protocol_id": 1101
},
"minecraft:coal_block": {
"protocol_id": 523
@@ -799,17 +808,17 @@
"protocol_id": 10
},
"minecraft:cobbled_deepslate": {
- "protocol_id": 1060
- },
- "minecraft:cobbled_deepslate_slab": {
- "protocol_id": 1062
- },
- "minecraft:cobbled_deepslate_stairs": {
"protocol_id": 1061
},
- "minecraft:cobbled_deepslate_wall": {
+ "minecraft:cobbled_deepslate_slab": {
"protocol_id": 1063
},
+ "minecraft:cobbled_deepslate_stairs": {
+ "protocol_id": 1062
+ },
+ "minecraft:cobbled_deepslate_wall": {
+ "protocol_id": 1064
+ },
"minecraft:cobblestone": {
"protocol_id": 12
},
@@ -835,49 +844,49 @@
"protocol_id": 441
},
"minecraft:composter": {
- "protocol_id": 868
+ "protocol_id": 869
},
"minecraft:conduit": {
- "protocol_id": 757
+ "protocol_id": 758
},
"minecraft:copper_block": {
- "protocol_id": 966
+ "protocol_id": 967
},
"minecraft:copper_bulb": {
- "protocol_id": 1032
+ "protocol_id": 1033
},
"minecraft:copper_door": {
- "protocol_id": 1008
+ "protocol_id": 1009
},
"minecraft:copper_grate": {
- "protocol_id": 1024
+ "protocol_id": 1025
},
"minecraft:copper_ore": {
- "protocol_id": 970
+ "protocol_id": 971
},
"minecraft:copper_trapdoor": {
- "protocol_id": 1016
+ "protocol_id": 1017
},
"minecraft:cornflower": {
"protocol_id": 168
},
"minecraft:cracked_deepslate_bricks": {
- "protocol_id": 1077
- },
- "minecraft:cracked_deepslate_tiles": {
"protocol_id": 1078
},
+ "minecraft:cracked_deepslate_tiles": {
+ "protocol_id": 1079
+ },
"minecraft:cracked_nether_bricks": {
- "protocol_id": 901
+ "protocol_id": 902
},
"minecraft:cracked_polished_blackstone_bricks": {
- "protocol_id": 889
+ "protocol_id": 890
},
"minecraft:cracked_stone_bricks": {
"protocol_id": 313
},
"minecraft:crafter": {
- "protocol_id": 1092
+ "protocol_id": 1093
},
"minecraft:crafting_table": {
"protocol_id": 193
@@ -892,70 +901,70 @@
"protocol_id": 430
},
"minecraft:crimson_button": {
- "protocol_id": 856
+ "protocol_id": 857
},
"minecraft:crimson_door": {
- "protocol_id": 858
+ "protocol_id": 859
},
"minecraft:crimson_fence": {
- "protocol_id": 848
+ "protocol_id": 849
},
"minecraft:crimson_fence_gate": {
- "protocol_id": 852
+ "protocol_id": 853
},
"minecraft:crimson_fungus": {
- "protocol_id": 835
+ "protocol_id": 836
},
"minecraft:crimson_hanging_sign": {
"protocol_id": 229
},
"minecraft:crimson_hyphae": {
- "protocol_id": 832
+ "protocol_id": 833
},
"minecraft:crimson_nylium": {
- "protocol_id": 834
+ "protocol_id": 835
},
"minecraft:crimson_planks": {
- "protocol_id": 842
+ "protocol_id": 843
},
"minecraft:crimson_pressure_plate": {
- "protocol_id": 846
+ "protocol_id": 847
},
"minecraft:crimson_roots": {
- "protocol_id": 841
+ "protocol_id": 842
},
"minecraft:crimson_sign": {
- "protocol_id": 860
+ "protocol_id": 861
},
"minecraft:crimson_slab": {
- "protocol_id": 844
+ "protocol_id": 845
},
"minecraft:crimson_stairs": {
- "protocol_id": 854
+ "protocol_id": 855
},
"minecraft:crimson_stem": {
- "protocol_id": 830
+ "protocol_id": 831
},
"minecraft:crimson_trapdoor": {
- "protocol_id": 850
+ "protocol_id": 851
},
"minecraft:crimson_wall_hanging_sign": {
"protocol_id": 242
},
"minecraft:crimson_wall_sign": {
- "protocol_id": 862
+ "protocol_id": 863
},
"minecraft:crying_obsidian": {
- "protocol_id": 876
+ "protocol_id": 877
},
"minecraft:cut_copper": {
- "protocol_id": 975
+ "protocol_id": 976
},
"minecraft:cut_copper_slab": {
- "protocol_id": 991
+ "protocol_id": 992
},
"minecraft:cut_copper_stairs": {
- "protocol_id": 987
+ "protocol_id": 988
},
"minecraft:cut_red_sandstone": {
"protocol_id": 565
@@ -976,10 +985,10 @@
"protocol_id": 119
},
"minecraft:cyan_candle": {
- "protocol_id": 913
+ "protocol_id": 914
},
"minecraft:cyan_candle_cake": {
- "protocol_id": 930
+ "protocol_id": 931
},
"minecraft:cyan_carpet": {
"protocol_id": 515
@@ -1081,91 +1090,91 @@
"protocol_id": 442
},
"minecraft:dead_brain_coral": {
- "protocol_id": 726
- },
- "minecraft:dead_brain_coral_block": {
- "protocol_id": 716
- },
- "minecraft:dead_brain_coral_fan": {
- "protocol_id": 736
- },
- "minecraft:dead_brain_coral_wall_fan": {
- "protocol_id": 746
- },
- "minecraft:dead_bubble_coral": {
"protocol_id": 727
},
- "minecraft:dead_bubble_coral_block": {
+ "minecraft:dead_brain_coral_block": {
"protocol_id": 717
},
- "minecraft:dead_bubble_coral_fan": {
+ "minecraft:dead_brain_coral_fan": {
"protocol_id": 737
},
- "minecraft:dead_bubble_coral_wall_fan": {
+ "minecraft:dead_brain_coral_wall_fan": {
"protocol_id": 747
},
+ "minecraft:dead_bubble_coral": {
+ "protocol_id": 728
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "protocol_id": 718
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "protocol_id": 738
+ },
+ "minecraft:dead_bubble_coral_wall_fan": {
+ "protocol_id": 748
+ },
"minecraft:dead_bush": {
"protocol_id": 132
},
"minecraft:dead_fire_coral": {
- "protocol_id": 728
- },
- "minecraft:dead_fire_coral_block": {
- "protocol_id": 718
- },
- "minecraft:dead_fire_coral_fan": {
- "protocol_id": 738
- },
- "minecraft:dead_fire_coral_wall_fan": {
- "protocol_id": 748
- },
- "minecraft:dead_horn_coral": {
"protocol_id": 729
},
- "minecraft:dead_horn_coral_block": {
+ "minecraft:dead_fire_coral_block": {
"protocol_id": 719
},
- "minecraft:dead_horn_coral_fan": {
+ "minecraft:dead_fire_coral_fan": {
"protocol_id": 739
},
- "minecraft:dead_horn_coral_wall_fan": {
+ "minecraft:dead_fire_coral_wall_fan": {
"protocol_id": 749
},
+ "minecraft:dead_horn_coral": {
+ "protocol_id": 730
+ },
+ "minecraft:dead_horn_coral_block": {
+ "protocol_id": 720
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "protocol_id": 740
+ },
+ "minecraft:dead_horn_coral_wall_fan": {
+ "protocol_id": 750
+ },
"minecraft:dead_tube_coral": {
- "protocol_id": 725
+ "protocol_id": 726
},
"minecraft:dead_tube_coral_block": {
- "protocol_id": 715
+ "protocol_id": 716
},
"minecraft:dead_tube_coral_fan": {
- "protocol_id": 735
+ "protocol_id": 736
},
"minecraft:dead_tube_coral_wall_fan": {
- "protocol_id": 745
+ "protocol_id": 746
},
"minecraft:decorated_pot": {
- "protocol_id": 1091
+ "protocol_id": 1092
},
"minecraft:deepslate": {
- "protocol_id": 1059
+ "protocol_id": 1060
},
"minecraft:deepslate_brick_slab": {
- "protocol_id": 1074
- },
- "minecraft:deepslate_brick_stairs": {
- "protocol_id": 1073
- },
- "minecraft:deepslate_brick_wall": {
"protocol_id": 1075
},
+ "minecraft:deepslate_brick_stairs": {
+ "protocol_id": 1074
+ },
+ "minecraft:deepslate_brick_wall": {
+ "protocol_id": 1076
+ },
"minecraft:deepslate_bricks": {
- "protocol_id": 1072
+ "protocol_id": 1073
},
"minecraft:deepslate_coal_ore": {
"protocol_id": 47
},
"minecraft:deepslate_copper_ore": {
- "protocol_id": 971
+ "protocol_id": 972
},
"minecraft:deepslate_diamond_ore": {
"protocol_id": 191
@@ -1186,16 +1195,16 @@
"protocol_id": 259
},
"minecraft:deepslate_tile_slab": {
- "protocol_id": 1070
- },
- "minecraft:deepslate_tile_stairs": {
- "protocol_id": 1069
- },
- "minecraft:deepslate_tile_wall": {
"protocol_id": 1071
},
+ "minecraft:deepslate_tile_stairs": {
+ "protocol_id": 1070
+ },
+ "minecraft:deepslate_tile_wall": {
+ "protocol_id": 1072
+ },
"minecraft:deepslate_tiles": {
- "protocol_id": 1068
+ "protocol_id": 1069
},
"minecraft:detector_rail": {
"protocol_id": 127
@@ -1210,13 +1219,13 @@
"protocol_id": 4
},
"minecraft:diorite_slab": {
- "protocol_id": 790
+ "protocol_id": 791
},
"minecraft:diorite_stairs": {
- "protocol_id": 777
+ "protocol_id": 778
},
"minecraft:diorite_wall": {
- "protocol_id": 803
+ "protocol_id": 804
},
"minecraft:dirt": {
"protocol_id": 9
@@ -1236,11 +1245,14 @@
"minecraft:dragon_wall_head": {
"protocol_id": 432
},
+ "minecraft:dried_ghast": {
+ "protocol_id": 715
+ },
"minecraft:dried_kelp_block": {
"protocol_id": 712
},
"minecraft:dripstone_block": {
- "protocol_id": 1042
+ "protocol_id": 1043
},
"minecraft:dropper": {
"protocol_id": 451
@@ -1270,13 +1282,13 @@
"protocol_id": 362
},
"minecraft:end_stone_brick_slab": {
- "protocol_id": 783
+ "protocol_id": 784
},
"minecraft:end_stone_brick_stairs": {
- "protocol_id": 769
+ "protocol_id": 770
},
"minecraft:end_stone_brick_wall": {
- "protocol_id": 802
+ "protocol_id": 803
},
"minecraft:end_stone_bricks": {
"protocol_id": 629
@@ -1285,31 +1297,31 @@
"protocol_id": 369
},
"minecraft:exposed_chiseled_copper": {
- "protocol_id": 978
+ "protocol_id": 979
},
"minecraft:exposed_copper": {
- "protocol_id": 967
+ "protocol_id": 968
},
"minecraft:exposed_copper_bulb": {
- "protocol_id": 1033
+ "protocol_id": 1034
},
"minecraft:exposed_copper_door": {
- "protocol_id": 1009
+ "protocol_id": 1010
},
"minecraft:exposed_copper_grate": {
- "protocol_id": 1025
+ "protocol_id": 1026
},
"minecraft:exposed_copper_trapdoor": {
- "protocol_id": 1017
+ "protocol_id": 1018
},
"minecraft:exposed_cut_copper": {
- "protocol_id": 974
+ "protocol_id": 975
},
"minecraft:exposed_cut_copper_slab": {
- "protocol_id": 990
+ "protocol_id": 991
},
"minecraft:exposed_cut_copper_stairs": {
- "protocol_id": 986
+ "protocol_id": 987
},
"minecraft:farmland": {
"protocol_id": 195
@@ -1321,34 +1333,34 @@
"protocol_id": 183
},
"minecraft:fire_coral": {
- "protocol_id": 733
+ "protocol_id": 734
},
"minecraft:fire_coral_block": {
- "protocol_id": 723
+ "protocol_id": 724
},
"minecraft:fire_coral_fan": {
- "protocol_id": 743
+ "protocol_id": 744
},
"minecraft:fire_coral_wall_fan": {
- "protocol_id": 753
+ "protocol_id": 754
},
"minecraft:firefly_bush": {
- "protocol_id": 1103
+ "protocol_id": 1104
},
"minecraft:fletching_table": {
- "protocol_id": 810
+ "protocol_id": 811
},
"minecraft:flower_pot": {
"protocol_id": 380
},
"minecraft:flowering_azalea": {
- "protocol_id": 1047
+ "protocol_id": 1048
},
"minecraft:flowering_azalea_leaves": {
"protocol_id": 98
},
"minecraft:frogspawn": {
- "protocol_id": 1089
+ "protocol_id": 1090
},
"minecraft:frosted_ice": {
"protocol_id": 638
@@ -1357,7 +1369,7 @@
"protocol_id": 196
},
"minecraft:gilded_blackstone": {
- "protocol_id": 894
+ "protocol_id": 895
},
"minecraft:glass": {
"protocol_id": 101
@@ -1381,13 +1393,13 @@
"protocol_id": 2
},
"minecraft:granite_slab": {
- "protocol_id": 786
+ "protocol_id": 787
},
"minecraft:granite_stairs": {
- "protocol_id": 773
+ "protocol_id": 774
},
"minecraft:granite_wall": {
- "protocol_id": 795
+ "protocol_id": 796
},
"minecraft:grass_block": {
"protocol_id": 8
@@ -1402,10 +1414,10 @@
"protocol_id": 117
},
"minecraft:gray_candle": {
- "protocol_id": 911
+ "protocol_id": 912
},
"minecraft:gray_candle_cake": {
- "protocol_id": 928
+ "protocol_id": 929
},
"minecraft:gray_carpet": {
"protocol_id": 513
@@ -1444,10 +1456,10 @@
"protocol_id": 123
},
"minecraft:green_candle": {
- "protocol_id": 917
+ "protocol_id": 918
},
"minecraft:green_candle_cake": {
- "protocol_id": 934
+ "protocol_id": 935
},
"minecraft:green_carpet": {
"protocol_id": 519
@@ -1480,40 +1492,40 @@
"protocol_id": 153
},
"minecraft:grindstone": {
- "protocol_id": 811
+ "protocol_id": 812
},
"minecraft:hanging_roots": {
- "protocol_id": 1056
+ "protocol_id": 1057
},
"minecraft:hay_block": {
"protocol_id": 505
},
"minecraft:heavy_core": {
- "protocol_id": 1095
+ "protocol_id": 1096
},
"minecraft:heavy_weighted_pressure_plate": {
"protocol_id": 440
},
"minecraft:honey_block": {
- "protocol_id": 872
+ "protocol_id": 873
},
"minecraft:honeycomb_block": {
- "protocol_id": 873
+ "protocol_id": 874
},
"minecraft:hopper": {
"protocol_id": 445
},
"minecraft:horn_coral": {
- "protocol_id": 734
+ "protocol_id": 735
},
"minecraft:horn_coral_block": {
- "protocol_id": 724
+ "protocol_id": 725
},
"minecraft:horn_coral_fan": {
- "protocol_id": 744
+ "protocol_id": 745
},
"minecraft:horn_coral_wall_fan": {
- "protocol_id": 754
+ "protocol_id": 755
},
"minecraft:ice": {
"protocol_id": 264
@@ -1528,7 +1540,7 @@
"protocol_id": 321
},
"minecraft:infested_deepslate": {
- "protocol_id": 1079
+ "protocol_id": 1080
},
"minecraft:infested_mossy_stone_bricks": {
"protocol_id": 320
@@ -1558,7 +1570,7 @@
"protocol_id": 282
},
"minecraft:jigsaw": {
- "protocol_id": 865
+ "protocol_id": 866
},
"minecraft:jukebox": {
"protocol_id": 270
@@ -1624,7 +1636,7 @@
"protocol_id": 208
},
"minecraft:lantern": {
- "protocol_id": 816
+ "protocol_id": 817
},
"minecraft:lapis_block": {
"protocol_id": 104
@@ -1633,7 +1645,7 @@
"protocol_id": 102
},
"minecraft:large_amethyst_bud": {
- "protocol_id": 940
+ "protocol_id": 941
},
"minecraft:large_fern": {
"protocol_id": 530
@@ -1645,10 +1657,10 @@
"protocol_id": 358
},
"minecraft:leaf_litter": {
- "protocol_id": 1051
+ "protocol_id": 1052
},
"minecraft:lectern": {
- "protocol_id": 812
+ "protocol_id": 813
},
"minecraft:lever": {
"protocol_id": 245
@@ -1663,10 +1675,10 @@
"protocol_id": 113
},
"minecraft:light_blue_candle": {
- "protocol_id": 907
+ "protocol_id": 908
},
"minecraft:light_blue_candle_cake": {
- "protocol_id": 924
+ "protocol_id": 925
},
"minecraft:light_blue_carpet": {
"protocol_id": 509
@@ -1705,10 +1717,10 @@
"protocol_id": 118
},
"minecraft:light_gray_candle": {
- "protocol_id": 912
+ "protocol_id": 913
},
"minecraft:light_gray_candle_cake": {
- "protocol_id": 929
+ "protocol_id": 930
},
"minecraft:light_gray_carpet": {
"protocol_id": 514
@@ -1744,7 +1756,7 @@
"protocol_id": 439
},
"minecraft:lightning_rod": {
- "protocol_id": 1040
+ "protocol_id": 1041
},
"minecraft:lilac": {
"protocol_id": 526
@@ -1762,10 +1774,10 @@
"protocol_id": 115
},
"minecraft:lime_candle": {
- "protocol_id": 909
+ "protocol_id": 910
},
"minecraft:lime_candle_cake": {
- "protocol_id": 926
+ "protocol_id": 927
},
"minecraft:lime_carpet": {
"protocol_id": 511
@@ -1798,10 +1810,10 @@
"protocol_id": 145
},
"minecraft:lodestone": {
- "protocol_id": 882
+ "protocol_id": 883
},
"minecraft:loom": {
- "protocol_id": 805
+ "protocol_id": 806
},
"minecraft:magenta_banner": {
"protocol_id": 533
@@ -1810,10 +1822,10 @@
"protocol_id": 112
},
"minecraft:magenta_candle": {
- "protocol_id": 906
+ "protocol_id": 907
},
"minecraft:magenta_candle_cake": {
- "protocol_id": 923
+ "protocol_id": 924
},
"minecraft:magenta_carpet": {
"protocol_id": 508
@@ -1903,7 +1915,7 @@
"protocol_id": 78
},
"minecraft:medium_amethyst_bud": {
- "protocol_id": 941
+ "protocol_id": 942
},
"minecraft:melon": {
"protocol_id": 330
@@ -1912,31 +1924,31 @@
"protocol_id": 334
},
"minecraft:moss_block": {
- "protocol_id": 1052
+ "protocol_id": 1053
},
"minecraft:moss_carpet": {
- "protocol_id": 1048
+ "protocol_id": 1049
},
"minecraft:mossy_cobblestone": {
"protocol_id": 179
},
"minecraft:mossy_cobblestone_slab": {
- "protocol_id": 782
+ "protocol_id": 783
},
"minecraft:mossy_cobblestone_stairs": {
- "protocol_id": 768
+ "protocol_id": 769
},
"minecraft:mossy_cobblestone_wall": {
"protocol_id": 379
},
"minecraft:mossy_stone_brick_slab": {
- "protocol_id": 780
+ "protocol_id": 781
},
"minecraft:mossy_stone_brick_stairs": {
- "protocol_id": 766
+ "protocol_id": 767
},
"minecraft:mossy_stone_brick_wall": {
- "protocol_id": 794
+ "protocol_id": 795
},
"minecraft:mossy_stone_bricks": {
"protocol_id": 312
@@ -1945,7 +1957,7 @@
"protocol_id": 156
},
"minecraft:mud": {
- "protocol_id": 1058
+ "protocol_id": 1059
},
"minecraft:mud_brick_slab": {
"protocol_id": 586
@@ -1954,7 +1966,7 @@
"protocol_id": 341
},
"minecraft:mud_brick_wall": {
- "protocol_id": 797
+ "protocol_id": 798
},
"minecraft:mud_bricks": {
"protocol_id": 316
@@ -1978,7 +1990,7 @@
"protocol_id": 352
},
"minecraft:nether_brick_wall": {
- "protocol_id": 798
+ "protocol_id": 799
},
"minecraft:nether_bricks": {
"protocol_id": 350
@@ -1993,7 +2005,7 @@
"protocol_id": 444
},
"minecraft:nether_sprouts": {
- "protocol_id": 829
+ "protocol_id": 830
},
"minecraft:nether_wart": {
"protocol_id": 353
@@ -2002,7 +2014,7 @@
"protocol_id": 640
},
"minecraft:netherite_block": {
- "protocol_id": 874
+ "protocol_id": 875
},
"minecraft:netherrack": {
"protocol_id": 272
@@ -2068,10 +2080,10 @@
"protocol_id": 180
},
"minecraft:ochre_froglight": {
- "protocol_id": 1086
+ "protocol_id": 1087
},
"minecraft:open_eyeblossom": {
- "protocol_id": 1099
+ "protocol_id": 1100
},
"minecraft:orange_banner": {
"protocol_id": 532
@@ -2080,10 +2092,10 @@
"protocol_id": 111
},
"minecraft:orange_candle": {
- "protocol_id": 905
+ "protocol_id": 906
},
"minecraft:orange_candle_cake": {
- "protocol_id": 922
+ "protocol_id": 923
},
"minecraft:orange_carpet": {
"protocol_id": 507
@@ -2122,31 +2134,31 @@
"protocol_id": 167
},
"minecraft:oxidized_chiseled_copper": {
- "protocol_id": 976
+ "protocol_id": 977
},
"minecraft:oxidized_copper": {
- "protocol_id": 969
+ "protocol_id": 970
},
"minecraft:oxidized_copper_bulb": {
- "protocol_id": 1035
+ "protocol_id": 1036
},
"minecraft:oxidized_copper_door": {
- "protocol_id": 1010
+ "protocol_id": 1011
},
"minecraft:oxidized_copper_grate": {
- "protocol_id": 1027
+ "protocol_id": 1028
},
"minecraft:oxidized_copper_trapdoor": {
- "protocol_id": 1018
+ "protocol_id": 1019
},
"minecraft:oxidized_cut_copper": {
- "protocol_id": 972
+ "protocol_id": 973
},
"minecraft:oxidized_cut_copper_slab": {
- "protocol_id": 988
+ "protocol_id": 989
},
"minecraft:oxidized_cut_copper_stairs": {
- "protocol_id": 984
+ "protocol_id": 985
},
"minecraft:packed_ice": {
"protocol_id": 524
@@ -2155,13 +2167,13 @@
"protocol_id": 315
},
"minecraft:pale_hanging_moss": {
- "protocol_id": 1098
+ "protocol_id": 1099
},
"minecraft:pale_moss_block": {
- "protocol_id": 1096
+ "protocol_id": 1097
},
"minecraft:pale_moss_carpet": {
- "protocol_id": 1097
+ "protocol_id": 1098
},
"minecraft:pale_oak_button": {
"protocol_id": 418
@@ -2215,7 +2227,7 @@
"protocol_id": 20
},
"minecraft:pearlescent_froglight": {
- "protocol_id": 1088
+ "protocol_id": 1089
},
"minecraft:peony": {
"protocol_id": 528
@@ -2236,10 +2248,10 @@
"protocol_id": 116
},
"minecraft:pink_candle": {
- "protocol_id": 910
+ "protocol_id": 911
},
"minecraft:pink_candle_cake": {
- "protocol_id": 927
+ "protocol_id": 928
},
"minecraft:pink_carpet": {
"protocol_id": 512
@@ -2254,7 +2266,7 @@
"protocol_id": 668
},
"minecraft:pink_petals": {
- "protocol_id": 1049
+ "protocol_id": 1050
},
"minecraft:pink_shulker_box": {
"protocol_id": 652
@@ -2299,92 +2311,92 @@
"protocol_id": 11
},
"minecraft:pointed_dripstone": {
- "protocol_id": 1041
+ "protocol_id": 1042
},
"minecraft:polished_andesite": {
"protocol_id": 7
},
"minecraft:polished_andesite_slab": {
- "protocol_id": 789
+ "protocol_id": 790
},
"minecraft:polished_andesite_stairs": {
- "protocol_id": 776
+ "protocol_id": 777
},
"minecraft:polished_basalt": {
"protocol_id": 276
},
"minecraft:polished_blackstone": {
- "protocol_id": 887
- },
- "minecraft:polished_blackstone_brick_slab": {
- "protocol_id": 891
- },
- "minecraft:polished_blackstone_brick_stairs": {
- "protocol_id": 892
- },
- "minecraft:polished_blackstone_brick_wall": {
- "protocol_id": 893
- },
- "minecraft:polished_blackstone_bricks": {
"protocol_id": 888
},
+ "minecraft:polished_blackstone_brick_slab": {
+ "protocol_id": 892
+ },
+ "minecraft:polished_blackstone_brick_stairs": {
+ "protocol_id": 893
+ },
+ "minecraft:polished_blackstone_brick_wall": {
+ "protocol_id": 894
+ },
+ "minecraft:polished_blackstone_bricks": {
+ "protocol_id": 889
+ },
"minecraft:polished_blackstone_button": {
- "protocol_id": 898
- },
- "minecraft:polished_blackstone_pressure_plate": {
- "protocol_id": 897
- },
- "minecraft:polished_blackstone_slab": {
- "protocol_id": 896
- },
- "minecraft:polished_blackstone_stairs": {
- "protocol_id": 895
- },
- "minecraft:polished_blackstone_wall": {
"protocol_id": 899
},
+ "minecraft:polished_blackstone_pressure_plate": {
+ "protocol_id": 898
+ },
+ "minecraft:polished_blackstone_slab": {
+ "protocol_id": 897
+ },
+ "minecraft:polished_blackstone_stairs": {
+ "protocol_id": 896
+ },
+ "minecraft:polished_blackstone_wall": {
+ "protocol_id": 900
+ },
"minecraft:polished_deepslate": {
- "protocol_id": 1064
- },
- "minecraft:polished_deepslate_slab": {
- "protocol_id": 1066
- },
- "minecraft:polished_deepslate_stairs": {
"protocol_id": 1065
},
- "minecraft:polished_deepslate_wall": {
+ "minecraft:polished_deepslate_slab": {
"protocol_id": 1067
},
+ "minecraft:polished_deepslate_stairs": {
+ "protocol_id": 1066
+ },
+ "minecraft:polished_deepslate_wall": {
+ "protocol_id": 1068
+ },
"minecraft:polished_diorite": {
"protocol_id": 5
},
"minecraft:polished_diorite_slab": {
- "protocol_id": 781
+ "protocol_id": 782
},
"minecraft:polished_diorite_stairs": {
- "protocol_id": 767
+ "protocol_id": 768
},
"minecraft:polished_granite": {
"protocol_id": 3
},
"minecraft:polished_granite_slab": {
- "protocol_id": 778
+ "protocol_id": 779
},
"minecraft:polished_granite_stairs": {
- "protocol_id": 764
+ "protocol_id": 765
},
"minecraft:polished_tuff": {
- "protocol_id": 947
- },
- "minecraft:polished_tuff_slab": {
"protocol_id": 948
},
- "minecraft:polished_tuff_stairs": {
+ "minecraft:polished_tuff_slab": {
"protocol_id": 949
},
- "minecraft:polished_tuff_wall": {
+ "minecraft:polished_tuff_stairs": {
"protocol_id": 950
},
+ "minecraft:polished_tuff_wall": {
+ "protocol_id": 951
+ },
"minecraft:poppy": {
"protocol_id": 159
},
@@ -2398,13 +2410,13 @@
"protocol_id": 395
},
"minecraft:potted_azalea_bush": {
- "protocol_id": 1084
+ "protocol_id": 1085
},
"minecraft:potted_azure_bluet": {
"protocol_id": 396
},
"minecraft:potted_bamboo": {
- "protocol_id": 760
+ "protocol_id": 761
},
"minecraft:potted_birch_sapling": {
"protocol_id": 384
@@ -2422,16 +2434,16 @@
"protocol_id": 387
},
"minecraft:potted_closed_eyeblossom": {
- "protocol_id": 1102
+ "protocol_id": 1103
},
"minecraft:potted_cornflower": {
"protocol_id": 402
},
"minecraft:potted_crimson_fungus": {
- "protocol_id": 878
+ "protocol_id": 879
},
"minecraft:potted_crimson_roots": {
- "protocol_id": 880
+ "protocol_id": 881
},
"minecraft:potted_dandelion": {
"protocol_id": 392
@@ -2446,7 +2458,7 @@
"protocol_id": 391
},
"minecraft:potted_flowering_azalea_bush": {
- "protocol_id": 1085
+ "protocol_id": 1086
},
"minecraft:potted_jungle_sapling": {
"protocol_id": 385
@@ -2461,7 +2473,7 @@
"protocol_id": 382
},
"minecraft:potted_open_eyeblossom": {
- "protocol_id": 1101
+ "protocol_id": 1102
},
"minecraft:potted_orange_tulip": {
"protocol_id": 398
@@ -2491,10 +2503,10 @@
"protocol_id": 381
},
"minecraft:potted_warped_fungus": {
- "protocol_id": 879
+ "protocol_id": 880
},
"minecraft:potted_warped_roots": {
- "protocol_id": 881
+ "protocol_id": 882
},
"minecraft:potted_white_tulip": {
"protocol_id": 399
@@ -2503,7 +2515,7 @@
"protocol_id": 404
},
"minecraft:powder_snow": {
- "protocol_id": 959
+ "protocol_id": 960
},
"minecraft:powder_snow_cauldron": {
"protocol_id": 359
@@ -2530,7 +2542,7 @@
"protocol_id": 498
},
"minecraft:prismarine_wall": {
- "protocol_id": 792
+ "protocol_id": 793
},
"minecraft:pumpkin": {
"protocol_id": 329
@@ -2545,10 +2557,10 @@
"protocol_id": 120
},
"minecraft:purple_candle": {
- "protocol_id": 914
+ "protocol_id": 915
},
"minecraft:purple_candle_cake": {
- "protocol_id": 931
+ "protocol_id": 932
},
"minecraft:purple_carpet": {
"protocol_id": 516
@@ -2596,7 +2608,7 @@
"protocol_id": 446
},
"minecraft:quartz_bricks": {
- "protocol_id": 902
+ "protocol_id": 903
},
"minecraft:quartz_pillar": {
"protocol_id": 448
@@ -2611,13 +2623,13 @@
"protocol_id": 209
},
"minecraft:raw_copper_block": {
- "protocol_id": 1082
- },
- "minecraft:raw_gold_block": {
"protocol_id": 1083
},
+ "minecraft:raw_gold_block": {
+ "protocol_id": 1084
+ },
"minecraft:raw_iron_block": {
- "protocol_id": 1081
+ "protocol_id": 1082
},
"minecraft:red_banner": {
"protocol_id": 545
@@ -2626,10 +2638,10 @@
"protocol_id": 124
},
"minecraft:red_candle": {
- "protocol_id": 918
+ "protocol_id": 919
},
"minecraft:red_candle_cake": {
- "protocol_id": 935
+ "protocol_id": 936
},
"minecraft:red_carpet": {
"protocol_id": 520
@@ -2650,13 +2662,13 @@
"protocol_id": 324
},
"minecraft:red_nether_brick_slab": {
- "protocol_id": 788
+ "protocol_id": 789
},
"minecraft:red_nether_brick_stairs": {
- "protocol_id": 775
+ "protocol_id": 776
},
"minecraft:red_nether_brick_wall": {
- "protocol_id": 800
+ "protocol_id": 801
},
"minecraft:red_nether_bricks": {
"protocol_id": 641
@@ -2674,7 +2686,7 @@
"protocol_id": 566
},
"minecraft:red_sandstone_wall": {
- "protocol_id": 793
+ "protocol_id": 794
},
"minecraft:red_shulker_box": {
"protocol_id": 660
@@ -2716,7 +2728,7 @@
"protocol_id": 189
},
"minecraft:reinforced_deepslate": {
- "protocol_id": 1090
+ "protocol_id": 1091
},
"minecraft:repeater": {
"protocol_id": 284
@@ -2743,10 +2755,10 @@
"protocol_id": 337
},
"minecraft:respawn_anchor": {
- "protocol_id": 877
+ "protocol_id": 878
},
"minecraft:rooted_dirt": {
- "protocol_id": 1057
+ "protocol_id": 1058
},
"minecraft:rose_bush": {
"protocol_id": 527
@@ -2764,31 +2776,31 @@
"protocol_id": 366
},
"minecraft:sandstone_wall": {
- "protocol_id": 801
+ "protocol_id": 802
},
"minecraft:scaffolding": {
- "protocol_id": 804
+ "protocol_id": 805
},
"minecraft:sculk": {
- "protocol_id": 962
+ "protocol_id": 963
},
"minecraft:sculk_catalyst": {
- "protocol_id": 964
- },
- "minecraft:sculk_sensor": {
- "protocol_id": 960
- },
- "minecraft:sculk_shrieker": {
"protocol_id": 965
},
+ "minecraft:sculk_sensor": {
+ "protocol_id": 961
+ },
+ "minecraft:sculk_shrieker": {
+ "protocol_id": 966
+ },
"minecraft:sculk_vein": {
- "protocol_id": 963
+ "protocol_id": 964
},
"minecraft:sea_lantern": {
"protocol_id": 504
},
"minecraft:sea_pickle": {
- "protocol_id": 755
+ "protocol_id": 756
},
"minecraft:seagrass": {
"protocol_id": 136
@@ -2800,7 +2812,7 @@
"protocol_id": 130
},
"minecraft:shroomlight": {
- "protocol_id": 836
+ "protocol_id": 837
},
"minecraft:shulker_box": {
"protocol_id": 645
@@ -2815,46 +2827,46 @@
"protocol_id": 491
},
"minecraft:small_amethyst_bud": {
- "protocol_id": 942
+ "protocol_id": 943
},
"minecraft:small_dripleaf": {
- "protocol_id": 1055
+ "protocol_id": 1056
},
"minecraft:smithing_table": {
- "protocol_id": 813
+ "protocol_id": 814
},
"minecraft:smoker": {
- "protocol_id": 807
+ "protocol_id": 808
},
"minecraft:smooth_basalt": {
- "protocol_id": 1080
+ "protocol_id": 1081
},
"minecraft:smooth_quartz": {
"protocol_id": 594
},
"minecraft:smooth_quartz_slab": {
- "protocol_id": 785
+ "protocol_id": 786
},
"minecraft:smooth_quartz_stairs": {
- "protocol_id": 772
+ "protocol_id": 773
},
"minecraft:smooth_red_sandstone": {
"protocol_id": 595
},
"minecraft:smooth_red_sandstone_slab": {
- "protocol_id": 779
+ "protocol_id": 780
},
"minecraft:smooth_red_sandstone_stairs": {
- "protocol_id": 765
+ "protocol_id": 766
},
"minecraft:smooth_sandstone": {
"protocol_id": 593
},
"minecraft:smooth_sandstone_slab": {
- "protocol_id": 784
+ "protocol_id": 785
},
"minecraft:smooth_sandstone_stairs": {
- "protocol_id": 771
+ "protocol_id": 772
},
"minecraft:smooth_stone": {
"protocol_id": 592
@@ -2872,13 +2884,13 @@
"protocol_id": 265
},
"minecraft:soul_campfire": {
- "protocol_id": 819
+ "protocol_id": 820
},
"minecraft:soul_fire": {
"protocol_id": 184
},
"minecraft:soul_lantern": {
- "protocol_id": 817
+ "protocol_id": 818
},
"minecraft:soul_sand": {
"protocol_id": 273
@@ -2899,7 +2911,7 @@
"protocol_id": 99
},
"minecraft:spore_blossom": {
- "protocol_id": 1045
+ "protocol_id": 1046
},
"minecraft:spruce_button": {
"protocol_id": 412
@@ -2965,7 +2977,7 @@
"protocol_id": 340
},
"minecraft:stone_brick_wall": {
- "protocol_id": 796
+ "protocol_id": 797
},
"minecraft:stone_bricks": {
"protocol_id": 311
@@ -2980,10 +2992,10 @@
"protocol_id": 578
},
"minecraft:stone_stairs": {
- "protocol_id": 770
+ "protocol_id": 771
},
"minecraft:stonecutter": {
- "protocol_id": 814
+ "protocol_id": 815
},
"minecraft:stripped_acacia_log": {
"protocol_id": 64
@@ -3007,10 +3019,10 @@
"protocol_id": 84
},
"minecraft:stripped_crimson_hyphae": {
- "protocol_id": 833
+ "protocol_id": 834
},
"minecraft:stripped_crimson_stem": {
- "protocol_id": 831
+ "protocol_id": 832
},
"minecraft:stripped_dark_oak_log": {
"protocol_id": 66
@@ -3049,13 +3061,13 @@
"protocol_id": 80
},
"minecraft:stripped_warped_hyphae": {
- "protocol_id": 824
+ "protocol_id": 825
},
"minecraft:stripped_warped_stem": {
- "protocol_id": 822
+ "protocol_id": 823
},
"minecraft:structure_block": {
- "protocol_id": 864
+ "protocol_id": 865
},
"minecraft:structure_void": {
"protocol_id": 643
@@ -3073,7 +3085,7 @@
"protocol_id": 38
},
"minecraft:sweet_berry_bush": {
- "protocol_id": 820
+ "protocol_id": 821
},
"minecraft:tall_dry_grass": {
"protocol_id": 135
@@ -3085,19 +3097,19 @@
"protocol_id": 137
},
"minecraft:target": {
- "protocol_id": 869
+ "protocol_id": 870
},
"minecraft:terracotta": {
"protocol_id": 522
},
"minecraft:test_block": {
- "protocol_id": 866
- },
- "minecraft:test_instance_block": {
"protocol_id": 867
},
+ "minecraft:test_instance_block": {
+ "protocol_id": 868
+ },
"minecraft:tinted_glass": {
- "protocol_id": 958
+ "protocol_id": 959
},
"minecraft:tnt": {
"protocol_id": 176
@@ -3115,7 +3127,7 @@
"protocol_id": 438
},
"minecraft:trial_spawner": {
- "protocol_id": 1093
+ "protocol_id": 1094
},
"minecraft:tripwire": {
"protocol_id": 371
@@ -3124,121 +3136,121 @@
"protocol_id": 370
},
"minecraft:tube_coral": {
- "protocol_id": 730
+ "protocol_id": 731
},
"minecraft:tube_coral_block": {
- "protocol_id": 720
+ "protocol_id": 721
},
"minecraft:tube_coral_fan": {
- "protocol_id": 740
+ "protocol_id": 741
},
"minecraft:tube_coral_wall_fan": {
- "protocol_id": 750
+ "protocol_id": 751
},
"minecraft:tuff": {
- "protocol_id": 943
- },
- "minecraft:tuff_brick_slab": {
- "protocol_id": 953
- },
- "minecraft:tuff_brick_stairs": {
- "protocol_id": 954
- },
- "minecraft:tuff_brick_wall": {
- "protocol_id": 955
- },
- "minecraft:tuff_bricks": {
- "protocol_id": 952
- },
- "minecraft:tuff_slab": {
"protocol_id": 944
},
- "minecraft:tuff_stairs": {
+ "minecraft:tuff_brick_slab": {
+ "protocol_id": 954
+ },
+ "minecraft:tuff_brick_stairs": {
+ "protocol_id": 955
+ },
+ "minecraft:tuff_brick_wall": {
+ "protocol_id": 956
+ },
+ "minecraft:tuff_bricks": {
+ "protocol_id": 953
+ },
+ "minecraft:tuff_slab": {
"protocol_id": 945
},
- "minecraft:tuff_wall": {
+ "minecraft:tuff_stairs": {
"protocol_id": 946
},
+ "minecraft:tuff_wall": {
+ "protocol_id": 947
+ },
"minecraft:turtle_egg": {
"protocol_id": 713
},
"minecraft:twisting_vines": {
- "protocol_id": 839
- },
- "minecraft:twisting_vines_plant": {
"protocol_id": 840
},
+ "minecraft:twisting_vines_plant": {
+ "protocol_id": 841
+ },
"minecraft:vault": {
- "protocol_id": 1094
+ "protocol_id": 1095
},
"minecraft:verdant_froglight": {
- "protocol_id": 1087
+ "protocol_id": 1088
},
"minecraft:vine": {
"protocol_id": 335
},
"minecraft:void_air": {
- "protocol_id": 761
+ "protocol_id": 762
},
"minecraft:wall_torch": {
"protocol_id": 182
},
"minecraft:warped_button": {
- "protocol_id": 857
+ "protocol_id": 858
},
"minecraft:warped_door": {
- "protocol_id": 859
+ "protocol_id": 860
},
"minecraft:warped_fence": {
- "protocol_id": 849
+ "protocol_id": 850
},
"minecraft:warped_fence_gate": {
- "protocol_id": 853
+ "protocol_id": 854
},
"minecraft:warped_fungus": {
- "protocol_id": 826
+ "protocol_id": 827
},
"minecraft:warped_hanging_sign": {
"protocol_id": 230
},
"minecraft:warped_hyphae": {
- "protocol_id": 823
+ "protocol_id": 824
},
"minecraft:warped_nylium": {
- "protocol_id": 825
+ "protocol_id": 826
},
"minecraft:warped_planks": {
- "protocol_id": 843
+ "protocol_id": 844
},
"minecraft:warped_pressure_plate": {
- "protocol_id": 847
+ "protocol_id": 848
},
"minecraft:warped_roots": {
- "protocol_id": 828
+ "protocol_id": 829
},
"minecraft:warped_sign": {
- "protocol_id": 861
+ "protocol_id": 862
},
"minecraft:warped_slab": {
- "protocol_id": 845
+ "protocol_id": 846
},
"minecraft:warped_stairs": {
- "protocol_id": 855
+ "protocol_id": 856
},
"minecraft:warped_stem": {
- "protocol_id": 821
+ "protocol_id": 822
},
"minecraft:warped_trapdoor": {
- "protocol_id": 851
+ "protocol_id": 852
},
"minecraft:warped_wall_hanging_sign": {
"protocol_id": 243
},
"minecraft:warped_wall_sign": {
- "protocol_id": 863
+ "protocol_id": 864
},
"minecraft:warped_wart_block": {
- "protocol_id": 827
+ "protocol_id": 828
},
"minecraft:water": {
"protocol_id": 35
@@ -3247,145 +3259,145 @@
"protocol_id": 357
},
"minecraft:waxed_chiseled_copper": {
- "protocol_id": 983
+ "protocol_id": 984
},
"minecraft:waxed_copper_block": {
- "protocol_id": 992
- },
- "minecraft:waxed_copper_bulb": {
- "protocol_id": 1036
- },
- "minecraft:waxed_copper_door": {
- "protocol_id": 1012
- },
- "minecraft:waxed_copper_grate": {
- "protocol_id": 1028
- },
- "minecraft:waxed_copper_trapdoor": {
- "protocol_id": 1020
- },
- "minecraft:waxed_cut_copper": {
- "protocol_id": 999
- },
- "minecraft:waxed_cut_copper_slab": {
- "protocol_id": 1007
- },
- "minecraft:waxed_cut_copper_stairs": {
- "protocol_id": 1003
- },
- "minecraft:waxed_exposed_chiseled_copper": {
- "protocol_id": 982
- },
- "minecraft:waxed_exposed_copper": {
- "protocol_id": 994
- },
- "minecraft:waxed_exposed_copper_bulb": {
- "protocol_id": 1037
- },
- "minecraft:waxed_exposed_copper_door": {
- "protocol_id": 1013
- },
- "minecraft:waxed_exposed_copper_grate": {
- "protocol_id": 1029
- },
- "minecraft:waxed_exposed_copper_trapdoor": {
- "protocol_id": 1021
- },
- "minecraft:waxed_exposed_cut_copper": {
- "protocol_id": 998
- },
- "minecraft:waxed_exposed_cut_copper_slab": {
- "protocol_id": 1006
- },
- "minecraft:waxed_exposed_cut_copper_stairs": {
- "protocol_id": 1002
- },
- "minecraft:waxed_oxidized_chiseled_copper": {
- "protocol_id": 980
- },
- "minecraft:waxed_oxidized_copper": {
- "protocol_id": 995
- },
- "minecraft:waxed_oxidized_copper_bulb": {
- "protocol_id": 1039
- },
- "minecraft:waxed_oxidized_copper_door": {
- "protocol_id": 1014
- },
- "minecraft:waxed_oxidized_copper_grate": {
- "protocol_id": 1031
- },
- "minecraft:waxed_oxidized_copper_trapdoor": {
- "protocol_id": 1022
- },
- "minecraft:waxed_oxidized_cut_copper": {
- "protocol_id": 996
- },
- "minecraft:waxed_oxidized_cut_copper_slab": {
- "protocol_id": 1004
- },
- "minecraft:waxed_oxidized_cut_copper_stairs": {
- "protocol_id": 1000
- },
- "minecraft:waxed_weathered_chiseled_copper": {
- "protocol_id": 981
- },
- "minecraft:waxed_weathered_copper": {
"protocol_id": 993
},
- "minecraft:waxed_weathered_copper_bulb": {
+ "minecraft:waxed_copper_bulb": {
+ "protocol_id": 1037
+ },
+ "minecraft:waxed_copper_door": {
+ "protocol_id": 1013
+ },
+ "minecraft:waxed_copper_grate": {
+ "protocol_id": 1029
+ },
+ "minecraft:waxed_copper_trapdoor": {
+ "protocol_id": 1021
+ },
+ "minecraft:waxed_cut_copper": {
+ "protocol_id": 1000
+ },
+ "minecraft:waxed_cut_copper_slab": {
+ "protocol_id": 1008
+ },
+ "minecraft:waxed_cut_copper_stairs": {
+ "protocol_id": 1004
+ },
+ "minecraft:waxed_exposed_chiseled_copper": {
+ "protocol_id": 983
+ },
+ "minecraft:waxed_exposed_copper": {
+ "protocol_id": 995
+ },
+ "minecraft:waxed_exposed_copper_bulb": {
"protocol_id": 1038
},
- "minecraft:waxed_weathered_copper_door": {
- "protocol_id": 1015
+ "minecraft:waxed_exposed_copper_door": {
+ "protocol_id": 1014
},
- "minecraft:waxed_weathered_copper_grate": {
+ "minecraft:waxed_exposed_copper_grate": {
"protocol_id": 1030
},
- "minecraft:waxed_weathered_copper_trapdoor": {
+ "minecraft:waxed_exposed_copper_trapdoor": {
+ "protocol_id": 1022
+ },
+ "minecraft:waxed_exposed_cut_copper": {
+ "protocol_id": 999
+ },
+ "minecraft:waxed_exposed_cut_copper_slab": {
+ "protocol_id": 1007
+ },
+ "minecraft:waxed_exposed_cut_copper_stairs": {
+ "protocol_id": 1003
+ },
+ "minecraft:waxed_oxidized_chiseled_copper": {
+ "protocol_id": 981
+ },
+ "minecraft:waxed_oxidized_copper": {
+ "protocol_id": 996
+ },
+ "minecraft:waxed_oxidized_copper_bulb": {
+ "protocol_id": 1040
+ },
+ "minecraft:waxed_oxidized_copper_door": {
+ "protocol_id": 1015
+ },
+ "minecraft:waxed_oxidized_copper_grate": {
+ "protocol_id": 1032
+ },
+ "minecraft:waxed_oxidized_copper_trapdoor": {
"protocol_id": 1023
},
- "minecraft:waxed_weathered_cut_copper": {
+ "minecraft:waxed_oxidized_cut_copper": {
"protocol_id": 997
},
- "minecraft:waxed_weathered_cut_copper_slab": {
+ "minecraft:waxed_oxidized_cut_copper_slab": {
"protocol_id": 1005
},
- "minecraft:waxed_weathered_cut_copper_stairs": {
+ "minecraft:waxed_oxidized_cut_copper_stairs": {
"protocol_id": 1001
},
+ "minecraft:waxed_weathered_chiseled_copper": {
+ "protocol_id": 982
+ },
+ "minecraft:waxed_weathered_copper": {
+ "protocol_id": 994
+ },
+ "minecraft:waxed_weathered_copper_bulb": {
+ "protocol_id": 1039
+ },
+ "minecraft:waxed_weathered_copper_door": {
+ "protocol_id": 1016
+ },
+ "minecraft:waxed_weathered_copper_grate": {
+ "protocol_id": 1031
+ },
+ "minecraft:waxed_weathered_copper_trapdoor": {
+ "protocol_id": 1024
+ },
+ "minecraft:waxed_weathered_cut_copper": {
+ "protocol_id": 998
+ },
+ "minecraft:waxed_weathered_cut_copper_slab": {
+ "protocol_id": 1006
+ },
+ "minecraft:waxed_weathered_cut_copper_stairs": {
+ "protocol_id": 1002
+ },
"minecraft:weathered_chiseled_copper": {
- "protocol_id": 977
+ "protocol_id": 978
},
"minecraft:weathered_copper": {
- "protocol_id": 968
+ "protocol_id": 969
},
"minecraft:weathered_copper_bulb": {
- "protocol_id": 1034
+ "protocol_id": 1035
},
"minecraft:weathered_copper_door": {
- "protocol_id": 1011
+ "protocol_id": 1012
},
"minecraft:weathered_copper_grate": {
- "protocol_id": 1026
+ "protocol_id": 1027
},
"minecraft:weathered_copper_trapdoor": {
- "protocol_id": 1019
+ "protocol_id": 1020
},
"minecraft:weathered_cut_copper": {
- "protocol_id": 973
+ "protocol_id": 974
},
"minecraft:weathered_cut_copper_slab": {
- "protocol_id": 989
+ "protocol_id": 990
},
"minecraft:weathered_cut_copper_stairs": {
- "protocol_id": 985
+ "protocol_id": 986
},
"minecraft:weeping_vines": {
- "protocol_id": 837
+ "protocol_id": 838
},
"minecraft:weeping_vines_plant": {
- "protocol_id": 838
+ "protocol_id": 839
},
"minecraft:wet_sponge": {
"protocol_id": 100
@@ -3400,10 +3412,10 @@
"protocol_id": 110
},
"minecraft:white_candle": {
- "protocol_id": 904
+ "protocol_id": 905
},
"minecraft:white_candle_cake": {
- "protocol_id": 921
+ "protocol_id": 922
},
"minecraft:white_carpet": {
"protocol_id": 506
@@ -3439,7 +3451,7 @@
"protocol_id": 140
},
"minecraft:wildflowers": {
- "protocol_id": 1050
+ "protocol_id": 1051
},
"minecraft:wither_rose": {
"protocol_id": 169
@@ -3457,10 +3469,10 @@
"protocol_id": 114
},
"minecraft:yellow_candle": {
- "protocol_id": 908
+ "protocol_id": 909
},
"minecraft:yellow_candle_cake": {
- "protocol_id": 925
+ "protocol_id": 926
},
"minecraft:yellow_carpet": {
"protocol_id": 510
@@ -3763,7 +3775,7 @@
"protocol_id": 0
},
"minecraft:bonemealable_feature_placer": {
- "protocol_id": 83
+ "protocol_id": 84
},
"minecraft:brewing_stand": {
"protocol_id": 23
@@ -3883,7 +3895,7 @@
"protocol_id": 61
},
"minecraft:creaking_heart": {
- "protocol_id": 193
+ "protocol_id": 194
},
"minecraft:crop": {
"protocol_id": 62
@@ -3915,418 +3927,418 @@
"minecraft:dragon_egg": {
"protocol_id": 72
},
- "minecraft:drop_experience": {
+ "minecraft:dried_ghast": {
"protocol_id": 73
},
- "minecraft:dropper": {
+ "minecraft:drop_experience": {
"protocol_id": 74
},
+ "minecraft:dropper": {
+ "protocol_id": 75
+ },
"minecraft:dry_vegetation": {
"protocol_id": 65
},
"minecraft:enchantment_table": {
- "protocol_id": 75
- },
- "minecraft:end_gateway": {
- "protocol_id": 77
- },
- "minecraft:end_portal": {
- "protocol_id": 78
- },
- "minecraft:end_portal_frame": {
- "protocol_id": 79
- },
- "minecraft:end_rod": {
- "protocol_id": 80
- },
- "minecraft:ender_chest": {
"protocol_id": 76
},
- "minecraft:eyeblossom": {
+ "minecraft:end_gateway": {
+ "protocol_id": 78
+ },
+ "minecraft:end_portal": {
+ "protocol_id": 79
+ },
+ "minecraft:end_portal_frame": {
+ "protocol_id": 80
+ },
+ "minecraft:end_rod": {
"protocol_id": 81
},
- "minecraft:farm": {
+ "minecraft:ender_chest": {
+ "protocol_id": 77
+ },
+ "minecraft:eyeblossom": {
"protocol_id": 82
},
- "minecraft:fence": {
- "protocol_id": 84
+ "minecraft:farm": {
+ "protocol_id": 83
},
- "minecraft:fence_gate": {
+ "minecraft:fence": {
"protocol_id": 85
},
- "minecraft:fire": {
+ "minecraft:fence_gate": {
"protocol_id": 86
},
- "minecraft:firefly_bush": {
+ "minecraft:fire": {
"protocol_id": 87
},
- "minecraft:fletching_table": {
+ "minecraft:firefly_bush": {
"protocol_id": 88
},
- "minecraft:flower": {
+ "minecraft:fletching_table": {
"protocol_id": 89
},
- "minecraft:flower_bed": {
- "protocol_id": 145
- },
- "minecraft:flower_pot": {
+ "minecraft:flower": {
"protocol_id": 90
},
- "minecraft:frogspawn": {
- "protocol_id": 91
- },
- "minecraft:frosted_ice": {
- "protocol_id": 92
- },
- "minecraft:fungus": {
- "protocol_id": 93
- },
- "minecraft:furnace": {
- "protocol_id": 94
- },
- "minecraft:glazed_terracotta": {
- "protocol_id": 95
- },
- "minecraft:glow_lichen": {
- "protocol_id": 96
- },
- "minecraft:grass": {
- "protocol_id": 97
- },
- "minecraft:grindstone": {
- "protocol_id": 98
- },
- "minecraft:half_transparent": {
- "protocol_id": 99
- },
- "minecraft:hanging_moss": {
- "protocol_id": 100
- },
- "minecraft:hanging_roots": {
- "protocol_id": 101
- },
- "minecraft:hay": {
- "protocol_id": 102
- },
- "minecraft:heavy_core": {
- "protocol_id": 103
- },
- "minecraft:honey": {
- "protocol_id": 104
- },
- "minecraft:hopper": {
- "protocol_id": 105
- },
- "minecraft:huge_mushroom": {
- "protocol_id": 106
- },
- "minecraft:ice": {
- "protocol_id": 107
- },
- "minecraft:infested": {
- "protocol_id": 108
- },
- "minecraft:infested_rotated_pillar": {
- "protocol_id": 109
- },
- "minecraft:iron_bars": {
- "protocol_id": 110
- },
- "minecraft:jack_o_lantern": {
- "protocol_id": 111
- },
- "minecraft:jigsaw": {
- "protocol_id": 112
- },
- "minecraft:jukebox": {
- "protocol_id": 113
- },
- "minecraft:kelp": {
- "protocol_id": 114
- },
- "minecraft:kelp_plant": {
- "protocol_id": 115
- },
- "minecraft:ladder": {
- "protocol_id": 116
- },
- "minecraft:lantern": {
- "protocol_id": 117
- },
- "minecraft:lava_cauldron": {
- "protocol_id": 118
- },
- "minecraft:layered_cauldron": {
- "protocol_id": 119
- },
- "minecraft:leaf_litter": {
- "protocol_id": 120
- },
- "minecraft:lectern": {
- "protocol_id": 121
- },
- "minecraft:lever": {
- "protocol_id": 122
- },
- "minecraft:light": {
- "protocol_id": 123
- },
- "minecraft:lightning_rod": {
- "protocol_id": 124
- },
- "minecraft:liquid": {
- "protocol_id": 125
- },
- "minecraft:loom": {
- "protocol_id": 126
- },
- "minecraft:magma": {
- "protocol_id": 127
- },
- "minecraft:mangrove_leaves": {
- "protocol_id": 128
- },
- "minecraft:mangrove_propagule": {
- "protocol_id": 129
- },
- "minecraft:mangrove_roots": {
- "protocol_id": 130
- },
- "minecraft:mossy_carpet": {
- "protocol_id": 131
- },
- "minecraft:moving_piston": {
- "protocol_id": 132
- },
- "minecraft:mud": {
- "protocol_id": 133
- },
- "minecraft:multiface": {
- "protocol_id": 134
- },
- "minecraft:mushroom": {
- "protocol_id": 135
- },
- "minecraft:mycelium": {
- "protocol_id": 136
- },
- "minecraft:nether_portal": {
- "protocol_id": 137
- },
- "minecraft:nether_sprouts": {
- "protocol_id": 139
- },
- "minecraft:nether_wart": {
- "protocol_id": 140
- },
- "minecraft:netherrack": {
- "protocol_id": 138
- },
- "minecraft:note": {
- "protocol_id": 141
- },
- "minecraft:nylium": {
- "protocol_id": 142
- },
- "minecraft:observer": {
- "protocol_id": 143
- },
- "minecraft:piglinwallskull": {
- "protocol_id": 144
- },
- "minecraft:piston_base": {
+ "minecraft:flower_bed": {
"protocol_id": 146
},
- "minecraft:piston_head": {
+ "minecraft:flower_pot": {
+ "protocol_id": 91
+ },
+ "minecraft:frogspawn": {
+ "protocol_id": 92
+ },
+ "minecraft:frosted_ice": {
+ "protocol_id": 93
+ },
+ "minecraft:fungus": {
+ "protocol_id": 94
+ },
+ "minecraft:furnace": {
+ "protocol_id": 95
+ },
+ "minecraft:glazed_terracotta": {
+ "protocol_id": 96
+ },
+ "minecraft:glow_lichen": {
+ "protocol_id": 97
+ },
+ "minecraft:grass": {
+ "protocol_id": 98
+ },
+ "minecraft:grindstone": {
+ "protocol_id": 99
+ },
+ "minecraft:half_transparent": {
+ "protocol_id": 100
+ },
+ "minecraft:hanging_moss": {
+ "protocol_id": 101
+ },
+ "minecraft:hanging_roots": {
+ "protocol_id": 102
+ },
+ "minecraft:hay": {
+ "protocol_id": 103
+ },
+ "minecraft:heavy_core": {
+ "protocol_id": 104
+ },
+ "minecraft:honey": {
+ "protocol_id": 105
+ },
+ "minecraft:hopper": {
+ "protocol_id": 106
+ },
+ "minecraft:huge_mushroom": {
+ "protocol_id": 107
+ },
+ "minecraft:ice": {
+ "protocol_id": 108
+ },
+ "minecraft:infested": {
+ "protocol_id": 109
+ },
+ "minecraft:infested_rotated_pillar": {
+ "protocol_id": 110
+ },
+ "minecraft:iron_bars": {
+ "protocol_id": 111
+ },
+ "minecraft:jack_o_lantern": {
+ "protocol_id": 112
+ },
+ "minecraft:jigsaw": {
+ "protocol_id": 113
+ },
+ "minecraft:jukebox": {
+ "protocol_id": 114
+ },
+ "minecraft:kelp": {
+ "protocol_id": 115
+ },
+ "minecraft:kelp_plant": {
+ "protocol_id": 116
+ },
+ "minecraft:ladder": {
+ "protocol_id": 117
+ },
+ "minecraft:lantern": {
+ "protocol_id": 118
+ },
+ "minecraft:lava_cauldron": {
+ "protocol_id": 119
+ },
+ "minecraft:layered_cauldron": {
+ "protocol_id": 120
+ },
+ "minecraft:leaf_litter": {
+ "protocol_id": 121
+ },
+ "minecraft:lectern": {
+ "protocol_id": 122
+ },
+ "minecraft:lever": {
+ "protocol_id": 123
+ },
+ "minecraft:light": {
+ "protocol_id": 124
+ },
+ "minecraft:lightning_rod": {
+ "protocol_id": 125
+ },
+ "minecraft:liquid": {
+ "protocol_id": 126
+ },
+ "minecraft:loom": {
+ "protocol_id": 127
+ },
+ "minecraft:magma": {
+ "protocol_id": 128
+ },
+ "minecraft:mangrove_leaves": {
+ "protocol_id": 129
+ },
+ "minecraft:mangrove_propagule": {
+ "protocol_id": 130
+ },
+ "minecraft:mangrove_roots": {
+ "protocol_id": 131
+ },
+ "minecraft:mossy_carpet": {
+ "protocol_id": 132
+ },
+ "minecraft:moving_piston": {
+ "protocol_id": 133
+ },
+ "minecraft:mud": {
+ "protocol_id": 134
+ },
+ "minecraft:multiface": {
+ "protocol_id": 135
+ },
+ "minecraft:mushroom": {
+ "protocol_id": 136
+ },
+ "minecraft:mycelium": {
+ "protocol_id": 137
+ },
+ "minecraft:nether_portal": {
+ "protocol_id": 138
+ },
+ "minecraft:nether_sprouts": {
+ "protocol_id": 140
+ },
+ "minecraft:nether_wart": {
+ "protocol_id": 141
+ },
+ "minecraft:netherrack": {
+ "protocol_id": 139
+ },
+ "minecraft:note": {
+ "protocol_id": 142
+ },
+ "minecraft:nylium": {
+ "protocol_id": 143
+ },
+ "minecraft:observer": {
+ "protocol_id": 144
+ },
+ "minecraft:piglinwallskull": {
+ "protocol_id": 145
+ },
+ "minecraft:piston_base": {
"protocol_id": 147
},
- "minecraft:pitcher_crop": {
+ "minecraft:piston_head": {
"protocol_id": 148
},
- "minecraft:player_head": {
+ "minecraft:pitcher_crop": {
"protocol_id": 149
},
- "minecraft:player_wall_head": {
+ "minecraft:player_head": {
"protocol_id": 150
},
- "minecraft:pointed_dripstone": {
+ "minecraft:player_wall_head": {
"protocol_id": 151
},
- "minecraft:potato": {
+ "minecraft:pointed_dripstone": {
"protocol_id": 152
},
- "minecraft:powder_snow": {
+ "minecraft:potato": {
"protocol_id": 153
},
- "minecraft:powered": {
+ "minecraft:powder_snow": {
"protocol_id": 154
},
- "minecraft:powered_rail": {
+ "minecraft:powered": {
"protocol_id": 155
},
- "minecraft:pressure_plate": {
+ "minecraft:powered_rail": {
"protocol_id": 156
},
- "minecraft:pumpkin": {
+ "minecraft:pressure_plate": {
"protocol_id": 157
},
- "minecraft:rail": {
+ "minecraft:pumpkin": {
"protocol_id": 158
},
- "minecraft:redstone_lamp": {
+ "minecraft:rail": {
"protocol_id": 159
},
- "minecraft:redstone_ore": {
+ "minecraft:redstone_lamp": {
"protocol_id": 160
},
- "minecraft:redstone_torch": {
+ "minecraft:redstone_ore": {
"protocol_id": 161
},
- "minecraft:redstone_wall_torch": {
+ "minecraft:redstone_torch": {
"protocol_id": 162
},
- "minecraft:redstone_wire": {
+ "minecraft:redstone_wall_torch": {
"protocol_id": 163
},
- "minecraft:repeater": {
+ "minecraft:redstone_wire": {
"protocol_id": 164
},
- "minecraft:respawn_anchor": {
+ "minecraft:repeater": {
"protocol_id": 165
},
- "minecraft:rooted_dirt": {
+ "minecraft:respawn_anchor": {
"protocol_id": 166
},
- "minecraft:roots": {
+ "minecraft:rooted_dirt": {
"protocol_id": 167
},
- "minecraft:rotated_pillar": {
+ "minecraft:roots": {
"protocol_id": 168
},
- "minecraft:sand": {
- "protocol_id": 170
- },
- "minecraft:sapling": {
+ "minecraft:rotated_pillar": {
"protocol_id": 169
},
- "minecraft:scaffolding": {
+ "minecraft:sand": {
"protocol_id": 171
},
- "minecraft:sculk": {
- "protocol_id": 173
+ "minecraft:sapling": {
+ "protocol_id": 170
},
- "minecraft:sculk_catalyst": {
+ "minecraft:scaffolding": {
"protocol_id": 172
},
- "minecraft:sculk_sensor": {
+ "minecraft:sculk": {
"protocol_id": 174
},
- "minecraft:sculk_shrieker": {
+ "minecraft:sculk_catalyst": {
+ "protocol_id": 173
+ },
+ "minecraft:sculk_sensor": {
"protocol_id": 175
},
- "minecraft:sculk_vein": {
+ "minecraft:sculk_shrieker": {
"protocol_id": 176
},
- "minecraft:sea_pickle": {
- "protocol_id": 178
- },
- "minecraft:seagrass": {
+ "minecraft:sculk_vein": {
"protocol_id": 177
},
- "minecraft:short_dry_grass": {
+ "minecraft:sea_pickle": {
"protocol_id": 179
},
- "minecraft:shulker_box": {
+ "minecraft:seagrass": {
+ "protocol_id": 178
+ },
+ "minecraft:short_dry_grass": {
"protocol_id": 180
},
- "minecraft:skull": {
+ "minecraft:shulker_box": {
"protocol_id": 181
},
- "minecraft:slab": {
+ "minecraft:skull": {
"protocol_id": 182
},
- "minecraft:slime": {
+ "minecraft:slab": {
"protocol_id": 183
},
- "minecraft:small_dripleaf": {
+ "minecraft:slime": {
"protocol_id": 184
},
- "minecraft:smithing_table": {
+ "minecraft:small_dripleaf": {
"protocol_id": 185
},
- "minecraft:smoker": {
+ "minecraft:smithing_table": {
"protocol_id": 186
},
- "minecraft:sniffer_egg": {
+ "minecraft:smoker": {
"protocol_id": 187
},
- "minecraft:snow_layer": {
+ "minecraft:sniffer_egg": {
"protocol_id": 188
},
- "minecraft:snowy_dirt": {
+ "minecraft:snow_layer": {
"protocol_id": 189
},
- "minecraft:soul_fire": {
+ "minecraft:snowy_dirt": {
"protocol_id": 190
},
- "minecraft:soul_sand": {
+ "minecraft:soul_fire": {
"protocol_id": 191
},
- "minecraft:spawner": {
+ "minecraft:soul_sand": {
"protocol_id": 192
},
- "minecraft:sponge": {
- "protocol_id": 194
+ "minecraft:spawner": {
+ "protocol_id": 193
},
- "minecraft:spore_blossom": {
+ "minecraft:sponge": {
"protocol_id": 195
},
- "minecraft:stained_glass": {
- "protocol_id": 197
- },
- "minecraft:stained_glass_pane": {
+ "minecraft:spore_blossom": {
"protocol_id": 196
},
- "minecraft:stair": {
+ "minecraft:stained_glass": {
"protocol_id": 198
},
- "minecraft:standing_sign": {
+ "minecraft:stained_glass_pane": {
+ "protocol_id": 197
+ },
+ "minecraft:stair": {
"protocol_id": 199
},
- "minecraft:stem": {
+ "minecraft:standing_sign": {
"protocol_id": 200
},
- "minecraft:stonecutter": {
+ "minecraft:stem": {
"protocol_id": 201
},
- "minecraft:structure": {
+ "minecraft:stonecutter": {
"protocol_id": 202
},
- "minecraft:structure_void": {
+ "minecraft:structure": {
"protocol_id": 203
},
- "minecraft:sugar_cane": {
+ "minecraft:structure_void": {
"protocol_id": 204
},
- "minecraft:sweet_berry_bush": {
+ "minecraft:sugar_cane": {
"protocol_id": 205
},
- "minecraft:tall_dry_grass": {
+ "minecraft:sweet_berry_bush": {
"protocol_id": 206
},
- "minecraft:tall_flower": {
+ "minecraft:tall_dry_grass": {
"protocol_id": 207
},
- "minecraft:tall_grass": {
+ "minecraft:tall_flower": {
"protocol_id": 208
},
- "minecraft:tall_seagrass": {
+ "minecraft:tall_grass": {
"protocol_id": 209
},
- "minecraft:target": {
+ "minecraft:tall_seagrass": {
"protocol_id": 210
},
- "minecraft:terracotta": {
+ "minecraft:target": {
"protocol_id": 211
},
"minecraft:test": {
@@ -4524,7 +4536,7 @@
"protocol_id": 5
},
"minecraft:angle": {
- "protocol_id": 27
+ "protocol_id": 28
},
"minecraft:block_pos": {
"protocol_id": 8
@@ -4542,127 +4554,133 @@
"protocol_id": 9
},
"minecraft:component": {
- "protocol_id": 17
+ "protocol_id": 18
+ },
+ "minecraft:dialog": {
+ "protocol_id": 55
},
"minecraft:dimension": {
- "protocol_id": 40
+ "protocol_id": 41
},
"minecraft:entity": {
"protocol_id": 6
},
"minecraft:entity_anchor": {
- "protocol_id": 37
+ "protocol_id": 38
},
"minecraft:float_range": {
- "protocol_id": 39
+ "protocol_id": 40
},
"minecraft:function": {
- "protocol_id": 36
+ "protocol_id": 37
},
"minecraft:game_profile": {
"protocol_id": 7
},
"minecraft:gamemode": {
- "protocol_id": 41
+ "protocol_id": 42
},
"minecraft:heightmap": {
- "protocol_id": 50
+ "protocol_id": 51
+ },
+ "minecraft:hex_color": {
+ "protocol_id": 17
},
"minecraft:int_range": {
- "protocol_id": 38
+ "protocol_id": 39
},
"minecraft:item_predicate": {
"protocol_id": 15
},
"minecraft:item_slot": {
- "protocol_id": 33
+ "protocol_id": 34
},
"minecraft:item_slots": {
- "protocol_id": 34
+ "protocol_id": 35
},
"minecraft:item_stack": {
"protocol_id": 14
},
"minecraft:loot_modifier": {
- "protocol_id": 53
+ "protocol_id": 54
},
"minecraft:loot_predicate": {
- "protocol_id": 52
+ "protocol_id": 53
},
"minecraft:loot_table": {
- "protocol_id": 51
+ "protocol_id": 52
},
"minecraft:message": {
- "protocol_id": 19
- },
- "minecraft:nbt_compound_tag": {
"protocol_id": 20
},
- "minecraft:nbt_path": {
- "protocol_id": 22
- },
- "minecraft:nbt_tag": {
+ "minecraft:nbt_compound_tag": {
"protocol_id": 21
},
- "minecraft:objective": {
+ "minecraft:nbt_path": {
"protocol_id": 23
},
- "minecraft:objective_criteria": {
+ "minecraft:nbt_tag": {
+ "protocol_id": 22
+ },
+ "minecraft:objective": {
"protocol_id": 24
},
- "minecraft:operation": {
+ "minecraft:objective_criteria": {
"protocol_id": 25
},
- "minecraft:particle": {
+ "minecraft:operation": {
"protocol_id": 26
},
- "minecraft:resource": {
- "protocol_id": 45
+ "minecraft:particle": {
+ "protocol_id": 27
},
- "minecraft:resource_key": {
+ "minecraft:resource": {
"protocol_id": 46
},
- "minecraft:resource_location": {
- "protocol_id": 35
- },
- "minecraft:resource_or_tag": {
- "protocol_id": 43
- },
- "minecraft:resource_or_tag_key": {
- "protocol_id": 44
- },
- "minecraft:resource_selector": {
+ "minecraft:resource_key": {
"protocol_id": 47
},
- "minecraft:rotation": {
- "protocol_id": 28
+ "minecraft:resource_location": {
+ "protocol_id": 36
},
- "minecraft:score_holder": {
- "protocol_id": 30
+ "minecraft:resource_or_tag": {
+ "protocol_id": 44
},
- "minecraft:scoreboard_slot": {
- "protocol_id": 29
+ "minecraft:resource_or_tag_key": {
+ "protocol_id": 45
},
- "minecraft:style": {
- "protocol_id": 18
- },
- "minecraft:swizzle": {
- "protocol_id": 31
- },
- "minecraft:team": {
- "protocol_id": 32
- },
- "minecraft:template_mirror": {
+ "minecraft:resource_selector": {
"protocol_id": 48
},
- "minecraft:template_rotation": {
+ "minecraft:rotation": {
+ "protocol_id": 29
+ },
+ "minecraft:score_holder": {
+ "protocol_id": 31
+ },
+ "minecraft:scoreboard_slot": {
+ "protocol_id": 30
+ },
+ "minecraft:style": {
+ "protocol_id": 19
+ },
+ "minecraft:swizzle": {
+ "protocol_id": 32
+ },
+ "minecraft:team": {
+ "protocol_id": 33
+ },
+ "minecraft:template_mirror": {
"protocol_id": 49
},
+ "minecraft:template_rotation": {
+ "protocol_id": 50
+ },
"minecraft:time": {
- "protocol_id": 42
+ "protocol_id": 43
},
"minecraft:uuid": {
- "protocol_id": 54
+ "protocol_id": 56
},
"minecraft:vec2": {
"protocol_id": 11
@@ -4743,26 +4761,26 @@
"minecraft:custom_stat": {
"entries": {
"minecraft:animals_bred": {
- "protocol_id": 32
+ "protocol_id": 33
},
"minecraft:aviate_one_cm": {
- "protocol_id": 18
+ "protocol_id": 19
},
"minecraft:bell_ring": {
- "protocol_id": 68
+ "protocol_id": 69
},
"minecraft:boat_one_cm": {
"protocol_id": 15
},
"minecraft:clean_armor": {
- "protocol_id": 40
- },
- "minecraft:clean_banner": {
"protocol_id": 41
},
- "minecraft:clean_shulker_box": {
+ "minecraft:clean_banner": {
"protocol_id": 42
},
+ "minecraft:clean_shulker_box": {
+ "protocol_id": 43
+ },
"minecraft:climb_one_cm": {
"protocol_id": 11
},
@@ -4770,106 +4788,109 @@
"protocol_id": 7
},
"minecraft:damage_absorbed": {
- "protocol_id": 28
- },
- "minecraft:damage_blocked_by_shield": {
- "protocol_id": 27
- },
- "minecraft:damage_dealt": {
- "protocol_id": 23
- },
- "minecraft:damage_dealt_absorbed": {
- "protocol_id": 24
- },
- "minecraft:damage_dealt_resisted": {
- "protocol_id": 25
- },
- "minecraft:damage_resisted": {
"protocol_id": 29
},
- "minecraft:damage_taken": {
+ "minecraft:damage_blocked_by_shield": {
+ "protocol_id": 28
+ },
+ "minecraft:damage_dealt": {
+ "protocol_id": 24
+ },
+ "minecraft:damage_dealt_absorbed": {
+ "protocol_id": 25
+ },
+ "minecraft:damage_dealt_resisted": {
"protocol_id": 26
},
- "minecraft:deaths": {
+ "minecraft:damage_resisted": {
"protocol_id": 30
},
+ "minecraft:damage_taken": {
+ "protocol_id": 27
+ },
+ "minecraft:deaths": {
+ "protocol_id": 31
+ },
"minecraft:drop": {
- "protocol_id": 22
+ "protocol_id": 23
},
"minecraft:eat_cake_slice": {
- "protocol_id": 37
+ "protocol_id": 38
},
"minecraft:enchant_item": {
- "protocol_id": 53
+ "protocol_id": 54
},
"minecraft:fall_one_cm": {
"protocol_id": 10
},
"minecraft:fill_cauldron": {
- "protocol_id": 38
+ "protocol_id": 39
},
"minecraft:fish_caught": {
- "protocol_id": 34
+ "protocol_id": 35
},
"minecraft:fly_one_cm": {
"protocol_id": 12
},
- "minecraft:horse_one_cm": {
+ "minecraft:happy_ghast_one_cm": {
"protocol_id": 17
},
+ "minecraft:horse_one_cm": {
+ "protocol_id": 18
+ },
"minecraft:inspect_dispenser": {
- "protocol_id": 47
+ "protocol_id": 48
},
"minecraft:inspect_dropper": {
- "protocol_id": 45
- },
- "minecraft:inspect_hopper": {
"protocol_id": 46
},
+ "minecraft:inspect_hopper": {
+ "protocol_id": 47
+ },
"minecraft:interact_with_anvil": {
- "protocol_id": 71
- },
- "minecraft:interact_with_beacon": {
- "protocol_id": 44
- },
- "minecraft:interact_with_blast_furnace": {
- "protocol_id": 61
- },
- "minecraft:interact_with_brewingstand": {
- "protocol_id": 43
- },
- "minecraft:interact_with_campfire": {
- "protocol_id": 64
- },
- "minecraft:interact_with_cartography_table": {
- "protocol_id": 65
- },
- "minecraft:interact_with_crafting_table": {
- "protocol_id": 56
- },
- "minecraft:interact_with_furnace": {
- "protocol_id": 55
- },
- "minecraft:interact_with_grindstone": {
"protocol_id": 72
},
- "minecraft:interact_with_lectern": {
- "protocol_id": 63
+ "minecraft:interact_with_beacon": {
+ "protocol_id": 45
},
- "minecraft:interact_with_loom": {
- "protocol_id": 66
- },
- "minecraft:interact_with_smithing_table": {
- "protocol_id": 74
- },
- "minecraft:interact_with_smoker": {
+ "minecraft:interact_with_blast_furnace": {
"protocol_id": 62
},
- "minecraft:interact_with_stonecutter": {
+ "minecraft:interact_with_brewingstand": {
+ "protocol_id": 44
+ },
+ "minecraft:interact_with_campfire": {
+ "protocol_id": 65
+ },
+ "minecraft:interact_with_cartography_table": {
+ "protocol_id": 66
+ },
+ "minecraft:interact_with_crafting_table": {
+ "protocol_id": 57
+ },
+ "minecraft:interact_with_furnace": {
+ "protocol_id": 56
+ },
+ "minecraft:interact_with_grindstone": {
+ "protocol_id": 73
+ },
+ "minecraft:interact_with_lectern": {
+ "protocol_id": 64
+ },
+ "minecraft:interact_with_loom": {
"protocol_id": 67
},
+ "minecraft:interact_with_smithing_table": {
+ "protocol_id": 75
+ },
+ "minecraft:interact_with_smoker": {
+ "protocol_id": 63
+ },
+ "minecraft:interact_with_stonecutter": {
+ "protocol_id": 68
+ },
"minecraft:jump": {
- "protocol_id": 21
+ "protocol_id": 22
},
"minecraft:leave_game": {
"protocol_id": 0
@@ -4878,46 +4899,46 @@
"protocol_id": 14
},
"minecraft:mob_kills": {
- "protocol_id": 31
+ "protocol_id": 32
},
"minecraft:open_barrel": {
- "protocol_id": 60
+ "protocol_id": 61
},
"minecraft:open_chest": {
- "protocol_id": 57
+ "protocol_id": 58
},
"minecraft:open_enderchest": {
- "protocol_id": 52
+ "protocol_id": 53
},
"minecraft:open_shulker_box": {
- "protocol_id": 59
+ "protocol_id": 60
},
"minecraft:pig_one_cm": {
"protocol_id": 16
},
"minecraft:play_noteblock": {
- "protocol_id": 48
+ "protocol_id": 49
},
"minecraft:play_record": {
- "protocol_id": 54
+ "protocol_id": 55
},
"minecraft:play_time": {
"protocol_id": 1
},
"minecraft:player_kills": {
- "protocol_id": 33
+ "protocol_id": 34
},
"minecraft:pot_flower": {
- "protocol_id": 50
+ "protocol_id": 51
},
"minecraft:raid_trigger": {
- "protocol_id": 69
- },
- "minecraft:raid_win": {
"protocol_id": 70
},
+ "minecraft:raid_win": {
+ "protocol_id": 71
+ },
"minecraft:sleep_in_bed": {
- "protocol_id": 58
+ "protocol_id": 59
},
"minecraft:sneak_time": {
"protocol_id": 5
@@ -4926,16 +4947,16 @@
"protocol_id": 8
},
"minecraft:strider_one_cm": {
- "protocol_id": 20
+ "protocol_id": 21
},
"minecraft:swim_one_cm": {
- "protocol_id": 19
+ "protocol_id": 20
},
"minecraft:talked_to_villager": {
- "protocol_id": 35
+ "protocol_id": 36
},
"minecraft:target_hit": {
- "protocol_id": 73
+ "protocol_id": 74
},
"minecraft:time_since_death": {
"protocol_id": 3
@@ -4947,16 +4968,16 @@
"protocol_id": 2
},
"minecraft:traded_with_villager": {
- "protocol_id": 36
+ "protocol_id": 37
},
"minecraft:trigger_trapped_chest": {
- "protocol_id": 51
+ "protocol_id": 52
},
"minecraft:tune_noteblock": {
- "protocol_id": 49
+ "protocol_id": 50
},
"minecraft:use_cauldron": {
- "protocol_id": 39
+ "protocol_id": 40
},
"minecraft:walk_on_water_one_cm": {
"protocol_id": 9
@@ -5387,6 +5408,69 @@
},
"protocol_id": 60
},
+ "minecraft:dialog_action_type": {
+ "entries": {
+ "minecraft:change_page": {
+ "protocol_id": 4
+ },
+ "minecraft:copy_to_clipboard": {
+ "protocol_id": 5
+ },
+ "minecraft:custom": {
+ "protocol_id": 6
+ },
+ "minecraft:dynamic/custom": {
+ "protocol_id": 8
+ },
+ "minecraft:dynamic/run_command": {
+ "protocol_id": 7
+ },
+ "minecraft:open_url": {
+ "protocol_id": 0
+ },
+ "minecraft:run_command": {
+ "protocol_id": 1
+ },
+ "minecraft:show_dialog": {
+ "protocol_id": 3
+ },
+ "minecraft:suggest_command": {
+ "protocol_id": 2
+ }
+ },
+ "protocol_id": 83
+ },
+ "minecraft:dialog_body_type": {
+ "entries": {
+ "minecraft:item": {
+ "protocol_id": 0
+ },
+ "minecraft:plain_message": {
+ "protocol_id": 1
+ }
+ },
+ "protocol_id": 85
+ },
+ "minecraft:dialog_type": {
+ "entries": {
+ "minecraft:confirmation": {
+ "protocol_id": 4
+ },
+ "minecraft:dialog_list": {
+ "protocol_id": 2
+ },
+ "minecraft:multi_action": {
+ "protocol_id": 3
+ },
+ "minecraft:notice": {
+ "protocol_id": 0
+ },
+ "minecraft:server_links": {
+ "protocol_id": 1
+ }
+ },
+ "protocol_id": 82
+ },
"minecraft:enchantment_effect_component_type": {
"entries": {
"minecraft:ammo_use": {
@@ -5810,7 +5894,7 @@
"protocol_id": 51
},
"minecraft:fishing_bobber": {
- "protocol_id": 149
+ "protocol_id": 150
},
"minecraft:fox": {
"protocol_id": 52
@@ -5825,283 +5909,286 @@
"protocol_id": 55
},
"minecraft:giant": {
- "protocol_id": 56
- },
- "minecraft:glow_item_frame": {
"protocol_id": 57
},
- "minecraft:glow_squid": {
+ "minecraft:glow_item_frame": {
"protocol_id": 58
},
- "minecraft:goat": {
+ "minecraft:glow_squid": {
"protocol_id": 59
},
- "minecraft:guardian": {
+ "minecraft:goat": {
"protocol_id": 60
},
- "minecraft:hoglin": {
+ "minecraft:guardian": {
"protocol_id": 61
},
- "minecraft:hopper_minecart": {
+ "minecraft:happy_ghast": {
+ "protocol_id": 56
+ },
+ "minecraft:hoglin": {
"protocol_id": 62
},
- "minecraft:horse": {
+ "minecraft:hopper_minecart": {
"protocol_id": 63
},
- "minecraft:husk": {
+ "minecraft:horse": {
"protocol_id": 64
},
- "minecraft:illusioner": {
+ "minecraft:husk": {
"protocol_id": 65
},
- "minecraft:interaction": {
+ "minecraft:illusioner": {
"protocol_id": 66
},
- "minecraft:iron_golem": {
+ "minecraft:interaction": {
"protocol_id": 67
},
- "minecraft:item": {
+ "minecraft:iron_golem": {
"protocol_id": 68
},
- "minecraft:item_display": {
+ "minecraft:item": {
"protocol_id": 69
},
- "minecraft:item_frame": {
+ "minecraft:item_display": {
"protocol_id": 70
},
- "minecraft:jungle_boat": {
+ "minecraft:item_frame": {
"protocol_id": 71
},
- "minecraft:jungle_chest_boat": {
+ "minecraft:jungle_boat": {
"protocol_id": 72
},
- "minecraft:leash_knot": {
+ "minecraft:jungle_chest_boat": {
"protocol_id": 73
},
- "minecraft:lightning_bolt": {
+ "minecraft:leash_knot": {
"protocol_id": 74
},
- "minecraft:lingering_potion": {
- "protocol_id": 100
- },
- "minecraft:llama": {
+ "minecraft:lightning_bolt": {
"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": 148
- },
- "minecraft:polar_bear": {
- "protocol_id": 98
- },
- "minecraft:pufferfish": {
+ "minecraft:lingering_potion": {
"protocol_id": 101
},
- "minecraft:rabbit": {
- "protocol_id": 102
+ "minecraft:llama": {
+ "protocol_id": 76
},
- "minecraft:ravager": {
- "protocol_id": 103
+ "minecraft:llama_spit": {
+ "protocol_id": 77
},
- "minecraft:salmon": {
- "protocol_id": 104
+ "minecraft:magma_cube": {
+ "protocol_id": 78
},
- "minecraft:sheep": {
- "protocol_id": 105
+ "minecraft:mangrove_boat": {
+ "protocol_id": 79
},
- "minecraft:shulker": {
- "protocol_id": 106
+ "minecraft:mangrove_chest_boat": {
+ "protocol_id": 80
},
- "minecraft:shulker_bullet": {
- "protocol_id": 107
+ "minecraft:marker": {
+ "protocol_id": 81
},
- "minecraft:silverfish": {
- "protocol_id": 108
+ "minecraft:minecart": {
+ "protocol_id": 82
},
- "minecraft:skeleton": {
- "protocol_id": 109
+ "minecraft:mooshroom": {
+ "protocol_id": 83
},
- "minecraft:skeleton_horse": {
- "protocol_id": 110
+ "minecraft:mule": {
+ "protocol_id": 84
},
- "minecraft:slime": {
- "protocol_id": 111
+ "minecraft:oak_boat": {
+ "protocol_id": 85
},
- "minecraft:small_fireball": {
- "protocol_id": 112
+ "minecraft:oak_chest_boat": {
+ "protocol_id": 86
},
- "minecraft:sniffer": {
- "protocol_id": 113
+ "minecraft:ocelot": {
+ "protocol_id": 87
},
- "minecraft:snow_golem": {
- "protocol_id": 115
+ "minecraft:ominous_item_spawner": {
+ "protocol_id": 88
},
- "minecraft:snowball": {
- "protocol_id": 114
+ "minecraft:painting": {
+ "protocol_id": 89
},
- "minecraft:spawner_minecart": {
- "protocol_id": 116
+ "minecraft:pale_oak_boat": {
+ "protocol_id": 90
},
- "minecraft:spectral_arrow": {
- "protocol_id": 117
+ "minecraft:pale_oak_chest_boat": {
+ "protocol_id": 91
},
- "minecraft:spider": {
- "protocol_id": 118
+ "minecraft:panda": {
+ "protocol_id": 92
},
- "minecraft:splash_potion": {
+ "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": 149
+ },
+ "minecraft:polar_bear": {
"protocol_id": 99
},
- "minecraft:spruce_boat": {
+ "minecraft:pufferfish": {
+ "protocol_id": 102
+ },
+ "minecraft:rabbit": {
+ "protocol_id": 103
+ },
+ "minecraft:ravager": {
+ "protocol_id": 104
+ },
+ "minecraft:salmon": {
+ "protocol_id": 105
+ },
+ "minecraft:sheep": {
+ "protocol_id": 106
+ },
+ "minecraft:shulker": {
+ "protocol_id": 107
+ },
+ "minecraft:shulker_bullet": {
+ "protocol_id": 108
+ },
+ "minecraft:silverfish": {
+ "protocol_id": 109
+ },
+ "minecraft:skeleton": {
+ "protocol_id": 110
+ },
+ "minecraft:skeleton_horse": {
+ "protocol_id": 111
+ },
+ "minecraft:slime": {
+ "protocol_id": 112
+ },
+ "minecraft:small_fireball": {
+ "protocol_id": 113
+ },
+ "minecraft:sniffer": {
+ "protocol_id": 114
+ },
+ "minecraft:snow_golem": {
+ "protocol_id": 116
+ },
+ "minecraft:snowball": {
+ "protocol_id": 115
+ },
+ "minecraft:spawner_minecart": {
+ "protocol_id": 117
+ },
+ "minecraft:spectral_arrow": {
+ "protocol_id": 118
+ },
+ "minecraft:spider": {
"protocol_id": 119
},
- "minecraft:spruce_chest_boat": {
+ "minecraft:splash_potion": {
+ "protocol_id": 100
+ },
+ "minecraft:spruce_boat": {
"protocol_id": 120
},
- "minecraft:squid": {
+ "minecraft:spruce_chest_boat": {
"protocol_id": 121
},
- "minecraft:stray": {
+ "minecraft:squid": {
"protocol_id": 122
},
- "minecraft:strider": {
+ "minecraft:stray": {
"protocol_id": 123
},
- "minecraft:tadpole": {
+ "minecraft:strider": {
"protocol_id": 124
},
- "minecraft:text_display": {
+ "minecraft:tadpole": {
"protocol_id": 125
},
- "minecraft:tnt": {
+ "minecraft:text_display": {
"protocol_id": 126
},
- "minecraft:tnt_minecart": {
+ "minecraft:tnt": {
"protocol_id": 127
},
- "minecraft:trader_llama": {
+ "minecraft:tnt_minecart": {
"protocol_id": 128
},
- "minecraft:trident": {
+ "minecraft:trader_llama": {
"protocol_id": 129
},
- "minecraft:tropical_fish": {
+ "minecraft:trident": {
"protocol_id": 130
},
- "minecraft:turtle": {
+ "minecraft:tropical_fish": {
"protocol_id": 131
},
- "minecraft:vex": {
+ "minecraft:turtle": {
"protocol_id": 132
},
- "minecraft:villager": {
+ "minecraft:vex": {
"protocol_id": 133
},
- "minecraft:vindicator": {
+ "minecraft:villager": {
"protocol_id": 134
},
- "minecraft:wandering_trader": {
+ "minecraft:vindicator": {
"protocol_id": 135
},
- "minecraft:warden": {
+ "minecraft:wandering_trader": {
"protocol_id": 136
},
- "minecraft:wind_charge": {
+ "minecraft:warden": {
"protocol_id": 137
},
- "minecraft:witch": {
+ "minecraft:wind_charge": {
"protocol_id": 138
},
- "minecraft:wither": {
+ "minecraft:witch": {
"protocol_id": 139
},
- "minecraft:wither_skeleton": {
+ "minecraft:wither": {
"protocol_id": 140
},
- "minecraft:wither_skull": {
+ "minecraft:wither_skeleton": {
"protocol_id": 141
},
- "minecraft:wolf": {
+ "minecraft:wither_skull": {
"protocol_id": 142
},
- "minecraft:zoglin": {
+ "minecraft:wolf": {
"protocol_id": 143
},
- "minecraft:zombie": {
+ "minecraft:zoglin": {
"protocol_id": 144
},
- "minecraft:zombie_horse": {
+ "minecraft:zombie": {
"protocol_id": 145
},
- "minecraft:zombie_villager": {
+ "minecraft:zombie_horse": {
"protocol_id": 146
},
- "minecraft:zombified_piglin": {
+ "minecraft:zombie_villager": {
"protocol_id": 147
+ },
+ "minecraft:zombified_piglin": {
+ "protocol_id": 148
}
},
"protocol_id": 5
@@ -6353,6 +6440,23 @@
},
"protocol_id": 37
},
+ "minecraft:input_control_type": {
+ "entries": {
+ "minecraft:boolean": {
+ "protocol_id": 0
+ },
+ "minecraft:number_range": {
+ "protocol_id": 1
+ },
+ "minecraft:single_option": {
+ "protocol_id": 2
+ },
+ "minecraft:text": {
+ "protocol_id": 3
+ }
+ },
+ "protocol_id": 84
+ },
"minecraft:int_provider_type": {
"entries": {
"minecraft:biased_to_bottom": {
@@ -6380,25 +6484,25 @@
"default": "minecraft:air",
"entries": {
"minecraft:acacia_boat": {
- "protocol_id": 818
+ "protocol_id": 835
},
"minecraft:acacia_button": {
- "protocol_id": 718
+ "protocol_id": 719
},
"minecraft:acacia_chest_boat": {
- "protocol_id": 819
+ "protocol_id": 836
},
"minecraft:acacia_door": {
- "protocol_id": 747
+ "protocol_id": 748
},
"minecraft:acacia_fence": {
"protocol_id": 336
},
"minecraft:acacia_fence_gate": {
- "protocol_id": 788
+ "protocol_id": 789
},
"minecraft:acacia_hanging_sign": {
- "protocol_id": 942
+ "protocol_id": 959
},
"minecraft:acacia_leaves": {
"protocol_id": 186
@@ -6410,13 +6514,13 @@
"protocol_id": 40
},
"minecraft:acacia_pressure_plate": {
- "protocol_id": 734
+ "protocol_id": 735
},
"minecraft:acacia_sapling": {
"protocol_id": 53
},
"minecraft:acacia_sign": {
- "protocol_id": 930
+ "protocol_id": 947
},
"minecraft:acacia_slab": {
"protocol_id": 274
@@ -6425,19 +6529,19 @@
"protocol_id": 416
},
"minecraft:acacia_trapdoor": {
- "protocol_id": 768
+ "protocol_id": 769
},
"minecraft:acacia_wood": {
"protocol_id": 175
},
"minecraft:activator_rail": {
- "protocol_id": 799
+ "protocol_id": 800
},
"minecraft:air": {
"protocol_id": 0
},
"minecraft:allay_spawn_egg": {
- "protocol_id": 1069
+ "protocol_id": 1086
},
"minecraft:allium": {
"protocol_id": 234
@@ -6446,10 +6550,10 @@
"protocol_id": 88
},
"minecraft:amethyst_cluster": {
- "protocol_id": 1325
+ "protocol_id": 1344
},
"minecraft:amethyst_shard": {
- "protocol_id": 849
+ "protocol_id": 866
},
"minecraft:ancient_debris": {
"protocol_id": 82
@@ -6458,46 +6562,46 @@
"protocol_id": 6
},
"minecraft:andesite_slab": {
- "protocol_id": 678
+ "protocol_id": 679
},
"minecraft:andesite_stairs": {
- "protocol_id": 661
+ "protocol_id": 662
},
"minecraft:andesite_wall": {
"protocol_id": 437
},
"minecraft:angler_pottery_sherd": {
- "protocol_id": 1352
+ "protocol_id": 1371
},
"minecraft:anvil": {
"protocol_id": 449
},
"minecraft:apple": {
- "protocol_id": 840
+ "protocol_id": 857
},
"minecraft:archer_pottery_sherd": {
- "protocol_id": 1353
+ "protocol_id": 1372
},
"minecraft:armadillo_scute": {
- "protocol_id": 836
+ "protocol_id": 853
},
"minecraft:armadillo_spawn_egg": {
- "protocol_id": 1068
+ "protocol_id": 1085
},
"minecraft:armor_stand": {
- "protocol_id": 1186
+ "protocol_id": 1204
},
"minecraft:arms_up_pottery_sherd": {
- "protocol_id": 1354
+ "protocol_id": 1373
},
"minecraft:arrow": {
- "protocol_id": 842
+ "protocol_id": 859
},
"minecraft:axolotl_bucket": {
- "protocol_id": 961
+ "protocol_id": 978
},
"minecraft:axolotl_spawn_egg": {
- "protocol_id": 1070
+ "protocol_id": 1087
},
"minecraft:azalea": {
"protocol_id": 205
@@ -6509,7 +6613,7 @@
"protocol_id": 235
},
"minecraft:baked_potato": {
- "protocol_id": 1161
+ "protocol_id": 1179
},
"minecraft:bamboo": {
"protocol_id": 269
@@ -6518,22 +6622,22 @@
"protocol_id": 147
},
"minecraft:bamboo_button": {
- "protocol_id": 723
+ "protocol_id": 724
},
"minecraft:bamboo_chest_raft": {
- "protocol_id": 829
+ "protocol_id": 846
},
"minecraft:bamboo_door": {
- "protocol_id": 752
+ "protocol_id": 753
},
"minecraft:bamboo_fence": {
"protocol_id": 341
},
"minecraft:bamboo_fence_gate": {
- "protocol_id": 793
+ "protocol_id": 794
},
"minecraft:bamboo_hanging_sign": {
- "protocol_id": 947
+ "protocol_id": 964
},
"minecraft:bamboo_mosaic": {
"protocol_id": 48
@@ -6548,13 +6652,13 @@
"protocol_id": 45
},
"minecraft:bamboo_pressure_plate": {
- "protocol_id": 739
+ "protocol_id": 740
},
"minecraft:bamboo_raft": {
- "protocol_id": 828
+ "protocol_id": 845
},
"minecraft:bamboo_sign": {
- "protocol_id": 935
+ "protocol_id": 952
},
"minecraft:bamboo_slab": {
"protocol_id": 279
@@ -6563,10 +6667,10 @@
"protocol_id": 421
},
"minecraft:bamboo_trapdoor": {
- "protocol_id": 773
+ "protocol_id": 774
},
"minecraft:barrel": {
- "protocol_id": 1269
+ "protocol_id": 1288
},
"minecraft:barrier": {
"protocol_id": 473
@@ -6575,7 +6679,7 @@
"protocol_id": 350
},
"minecraft:bat_spawn_egg": {
- "protocol_id": 1071
+ "protocol_id": 1088
},
"minecraft:beacon": {
"protocol_id": 426
@@ -6584,52 +6688,52 @@
"protocol_id": 58
},
"minecraft:bee_nest": {
- "protocol_id": 1286
+ "protocol_id": 1305
},
"minecraft:bee_spawn_egg": {
- "protocol_id": 1072
+ "protocol_id": 1089
},
"minecraft:beef": {
- "protocol_id": 1048
+ "protocol_id": 1065
},
"minecraft:beehive": {
- "protocol_id": 1287
+ "protocol_id": 1306
},
"minecraft:beetroot": {
- "protocol_id": 1217
+ "protocol_id": 1235
},
"minecraft:beetroot_seeds": {
- "protocol_id": 1218
+ "protocol_id": 1236
},
"minecraft:beetroot_soup": {
- "protocol_id": 1219
+ "protocol_id": 1237
},
"minecraft:bell": {
- "protocol_id": 1277
+ "protocol_id": 1296
},
"minecraft:big_dripleaf": {
"protocol_id": 267
},
"minecraft:birch_boat": {
- "protocol_id": 814
+ "protocol_id": 831
},
"minecraft:birch_button": {
- "protocol_id": 716
+ "protocol_id": 717
},
"minecraft:birch_chest_boat": {
- "protocol_id": 815
+ "protocol_id": 832
},
"minecraft:birch_door": {
- "protocol_id": 745
+ "protocol_id": 746
},
"minecraft:birch_fence": {
"protocol_id": 334
},
"minecraft:birch_fence_gate": {
- "protocol_id": 786
+ "protocol_id": 787
},
"minecraft:birch_hanging_sign": {
- "protocol_id": 940
+ "protocol_id": 957
},
"minecraft:birch_leaves": {
"protocol_id": 184
@@ -6641,13 +6745,13 @@
"protocol_id": 38
},
"minecraft:birch_pressure_plate": {
- "protocol_id": 732
+ "protocol_id": 733
},
"minecraft:birch_sapling": {
"protocol_id": 51
},
"minecraft:birch_sign": {
- "protocol_id": 928
+ "protocol_id": 945
},
"minecraft:birch_slab": {
"protocol_id": 272
@@ -6656,22 +6760,22 @@
"protocol_id": 414
},
"minecraft:birch_trapdoor": {
- "protocol_id": 766
+ "protocol_id": 767
},
"minecraft:birch_wood": {
"protocol_id": 173
},
"minecraft:black_banner": {
- "protocol_id": 1211
+ "protocol_id": 1229
},
"minecraft:black_bed": {
- "protocol_id": 1039
+ "protocol_id": 1056
},
"minecraft:black_bundle": {
- "protocol_id": 990
+ "protocol_id": 1007
},
"minecraft:black_candle": {
- "protocol_id": 1321
+ "protocol_id": 1340
},
"minecraft:black_carpet": {
"protocol_id": 491
@@ -6683,11 +6787,14 @@
"protocol_id": 616
},
"minecraft:black_dye": {
- "protocol_id": 1019
+ "protocol_id": 1036
},
"minecraft:black_glazed_terracotta": {
"protocol_id": 584
},
+ "minecraft:black_harness": {
+ "protocol_id": 817
+ },
"minecraft:black_shulker_box": {
"protocol_id": 568
},
@@ -6704,43 +6811,43 @@
"protocol_id": 228
},
"minecraft:blackstone": {
- "protocol_id": 1292
+ "protocol_id": 1311
},
"minecraft:blackstone_slab": {
- "protocol_id": 1293
+ "protocol_id": 1312
},
"minecraft:blackstone_stairs": {
- "protocol_id": 1294
+ "protocol_id": 1313
},
"minecraft:blackstone_wall": {
"protocol_id": 442
},
"minecraft:blade_pottery_sherd": {
- "protocol_id": 1355
+ "protocol_id": 1374
},
"minecraft:blast_furnace": {
- "protocol_id": 1271
+ "protocol_id": 1290
},
"minecraft:blaze_powder": {
- "protocol_id": 1062
+ "protocol_id": 1079
},
"minecraft:blaze_rod": {
- "protocol_id": 1054
+ "protocol_id": 1071
},
"minecraft:blaze_spawn_egg": {
- "protocol_id": 1073
+ "protocol_id": 1090
},
"minecraft:blue_banner": {
- "protocol_id": 1207
+ "protocol_id": 1225
},
"minecraft:blue_bed": {
- "protocol_id": 1035
+ "protocol_id": 1052
},
"minecraft:blue_bundle": {
- "protocol_id": 986
+ "protocol_id": 1003
},
"minecraft:blue_candle": {
- "protocol_id": 1317
+ "protocol_id": 1336
},
"minecraft:blue_carpet": {
"protocol_id": 487
@@ -6752,16 +6859,19 @@
"protocol_id": 612
},
"minecraft:blue_dye": {
- "protocol_id": 1015
+ "protocol_id": 1032
},
"minecraft:blue_egg": {
- "protocol_id": 970
+ "protocol_id": 987
},
"minecraft:blue_glazed_terracotta": {
"protocol_id": 580
},
+ "minecraft:blue_harness": {
+ "protocol_id": 813
+ },
"minecraft:blue_ice": {
- "protocol_id": 649
+ "protocol_id": 650
},
"minecraft:blue_orchid": {
"protocol_id": 233
@@ -6782,61 +6892,61 @@
"protocol_id": 224
},
"minecraft:bogged_spawn_egg": {
- "protocol_id": 1074
+ "protocol_id": 1091
},
"minecraft:bolt_armor_trim_smithing_template": {
- "protocol_id": 1351
+ "protocol_id": 1370
},
"minecraft:bone": {
- "protocol_id": 1021
+ "protocol_id": 1038
},
"minecraft:bone_block": {
"protocol_id": 550
},
"minecraft:bone_meal": {
- "protocol_id": 1020
+ "protocol_id": 1037
},
"minecraft:book": {
- "protocol_id": 967
+ "protocol_id": 984
},
"minecraft:bookshelf": {
"protocol_id": 305
},
"minecraft:bordure_indented_banner_pattern": {
- "protocol_id": 1266
+ "protocol_id": 1285
},
"minecraft:bow": {
- "protocol_id": 841
+ "protocol_id": 858
},
"minecraft:bowl": {
- "protocol_id": 839
+ "protocol_id": 856
},
"minecraft:brain_coral": {
- "protocol_id": 630
+ "protocol_id": 631
},
"minecraft:brain_coral_block": {
- "protocol_id": 625
+ "protocol_id": 626
},
"minecraft:brain_coral_fan": {
- "protocol_id": 640
+ "protocol_id": 641
},
"minecraft:bread": {
- "protocol_id": 895
+ "protocol_id": 912
},
"minecraft:breeze_rod": {
- "protocol_id": 1154
+ "protocol_id": 1172
},
"minecraft:breeze_spawn_egg": {
- "protocol_id": 1075
+ "protocol_id": 1092
},
"minecraft:brewer_pottery_sherd": {
- "protocol_id": 1356
+ "protocol_id": 1375
},
"minecraft:brewing_stand": {
- "protocol_id": 1064
+ "protocol_id": 1081
},
"minecraft:brick": {
- "protocol_id": 963
+ "protocol_id": 980
},
"minecraft:brick_slab": {
"protocol_id": 289
@@ -6851,16 +6961,16 @@
"protocol_id": 304
},
"minecraft:brown_banner": {
- "protocol_id": 1208
+ "protocol_id": 1226
},
"minecraft:brown_bed": {
- "protocol_id": 1036
+ "protocol_id": 1053
},
"minecraft:brown_bundle": {
- "protocol_id": 987
+ "protocol_id": 1004
},
"minecraft:brown_candle": {
- "protocol_id": 1318
+ "protocol_id": 1337
},
"minecraft:brown_carpet": {
"protocol_id": 488
@@ -6872,14 +6982,17 @@
"protocol_id": 613
},
"minecraft:brown_dye": {
- "protocol_id": 1016
+ "protocol_id": 1033
},
"minecraft:brown_egg": {
- "protocol_id": 971
+ "protocol_id": 988
},
"minecraft:brown_glazed_terracotta": {
"protocol_id": 581
},
+ "minecraft:brown_harness": {
+ "protocol_id": 814
+ },
"minecraft:brown_mushroom": {
"protocol_id": 247
},
@@ -6902,28 +7015,28 @@
"protocol_id": 225
},
"minecraft:brush": {
- "protocol_id": 1332
+ "protocol_id": 1351
},
"minecraft:bubble_coral": {
- "protocol_id": 631
+ "protocol_id": 632
},
"minecraft:bubble_coral_block": {
- "protocol_id": 626
+ "protocol_id": 627
},
"minecraft:bubble_coral_fan": {
- "protocol_id": 641
+ "protocol_id": 642
},
"minecraft:bucket": {
- "protocol_id": 950
+ "protocol_id": 967
},
"minecraft:budding_amethyst": {
"protocol_id": 89
},
"minecraft:bundle": {
- "protocol_id": 974
+ "protocol_id": 991
},
"minecraft:burn_pottery_sherd": {
- "protocol_id": 1357
+ "protocol_id": 1376
},
"minecraft:bush": {
"protocol_id": 204
@@ -6935,43 +7048,43 @@
"protocol_id": 329
},
"minecraft:cake": {
- "protocol_id": 1023
+ "protocol_id": 1040
},
"minecraft:calcite": {
"protocol_id": 11
},
"minecraft:calibrated_sculk_sensor": {
- "protocol_id": 706
+ "protocol_id": 707
},
"minecraft:camel_spawn_egg": {
- "protocol_id": 1077
+ "protocol_id": 1094
},
"minecraft:campfire": {
- "protocol_id": 1282
+ "protocol_id": 1301
},
"minecraft:candle": {
- "protocol_id": 1305
+ "protocol_id": 1324
},
"minecraft:carrot": {
- "protocol_id": 1159
+ "protocol_id": 1177
},
"minecraft:carrot_on_a_stick": {
- "protocol_id": 806
+ "protocol_id": 823
},
"minecraft:cartography_table": {
- "protocol_id": 1272
+ "protocol_id": 1291
},
"minecraft:carved_pumpkin": {
"protocol_id": 345
},
"minecraft:cat_spawn_egg": {
- "protocol_id": 1076
+ "protocol_id": 1093
},
"minecraft:cauldron": {
- "protocol_id": 1065
+ "protocol_id": 1082
},
"minecraft:cave_spider_spawn_egg": {
- "protocol_id": 1078
+ "protocol_id": 1095
},
"minecraft:chain": {
"protocol_id": 378
@@ -6980,40 +7093,40 @@
"protocol_id": 545
},
"minecraft:chainmail_boots": {
- "protocol_id": 903
+ "protocol_id": 920
},
"minecraft:chainmail_chestplate": {
- "protocol_id": 901
+ "protocol_id": 918
},
"minecraft:chainmail_helmet": {
- "protocol_id": 900
+ "protocol_id": 917
},
"minecraft:chainmail_leggings": {
- "protocol_id": 902
+ "protocol_id": 919
},
"minecraft:charcoal": {
- "protocol_id": 844
+ "protocol_id": 861
},
"minecraft:cherry_boat": {
- "protocol_id": 820
+ "protocol_id": 837
},
"minecraft:cherry_button": {
- "protocol_id": 719
+ "protocol_id": 720
},
"minecraft:cherry_chest_boat": {
- "protocol_id": 821
+ "protocol_id": 838
},
"minecraft:cherry_door": {
- "protocol_id": 748
+ "protocol_id": 749
},
"minecraft:cherry_fence": {
"protocol_id": 337
},
"minecraft:cherry_fence_gate": {
- "protocol_id": 789
+ "protocol_id": 790
},
"minecraft:cherry_hanging_sign": {
- "protocol_id": 943
+ "protocol_id": 960
},
"minecraft:cherry_leaves": {
"protocol_id": 187
@@ -7025,13 +7138,13 @@
"protocol_id": 41
},
"minecraft:cherry_pressure_plate": {
- "protocol_id": 735
+ "protocol_id": 736
},
"minecraft:cherry_sapling": {
"protocol_id": 54
},
"minecraft:cherry_sign": {
- "protocol_id": 931
+ "protocol_id": 948
},
"minecraft:cherry_slab": {
"protocol_id": 275
@@ -7040,7 +7153,7 @@
"protocol_id": 417
},
"minecraft:cherry_trapdoor": {
- "protocol_id": 769
+ "protocol_id": 770
},
"minecraft:cherry_wood": {
"protocol_id": 176
@@ -7049,13 +7162,13 @@
"protocol_id": 319
},
"minecraft:chest_minecart": {
- "protocol_id": 802
+ "protocol_id": 819
},
"minecraft:chicken": {
- "protocol_id": 1050
+ "protocol_id": 1067
},
"minecraft:chicken_spawn_egg": {
- "protocol_id": 1079
+ "protocol_id": 1096
},
"minecraft:chipped_anvil": {
"protocol_id": 450
@@ -7073,7 +7186,7 @@
"protocol_id": 397
},
"minecraft:chiseled_polished_blackstone": {
- "protocol_id": 1299
+ "protocol_id": 1318
},
"minecraft:chiseled_quartz_block": {
"protocol_id": 452
@@ -7100,7 +7213,7 @@
"protocol_id": 313
},
"minecraft:chorus_fruit": {
- "protocol_id": 1213
+ "protocol_id": 1231
},
"minecraft:chorus_plant": {
"protocol_id": 312
@@ -7109,16 +7222,16 @@
"protocol_id": 330
},
"minecraft:clay_ball": {
- "protocol_id": 964
+ "protocol_id": 981
},
"minecraft:clock": {
- "protocol_id": 992
+ "protocol_id": 1009
},
"minecraft:closed_eyeblossom": {
"protocol_id": 231
},
"minecraft:coal": {
- "protocol_id": 843
+ "protocol_id": 860
},
"minecraft:coal_block": {
"protocol_id": 83
@@ -7130,16 +7243,16 @@
"protocol_id": 29
},
"minecraft:coast_armor_trim_smithing_template": {
- "protocol_id": 1336
+ "protocol_id": 1355
},
"minecraft:cobbled_deepslate": {
"protocol_id": 9
},
"minecraft:cobbled_deepslate_slab": {
- "protocol_id": 682
+ "protocol_id": 683
},
"minecraft:cobbled_deepslate_stairs": {
- "protocol_id": 665
+ "protocol_id": 666
},
"minecraft:cobbled_deepslate_wall": {
"protocol_id": 445
@@ -7160,85 +7273,85 @@
"protocol_id": 201
},
"minecraft:cocoa_beans": {
- "protocol_id": 1003
+ "protocol_id": 1020
},
"minecraft:cod": {
- "protocol_id": 995
+ "protocol_id": 1012
},
"minecraft:cod_bucket": {
- "protocol_id": 959
+ "protocol_id": 976
},
"minecraft:cod_spawn_egg": {
- "protocol_id": 1080
+ "protocol_id": 1097
},
"minecraft:command_block": {
"protocol_id": 425
},
"minecraft:command_block_minecart": {
- "protocol_id": 1193
+ "protocol_id": 1211
},
"minecraft:comparator": {
- "protocol_id": 691
+ "protocol_id": 692
},
"minecraft:compass": {
- "protocol_id": 972
+ "protocol_id": 989
},
"minecraft:composter": {
- "protocol_id": 1268
+ "protocol_id": 1287
},
"minecraft:conduit": {
- "protocol_id": 650
+ "protocol_id": 651
},
"minecraft:cooked_beef": {
- "protocol_id": 1049
+ "protocol_id": 1066
},
"minecraft:cooked_chicken": {
- "protocol_id": 1051
+ "protocol_id": 1068
},
"minecraft:cooked_cod": {
- "protocol_id": 999
+ "protocol_id": 1016
},
"minecraft:cooked_mutton": {
- "protocol_id": 1195
+ "protocol_id": 1213
},
"minecraft:cooked_porkchop": {
- "protocol_id": 922
+ "protocol_id": 939
},
"minecraft:cooked_rabbit": {
- "protocol_id": 1182
+ "protocol_id": 1200
},
"minecraft:cooked_salmon": {
- "protocol_id": 1000
+ "protocol_id": 1017
},
"minecraft:cookie": {
- "protocol_id": 1040
+ "protocol_id": 1057
},
"minecraft:copper_block": {
"protocol_id": 91
},
"minecraft:copper_bulb": {
- "protocol_id": 1383
+ "protocol_id": 1402
},
"minecraft:copper_door": {
- "protocol_id": 755
+ "protocol_id": 756
},
"minecraft:copper_grate": {
- "protocol_id": 1375
+ "protocol_id": 1394
},
"minecraft:copper_ingot": {
- "protocol_id": 853
+ "protocol_id": 870
},
"minecraft:copper_ore": {
"protocol_id": 68
},
"minecraft:copper_trapdoor": {
- "protocol_id": 776
+ "protocol_id": 777
},
"minecraft:cornflower": {
"protocol_id": 241
},
"minecraft:cow_spawn_egg": {
- "protocol_id": 1081
+ "protocol_id": 1098
},
"minecraft:cracked_deepslate_bricks": {
"protocol_id": 369
@@ -7250,13 +7363,13 @@
"protocol_id": 396
},
"minecraft:cracked_polished_blackstone_bricks": {
- "protocol_id": 1303
+ "protocol_id": 1322
},
"minecraft:cracked_stone_bricks": {
"protocol_id": 364
},
"minecraft:crafter": {
- "protocol_id": 1041
+ "protocol_id": 1058
},
"minecraft:crafting_table": {
"protocol_id": 320
@@ -7265,34 +7378,34 @@
"protocol_id": 318
},
"minecraft:creaking_spawn_egg": {
- "protocol_id": 1144
+ "protocol_id": 1162
},
"minecraft:creeper_banner_pattern": {
- "protocol_id": 1258
+ "protocol_id": 1277
},
"minecraft:creeper_head": {
- "protocol_id": 1169
+ "protocol_id": 1187
},
"minecraft:creeper_spawn_egg": {
- "protocol_id": 1082
+ "protocol_id": 1099
},
"minecraft:crimson_button": {
- "protocol_id": 724
+ "protocol_id": 725
},
"minecraft:crimson_door": {
- "protocol_id": 753
+ "protocol_id": 754
},
"minecraft:crimson_fence": {
"protocol_id": 342
},
"minecraft:crimson_fence_gate": {
- "protocol_id": 794
+ "protocol_id": 795
},
"minecraft:crimson_fungus": {
"protocol_id": 249
},
"minecraft:crimson_hanging_sign": {
- "protocol_id": 948
+ "protocol_id": 965
},
"minecraft:crimson_hyphae": {
"protocol_id": 180
@@ -7304,13 +7417,13 @@
"protocol_id": 46
},
"minecraft:crimson_pressure_plate": {
- "protocol_id": 740
+ "protocol_id": 741
},
"minecraft:crimson_roots": {
"protocol_id": 251
},
"minecraft:crimson_sign": {
- "protocol_id": 936
+ "protocol_id": 953
},
"minecraft:crimson_slab": {
"protocol_id": 281
@@ -7322,13 +7435,13 @@
"protocol_id": 145
},
"minecraft:crimson_trapdoor": {
- "protocol_id": 774
+ "protocol_id": 775
},
"minecraft:crossbow": {
- "protocol_id": 1254
+ "protocol_id": 1273
},
"minecraft:crying_obsidian": {
- "protocol_id": 1291
+ "protocol_id": 1310
},
"minecraft:cut_copper": {
"protocol_id": 102
@@ -7352,16 +7465,16 @@
"protocol_id": 286
},
"minecraft:cyan_banner": {
- "protocol_id": 1205
+ "protocol_id": 1223
},
"minecraft:cyan_bed": {
- "protocol_id": 1033
+ "protocol_id": 1050
},
"minecraft:cyan_bundle": {
- "protocol_id": 984
+ "protocol_id": 1001
},
"minecraft:cyan_candle": {
- "protocol_id": 1315
+ "protocol_id": 1334
},
"minecraft:cyan_carpet": {
"protocol_id": 485
@@ -7373,11 +7486,14 @@
"protocol_id": 610
},
"minecraft:cyan_dye": {
- "protocol_id": 1013
+ "protocol_id": 1030
},
"minecraft:cyan_glazed_terracotta": {
"protocol_id": 578
},
+ "minecraft:cyan_harness": {
+ "protocol_id": 811
+ },
"minecraft:cyan_shulker_box": {
"protocol_id": 562
},
@@ -7400,28 +7516,28 @@
"protocol_id": 229
},
"minecraft:danger_pottery_sherd": {
- "protocol_id": 1358
+ "protocol_id": 1377
},
"minecraft:dark_oak_boat": {
- "protocol_id": 822
+ "protocol_id": 839
},
"minecraft:dark_oak_button": {
- "protocol_id": 720
+ "protocol_id": 721
},
"minecraft:dark_oak_chest_boat": {
- "protocol_id": 823
+ "protocol_id": 840
},
"minecraft:dark_oak_door": {
- "protocol_id": 749
+ "protocol_id": 750
},
"minecraft:dark_oak_fence": {
"protocol_id": 338
},
"minecraft:dark_oak_fence_gate": {
- "protocol_id": 790
+ "protocol_id": 791
},
"minecraft:dark_oak_hanging_sign": {
- "protocol_id": 944
+ "protocol_id": 961
},
"minecraft:dark_oak_leaves": {
"protocol_id": 188
@@ -7433,13 +7549,13 @@
"protocol_id": 42
},
"minecraft:dark_oak_pressure_plate": {
- "protocol_id": 736
+ "protocol_id": 737
},
"minecraft:dark_oak_sapling": {
"protocol_id": 55
},
"minecraft:dark_oak_sign": {
- "protocol_id": 932
+ "protocol_id": 949
},
"minecraft:dark_oak_slab": {
"protocol_id": 276
@@ -7448,7 +7564,7 @@
"protocol_id": 418
},
"minecraft:dark_oak_trapdoor": {
- "protocol_id": 770
+ "protocol_id": 771
},
"minecraft:dark_oak_wood": {
"protocol_id": 178
@@ -7463,58 +7579,58 @@
"protocol_id": 538
},
"minecraft:daylight_detector": {
- "protocol_id": 704
+ "protocol_id": 705
},
"minecraft:dead_brain_coral": {
- "protocol_id": 634
- },
- "minecraft:dead_brain_coral_block": {
- "protocol_id": 620
- },
- "minecraft:dead_brain_coral_fan": {
- "protocol_id": 645
- },
- "minecraft:dead_bubble_coral": {
"protocol_id": 635
},
- "minecraft:dead_bubble_coral_block": {
+ "minecraft:dead_brain_coral_block": {
"protocol_id": 621
},
- "minecraft:dead_bubble_coral_fan": {
+ "minecraft:dead_brain_coral_fan": {
"protocol_id": 646
},
+ "minecraft:dead_bubble_coral": {
+ "protocol_id": 636
+ },
+ "minecraft:dead_bubble_coral_block": {
+ "protocol_id": 622
+ },
+ "minecraft:dead_bubble_coral_fan": {
+ "protocol_id": 647
+ },
"minecraft:dead_bush": {
"protocol_id": 207
},
"minecraft:dead_fire_coral": {
- "protocol_id": 636
- },
- "minecraft:dead_fire_coral_block": {
- "protocol_id": 622
- },
- "minecraft:dead_fire_coral_fan": {
- "protocol_id": 647
- },
- "minecraft:dead_horn_coral": {
"protocol_id": 637
},
- "minecraft:dead_horn_coral_block": {
+ "minecraft:dead_fire_coral_block": {
"protocol_id": 623
},
- "minecraft:dead_horn_coral_fan": {
+ "minecraft:dead_fire_coral_fan": {
"protocol_id": 648
},
- "minecraft:dead_tube_coral": {
+ "minecraft:dead_horn_coral": {
"protocol_id": 638
},
+ "minecraft:dead_horn_coral_block": {
+ "protocol_id": 624
+ },
+ "minecraft:dead_horn_coral_fan": {
+ "protocol_id": 649
+ },
+ "minecraft:dead_tube_coral": {
+ "protocol_id": 639
+ },
"minecraft:dead_tube_coral_block": {
- "protocol_id": 619
+ "protocol_id": 620
},
"minecraft:dead_tube_coral_fan": {
- "protocol_id": 644
+ "protocol_id": 645
},
"minecraft:debug_stick": {
- "protocol_id": 1230
+ "protocol_id": 1248
},
"minecraft:decorated_pot": {
"protocol_id": 307
@@ -7523,10 +7639,10 @@
"protocol_id": 8
},
"minecraft:deepslate_brick_slab": {
- "protocol_id": 684
+ "protocol_id": 685
},
"minecraft:deepslate_brick_stairs": {
- "protocol_id": 667
+ "protocol_id": 668
},
"minecraft:deepslate_brick_wall": {
"protocol_id": 447
@@ -7559,10 +7675,10 @@
"protocol_id": 73
},
"minecraft:deepslate_tile_slab": {
- "protocol_id": 685
+ "protocol_id": 686
},
"minecraft:deepslate_tile_stairs": {
- "protocol_id": 668
+ "protocol_id": 669
},
"minecraft:deepslate_tile_wall": {
"protocol_id": 448
@@ -7571,55 +7687,55 @@
"protocol_id": 370
},
"minecraft:detector_rail": {
- "protocol_id": 797
+ "protocol_id": 798
},
"minecraft:diamond": {
- "protocol_id": 845
+ "protocol_id": 862
},
"minecraft:diamond_axe": {
- "protocol_id": 881
+ "protocol_id": 898
},
"minecraft:diamond_block": {
"protocol_id": 93
},
"minecraft:diamond_boots": {
- "protocol_id": 911
+ "protocol_id": 928
},
"minecraft:diamond_chestplate": {
- "protocol_id": 909
+ "protocol_id": 926
},
"minecraft:diamond_helmet": {
- "protocol_id": 908
+ "protocol_id": 925
},
"minecraft:diamond_hoe": {
- "protocol_id": 882
+ "protocol_id": 899
},
"minecraft:diamond_horse_armor": {
- "protocol_id": 1189
+ "protocol_id": 1207
},
"minecraft:diamond_leggings": {
- "protocol_id": 910
+ "protocol_id": 927
},
"minecraft:diamond_ore": {
"protocol_id": 78
},
"minecraft:diamond_pickaxe": {
- "protocol_id": 880
+ "protocol_id": 897
},
"minecraft:diamond_shovel": {
- "protocol_id": 879
+ "protocol_id": 896
},
"minecraft:diamond_sword": {
- "protocol_id": 878
+ "protocol_id": 895
},
"minecraft:diorite": {
"protocol_id": 4
},
"minecraft:diorite_slab": {
- "protocol_id": 681
+ "protocol_id": 682
},
"minecraft:diorite_stairs": {
- "protocol_id": 664
+ "protocol_id": 665
},
"minecraft:diorite_wall": {
"protocol_id": 441
@@ -7631,58 +7747,61 @@
"protocol_id": 494
},
"minecraft:disc_fragment_5": {
- "protocol_id": 1250
+ "protocol_id": 1269
},
"minecraft:dispenser": {
- "protocol_id": 698
+ "protocol_id": 699
},
"minecraft:dolphin_spawn_egg": {
- "protocol_id": 1083
+ "protocol_id": 1100
},
"minecraft:donkey_spawn_egg": {
- "protocol_id": 1084
+ "protocol_id": 1101
},
"minecraft:dragon_breath": {
- "protocol_id": 1220
+ "protocol_id": 1238
},
"minecraft:dragon_egg": {
"protocol_id": 408
},
"minecraft:dragon_head": {
- "protocol_id": 1170
+ "protocol_id": 1188
+ },
+ "minecraft:dried_ghast": {
+ "protocol_id": 619
},
"minecraft:dried_kelp": {
- "protocol_id": 1045
+ "protocol_id": 1062
},
"minecraft:dried_kelp_block": {
- "protocol_id": 965
+ "protocol_id": 982
},
"minecraft:dripstone_block": {
"protocol_id": 26
},
"minecraft:dropper": {
- "protocol_id": 699
+ "protocol_id": 700
},
"minecraft:drowned_spawn_egg": {
- "protocol_id": 1085
+ "protocol_id": 1102
},
"minecraft:dune_armor_trim_smithing_template": {
- "protocol_id": 1335
+ "protocol_id": 1354
},
"minecraft:echo_shard": {
- "protocol_id": 1331
+ "protocol_id": 1350
},
"minecraft:egg": {
- "protocol_id": 969
+ "protocol_id": 986
},
"minecraft:elder_guardian_spawn_egg": {
- "protocol_id": 1086
+ "protocol_id": 1103
},
"minecraft:elytra": {
- "protocol_id": 809
+ "protocol_id": 826
},
"minecraft:emerald": {
- "protocol_id": 846
+ "protocol_id": 863
},
"minecraft:emerald_block": {
"protocol_id": 411
@@ -7691,16 +7810,16 @@
"protocol_id": 74
},
"minecraft:enchanted_book": {
- "protocol_id": 1176
+ "protocol_id": 1194
},
"minecraft:enchanted_golden_apple": {
- "protocol_id": 925
+ "protocol_id": 942
},
"minecraft:enchanting_table": {
"protocol_id": 404
},
"minecraft:end_crystal": {
- "protocol_id": 1212
+ "protocol_id": 1230
},
"minecraft:end_portal_frame": {
"protocol_id": 405
@@ -7712,10 +7831,10 @@
"protocol_id": 406
},
"minecraft:end_stone_brick_slab": {
- "protocol_id": 674
+ "protocol_id": 675
},
"minecraft:end_stone_brick_stairs": {
- "protocol_id": 656
+ "protocol_id": 657
},
"minecraft:end_stone_brick_wall": {
"protocol_id": 440
@@ -7727,28 +7846,28 @@
"protocol_id": 410
},
"minecraft:ender_dragon_spawn_egg": {
- "protocol_id": 1087
+ "protocol_id": 1104
},
"minecraft:ender_eye": {
- "protocol_id": 1066
+ "protocol_id": 1083
},
"minecraft:ender_pearl": {
- "protocol_id": 1053
+ "protocol_id": 1070
},
"minecraft:enderman_spawn_egg": {
- "protocol_id": 1088
+ "protocol_id": 1105
},
"minecraft:endermite_spawn_egg": {
- "protocol_id": 1089
+ "protocol_id": 1106
},
"minecraft:evoker_spawn_egg": {
- "protocol_id": 1090
+ "protocol_id": 1107
},
"minecraft:experience_bottle": {
- "protocol_id": 1149
+ "protocol_id": 1167
},
"minecraft:explorer_pottery_sherd": {
- "protocol_id": 1359
+ "protocol_id": 1378
},
"minecraft:exposed_chiseled_copper": {
"protocol_id": 99
@@ -7757,16 +7876,16 @@
"protocol_id": 95
},
"minecraft:exposed_copper_bulb": {
- "protocol_id": 1384
+ "protocol_id": 1403
},
"minecraft:exposed_copper_door": {
- "protocol_id": 756
+ "protocol_id": 757
},
"minecraft:exposed_copper_grate": {
- "protocol_id": 1376
+ "protocol_id": 1395
},
"minecraft:exposed_copper_trapdoor": {
- "protocol_id": 777
+ "protocol_id": 778
},
"minecraft:exposed_cut_copper": {
"protocol_id": 103
@@ -7778,73 +7897,73 @@
"protocol_id": 107
},
"minecraft:eye_armor_trim_smithing_template": {
- "protocol_id": 1339
+ "protocol_id": 1358
},
"minecraft:farmland": {
"protocol_id": 321
},
"minecraft:feather": {
- "protocol_id": 891
+ "protocol_id": 908
},
"minecraft:fermented_spider_eye": {
- "protocol_id": 1061
+ "protocol_id": 1078
},
"minecraft:fern": {
"protocol_id": 203
},
"minecraft:field_masoned_banner_pattern": {
- "protocol_id": 1265
+ "protocol_id": 1284
},
"minecraft:filled_map": {
- "protocol_id": 1042
+ "protocol_id": 1059
},
"minecraft:fire_charge": {
- "protocol_id": 1150
+ "protocol_id": 1168
},
"minecraft:fire_coral": {
- "protocol_id": 632
+ "protocol_id": 633
},
"minecraft:fire_coral_block": {
- "protocol_id": 627
+ "protocol_id": 628
},
"minecraft:fire_coral_fan": {
- "protocol_id": 642
+ "protocol_id": 643
},
"minecraft:firefly_bush": {
"protocol_id": 208
},
"minecraft:firework_rocket": {
- "protocol_id": 1174
+ "protocol_id": 1192
},
"minecraft:firework_star": {
- "protocol_id": 1175
+ "protocol_id": 1193
},
"minecraft:fishing_rod": {
- "protocol_id": 991
+ "protocol_id": 1008
},
"minecraft:fletching_table": {
- "protocol_id": 1273
+ "protocol_id": 1292
},
"minecraft:flint": {
- "protocol_id": 920
+ "protocol_id": 937
},
"minecraft:flint_and_steel": {
- "protocol_id": 838
+ "protocol_id": 855
},
"minecraft:flow_armor_trim_smithing_template": {
- "protocol_id": 1350
+ "protocol_id": 1369
},
"minecraft:flow_banner_pattern": {
- "protocol_id": 1263
+ "protocol_id": 1282
},
"minecraft:flow_pottery_sherd": {
- "protocol_id": 1360
+ "protocol_id": 1379
},
"minecraft:flower_banner_pattern": {
- "protocol_id": 1257
+ "protocol_id": 1276
},
"minecraft:flower_pot": {
- "protocol_id": 1158
+ "protocol_id": 1176
},
"minecraft:flowering_azalea": {
"protocol_id": 206
@@ -7853,130 +7972,130 @@
"protocol_id": 192
},
"minecraft:fox_spawn_egg": {
- "protocol_id": 1091
+ "protocol_id": 1108
},
"minecraft:friend_pottery_sherd": {
- "protocol_id": 1361
+ "protocol_id": 1380
},
"minecraft:frog_spawn_egg": {
- "protocol_id": 1092
+ "protocol_id": 1109
},
"minecraft:frogspawn": {
- "protocol_id": 1330
+ "protocol_id": 1349
},
"minecraft:furnace": {
"protocol_id": 322
},
"minecraft:furnace_minecart": {
- "protocol_id": 803
+ "protocol_id": 820
},
"minecraft:ghast_spawn_egg": {
- "protocol_id": 1093
+ "protocol_id": 1110
},
"minecraft:ghast_tear": {
- "protocol_id": 1055
+ "protocol_id": 1072
},
"minecraft:gilded_blackstone": {
- "protocol_id": 1295
+ "protocol_id": 1314
},
"minecraft:glass": {
"protocol_id": 195
},
"minecraft:glass_bottle": {
- "protocol_id": 1058
+ "protocol_id": 1075
},
"minecraft:glass_pane": {
"protocol_id": 379
},
"minecraft:glistering_melon_slice": {
- "protocol_id": 1067
+ "protocol_id": 1084
},
"minecraft:globe_banner_pattern": {
- "protocol_id": 1261
+ "protocol_id": 1280
},
"minecraft:glow_berries": {
- "protocol_id": 1281
+ "protocol_id": 1300
},
"minecraft:glow_ink_sac": {
- "protocol_id": 1002
+ "protocol_id": 1019
},
"minecraft:glow_item_frame": {
- "protocol_id": 1157
+ "protocol_id": 1175
},
"minecraft:glow_lichen": {
"protocol_id": 382
},
"minecraft:glow_squid_spawn_egg": {
- "protocol_id": 1094
+ "protocol_id": 1112
},
"minecraft:glowstone": {
"protocol_id": 354
},
"minecraft:glowstone_dust": {
- "protocol_id": 994
+ "protocol_id": 1011
},
"minecraft:goat_horn": {
- "protocol_id": 1267
+ "protocol_id": 1286
},
"minecraft:goat_spawn_egg": {
- "protocol_id": 1095
+ "protocol_id": 1113
},
"minecraft:gold_block": {
"protocol_id": 92
},
"minecraft:gold_ingot": {
- "protocol_id": 855
+ "protocol_id": 872
},
"minecraft:gold_nugget": {
- "protocol_id": 1056
+ "protocol_id": 1073
},
"minecraft:gold_ore": {
"protocol_id": 70
},
"minecraft:golden_apple": {
- "protocol_id": 924
+ "protocol_id": 941
},
"minecraft:golden_axe": {
- "protocol_id": 871
+ "protocol_id": 888
},
"minecraft:golden_boots": {
- "protocol_id": 915
+ "protocol_id": 932
},
"minecraft:golden_carrot": {
- "protocol_id": 1164
+ "protocol_id": 1182
},
"minecraft:golden_chestplate": {
- "protocol_id": 913
+ "protocol_id": 930
},
"minecraft:golden_helmet": {
- "protocol_id": 912
+ "protocol_id": 929
},
"minecraft:golden_hoe": {
- "protocol_id": 872
+ "protocol_id": 889
},
"minecraft:golden_horse_armor": {
- "protocol_id": 1188
+ "protocol_id": 1206
},
"minecraft:golden_leggings": {
- "protocol_id": 914
+ "protocol_id": 931
},
"minecraft:golden_pickaxe": {
- "protocol_id": 870
+ "protocol_id": 887
},
"minecraft:golden_shovel": {
- "protocol_id": 869
+ "protocol_id": 886
},
"minecraft:golden_sword": {
- "protocol_id": 868
+ "protocol_id": 885
},
"minecraft:granite": {
"protocol_id": 2
},
"minecraft:granite_slab": {
- "protocol_id": 677
+ "protocol_id": 678
},
"minecraft:granite_stairs": {
- "protocol_id": 660
+ "protocol_id": 661
},
"minecraft:granite_wall": {
"protocol_id": 433
@@ -7988,16 +8107,16 @@
"protocol_id": 63
},
"minecraft:gray_banner": {
- "protocol_id": 1203
+ "protocol_id": 1221
},
"minecraft:gray_bed": {
- "protocol_id": 1031
+ "protocol_id": 1048
},
"minecraft:gray_bundle": {
- "protocol_id": 982
+ "protocol_id": 999
},
"minecraft:gray_candle": {
- "protocol_id": 1313
+ "protocol_id": 1332
},
"minecraft:gray_carpet": {
"protocol_id": 483
@@ -8009,11 +8128,14 @@
"protocol_id": 608
},
"minecraft:gray_dye": {
- "protocol_id": 1011
+ "protocol_id": 1028
},
"minecraft:gray_glazed_terracotta": {
"protocol_id": 576
},
+ "minecraft:gray_harness": {
+ "protocol_id": 809
+ },
"minecraft:gray_shulker_box": {
"protocol_id": 560
},
@@ -8030,16 +8152,16 @@
"protocol_id": 220
},
"minecraft:green_banner": {
- "protocol_id": 1209
+ "protocol_id": 1227
},
"minecraft:green_bed": {
- "protocol_id": 1037
+ "protocol_id": 1054
},
"minecraft:green_bundle": {
- "protocol_id": 988
+ "protocol_id": 1005
},
"minecraft:green_candle": {
- "protocol_id": 1319
+ "protocol_id": 1338
},
"minecraft:green_carpet": {
"protocol_id": 489
@@ -8051,11 +8173,14 @@
"protocol_id": 614
},
"minecraft:green_dye": {
- "protocol_id": 1017
+ "protocol_id": 1034
},
"minecraft:green_glazed_terracotta": {
"protocol_id": 582
},
+ "minecraft:green_harness": {
+ "protocol_id": 815
+ },
"minecraft:green_shulker_box": {
"protocol_id": 566
},
@@ -8072,82 +8197,85 @@
"protocol_id": 226
},
"minecraft:grindstone": {
- "protocol_id": 1274
+ "protocol_id": 1293
},
"minecraft:guardian_spawn_egg": {
- "protocol_id": 1096
+ "protocol_id": 1114
},
"minecraft:gunpowder": {
- "protocol_id": 892
+ "protocol_id": 909
},
"minecraft:guster_banner_pattern": {
- "protocol_id": 1264
+ "protocol_id": 1283
},
"minecraft:guster_pottery_sherd": {
- "protocol_id": 1362
+ "protocol_id": 1381
},
"minecraft:hanging_roots": {
"protocol_id": 266
},
+ "minecraft:happy_ghast_spawn_egg": {
+ "protocol_id": 1111
+ },
"minecraft:hay_block": {
"protocol_id": 475
},
"minecraft:heart_of_the_sea": {
- "protocol_id": 1253
+ "protocol_id": 1272
},
"minecraft:heart_pottery_sherd": {
- "protocol_id": 1363
+ "protocol_id": 1382
},
"minecraft:heartbreak_pottery_sherd": {
- "protocol_id": 1364
+ "protocol_id": 1383
},
"minecraft:heavy_core": {
"protocol_id": 87
},
"minecraft:heavy_weighted_pressure_plate": {
- "protocol_id": 729
+ "protocol_id": 730
},
"minecraft:hoglin_spawn_egg": {
- "protocol_id": 1097
+ "protocol_id": 1115
},
"minecraft:honey_block": {
- "protocol_id": 695
+ "protocol_id": 696
},
"minecraft:honey_bottle": {
- "protocol_id": 1288
+ "protocol_id": 1307
},
"minecraft:honeycomb": {
- "protocol_id": 1285
+ "protocol_id": 1304
},
"minecraft:honeycomb_block": {
- "protocol_id": 1289
+ "protocol_id": 1308
},
"minecraft:hopper": {
- "protocol_id": 697
+ "protocol_id": 698
},
"minecraft:hopper_minecart": {
- "protocol_id": 805
+ "protocol_id": 822
},
"minecraft:horn_coral": {
- "protocol_id": 633
+ "protocol_id": 634
},
"minecraft:horn_coral_block": {
- "protocol_id": 628
+ "protocol_id": 629
},
"minecraft:horn_coral_fan": {
- "protocol_id": 643
+ "protocol_id": 644
},
"minecraft:horse_spawn_egg": {
- "protocol_id": 1098
+ "protocol_id": 1116
},
"minecraft:host_armor_trim_smithing_template": {
- "protocol_id": 1349
+ "protocol_id": 1368
},
"minecraft:howl_pottery_sherd": {
- "protocol_id": 1365
+ "protocol_id": 1384
},
"minecraft:husk_spawn_egg": {
- "protocol_id": 1099
+ "protocol_id": 1117
},
"minecraft:ice": {
"protocol_id": 326
@@ -8174,10 +8302,10 @@
"protocol_id": 357
},
"minecraft:ink_sac": {
- "protocol_id": 1001
+ "protocol_id": 1018
},
"minecraft:iron_axe": {
- "protocol_id": 876
+ "protocol_id": 893
},
"minecraft:iron_bars": {
"protocol_id": 377
@@ -8186,82 +8314,82 @@
"protocol_id": 90
},
"minecraft:iron_boots": {
- "protocol_id": 907
+ "protocol_id": 924
},
"minecraft:iron_chestplate": {
- "protocol_id": 905
+ "protocol_id": 922
},
"minecraft:iron_door": {
- "protocol_id": 742
+ "protocol_id": 743
},
"minecraft:iron_golem_spawn_egg": {
- "protocol_id": 1100
+ "protocol_id": 1118
},
"minecraft:iron_helmet": {
- "protocol_id": 904
+ "protocol_id": 921
},
"minecraft:iron_hoe": {
- "protocol_id": 877
+ "protocol_id": 894
},
"minecraft:iron_horse_armor": {
- "protocol_id": 1187
+ "protocol_id": 1205
},
"minecraft:iron_ingot": {
- "protocol_id": 851
+ "protocol_id": 868
},
"minecraft:iron_leggings": {
- "protocol_id": 906
+ "protocol_id": 923
},
"minecraft:iron_nugget": {
- "protocol_id": 1228
+ "protocol_id": 1246
},
"minecraft:iron_ore": {
"protocol_id": 66
},
"minecraft:iron_pickaxe": {
- "protocol_id": 875
+ "protocol_id": 892
},
"minecraft:iron_shovel": {
- "protocol_id": 874
+ "protocol_id": 891
},
"minecraft:iron_sword": {
- "protocol_id": 873
+ "protocol_id": 890
},
"minecraft:iron_trapdoor": {
- "protocol_id": 763
+ "protocol_id": 764
},
"minecraft:item_frame": {
- "protocol_id": 1156
+ "protocol_id": 1174
},
"minecraft:jack_o_lantern": {
"protocol_id": 346
},
"minecraft:jigsaw": {
- "protocol_id": 831
+ "protocol_id": 848
},
"minecraft:jukebox": {
"protocol_id": 331
},
"minecraft:jungle_boat": {
- "protocol_id": 816
+ "protocol_id": 833
},
"minecraft:jungle_button": {
- "protocol_id": 717
+ "protocol_id": 718
},
"minecraft:jungle_chest_boat": {
- "protocol_id": 817
+ "protocol_id": 834
},
"minecraft:jungle_door": {
- "protocol_id": 746
+ "protocol_id": 747
},
"minecraft:jungle_fence": {
"protocol_id": 335
},
"minecraft:jungle_fence_gate": {
- "protocol_id": 787
+ "protocol_id": 788
},
"minecraft:jungle_hanging_sign": {
- "protocol_id": 941
+ "protocol_id": 958
},
"minecraft:jungle_leaves": {
"protocol_id": 185
@@ -8273,13 +8401,13 @@
"protocol_id": 39
},
"minecraft:jungle_pressure_plate": {
- "protocol_id": 733
+ "protocol_id": 734
},
"minecraft:jungle_sapling": {
"protocol_id": 52
},
"minecraft:jungle_sign": {
- "protocol_id": 929
+ "protocol_id": 946
},
"minecraft:jungle_slab": {
"protocol_id": 273
@@ -8288,7 +8416,7 @@
"protocol_id": 415
},
"minecraft:jungle_trapdoor": {
- "protocol_id": 767
+ "protocol_id": 768
},
"minecraft:jungle_wood": {
"protocol_id": 174
@@ -8297,76 +8425,76 @@
"protocol_id": 257
},
"minecraft:knowledge_book": {
- "protocol_id": 1229
+ "protocol_id": 1247
},
"minecraft:ladder": {
"protocol_id": 323
},
"minecraft:lantern": {
- "protocol_id": 1278
+ "protocol_id": 1297
},
"minecraft:lapis_block": {
"protocol_id": 197
},
"minecraft:lapis_lazuli": {
- "protocol_id": 847
+ "protocol_id": 864
},
"minecraft:lapis_ore": {
"protocol_id": 76
},
"minecraft:large_amethyst_bud": {
- "protocol_id": 1324
+ "protocol_id": 1343
},
"minecraft:large_fern": {
"protocol_id": 500
},
"minecraft:lava_bucket": {
- "protocol_id": 952
+ "protocol_id": 969
},
"minecraft:lead": {
- "protocol_id": 1191
+ "protocol_id": 1209
},
"minecraft:leaf_litter": {
"protocol_id": 260
},
"minecraft:leather": {
- "protocol_id": 955
+ "protocol_id": 972
},
"minecraft:leather_boots": {
- "protocol_id": 899
+ "protocol_id": 916
},
"minecraft:leather_chestplate": {
- "protocol_id": 897
+ "protocol_id": 914
},
"minecraft:leather_helmet": {
- "protocol_id": 896
+ "protocol_id": 913
},
"minecraft:leather_horse_armor": {
- "protocol_id": 1190
+ "protocol_id": 1208
},
"minecraft:leather_leggings": {
- "protocol_id": 898
+ "protocol_id": 915
},
"minecraft:lectern": {
- "protocol_id": 700
+ "protocol_id": 701
},
"minecraft:lever": {
- "protocol_id": 702
+ "protocol_id": 703
},
"minecraft:light": {
"protocol_id": 474
},
"minecraft:light_blue_banner": {
- "protocol_id": 1199
+ "protocol_id": 1217
},
"minecraft:light_blue_bed": {
- "protocol_id": 1027
+ "protocol_id": 1044
},
"minecraft:light_blue_bundle": {
- "protocol_id": 978
+ "protocol_id": 995
},
"minecraft:light_blue_candle": {
- "protocol_id": 1309
+ "protocol_id": 1328
},
"minecraft:light_blue_carpet": {
"protocol_id": 479
@@ -8378,11 +8506,14 @@
"protocol_id": 604
},
"minecraft:light_blue_dye": {
- "protocol_id": 1007
+ "protocol_id": 1024
},
"minecraft:light_blue_glazed_terracotta": {
"protocol_id": 572
},
+ "minecraft:light_blue_harness": {
+ "protocol_id": 805
+ },
"minecraft:light_blue_shulker_box": {
"protocol_id": 556
},
@@ -8399,16 +8530,16 @@
"protocol_id": 216
},
"minecraft:light_gray_banner": {
- "protocol_id": 1204
+ "protocol_id": 1222
},
"minecraft:light_gray_bed": {
- "protocol_id": 1032
+ "protocol_id": 1049
},
"minecraft:light_gray_bundle": {
- "protocol_id": 983
+ "protocol_id": 1000
},
"minecraft:light_gray_candle": {
- "protocol_id": 1314
+ "protocol_id": 1333
},
"minecraft:light_gray_carpet": {
"protocol_id": 484
@@ -8420,11 +8551,14 @@
"protocol_id": 609
},
"minecraft:light_gray_dye": {
- "protocol_id": 1012
+ "protocol_id": 1029
},
"minecraft:light_gray_glazed_terracotta": {
"protocol_id": 577
},
+ "minecraft:light_gray_harness": {
+ "protocol_id": 810
+ },
"minecraft:light_gray_shulker_box": {
"protocol_id": 561
},
@@ -8441,10 +8575,10 @@
"protocol_id": 221
},
"minecraft:light_weighted_pressure_plate": {
- "protocol_id": 728
+ "protocol_id": 729
},
"minecraft:lightning_rod": {
- "protocol_id": 703
+ "protocol_id": 704
},
"minecraft:lilac": {
"protocol_id": 496
@@ -8456,16 +8590,16 @@
"protocol_id": 394
},
"minecraft:lime_banner": {
- "protocol_id": 1201
+ "protocol_id": 1219
},
"minecraft:lime_bed": {
- "protocol_id": 1029
+ "protocol_id": 1046
},
"minecraft:lime_bundle": {
- "protocol_id": 980
+ "protocol_id": 997
},
"minecraft:lime_candle": {
- "protocol_id": 1311
+ "protocol_id": 1330
},
"minecraft:lime_carpet": {
"protocol_id": 481
@@ -8477,11 +8611,14 @@
"protocol_id": 606
},
"minecraft:lime_dye": {
- "protocol_id": 1009
+ "protocol_id": 1026
},
"minecraft:lime_glazed_terracotta": {
"protocol_id": 574
},
+ "minecraft:lime_harness": {
+ "protocol_id": 807
+ },
"minecraft:lime_shulker_box": {
"protocol_id": 558
},
@@ -8498,31 +8635,31 @@
"protocol_id": 218
},
"minecraft:lingering_potion": {
- "protocol_id": 1224
+ "protocol_id": 1242
},
"minecraft:llama_spawn_egg": {
- "protocol_id": 1101
+ "protocol_id": 1119
},
"minecraft:lodestone": {
- "protocol_id": 1290
+ "protocol_id": 1309
},
"minecraft:loom": {
- "protocol_id": 1256
+ "protocol_id": 1275
},
"minecraft:mace": {
- "protocol_id": 1155
+ "protocol_id": 1173
},
"minecraft:magenta_banner": {
- "protocol_id": 1198
+ "protocol_id": 1216
},
"minecraft:magenta_bed": {
- "protocol_id": 1026
+ "protocol_id": 1043
},
"minecraft:magenta_bundle": {
- "protocol_id": 977
+ "protocol_id": 994
},
"minecraft:magenta_candle": {
- "protocol_id": 1308
+ "protocol_id": 1327
},
"minecraft:magenta_carpet": {
"protocol_id": 478
@@ -8534,11 +8671,14 @@
"protocol_id": 603
},
"minecraft:magenta_dye": {
- "protocol_id": 1006
+ "protocol_id": 1023
},
"minecraft:magenta_glazed_terracotta": {
"protocol_id": 571
},
+ "minecraft:magenta_harness": {
+ "protocol_id": 804
+ },
"minecraft:magenta_shulker_box": {
"protocol_id": 555
},
@@ -8558,31 +8698,31 @@
"protocol_id": 546
},
"minecraft:magma_cream": {
- "protocol_id": 1063
+ "protocol_id": 1080
},
"minecraft:magma_cube_spawn_egg": {
- "protocol_id": 1102
+ "protocol_id": 1120
},
"minecraft:mangrove_boat": {
- "protocol_id": 826
+ "protocol_id": 843
},
"minecraft:mangrove_button": {
- "protocol_id": 722
+ "protocol_id": 723
},
"minecraft:mangrove_chest_boat": {
- "protocol_id": 827
+ "protocol_id": 844
},
"minecraft:mangrove_door": {
- "protocol_id": 751
+ "protocol_id": 752
},
"minecraft:mangrove_fence": {
"protocol_id": 340
},
"minecraft:mangrove_fence_gate": {
- "protocol_id": 792
+ "protocol_id": 793
},
"minecraft:mangrove_hanging_sign": {
- "protocol_id": 946
+ "protocol_id": 963
},
"minecraft:mangrove_leaves": {
"protocol_id": 190
@@ -8594,7 +8734,7 @@
"protocol_id": 44
},
"minecraft:mangrove_pressure_plate": {
- "protocol_id": 738
+ "protocol_id": 739
},
"minecraft:mangrove_propagule": {
"protocol_id": 57
@@ -8603,7 +8743,7 @@
"protocol_id": 143
},
"minecraft:mangrove_sign": {
- "protocol_id": 934
+ "protocol_id": 951
},
"minecraft:mangrove_slab": {
"protocol_id": 278
@@ -8612,40 +8752,40 @@
"protocol_id": 420
},
"minecraft:mangrove_trapdoor": {
- "protocol_id": 772
+ "protocol_id": 773
},
"minecraft:mangrove_wood": {
"protocol_id": 179
},
"minecraft:map": {
- "protocol_id": 1163
+ "protocol_id": 1181
},
"minecraft:medium_amethyst_bud": {
- "protocol_id": 1323
+ "protocol_id": 1342
},
"minecraft:melon": {
"protocol_id": 380
},
"minecraft:melon_seeds": {
- "protocol_id": 1047
+ "protocol_id": 1064
},
"minecraft:melon_slice": {
- "protocol_id": 1044
+ "protocol_id": 1061
},
"minecraft:milk_bucket": {
- "protocol_id": 956
+ "protocol_id": 973
},
"minecraft:minecart": {
- "protocol_id": 801
+ "protocol_id": 818
},
"minecraft:miner_pottery_sherd": {
- "protocol_id": 1366
+ "protocol_id": 1385
},
"minecraft:mojang_banner_pattern": {
- "protocol_id": 1260
+ "protocol_id": 1279
},
"minecraft:mooshroom_spawn_egg": {
- "protocol_id": 1103
+ "protocol_id": 1121
},
"minecraft:moss_block": {
"protocol_id": 262
@@ -8657,19 +8797,19 @@
"protocol_id": 308
},
"minecraft:mossy_cobblestone_slab": {
- "protocol_id": 673
+ "protocol_id": 674
},
"minecraft:mossy_cobblestone_stairs": {
- "protocol_id": 655
+ "protocol_id": 656
},
"minecraft:mossy_cobblestone_wall": {
"protocol_id": 428
},
"minecraft:mossy_stone_brick_slab": {
- "protocol_id": 671
+ "protocol_id": 672
},
"minecraft:mossy_stone_brick_stairs": {
- "protocol_id": 653
+ "protocol_id": 654
},
"minecraft:mossy_stone_brick_wall": {
"protocol_id": 432
@@ -8678,7 +8818,7 @@
"protocol_id": 363
},
"minecraft:mourner_pottery_sherd": {
- "protocol_id": 1367
+ "protocol_id": 1386
},
"minecraft:mud": {
"protocol_id": 32
@@ -8699,85 +8839,88 @@
"protocol_id": 144
},
"minecraft:mule_spawn_egg": {
- "protocol_id": 1104
+ "protocol_id": 1122
},
"minecraft:mushroom_stem": {
"protocol_id": 376
},
"minecraft:mushroom_stew": {
- "protocol_id": 889
+ "protocol_id": 906
},
"minecraft:music_disc_11": {
- "protocol_id": 1243
+ "protocol_id": 1261
},
"minecraft:music_disc_13": {
- "protocol_id": 1231
- },
- "minecraft:music_disc_5": {
- "protocol_id": 1247
- },
- "minecraft:music_disc_blocks": {
- "protocol_id": 1233
- },
- "minecraft:music_disc_cat": {
- "protocol_id": 1232
- },
- "minecraft:music_disc_chirp": {
- "protocol_id": 1234
- },
- "minecraft:music_disc_creator": {
- "protocol_id": 1235
- },
- "minecraft:music_disc_creator_music_box": {
- "protocol_id": 1236
- },
- "minecraft:music_disc_far": {
- "protocol_id": 1237
- },
- "minecraft:music_disc_mall": {
- "protocol_id": 1238
- },
- "minecraft:music_disc_mellohi": {
- "protocol_id": 1239
- },
- "minecraft:music_disc_otherside": {
- "protocol_id": 1245
- },
- "minecraft:music_disc_pigstep": {
- "protocol_id": 1248
- },
- "minecraft:music_disc_precipice": {
"protocol_id": 1249
},
+ "minecraft:music_disc_5": {
+ "protocol_id": 1265
+ },
+ "minecraft:music_disc_blocks": {
+ "protocol_id": 1251
+ },
+ "minecraft:music_disc_cat": {
+ "protocol_id": 1250
+ },
+ "minecraft:music_disc_chirp": {
+ "protocol_id": 1252
+ },
+ "minecraft:music_disc_creator": {
+ "protocol_id": 1253
+ },
+ "minecraft:music_disc_creator_music_box": {
+ "protocol_id": 1254
+ },
+ "minecraft:music_disc_far": {
+ "protocol_id": 1255
+ },
+ "minecraft:music_disc_mall": {
+ "protocol_id": 1256
+ },
+ "minecraft:music_disc_mellohi": {
+ "protocol_id": 1257
+ },
+ "minecraft:music_disc_otherside": {
+ "protocol_id": 1263
+ },
+ "minecraft:music_disc_pigstep": {
+ "protocol_id": 1266
+ },
+ "minecraft:music_disc_precipice": {
+ "protocol_id": 1267
+ },
"minecraft:music_disc_relic": {
- "protocol_id": 1246
+ "protocol_id": 1264
},
"minecraft:music_disc_stal": {
- "protocol_id": 1240
+ "protocol_id": 1258
},
"minecraft:music_disc_strad": {
- "protocol_id": 1241
+ "protocol_id": 1259
+ },
+ "minecraft:music_disc_tears": {
+ "protocol_id": 1268
},
"minecraft:music_disc_wait": {
- "protocol_id": 1244
+ "protocol_id": 1262
},
"minecraft:music_disc_ward": {
- "protocol_id": 1242
+ "protocol_id": 1260
},
"minecraft:mutton": {
- "protocol_id": 1194
+ "protocol_id": 1212
},
"minecraft:mycelium": {
"protocol_id": 393
},
"minecraft:name_tag": {
- "protocol_id": 1192
+ "protocol_id": 1210
},
"minecraft:nautilus_shell": {
- "protocol_id": 1252
+ "protocol_id": 1271
},
"minecraft:nether_brick": {
- "protocol_id": 1177
+ "protocol_id": 1195
},
"minecraft:nether_brick_fence": {
"protocol_id": 398
@@ -8804,79 +8947,79 @@
"protocol_id": 253
},
"minecraft:nether_star": {
- "protocol_id": 1172
+ "protocol_id": 1190
},
"minecraft:nether_wart": {
- "protocol_id": 1057
+ "protocol_id": 1074
},
"minecraft:nether_wart_block": {
"protocol_id": 547
},
"minecraft:netherite_axe": {
- "protocol_id": 886
+ "protocol_id": 903
},
"minecraft:netherite_block": {
"protocol_id": 94
},
"minecraft:netherite_boots": {
- "protocol_id": 919
+ "protocol_id": 936
},
"minecraft:netherite_chestplate": {
- "protocol_id": 917
+ "protocol_id": 934
},
"minecraft:netherite_helmet": {
- "protocol_id": 916
+ "protocol_id": 933
},
"minecraft:netherite_hoe": {
- "protocol_id": 887
+ "protocol_id": 904
},
"minecraft:netherite_ingot": {
- "protocol_id": 856
+ "protocol_id": 873
},
"minecraft:netherite_leggings": {
- "protocol_id": 918
+ "protocol_id": 935
},
"minecraft:netherite_pickaxe": {
- "protocol_id": 885
+ "protocol_id": 902
},
"minecraft:netherite_scrap": {
- "protocol_id": 857
+ "protocol_id": 874
},
"minecraft:netherite_shovel": {
- "protocol_id": 884
+ "protocol_id": 901
},
"minecraft:netherite_sword": {
- "protocol_id": 883
+ "protocol_id": 900
},
"minecraft:netherite_upgrade_smithing_template": {
- "protocol_id": 1333
+ "protocol_id": 1352
},
"minecraft:netherrack": {
"protocol_id": 347
},
"minecraft:note_block": {
- "protocol_id": 711
+ "protocol_id": 712
},
"minecraft:oak_boat": {
- "protocol_id": 810
+ "protocol_id": 827
},
"minecraft:oak_button": {
- "protocol_id": 714
+ "protocol_id": 715
},
"minecraft:oak_chest_boat": {
- "protocol_id": 811
+ "protocol_id": 828
},
"minecraft:oak_door": {
- "protocol_id": 743
+ "protocol_id": 744
},
"minecraft:oak_fence": {
"protocol_id": 332
},
"minecraft:oak_fence_gate": {
- "protocol_id": 784
+ "protocol_id": 785
},
"minecraft:oak_hanging_sign": {
- "protocol_id": 938
+ "protocol_id": 955
},
"minecraft:oak_leaves": {
"protocol_id": 182
@@ -8888,13 +9031,13 @@
"protocol_id": 36
},
"minecraft:oak_pressure_plate": {
- "protocol_id": 730
+ "protocol_id": 731
},
"minecraft:oak_sapling": {
"protocol_id": 49
},
"minecraft:oak_sign": {
- "protocol_id": 926
+ "protocol_id": 943
},
"minecraft:oak_slab": {
"protocol_id": 270
@@ -8903,43 +9046,43 @@
"protocol_id": 412
},
"minecraft:oak_trapdoor": {
- "protocol_id": 764
+ "protocol_id": 765
},
"minecraft:oak_wood": {
"protocol_id": 171
},
"minecraft:observer": {
- "protocol_id": 696
+ "protocol_id": 697
},
"minecraft:obsidian": {
"protocol_id": 309
},
"minecraft:ocelot_spawn_egg": {
- "protocol_id": 1105
+ "protocol_id": 1123
},
"minecraft:ochre_froglight": {
- "protocol_id": 1327
+ "protocol_id": 1346
},
"minecraft:ominous_bottle": {
- "protocol_id": 1395
+ "protocol_id": 1414
},
"minecraft:ominous_trial_key": {
- "protocol_id": 1393
+ "protocol_id": 1412
},
"minecraft:open_eyeblossom": {
"protocol_id": 230
},
"minecraft:orange_banner": {
- "protocol_id": 1197
+ "protocol_id": 1215
},
"minecraft:orange_bed": {
- "protocol_id": 1025
+ "protocol_id": 1042
},
"minecraft:orange_bundle": {
- "protocol_id": 976
+ "protocol_id": 993
},
"minecraft:orange_candle": {
- "protocol_id": 1307
+ "protocol_id": 1326
},
"minecraft:orange_carpet": {
"protocol_id": 477
@@ -8951,11 +9094,14 @@
"protocol_id": 602
},
"minecraft:orange_dye": {
- "protocol_id": 1005
+ "protocol_id": 1022
},
"minecraft:orange_glazed_terracotta": {
"protocol_id": 570
},
+ "minecraft:orange_harness": {
+ "protocol_id": 803
+ },
"minecraft:orange_shulker_box": {
"protocol_id": 554
},
@@ -8984,16 +9130,16 @@
"protocol_id": 97
},
"minecraft:oxidized_copper_bulb": {
- "protocol_id": 1386
+ "protocol_id": 1405
},
"minecraft:oxidized_copper_door": {
- "protocol_id": 758
+ "protocol_id": 759
},
"minecraft:oxidized_copper_grate": {
- "protocol_id": 1378
+ "protocol_id": 1397
},
"minecraft:oxidized_copper_trapdoor": {
- "protocol_id": 779
+ "protocol_id": 780
},
"minecraft:oxidized_cut_copper": {
"protocol_id": 105
@@ -9011,7 +9157,7 @@
"protocol_id": 366
},
"minecraft:painting": {
- "protocol_id": 923
+ "protocol_id": 940
},
"minecraft:pale_hanging_moss": {
"protocol_id": 264
@@ -9023,25 +9169,25 @@
"protocol_id": 263
},
"minecraft:pale_oak_boat": {
- "protocol_id": 824
+ "protocol_id": 841
},
"minecraft:pale_oak_button": {
- "protocol_id": 721
+ "protocol_id": 722
},
"minecraft:pale_oak_chest_boat": {
- "protocol_id": 825
+ "protocol_id": 842
},
"minecraft:pale_oak_door": {
- "protocol_id": 750
+ "protocol_id": 751
},
"minecraft:pale_oak_fence": {
"protocol_id": 339
},
"minecraft:pale_oak_fence_gate": {
- "protocol_id": 791
+ "protocol_id": 792
},
"minecraft:pale_oak_hanging_sign": {
- "protocol_id": 945
+ "protocol_id": 962
},
"minecraft:pale_oak_leaves": {
"protocol_id": 189
@@ -9053,13 +9199,13 @@
"protocol_id": 43
},
"minecraft:pale_oak_pressure_plate": {
- "protocol_id": 737
+ "protocol_id": 738
},
"minecraft:pale_oak_sapling": {
"protocol_id": 56
},
"minecraft:pale_oak_sign": {
- "protocol_id": 933
+ "protocol_id": 950
},
"minecraft:pale_oak_slab": {
"protocol_id": 277
@@ -9068,22 +9214,22 @@
"protocol_id": 419
},
"minecraft:pale_oak_trapdoor": {
- "protocol_id": 771
+ "protocol_id": 772
},
"minecraft:pale_oak_wood": {
"protocol_id": 177
},
"minecraft:panda_spawn_egg": {
- "protocol_id": 1106
+ "protocol_id": 1124
},
"minecraft:paper": {
- "protocol_id": 966
+ "protocol_id": 983
},
"minecraft:parrot_spawn_egg": {
- "protocol_id": 1107
+ "protocol_id": 1125
},
"minecraft:pearlescent_froglight": {
- "protocol_id": 1329
+ "protocol_id": 1348
},
"minecraft:peony": {
"protocol_id": 498
@@ -9092,40 +9238,40 @@
"protocol_id": 287
},
"minecraft:phantom_membrane": {
- "protocol_id": 808
+ "protocol_id": 825
},
"minecraft:phantom_spawn_egg": {
- "protocol_id": 1108
+ "protocol_id": 1126
},
"minecraft:pig_spawn_egg": {
- "protocol_id": 1109
+ "protocol_id": 1127
},
"minecraft:piglin_banner_pattern": {
- "protocol_id": 1262
+ "protocol_id": 1281
},
"minecraft:piglin_brute_spawn_egg": {
- "protocol_id": 1111
+ "protocol_id": 1129
},
"minecraft:piglin_head": {
- "protocol_id": 1171
+ "protocol_id": 1189
},
"minecraft:piglin_spawn_egg": {
- "protocol_id": 1110
+ "protocol_id": 1128
},
"minecraft:pillager_spawn_egg": {
- "protocol_id": 1112
+ "protocol_id": 1130
},
"minecraft:pink_banner": {
- "protocol_id": 1202
+ "protocol_id": 1220
},
"minecraft:pink_bed": {
- "protocol_id": 1030
+ "protocol_id": 1047
},
"minecraft:pink_bundle": {
- "protocol_id": 981
+ "protocol_id": 998
},
"minecraft:pink_candle": {
- "protocol_id": 1312
+ "protocol_id": 1331
},
"minecraft:pink_carpet": {
"protocol_id": 482
@@ -9137,11 +9283,14 @@
"protocol_id": 607
},
"minecraft:pink_dye": {
- "protocol_id": 1010
+ "protocol_id": 1027
},
"minecraft:pink_glazed_terracotta": {
"protocol_id": 575
},
+ "minecraft:pink_harness": {
+ "protocol_id": 808
+ },
"minecraft:pink_petals": {
"protocol_id": 258
},
@@ -9164,70 +9313,70 @@
"protocol_id": 219
},
"minecraft:piston": {
- "protocol_id": 692
+ "protocol_id": 693
},
"minecraft:pitcher_plant": {
"protocol_id": 245
},
"minecraft:pitcher_pod": {
- "protocol_id": 1216
+ "protocol_id": 1234
},
"minecraft:player_head": {
- "protocol_id": 1167
+ "protocol_id": 1185
},
"minecraft:plenty_pottery_sherd": {
- "protocol_id": 1368
+ "protocol_id": 1387
},
"minecraft:podzol": {
"protocol_id": 30
},
"minecraft:pointed_dripstone": {
- "protocol_id": 1326
+ "protocol_id": 1345
},
"minecraft:poisonous_potato": {
- "protocol_id": 1162
+ "protocol_id": 1180
},
"minecraft:polar_bear_spawn_egg": {
- "protocol_id": 1113
+ "protocol_id": 1131
},
"minecraft:polished_andesite": {
"protocol_id": 7
},
"minecraft:polished_andesite_slab": {
- "protocol_id": 680
+ "protocol_id": 681
},
"minecraft:polished_andesite_stairs": {
- "protocol_id": 663
+ "protocol_id": 664
},
"minecraft:polished_basalt": {
"protocol_id": 351
},
"minecraft:polished_blackstone": {
- "protocol_id": 1296
+ "protocol_id": 1315
},
"minecraft:polished_blackstone_brick_slab": {
- "protocol_id": 1301
+ "protocol_id": 1320
},
"minecraft:polished_blackstone_brick_stairs": {
- "protocol_id": 1302
+ "protocol_id": 1321
},
"minecraft:polished_blackstone_brick_wall": {
"protocol_id": 444
},
"minecraft:polished_blackstone_bricks": {
- "protocol_id": 1300
+ "protocol_id": 1319
},
"minecraft:polished_blackstone_button": {
- "protocol_id": 713
+ "protocol_id": 714
},
"minecraft:polished_blackstone_pressure_plate": {
- "protocol_id": 727
+ "protocol_id": 728
},
"minecraft:polished_blackstone_slab": {
- "protocol_id": 1297
+ "protocol_id": 1316
},
"minecraft:polished_blackstone_stairs": {
- "protocol_id": 1298
+ "protocol_id": 1317
},
"minecraft:polished_blackstone_wall": {
"protocol_id": 443
@@ -9236,10 +9385,10 @@
"protocol_id": 10
},
"minecraft:polished_deepslate_slab": {
- "protocol_id": 683
+ "protocol_id": 684
},
"minecraft:polished_deepslate_stairs": {
- "protocol_id": 666
+ "protocol_id": 667
},
"minecraft:polished_deepslate_wall": {
"protocol_id": 446
@@ -9248,19 +9397,19 @@
"protocol_id": 5
},
"minecraft:polished_diorite_slab": {
- "protocol_id": 672
+ "protocol_id": 673
},
"minecraft:polished_diorite_stairs": {
- "protocol_id": 654
+ "protocol_id": 655
},
"minecraft:polished_granite": {
"protocol_id": 3
},
"minecraft:polished_granite_slab": {
- "protocol_id": 669
+ "protocol_id": 670
},
"minecraft:polished_granite_stairs": {
- "protocol_id": 651
+ "protocol_id": 652
},
"minecraft:polished_tuff": {
"protocol_id": 17
@@ -9275,25 +9424,25 @@
"protocol_id": 20
},
"minecraft:popped_chorus_fruit": {
- "protocol_id": 1214
+ "protocol_id": 1232
},
"minecraft:poppy": {
"protocol_id": 232
},
"minecraft:porkchop": {
- "protocol_id": 921
+ "protocol_id": 938
},
"minecraft:potato": {
- "protocol_id": 1160
+ "protocol_id": 1178
},
"minecraft:potion": {
- "protocol_id": 1059
+ "protocol_id": 1076
},
"minecraft:powder_snow_bucket": {
- "protocol_id": 953
+ "protocol_id": 970
},
"minecraft:powered_rail": {
- "protocol_id": 796
+ "protocol_id": 797
},
"minecraft:prismarine": {
"protocol_id": 533
@@ -9308,10 +9457,10 @@
"protocol_id": 534
},
"minecraft:prismarine_crystals": {
- "protocol_id": 1180
+ "protocol_id": 1198
},
"minecraft:prismarine_shard": {
- "protocol_id": 1179
+ "protocol_id": 1197
},
"minecraft:prismarine_slab": {
"protocol_id": 297
@@ -9323,37 +9472,37 @@
"protocol_id": 430
},
"minecraft:prize_pottery_sherd": {
- "protocol_id": 1369
+ "protocol_id": 1388
},
"minecraft:pufferfish": {
- "protocol_id": 998
+ "protocol_id": 1015
},
"minecraft:pufferfish_bucket": {
- "protocol_id": 957
+ "protocol_id": 974
},
"minecraft:pufferfish_spawn_egg": {
- "protocol_id": 1114
+ "protocol_id": 1132
},
"minecraft:pumpkin": {
"protocol_id": 344
},
"minecraft:pumpkin_pie": {
- "protocol_id": 1173
+ "protocol_id": 1191
},
"minecraft:pumpkin_seeds": {
- "protocol_id": 1046
+ "protocol_id": 1063
},
"minecraft:purple_banner": {
- "protocol_id": 1206
+ "protocol_id": 1224
},
"minecraft:purple_bed": {
- "protocol_id": 1034
+ "protocol_id": 1051
},
"minecraft:purple_bundle": {
- "protocol_id": 985
+ "protocol_id": 1002
},
"minecraft:purple_candle": {
- "protocol_id": 1316
+ "protocol_id": 1335
},
"minecraft:purple_carpet": {
"protocol_id": 486
@@ -9365,11 +9514,14 @@
"protocol_id": 611
},
"minecraft:purple_dye": {
- "protocol_id": 1014
+ "protocol_id": 1031
},
"minecraft:purple_glazed_terracotta": {
"protocol_id": 579
},
+ "minecraft:purple_harness": {
+ "protocol_id": 812
+ },
"minecraft:purple_shulker_box": {
"protocol_id": 563
},
@@ -9398,7 +9550,7 @@
"protocol_id": 316
},
"minecraft:quartz": {
- "protocol_id": 848
+ "protocol_id": 865
},
"minecraft:quartz_block": {
"protocol_id": 453
@@ -9416,61 +9568,61 @@
"protocol_id": 456
},
"minecraft:rabbit": {
- "protocol_id": 1181
+ "protocol_id": 1199
},
"minecraft:rabbit_foot": {
- "protocol_id": 1184
+ "protocol_id": 1202
},
"minecraft:rabbit_hide": {
- "protocol_id": 1185
+ "protocol_id": 1203
},
"minecraft:rabbit_spawn_egg": {
- "protocol_id": 1115
+ "protocol_id": 1133
},
"minecraft:rabbit_stew": {
- "protocol_id": 1183
+ "protocol_id": 1201
},
"minecraft:rail": {
- "protocol_id": 798
+ "protocol_id": 799
},
"minecraft:raiser_armor_trim_smithing_template": {
- "protocol_id": 1348
+ "protocol_id": 1367
},
"minecraft:ravager_spawn_egg": {
- "protocol_id": 1116
+ "protocol_id": 1134
},
"minecraft:raw_copper": {
- "protocol_id": 852
+ "protocol_id": 869
},
"minecraft:raw_copper_block": {
"protocol_id": 85
},
"minecraft:raw_gold": {
- "protocol_id": 854
+ "protocol_id": 871
},
"minecraft:raw_gold_block": {
"protocol_id": 86
},
"minecraft:raw_iron": {
- "protocol_id": 850
+ "protocol_id": 867
},
"minecraft:raw_iron_block": {
"protocol_id": 84
},
"minecraft:recovery_compass": {
- "protocol_id": 973
+ "protocol_id": 990
},
"minecraft:red_banner": {
- "protocol_id": 1210
+ "protocol_id": 1228
},
"minecraft:red_bed": {
- "protocol_id": 1038
+ "protocol_id": 1055
},
"minecraft:red_bundle": {
- "protocol_id": 989
+ "protocol_id": 1006
},
"minecraft:red_candle": {
- "protocol_id": 1320
+ "protocol_id": 1339
},
"minecraft:red_carpet": {
"protocol_id": 490
@@ -9482,11 +9634,14 @@
"protocol_id": 615
},
"minecraft:red_dye": {
- "protocol_id": 1018
+ "protocol_id": 1035
},
"minecraft:red_glazed_terracotta": {
"protocol_id": 583
},
+ "minecraft:red_harness": {
+ "protocol_id": 816
+ },
"minecraft:red_mushroom": {
"protocol_id": 248
},
@@ -9494,10 +9649,10 @@
"protocol_id": 375
},
"minecraft:red_nether_brick_slab": {
- "protocol_id": 679
+ "protocol_id": 680
},
"minecraft:red_nether_brick_stairs": {
- "protocol_id": 662
+ "protocol_id": 663
},
"minecraft:red_nether_brick_wall": {
"protocol_id": 438
@@ -9539,25 +9694,25 @@
"protocol_id": 227
},
"minecraft:redstone": {
- "protocol_id": 687
+ "protocol_id": 688
},
"minecraft:redstone_block": {
- "protocol_id": 689
+ "protocol_id": 690
},
"minecraft:redstone_lamp": {
- "protocol_id": 710
+ "protocol_id": 711
},
"minecraft:redstone_ore": {
"protocol_id": 72
},
"minecraft:redstone_torch": {
- "protocol_id": 688
+ "protocol_id": 689
},
"minecraft:reinforced_deepslate": {
"protocol_id": 373
},
"minecraft:repeater": {
- "protocol_id": 690
+ "protocol_id": 691
},
"minecraft:repeating_command_block": {
"protocol_id": 544
@@ -9566,7 +9721,7 @@
"protocol_id": 384
},
"minecraft:resin_brick": {
- "protocol_id": 1178
+ "protocol_id": 1196
},
"minecraft:resin_brick_slab": {
"protocol_id": 387
@@ -9584,10 +9739,10 @@
"protocol_id": 383
},
"minecraft:respawn_anchor": {
- "protocol_id": 1304
+ "protocol_id": 1323
},
"minecraft:rib_armor_trim_smithing_template": {
- "protocol_id": 1343
+ "protocol_id": 1362
},
"minecraft:rooted_dirt": {
"protocol_id": 31
@@ -9596,19 +9751,19 @@
"protocol_id": 497
},
"minecraft:rotten_flesh": {
- "protocol_id": 1052
+ "protocol_id": 1069
},
"minecraft:saddle": {
- "protocol_id": 800
+ "protocol_id": 801
},
"minecraft:salmon": {
- "protocol_id": 996
+ "protocol_id": 1013
},
"minecraft:salmon_bucket": {
- "protocol_id": 958
+ "protocol_id": 975
},
"minecraft:salmon_spawn_egg": {
- "protocol_id": 1117
+ "protocol_id": 1135
},
"minecraft:sand": {
"protocol_id": 59
@@ -9626,10 +9781,10 @@
"protocol_id": 439
},
"minecraft:scaffolding": {
- "protocol_id": 686
+ "protocol_id": 687
},
"minecraft:scrape_pottery_sherd": {
- "protocol_id": 1370
+ "protocol_id": 1389
},
"minecraft:sculk": {
"protocol_id": 400
@@ -9638,7 +9793,7 @@
"protocol_id": 402
},
"minecraft:sculk_sensor": {
- "protocol_id": 705
+ "protocol_id": 706
},
"minecraft:sculk_shrieker": {
"protocol_id": 403
@@ -9656,25 +9811,25 @@
"protocol_id": 211
},
"minecraft:sentry_armor_trim_smithing_template": {
- "protocol_id": 1334
+ "protocol_id": 1353
},
"minecraft:shaper_armor_trim_smithing_template": {
- "protocol_id": 1346
+ "protocol_id": 1365
},
"minecraft:sheaf_pottery_sherd": {
- "protocol_id": 1371
+ "protocol_id": 1390
},
"minecraft:shears": {
- "protocol_id": 1043
+ "protocol_id": 1060
},
"minecraft:sheep_spawn_egg": {
- "protocol_id": 1118
+ "protocol_id": 1136
},
"minecraft:shelter_pottery_sherd": {
- "protocol_id": 1372
+ "protocol_id": 1391
},
"minecraft:shield": {
- "protocol_id": 1225
+ "protocol_id": 1243
},
"minecraft:short_dry_grass": {
"protocol_id": 209
@@ -9683,58 +9838,58 @@
"protocol_id": 202
},
"minecraft:shroomlight": {
- "protocol_id": 1284
+ "protocol_id": 1303
},
"minecraft:shulker_box": {
"protocol_id": 552
},
"minecraft:shulker_shell": {
- "protocol_id": 1227
+ "protocol_id": 1245
},
"minecraft:shulker_spawn_egg": {
- "protocol_id": 1119
+ "protocol_id": 1137
},
"minecraft:silence_armor_trim_smithing_template": {
- "protocol_id": 1347
+ "protocol_id": 1366
},
"minecraft:silverfish_spawn_egg": {
- "protocol_id": 1120
+ "protocol_id": 1138
},
"minecraft:skeleton_horse_spawn_egg": {
- "protocol_id": 1122
+ "protocol_id": 1140
},
"minecraft:skeleton_skull": {
- "protocol_id": 1165
+ "protocol_id": 1183
},
"minecraft:skeleton_spawn_egg": {
- "protocol_id": 1121
+ "protocol_id": 1139
},
"minecraft:skull_banner_pattern": {
- "protocol_id": 1259
+ "protocol_id": 1278
},
"minecraft:skull_pottery_sherd": {
- "protocol_id": 1373
+ "protocol_id": 1392
},
"minecraft:slime_ball": {
- "protocol_id": 968
+ "protocol_id": 985
},
"minecraft:slime_block": {
- "protocol_id": 694
+ "protocol_id": 695
},
"minecraft:slime_spawn_egg": {
- "protocol_id": 1123
+ "protocol_id": 1141
},
"minecraft:small_amethyst_bud": {
- "protocol_id": 1322
+ "protocol_id": 1341
},
"minecraft:small_dripleaf": {
"protocol_id": 268
},
"minecraft:smithing_table": {
- "protocol_id": 1275
+ "protocol_id": 1294
},
"minecraft:smoker": {
- "protocol_id": 1270
+ "protocol_id": 1289
},
"minecraft:smooth_basalt": {
"protocol_id": 352
@@ -9743,28 +9898,28 @@
"protocol_id": 300
},
"minecraft:smooth_quartz_slab": {
- "protocol_id": 676
+ "protocol_id": 677
},
"minecraft:smooth_quartz_stairs": {
- "protocol_id": 659
+ "protocol_id": 660
},
"minecraft:smooth_red_sandstone": {
"protocol_id": 301
},
"minecraft:smooth_red_sandstone_slab": {
- "protocol_id": 670
+ "protocol_id": 671
},
"minecraft:smooth_red_sandstone_stairs": {
- "protocol_id": 652
+ "protocol_id": 653
},
"minecraft:smooth_sandstone": {
"protocol_id": 302
},
"minecraft:smooth_sandstone_slab": {
- "protocol_id": 675
+ "protocol_id": 676
},
"minecraft:smooth_sandstone_stairs": {
- "protocol_id": 658
+ "protocol_id": 659
},
"minecraft:smooth_stone": {
"protocol_id": 303
@@ -9776,13 +9931,13 @@
"protocol_id": 618
},
"minecraft:sniffer_spawn_egg": {
- "protocol_id": 1124
+ "protocol_id": 1142
},
"minecraft:snort_pottery_sherd": {
- "protocol_id": 1374
+ "protocol_id": 1393
},
"minecraft:snout_armor_trim_smithing_template": {
- "protocol_id": 1342
+ "protocol_id": 1361
},
"minecraft:snow": {
"protocol_id": 325
@@ -9791,16 +9946,16 @@
"protocol_id": 327
},
"minecraft:snow_golem_spawn_egg": {
- "protocol_id": 1125
+ "protocol_id": 1143
},
"minecraft:snowball": {
- "protocol_id": 954
+ "protocol_id": 971
},
"minecraft:soul_campfire": {
- "protocol_id": 1283
+ "protocol_id": 1302
},
"minecraft:soul_lantern": {
- "protocol_id": 1279
+ "protocol_id": 1298
},
"minecraft:soul_sand": {
"protocol_id": 348
@@ -9815,19 +9970,19 @@
"protocol_id": 317
},
"minecraft:spectral_arrow": {
- "protocol_id": 1222
+ "protocol_id": 1240
},
"minecraft:spider_eye": {
- "protocol_id": 1060
+ "protocol_id": 1077
},
"minecraft:spider_spawn_egg": {
- "protocol_id": 1126
+ "protocol_id": 1144
},
"minecraft:spire_armor_trim_smithing_template": {
- "protocol_id": 1344
+ "protocol_id": 1363
},
"minecraft:splash_potion": {
- "protocol_id": 1221
+ "protocol_id": 1239
},
"minecraft:sponge": {
"protocol_id": 193
@@ -9836,25 +9991,25 @@
"protocol_id": 246
},
"minecraft:spruce_boat": {
- "protocol_id": 812
+ "protocol_id": 829
},
"minecraft:spruce_button": {
- "protocol_id": 715
+ "protocol_id": 716
},
"minecraft:spruce_chest_boat": {
- "protocol_id": 813
+ "protocol_id": 830
},
"minecraft:spruce_door": {
- "protocol_id": 744
+ "protocol_id": 745
},
"minecraft:spruce_fence": {
"protocol_id": 333
},
"minecraft:spruce_fence_gate": {
- "protocol_id": 785
+ "protocol_id": 786
},
"minecraft:spruce_hanging_sign": {
- "protocol_id": 939
+ "protocol_id": 956
},
"minecraft:spruce_leaves": {
"protocol_id": 183
@@ -9866,13 +10021,13 @@
"protocol_id": 37
},
"minecraft:spruce_pressure_plate": {
- "protocol_id": 731
+ "protocol_id": 732
},
"minecraft:spruce_sapling": {
"protocol_id": 50
},
"minecraft:spruce_sign": {
- "protocol_id": 927
+ "protocol_id": 944
},
"minecraft:spruce_slab": {
"protocol_id": 271
@@ -9881,28 +10036,28 @@
"protocol_id": 413
},
"minecraft:spruce_trapdoor": {
- "protocol_id": 765
+ "protocol_id": 766
},
"minecraft:spruce_wood": {
"protocol_id": 172
},
"minecraft:spyglass": {
- "protocol_id": 993
+ "protocol_id": 1010
},
"minecraft:squid_spawn_egg": {
- "protocol_id": 1127
+ "protocol_id": 1145
},
"minecraft:stick": {
- "protocol_id": 888
+ "protocol_id": 905
},
"minecraft:sticky_piston": {
- "protocol_id": 693
+ "protocol_id": 694
},
"minecraft:stone": {
"protocol_id": 1
},
"minecraft:stone_axe": {
- "protocol_id": 866
+ "protocol_id": 883
},
"minecraft:stone_brick_slab": {
"protocol_id": 290
@@ -9917,40 +10072,40 @@
"protocol_id": 362
},
"minecraft:stone_button": {
- "protocol_id": 712
+ "protocol_id": 713
},
"minecraft:stone_hoe": {
- "protocol_id": 867
+ "protocol_id": 884
},
"minecraft:stone_pickaxe": {
- "protocol_id": 865
+ "protocol_id": 882
},
"minecraft:stone_pressure_plate": {
- "protocol_id": 726
+ "protocol_id": 727
},
"minecraft:stone_shovel": {
- "protocol_id": 864
+ "protocol_id": 881
},
"minecraft:stone_slab": {
"protocol_id": 283
},
"minecraft:stone_stairs": {
- "protocol_id": 657
+ "protocol_id": 658
},
"minecraft:stone_sword": {
- "protocol_id": 863
+ "protocol_id": 880
},
"minecraft:stonecutter": {
- "protocol_id": 1276
+ "protocol_id": 1295
},
"minecraft:stray_spawn_egg": {
- "protocol_id": 1128
+ "protocol_id": 1146
},
"minecraft:strider_spawn_egg": {
- "protocol_id": 1129
+ "protocol_id": 1147
},
"minecraft:string": {
- "protocol_id": 890
+ "protocol_id": 907
},
"minecraft:stripped_acacia_log": {
"protocol_id": 152
@@ -10022,13 +10177,13 @@
"protocol_id": 158
},
"minecraft:structure_block": {
- "protocol_id": 830
+ "protocol_id": 847
},
"minecraft:structure_void": {
"protocol_id": 551
},
"minecraft:sugar": {
- "protocol_id": 1022
+ "protocol_id": 1039
},
"minecraft:sugar_cane": {
"protocol_id": 256
@@ -10043,16 +10198,16 @@
"protocol_id": 60
},
"minecraft:suspicious_stew": {
- "protocol_id": 1255
+ "protocol_id": 1274
},
"minecraft:sweet_berries": {
- "protocol_id": 1280
+ "protocol_id": 1299
},
"minecraft:tadpole_bucket": {
- "protocol_id": 962
+ "protocol_id": 979
},
"minecraft:tadpole_spawn_egg": {
- "protocol_id": 1130
+ "protocol_id": 1148
},
"minecraft:tall_dry_grass": {
"protocol_id": 210
@@ -10061,31 +10216,31 @@
"protocol_id": 499
},
"minecraft:target": {
- "protocol_id": 701
+ "protocol_id": 702
},
"minecraft:terracotta": {
"protocol_id": 492
},
"minecraft:test_block": {
- "protocol_id": 832
+ "protocol_id": 849
},
"minecraft:test_instance_block": {
- "protocol_id": 833
+ "protocol_id": 850
},
"minecraft:tide_armor_trim_smithing_template": {
- "protocol_id": 1341
+ "protocol_id": 1360
},
"minecraft:tinted_glass": {
"protocol_id": 196
},
"minecraft:tipped_arrow": {
- "protocol_id": 1223
+ "protocol_id": 1241
},
"minecraft:tnt": {
- "protocol_id": 709
+ "protocol_id": 710
},
"minecraft:tnt_minecart": {
- "protocol_id": 804
+ "protocol_id": 821
},
"minecraft:torch": {
"protocol_id": 310
@@ -10094,46 +10249,46 @@
"protocol_id": 244
},
"minecraft:torchflower_seeds": {
- "protocol_id": 1215
+ "protocol_id": 1233
},
"minecraft:totem_of_undying": {
- "protocol_id": 1226
+ "protocol_id": 1244
},
"minecraft:trader_llama_spawn_egg": {
- "protocol_id": 1131
+ "protocol_id": 1149
},
"minecraft:trapped_chest": {
- "protocol_id": 708
+ "protocol_id": 709
},
"minecraft:trial_key": {
- "protocol_id": 1392
+ "protocol_id": 1411
},
"minecraft:trial_spawner": {
- "protocol_id": 1391
+ "protocol_id": 1410
},
"minecraft:trident": {
- "protocol_id": 1251
+ "protocol_id": 1270
},
"minecraft:tripwire_hook": {
- "protocol_id": 707
+ "protocol_id": 708
},
"minecraft:tropical_fish": {
- "protocol_id": 997
+ "protocol_id": 1014
},
"minecraft:tropical_fish_bucket": {
- "protocol_id": 960
+ "protocol_id": 977
},
"minecraft:tropical_fish_spawn_egg": {
- "protocol_id": 1132
+ "protocol_id": 1150
},
"minecraft:tube_coral": {
- "protocol_id": 629
+ "protocol_id": 630
},
"minecraft:tube_coral_block": {
- "protocol_id": 624
+ "protocol_id": 625
},
"minecraft:tube_coral_fan": {
- "protocol_id": 639
+ "protocol_id": 640
},
"minecraft:tuff": {
"protocol_id": 12
@@ -10163,67 +10318,67 @@
"protocol_id": 617
},
"minecraft:turtle_helmet": {
- "protocol_id": 834
+ "protocol_id": 851
},
"minecraft:turtle_scute": {
- "protocol_id": 835
+ "protocol_id": 852
},
"minecraft:turtle_spawn_egg": {
- "protocol_id": 1133
+ "protocol_id": 1151
},
"minecraft:twisting_vines": {
"protocol_id": 255
},
"minecraft:vault": {
- "protocol_id": 1394
+ "protocol_id": 1413
},
"minecraft:verdant_froglight": {
- "protocol_id": 1328
+ "protocol_id": 1347
},
"minecraft:vex_armor_trim_smithing_template": {
- "protocol_id": 1340
+ "protocol_id": 1359
},
"minecraft:vex_spawn_egg": {
- "protocol_id": 1134
+ "protocol_id": 1152
},
"minecraft:villager_spawn_egg": {
- "protocol_id": 1135
+ "protocol_id": 1153
},
"minecraft:vindicator_spawn_egg": {
- "protocol_id": 1136
+ "protocol_id": 1154
},
"minecraft:vine": {
"protocol_id": 381
},
"minecraft:wandering_trader_spawn_egg": {
- "protocol_id": 1137
+ "protocol_id": 1155
},
"minecraft:ward_armor_trim_smithing_template": {
- "protocol_id": 1338
+ "protocol_id": 1357
},
"minecraft:warden_spawn_egg": {
- "protocol_id": 1138
+ "protocol_id": 1156
},
"minecraft:warped_button": {
- "protocol_id": 725
+ "protocol_id": 726
},
"minecraft:warped_door": {
- "protocol_id": 754
+ "protocol_id": 755
},
"minecraft:warped_fence": {
"protocol_id": 343
},
"minecraft:warped_fence_gate": {
- "protocol_id": 795
+ "protocol_id": 796
},
"minecraft:warped_fungus": {
"protocol_id": 250
},
"minecraft:warped_fungus_on_a_stick": {
- "protocol_id": 807
+ "protocol_id": 824
},
"minecraft:warped_hanging_sign": {
- "protocol_id": 949
+ "protocol_id": 966
},
"minecraft:warped_hyphae": {
"protocol_id": 181
@@ -10235,13 +10390,13 @@
"protocol_id": 47
},
"minecraft:warped_pressure_plate": {
- "protocol_id": 741
+ "protocol_id": 742
},
"minecraft:warped_roots": {
"protocol_id": 252
},
"minecraft:warped_sign": {
- "protocol_id": 937
+ "protocol_id": 954
},
"minecraft:warped_slab": {
"protocol_id": 282
@@ -10253,13 +10408,13 @@
"protocol_id": 146
},
"minecraft:warped_trapdoor": {
- "protocol_id": 775
+ "protocol_id": 776
},
"minecraft:warped_wart_block": {
"protocol_id": 548
},
"minecraft:water_bucket": {
- "protocol_id": 951
+ "protocol_id": 968
},
"minecraft:waxed_chiseled_copper": {
"protocol_id": 118
@@ -10268,16 +10423,16 @@
"protocol_id": 114
},
"minecraft:waxed_copper_bulb": {
- "protocol_id": 1387
+ "protocol_id": 1406
},
"minecraft:waxed_copper_door": {
- "protocol_id": 759
+ "protocol_id": 760
},
"minecraft:waxed_copper_grate": {
- "protocol_id": 1379
+ "protocol_id": 1398
},
"minecraft:waxed_copper_trapdoor": {
- "protocol_id": 780
+ "protocol_id": 781
},
"minecraft:waxed_cut_copper": {
"protocol_id": 122
@@ -10295,16 +10450,16 @@
"protocol_id": 115
},
"minecraft:waxed_exposed_copper_bulb": {
- "protocol_id": 1388
+ "protocol_id": 1407
},
"minecraft:waxed_exposed_copper_door": {
- "protocol_id": 760
+ "protocol_id": 761
},
"minecraft:waxed_exposed_copper_grate": {
- "protocol_id": 1380
+ "protocol_id": 1399
},
"minecraft:waxed_exposed_copper_trapdoor": {
- "protocol_id": 781
+ "protocol_id": 782
},
"minecraft:waxed_exposed_cut_copper": {
"protocol_id": 123
@@ -10322,16 +10477,16 @@
"protocol_id": 117
},
"minecraft:waxed_oxidized_copper_bulb": {
- "protocol_id": 1390
+ "protocol_id": 1409
},
"minecraft:waxed_oxidized_copper_door": {
- "protocol_id": 762
+ "protocol_id": 763
},
"minecraft:waxed_oxidized_copper_grate": {
- "protocol_id": 1382
+ "protocol_id": 1401
},
"minecraft:waxed_oxidized_copper_trapdoor": {
- "protocol_id": 783
+ "protocol_id": 784
},
"minecraft:waxed_oxidized_cut_copper": {
"protocol_id": 125
@@ -10349,16 +10504,16 @@
"protocol_id": 116
},
"minecraft:waxed_weathered_copper_bulb": {
- "protocol_id": 1389
+ "protocol_id": 1408
},
"minecraft:waxed_weathered_copper_door": {
- "protocol_id": 761
+ "protocol_id": 762
},
"minecraft:waxed_weathered_copper_grate": {
- "protocol_id": 1381
+ "protocol_id": 1400
},
"minecraft:waxed_weathered_copper_trapdoor": {
- "protocol_id": 782
+ "protocol_id": 783
},
"minecraft:waxed_weathered_cut_copper": {
"protocol_id": 124
@@ -10370,7 +10525,7 @@
"protocol_id": 128
},
"minecraft:wayfinder_armor_trim_smithing_template": {
- "protocol_id": 1345
+ "protocol_id": 1364
},
"minecraft:weathered_chiseled_copper": {
"protocol_id": 100
@@ -10379,16 +10534,16 @@
"protocol_id": 96
},
"minecraft:weathered_copper_bulb": {
- "protocol_id": 1385
+ "protocol_id": 1404
},
"minecraft:weathered_copper_door": {
- "protocol_id": 757
+ "protocol_id": 758
},
"minecraft:weathered_copper_grate": {
- "protocol_id": 1377
+ "protocol_id": 1396
},
"minecraft:weathered_copper_trapdoor": {
- "protocol_id": 778
+ "protocol_id": 779
},
"minecraft:weathered_cut_copper": {
"protocol_id": 104
@@ -10406,22 +10561,22 @@
"protocol_id": 194
},
"minecraft:wheat": {
- "protocol_id": 894
+ "protocol_id": 911
},
"minecraft:wheat_seeds": {
- "protocol_id": 893
+ "protocol_id": 910
},
"minecraft:white_banner": {
- "protocol_id": 1196
+ "protocol_id": 1214
},
"minecraft:white_bed": {
- "protocol_id": 1024
+ "protocol_id": 1041
},
"minecraft:white_bundle": {
- "protocol_id": 975
+ "protocol_id": 992
},
"minecraft:white_candle": {
- "protocol_id": 1306
+ "protocol_id": 1325
},
"minecraft:white_carpet": {
"protocol_id": 476
@@ -10433,11 +10588,14 @@
"protocol_id": 601
},
"minecraft:white_dye": {
- "protocol_id": 1004
+ "protocol_id": 1021
},
"minecraft:white_glazed_terracotta": {
"protocol_id": 569
},
+ "minecraft:white_harness": {
+ "protocol_id": 802
+ },
"minecraft:white_shulker_box": {
"protocol_id": 553
},
@@ -10457,67 +10615,67 @@
"protocol_id": 213
},
"minecraft:wild_armor_trim_smithing_template": {
- "protocol_id": 1337
+ "protocol_id": 1356
},
"minecraft:wildflowers": {
"protocol_id": 259
},
"minecraft:wind_charge": {
- "protocol_id": 1151
+ "protocol_id": 1169
},
"minecraft:witch_spawn_egg": {
- "protocol_id": 1139
+ "protocol_id": 1157
},
"minecraft:wither_rose": {
"protocol_id": 243
},
"minecraft:wither_skeleton_skull": {
- "protocol_id": 1166
+ "protocol_id": 1184
},
"minecraft:wither_skeleton_spawn_egg": {
- "protocol_id": 1141
+ "protocol_id": 1159
},
"minecraft:wither_spawn_egg": {
- "protocol_id": 1140
+ "protocol_id": 1158
},
"minecraft:wolf_armor": {
- "protocol_id": 837
+ "protocol_id": 854
},
"minecraft:wolf_spawn_egg": {
- "protocol_id": 1142
+ "protocol_id": 1160
},
"minecraft:wooden_axe": {
- "protocol_id": 861
+ "protocol_id": 878
},
"minecraft:wooden_hoe": {
- "protocol_id": 862
+ "protocol_id": 879
},
"minecraft:wooden_pickaxe": {
- "protocol_id": 860
+ "protocol_id": 877
},
"minecraft:wooden_shovel": {
- "protocol_id": 859
+ "protocol_id": 876
},
"minecraft:wooden_sword": {
- "protocol_id": 858
+ "protocol_id": 875
},
"minecraft:writable_book": {
- "protocol_id": 1152
+ "protocol_id": 1170
},
"minecraft:written_book": {
- "protocol_id": 1153
+ "protocol_id": 1171
},
"minecraft:yellow_banner": {
- "protocol_id": 1200
+ "protocol_id": 1218
},
"minecraft:yellow_bed": {
- "protocol_id": 1028
+ "protocol_id": 1045
},
"minecraft:yellow_bundle": {
- "protocol_id": 979
+ "protocol_id": 996
},
"minecraft:yellow_candle": {
- "protocol_id": 1310
+ "protocol_id": 1329
},
"minecraft:yellow_carpet": {
"protocol_id": 480
@@ -10529,11 +10687,14 @@
"protocol_id": 605
},
"minecraft:yellow_dye": {
- "protocol_id": 1008
+ "protocol_id": 1025
},
"minecraft:yellow_glazed_terracotta": {
"protocol_id": 573
},
+ "minecraft:yellow_harness": {
+ "protocol_id": 806
+ },
"minecraft:yellow_shulker_box": {
"protocol_id": 557
},
@@ -10550,22 +10711,22 @@
"protocol_id": 217
},
"minecraft:zoglin_spawn_egg": {
- "protocol_id": 1143
+ "protocol_id": 1161
},
"minecraft:zombie_head": {
- "protocol_id": 1168
+ "protocol_id": 1186
},
"minecraft:zombie_horse_spawn_egg": {
- "protocol_id": 1146
+ "protocol_id": 1164
},
"minecraft:zombie_spawn_egg": {
- "protocol_id": 1145
+ "protocol_id": 1163
},
"minecraft:zombie_villager_spawn_egg": {
- "protocol_id": 1147
+ "protocol_id": 1165
},
"minecraft:zombified_piglin_spawn_egg": {
- "protocol_id": 1148
+ "protocol_id": 1166
}
},
"protocol_id": 6
@@ -11870,7 +12031,7 @@
"protocol_id": 8
},
"minecraft:lightning_rod": {
- "protocol_id": 19
+ "protocol_id": 20
},
"minecraft:lodestone": {
"protocol_id": 18
@@ -11887,6 +12048,9 @@
"minecraft:shepherd": {
"protocol_id": 10
},
+ "minecraft:test_instance": {
+ "protocol_id": 19
+ },
"minecraft:toolsmith": {
"protocol_id": 11
},
@@ -12289,35 +12453,38 @@
"protocol_id": 10
},
"minecraft:armadillo_temptations": {
- "protocol_id": 20
+ "protocol_id": 21
},
"minecraft:axolotl_attackables": {
- "protocol_id": 15
- },
- "minecraft:axolotl_temptations": {
"protocol_id": 16
},
+ "minecraft:axolotl_temptations": {
+ "protocol_id": 17
+ },
"minecraft:breeze_attack_entity_sensor": {
- "protocol_id": 25
+ "protocol_id": 27
},
"minecraft:camel_temptations": {
- "protocol_id": 19
+ "protocol_id": 20
},
"minecraft:dummy": {
"protocol_id": 0
},
"minecraft:frog_attackables": {
- "protocol_id": 21
+ "protocol_id": 23
},
"minecraft:frog_temptations": {
- "protocol_id": 18
+ "protocol_id": 19
},
"minecraft:goat_temptations": {
- "protocol_id": 17
+ "protocol_id": 18
},
"minecraft:golem_detected": {
"protocol_id": 9
},
+ "minecraft:happy_ghast_temptations": {
+ "protocol_id": 22
+ },
"minecraft:hoglin_specific_sensor": {
"protocol_id": 13
},
@@ -12325,11 +12492,14 @@
"protocol_id": 5
},
"minecraft:is_in_water": {
- "protocol_id": 22
+ "protocol_id": 24
},
"minecraft:nearest_adult": {
"protocol_id": 14
},
+ "minecraft:nearest_adult_any_type": {
+ "protocol_id": 15
+ },
"minecraft:nearest_bed": {
"protocol_id": 4
},
@@ -12352,7 +12522,7 @@
"protocol_id": 8
},
"minecraft:sniffer_temptations": {
- "protocol_id": 24
+ "protocol_id": 26
},
"minecraft:villager_babies": {
"protocol_id": 7
@@ -12361,7 +12531,7 @@
"protocol_id": 6
},
"minecraft:warden_entity_sensor": {
- "protocol_id": 23
+ "protocol_id": 25
}
},
"protocol_id": 26
@@ -12626,19 +12796,19 @@
"protocol_id": 127
},
"minecraft:block.bamboo_wood_hanging_sign.break": {
- "protocol_id": 697
+ "protocol_id": 714
},
"minecraft:block.bamboo_wood_hanging_sign.fall": {
- "protocol_id": 698
+ "protocol_id": 715
},
"minecraft:block.bamboo_wood_hanging_sign.hit": {
- "protocol_id": 699
+ "protocol_id": 716
},
"minecraft:block.bamboo_wood_hanging_sign.place": {
- "protocol_id": 700
+ "protocol_id": 717
},
"minecraft:block.bamboo_wood_hanging_sign.step": {
- "protocol_id": 696
+ "protocol_id": 713
},
"minecraft:block.bamboo_wood_pressure_plate.click_off": {
"protocol_id": 124
@@ -12722,10 +12892,10 @@
"protocol_id": 161
},
"minecraft:block.big_dripleaf.tilt_down": {
- "protocol_id": 467
+ "protocol_id": 476
},
"minecraft:block.big_dripleaf.tilt_up": {
- "protocol_id": 468
+ "protocol_id": 477
},
"minecraft:block.blastfurnace.fire_crackle": {
"protocol_id": 182
@@ -13213,1571 +13383,1595 @@
"minecraft:block.dispenser.launch": {
"protocol_id": 434
},
- "minecraft:block.dripstone_block.break": {
- "protocol_id": 452
- },
- "minecraft:block.dripstone_block.fall": {
- "protocol_id": 456
- },
- "minecraft:block.dripstone_block.hit": {
+ "minecraft:block.dried_ghast.ambient": {
"protocol_id": 455
},
- "minecraft:block.dripstone_block.place": {
+ "minecraft:block.dried_ghast.ambient_water": {
+ "protocol_id": 456
+ },
+ "minecraft:block.dried_ghast.break": {
+ "protocol_id": 452
+ },
+ "minecraft:block.dried_ghast.fall": {
"protocol_id": 454
},
- "minecraft:block.dripstone_block.step": {
- "protocol_id": 453
- },
- "minecraft:block.enchantment_table.use": {
- "protocol_id": 489
- },
- "minecraft:block.end_gateway.spawn": {
- "protocol_id": 512
- },
- "minecraft:block.end_portal.spawn": {
- "protocol_id": 514
- },
- "minecraft:block.end_portal_frame.fill": {
- "protocol_id": 513
- },
- "minecraft:block.ender_chest.close": {
- "protocol_id": 490
- },
- "minecraft:block.ender_chest.open": {
- "protocol_id": 491
- },
- "minecraft:block.eyeblossom.close": {
- "protocol_id": 529
- },
- "minecraft:block.eyeblossom.close_long": {
- "protocol_id": 528
- },
- "minecraft:block.eyeblossom.idle": {
- "protocol_id": 530
- },
- "minecraft:block.eyeblossom.open": {
- "protocol_id": 527
- },
- "minecraft:block.eyeblossom.open_long": {
- "protocol_id": 526
- },
- "minecraft:block.fence_gate.close": {
- "protocol_id": 531
- },
- "minecraft:block.fence_gate.open": {
- "protocol_id": 532
- },
- "minecraft:block.fire.ambient": {
- "protocol_id": 543
- },
- "minecraft:block.fire.extinguish": {
- "protocol_id": 544
- },
- "minecraft:block.firefly_bush.idle": {
- "protocol_id": 534
- },
- "minecraft:block.flowering_azalea.break": {
- "protocol_id": 550
- },
- "minecraft:block.flowering_azalea.fall": {
- "protocol_id": 551
- },
- "minecraft:block.flowering_azalea.hit": {
- "protocol_id": 552
- },
- "minecraft:block.flowering_azalea.place": {
- "protocol_id": 553
- },
- "minecraft:block.flowering_azalea.step": {
- "protocol_id": 554
- },
- "minecraft:block.froglight.break": {
- "protocol_id": 576
- },
- "minecraft:block.froglight.fall": {
- "protocol_id": 577
- },
- "minecraft:block.froglight.hit": {
- "protocol_id": 578
- },
- "minecraft:block.froglight.place": {
- "protocol_id": 579
- },
- "minecraft:block.froglight.step": {
- "protocol_id": 580
- },
- "minecraft:block.frogspawn.break": {
- "protocol_id": 582
- },
- "minecraft:block.frogspawn.fall": {
- "protocol_id": 583
- },
- "minecraft:block.frogspawn.hatch": {
- "protocol_id": 584
- },
- "minecraft:block.frogspawn.hit": {
- "protocol_id": 585
- },
- "minecraft:block.frogspawn.place": {
- "protocol_id": 586
- },
- "minecraft:block.frogspawn.step": {
- "protocol_id": 581
- },
- "minecraft:block.fungus.break": {
- "protocol_id": 999
- },
- "minecraft:block.fungus.fall": {
- "protocol_id": 1003
- },
- "minecraft:block.fungus.hit": {
- "protocol_id": 1002
- },
- "minecraft:block.fungus.place": {
- "protocol_id": 1001
- },
- "minecraft:block.fungus.step": {
- "protocol_id": 1000
- },
- "minecraft:block.furnace.fire_crackle": {
- "protocol_id": 600
- },
- "minecraft:block.gilded_blackstone.break": {
- "protocol_id": 618
- },
- "minecraft:block.gilded_blackstone.fall": {
- "protocol_id": 619
- },
- "minecraft:block.gilded_blackstone.hit": {
- "protocol_id": 620
- },
- "minecraft:block.gilded_blackstone.place": {
- "protocol_id": 621
- },
- "minecraft:block.gilded_blackstone.step": {
- "protocol_id": 622
- },
- "minecraft:block.glass.break": {
- "protocol_id": 623
- },
- "minecraft:block.glass.fall": {
- "protocol_id": 624
- },
- "minecraft:block.glass.hit": {
- "protocol_id": 625
- },
- "minecraft:block.glass.place": {
- "protocol_id": 626
- },
- "minecraft:block.glass.step": {
- "protocol_id": 627
- },
- "minecraft:block.grass.break": {
- "protocol_id": 656
- },
- "minecraft:block.grass.fall": {
- "protocol_id": 657
- },
- "minecraft:block.grass.hit": {
- "protocol_id": 658
- },
- "minecraft:block.grass.place": {
- "protocol_id": 659
- },
- "minecraft:block.grass.step": {
- "protocol_id": 660
- },
- "minecraft:block.gravel.break": {
- "protocol_id": 661
- },
- "minecraft:block.gravel.fall": {
- "protocol_id": 662
- },
- "minecraft:block.gravel.hit": {
- "protocol_id": 663
- },
- "minecraft:block.gravel.place": {
- "protocol_id": 664
- },
- "minecraft:block.gravel.step": {
- "protocol_id": 665
- },
- "minecraft:block.grindstone.use": {
- "protocol_id": 666
- },
- "minecraft:block.growing_plant.crop": {
- "protocol_id": 667
- },
- "minecraft:block.hanging_roots.break": {
- "protocol_id": 676
- },
- "minecraft:block.hanging_roots.fall": {
- "protocol_id": 677
- },
- "minecraft:block.hanging_roots.hit": {
- "protocol_id": 678
- },
- "minecraft:block.hanging_roots.place": {
- "protocol_id": 679
- },
- "minecraft:block.hanging_roots.step": {
- "protocol_id": 680
- },
- "minecraft:block.hanging_sign.break": {
- "protocol_id": 682
- },
- "minecraft:block.hanging_sign.fall": {
- "protocol_id": 683
- },
- "minecraft:block.hanging_sign.hit": {
- "protocol_id": 684
- },
- "minecraft:block.hanging_sign.place": {
- "protocol_id": 685
- },
- "minecraft:block.hanging_sign.step": {
- "protocol_id": 681
- },
- "minecraft:block.hanging_sign.waxed_interact_fail": {
- "protocol_id": 1570
- },
- "minecraft:block.heavy_core.break": {
- "protocol_id": 686
- },
- "minecraft:block.heavy_core.fall": {
- "protocol_id": 687
- },
- "minecraft:block.heavy_core.hit": {
- "protocol_id": 688
- },
- "minecraft:block.heavy_core.place": {
- "protocol_id": 689
- },
- "minecraft:block.heavy_core.step": {
- "protocol_id": 690
- },
- "minecraft:block.honey_block.break": {
- "protocol_id": 726
- },
- "minecraft:block.honey_block.fall": {
- "protocol_id": 727
- },
- "minecraft:block.honey_block.hit": {
- "protocol_id": 728
- },
- "minecraft:block.honey_block.place": {
- "protocol_id": 729
- },
- "minecraft:block.honey_block.slide": {
- "protocol_id": 730
- },
- "minecraft:block.honey_block.step": {
- "protocol_id": 731
- },
- "minecraft:block.iron.break": {
- "protocol_id": 774
- },
- "minecraft:block.iron.fall": {
- "protocol_id": 778
- },
- "minecraft:block.iron.hit": {
- "protocol_id": 777
- },
- "minecraft:block.iron.place": {
- "protocol_id": 776
- },
- "minecraft:block.iron.step": {
- "protocol_id": 775
- },
- "minecraft:block.iron_door.close": {
- "protocol_id": 779
- },
- "minecraft:block.iron_door.open": {
- "protocol_id": 780
- },
- "minecraft:block.iron_trapdoor.close": {
- "protocol_id": 787
- },
- "minecraft:block.iron_trapdoor.open": {
- "protocol_id": 788
- },
- "minecraft:block.ladder.break": {
- "protocol_id": 796
- },
- "minecraft:block.ladder.fall": {
- "protocol_id": 797
- },
- "minecraft:block.ladder.hit": {
- "protocol_id": 798
- },
- "minecraft:block.ladder.place": {
- "protocol_id": 799
- },
- "minecraft:block.ladder.step": {
- "protocol_id": 800
- },
- "minecraft:block.lantern.break": {
- "protocol_id": 801
- },
- "minecraft:block.lantern.fall": {
- "protocol_id": 802
- },
- "minecraft:block.lantern.hit": {
- "protocol_id": 803
- },
- "minecraft:block.lantern.place": {
- "protocol_id": 804
- },
- "minecraft:block.lantern.step": {
- "protocol_id": 805
- },
- "minecraft:block.large_amethyst_bud.break": {
- "protocol_id": 806
- },
- "minecraft:block.large_amethyst_bud.place": {
- "protocol_id": 807
- },
- "minecraft:block.lava.ambient": {
- "protocol_id": 808
- },
- "minecraft:block.lava.extinguish": {
- "protocol_id": 809
- },
- "minecraft:block.lava.pop": {
- "protocol_id": 810
- },
- "minecraft:block.leaf_litter.break": {
- "protocol_id": 811
- },
- "minecraft:block.leaf_litter.fall": {
- "protocol_id": 815
- },
- "minecraft:block.leaf_litter.hit": {
- "protocol_id": 814
- },
- "minecraft:block.leaf_litter.place": {
- "protocol_id": 813
- },
- "minecraft:block.leaf_litter.step": {
- "protocol_id": 812
- },
- "minecraft:block.lever.click": {
- "protocol_id": 818
- },
- "minecraft:block.lily_pad.place": {
- "protocol_id": 1539
- },
- "minecraft:block.lodestone.break": {
- "protocol_id": 832
- },
- "minecraft:block.lodestone.fall": {
- "protocol_id": 836
- },
- "minecraft:block.lodestone.hit": {
- "protocol_id": 835
- },
- "minecraft:block.lodestone.place": {
- "protocol_id": 834
- },
- "minecraft:block.lodestone.step": {
- "protocol_id": 833
- },
- "minecraft:block.mangrove_roots.break": {
- "protocol_id": 847
- },
- "minecraft:block.mangrove_roots.fall": {
- "protocol_id": 848
- },
- "minecraft:block.mangrove_roots.hit": {
- "protocol_id": 849
- },
- "minecraft:block.mangrove_roots.place": {
- "protocol_id": 850
- },
- "minecraft:block.mangrove_roots.step": {
- "protocol_id": 851
- },
- "minecraft:block.medium_amethyst_bud.break": {
- "protocol_id": 852
- },
- "minecraft:block.medium_amethyst_bud.place": {
- "protocol_id": 853
- },
- "minecraft:block.metal.break": {
- "protocol_id": 854
- },
- "minecraft:block.metal.fall": {
- "protocol_id": 855
- },
- "minecraft:block.metal.hit": {
- "protocol_id": 856
- },
- "minecraft:block.metal.place": {
- "protocol_id": 857
- },
- "minecraft:block.metal.step": {
- "protocol_id": 860
- },
- "minecraft:block.metal_pressure_plate.click_off": {
- "protocol_id": 858
- },
- "minecraft:block.metal_pressure_plate.click_on": {
- "protocol_id": 859
- },
- "minecraft:block.moss.break": {
- "protocol_id": 879
- },
- "minecraft:block.moss.fall": {
- "protocol_id": 880
- },
- "minecraft:block.moss.hit": {
- "protocol_id": 881
- },
- "minecraft:block.moss.place": {
- "protocol_id": 882
- },
- "minecraft:block.moss.step": {
- "protocol_id": 883
- },
- "minecraft:block.moss_carpet.break": {
- "protocol_id": 869
- },
- "minecraft:block.moss_carpet.fall": {
- "protocol_id": 870
- },
- "minecraft:block.moss_carpet.hit": {
- "protocol_id": 871
- },
- "minecraft:block.moss_carpet.place": {
- "protocol_id": 872
- },
- "minecraft:block.moss_carpet.step": {
- "protocol_id": 873
- },
- "minecraft:block.mud.break": {
- "protocol_id": 884
- },
- "minecraft:block.mud.fall": {
- "protocol_id": 885
- },
- "minecraft:block.mud.hit": {
- "protocol_id": 886
- },
- "minecraft:block.mud.place": {
- "protocol_id": 887
- },
- "minecraft:block.mud.step": {
- "protocol_id": 888
- },
- "minecraft:block.mud_bricks.break": {
- "protocol_id": 889
- },
- "minecraft:block.mud_bricks.fall": {
- "protocol_id": 890
- },
- "minecraft:block.mud_bricks.hit": {
- "protocol_id": 891
- },
- "minecraft:block.mud_bricks.place": {
- "protocol_id": 892
- },
- "minecraft:block.mud_bricks.step": {
- "protocol_id": 893
- },
- "minecraft:block.muddy_mangrove_roots.break": {
- "protocol_id": 894
- },
- "minecraft:block.muddy_mangrove_roots.fall": {
- "protocol_id": 895
- },
- "minecraft:block.muddy_mangrove_roots.hit": {
- "protocol_id": 896
- },
- "minecraft:block.muddy_mangrove_roots.place": {
- "protocol_id": 897
- },
- "minecraft:block.muddy_mangrove_roots.step": {
- "protocol_id": 898
- },
- "minecraft:block.nether_bricks.break": {
- "protocol_id": 956
- },
- "minecraft:block.nether_bricks.fall": {
- "protocol_id": 960
- },
- "minecraft:block.nether_bricks.hit": {
- "protocol_id": 959
- },
- "minecraft:block.nether_bricks.place": {
- "protocol_id": 958
- },
- "minecraft:block.nether_bricks.step": {
- "protocol_id": 957
- },
- "minecraft:block.nether_gold_ore.break": {
- "protocol_id": 1201
- },
- "minecraft:block.nether_gold_ore.fall": {
- "protocol_id": 1202
- },
- "minecraft:block.nether_gold_ore.hit": {
- "protocol_id": 1203
- },
- "minecraft:block.nether_gold_ore.place": {
- "protocol_id": 1204
- },
- "minecraft:block.nether_gold_ore.step": {
- "protocol_id": 1205
- },
- "minecraft:block.nether_ore.break": {
- "protocol_id": 1206
- },
- "minecraft:block.nether_ore.fall": {
- "protocol_id": 1207
- },
- "minecraft:block.nether_ore.hit": {
- "protocol_id": 1208
- },
- "minecraft:block.nether_ore.place": {
- "protocol_id": 1209
- },
- "minecraft:block.nether_ore.step": {
- "protocol_id": 1210
- },
- "minecraft:block.nether_sprouts.break": {
- "protocol_id": 994
- },
- "minecraft:block.nether_sprouts.fall": {
- "protocol_id": 998
- },
- "minecraft:block.nether_sprouts.hit": {
- "protocol_id": 997
- },
- "minecraft:block.nether_sprouts.place": {
- "protocol_id": 996
- },
- "minecraft:block.nether_sprouts.step": {
- "protocol_id": 995
- },
- "minecraft:block.nether_wart.break": {
- "protocol_id": 961
- },
- "minecraft:block.nether_wood.break": {
- "protocol_id": 963
- },
- "minecraft:block.nether_wood.fall": {
- "protocol_id": 964
- },
- "minecraft:block.nether_wood.hit": {
- "protocol_id": 965
- },
- "minecraft:block.nether_wood.place": {
- "protocol_id": 966
- },
- "minecraft:block.nether_wood.step": {
- "protocol_id": 967
- },
- "minecraft:block.nether_wood_button.click_off": {
- "protocol_id": 972
- },
- "minecraft:block.nether_wood_button.click_on": {
- "protocol_id": 973
- },
- "minecraft:block.nether_wood_door.close": {
- "protocol_id": 968
- },
- "minecraft:block.nether_wood_door.open": {
- "protocol_id": 969
- },
- "minecraft:block.nether_wood_fence_gate.close": {
- "protocol_id": 976
- },
- "minecraft:block.nether_wood_fence_gate.open": {
- "protocol_id": 977
- },
- "minecraft:block.nether_wood_hanging_sign.break": {
- "protocol_id": 692
- },
- "minecraft:block.nether_wood_hanging_sign.fall": {
- "protocol_id": 693
- },
- "minecraft:block.nether_wood_hanging_sign.hit": {
- "protocol_id": 694
- },
- "minecraft:block.nether_wood_hanging_sign.place": {
- "protocol_id": 695
- },
- "minecraft:block.nether_wood_hanging_sign.step": {
- "protocol_id": 691
- },
- "minecraft:block.nether_wood_pressure_plate.click_off": {
- "protocol_id": 974
- },
- "minecraft:block.nether_wood_pressure_plate.click_on": {
- "protocol_id": 975
- },
- "minecraft:block.nether_wood_trapdoor.close": {
- "protocol_id": 970
- },
- "minecraft:block.nether_wood_trapdoor.open": {
- "protocol_id": 971
- },
- "minecraft:block.netherite_block.break": {
- "protocol_id": 1014
- },
- "minecraft:block.netherite_block.fall": {
- "protocol_id": 1018
- },
- "minecraft:block.netherite_block.hit": {
- "protocol_id": 1017
- },
- "minecraft:block.netherite_block.place": {
- "protocol_id": 1016
- },
- "minecraft:block.netherite_block.step": {
- "protocol_id": 1015
- },
- "minecraft:block.netherrack.break": {
- "protocol_id": 1019
- },
- "minecraft:block.netherrack.fall": {
- "protocol_id": 1023
- },
- "minecraft:block.netherrack.hit": {
- "protocol_id": 1022
- },
- "minecraft:block.netherrack.place": {
- "protocol_id": 1021
- },
- "minecraft:block.netherrack.step": {
- "protocol_id": 1020
- },
- "minecraft:block.note_block.banjo": {
- "protocol_id": 1039
- },
- "minecraft:block.note_block.basedrum": {
- "protocol_id": 1024
- },
- "minecraft:block.note_block.bass": {
- "protocol_id": 1025
- },
- "minecraft:block.note_block.bell": {
- "protocol_id": 1026
- },
- "minecraft:block.note_block.bit": {
- "protocol_id": 1038
- },
- "minecraft:block.note_block.chime": {
- "protocol_id": 1027
- },
- "minecraft:block.note_block.cow_bell": {
- "protocol_id": 1036
- },
- "minecraft:block.note_block.didgeridoo": {
- "protocol_id": 1037
- },
- "minecraft:block.note_block.flute": {
- "protocol_id": 1028
- },
- "minecraft:block.note_block.guitar": {
- "protocol_id": 1029
- },
- "minecraft:block.note_block.harp": {
- "protocol_id": 1030
- },
- "minecraft:block.note_block.hat": {
- "protocol_id": 1031
- },
- "minecraft:block.note_block.imitate.creeper": {
- "protocol_id": 1042
- },
- "minecraft:block.note_block.imitate.ender_dragon": {
- "protocol_id": 1043
- },
- "minecraft:block.note_block.imitate.piglin": {
- "protocol_id": 1045
- },
- "minecraft:block.note_block.imitate.skeleton": {
- "protocol_id": 1041
- },
- "minecraft:block.note_block.imitate.wither_skeleton": {
- "protocol_id": 1044
- },
- "minecraft:block.note_block.imitate.zombie": {
- "protocol_id": 1040
- },
- "minecraft:block.note_block.iron_xylophone": {
- "protocol_id": 1035
- },
- "minecraft:block.note_block.pling": {
- "protocol_id": 1032
- },
- "minecraft:block.note_block.snare": {
- "protocol_id": 1033
- },
- "minecraft:block.note_block.xylophone": {
- "protocol_id": 1034
- },
- "minecraft:block.nylium.break": {
- "protocol_id": 989
- },
- "minecraft:block.nylium.fall": {
- "protocol_id": 993
- },
- "minecraft:block.nylium.hit": {
- "protocol_id": 992
- },
- "minecraft:block.nylium.place": {
- "protocol_id": 991
- },
- "minecraft:block.nylium.step": {
- "protocol_id": 990
- },
- "minecraft:block.packed_mud.break": {
- "protocol_id": 979
- },
- "minecraft:block.packed_mud.fall": {
- "protocol_id": 980
- },
- "minecraft:block.packed_mud.hit": {
- "protocol_id": 981
- },
- "minecraft:block.packed_mud.place": {
- "protocol_id": 982
- },
- "minecraft:block.packed_mud.step": {
- "protocol_id": 983
- },
- "minecraft:block.pale_hanging_moss.idle": {
- "protocol_id": 1052
- },
- "minecraft:block.pink_petals.break": {
- "protocol_id": 874
- },
- "minecraft:block.pink_petals.fall": {
- "protocol_id": 875
- },
- "minecraft:block.pink_petals.hit": {
- "protocol_id": 876
- },
- "minecraft:block.pink_petals.place": {
- "protocol_id": 877
- },
- "minecraft:block.pink_petals.step": {
- "protocol_id": 878
- },
- "minecraft:block.piston.contract": {
- "protocol_id": 1137
- },
- "minecraft:block.piston.extend": {
- "protocol_id": 1138
- },
- "minecraft:block.pointed_dripstone.break": {
+ "minecraft:block.dried_ghast.place": {
"protocol_id": 457
},
- "minecraft:block.pointed_dripstone.drip_lava": {
- "protocol_id": 463
- },
- "minecraft:block.pointed_dripstone.drip_lava_into_cauldron": {
- "protocol_id": 465
- },
- "minecraft:block.pointed_dripstone.drip_water": {
- "protocol_id": 464
- },
- "minecraft:block.pointed_dripstone.drip_water_into_cauldron": {
- "protocol_id": 466
- },
- "minecraft:block.pointed_dripstone.fall": {
- "protocol_id": 461
- },
- "minecraft:block.pointed_dripstone.hit": {
- "protocol_id": 460
- },
- "minecraft:block.pointed_dripstone.land": {
- "protocol_id": 462
- },
- "minecraft:block.pointed_dripstone.place": {
- "protocol_id": 459
- },
- "minecraft:block.pointed_dripstone.step": {
+ "minecraft:block.dried_ghast.place_in_water": {
"protocol_id": 458
},
- "minecraft:block.polished_deepslate.break": {
- "protocol_id": 1166
+ "minecraft:block.dried_ghast.step": {
+ "protocol_id": 453
},
- "minecraft:block.polished_deepslate.fall": {
- "protocol_id": 1167
+ "minecraft:block.dried_ghast.transition": {
+ "protocol_id": 459
},
- "minecraft:block.polished_deepslate.hit": {
- "protocol_id": 1168
+ "minecraft:block.dripstone_block.break": {
+ "protocol_id": 460
},
- "minecraft:block.polished_deepslate.place": {
- "protocol_id": 1169
+ "minecraft:block.dripstone_block.fall": {
+ "protocol_id": 464
},
- "minecraft:block.polished_deepslate.step": {
- "protocol_id": 1170
+ "minecraft:block.dripstone_block.hit": {
+ "protocol_id": 463
},
- "minecraft:block.polished_tuff.break": {
- "protocol_id": 1466
+ "minecraft:block.dripstone_block.place": {
+ "protocol_id": 462
},
- "minecraft:block.polished_tuff.fall": {
- "protocol_id": 1467
+ "minecraft:block.dripstone_block.step": {
+ "protocol_id": 461
},
- "minecraft:block.polished_tuff.hit": {
- "protocol_id": 1468
+ "minecraft:block.dry_grass.ambient": {
+ "protocol_id": 465
},
- "minecraft:block.polished_tuff.place": {
- "protocol_id": 1469
+ "minecraft:block.enchantment_table.use": {
+ "protocol_id": 498
},
- "minecraft:block.polished_tuff.step": {
- "protocol_id": 1470
+ "minecraft:block.end_gateway.spawn": {
+ "protocol_id": 521
},
- "minecraft:block.portal.ambient": {
- "protocol_id": 1171
+ "minecraft:block.end_portal.spawn": {
+ "protocol_id": 523
},
- "minecraft:block.portal.travel": {
- "protocol_id": 1172
+ "minecraft:block.end_portal_frame.fill": {
+ "protocol_id": 522
},
- "minecraft:block.portal.trigger": {
- "protocol_id": 1173
+ "minecraft:block.ender_chest.close": {
+ "protocol_id": 499
},
- "minecraft:block.powder_snow.break": {
- "protocol_id": 1174
+ "minecraft:block.ender_chest.open": {
+ "protocol_id": 500
},
- "minecraft:block.powder_snow.fall": {
- "protocol_id": 1175
+ "minecraft:block.eyeblossom.close": {
+ "protocol_id": 538
},
- "minecraft:block.powder_snow.hit": {
- "protocol_id": 1176
+ "minecraft:block.eyeblossom.close_long": {
+ "protocol_id": 537
},
- "minecraft:block.powder_snow.place": {
- "protocol_id": 1177
+ "minecraft:block.eyeblossom.idle": {
+ "protocol_id": 539
},
- "minecraft:block.powder_snow.step": {
- "protocol_id": 1178
+ "minecraft:block.eyeblossom.open": {
+ "protocol_id": 536
},
- "minecraft:block.pumpkin.carve": {
- "protocol_id": 1186
+ "minecraft:block.eyeblossom.open_long": {
+ "protocol_id": 535
},
- "minecraft:block.redstone_torch.burnout": {
- "protocol_id": 1211
+ "minecraft:block.fence_gate.close": {
+ "protocol_id": 540
},
- "minecraft:block.resin.break": {
- "protocol_id": 1344
+ "minecraft:block.fence_gate.open": {
+ "protocol_id": 541
},
- "minecraft:block.resin.fall": {
- "protocol_id": 1345
+ "minecraft:block.fire.ambient": {
+ "protocol_id": 552
},
- "minecraft:block.resin.place": {
- "protocol_id": 1346
+ "minecraft:block.fire.extinguish": {
+ "protocol_id": 553
},
- "minecraft:block.resin.step": {
- "protocol_id": 1347
+ "minecraft:block.firefly_bush.idle": {
+ "protocol_id": 543
},
- "minecraft:block.resin_bricks.break": {
- "protocol_id": 1348
+ "minecraft:block.flowering_azalea.break": {
+ "protocol_id": 559
},
- "minecraft:block.resin_bricks.fall": {
- "protocol_id": 1349
+ "minecraft:block.flowering_azalea.fall": {
+ "protocol_id": 560
},
- "minecraft:block.resin_bricks.hit": {
- "protocol_id": 1350
+ "minecraft:block.flowering_azalea.hit": {
+ "protocol_id": 561
},
- "minecraft:block.resin_bricks.place": {
- "protocol_id": 1351
+ "minecraft:block.flowering_azalea.place": {
+ "protocol_id": 562
},
- "minecraft:block.resin_bricks.step": {
- "protocol_id": 1352
+ "minecraft:block.flowering_azalea.step": {
+ "protocol_id": 563
},
- "minecraft:block.respawn_anchor.ambient": {
- "protocol_id": 1212
+ "minecraft:block.froglight.break": {
+ "protocol_id": 585
},
- "minecraft:block.respawn_anchor.charge": {
- "protocol_id": 1213
+ "minecraft:block.froglight.fall": {
+ "protocol_id": 586
},
- "minecraft:block.respawn_anchor.deplete": {
- "protocol_id": 1214
+ "minecraft:block.froglight.hit": {
+ "protocol_id": 587
},
- "minecraft:block.respawn_anchor.set_spawn": {
- "protocol_id": 1215
+ "minecraft:block.froglight.place": {
+ "protocol_id": 588
},
- "minecraft:block.rooted_dirt.break": {
- "protocol_id": 1216
+ "minecraft:block.froglight.step": {
+ "protocol_id": 589
},
- "minecraft:block.rooted_dirt.fall": {
- "protocol_id": 1217
+ "minecraft:block.frogspawn.break": {
+ "protocol_id": 591
},
- "minecraft:block.rooted_dirt.hit": {
- "protocol_id": 1218
+ "minecraft:block.frogspawn.fall": {
+ "protocol_id": 592
},
- "minecraft:block.rooted_dirt.place": {
- "protocol_id": 1219
+ "minecraft:block.frogspawn.hatch": {
+ "protocol_id": 593
},
- "minecraft:block.rooted_dirt.step": {
- "protocol_id": 1220
+ "minecraft:block.frogspawn.hit": {
+ "protocol_id": 594
},
- "minecraft:block.roots.break": {
+ "minecraft:block.frogspawn.place": {
"protocol_id": 595
},
- "minecraft:block.roots.fall": {
- "protocol_id": 599
+ "minecraft:block.frogspawn.step": {
+ "protocol_id": 590
},
- "minecraft:block.roots.hit": {
- "protocol_id": 598
+ "minecraft:block.fungus.break": {
+ "protocol_id": 1024
},
- "minecraft:block.roots.place": {
- "protocol_id": 597
+ "minecraft:block.fungus.fall": {
+ "protocol_id": 1028
},
- "minecraft:block.roots.step": {
- "protocol_id": 596
+ "minecraft:block.fungus.hit": {
+ "protocol_id": 1027
},
- "minecraft:block.sand.break": {
- "protocol_id": 1225
+ "minecraft:block.fungus.place": {
+ "protocol_id": 1026
},
- "minecraft:block.sand.fall": {
- "protocol_id": 1226
+ "minecraft:block.fungus.step": {
+ "protocol_id": 1025
},
- "minecraft:block.sand.hit": {
- "protocol_id": 1227
+ "minecraft:block.furnace.fire_crackle": {
+ "protocol_id": 609
},
- "minecraft:block.sand.idle": {
- "protocol_id": 1230
+ "minecraft:block.gilded_blackstone.break": {
+ "protocol_id": 631
},
- "minecraft:block.sand.place": {
- "protocol_id": 1228
+ "minecraft:block.gilded_blackstone.fall": {
+ "protocol_id": 632
},
- "minecraft:block.sand.step": {
- "protocol_id": 1229
+ "minecraft:block.gilded_blackstone.hit": {
+ "protocol_id": 633
},
- "minecraft:block.sand.wind": {
- "protocol_id": 1231
+ "minecraft:block.gilded_blackstone.place": {
+ "protocol_id": 634
},
- "minecraft:block.scaffolding.break": {
- "protocol_id": 1232
+ "minecraft:block.gilded_blackstone.step": {
+ "protocol_id": 635
},
- "minecraft:block.scaffolding.fall": {
- "protocol_id": 1233
+ "minecraft:block.glass.break": {
+ "protocol_id": 636
},
- "minecraft:block.scaffolding.hit": {
- "protocol_id": 1234
+ "minecraft:block.glass.fall": {
+ "protocol_id": 637
},
- "minecraft:block.scaffolding.place": {
- "protocol_id": 1235
+ "minecraft:block.glass.hit": {
+ "protocol_id": 638
},
- "minecraft:block.scaffolding.step": {
- "protocol_id": 1236
+ "minecraft:block.glass.place": {
+ "protocol_id": 639
},
- "minecraft:block.sculk.break": {
- "protocol_id": 1239
+ "minecraft:block.glass.step": {
+ "protocol_id": 640
},
- "minecraft:block.sculk.charge": {
- "protocol_id": 1238
+ "minecraft:block.grass.break": {
+ "protocol_id": 669
},
- "minecraft:block.sculk.fall": {
- "protocol_id": 1240
+ "minecraft:block.grass.fall": {
+ "protocol_id": 670
},
- "minecraft:block.sculk.hit": {
- "protocol_id": 1241
+ "minecraft:block.grass.hit": {
+ "protocol_id": 671
},
- "minecraft:block.sculk.place": {
- "protocol_id": 1242
+ "minecraft:block.grass.place": {
+ "protocol_id": 672
},
- "minecraft:block.sculk.spread": {
- "protocol_id": 1237
+ "minecraft:block.grass.step": {
+ "protocol_id": 673
},
- "minecraft:block.sculk.step": {
- "protocol_id": 1243
+ "minecraft:block.gravel.break": {
+ "protocol_id": 674
},
- "minecraft:block.sculk_catalyst.bloom": {
- "protocol_id": 1244
+ "minecraft:block.gravel.fall": {
+ "protocol_id": 675
},
- "minecraft:block.sculk_catalyst.break": {
- "protocol_id": 1245
+ "minecraft:block.gravel.hit": {
+ "protocol_id": 676
},
- "minecraft:block.sculk_catalyst.fall": {
- "protocol_id": 1246
+ "minecraft:block.gravel.place": {
+ "protocol_id": 677
},
- "minecraft:block.sculk_catalyst.hit": {
- "protocol_id": 1247
+ "minecraft:block.gravel.step": {
+ "protocol_id": 678
},
- "minecraft:block.sculk_catalyst.place": {
- "protocol_id": 1248
+ "minecraft:block.grindstone.use": {
+ "protocol_id": 679
},
- "minecraft:block.sculk_catalyst.step": {
- "protocol_id": 1249
+ "minecraft:block.growing_plant.crop": {
+ "protocol_id": 680
},
- "minecraft:block.sculk_sensor.break": {
- "protocol_id": 1252
+ "minecraft:block.hanging_roots.break": {
+ "protocol_id": 689
},
- "minecraft:block.sculk_sensor.clicking": {
- "protocol_id": 1250
+ "minecraft:block.hanging_roots.fall": {
+ "protocol_id": 690
},
- "minecraft:block.sculk_sensor.clicking_stop": {
- "protocol_id": 1251
+ "minecraft:block.hanging_roots.hit": {
+ "protocol_id": 691
},
- "minecraft:block.sculk_sensor.fall": {
- "protocol_id": 1253
+ "minecraft:block.hanging_roots.place": {
+ "protocol_id": 692
},
- "minecraft:block.sculk_sensor.hit": {
- "protocol_id": 1254
+ "minecraft:block.hanging_roots.step": {
+ "protocol_id": 693
},
- "minecraft:block.sculk_sensor.place": {
- "protocol_id": 1255
+ "minecraft:block.hanging_sign.break": {
+ "protocol_id": 695
},
- "minecraft:block.sculk_sensor.step": {
- "protocol_id": 1256
+ "minecraft:block.hanging_sign.fall": {
+ "protocol_id": 696
},
- "minecraft:block.sculk_shrieker.break": {
- "protocol_id": 1257
+ "minecraft:block.hanging_sign.hit": {
+ "protocol_id": 697
},
- "minecraft:block.sculk_shrieker.fall": {
- "protocol_id": 1258
+ "minecraft:block.hanging_sign.place": {
+ "protocol_id": 698
},
- "minecraft:block.sculk_shrieker.hit": {
- "protocol_id": 1259
+ "minecraft:block.hanging_sign.step": {
+ "protocol_id": 694
},
- "minecraft:block.sculk_shrieker.place": {
- "protocol_id": 1260
+ "minecraft:block.hanging_sign.waxed_interact_fail": {
+ "protocol_id": 1594
},
- "minecraft:block.sculk_shrieker.shriek": {
- "protocol_id": 1261
- },
- "minecraft:block.sculk_shrieker.step": {
- "protocol_id": 1262
- },
- "minecraft:block.sculk_vein.break": {
- "protocol_id": 1263
- },
- "minecraft:block.sculk_vein.fall": {
- "protocol_id": 1264
- },
- "minecraft:block.sculk_vein.hit": {
- "protocol_id": 1265
- },
- "minecraft:block.sculk_vein.place": {
- "protocol_id": 1266
- },
- "minecraft:block.sculk_vein.step": {
- "protocol_id": 1267
- },
- "minecraft:block.shroomlight.break": {
- "protocol_id": 1275
- },
- "minecraft:block.shroomlight.fall": {
- "protocol_id": 1279
- },
- "minecraft:block.shroomlight.hit": {
- "protocol_id": 1278
- },
- "minecraft:block.shroomlight.place": {
- "protocol_id": 1277
- },
- "minecraft:block.shroomlight.step": {
- "protocol_id": 1276
- },
- "minecraft:block.shulker_box.close": {
- "protocol_id": 1282
- },
- "minecraft:block.shulker_box.open": {
- "protocol_id": 1283
- },
- "minecraft:block.sign.waxed_interact_fail": {
- "protocol_id": 1571
- },
- "minecraft:block.slime_block.break": {
- "protocol_id": 1316
- },
- "minecraft:block.slime_block.fall": {
- "protocol_id": 1317
- },
- "minecraft:block.slime_block.hit": {
- "protocol_id": 1318
- },
- "minecraft:block.slime_block.place": {
- "protocol_id": 1319
- },
- "minecraft:block.slime_block.step": {
- "protocol_id": 1320
- },
- "minecraft:block.small_amethyst_bud.break": {
- "protocol_id": 1321
- },
- "minecraft:block.small_amethyst_bud.place": {
- "protocol_id": 1322
- },
- "minecraft:block.small_dripleaf.break": {
- "protocol_id": 1323
- },
- "minecraft:block.small_dripleaf.fall": {
- "protocol_id": 1324
- },
- "minecraft:block.small_dripleaf.hit": {
- "protocol_id": 1325
- },
- "minecraft:block.small_dripleaf.place": {
- "protocol_id": 1326
- },
- "minecraft:block.small_dripleaf.step": {
- "protocol_id": 1327
- },
- "minecraft:block.smithing_table.use": {
- "protocol_id": 1371
- },
- "minecraft:block.smoker.smoke": {
- "protocol_id": 1372
- },
- "minecraft:block.sniffer_egg.crack": {
- "protocol_id": 1386
- },
- "minecraft:block.sniffer_egg.hatch": {
- "protocol_id": 1387
- },
- "minecraft:block.sniffer_egg.plop": {
- "protocol_id": 1385
- },
- "minecraft:block.snow.break": {
- "protocol_id": 1389
- },
- "minecraft:block.snow.fall": {
- "protocol_id": 1390
- },
- "minecraft:block.snow.hit": {
- "protocol_id": 1396
- },
- "minecraft:block.snow.place": {
- "protocol_id": 1397
- },
- "minecraft:block.snow.step": {
- "protocol_id": 1398
- },
- "minecraft:block.soul_sand.break": {
- "protocol_id": 1328
- },
- "minecraft:block.soul_sand.fall": {
- "protocol_id": 1332
- },
- "minecraft:block.soul_sand.hit": {
- "protocol_id": 1331
- },
- "minecraft:block.soul_sand.place": {
- "protocol_id": 1330
- },
- "minecraft:block.soul_sand.step": {
- "protocol_id": 1329
- },
- "minecraft:block.soul_soil.break": {
- "protocol_id": 1333
- },
- "minecraft:block.soul_soil.fall": {
- "protocol_id": 1337
- },
- "minecraft:block.soul_soil.hit": {
- "protocol_id": 1336
- },
- "minecraft:block.soul_soil.place": {
- "protocol_id": 1335
- },
- "minecraft:block.soul_soil.step": {
- "protocol_id": 1334
- },
- "minecraft:block.spawner.break": {
- "protocol_id": 1339
- },
- "minecraft:block.spawner.fall": {
- "protocol_id": 1340
- },
- "minecraft:block.spawner.hit": {
- "protocol_id": 1341
- },
- "minecraft:block.spawner.place": {
- "protocol_id": 1342
- },
- "minecraft:block.spawner.step": {
- "protocol_id": 1343
- },
- "minecraft:block.sponge.absorb": {
- "protocol_id": 1410
- },
- "minecraft:block.sponge.break": {
- "protocol_id": 1405
- },
- "minecraft:block.sponge.fall": {
- "protocol_id": 1406
- },
- "minecraft:block.sponge.hit": {
- "protocol_id": 1407
- },
- "minecraft:block.sponge.place": {
- "protocol_id": 1408
- },
- "minecraft:block.sponge.step": {
- "protocol_id": 1409
- },
- "minecraft:block.spore_blossom.break": {
- "protocol_id": 1353
- },
- "minecraft:block.spore_blossom.fall": {
- "protocol_id": 1354
- },
- "minecraft:block.spore_blossom.hit": {
- "protocol_id": 1355
- },
- "minecraft:block.spore_blossom.place": {
- "protocol_id": 1356
- },
- "minecraft:block.spore_blossom.step": {
- "protocol_id": 1357
- },
- "minecraft:block.stem.break": {
- "protocol_id": 984
- },
- "minecraft:block.stem.fall": {
- "protocol_id": 988
- },
- "minecraft:block.stem.hit": {
- "protocol_id": 987
- },
- "minecraft:block.stem.place": {
- "protocol_id": 986
- },
- "minecraft:block.stem.step": {
- "protocol_id": 985
- },
- "minecraft:block.stone.break": {
- "protocol_id": 1417
- },
- "minecraft:block.stone.fall": {
- "protocol_id": 1420
- },
- "minecraft:block.stone.hit": {
- "protocol_id": 1421
- },
- "minecraft:block.stone.place": {
- "protocol_id": 1422
- },
- "minecraft:block.stone.step": {
- "protocol_id": 1425
- },
- "minecraft:block.stone_button.click_off": {
- "protocol_id": 1418
- },
- "minecraft:block.stone_button.click_on": {
- "protocol_id": 1419
- },
- "minecraft:block.stone_pressure_plate.click_off": {
- "protocol_id": 1423
- },
- "minecraft:block.stone_pressure_plate.click_on": {
- "protocol_id": 1424
- },
- "minecraft:block.suspicious_gravel.break": {
- "protocol_id": 571
- },
- "minecraft:block.suspicious_gravel.fall": {
- "protocol_id": 575
- },
- "minecraft:block.suspicious_gravel.hit": {
- "protocol_id": 574
- },
- "minecraft:block.suspicious_gravel.place": {
- "protocol_id": 573
- },
- "minecraft:block.suspicious_gravel.step": {
- "protocol_id": 572
- },
- "minecraft:block.suspicious_sand.break": {
- "protocol_id": 566
- },
- "minecraft:block.suspicious_sand.fall": {
- "protocol_id": 570
- },
- "minecraft:block.suspicious_sand.hit": {
- "protocol_id": 569
- },
- "minecraft:block.suspicious_sand.place": {
- "protocol_id": 568
- },
- "minecraft:block.suspicious_sand.step": {
- "protocol_id": 567
- },
- "minecraft:block.sweet_berry_bush.break": {
- "protocol_id": 1430
- },
- "minecraft:block.sweet_berry_bush.pick_berries": {
- "protocol_id": 1432
- },
- "minecraft:block.sweet_berry_bush.place": {
- "protocol_id": 1431
- },
- "minecraft:block.trial_spawner.about_to_spawn_item": {
- "protocol_id": 707
- },
- "minecraft:block.trial_spawner.ambient": {
- "protocol_id": 712
- },
- "minecraft:block.trial_spawner.ambient_ominous": {
- "protocol_id": 713
- },
- "minecraft:block.trial_spawner.break": {
- "protocol_id": 701
- },
- "minecraft:block.trial_spawner.close_shutter": {
- "protocol_id": 715
- },
- "minecraft:block.trial_spawner.detect_player": {
- "protocol_id": 710
- },
- "minecraft:block.trial_spawner.eject_item": {
- "protocol_id": 716
- },
- "minecraft:block.trial_spawner.fall": {
- "protocol_id": 705
- },
- "minecraft:block.trial_spawner.hit": {
- "protocol_id": 704
- },
- "minecraft:block.trial_spawner.ominous_activate": {
- "protocol_id": 711
- },
- "minecraft:block.trial_spawner.open_shutter": {
- "protocol_id": 714
- },
- "minecraft:block.trial_spawner.place": {
+ "minecraft:block.heavy_core.break": {
"protocol_id": 703
},
- "minecraft:block.trial_spawner.spawn_item": {
- "protocol_id": 708
+ "minecraft:block.heavy_core.fall": {
+ "protocol_id": 704
},
- "minecraft:block.trial_spawner.spawn_item_begin": {
- "protocol_id": 709
+ "minecraft:block.heavy_core.hit": {
+ "protocol_id": 705
},
- "minecraft:block.trial_spawner.spawn_mob": {
+ "minecraft:block.heavy_core.place": {
"protocol_id": 706
},
- "minecraft:block.trial_spawner.step": {
- "protocol_id": 702
+ "minecraft:block.heavy_core.step": {
+ "protocol_id": 707
},
- "minecraft:block.tripwire.attach": {
- "protocol_id": 1448
+ "minecraft:block.honey_block.break": {
+ "protocol_id": 747
},
- "minecraft:block.tripwire.click_off": {
- "protocol_id": 1449
+ "minecraft:block.honey_block.fall": {
+ "protocol_id": 748
},
- "minecraft:block.tripwire.click_on": {
- "protocol_id": 1450
+ "minecraft:block.honey_block.hit": {
+ "protocol_id": 749
},
- "minecraft:block.tripwire.detach": {
- "protocol_id": 1451
+ "minecraft:block.honey_block.place": {
+ "protocol_id": 750
},
- "minecraft:block.tuff.break": {
- "protocol_id": 1456
+ "minecraft:block.honey_block.slide": {
+ "protocol_id": 751
},
- "minecraft:block.tuff.fall": {
- "protocol_id": 1460
+ "minecraft:block.honey_block.step": {
+ "protocol_id": 752
},
- "minecraft:block.tuff.hit": {
- "protocol_id": 1459
+ "minecraft:block.iron.break": {
+ "protocol_id": 796
},
- "minecraft:block.tuff.place": {
- "protocol_id": 1458
+ "minecraft:block.iron.fall": {
+ "protocol_id": 800
},
- "minecraft:block.tuff.step": {
- "protocol_id": 1457
+ "minecraft:block.iron.hit": {
+ "protocol_id": 799
},
- "minecraft:block.tuff_bricks.break": {
- "protocol_id": 1461
+ "minecraft:block.iron.place": {
+ "protocol_id": 798
},
- "minecraft:block.tuff_bricks.fall": {
- "protocol_id": 1462
+ "minecraft:block.iron.step": {
+ "protocol_id": 797
},
- "minecraft:block.tuff_bricks.hit": {
- "protocol_id": 1463
+ "minecraft:block.iron_door.close": {
+ "protocol_id": 801
},
- "minecraft:block.tuff_bricks.place": {
- "protocol_id": 1464
+ "minecraft:block.iron_door.open": {
+ "protocol_id": 802
},
- "minecraft:block.tuff_bricks.step": {
- "protocol_id": 1465
+ "minecraft:block.iron_trapdoor.close": {
+ "protocol_id": 809
},
- "minecraft:block.vault.activate": {
- "protocol_id": 1492
+ "minecraft:block.iron_trapdoor.open": {
+ "protocol_id": 810
},
- "minecraft:block.vault.ambient": {
- "protocol_id": 1493
+ "minecraft:block.ladder.break": {
+ "protocol_id": 818
},
- "minecraft:block.vault.break": {
- "protocol_id": 1494
+ "minecraft:block.ladder.fall": {
+ "protocol_id": 819
},
- "minecraft:block.vault.close_shutter": {
- "protocol_id": 1495
+ "minecraft:block.ladder.hit": {
+ "protocol_id": 820
},
- "minecraft:block.vault.deactivate": {
- "protocol_id": 1496
+ "minecraft:block.ladder.place": {
+ "protocol_id": 821
},
- "minecraft:block.vault.eject_item": {
- "protocol_id": 1497
+ "minecraft:block.ladder.step": {
+ "protocol_id": 822
},
- "minecraft:block.vault.fall": {
- "protocol_id": 1499
+ "minecraft:block.lantern.break": {
+ "protocol_id": 823
},
- "minecraft:block.vault.hit": {
- "protocol_id": 1500
+ "minecraft:block.lantern.fall": {
+ "protocol_id": 824
},
- "minecraft:block.vault.insert_item": {
- "protocol_id": 1501
+ "minecraft:block.lantern.hit": {
+ "protocol_id": 825
},
- "minecraft:block.vault.insert_item_fail": {
- "protocol_id": 1502
+ "minecraft:block.lantern.place": {
+ "protocol_id": 826
},
- "minecraft:block.vault.open_shutter": {
- "protocol_id": 1503
+ "minecraft:block.lantern.step": {
+ "protocol_id": 827
},
- "minecraft:block.vault.place": {
- "protocol_id": 1504
+ "minecraft:block.large_amethyst_bud.break": {
+ "protocol_id": 828
},
- "minecraft:block.vault.reject_rewarded_player": {
- "protocol_id": 1498
+ "minecraft:block.large_amethyst_bud.place": {
+ "protocol_id": 829
},
- "minecraft:block.vault.step": {
- "protocol_id": 1505
+ "minecraft:block.lava.ambient": {
+ "protocol_id": 830
},
- "minecraft:block.vine.break": {
- "protocol_id": 1534
+ "minecraft:block.lava.extinguish": {
+ "protocol_id": 831
},
- "minecraft:block.vine.fall": {
- "protocol_id": 1535
+ "minecraft:block.lava.pop": {
+ "protocol_id": 832
},
- "minecraft:block.vine.hit": {
- "protocol_id": 1536
+ "minecraft:block.leaf_litter.break": {
+ "protocol_id": 833
},
- "minecraft:block.vine.place": {
- "protocol_id": 1537
+ "minecraft:block.leaf_litter.fall": {
+ "protocol_id": 837
},
- "minecraft:block.vine.step": {
- "protocol_id": 1538
+ "minecraft:block.leaf_litter.hit": {
+ "protocol_id": 836
},
- "minecraft:block.wart_block.break": {
- "protocol_id": 1009
+ "minecraft:block.leaf_litter.place": {
+ "protocol_id": 835
},
- "minecraft:block.wart_block.fall": {
- "protocol_id": 1013
+ "minecraft:block.leaf_litter.step": {
+ "protocol_id": 834
},
- "minecraft:block.wart_block.hit": {
- "protocol_id": 1012
+ "minecraft:block.lever.click": {
+ "protocol_id": 841
},
- "minecraft:block.wart_block.place": {
- "protocol_id": 1011
+ "minecraft:block.lily_pad.place": {
+ "protocol_id": 1563
},
- "minecraft:block.wart_block.step": {
- "protocol_id": 1010
+ "minecraft:block.lodestone.break": {
+ "protocol_id": 856
},
- "minecraft:block.water.ambient": {
- "protocol_id": 1572
+ "minecraft:block.lodestone.fall": {
+ "protocol_id": 860
},
- "minecraft:block.weeping_vines.break": {
+ "minecraft:block.lodestone.hit": {
+ "protocol_id": 859
+ },
+ "minecraft:block.lodestone.place": {
+ "protocol_id": 858
+ },
+ "minecraft:block.lodestone.step": {
+ "protocol_id": 857
+ },
+ "minecraft:block.mangrove_roots.break": {
+ "protocol_id": 871
+ },
+ "minecraft:block.mangrove_roots.fall": {
+ "protocol_id": 872
+ },
+ "minecraft:block.mangrove_roots.hit": {
+ "protocol_id": 873
+ },
+ "minecraft:block.mangrove_roots.place": {
+ "protocol_id": 874
+ },
+ "minecraft:block.mangrove_roots.step": {
+ "protocol_id": 875
+ },
+ "minecraft:block.medium_amethyst_bud.break": {
+ "protocol_id": 876
+ },
+ "minecraft:block.medium_amethyst_bud.place": {
+ "protocol_id": 877
+ },
+ "minecraft:block.metal.break": {
+ "protocol_id": 878
+ },
+ "minecraft:block.metal.fall": {
+ "protocol_id": 879
+ },
+ "minecraft:block.metal.hit": {
+ "protocol_id": 880
+ },
+ "minecraft:block.metal.place": {
+ "protocol_id": 881
+ },
+ "minecraft:block.metal.step": {
+ "protocol_id": 884
+ },
+ "minecraft:block.metal_pressure_plate.click_off": {
+ "protocol_id": 882
+ },
+ "minecraft:block.metal_pressure_plate.click_on": {
+ "protocol_id": 883
+ },
+ "minecraft:block.moss.break": {
+ "protocol_id": 903
+ },
+ "minecraft:block.moss.fall": {
+ "protocol_id": 904
+ },
+ "minecraft:block.moss.hit": {
+ "protocol_id": 905
+ },
+ "minecraft:block.moss.place": {
+ "protocol_id": 906
+ },
+ "minecraft:block.moss.step": {
+ "protocol_id": 907
+ },
+ "minecraft:block.moss_carpet.break": {
+ "protocol_id": 893
+ },
+ "minecraft:block.moss_carpet.fall": {
+ "protocol_id": 894
+ },
+ "minecraft:block.moss_carpet.hit": {
+ "protocol_id": 895
+ },
+ "minecraft:block.moss_carpet.place": {
+ "protocol_id": 896
+ },
+ "minecraft:block.moss_carpet.step": {
+ "protocol_id": 897
+ },
+ "minecraft:block.mud.break": {
+ "protocol_id": 908
+ },
+ "minecraft:block.mud.fall": {
+ "protocol_id": 909
+ },
+ "minecraft:block.mud.hit": {
+ "protocol_id": 910
+ },
+ "minecraft:block.mud.place": {
+ "protocol_id": 911
+ },
+ "minecraft:block.mud.step": {
+ "protocol_id": 912
+ },
+ "minecraft:block.mud_bricks.break": {
+ "protocol_id": 913
+ },
+ "minecraft:block.mud_bricks.fall": {
+ "protocol_id": 914
+ },
+ "minecraft:block.mud_bricks.hit": {
+ "protocol_id": 915
+ },
+ "minecraft:block.mud_bricks.place": {
+ "protocol_id": 916
+ },
+ "minecraft:block.mud_bricks.step": {
+ "protocol_id": 917
+ },
+ "minecraft:block.muddy_mangrove_roots.break": {
+ "protocol_id": 918
+ },
+ "minecraft:block.muddy_mangrove_roots.fall": {
+ "protocol_id": 919
+ },
+ "minecraft:block.muddy_mangrove_roots.hit": {
+ "protocol_id": 920
+ },
+ "minecraft:block.muddy_mangrove_roots.place": {
+ "protocol_id": 921
+ },
+ "minecraft:block.muddy_mangrove_roots.step": {
+ "protocol_id": 922
+ },
+ "minecraft:block.nether_bricks.break": {
+ "protocol_id": 981
+ },
+ "minecraft:block.nether_bricks.fall": {
+ "protocol_id": 985
+ },
+ "minecraft:block.nether_bricks.hit": {
+ "protocol_id": 984
+ },
+ "minecraft:block.nether_bricks.place": {
+ "protocol_id": 983
+ },
+ "minecraft:block.nether_bricks.step": {
+ "protocol_id": 982
+ },
+ "minecraft:block.nether_gold_ore.break": {
+ "protocol_id": 1225
+ },
+ "minecraft:block.nether_gold_ore.fall": {
+ "protocol_id": 1226
+ },
+ "minecraft:block.nether_gold_ore.hit": {
+ "protocol_id": 1227
+ },
+ "minecraft:block.nether_gold_ore.place": {
+ "protocol_id": 1228
+ },
+ "minecraft:block.nether_gold_ore.step": {
+ "protocol_id": 1229
+ },
+ "minecraft:block.nether_ore.break": {
+ "protocol_id": 1230
+ },
+ "minecraft:block.nether_ore.fall": {
+ "protocol_id": 1231
+ },
+ "minecraft:block.nether_ore.hit": {
+ "protocol_id": 1232
+ },
+ "minecraft:block.nether_ore.place": {
+ "protocol_id": 1233
+ },
+ "minecraft:block.nether_ore.step": {
+ "protocol_id": 1234
+ },
+ "minecraft:block.nether_sprouts.break": {
+ "protocol_id": 1019
+ },
+ "minecraft:block.nether_sprouts.fall": {
+ "protocol_id": 1023
+ },
+ "minecraft:block.nether_sprouts.hit": {
+ "protocol_id": 1022
+ },
+ "minecraft:block.nether_sprouts.place": {
+ "protocol_id": 1021
+ },
+ "minecraft:block.nether_sprouts.step": {
+ "protocol_id": 1020
+ },
+ "minecraft:block.nether_wart.break": {
+ "protocol_id": 986
+ },
+ "minecraft:block.nether_wood.break": {
+ "protocol_id": 988
+ },
+ "minecraft:block.nether_wood.fall": {
+ "protocol_id": 989
+ },
+ "minecraft:block.nether_wood.hit": {
+ "protocol_id": 990
+ },
+ "minecraft:block.nether_wood.place": {
+ "protocol_id": 991
+ },
+ "minecraft:block.nether_wood.step": {
+ "protocol_id": 992
+ },
+ "minecraft:block.nether_wood_button.click_off": {
+ "protocol_id": 997
+ },
+ "minecraft:block.nether_wood_button.click_on": {
+ "protocol_id": 998
+ },
+ "minecraft:block.nether_wood_door.close": {
+ "protocol_id": 993
+ },
+ "minecraft:block.nether_wood_door.open": {
+ "protocol_id": 994
+ },
+ "minecraft:block.nether_wood_fence_gate.close": {
+ "protocol_id": 1001
+ },
+ "minecraft:block.nether_wood_fence_gate.open": {
+ "protocol_id": 1002
+ },
+ "minecraft:block.nether_wood_hanging_sign.break": {
+ "protocol_id": 709
+ },
+ "minecraft:block.nether_wood_hanging_sign.fall": {
+ "protocol_id": 710
+ },
+ "minecraft:block.nether_wood_hanging_sign.hit": {
+ "protocol_id": 711
+ },
+ "minecraft:block.nether_wood_hanging_sign.place": {
+ "protocol_id": 712
+ },
+ "minecraft:block.nether_wood_hanging_sign.step": {
+ "protocol_id": 708
+ },
+ "minecraft:block.nether_wood_pressure_plate.click_off": {
+ "protocol_id": 999
+ },
+ "minecraft:block.nether_wood_pressure_plate.click_on": {
+ "protocol_id": 1000
+ },
+ "minecraft:block.nether_wood_trapdoor.close": {
+ "protocol_id": 995
+ },
+ "minecraft:block.nether_wood_trapdoor.open": {
+ "protocol_id": 996
+ },
+ "minecraft:block.netherite_block.break": {
+ "protocol_id": 1039
+ },
+ "minecraft:block.netherite_block.fall": {
+ "protocol_id": 1043
+ },
+ "minecraft:block.netherite_block.hit": {
+ "protocol_id": 1042
+ },
+ "minecraft:block.netherite_block.place": {
+ "protocol_id": 1041
+ },
+ "minecraft:block.netherite_block.step": {
+ "protocol_id": 1040
+ },
+ "minecraft:block.netherrack.break": {
+ "protocol_id": 1044
+ },
+ "minecraft:block.netherrack.fall": {
+ "protocol_id": 1048
+ },
+ "minecraft:block.netherrack.hit": {
+ "protocol_id": 1047
+ },
+ "minecraft:block.netherrack.place": {
+ "protocol_id": 1046
+ },
+ "minecraft:block.netherrack.step": {
+ "protocol_id": 1045
+ },
+ "minecraft:block.note_block.banjo": {
+ "protocol_id": 1064
+ },
+ "minecraft:block.note_block.basedrum": {
+ "protocol_id": 1049
+ },
+ "minecraft:block.note_block.bass": {
+ "protocol_id": 1050
+ },
+ "minecraft:block.note_block.bell": {
+ "protocol_id": 1051
+ },
+ "minecraft:block.note_block.bit": {
+ "protocol_id": 1063
+ },
+ "minecraft:block.note_block.chime": {
+ "protocol_id": 1052
+ },
+ "minecraft:block.note_block.cow_bell": {
+ "protocol_id": 1061
+ },
+ "minecraft:block.note_block.didgeridoo": {
+ "protocol_id": 1062
+ },
+ "minecraft:block.note_block.flute": {
+ "protocol_id": 1053
+ },
+ "minecraft:block.note_block.guitar": {
+ "protocol_id": 1054
+ },
+ "minecraft:block.note_block.harp": {
+ "protocol_id": 1055
+ },
+ "minecraft:block.note_block.hat": {
+ "protocol_id": 1056
+ },
+ "minecraft:block.note_block.imitate.creeper": {
+ "protocol_id": 1067
+ },
+ "minecraft:block.note_block.imitate.ender_dragon": {
+ "protocol_id": 1068
+ },
+ "minecraft:block.note_block.imitate.piglin": {
+ "protocol_id": 1070
+ },
+ "minecraft:block.note_block.imitate.skeleton": {
+ "protocol_id": 1066
+ },
+ "minecraft:block.note_block.imitate.wither_skeleton": {
+ "protocol_id": 1069
+ },
+ "minecraft:block.note_block.imitate.zombie": {
+ "protocol_id": 1065
+ },
+ "minecraft:block.note_block.iron_xylophone": {
+ "protocol_id": 1060
+ },
+ "minecraft:block.note_block.pling": {
+ "protocol_id": 1057
+ },
+ "minecraft:block.note_block.snare": {
+ "protocol_id": 1058
+ },
+ "minecraft:block.note_block.xylophone": {
+ "protocol_id": 1059
+ },
+ "minecraft:block.nylium.break": {
+ "protocol_id": 1014
+ },
+ "minecraft:block.nylium.fall": {
+ "protocol_id": 1018
+ },
+ "minecraft:block.nylium.hit": {
+ "protocol_id": 1017
+ },
+ "minecraft:block.nylium.place": {
+ "protocol_id": 1016
+ },
+ "minecraft:block.nylium.step": {
+ "protocol_id": 1015
+ },
+ "minecraft:block.packed_mud.break": {
"protocol_id": 1004
},
- "minecraft:block.weeping_vines.fall": {
- "protocol_id": 1008
- },
- "minecraft:block.weeping_vines.hit": {
- "protocol_id": 1007
- },
- "minecraft:block.weeping_vines.place": {
- "protocol_id": 1006
- },
- "minecraft:block.weeping_vines.step": {
+ "minecraft:block.packed_mud.fall": {
"protocol_id": 1005
},
+ "minecraft:block.packed_mud.hit": {
+ "protocol_id": 1006
+ },
+ "minecraft:block.packed_mud.place": {
+ "protocol_id": 1007
+ },
+ "minecraft:block.packed_mud.step": {
+ "protocol_id": 1008
+ },
+ "minecraft:block.pale_hanging_moss.idle": {
+ "protocol_id": 1077
+ },
+ "minecraft:block.pink_petals.break": {
+ "protocol_id": 898
+ },
+ "minecraft:block.pink_petals.fall": {
+ "protocol_id": 899
+ },
+ "minecraft:block.pink_petals.hit": {
+ "protocol_id": 900
+ },
+ "minecraft:block.pink_petals.place": {
+ "protocol_id": 901
+ },
+ "minecraft:block.pink_petals.step": {
+ "protocol_id": 902
+ },
+ "minecraft:block.piston.contract": {
+ "protocol_id": 1162
+ },
+ "minecraft:block.piston.extend": {
+ "protocol_id": 1163
+ },
+ "minecraft:block.pointed_dripstone.break": {
+ "protocol_id": 466
+ },
+ "minecraft:block.pointed_dripstone.drip_lava": {
+ "protocol_id": 472
+ },
+ "minecraft:block.pointed_dripstone.drip_lava_into_cauldron": {
+ "protocol_id": 474
+ },
+ "minecraft:block.pointed_dripstone.drip_water": {
+ "protocol_id": 473
+ },
+ "minecraft:block.pointed_dripstone.drip_water_into_cauldron": {
+ "protocol_id": 475
+ },
+ "minecraft:block.pointed_dripstone.fall": {
+ "protocol_id": 470
+ },
+ "minecraft:block.pointed_dripstone.hit": {
+ "protocol_id": 469
+ },
+ "minecraft:block.pointed_dripstone.land": {
+ "protocol_id": 471
+ },
+ "minecraft:block.pointed_dripstone.place": {
+ "protocol_id": 468
+ },
+ "minecraft:block.pointed_dripstone.step": {
+ "protocol_id": 467
+ },
+ "minecraft:block.polished_deepslate.break": {
+ "protocol_id": 1191
+ },
+ "minecraft:block.polished_deepslate.fall": {
+ "protocol_id": 1192
+ },
+ "minecraft:block.polished_deepslate.hit": {
+ "protocol_id": 1193
+ },
+ "minecraft:block.polished_deepslate.place": {
+ "protocol_id": 1194
+ },
+ "minecraft:block.polished_deepslate.step": {
+ "protocol_id": 1195
+ },
+ "minecraft:block.polished_tuff.break": {
+ "protocol_id": 1490
+ },
+ "minecraft:block.polished_tuff.fall": {
+ "protocol_id": 1491
+ },
+ "minecraft:block.polished_tuff.hit": {
+ "protocol_id": 1492
+ },
+ "minecraft:block.polished_tuff.place": {
+ "protocol_id": 1493
+ },
+ "minecraft:block.polished_tuff.step": {
+ "protocol_id": 1494
+ },
+ "minecraft:block.portal.ambient": {
+ "protocol_id": 1196
+ },
+ "minecraft:block.portal.travel": {
+ "protocol_id": 1197
+ },
+ "minecraft:block.portal.trigger": {
+ "protocol_id": 1198
+ },
+ "minecraft:block.powder_snow.break": {
+ "protocol_id": 1199
+ },
+ "minecraft:block.powder_snow.fall": {
+ "protocol_id": 1200
+ },
+ "minecraft:block.powder_snow.hit": {
+ "protocol_id": 1201
+ },
+ "minecraft:block.powder_snow.place": {
+ "protocol_id": 1202
+ },
+ "minecraft:block.powder_snow.step": {
+ "protocol_id": 1203
+ },
+ "minecraft:block.pumpkin.carve": {
+ "protocol_id": 1210
+ },
+ "minecraft:block.redstone_torch.burnout": {
+ "protocol_id": 1235
+ },
+ "minecraft:block.resin.break": {
+ "protocol_id": 1368
+ },
+ "minecraft:block.resin.fall": {
+ "protocol_id": 1369
+ },
+ "minecraft:block.resin.place": {
+ "protocol_id": 1370
+ },
+ "minecraft:block.resin.step": {
+ "protocol_id": 1371
+ },
+ "minecraft:block.resin_bricks.break": {
+ "protocol_id": 1372
+ },
+ "minecraft:block.resin_bricks.fall": {
+ "protocol_id": 1373
+ },
+ "minecraft:block.resin_bricks.hit": {
+ "protocol_id": 1374
+ },
+ "minecraft:block.resin_bricks.place": {
+ "protocol_id": 1375
+ },
+ "minecraft:block.resin_bricks.step": {
+ "protocol_id": 1376
+ },
+ "minecraft:block.respawn_anchor.ambient": {
+ "protocol_id": 1236
+ },
+ "minecraft:block.respawn_anchor.charge": {
+ "protocol_id": 1237
+ },
+ "minecraft:block.respawn_anchor.deplete": {
+ "protocol_id": 1238
+ },
+ "minecraft:block.respawn_anchor.set_spawn": {
+ "protocol_id": 1239
+ },
+ "minecraft:block.rooted_dirt.break": {
+ "protocol_id": 1240
+ },
+ "minecraft:block.rooted_dirt.fall": {
+ "protocol_id": 1241
+ },
+ "minecraft:block.rooted_dirt.hit": {
+ "protocol_id": 1242
+ },
+ "minecraft:block.rooted_dirt.place": {
+ "protocol_id": 1243
+ },
+ "minecraft:block.rooted_dirt.step": {
+ "protocol_id": 1244
+ },
+ "minecraft:block.roots.break": {
+ "protocol_id": 604
+ },
+ "minecraft:block.roots.fall": {
+ "protocol_id": 608
+ },
+ "minecraft:block.roots.hit": {
+ "protocol_id": 607
+ },
+ "minecraft:block.roots.place": {
+ "protocol_id": 606
+ },
+ "minecraft:block.roots.step": {
+ "protocol_id": 605
+ },
+ "minecraft:block.sand.break": {
+ "protocol_id": 1249
+ },
+ "minecraft:block.sand.fall": {
+ "protocol_id": 1250
+ },
+ "minecraft:block.sand.hit": {
+ "protocol_id": 1251
+ },
+ "minecraft:block.sand.idle": {
+ "protocol_id": 1254
+ },
+ "minecraft:block.sand.place": {
+ "protocol_id": 1252
+ },
+ "minecraft:block.sand.step": {
+ "protocol_id": 1253
+ },
+ "minecraft:block.scaffolding.break": {
+ "protocol_id": 1255
+ },
+ "minecraft:block.scaffolding.fall": {
+ "protocol_id": 1256
+ },
+ "minecraft:block.scaffolding.hit": {
+ "protocol_id": 1257
+ },
+ "minecraft:block.scaffolding.place": {
+ "protocol_id": 1258
+ },
+ "minecraft:block.scaffolding.step": {
+ "protocol_id": 1259
+ },
+ "minecraft:block.sculk.break": {
+ "protocol_id": 1262
+ },
+ "minecraft:block.sculk.charge": {
+ "protocol_id": 1261
+ },
+ "minecraft:block.sculk.fall": {
+ "protocol_id": 1263
+ },
+ "minecraft:block.sculk.hit": {
+ "protocol_id": 1264
+ },
+ "minecraft:block.sculk.place": {
+ "protocol_id": 1265
+ },
+ "minecraft:block.sculk.spread": {
+ "protocol_id": 1260
+ },
+ "minecraft:block.sculk.step": {
+ "protocol_id": 1266
+ },
+ "minecraft:block.sculk_catalyst.bloom": {
+ "protocol_id": 1267
+ },
+ "minecraft:block.sculk_catalyst.break": {
+ "protocol_id": 1268
+ },
+ "minecraft:block.sculk_catalyst.fall": {
+ "protocol_id": 1269
+ },
+ "minecraft:block.sculk_catalyst.hit": {
+ "protocol_id": 1270
+ },
+ "minecraft:block.sculk_catalyst.place": {
+ "protocol_id": 1271
+ },
+ "minecraft:block.sculk_catalyst.step": {
+ "protocol_id": 1272
+ },
+ "minecraft:block.sculk_sensor.break": {
+ "protocol_id": 1275
+ },
+ "minecraft:block.sculk_sensor.clicking": {
+ "protocol_id": 1273
+ },
+ "minecraft:block.sculk_sensor.clicking_stop": {
+ "protocol_id": 1274
+ },
+ "minecraft:block.sculk_sensor.fall": {
+ "protocol_id": 1276
+ },
+ "minecraft:block.sculk_sensor.hit": {
+ "protocol_id": 1277
+ },
+ "minecraft:block.sculk_sensor.place": {
+ "protocol_id": 1278
+ },
+ "minecraft:block.sculk_sensor.step": {
+ "protocol_id": 1279
+ },
+ "minecraft:block.sculk_shrieker.break": {
+ "protocol_id": 1280
+ },
+ "minecraft:block.sculk_shrieker.fall": {
+ "protocol_id": 1281
+ },
+ "minecraft:block.sculk_shrieker.hit": {
+ "protocol_id": 1282
+ },
+ "minecraft:block.sculk_shrieker.place": {
+ "protocol_id": 1283
+ },
+ "minecraft:block.sculk_shrieker.shriek": {
+ "protocol_id": 1284
+ },
+ "minecraft:block.sculk_shrieker.step": {
+ "protocol_id": 1285
+ },
+ "minecraft:block.sculk_vein.break": {
+ "protocol_id": 1286
+ },
+ "minecraft:block.sculk_vein.fall": {
+ "protocol_id": 1287
+ },
+ "minecraft:block.sculk_vein.hit": {
+ "protocol_id": 1288
+ },
+ "minecraft:block.sculk_vein.place": {
+ "protocol_id": 1289
+ },
+ "minecraft:block.sculk_vein.step": {
+ "protocol_id": 1290
+ },
+ "minecraft:block.shroomlight.break": {
+ "protocol_id": 1299
+ },
+ "minecraft:block.shroomlight.fall": {
+ "protocol_id": 1303
+ },
+ "minecraft:block.shroomlight.hit": {
+ "protocol_id": 1302
+ },
+ "minecraft:block.shroomlight.place": {
+ "protocol_id": 1301
+ },
+ "minecraft:block.shroomlight.step": {
+ "protocol_id": 1300
+ },
+ "minecraft:block.shulker_box.close": {
+ "protocol_id": 1306
+ },
+ "minecraft:block.shulker_box.open": {
+ "protocol_id": 1307
+ },
+ "minecraft:block.sign.waxed_interact_fail": {
+ "protocol_id": 1595
+ },
+ "minecraft:block.slime_block.break": {
+ "protocol_id": 1340
+ },
+ "minecraft:block.slime_block.fall": {
+ "protocol_id": 1341
+ },
+ "minecraft:block.slime_block.hit": {
+ "protocol_id": 1342
+ },
+ "minecraft:block.slime_block.place": {
+ "protocol_id": 1343
+ },
+ "minecraft:block.slime_block.step": {
+ "protocol_id": 1344
+ },
+ "minecraft:block.small_amethyst_bud.break": {
+ "protocol_id": 1345
+ },
+ "minecraft:block.small_amethyst_bud.place": {
+ "protocol_id": 1346
+ },
+ "minecraft:block.small_dripleaf.break": {
+ "protocol_id": 1347
+ },
+ "minecraft:block.small_dripleaf.fall": {
+ "protocol_id": 1348
+ },
+ "minecraft:block.small_dripleaf.hit": {
+ "protocol_id": 1349
+ },
+ "minecraft:block.small_dripleaf.place": {
+ "protocol_id": 1350
+ },
+ "minecraft:block.small_dripleaf.step": {
+ "protocol_id": 1351
+ },
+ "minecraft:block.smithing_table.use": {
+ "protocol_id": 1395
+ },
+ "minecraft:block.smoker.smoke": {
+ "protocol_id": 1396
+ },
+ "minecraft:block.sniffer_egg.crack": {
+ "protocol_id": 1410
+ },
+ "minecraft:block.sniffer_egg.hatch": {
+ "protocol_id": 1411
+ },
+ "minecraft:block.sniffer_egg.plop": {
+ "protocol_id": 1409
+ },
+ "minecraft:block.snow.break": {
+ "protocol_id": 1413
+ },
+ "minecraft:block.snow.fall": {
+ "protocol_id": 1414
+ },
+ "minecraft:block.snow.hit": {
+ "protocol_id": 1420
+ },
+ "minecraft:block.snow.place": {
+ "protocol_id": 1421
+ },
+ "minecraft:block.snow.step": {
+ "protocol_id": 1422
+ },
+ "minecraft:block.soul_sand.break": {
+ "protocol_id": 1352
+ },
+ "minecraft:block.soul_sand.fall": {
+ "protocol_id": 1356
+ },
+ "minecraft:block.soul_sand.hit": {
+ "protocol_id": 1355
+ },
+ "minecraft:block.soul_sand.place": {
+ "protocol_id": 1354
+ },
+ "minecraft:block.soul_sand.step": {
+ "protocol_id": 1353
+ },
+ "minecraft:block.soul_soil.break": {
+ "protocol_id": 1357
+ },
+ "minecraft:block.soul_soil.fall": {
+ "protocol_id": 1361
+ },
+ "minecraft:block.soul_soil.hit": {
+ "protocol_id": 1360
+ },
+ "minecraft:block.soul_soil.place": {
+ "protocol_id": 1359
+ },
+ "minecraft:block.soul_soil.step": {
+ "protocol_id": 1358
+ },
+ "minecraft:block.spawner.break": {
+ "protocol_id": 1363
+ },
+ "minecraft:block.spawner.fall": {
+ "protocol_id": 1364
+ },
+ "minecraft:block.spawner.hit": {
+ "protocol_id": 1365
+ },
+ "minecraft:block.spawner.place": {
+ "protocol_id": 1366
+ },
+ "minecraft:block.spawner.step": {
+ "protocol_id": 1367
+ },
+ "minecraft:block.sponge.absorb": {
+ "protocol_id": 1434
+ },
+ "minecraft:block.sponge.break": {
+ "protocol_id": 1429
+ },
+ "minecraft:block.sponge.fall": {
+ "protocol_id": 1430
+ },
+ "minecraft:block.sponge.hit": {
+ "protocol_id": 1431
+ },
+ "minecraft:block.sponge.place": {
+ "protocol_id": 1432
+ },
+ "minecraft:block.sponge.step": {
+ "protocol_id": 1433
+ },
+ "minecraft:block.spore_blossom.break": {
+ "protocol_id": 1377
+ },
+ "minecraft:block.spore_blossom.fall": {
+ "protocol_id": 1378
+ },
+ "minecraft:block.spore_blossom.hit": {
+ "protocol_id": 1379
+ },
+ "minecraft:block.spore_blossom.place": {
+ "protocol_id": 1380
+ },
+ "minecraft:block.spore_blossom.step": {
+ "protocol_id": 1381
+ },
+ "minecraft:block.stem.break": {
+ "protocol_id": 1009
+ },
+ "minecraft:block.stem.fall": {
+ "protocol_id": 1013
+ },
+ "minecraft:block.stem.hit": {
+ "protocol_id": 1012
+ },
+ "minecraft:block.stem.place": {
+ "protocol_id": 1011
+ },
+ "minecraft:block.stem.step": {
+ "protocol_id": 1010
+ },
+ "minecraft:block.stone.break": {
+ "protocol_id": 1441
+ },
+ "minecraft:block.stone.fall": {
+ "protocol_id": 1444
+ },
+ "minecraft:block.stone.hit": {
+ "protocol_id": 1445
+ },
+ "minecraft:block.stone.place": {
+ "protocol_id": 1446
+ },
+ "minecraft:block.stone.step": {
+ "protocol_id": 1449
+ },
+ "minecraft:block.stone_button.click_off": {
+ "protocol_id": 1442
+ },
+ "minecraft:block.stone_button.click_on": {
+ "protocol_id": 1443
+ },
+ "minecraft:block.stone_pressure_plate.click_off": {
+ "protocol_id": 1447
+ },
+ "minecraft:block.stone_pressure_plate.click_on": {
+ "protocol_id": 1448
+ },
+ "minecraft:block.suspicious_gravel.break": {
+ "protocol_id": 580
+ },
+ "minecraft:block.suspicious_gravel.fall": {
+ "protocol_id": 584
+ },
+ "minecraft:block.suspicious_gravel.hit": {
+ "protocol_id": 583
+ },
+ "minecraft:block.suspicious_gravel.place": {
+ "protocol_id": 582
+ },
+ "minecraft:block.suspicious_gravel.step": {
+ "protocol_id": 581
+ },
+ "minecraft:block.suspicious_sand.break": {
+ "protocol_id": 575
+ },
+ "minecraft:block.suspicious_sand.fall": {
+ "protocol_id": 579
+ },
+ "minecraft:block.suspicious_sand.hit": {
+ "protocol_id": 578
+ },
+ "minecraft:block.suspicious_sand.place": {
+ "protocol_id": 577
+ },
+ "minecraft:block.suspicious_sand.step": {
+ "protocol_id": 576
+ },
+ "minecraft:block.sweet_berry_bush.break": {
+ "protocol_id": 1454
+ },
+ "minecraft:block.sweet_berry_bush.pick_berries": {
+ "protocol_id": 1456
+ },
+ "minecraft:block.sweet_berry_bush.place": {
+ "protocol_id": 1455
+ },
+ "minecraft:block.trial_spawner.about_to_spawn_item": {
+ "protocol_id": 724
+ },
+ "minecraft:block.trial_spawner.ambient": {
+ "protocol_id": 729
+ },
+ "minecraft:block.trial_spawner.ambient_ominous": {
+ "protocol_id": 730
+ },
+ "minecraft:block.trial_spawner.break": {
+ "protocol_id": 718
+ },
+ "minecraft:block.trial_spawner.close_shutter": {
+ "protocol_id": 732
+ },
+ "minecraft:block.trial_spawner.detect_player": {
+ "protocol_id": 727
+ },
+ "minecraft:block.trial_spawner.eject_item": {
+ "protocol_id": 733
+ },
+ "minecraft:block.trial_spawner.fall": {
+ "protocol_id": 722
+ },
+ "minecraft:block.trial_spawner.hit": {
+ "protocol_id": 721
+ },
+ "minecraft:block.trial_spawner.ominous_activate": {
+ "protocol_id": 728
+ },
+ "minecraft:block.trial_spawner.open_shutter": {
+ "protocol_id": 731
+ },
+ "minecraft:block.trial_spawner.place": {
+ "protocol_id": 720
+ },
+ "minecraft:block.trial_spawner.spawn_item": {
+ "protocol_id": 725
+ },
+ "minecraft:block.trial_spawner.spawn_item_begin": {
+ "protocol_id": 726
+ },
+ "minecraft:block.trial_spawner.spawn_mob": {
+ "protocol_id": 723
+ },
+ "minecraft:block.trial_spawner.step": {
+ "protocol_id": 719
+ },
+ "minecraft:block.tripwire.attach": {
+ "protocol_id": 1472
+ },
+ "minecraft:block.tripwire.click_off": {
+ "protocol_id": 1473
+ },
+ "minecraft:block.tripwire.click_on": {
+ "protocol_id": 1474
+ },
+ "minecraft:block.tripwire.detach": {
+ "protocol_id": 1475
+ },
+ "minecraft:block.tuff.break": {
+ "protocol_id": 1480
+ },
+ "minecraft:block.tuff.fall": {
+ "protocol_id": 1484
+ },
+ "minecraft:block.tuff.hit": {
+ "protocol_id": 1483
+ },
+ "minecraft:block.tuff.place": {
+ "protocol_id": 1482
+ },
+ "minecraft:block.tuff.step": {
+ "protocol_id": 1481
+ },
+ "minecraft:block.tuff_bricks.break": {
+ "protocol_id": 1485
+ },
+ "minecraft:block.tuff_bricks.fall": {
+ "protocol_id": 1486
+ },
+ "minecraft:block.tuff_bricks.hit": {
+ "protocol_id": 1487
+ },
+ "minecraft:block.tuff_bricks.place": {
+ "protocol_id": 1488
+ },
+ "minecraft:block.tuff_bricks.step": {
+ "protocol_id": 1489
+ },
+ "minecraft:block.vault.activate": {
+ "protocol_id": 1516
+ },
+ "minecraft:block.vault.ambient": {
+ "protocol_id": 1517
+ },
+ "minecraft:block.vault.break": {
+ "protocol_id": 1518
+ },
+ "minecraft:block.vault.close_shutter": {
+ "protocol_id": 1519
+ },
+ "minecraft:block.vault.deactivate": {
+ "protocol_id": 1520
+ },
+ "minecraft:block.vault.eject_item": {
+ "protocol_id": 1521
+ },
+ "minecraft:block.vault.fall": {
+ "protocol_id": 1523
+ },
+ "minecraft:block.vault.hit": {
+ "protocol_id": 1524
+ },
+ "minecraft:block.vault.insert_item": {
+ "protocol_id": 1525
+ },
+ "minecraft:block.vault.insert_item_fail": {
+ "protocol_id": 1526
+ },
+ "minecraft:block.vault.open_shutter": {
+ "protocol_id": 1527
+ },
+ "minecraft:block.vault.place": {
+ "protocol_id": 1528
+ },
+ "minecraft:block.vault.reject_rewarded_player": {
+ "protocol_id": 1522
+ },
+ "minecraft:block.vault.step": {
+ "protocol_id": 1529
+ },
+ "minecraft:block.vine.break": {
+ "protocol_id": 1558
+ },
+ "minecraft:block.vine.fall": {
+ "protocol_id": 1559
+ },
+ "minecraft:block.vine.hit": {
+ "protocol_id": 1560
+ },
+ "minecraft:block.vine.place": {
+ "protocol_id": 1561
+ },
+ "minecraft:block.vine.step": {
+ "protocol_id": 1562
+ },
+ "minecraft:block.wart_block.break": {
+ "protocol_id": 1034
+ },
+ "minecraft:block.wart_block.fall": {
+ "protocol_id": 1038
+ },
+ "minecraft:block.wart_block.hit": {
+ "protocol_id": 1037
+ },
+ "minecraft:block.wart_block.place": {
+ "protocol_id": 1036
+ },
+ "minecraft:block.wart_block.step": {
+ "protocol_id": 1035
+ },
+ "minecraft:block.water.ambient": {
+ "protocol_id": 1596
+ },
+ "minecraft:block.weeping_vines.break": {
+ "protocol_id": 1029
+ },
+ "minecraft:block.weeping_vines.fall": {
+ "protocol_id": 1033
+ },
+ "minecraft:block.weeping_vines.hit": {
+ "protocol_id": 1032
+ },
+ "minecraft:block.weeping_vines.place": {
+ "protocol_id": 1031
+ },
+ "minecraft:block.weeping_vines.step": {
+ "protocol_id": 1030
+ },
"minecraft:block.wet_grass.break": {
- "protocol_id": 1575
+ "protocol_id": 1599
},
"minecraft:block.wet_grass.fall": {
- "protocol_id": 1576
+ "protocol_id": 1600
},
"minecraft:block.wet_grass.hit": {
- "protocol_id": 1577
+ "protocol_id": 1601
},
"minecraft:block.wet_grass.place": {
- "protocol_id": 1578
+ "protocol_id": 1602
},
"minecraft:block.wet_grass.step": {
- "protocol_id": 1579
+ "protocol_id": 1603
},
"minecraft:block.wet_sponge.break": {
- "protocol_id": 1580
+ "protocol_id": 1604
},
"minecraft:block.wet_sponge.dries": {
- "protocol_id": 1581
+ "protocol_id": 1605
},
"minecraft:block.wet_sponge.fall": {
- "protocol_id": 1582
+ "protocol_id": 1606
},
"minecraft:block.wet_sponge.hit": {
- "protocol_id": 1583
+ "protocol_id": 1607
},
"minecraft:block.wet_sponge.place": {
- "protocol_id": 1584
+ "protocol_id": 1608
},
"minecraft:block.wet_sponge.step": {
- "protocol_id": 1585
+ "protocol_id": 1609
},
"minecraft:block.wood.break": {
- "protocol_id": 1660
+ "protocol_id": 1684
},
"minecraft:block.wood.fall": {
- "protocol_id": 1661
+ "protocol_id": 1685
},
"minecraft:block.wood.hit": {
- "protocol_id": 1662
+ "protocol_id": 1686
},
"minecraft:block.wood.place": {
- "protocol_id": 1663
+ "protocol_id": 1687
},
"minecraft:block.wood.step": {
- "protocol_id": 1664
+ "protocol_id": 1688
},
"minecraft:block.wooden_button.click_off": {
- "protocol_id": 1656
+ "protocol_id": 1680
},
"minecraft:block.wooden_button.click_on": {
- "protocol_id": 1657
+ "protocol_id": 1681
},
"minecraft:block.wooden_door.close": {
- "protocol_id": 1652
+ "protocol_id": 1676
},
"minecraft:block.wooden_door.open": {
- "protocol_id": 1653
+ "protocol_id": 1677
},
"minecraft:block.wooden_pressure_plate.click_off": {
- "protocol_id": 1658
+ "protocol_id": 1682
},
"minecraft:block.wooden_pressure_plate.click_on": {
- "protocol_id": 1659
+ "protocol_id": 1683
},
"minecraft:block.wooden_trapdoor.close": {
- "protocol_id": 1654
+ "protocol_id": 1678
},
"minecraft:block.wooden_trapdoor.open": {
- "protocol_id": 1655
+ "protocol_id": 1679
},
"minecraft:block.wool.break": {
- "protocol_id": 1665
+ "protocol_id": 1689
},
"minecraft:block.wool.fall": {
- "protocol_id": 1666
+ "protocol_id": 1690
},
"minecraft:block.wool.hit": {
- "protocol_id": 1667
+ "protocol_id": 1691
},
"minecraft:block.wool.place": {
- "protocol_id": 1668
+ "protocol_id": 1692
},
"minecraft:block.wool.step": {
- "protocol_id": 1669
+ "protocol_id": 1693
},
"minecraft:enchant.thorns.hit": {
- "protocol_id": 1437
+ "protocol_id": 1461
},
"minecraft:entity.allay.ambient_with_item": {
"protocol_id": 0
@@ -15185,1858 +15379,1885 @@
"protocol_id": 451
},
"minecraft:entity.dragon_fireball.explode": {
- "protocol_id": 494
- },
- "minecraft:entity.drowned.ambient": {
- "protocol_id": 469
- },
- "minecraft:entity.drowned.ambient_water": {
- "protocol_id": 470
- },
- "minecraft:entity.drowned.death": {
- "protocol_id": 471
- },
- "minecraft:entity.drowned.death_water": {
- "protocol_id": 472
- },
- "minecraft:entity.drowned.hurt": {
- "protocol_id": 473
- },
- "minecraft:entity.drowned.hurt_water": {
- "protocol_id": 474
- },
- "minecraft:entity.drowned.shoot": {
- "protocol_id": 475
- },
- "minecraft:entity.drowned.step": {
- "protocol_id": 476
- },
- "minecraft:entity.drowned.swim": {
- "protocol_id": 477
- },
- "minecraft:entity.egg.throw": {
- "protocol_id": 479
- },
- "minecraft:entity.elder_guardian.ambient": {
- "protocol_id": 480
- },
- "minecraft:entity.elder_guardian.ambient_land": {
- "protocol_id": 481
- },
- "minecraft:entity.elder_guardian.curse": {
- "protocol_id": 482
- },
- "minecraft:entity.elder_guardian.death": {
- "protocol_id": 483
- },
- "minecraft:entity.elder_guardian.death_land": {
- "protocol_id": 484
- },
- "minecraft:entity.elder_guardian.flop": {
- "protocol_id": 485
- },
- "minecraft:entity.elder_guardian.hurt": {
- "protocol_id": 486
- },
- "minecraft:entity.elder_guardian.hurt_land": {
- "protocol_id": 487
- },
- "minecraft:entity.ender_dragon.ambient": {
- "protocol_id": 492
- },
- "minecraft:entity.ender_dragon.death": {
- "protocol_id": 493
- },
- "minecraft:entity.ender_dragon.flap": {
- "protocol_id": 495
- },
- "minecraft:entity.ender_dragon.growl": {
- "protocol_id": 496
- },
- "minecraft:entity.ender_dragon.hurt": {
- "protocol_id": 497
- },
- "minecraft:entity.ender_dragon.shoot": {
- "protocol_id": 498
- },
- "minecraft:entity.ender_eye.death": {
- "protocol_id": 499
- },
- "minecraft:entity.ender_eye.launch": {
- "protocol_id": 500
- },
- "minecraft:entity.ender_pearl.throw": {
- "protocol_id": 511
- },
- "minecraft:entity.enderman.ambient": {
- "protocol_id": 501
- },
- "minecraft:entity.enderman.death": {
- "protocol_id": 502
- },
- "minecraft:entity.enderman.hurt": {
"protocol_id": 503
},
- "minecraft:entity.enderman.scream": {
+ "minecraft:entity.drowned.ambient": {
+ "protocol_id": 478
+ },
+ "minecraft:entity.drowned.ambient_water": {
+ "protocol_id": 479
+ },
+ "minecraft:entity.drowned.death": {
+ "protocol_id": 480
+ },
+ "minecraft:entity.drowned.death_water": {
+ "protocol_id": 481
+ },
+ "minecraft:entity.drowned.hurt": {
+ "protocol_id": 482
+ },
+ "minecraft:entity.drowned.hurt_water": {
+ "protocol_id": 483
+ },
+ "minecraft:entity.drowned.shoot": {
+ "protocol_id": 484
+ },
+ "minecraft:entity.drowned.step": {
+ "protocol_id": 485
+ },
+ "minecraft:entity.drowned.swim": {
+ "protocol_id": 486
+ },
+ "minecraft:entity.egg.throw": {
+ "protocol_id": 488
+ },
+ "minecraft:entity.elder_guardian.ambient": {
+ "protocol_id": 489
+ },
+ "minecraft:entity.elder_guardian.ambient_land": {
+ "protocol_id": 490
+ },
+ "minecraft:entity.elder_guardian.curse": {
+ "protocol_id": 491
+ },
+ "minecraft:entity.elder_guardian.death": {
+ "protocol_id": 492
+ },
+ "minecraft:entity.elder_guardian.death_land": {
+ "protocol_id": 493
+ },
+ "minecraft:entity.elder_guardian.flop": {
+ "protocol_id": 494
+ },
+ "minecraft:entity.elder_guardian.hurt": {
+ "protocol_id": 495
+ },
+ "minecraft:entity.elder_guardian.hurt_land": {
+ "protocol_id": 496
+ },
+ "minecraft:entity.ender_dragon.ambient": {
+ "protocol_id": 501
+ },
+ "minecraft:entity.ender_dragon.death": {
+ "protocol_id": 502
+ },
+ "minecraft:entity.ender_dragon.flap": {
"protocol_id": 504
},
- "minecraft:entity.enderman.stare": {
+ "minecraft:entity.ender_dragon.growl": {
"protocol_id": 505
},
- "minecraft:entity.enderman.teleport": {
+ "minecraft:entity.ender_dragon.hurt": {
"protocol_id": 506
},
- "minecraft:entity.endermite.ambient": {
+ "minecraft:entity.ender_dragon.shoot": {
"protocol_id": 507
},
- "minecraft:entity.endermite.death": {
+ "minecraft:entity.ender_eye.death": {
"protocol_id": 508
},
- "minecraft:entity.endermite.hurt": {
+ "minecraft:entity.ender_eye.launch": {
"protocol_id": 509
},
- "minecraft:entity.endermite.step": {
- "protocol_id": 510
- },
- "minecraft:entity.evoker.ambient": {
- "protocol_id": 515
- },
- "minecraft:entity.evoker.cast_spell": {
- "protocol_id": 516
- },
- "minecraft:entity.evoker.celebrate": {
- "protocol_id": 517
- },
- "minecraft:entity.evoker.death": {
- "protocol_id": 518
- },
- "minecraft:entity.evoker.hurt": {
+ "minecraft:entity.ender_pearl.throw": {
"protocol_id": 520
},
- "minecraft:entity.evoker.prepare_attack": {
- "protocol_id": 521
+ "minecraft:entity.enderman.ambient": {
+ "protocol_id": 510
},
- "minecraft:entity.evoker.prepare_summon": {
- "protocol_id": 522
+ "minecraft:entity.enderman.death": {
+ "protocol_id": 511
},
- "minecraft:entity.evoker.prepare_wololo": {
- "protocol_id": 523
+ "minecraft:entity.enderman.hurt": {
+ "protocol_id": 512
},
- "minecraft:entity.evoker_fangs.attack": {
+ "minecraft:entity.enderman.scream": {
+ "protocol_id": 513
+ },
+ "minecraft:entity.enderman.stare": {
+ "protocol_id": 514
+ },
+ "minecraft:entity.enderman.teleport": {
+ "protocol_id": 515
+ },
+ "minecraft:entity.endermite.ambient": {
+ "protocol_id": 516
+ },
+ "minecraft:entity.endermite.death": {
+ "protocol_id": 517
+ },
+ "minecraft:entity.endermite.hurt": {
+ "protocol_id": 518
+ },
+ "minecraft:entity.endermite.step": {
"protocol_id": 519
},
- "minecraft:entity.experience_bottle.throw": {
+ "minecraft:entity.evoker.ambient": {
"protocol_id": 524
},
- "minecraft:entity.experience_orb.pickup": {
+ "minecraft:entity.evoker.cast_spell": {
"protocol_id": 525
},
+ "minecraft:entity.evoker.celebrate": {
+ "protocol_id": 526
+ },
+ "minecraft:entity.evoker.death": {
+ "protocol_id": 527
+ },
+ "minecraft:entity.evoker.hurt": {
+ "protocol_id": 529
+ },
+ "minecraft:entity.evoker.prepare_attack": {
+ "protocol_id": 530
+ },
+ "minecraft:entity.evoker.prepare_summon": {
+ "protocol_id": 531
+ },
+ "minecraft:entity.evoker.prepare_wololo": {
+ "protocol_id": 532
+ },
+ "minecraft:entity.evoker_fangs.attack": {
+ "protocol_id": 528
+ },
+ "minecraft:entity.experience_bottle.throw": {
+ "protocol_id": 533
+ },
+ "minecraft:entity.experience_orb.pickup": {
+ "protocol_id": 534
+ },
"minecraft:entity.firework_rocket.blast": {
- "protocol_id": 535
+ "protocol_id": 544
},
"minecraft:entity.firework_rocket.blast_far": {
- "protocol_id": 536
- },
- "minecraft:entity.firework_rocket.large_blast": {
- "protocol_id": 537
- },
- "minecraft:entity.firework_rocket.large_blast_far": {
- "protocol_id": 538
- },
- "minecraft:entity.firework_rocket.launch": {
- "protocol_id": 539
- },
- "minecraft:entity.firework_rocket.shoot": {
- "protocol_id": 540
- },
- "minecraft:entity.firework_rocket.twinkle": {
- "protocol_id": 541
- },
- "minecraft:entity.firework_rocket.twinkle_far": {
- "protocol_id": 542
- },
- "minecraft:entity.fish.swim": {
"protocol_id": 545
},
- "minecraft:entity.fishing_bobber.retrieve": {
+ "minecraft:entity.firework_rocket.large_blast": {
"protocol_id": 546
},
- "minecraft:entity.fishing_bobber.splash": {
+ "minecraft:entity.firework_rocket.large_blast_far": {
"protocol_id": 547
},
- "minecraft:entity.fishing_bobber.throw": {
+ "minecraft:entity.firework_rocket.launch": {
"protocol_id": 548
},
- "minecraft:entity.fox.aggro": {
+ "minecraft:entity.firework_rocket.shoot": {
+ "protocol_id": 549
+ },
+ "minecraft:entity.firework_rocket.twinkle": {
+ "protocol_id": 550
+ },
+ "minecraft:entity.firework_rocket.twinkle_far": {
+ "protocol_id": 551
+ },
+ "minecraft:entity.fish.swim": {
+ "protocol_id": 554
+ },
+ "minecraft:entity.fishing_bobber.retrieve": {
"protocol_id": 555
},
- "minecraft:entity.fox.ambient": {
+ "minecraft:entity.fishing_bobber.splash": {
"protocol_id": 556
},
- "minecraft:entity.fox.bite": {
+ "minecraft:entity.fishing_bobber.throw": {
"protocol_id": 557
},
- "minecraft:entity.fox.death": {
- "protocol_id": 558
- },
- "minecraft:entity.fox.eat": {
- "protocol_id": 559
- },
- "minecraft:entity.fox.hurt": {
- "protocol_id": 560
- },
- "minecraft:entity.fox.screech": {
- "protocol_id": 561
- },
- "minecraft:entity.fox.sleep": {
- "protocol_id": 562
- },
- "minecraft:entity.fox.sniff": {
- "protocol_id": 563
- },
- "minecraft:entity.fox.spit": {
+ "minecraft:entity.fox.aggro": {
"protocol_id": 564
},
- "minecraft:entity.fox.teleport": {
+ "minecraft:entity.fox.ambient": {
"protocol_id": 565
},
+ "minecraft:entity.fox.bite": {
+ "protocol_id": 566
+ },
+ "minecraft:entity.fox.death": {
+ "protocol_id": 567
+ },
+ "minecraft:entity.fox.eat": {
+ "protocol_id": 568
+ },
+ "minecraft:entity.fox.hurt": {
+ "protocol_id": 569
+ },
+ "minecraft:entity.fox.screech": {
+ "protocol_id": 570
+ },
+ "minecraft:entity.fox.sleep": {
+ "protocol_id": 571
+ },
+ "minecraft:entity.fox.sniff": {
+ "protocol_id": 572
+ },
+ "minecraft:entity.fox.spit": {
+ "protocol_id": 573
+ },
+ "minecraft:entity.fox.teleport": {
+ "protocol_id": 574
+ },
"minecraft:entity.frog.ambient": {
- "protocol_id": 587
+ "protocol_id": 596
},
"minecraft:entity.frog.death": {
- "protocol_id": 588
+ "protocol_id": 597
},
"minecraft:entity.frog.eat": {
- "protocol_id": 589
+ "protocol_id": 598
},
"minecraft:entity.frog.hurt": {
- "protocol_id": 590
+ "protocol_id": 599
},
"minecraft:entity.frog.lay_spawn": {
- "protocol_id": 591
+ "protocol_id": 600
},
"minecraft:entity.frog.long_jump": {
- "protocol_id": 592
- },
- "minecraft:entity.frog.step": {
- "protocol_id": 593
- },
- "minecraft:entity.frog.tongue": {
- "protocol_id": 594
- },
- "minecraft:entity.generic.big_fall": {
"protocol_id": 601
},
- "minecraft:entity.generic.burn": {
+ "minecraft:entity.frog.step": {
"protocol_id": 602
},
- "minecraft:entity.generic.death": {
+ "minecraft:entity.frog.tongue": {
"protocol_id": 603
},
- "minecraft:entity.generic.drink": {
- "protocol_id": 604
- },
- "minecraft:entity.generic.eat": {
- "protocol_id": 605
- },
- "minecraft:entity.generic.explode": {
- "protocol_id": 606
- },
- "minecraft:entity.generic.extinguish_fire": {
- "protocol_id": 607
- },
- "minecraft:entity.generic.hurt": {
- "protocol_id": 608
- },
- "minecraft:entity.generic.small_fall": {
- "protocol_id": 609
- },
- "minecraft:entity.generic.splash": {
+ "minecraft:entity.generic.big_fall": {
"protocol_id": 610
},
- "minecraft:entity.generic.swim": {
+ "minecraft:entity.generic.burn": {
"protocol_id": 611
},
- "minecraft:entity.ghast.ambient": {
+ "minecraft:entity.generic.death": {
"protocol_id": 612
},
- "minecraft:entity.ghast.death": {
+ "minecraft:entity.generic.drink": {
"protocol_id": 613
},
- "minecraft:entity.ghast.hurt": {
+ "minecraft:entity.generic.eat": {
"protocol_id": 614
},
- "minecraft:entity.ghast.scream": {
+ "minecraft:entity.generic.explode": {
"protocol_id": 615
},
- "minecraft:entity.ghast.shoot": {
+ "minecraft:entity.generic.extinguish_fire": {
"protocol_id": 616
},
- "minecraft:entity.ghast.warn": {
+ "minecraft:entity.generic.hurt": {
"protocol_id": 617
},
- "minecraft:entity.glow_item_frame.add_item": {
+ "minecraft:entity.generic.small_fall": {
+ "protocol_id": 618
+ },
+ "minecraft:entity.generic.splash": {
+ "protocol_id": 619
+ },
+ "minecraft:entity.generic.swim": {
+ "protocol_id": 620
+ },
+ "minecraft:entity.ghast.ambient": {
+ "protocol_id": 621
+ },
+ "minecraft:entity.ghast.death": {
+ "protocol_id": 622
+ },
+ "minecraft:entity.ghast.hurt": {
+ "protocol_id": 623
+ },
+ "minecraft:entity.ghast.scream": {
+ "protocol_id": 624
+ },
+ "minecraft:entity.ghast.shoot": {
+ "protocol_id": 625
+ },
+ "minecraft:entity.ghast.warn": {
+ "protocol_id": 626
+ },
+ "minecraft:entity.ghastling.ambient": {
+ "protocol_id": 627
+ },
+ "minecraft:entity.ghastling.death": {
+ "protocol_id": 628
+ },
+ "minecraft:entity.ghastling.hurt": {
"protocol_id": 629
},
- "minecraft:entity.glow_item_frame.break": {
+ "minecraft:entity.ghastling.spawn": {
"protocol_id": 630
},
- "minecraft:entity.glow_item_frame.place": {
- "protocol_id": 631
- },
- "minecraft:entity.glow_item_frame.remove_item": {
- "protocol_id": 632
- },
- "minecraft:entity.glow_item_frame.rotate_item": {
- "protocol_id": 633
- },
- "minecraft:entity.glow_squid.ambient": {
- "protocol_id": 634
- },
- "minecraft:entity.glow_squid.death": {
- "protocol_id": 635
- },
- "minecraft:entity.glow_squid.hurt": {
- "protocol_id": 636
- },
- "minecraft:entity.glow_squid.squirt": {
- "protocol_id": 637
- },
- "minecraft:entity.goat.ambient": {
- "protocol_id": 638
- },
- "minecraft:entity.goat.death": {
- "protocol_id": 639
- },
- "minecraft:entity.goat.eat": {
- "protocol_id": 640
- },
- "minecraft:entity.goat.horn_break": {
- "protocol_id": 646
- },
- "minecraft:entity.goat.hurt": {
- "protocol_id": 641
- },
- "minecraft:entity.goat.long_jump": {
+ "minecraft:entity.glow_item_frame.add_item": {
"protocol_id": 642
},
- "minecraft:entity.goat.milk": {
+ "minecraft:entity.glow_item_frame.break": {
"protocol_id": 643
},
- "minecraft:entity.goat.prepare_ram": {
+ "minecraft:entity.glow_item_frame.place": {
"protocol_id": 644
},
- "minecraft:entity.goat.ram_impact": {
+ "minecraft:entity.glow_item_frame.remove_item": {
"protocol_id": 645
},
- "minecraft:entity.goat.screaming.ambient": {
+ "minecraft:entity.glow_item_frame.rotate_item": {
+ "protocol_id": 646
+ },
+ "minecraft:entity.glow_squid.ambient": {
"protocol_id": 647
},
- "minecraft:entity.goat.screaming.death": {
+ "minecraft:entity.glow_squid.death": {
"protocol_id": 648
},
- "minecraft:entity.goat.screaming.eat": {
+ "minecraft:entity.glow_squid.hurt": {
"protocol_id": 649
},
- "minecraft:entity.goat.screaming.hurt": {
+ "minecraft:entity.glow_squid.squirt": {
"protocol_id": 650
},
- "minecraft:entity.goat.screaming.long_jump": {
+ "minecraft:entity.goat.ambient": {
"protocol_id": 651
},
- "minecraft:entity.goat.screaming.milk": {
+ "minecraft:entity.goat.death": {
"protocol_id": 652
},
- "minecraft:entity.goat.screaming.prepare_ram": {
+ "minecraft:entity.goat.eat": {
"protocol_id": 653
},
- "minecraft:entity.goat.screaming.ram_impact": {
+ "minecraft:entity.goat.horn_break": {
+ "protocol_id": 659
+ },
+ "minecraft:entity.goat.hurt": {
"protocol_id": 654
},
- "minecraft:entity.goat.step": {
+ "minecraft:entity.goat.long_jump": {
"protocol_id": 655
},
- "minecraft:entity.guardian.ambient": {
+ "minecraft:entity.goat.milk": {
+ "protocol_id": 656
+ },
+ "minecraft:entity.goat.prepare_ram": {
+ "protocol_id": 657
+ },
+ "minecraft:entity.goat.ram_impact": {
+ "protocol_id": 658
+ },
+ "minecraft:entity.goat.screaming.ambient": {
+ "protocol_id": 660
+ },
+ "minecraft:entity.goat.screaming.death": {
+ "protocol_id": 661
+ },
+ "minecraft:entity.goat.screaming.eat": {
+ "protocol_id": 662
+ },
+ "minecraft:entity.goat.screaming.hurt": {
+ "protocol_id": 663
+ },
+ "minecraft:entity.goat.screaming.long_jump": {
+ "protocol_id": 664
+ },
+ "minecraft:entity.goat.screaming.milk": {
+ "protocol_id": 665
+ },
+ "minecraft:entity.goat.screaming.prepare_ram": {
+ "protocol_id": 666
+ },
+ "minecraft:entity.goat.screaming.ram_impact": {
+ "protocol_id": 667
+ },
+ "minecraft:entity.goat.step": {
"protocol_id": 668
},
+ "minecraft:entity.guardian.ambient": {
+ "protocol_id": 681
+ },
"minecraft:entity.guardian.ambient_land": {
- "protocol_id": 669
+ "protocol_id": 682
},
"minecraft:entity.guardian.attack": {
- "protocol_id": 670
+ "protocol_id": 683
},
"minecraft:entity.guardian.death": {
- "protocol_id": 671
+ "protocol_id": 684
},
"minecraft:entity.guardian.death_land": {
- "protocol_id": 672
+ "protocol_id": 685
},
"minecraft:entity.guardian.flop": {
- "protocol_id": 673
+ "protocol_id": 686
},
"minecraft:entity.guardian.hurt": {
- "protocol_id": 674
+ "protocol_id": 687
},
"minecraft:entity.guardian.hurt_land": {
- "protocol_id": 675
+ "protocol_id": 688
+ },
+ "minecraft:entity.happy_ghast.ambient": {
+ "protocol_id": 699
+ },
+ "minecraft:entity.happy_ghast.death": {
+ "protocol_id": 700
+ },
+ "minecraft:entity.happy_ghast.equip": {
+ "protocol_id": 734
+ },
+ "minecraft:entity.happy_ghast.harness_goggles_down": {
+ "protocol_id": 737
+ },
+ "minecraft:entity.happy_ghast.harness_goggles_up": {
+ "protocol_id": 736
+ },
+ "minecraft:entity.happy_ghast.hurt": {
+ "protocol_id": 701
+ },
+ "minecraft:entity.happy_ghast.riding": {
+ "protocol_id": 702
+ },
+ "minecraft:entity.happy_ghast.unequip": {
+ "protocol_id": 735
},
"minecraft:entity.hoglin.ambient": {
- "protocol_id": 718
+ "protocol_id": 739
},
"minecraft:entity.hoglin.angry": {
- "protocol_id": 719
+ "protocol_id": 740
},
"minecraft:entity.hoglin.attack": {
- "protocol_id": 720
+ "protocol_id": 741
},
"minecraft:entity.hoglin.converted_to_zombified": {
- "protocol_id": 721
- },
- "minecraft:entity.hoglin.death": {
- "protocol_id": 722
- },
- "minecraft:entity.hoglin.hurt": {
- "protocol_id": 723
- },
- "minecraft:entity.hoglin.retreat": {
- "protocol_id": 724
- },
- "minecraft:entity.hoglin.step": {
- "protocol_id": 725
- },
- "minecraft:entity.horse.ambient": {
"protocol_id": 742
},
- "minecraft:entity.horse.angry": {
+ "minecraft:entity.hoglin.death": {
"protocol_id": 743
},
- "minecraft:entity.horse.armor": {
+ "minecraft:entity.hoglin.hurt": {
"protocol_id": 744
},
- "minecraft:entity.horse.breathe": {
+ "minecraft:entity.hoglin.retreat": {
"protocol_id": 745
},
- "minecraft:entity.horse.death": {
+ "minecraft:entity.hoglin.step": {
"protocol_id": 746
},
- "minecraft:entity.horse.eat": {
- "protocol_id": 747
- },
- "minecraft:entity.horse.gallop": {
- "protocol_id": 748
- },
- "minecraft:entity.horse.hurt": {
- "protocol_id": 749
- },
- "minecraft:entity.horse.jump": {
- "protocol_id": 750
- },
- "minecraft:entity.horse.land": {
- "protocol_id": 751
- },
- "minecraft:entity.horse.saddle": {
- "protocol_id": 752
- },
- "minecraft:entity.horse.step": {
- "protocol_id": 753
- },
- "minecraft:entity.horse.step_wood": {
- "protocol_id": 754
- },
- "minecraft:entity.hostile.big_fall": {
- "protocol_id": 755
- },
- "minecraft:entity.hostile.death": {
- "protocol_id": 756
- },
- "minecraft:entity.hostile.hurt": {
- "protocol_id": 757
- },
- "minecraft:entity.hostile.small_fall": {
- "protocol_id": 758
- },
- "minecraft:entity.hostile.splash": {
- "protocol_id": 759
- },
- "minecraft:entity.hostile.swim": {
- "protocol_id": 760
- },
- "minecraft:entity.husk.ambient": {
- "protocol_id": 761
- },
- "minecraft:entity.husk.converted_to_zombie": {
- "protocol_id": 762
- },
- "minecraft:entity.husk.death": {
+ "minecraft:entity.horse.ambient": {
"protocol_id": 763
},
- "minecraft:entity.husk.hurt": {
+ "minecraft:entity.horse.angry": {
"protocol_id": 764
},
- "minecraft:entity.husk.step": {
+ "minecraft:entity.horse.armor": {
"protocol_id": 765
},
- "minecraft:entity.illusioner.ambient": {
- "protocol_id": 766
- },
- "minecraft:entity.illusioner.cast_spell": {
+ "minecraft:entity.horse.breathe": {
"protocol_id": 767
},
- "minecraft:entity.illusioner.death": {
+ "minecraft:entity.horse.death": {
"protocol_id": 768
},
- "minecraft:entity.illusioner.hurt": {
+ "minecraft:entity.horse.eat": {
"protocol_id": 769
},
- "minecraft:entity.illusioner.mirror_move": {
+ "minecraft:entity.horse.gallop": {
"protocol_id": 770
},
- "minecraft:entity.illusioner.prepare_blindness": {
+ "minecraft:entity.horse.hurt": {
"protocol_id": 771
},
- "minecraft:entity.illusioner.prepare_mirror": {
+ "minecraft:entity.horse.jump": {
"protocol_id": 772
},
- "minecraft:entity.iron_golem.attack": {
+ "minecraft:entity.horse.land": {
+ "protocol_id": 773
+ },
+ "minecraft:entity.horse.saddle": {
+ "protocol_id": 774
+ },
+ "minecraft:entity.horse.step": {
+ "protocol_id": 775
+ },
+ "minecraft:entity.horse.step_wood": {
+ "protocol_id": 776
+ },
+ "minecraft:entity.hostile.big_fall": {
+ "protocol_id": 777
+ },
+ "minecraft:entity.hostile.death": {
+ "protocol_id": 778
+ },
+ "minecraft:entity.hostile.hurt": {
+ "protocol_id": 779
+ },
+ "minecraft:entity.hostile.small_fall": {
+ "protocol_id": 780
+ },
+ "minecraft:entity.hostile.splash": {
"protocol_id": 781
},
- "minecraft:entity.iron_golem.damage": {
+ "minecraft:entity.hostile.swim": {
"protocol_id": 782
},
- "minecraft:entity.iron_golem.death": {
+ "minecraft:entity.husk.ambient": {
"protocol_id": 783
},
- "minecraft:entity.iron_golem.hurt": {
+ "minecraft:entity.husk.converted_to_zombie": {
"protocol_id": 784
},
- "minecraft:entity.iron_golem.repair": {
+ "minecraft:entity.husk.death": {
"protocol_id": 785
},
- "minecraft:entity.iron_golem.step": {
+ "minecraft:entity.husk.hurt": {
"protocol_id": 786
},
- "minecraft:entity.item.break": {
- "protocol_id": 794
+ "minecraft:entity.husk.step": {
+ "protocol_id": 787
},
- "minecraft:entity.item.pickup": {
- "protocol_id": 795
+ "minecraft:entity.illusioner.ambient": {
+ "protocol_id": 788
},
- "minecraft:entity.item_frame.add_item": {
+ "minecraft:entity.illusioner.cast_spell": {
"protocol_id": 789
},
- "minecraft:entity.item_frame.break": {
+ "minecraft:entity.illusioner.death": {
"protocol_id": 790
},
- "minecraft:entity.item_frame.place": {
+ "minecraft:entity.illusioner.hurt": {
"protocol_id": 791
},
- "minecraft:entity.item_frame.remove_item": {
+ "minecraft:entity.illusioner.mirror_move": {
"protocol_id": 792
},
- "minecraft:entity.item_frame.rotate_item": {
+ "minecraft:entity.illusioner.prepare_blindness": {
"protocol_id": 793
},
- "minecraft:entity.leash_knot.break": {
+ "minecraft:entity.illusioner.prepare_mirror": {
+ "protocol_id": 794
+ },
+ "minecraft:entity.iron_golem.attack": {
+ "protocol_id": 803
+ },
+ "minecraft:entity.iron_golem.damage": {
+ "protocol_id": 804
+ },
+ "minecraft:entity.iron_golem.death": {
+ "protocol_id": 805
+ },
+ "minecraft:entity.iron_golem.hurt": {
+ "protocol_id": 806
+ },
+ "minecraft:entity.iron_golem.repair": {
+ "protocol_id": 807
+ },
+ "minecraft:entity.iron_golem.step": {
+ "protocol_id": 808
+ },
+ "minecraft:entity.item.break": {
"protocol_id": 816
},
- "minecraft:entity.leash_knot.place": {
+ "minecraft:entity.item.pickup": {
"protocol_id": 817
},
+ "minecraft:entity.item_frame.add_item": {
+ "protocol_id": 811
+ },
+ "minecraft:entity.item_frame.break": {
+ "protocol_id": 812
+ },
+ "minecraft:entity.item_frame.place": {
+ "protocol_id": 813
+ },
+ "minecraft:entity.item_frame.remove_item": {
+ "protocol_id": 814
+ },
+ "minecraft:entity.item_frame.rotate_item": {
+ "protocol_id": 815
+ },
"minecraft:entity.lightning_bolt.impact": {
- "protocol_id": 819
- },
- "minecraft:entity.lightning_bolt.thunder": {
- "protocol_id": 820
- },
- "minecraft:entity.lingering_potion.throw": {
- "protocol_id": 821
- },
- "minecraft:entity.llama.ambient": {
- "protocol_id": 822
- },
- "minecraft:entity.llama.angry": {
- "protocol_id": 823
- },
- "minecraft:entity.llama.chest": {
- "protocol_id": 824
- },
- "minecraft:entity.llama.death": {
- "protocol_id": 825
- },
- "minecraft:entity.llama.eat": {
- "protocol_id": 826
- },
- "minecraft:entity.llama.hurt": {
- "protocol_id": 827
- },
- "minecraft:entity.llama.spit": {
- "protocol_id": 828
- },
- "minecraft:entity.llama.step": {
- "protocol_id": 829
- },
- "minecraft:entity.llama.swag": {
- "protocol_id": 830
- },
- "minecraft:entity.magma_cube.death": {
- "protocol_id": 841
- },
- "minecraft:entity.magma_cube.death_small": {
- "protocol_id": 831
- },
- "minecraft:entity.magma_cube.hurt": {
"protocol_id": 842
},
- "minecraft:entity.magma_cube.hurt_small": {
+ "minecraft:entity.lightning_bolt.thunder": {
"protocol_id": 843
},
- "minecraft:entity.magma_cube.jump": {
+ "minecraft:entity.lingering_potion.throw": {
"protocol_id": 844
},
- "minecraft:entity.magma_cube.squish": {
+ "minecraft:entity.llama.ambient": {
"protocol_id": 845
},
- "minecraft:entity.magma_cube.squish_small": {
+ "minecraft:entity.llama.angry": {
"protocol_id": 846
},
- "minecraft:entity.minecart.inside": {
- "protocol_id": 862
+ "minecraft:entity.llama.chest": {
+ "protocol_id": 847
},
- "minecraft:entity.minecart.inside.underwater": {
- "protocol_id": 861
+ "minecraft:entity.llama.death": {
+ "protocol_id": 848
},
- "minecraft:entity.minecart.riding": {
- "protocol_id": 863
+ "minecraft:entity.llama.eat": {
+ "protocol_id": 849
},
- "minecraft:entity.mooshroom.convert": {
- "protocol_id": 864
+ "minecraft:entity.llama.hurt": {
+ "protocol_id": 850
},
- "minecraft:entity.mooshroom.eat": {
+ "minecraft:entity.llama.spit": {
+ "protocol_id": 851
+ },
+ "minecraft:entity.llama.step": {
+ "protocol_id": 852
+ },
+ "minecraft:entity.llama.swag": {
+ "protocol_id": 853
+ },
+ "minecraft:entity.magma_cube.death": {
"protocol_id": 865
},
- "minecraft:entity.mooshroom.milk": {
+ "minecraft:entity.magma_cube.death_small": {
+ "protocol_id": 855
+ },
+ "minecraft:entity.magma_cube.hurt": {
"protocol_id": 866
},
- "minecraft:entity.mooshroom.shear": {
- "protocol_id": 868
- },
- "minecraft:entity.mooshroom.suspicious_milk": {
+ "minecraft:entity.magma_cube.hurt_small": {
"protocol_id": 867
},
+ "minecraft:entity.magma_cube.jump": {
+ "protocol_id": 868
+ },
+ "minecraft:entity.magma_cube.squish": {
+ "protocol_id": 869
+ },
+ "minecraft:entity.magma_cube.squish_small": {
+ "protocol_id": 870
+ },
+ "minecraft:entity.minecart.inside": {
+ "protocol_id": 886
+ },
+ "minecraft:entity.minecart.inside.underwater": {
+ "protocol_id": 885
+ },
+ "minecraft:entity.minecart.riding": {
+ "protocol_id": 887
+ },
+ "minecraft:entity.mooshroom.convert": {
+ "protocol_id": 888
+ },
+ "minecraft:entity.mooshroom.eat": {
+ "protocol_id": 889
+ },
+ "minecraft:entity.mooshroom.milk": {
+ "protocol_id": 890
+ },
+ "minecraft:entity.mooshroom.shear": {
+ "protocol_id": 892
+ },
+ "minecraft:entity.mooshroom.suspicious_milk": {
+ "protocol_id": 891
+ },
"minecraft:entity.mule.ambient": {
- "protocol_id": 899
+ "protocol_id": 923
},
"minecraft:entity.mule.angry": {
- "protocol_id": 900
+ "protocol_id": 924
},
"minecraft:entity.mule.chest": {
- "protocol_id": 901
+ "protocol_id": 925
},
"minecraft:entity.mule.death": {
- "protocol_id": 902
+ "protocol_id": 926
},
"minecraft:entity.mule.eat": {
- "protocol_id": 903
+ "protocol_id": 927
},
"minecraft:entity.mule.hurt": {
- "protocol_id": 904
+ "protocol_id": 928
},
"minecraft:entity.mule.jump": {
- "protocol_id": 905
+ "protocol_id": 929
},
"minecraft:entity.ocelot.ambient": {
- "protocol_id": 1047
- },
- "minecraft:entity.ocelot.death": {
- "protocol_id": 1048
- },
- "minecraft:entity.ocelot.hurt": {
- "protocol_id": 1046
- },
- "minecraft:entity.painting.break": {
- "protocol_id": 1050
- },
- "minecraft:entity.painting.place": {
- "protocol_id": 1051
- },
- "minecraft:entity.panda.aggressive_ambient": {
- "protocol_id": 1060
- },
- "minecraft:entity.panda.ambient": {
- "protocol_id": 1055
- },
- "minecraft:entity.panda.bite": {
- "protocol_id": 1063
- },
- "minecraft:entity.panda.cant_breed": {
- "protocol_id": 1059
- },
- "minecraft:entity.panda.death": {
- "protocol_id": 1056
- },
- "minecraft:entity.panda.eat": {
- "protocol_id": 1057
- },
- "minecraft:entity.panda.hurt": {
- "protocol_id": 1062
- },
- "minecraft:entity.panda.pre_sneeze": {
- "protocol_id": 1053
- },
- "minecraft:entity.panda.sneeze": {
- "protocol_id": 1054
- },
- "minecraft:entity.panda.step": {
- "protocol_id": 1058
- },
- "minecraft:entity.panda.worried_ambient": {
- "protocol_id": 1061
- },
- "minecraft:entity.parrot.ambient": {
- "protocol_id": 1064
- },
- "minecraft:entity.parrot.death": {
- "protocol_id": 1065
- },
- "minecraft:entity.parrot.eat": {
- "protocol_id": 1066
- },
- "minecraft:entity.parrot.fly": {
- "protocol_id": 1067
- },
- "minecraft:entity.parrot.hurt": {
- "protocol_id": 1068
- },
- "minecraft:entity.parrot.imitate.blaze": {
- "protocol_id": 1069
- },
- "minecraft:entity.parrot.imitate.bogged": {
- "protocol_id": 1070
- },
- "minecraft:entity.parrot.imitate.breeze": {
- "protocol_id": 1071
- },
- "minecraft:entity.parrot.imitate.creaking": {
"protocol_id": 1072
},
- "minecraft:entity.parrot.imitate.creeper": {
+ "minecraft:entity.ocelot.death": {
"protocol_id": 1073
},
- "minecraft:entity.parrot.imitate.drowned": {
- "protocol_id": 1074
+ "minecraft:entity.ocelot.hurt": {
+ "protocol_id": 1071
},
- "minecraft:entity.parrot.imitate.elder_guardian": {
+ "minecraft:entity.painting.break": {
"protocol_id": 1075
},
- "minecraft:entity.parrot.imitate.ender_dragon": {
+ "minecraft:entity.painting.place": {
"protocol_id": 1076
},
- "minecraft:entity.parrot.imitate.endermite": {
- "protocol_id": 1077
- },
- "minecraft:entity.parrot.imitate.evoker": {
- "protocol_id": 1078
- },
- "minecraft:entity.parrot.imitate.ghast": {
- "protocol_id": 1079
- },
- "minecraft:entity.parrot.imitate.guardian": {
- "protocol_id": 1080
- },
- "minecraft:entity.parrot.imitate.hoglin": {
- "protocol_id": 1081
- },
- "minecraft:entity.parrot.imitate.husk": {
- "protocol_id": 1082
- },
- "minecraft:entity.parrot.imitate.illusioner": {
- "protocol_id": 1083
- },
- "minecraft:entity.parrot.imitate.magma_cube": {
- "protocol_id": 1084
- },
- "minecraft:entity.parrot.imitate.phantom": {
+ "minecraft:entity.panda.aggressive_ambient": {
"protocol_id": 1085
},
- "minecraft:entity.parrot.imitate.piglin": {
- "protocol_id": 1086
+ "minecraft:entity.panda.ambient": {
+ "protocol_id": 1080
},
- "minecraft:entity.parrot.imitate.piglin_brute": {
- "protocol_id": 1087
- },
- "minecraft:entity.parrot.imitate.pillager": {
+ "minecraft:entity.panda.bite": {
"protocol_id": 1088
},
- "minecraft:entity.parrot.imitate.ravager": {
+ "minecraft:entity.panda.cant_breed": {
+ "protocol_id": 1084
+ },
+ "minecraft:entity.panda.death": {
+ "protocol_id": 1081
+ },
+ "minecraft:entity.panda.eat": {
+ "protocol_id": 1082
+ },
+ "minecraft:entity.panda.hurt": {
+ "protocol_id": 1087
+ },
+ "minecraft:entity.panda.pre_sneeze": {
+ "protocol_id": 1078
+ },
+ "minecraft:entity.panda.sneeze": {
+ "protocol_id": 1079
+ },
+ "minecraft:entity.panda.step": {
+ "protocol_id": 1083
+ },
+ "minecraft:entity.panda.worried_ambient": {
+ "protocol_id": 1086
+ },
+ "minecraft:entity.parrot.ambient": {
"protocol_id": 1089
},
- "minecraft:entity.parrot.imitate.shulker": {
+ "minecraft:entity.parrot.death": {
"protocol_id": 1090
},
- "minecraft:entity.parrot.imitate.silverfish": {
+ "minecraft:entity.parrot.eat": {
"protocol_id": 1091
},
- "minecraft:entity.parrot.imitate.skeleton": {
+ "minecraft:entity.parrot.fly": {
"protocol_id": 1092
},
- "minecraft:entity.parrot.imitate.slime": {
+ "minecraft:entity.parrot.hurt": {
"protocol_id": 1093
},
- "minecraft:entity.parrot.imitate.spider": {
+ "minecraft:entity.parrot.imitate.blaze": {
"protocol_id": 1094
},
- "minecraft:entity.parrot.imitate.stray": {
+ "minecraft:entity.parrot.imitate.bogged": {
"protocol_id": 1095
},
- "minecraft:entity.parrot.imitate.vex": {
+ "minecraft:entity.parrot.imitate.breeze": {
"protocol_id": 1096
},
- "minecraft:entity.parrot.imitate.vindicator": {
+ "minecraft:entity.parrot.imitate.creaking": {
"protocol_id": 1097
},
- "minecraft:entity.parrot.imitate.warden": {
+ "minecraft:entity.parrot.imitate.creeper": {
"protocol_id": 1098
},
- "minecraft:entity.parrot.imitate.witch": {
+ "minecraft:entity.parrot.imitate.drowned": {
"protocol_id": 1099
},
- "minecraft:entity.parrot.imitate.wither": {
+ "minecraft:entity.parrot.imitate.elder_guardian": {
"protocol_id": 1100
},
- "minecraft:entity.parrot.imitate.wither_skeleton": {
+ "minecraft:entity.parrot.imitate.ender_dragon": {
"protocol_id": 1101
},
- "minecraft:entity.parrot.imitate.zoglin": {
+ "minecraft:entity.parrot.imitate.endermite": {
"protocol_id": 1102
},
- "minecraft:entity.parrot.imitate.zombie": {
+ "minecraft:entity.parrot.imitate.evoker": {
"protocol_id": 1103
},
- "minecraft:entity.parrot.imitate.zombie_villager": {
+ "minecraft:entity.parrot.imitate.ghast": {
"protocol_id": 1104
},
- "minecraft:entity.parrot.step": {
+ "minecraft:entity.parrot.imitate.guardian": {
"protocol_id": 1105
},
- "minecraft:entity.phantom.ambient": {
+ "minecraft:entity.parrot.imitate.hoglin": {
"protocol_id": 1106
},
- "minecraft:entity.phantom.bite": {
+ "minecraft:entity.parrot.imitate.husk": {
"protocol_id": 1107
},
- "minecraft:entity.phantom.death": {
+ "minecraft:entity.parrot.imitate.illusioner": {
"protocol_id": 1108
},
- "minecraft:entity.phantom.flap": {
+ "minecraft:entity.parrot.imitate.magma_cube": {
"protocol_id": 1109
},
- "minecraft:entity.phantom.hurt": {
+ "minecraft:entity.parrot.imitate.phantom": {
"protocol_id": 1110
},
- "minecraft:entity.phantom.swoop": {
+ "minecraft:entity.parrot.imitate.piglin": {
"protocol_id": 1111
},
- "minecraft:entity.pig.ambient": {
+ "minecraft:entity.parrot.imitate.piglin_brute": {
"protocol_id": 1112
},
- "minecraft:entity.pig.death": {
+ "minecraft:entity.parrot.imitate.pillager": {
"protocol_id": 1113
},
- "minecraft:entity.pig.hurt": {
+ "minecraft:entity.parrot.imitate.ravager": {
"protocol_id": 1114
},
- "minecraft:entity.pig.saddle": {
+ "minecraft:entity.parrot.imitate.shulker": {
"protocol_id": 1115
},
- "minecraft:entity.pig.step": {
+ "minecraft:entity.parrot.imitate.silverfish": {
"protocol_id": 1116
},
- "minecraft:entity.piglin.admiring_item": {
+ "minecraft:entity.parrot.imitate.skeleton": {
"protocol_id": 1117
},
- "minecraft:entity.piglin.ambient": {
+ "minecraft:entity.parrot.imitate.slime": {
"protocol_id": 1118
},
- "minecraft:entity.piglin.angry": {
+ "minecraft:entity.parrot.imitate.spider": {
"protocol_id": 1119
},
- "minecraft:entity.piglin.celebrate": {
+ "minecraft:entity.parrot.imitate.stray": {
"protocol_id": 1120
},
- "minecraft:entity.piglin.converted_to_zombified": {
- "protocol_id": 1126
- },
- "minecraft:entity.piglin.death": {
+ "minecraft:entity.parrot.imitate.vex": {
"protocol_id": 1121
},
- "minecraft:entity.piglin.hurt": {
- "protocol_id": 1123
- },
- "minecraft:entity.piglin.jealous": {
+ "minecraft:entity.parrot.imitate.vindicator": {
"protocol_id": 1122
},
- "minecraft:entity.piglin.retreat": {
+ "minecraft:entity.parrot.imitate.warden": {
+ "protocol_id": 1123
+ },
+ "minecraft:entity.parrot.imitate.witch": {
"protocol_id": 1124
},
- "minecraft:entity.piglin.step": {
+ "minecraft:entity.parrot.imitate.wither": {
"protocol_id": 1125
},
- "minecraft:entity.piglin_brute.ambient": {
+ "minecraft:entity.parrot.imitate.wither_skeleton": {
+ "protocol_id": 1126
+ },
+ "minecraft:entity.parrot.imitate.zoglin": {
"protocol_id": 1127
},
- "minecraft:entity.piglin_brute.angry": {
+ "minecraft:entity.parrot.imitate.zombie": {
"protocol_id": 1128
},
- "minecraft:entity.piglin_brute.converted_to_zombified": {
- "protocol_id": 1132
- },
- "minecraft:entity.piglin_brute.death": {
+ "minecraft:entity.parrot.imitate.zombie_villager": {
"protocol_id": 1129
},
- "minecraft:entity.piglin_brute.hurt": {
+ "minecraft:entity.parrot.step": {
"protocol_id": 1130
},
- "minecraft:entity.piglin_brute.step": {
+ "minecraft:entity.phantom.ambient": {
"protocol_id": 1131
},
- "minecraft:entity.pillager.ambient": {
+ "minecraft:entity.phantom.bite": {
+ "protocol_id": 1132
+ },
+ "minecraft:entity.phantom.death": {
"protocol_id": 1133
},
- "minecraft:entity.pillager.celebrate": {
+ "minecraft:entity.phantom.flap": {
"protocol_id": 1134
},
- "minecraft:entity.pillager.death": {
+ "minecraft:entity.phantom.hurt": {
"protocol_id": 1135
},
- "minecraft:entity.pillager.hurt": {
+ "minecraft:entity.phantom.swoop": {
"protocol_id": 1136
},
- "minecraft:entity.player.attack.crit": {
+ "minecraft:entity.pig.ambient": {
+ "protocol_id": 1137
+ },
+ "minecraft:entity.pig.death": {
+ "protocol_id": 1138
+ },
+ "minecraft:entity.pig.hurt": {
"protocol_id": 1139
},
- "minecraft:entity.player.attack.knockback": {
+ "minecraft:entity.pig.saddle": {
"protocol_id": 1140
},
- "minecraft:entity.player.attack.nodamage": {
+ "minecraft:entity.pig.step": {
"protocol_id": 1141
},
- "minecraft:entity.player.attack.strong": {
+ "minecraft:entity.piglin.admiring_item": {
"protocol_id": 1142
},
- "minecraft:entity.player.attack.sweep": {
+ "minecraft:entity.piglin.ambient": {
"protocol_id": 1143
},
- "minecraft:entity.player.attack.weak": {
+ "minecraft:entity.piglin.angry": {
"protocol_id": 1144
},
- "minecraft:entity.player.big_fall": {
+ "minecraft:entity.piglin.celebrate": {
"protocol_id": 1145
},
- "minecraft:entity.player.breath": {
- "protocol_id": 1146
- },
- "minecraft:entity.player.burp": {
- "protocol_id": 1147
- },
- "minecraft:entity.player.death": {
- "protocol_id": 1148
- },
- "minecraft:entity.player.hurt": {
- "protocol_id": 1149
- },
- "minecraft:entity.player.hurt_drown": {
- "protocol_id": 1150
- },
- "minecraft:entity.player.hurt_freeze": {
+ "minecraft:entity.piglin.converted_to_zombified": {
"protocol_id": 1151
},
- "minecraft:entity.player.hurt_on_fire": {
+ "minecraft:entity.piglin.death": {
+ "protocol_id": 1146
+ },
+ "minecraft:entity.piglin.hurt": {
+ "protocol_id": 1148
+ },
+ "minecraft:entity.piglin.jealous": {
+ "protocol_id": 1147
+ },
+ "minecraft:entity.piglin.retreat": {
+ "protocol_id": 1149
+ },
+ "minecraft:entity.piglin.step": {
+ "protocol_id": 1150
+ },
+ "minecraft:entity.piglin_brute.ambient": {
"protocol_id": 1152
},
- "minecraft:entity.player.hurt_sweet_berry_bush": {
+ "minecraft:entity.piglin_brute.angry": {
"protocol_id": 1153
},
- "minecraft:entity.player.levelup": {
- "protocol_id": 1154
- },
- "minecraft:entity.player.small_fall": {
- "protocol_id": 1155
- },
- "minecraft:entity.player.splash": {
- "protocol_id": 1156
- },
- "minecraft:entity.player.splash.high_speed": {
+ "minecraft:entity.piglin_brute.converted_to_zombified": {
"protocol_id": 1157
},
- "minecraft:entity.player.swim": {
+ "minecraft:entity.piglin_brute.death": {
+ "protocol_id": 1154
+ },
+ "minecraft:entity.piglin_brute.hurt": {
+ "protocol_id": 1155
+ },
+ "minecraft:entity.piglin_brute.step": {
+ "protocol_id": 1156
+ },
+ "minecraft:entity.pillager.ambient": {
"protocol_id": 1158
},
- "minecraft:entity.player.teleport": {
+ "minecraft:entity.pillager.celebrate": {
"protocol_id": 1159
},
- "minecraft:entity.polar_bear.ambient": {
+ "minecraft:entity.pillager.death": {
"protocol_id": 1160
},
- "minecraft:entity.polar_bear.ambient_baby": {
+ "minecraft:entity.pillager.hurt": {
"protocol_id": 1161
},
- "minecraft:entity.polar_bear.death": {
- "protocol_id": 1162
- },
- "minecraft:entity.polar_bear.hurt": {
- "protocol_id": 1163
- },
- "minecraft:entity.polar_bear.step": {
+ "minecraft:entity.player.attack.crit": {
"protocol_id": 1164
},
- "minecraft:entity.polar_bear.warning": {
+ "minecraft:entity.player.attack.knockback": {
"protocol_id": 1165
},
- "minecraft:entity.puffer_fish.ambient": {
+ "minecraft:entity.player.attack.nodamage": {
+ "protocol_id": 1166
+ },
+ "minecraft:entity.player.attack.strong": {
+ "protocol_id": 1167
+ },
+ "minecraft:entity.player.attack.sweep": {
+ "protocol_id": 1168
+ },
+ "minecraft:entity.player.attack.weak": {
+ "protocol_id": 1169
+ },
+ "minecraft:entity.player.big_fall": {
+ "protocol_id": 1170
+ },
+ "minecraft:entity.player.breath": {
+ "protocol_id": 1171
+ },
+ "minecraft:entity.player.burp": {
+ "protocol_id": 1172
+ },
+ "minecraft:entity.player.death": {
+ "protocol_id": 1173
+ },
+ "minecraft:entity.player.hurt": {
+ "protocol_id": 1174
+ },
+ "minecraft:entity.player.hurt_drown": {
+ "protocol_id": 1175
+ },
+ "minecraft:entity.player.hurt_freeze": {
+ "protocol_id": 1176
+ },
+ "minecraft:entity.player.hurt_on_fire": {
+ "protocol_id": 1177
+ },
+ "minecraft:entity.player.hurt_sweet_berry_bush": {
+ "protocol_id": 1178
+ },
+ "minecraft:entity.player.levelup": {
"protocol_id": 1179
},
- "minecraft:entity.puffer_fish.blow_out": {
+ "minecraft:entity.player.small_fall": {
"protocol_id": 1180
},
- "minecraft:entity.puffer_fish.blow_up": {
+ "minecraft:entity.player.splash": {
"protocol_id": 1181
},
- "minecraft:entity.puffer_fish.death": {
+ "minecraft:entity.player.splash.high_speed": {
"protocol_id": 1182
},
- "minecraft:entity.puffer_fish.flop": {
+ "minecraft:entity.player.swim": {
"protocol_id": 1183
},
- "minecraft:entity.puffer_fish.hurt": {
+ "minecraft:entity.player.teleport": {
"protocol_id": 1184
},
- "minecraft:entity.puffer_fish.sting": {
+ "minecraft:entity.polar_bear.ambient": {
"protocol_id": 1185
},
- "minecraft:entity.rabbit.ambient": {
+ "minecraft:entity.polar_bear.ambient_baby": {
+ "protocol_id": 1186
+ },
+ "minecraft:entity.polar_bear.death": {
"protocol_id": 1187
},
- "minecraft:entity.rabbit.attack": {
+ "minecraft:entity.polar_bear.hurt": {
"protocol_id": 1188
},
- "minecraft:entity.rabbit.death": {
+ "minecraft:entity.polar_bear.step": {
"protocol_id": 1189
},
- "minecraft:entity.rabbit.hurt": {
+ "minecraft:entity.polar_bear.warning": {
"protocol_id": 1190
},
+ "minecraft:entity.puffer_fish.blow_out": {
+ "protocol_id": 1204
+ },
+ "minecraft:entity.puffer_fish.blow_up": {
+ "protocol_id": 1205
+ },
+ "minecraft:entity.puffer_fish.death": {
+ "protocol_id": 1206
+ },
+ "minecraft:entity.puffer_fish.flop": {
+ "protocol_id": 1207
+ },
+ "minecraft:entity.puffer_fish.hurt": {
+ "protocol_id": 1208
+ },
+ "minecraft:entity.puffer_fish.sting": {
+ "protocol_id": 1209
+ },
+ "minecraft:entity.rabbit.ambient": {
+ "protocol_id": 1211
+ },
+ "minecraft:entity.rabbit.attack": {
+ "protocol_id": 1212
+ },
+ "minecraft:entity.rabbit.death": {
+ "protocol_id": 1213
+ },
+ "minecraft:entity.rabbit.hurt": {
+ "protocol_id": 1214
+ },
"minecraft:entity.rabbit.jump": {
- "protocol_id": 1191
+ "protocol_id": 1215
},
"minecraft:entity.ravager.ambient": {
- "protocol_id": 1193
+ "protocol_id": 1217
},
"minecraft:entity.ravager.attack": {
- "protocol_id": 1194
+ "protocol_id": 1218
},
"minecraft:entity.ravager.celebrate": {
- "protocol_id": 1195
+ "protocol_id": 1219
},
"minecraft:entity.ravager.death": {
- "protocol_id": 1196
+ "protocol_id": 1220
},
"minecraft:entity.ravager.hurt": {
- "protocol_id": 1197
- },
- "minecraft:entity.ravager.roar": {
- "protocol_id": 1200
- },
- "minecraft:entity.ravager.step": {
- "protocol_id": 1198
- },
- "minecraft:entity.ravager.stunned": {
- "protocol_id": 1199
- },
- "minecraft:entity.salmon.ambient": {
"protocol_id": 1221
},
- "minecraft:entity.salmon.death": {
- "protocol_id": 1222
- },
- "minecraft:entity.salmon.flop": {
- "protocol_id": 1223
- },
- "minecraft:entity.salmon.hurt": {
+ "minecraft:entity.ravager.roar": {
"protocol_id": 1224
},
+ "minecraft:entity.ravager.step": {
+ "protocol_id": 1222
+ },
+ "minecraft:entity.ravager.stunned": {
+ "protocol_id": 1223
+ },
+ "minecraft:entity.salmon.ambient": {
+ "protocol_id": 1245
+ },
+ "minecraft:entity.salmon.death": {
+ "protocol_id": 1246
+ },
+ "minecraft:entity.salmon.flop": {
+ "protocol_id": 1247
+ },
+ "minecraft:entity.salmon.hurt": {
+ "protocol_id": 1248
+ },
"minecraft:entity.sheep.ambient": {
- "protocol_id": 1268
- },
- "minecraft:entity.sheep.death": {
- "protocol_id": 1269
- },
- "minecraft:entity.sheep.hurt": {
- "protocol_id": 1270
- },
- "minecraft:entity.sheep.shear": {
- "protocol_id": 1271
- },
- "minecraft:entity.sheep.step": {
- "protocol_id": 1272
- },
- "minecraft:entity.shulker.ambient": {
- "protocol_id": 1281
- },
- "minecraft:entity.shulker.close": {
- "protocol_id": 1286
- },
- "minecraft:entity.shulker.death": {
- "protocol_id": 1287
- },
- "minecraft:entity.shulker.hurt": {
- "protocol_id": 1288
- },
- "minecraft:entity.shulker.hurt_closed": {
- "protocol_id": 1289
- },
- "minecraft:entity.shulker.open": {
- "protocol_id": 1290
- },
- "minecraft:entity.shulker.shoot": {
"protocol_id": 1291
},
- "minecraft:entity.shulker.teleport": {
+ "minecraft:entity.sheep.death": {
"protocol_id": 1292
},
- "minecraft:entity.shulker_bullet.hit": {
- "protocol_id": 1284
- },
- "minecraft:entity.shulker_bullet.hurt": {
- "protocol_id": 1285
- },
- "minecraft:entity.silverfish.ambient": {
+ "minecraft:entity.sheep.hurt": {
"protocol_id": 1293
},
- "minecraft:entity.silverfish.death": {
+ "minecraft:entity.sheep.shear": {
"protocol_id": 1294
},
- "minecraft:entity.silverfish.hurt": {
+ "minecraft:entity.sheep.step": {
"protocol_id": 1295
},
- "minecraft:entity.silverfish.step": {
- "protocol_id": 1296
- },
- "minecraft:entity.skeleton.ambient": {
- "protocol_id": 1297
- },
- "minecraft:entity.skeleton.converted_to_stray": {
- "protocol_id": 1298
- },
- "minecraft:entity.skeleton.death": {
- "protocol_id": 1299
- },
- "minecraft:entity.skeleton.hurt": {
- "protocol_id": 1308
- },
- "minecraft:entity.skeleton.shoot": {
- "protocol_id": 1309
- },
- "minecraft:entity.skeleton.step": {
- "protocol_id": 1310
- },
- "minecraft:entity.skeleton_horse.ambient": {
- "protocol_id": 1300
- },
- "minecraft:entity.skeleton_horse.ambient_water": {
- "protocol_id": 1304
- },
- "minecraft:entity.skeleton_horse.death": {
- "protocol_id": 1301
- },
- "minecraft:entity.skeleton_horse.gallop_water": {
+ "minecraft:entity.shulker.ambient": {
"protocol_id": 1305
},
- "minecraft:entity.skeleton_horse.hurt": {
- "protocol_id": 1302
+ "minecraft:entity.shulker.close": {
+ "protocol_id": 1310
},
- "minecraft:entity.skeleton_horse.jump_water": {
- "protocol_id": 1306
- },
- "minecraft:entity.skeleton_horse.step_water": {
- "protocol_id": 1307
- },
- "minecraft:entity.skeleton_horse.swim": {
- "protocol_id": 1303
- },
- "minecraft:entity.slime.attack": {
+ "minecraft:entity.shulker.death": {
"protocol_id": 1311
},
- "minecraft:entity.slime.death": {
+ "minecraft:entity.shulker.hurt": {
"protocol_id": 1312
},
- "minecraft:entity.slime.death_small": {
- "protocol_id": 1367
- },
- "minecraft:entity.slime.hurt": {
+ "minecraft:entity.shulker.hurt_closed": {
"protocol_id": 1313
},
- "minecraft:entity.slime.hurt_small": {
- "protocol_id": 1368
- },
- "minecraft:entity.slime.jump": {
+ "minecraft:entity.shulker.open": {
"protocol_id": 1314
},
- "minecraft:entity.slime.jump_small": {
- "protocol_id": 1369
- },
- "minecraft:entity.slime.squish": {
+ "minecraft:entity.shulker.shoot": {
"protocol_id": 1315
},
- "minecraft:entity.slime.squish_small": {
- "protocol_id": 1370
+ "minecraft:entity.shulker.teleport": {
+ "protocol_id": 1316
},
- "minecraft:entity.sniffer.death": {
- "protocol_id": 1377
+ "minecraft:entity.shulker_bullet.hit": {
+ "protocol_id": 1308
},
- "minecraft:entity.sniffer.digging": {
- "protocol_id": 1382
+ "minecraft:entity.shulker_bullet.hurt": {
+ "protocol_id": 1309
},
- "minecraft:entity.sniffer.digging_stop": {
- "protocol_id": 1383
+ "minecraft:entity.silverfish.ambient": {
+ "protocol_id": 1317
},
- "minecraft:entity.sniffer.drop_seed": {
- "protocol_id": 1378
+ "minecraft:entity.silverfish.death": {
+ "protocol_id": 1318
},
- "minecraft:entity.sniffer.eat": {
- "protocol_id": 1374
+ "minecraft:entity.silverfish.hurt": {
+ "protocol_id": 1319
},
- "minecraft:entity.sniffer.happy": {
- "protocol_id": 1384
+ "minecraft:entity.silverfish.step": {
+ "protocol_id": 1320
},
- "minecraft:entity.sniffer.hurt": {
- "protocol_id": 1376
+ "minecraft:entity.skeleton.ambient": {
+ "protocol_id": 1321
},
- "minecraft:entity.sniffer.idle": {
- "protocol_id": 1375
+ "minecraft:entity.skeleton.converted_to_stray": {
+ "protocol_id": 1322
},
- "minecraft:entity.sniffer.scenting": {
- "protocol_id": 1379
+ "minecraft:entity.skeleton.death": {
+ "protocol_id": 1323
},
- "minecraft:entity.sniffer.searching": {
- "protocol_id": 1381
+ "minecraft:entity.skeleton.hurt": {
+ "protocol_id": 1332
},
- "minecraft:entity.sniffer.sniffing": {
- "protocol_id": 1380
+ "minecraft:entity.skeleton.shoot": {
+ "protocol_id": 1333
},
- "minecraft:entity.sniffer.step": {
- "protocol_id": 1373
+ "minecraft:entity.skeleton.step": {
+ "protocol_id": 1334
},
- "minecraft:entity.snow_golem.ambient": {
+ "minecraft:entity.skeleton_horse.ambient": {
+ "protocol_id": 1324
+ },
+ "minecraft:entity.skeleton_horse.ambient_water": {
+ "protocol_id": 1328
+ },
+ "minecraft:entity.skeleton_horse.death": {
+ "protocol_id": 1325
+ },
+ "minecraft:entity.skeleton_horse.gallop_water": {
+ "protocol_id": 1329
+ },
+ "minecraft:entity.skeleton_horse.hurt": {
+ "protocol_id": 1326
+ },
+ "minecraft:entity.skeleton_horse.jump_water": {
+ "protocol_id": 1330
+ },
+ "minecraft:entity.skeleton_horse.step_water": {
+ "protocol_id": 1331
+ },
+ "minecraft:entity.skeleton_horse.swim": {
+ "protocol_id": 1327
+ },
+ "minecraft:entity.slime.attack": {
+ "protocol_id": 1335
+ },
+ "minecraft:entity.slime.death": {
+ "protocol_id": 1336
+ },
+ "minecraft:entity.slime.death_small": {
"protocol_id": 1391
},
- "minecraft:entity.snow_golem.death": {
+ "minecraft:entity.slime.hurt": {
+ "protocol_id": 1337
+ },
+ "minecraft:entity.slime.hurt_small": {
"protocol_id": 1392
},
- "minecraft:entity.snow_golem.hurt": {
+ "minecraft:entity.slime.jump": {
+ "protocol_id": 1338
+ },
+ "minecraft:entity.slime.jump_small": {
"protocol_id": 1393
},
- "minecraft:entity.snow_golem.shear": {
- "protocol_id": 1395
+ "minecraft:entity.slime.squish": {
+ "protocol_id": 1339
},
- "minecraft:entity.snow_golem.shoot": {
+ "minecraft:entity.slime.squish_small": {
"protocol_id": 1394
},
- "minecraft:entity.snowball.throw": {
- "protocol_id": 1388
- },
- "minecraft:entity.spider.ambient": {
- "protocol_id": 1399
- },
- "minecraft:entity.spider.death": {
- "protocol_id": 1400
- },
- "minecraft:entity.spider.hurt": {
+ "minecraft:entity.sniffer.death": {
"protocol_id": 1401
},
- "minecraft:entity.spider.step": {
+ "minecraft:entity.sniffer.digging": {
+ "protocol_id": 1406
+ },
+ "minecraft:entity.sniffer.digging_stop": {
+ "protocol_id": 1407
+ },
+ "minecraft:entity.sniffer.drop_seed": {
"protocol_id": 1402
},
- "minecraft:entity.splash_potion.break": {
+ "minecraft:entity.sniffer.eat": {
+ "protocol_id": 1398
+ },
+ "minecraft:entity.sniffer.happy": {
+ "protocol_id": 1408
+ },
+ "minecraft:entity.sniffer.hurt": {
+ "protocol_id": 1400
+ },
+ "minecraft:entity.sniffer.idle": {
+ "protocol_id": 1399
+ },
+ "minecraft:entity.sniffer.scenting": {
"protocol_id": 1403
},
- "minecraft:entity.splash_potion.throw": {
+ "minecraft:entity.sniffer.searching": {
+ "protocol_id": 1405
+ },
+ "minecraft:entity.sniffer.sniffing": {
"protocol_id": 1404
},
- "minecraft:entity.squid.ambient": {
- "protocol_id": 1413
+ "minecraft:entity.sniffer.step": {
+ "protocol_id": 1397
},
- "minecraft:entity.squid.death": {
- "protocol_id": 1414
- },
- "minecraft:entity.squid.hurt": {
+ "minecraft:entity.snow_golem.ambient": {
"protocol_id": 1415
},
- "minecraft:entity.squid.squirt": {
+ "minecraft:entity.snow_golem.death": {
"protocol_id": 1416
},
- "minecraft:entity.stray.ambient": {
+ "minecraft:entity.snow_golem.hurt": {
+ "protocol_id": 1417
+ },
+ "minecraft:entity.snow_golem.shear": {
+ "protocol_id": 1419
+ },
+ "minecraft:entity.snow_golem.shoot": {
+ "protocol_id": 1418
+ },
+ "minecraft:entity.snowball.throw": {
+ "protocol_id": 1412
+ },
+ "minecraft:entity.spider.ambient": {
+ "protocol_id": 1423
+ },
+ "minecraft:entity.spider.death": {
+ "protocol_id": 1424
+ },
+ "minecraft:entity.spider.hurt": {
+ "protocol_id": 1425
+ },
+ "minecraft:entity.spider.step": {
"protocol_id": 1426
},
- "minecraft:entity.stray.death": {
+ "minecraft:entity.splash_potion.break": {
"protocol_id": 1427
},
- "minecraft:entity.stray.hurt": {
+ "minecraft:entity.splash_potion.throw": {
"protocol_id": 1428
},
- "minecraft:entity.stray.step": {
- "protocol_id": 1429
+ "minecraft:entity.squid.ambient": {
+ "protocol_id": 1437
},
- "minecraft:entity.strider.ambient": {
- "protocol_id": 1358
- },
- "minecraft:entity.strider.death": {
- "protocol_id": 1361
- },
- "minecraft:entity.strider.eat": {
- "protocol_id": 1365
- },
- "minecraft:entity.strider.happy": {
- "protocol_id": 1359
- },
- "minecraft:entity.strider.hurt": {
- "protocol_id": 1362
- },
- "minecraft:entity.strider.retreat": {
- "protocol_id": 1360
- },
- "minecraft:entity.strider.saddle": {
- "protocol_id": 1366
- },
- "minecraft:entity.strider.step": {
- "protocol_id": 1363
- },
- "minecraft:entity.strider.step_lava": {
- "protocol_id": 1364
- },
- "minecraft:entity.tadpole.death": {
- "protocol_id": 1433
- },
- "minecraft:entity.tadpole.flop": {
- "protocol_id": 1434
- },
- "minecraft:entity.tadpole.grow_up": {
- "protocol_id": 1435
- },
- "minecraft:entity.tadpole.hurt": {
- "protocol_id": 1436
- },
- "minecraft:entity.tnt.primed": {
+ "minecraft:entity.squid.death": {
"protocol_id": 1438
},
- "minecraft:entity.tropical_fish.ambient": {
+ "minecraft:entity.squid.hurt": {
+ "protocol_id": 1439
+ },
+ "minecraft:entity.squid.squirt": {
+ "protocol_id": 1440
+ },
+ "minecraft:entity.stray.ambient": {
+ "protocol_id": 1450
+ },
+ "minecraft:entity.stray.death": {
+ "protocol_id": 1451
+ },
+ "minecraft:entity.stray.hurt": {
"protocol_id": 1452
},
- "minecraft:entity.tropical_fish.death": {
+ "minecraft:entity.stray.step": {
"protocol_id": 1453
},
- "minecraft:entity.tropical_fish.flop": {
- "protocol_id": 1454
+ "minecraft:entity.strider.ambient": {
+ "protocol_id": 1382
},
- "minecraft:entity.tropical_fish.hurt": {
- "protocol_id": 1455
+ "minecraft:entity.strider.death": {
+ "protocol_id": 1385
},
- "minecraft:entity.turtle.ambient_land": {
- "protocol_id": 1471
+ "minecraft:entity.strider.eat": {
+ "protocol_id": 1389
},
- "minecraft:entity.turtle.death": {
- "protocol_id": 1472
+ "minecraft:entity.strider.happy": {
+ "protocol_id": 1383
},
- "minecraft:entity.turtle.death_baby": {
- "protocol_id": 1473
+ "minecraft:entity.strider.hurt": {
+ "protocol_id": 1386
},
- "minecraft:entity.turtle.egg_break": {
- "protocol_id": 1474
+ "minecraft:entity.strider.retreat": {
+ "protocol_id": 1384
},
- "minecraft:entity.turtle.egg_crack": {
- "protocol_id": 1475
+ "minecraft:entity.strider.saddle": {
+ "protocol_id": 1390
},
- "minecraft:entity.turtle.egg_hatch": {
+ "minecraft:entity.strider.step": {
+ "protocol_id": 1387
+ },
+ "minecraft:entity.strider.step_lava": {
+ "protocol_id": 1388
+ },
+ "minecraft:entity.tadpole.death": {
+ "protocol_id": 1457
+ },
+ "minecraft:entity.tadpole.flop": {
+ "protocol_id": 1458
+ },
+ "minecraft:entity.tadpole.grow_up": {
+ "protocol_id": 1459
+ },
+ "minecraft:entity.tadpole.hurt": {
+ "protocol_id": 1460
+ },
+ "minecraft:entity.tnt.primed": {
+ "protocol_id": 1462
+ },
+ "minecraft:entity.tropical_fish.ambient": {
"protocol_id": 1476
},
- "minecraft:entity.turtle.hurt": {
+ "minecraft:entity.tropical_fish.death": {
"protocol_id": 1477
},
- "minecraft:entity.turtle.hurt_baby": {
+ "minecraft:entity.tropical_fish.flop": {
"protocol_id": 1478
},
- "minecraft:entity.turtle.lay_egg": {
+ "minecraft:entity.tropical_fish.hurt": {
"protocol_id": 1479
},
+ "minecraft:entity.turtle.ambient_land": {
+ "protocol_id": 1495
+ },
+ "minecraft:entity.turtle.death": {
+ "protocol_id": 1496
+ },
+ "minecraft:entity.turtle.death_baby": {
+ "protocol_id": 1497
+ },
+ "minecraft:entity.turtle.egg_break": {
+ "protocol_id": 1498
+ },
+ "minecraft:entity.turtle.egg_crack": {
+ "protocol_id": 1499
+ },
+ "minecraft:entity.turtle.egg_hatch": {
+ "protocol_id": 1500
+ },
+ "minecraft:entity.turtle.hurt": {
+ "protocol_id": 1501
+ },
+ "minecraft:entity.turtle.hurt_baby": {
+ "protocol_id": 1502
+ },
+ "minecraft:entity.turtle.lay_egg": {
+ "protocol_id": 1503
+ },
"minecraft:entity.turtle.shamble": {
- "protocol_id": 1480
+ "protocol_id": 1504
},
"minecraft:entity.turtle.shamble_baby": {
- "protocol_id": 1481
+ "protocol_id": 1505
},
"minecraft:entity.turtle.swim": {
- "protocol_id": 1482
- },
- "minecraft:entity.vex.ambient": {
"protocol_id": 1506
},
- "minecraft:entity.vex.charge": {
- "protocol_id": 1507
- },
- "minecraft:entity.vex.death": {
- "protocol_id": 1508
- },
- "minecraft:entity.vex.hurt": {
- "protocol_id": 1509
- },
- "minecraft:entity.villager.ambient": {
- "protocol_id": 1510
- },
- "minecraft:entity.villager.celebrate": {
- "protocol_id": 1511
- },
- "minecraft:entity.villager.death": {
- "protocol_id": 1512
- },
- "minecraft:entity.villager.hurt": {
- "protocol_id": 1513
- },
- "minecraft:entity.villager.no": {
- "protocol_id": 1514
- },
- "minecraft:entity.villager.trade": {
- "protocol_id": 1515
- },
- "minecraft:entity.villager.work_armorer": {
- "protocol_id": 1517
- },
- "minecraft:entity.villager.work_butcher": {
- "protocol_id": 1518
- },
- "minecraft:entity.villager.work_cartographer": {
- "protocol_id": 1519
- },
- "minecraft:entity.villager.work_cleric": {
- "protocol_id": 1520
- },
- "minecraft:entity.villager.work_farmer": {
- "protocol_id": 1521
- },
- "minecraft:entity.villager.work_fisherman": {
- "protocol_id": 1522
- },
- "minecraft:entity.villager.work_fletcher": {
- "protocol_id": 1523
- },
- "minecraft:entity.villager.work_leatherworker": {
- "protocol_id": 1524
- },
- "minecraft:entity.villager.work_librarian": {
- "protocol_id": 1525
- },
- "minecraft:entity.villager.work_mason": {
- "protocol_id": 1526
- },
- "minecraft:entity.villager.work_shepherd": {
- "protocol_id": 1527
- },
- "minecraft:entity.villager.work_toolsmith": {
- "protocol_id": 1528
- },
- "minecraft:entity.villager.work_weaponsmith": {
- "protocol_id": 1529
- },
- "minecraft:entity.villager.yes": {
- "protocol_id": 1516
- },
- "minecraft:entity.vindicator.ambient": {
+ "minecraft:entity.vex.ambient": {
"protocol_id": 1530
},
- "minecraft:entity.vindicator.celebrate": {
+ "minecraft:entity.vex.charge": {
"protocol_id": 1531
},
- "minecraft:entity.vindicator.death": {
+ "minecraft:entity.vex.death": {
"protocol_id": 1532
},
- "minecraft:entity.vindicator.hurt": {
+ "minecraft:entity.vex.hurt": {
"protocol_id": 1533
},
- "minecraft:entity.wandering_trader.ambient": {
- "protocol_id": 1540
+ "minecraft:entity.villager.ambient": {
+ "protocol_id": 1534
},
- "minecraft:entity.wandering_trader.death": {
+ "minecraft:entity.villager.celebrate": {
+ "protocol_id": 1535
+ },
+ "minecraft:entity.villager.death": {
+ "protocol_id": 1536
+ },
+ "minecraft:entity.villager.hurt": {
+ "protocol_id": 1537
+ },
+ "minecraft:entity.villager.no": {
+ "protocol_id": 1538
+ },
+ "minecraft:entity.villager.trade": {
+ "protocol_id": 1539
+ },
+ "minecraft:entity.villager.work_armorer": {
"protocol_id": 1541
},
- "minecraft:entity.wandering_trader.disappeared": {
+ "minecraft:entity.villager.work_butcher": {
"protocol_id": 1542
},
- "minecraft:entity.wandering_trader.drink_milk": {
+ "minecraft:entity.villager.work_cartographer": {
"protocol_id": 1543
},
- "minecraft:entity.wandering_trader.drink_potion": {
+ "minecraft:entity.villager.work_cleric": {
"protocol_id": 1544
},
- "minecraft:entity.wandering_trader.hurt": {
+ "minecraft:entity.villager.work_farmer": {
"protocol_id": 1545
},
- "minecraft:entity.wandering_trader.no": {
+ "minecraft:entity.villager.work_fisherman": {
"protocol_id": 1546
},
- "minecraft:entity.wandering_trader.reappeared": {
+ "minecraft:entity.villager.work_fletcher": {
"protocol_id": 1547
},
- "minecraft:entity.wandering_trader.trade": {
+ "minecraft:entity.villager.work_leatherworker": {
"protocol_id": 1548
},
- "minecraft:entity.wandering_trader.yes": {
+ "minecraft:entity.villager.work_librarian": {
"protocol_id": 1549
},
- "minecraft:entity.warden.agitated": {
+ "minecraft:entity.villager.work_mason": {
"protocol_id": 1550
},
- "minecraft:entity.warden.ambient": {
+ "minecraft:entity.villager.work_shepherd": {
"protocol_id": 1551
},
- "minecraft:entity.warden.angry": {
+ "minecraft:entity.villager.work_toolsmith": {
"protocol_id": 1552
},
- "minecraft:entity.warden.attack_impact": {
+ "minecraft:entity.villager.work_weaponsmith": {
"protocol_id": 1553
},
- "minecraft:entity.warden.death": {
+ "minecraft:entity.villager.yes": {
+ "protocol_id": 1540
+ },
+ "minecraft:entity.vindicator.ambient": {
"protocol_id": 1554
},
- "minecraft:entity.warden.dig": {
+ "minecraft:entity.vindicator.celebrate": {
"protocol_id": 1555
},
- "minecraft:entity.warden.emerge": {
+ "minecraft:entity.vindicator.death": {
"protocol_id": 1556
},
- "minecraft:entity.warden.heartbeat": {
+ "minecraft:entity.vindicator.hurt": {
"protocol_id": 1557
},
- "minecraft:entity.warden.hurt": {
- "protocol_id": 1558
- },
- "minecraft:entity.warden.listening": {
- "protocol_id": 1559
- },
- "minecraft:entity.warden.listening_angry": {
- "protocol_id": 1560
- },
- "minecraft:entity.warden.nearby_close": {
- "protocol_id": 1561
- },
- "minecraft:entity.warden.nearby_closer": {
- "protocol_id": 1562
- },
- "minecraft:entity.warden.nearby_closest": {
- "protocol_id": 1563
- },
- "minecraft:entity.warden.roar": {
+ "minecraft:entity.wandering_trader.ambient": {
"protocol_id": 1564
},
- "minecraft:entity.warden.sniff": {
+ "minecraft:entity.wandering_trader.death": {
"protocol_id": 1565
},
- "minecraft:entity.warden.sonic_boom": {
+ "minecraft:entity.wandering_trader.disappeared": {
"protocol_id": 1566
},
- "minecraft:entity.warden.sonic_charge": {
+ "minecraft:entity.wandering_trader.drink_milk": {
"protocol_id": 1567
},
- "minecraft:entity.warden.step": {
+ "minecraft:entity.wandering_trader.drink_potion": {
"protocol_id": 1568
},
- "minecraft:entity.warden.tendril_clicks": {
+ "minecraft:entity.wandering_trader.hurt": {
"protocol_id": 1569
},
- "minecraft:entity.wind_charge.throw": {
- "protocol_id": 1587
+ "minecraft:entity.wandering_trader.no": {
+ "protocol_id": 1570
},
- "minecraft:entity.wind_charge.wind_burst": {
+ "minecraft:entity.wandering_trader.reappeared": {
+ "protocol_id": 1571
+ },
+ "minecraft:entity.wandering_trader.trade": {
+ "protocol_id": 1572
+ },
+ "minecraft:entity.wandering_trader.yes": {
+ "protocol_id": 1573
+ },
+ "minecraft:entity.warden.agitated": {
+ "protocol_id": 1574
+ },
+ "minecraft:entity.warden.ambient": {
+ "protocol_id": 1575
+ },
+ "minecraft:entity.warden.angry": {
+ "protocol_id": 1576
+ },
+ "minecraft:entity.warden.attack_impact": {
+ "protocol_id": 1577
+ },
+ "minecraft:entity.warden.death": {
+ "protocol_id": 1578
+ },
+ "minecraft:entity.warden.dig": {
+ "protocol_id": 1579
+ },
+ "minecraft:entity.warden.emerge": {
+ "protocol_id": 1580
+ },
+ "minecraft:entity.warden.heartbeat": {
+ "protocol_id": 1581
+ },
+ "minecraft:entity.warden.hurt": {
+ "protocol_id": 1582
+ },
+ "minecraft:entity.warden.listening": {
+ "protocol_id": 1583
+ },
+ "minecraft:entity.warden.listening_angry": {
+ "protocol_id": 1584
+ },
+ "minecraft:entity.warden.nearby_close": {
+ "protocol_id": 1585
+ },
+ "minecraft:entity.warden.nearby_closer": {
"protocol_id": 1586
},
- "minecraft:entity.witch.ambient": {
+ "minecraft:entity.warden.nearby_closest": {
+ "protocol_id": 1587
+ },
+ "minecraft:entity.warden.roar": {
"protocol_id": 1588
},
- "minecraft:entity.witch.celebrate": {
+ "minecraft:entity.warden.sniff": {
"protocol_id": 1589
},
- "minecraft:entity.witch.death": {
+ "minecraft:entity.warden.sonic_boom": {
"protocol_id": 1590
},
- "minecraft:entity.witch.drink": {
+ "minecraft:entity.warden.sonic_charge": {
"protocol_id": 1591
},
- "minecraft:entity.witch.hurt": {
+ "minecraft:entity.warden.step": {
"protocol_id": 1592
},
- "minecraft:entity.witch.throw": {
+ "minecraft:entity.warden.tendril_clicks": {
"protocol_id": 1593
},
- "minecraft:entity.wither.ambient": {
- "protocol_id": 1594
- },
- "minecraft:entity.wither.break_block": {
- "protocol_id": 1595
- },
- "minecraft:entity.wither.death": {
- "protocol_id": 1596
- },
- "minecraft:entity.wither.hurt": {
- "protocol_id": 1597
- },
- "minecraft:entity.wither.shoot": {
- "protocol_id": 1598
- },
- "minecraft:entity.wither.spawn": {
- "protocol_id": 1603
- },
- "minecraft:entity.wither_skeleton.ambient": {
- "protocol_id": 1599
- },
- "minecraft:entity.wither_skeleton.death": {
- "protocol_id": 1600
- },
- "minecraft:entity.wither_skeleton.hurt": {
- "protocol_id": 1601
- },
- "minecraft:entity.wither_skeleton.step": {
- "protocol_id": 1602
- },
- "minecraft:entity.wolf.ambient": {
- "protocol_id": 1610
- },
- "minecraft:entity.wolf.death": {
+ "minecraft:entity.wind_charge.throw": {
"protocol_id": 1611
},
- "minecraft:entity.wolf.growl": {
+ "minecraft:entity.wind_charge.wind_burst": {
+ "protocol_id": 1610
+ },
+ "minecraft:entity.witch.ambient": {
"protocol_id": 1612
},
- "minecraft:entity.wolf.hurt": {
+ "minecraft:entity.witch.celebrate": {
"protocol_id": 1613
},
- "minecraft:entity.wolf.pant": {
+ "minecraft:entity.witch.death": {
"protocol_id": 1614
},
- "minecraft:entity.wolf.shake": {
- "protocol_id": 1608
- },
- "minecraft:entity.wolf.step": {
- "protocol_id": 1609
- },
- "minecraft:entity.wolf.whine": {
+ "minecraft:entity.witch.drink": {
"protocol_id": 1615
},
- "minecraft:entity.wolf_angry.ambient": {
- "protocol_id": 1628
- },
- "minecraft:entity.wolf_angry.death": {
- "protocol_id": 1629
- },
- "minecraft:entity.wolf_angry.growl": {
- "protocol_id": 1630
- },
- "minecraft:entity.wolf_angry.hurt": {
- "protocol_id": 1631
- },
- "minecraft:entity.wolf_angry.pant": {
- "protocol_id": 1632
- },
- "minecraft:entity.wolf_angry.whine": {
- "protocol_id": 1633
- },
- "minecraft:entity.wolf_big.ambient": {
- "protocol_id": 1640
- },
- "minecraft:entity.wolf_big.death": {
- "protocol_id": 1641
- },
- "minecraft:entity.wolf_big.growl": {
- "protocol_id": 1642
- },
- "minecraft:entity.wolf_big.hurt": {
- "protocol_id": 1643
- },
- "minecraft:entity.wolf_big.pant": {
- "protocol_id": 1644
- },
- "minecraft:entity.wolf_big.whine": {
- "protocol_id": 1645
- },
- "minecraft:entity.wolf_cute.ambient": {
- "protocol_id": 1646
- },
- "minecraft:entity.wolf_cute.death": {
- "protocol_id": 1647
- },
- "minecraft:entity.wolf_cute.growl": {
- "protocol_id": 1648
- },
- "minecraft:entity.wolf_cute.hurt": {
- "protocol_id": 1649
- },
- "minecraft:entity.wolf_cute.pant": {
- "protocol_id": 1650
- },
- "minecraft:entity.wolf_cute.whine": {
- "protocol_id": 1651
- },
- "minecraft:entity.wolf_grumpy.ambient": {
- "protocol_id": 1634
- },
- "minecraft:entity.wolf_grumpy.death": {
- "protocol_id": 1635
- },
- "minecraft:entity.wolf_grumpy.growl": {
- "protocol_id": 1636
- },
- "minecraft:entity.wolf_grumpy.hurt": {
- "protocol_id": 1637
- },
- "minecraft:entity.wolf_grumpy.pant": {
- "protocol_id": 1638
- },
- "minecraft:entity.wolf_grumpy.whine": {
- "protocol_id": 1639
- },
- "minecraft:entity.wolf_puglin.ambient": {
+ "minecraft:entity.witch.hurt": {
"protocol_id": 1616
},
- "minecraft:entity.wolf_puglin.death": {
+ "minecraft:entity.witch.throw": {
"protocol_id": 1617
},
- "minecraft:entity.wolf_puglin.growl": {
+ "minecraft:entity.wither.ambient": {
"protocol_id": 1618
},
- "minecraft:entity.wolf_puglin.hurt": {
+ "minecraft:entity.wither.break_block": {
"protocol_id": 1619
},
- "minecraft:entity.wolf_puglin.pant": {
+ "minecraft:entity.wither.death": {
"protocol_id": 1620
},
- "minecraft:entity.wolf_puglin.whine": {
+ "minecraft:entity.wither.hurt": {
"protocol_id": 1621
},
- "minecraft:entity.wolf_sad.ambient": {
+ "minecraft:entity.wither.shoot": {
"protocol_id": 1622
},
- "minecraft:entity.wolf_sad.death": {
- "protocol_id": 1623
- },
- "minecraft:entity.wolf_sad.growl": {
- "protocol_id": 1624
- },
- "minecraft:entity.wolf_sad.hurt": {
- "protocol_id": 1625
- },
- "minecraft:entity.wolf_sad.pant": {
- "protocol_id": 1626
- },
- "minecraft:entity.wolf_sad.whine": {
+ "minecraft:entity.wither.spawn": {
"protocol_id": 1627
},
- "minecraft:entity.zoglin.ambient": {
+ "minecraft:entity.wither_skeleton.ambient": {
+ "protocol_id": 1623
+ },
+ "minecraft:entity.wither_skeleton.death": {
+ "protocol_id": 1624
+ },
+ "minecraft:entity.wither_skeleton.hurt": {
+ "protocol_id": 1625
+ },
+ "minecraft:entity.wither_skeleton.step": {
+ "protocol_id": 1626
+ },
+ "minecraft:entity.wolf.ambient": {
+ "protocol_id": 1634
+ },
+ "minecraft:entity.wolf.death": {
+ "protocol_id": 1635
+ },
+ "minecraft:entity.wolf.growl": {
+ "protocol_id": 1636
+ },
+ "minecraft:entity.wolf.hurt": {
+ "protocol_id": 1637
+ },
+ "minecraft:entity.wolf.pant": {
+ "protocol_id": 1638
+ },
+ "minecraft:entity.wolf.shake": {
+ "protocol_id": 1632
+ },
+ "minecraft:entity.wolf.step": {
+ "protocol_id": 1633
+ },
+ "minecraft:entity.wolf.whine": {
+ "protocol_id": 1639
+ },
+ "minecraft:entity.wolf_angry.ambient": {
+ "protocol_id": 1652
+ },
+ "minecraft:entity.wolf_angry.death": {
+ "protocol_id": 1653
+ },
+ "minecraft:entity.wolf_angry.growl": {
+ "protocol_id": 1654
+ },
+ "minecraft:entity.wolf_angry.hurt": {
+ "protocol_id": 1655
+ },
+ "minecraft:entity.wolf_angry.pant": {
+ "protocol_id": 1656
+ },
+ "minecraft:entity.wolf_angry.whine": {
+ "protocol_id": 1657
+ },
+ "minecraft:entity.wolf_big.ambient": {
+ "protocol_id": 1664
+ },
+ "minecraft:entity.wolf_big.death": {
+ "protocol_id": 1665
+ },
+ "minecraft:entity.wolf_big.growl": {
+ "protocol_id": 1666
+ },
+ "minecraft:entity.wolf_big.hurt": {
+ "protocol_id": 1667
+ },
+ "minecraft:entity.wolf_big.pant": {
+ "protocol_id": 1668
+ },
+ "minecraft:entity.wolf_big.whine": {
+ "protocol_id": 1669
+ },
+ "minecraft:entity.wolf_cute.ambient": {
"protocol_id": 1670
},
- "minecraft:entity.zoglin.angry": {
+ "minecraft:entity.wolf_cute.death": {
"protocol_id": 1671
},
- "minecraft:entity.zoglin.attack": {
+ "minecraft:entity.wolf_cute.growl": {
"protocol_id": 1672
},
- "minecraft:entity.zoglin.death": {
+ "minecraft:entity.wolf_cute.hurt": {
"protocol_id": 1673
},
- "minecraft:entity.zoglin.hurt": {
+ "minecraft:entity.wolf_cute.pant": {
"protocol_id": 1674
},
- "minecraft:entity.zoglin.step": {
+ "minecraft:entity.wolf_cute.whine": {
"protocol_id": 1675
},
- "minecraft:entity.zombie.ambient": {
- "protocol_id": 1676
+ "minecraft:entity.wolf_grumpy.ambient": {
+ "protocol_id": 1658
},
- "minecraft:entity.zombie.attack_iron_door": {
- "protocol_id": 1678
+ "minecraft:entity.wolf_grumpy.death": {
+ "protocol_id": 1659
},
- "minecraft:entity.zombie.attack_wooden_door": {
- "protocol_id": 1677
+ "minecraft:entity.wolf_grumpy.growl": {
+ "protocol_id": 1660
},
- "minecraft:entity.zombie.break_wooden_door": {
- "protocol_id": 1679
+ "minecraft:entity.wolf_grumpy.hurt": {
+ "protocol_id": 1661
},
- "minecraft:entity.zombie.converted_to_drowned": {
- "protocol_id": 1680
+ "minecraft:entity.wolf_grumpy.pant": {
+ "protocol_id": 1662
},
- "minecraft:entity.zombie.death": {
- "protocol_id": 1681
+ "minecraft:entity.wolf_grumpy.whine": {
+ "protocol_id": 1663
},
- "minecraft:entity.zombie.destroy_egg": {
- "protocol_id": 1682
+ "minecraft:entity.wolf_puglin.ambient": {
+ "protocol_id": 1640
},
- "minecraft:entity.zombie.hurt": {
- "protocol_id": 1686
+ "minecraft:entity.wolf_puglin.death": {
+ "protocol_id": 1641
},
- "minecraft:entity.zombie.infect": {
- "protocol_id": 1687
+ "minecraft:entity.wolf_puglin.growl": {
+ "protocol_id": 1642
},
- "minecraft:entity.zombie.step": {
- "protocol_id": 1692
+ "minecraft:entity.wolf_puglin.hurt": {
+ "protocol_id": 1643
},
- "minecraft:entity.zombie_horse.ambient": {
- "protocol_id": 1683
+ "minecraft:entity.wolf_puglin.pant": {
+ "protocol_id": 1644
},
- "minecraft:entity.zombie_horse.death": {
- "protocol_id": 1684
+ "minecraft:entity.wolf_puglin.whine": {
+ "protocol_id": 1645
},
- "minecraft:entity.zombie_horse.hurt": {
- "protocol_id": 1685
+ "minecraft:entity.wolf_sad.ambient": {
+ "protocol_id": 1646
},
- "minecraft:entity.zombie_villager.ambient": {
- "protocol_id": 1693
+ "minecraft:entity.wolf_sad.death": {
+ "protocol_id": 1647
},
- "minecraft:entity.zombie_villager.converted": {
+ "minecraft:entity.wolf_sad.growl": {
+ "protocol_id": 1648
+ },
+ "minecraft:entity.wolf_sad.hurt": {
+ "protocol_id": 1649
+ },
+ "minecraft:entity.wolf_sad.pant": {
+ "protocol_id": 1650
+ },
+ "minecraft:entity.wolf_sad.whine": {
+ "protocol_id": 1651
+ },
+ "minecraft:entity.zoglin.ambient": {
"protocol_id": 1694
},
- "minecraft:entity.zombie_villager.cure": {
+ "minecraft:entity.zoglin.angry": {
"protocol_id": 1695
},
- "minecraft:entity.zombie_villager.death": {
+ "minecraft:entity.zoglin.attack": {
"protocol_id": 1696
},
- "minecraft:entity.zombie_villager.hurt": {
+ "minecraft:entity.zoglin.death": {
"protocol_id": 1697
},
- "minecraft:entity.zombie_villager.step": {
+ "minecraft:entity.zoglin.hurt": {
"protocol_id": 1698
},
- "minecraft:entity.zombified_piglin.ambient": {
- "protocol_id": 1688
- },
- "minecraft:entity.zombified_piglin.angry": {
- "protocol_id": 1689
- },
- "minecraft:entity.zombified_piglin.death": {
- "protocol_id": 1690
- },
- "minecraft:entity.zombified_piglin.hurt": {
- "protocol_id": 1691
- },
- "minecraft:event.mob_effect.bad_omen": {
+ "minecraft:entity.zoglin.step": {
"protocol_id": 1699
},
- "minecraft:event.mob_effect.raid_omen": {
- "protocol_id": 1701
- },
- "minecraft:event.mob_effect.trial_omen": {
+ "minecraft:entity.zombie.ambient": {
"protocol_id": 1700
},
+ "minecraft:entity.zombie.attack_iron_door": {
+ "protocol_id": 1702
+ },
+ "minecraft:entity.zombie.attack_wooden_door": {
+ "protocol_id": 1701
+ },
+ "minecraft:entity.zombie.break_wooden_door": {
+ "protocol_id": 1703
+ },
+ "minecraft:entity.zombie.converted_to_drowned": {
+ "protocol_id": 1704
+ },
+ "minecraft:entity.zombie.death": {
+ "protocol_id": 1705
+ },
+ "minecraft:entity.zombie.destroy_egg": {
+ "protocol_id": 1706
+ },
+ "minecraft:entity.zombie.hurt": {
+ "protocol_id": 1710
+ },
+ "minecraft:entity.zombie.infect": {
+ "protocol_id": 1711
+ },
+ "minecraft:entity.zombie.step": {
+ "protocol_id": 1716
+ },
+ "minecraft:entity.zombie_horse.ambient": {
+ "protocol_id": 1707
+ },
+ "minecraft:entity.zombie_horse.death": {
+ "protocol_id": 1708
+ },
+ "minecraft:entity.zombie_horse.hurt": {
+ "protocol_id": 1709
+ },
+ "minecraft:entity.zombie_villager.ambient": {
+ "protocol_id": 1717
+ },
+ "minecraft:entity.zombie_villager.converted": {
+ "protocol_id": 1718
+ },
+ "minecraft:entity.zombie_villager.cure": {
+ "protocol_id": 1719
+ },
+ "minecraft:entity.zombie_villager.death": {
+ "protocol_id": 1720
+ },
+ "minecraft:entity.zombie_villager.hurt": {
+ "protocol_id": 1721
+ },
+ "minecraft:entity.zombie_villager.step": {
+ "protocol_id": 1722
+ },
+ "minecraft:entity.zombified_piglin.ambient": {
+ "protocol_id": 1712
+ },
+ "minecraft:entity.zombified_piglin.angry": {
+ "protocol_id": 1713
+ },
+ "minecraft:entity.zombified_piglin.death": {
+ "protocol_id": 1714
+ },
+ "minecraft:entity.zombified_piglin.hurt": {
+ "protocol_id": 1715
+ },
+ "minecraft:event.mob_effect.bad_omen": {
+ "protocol_id": 1723
+ },
+ "minecraft:event.mob_effect.raid_omen": {
+ "protocol_id": 1725
+ },
+ "minecraft:event.mob_effect.trial_omen": {
+ "protocol_id": 1724
+ },
"minecraft:event.raid.horn": {
- "protocol_id": 1192
+ "protocol_id": 1216
},
"minecraft:intentionally_empty": {
- "protocol_id": 978
+ "protocol_id": 1003
},
"minecraft:item.armor.equip_chain": {
"protocol_id": 67
@@ -17192,316 +17413,340 @@
"protocol_id": 407
},
"minecraft:item.dye.use": {
- "protocol_id": 478
+ "protocol_id": 487
},
"minecraft:item.elytra.flying": {
- "protocol_id": 488
+ "protocol_id": 497
},
"minecraft:item.firecharge.use": {
- "protocol_id": 533
+ "protocol_id": 542
},
"minecraft:item.flintandsteel.use": {
- "protocol_id": 549
+ "protocol_id": 558
},
"minecraft:item.glow_ink_sac.use": {
- "protocol_id": 628
+ "protocol_id": 641
},
"minecraft:item.goat_horn.sound.0": {
- "protocol_id": 734
+ "protocol_id": 755
},
"minecraft:item.goat_horn.sound.1": {
- "protocol_id": 735
+ "protocol_id": 756
},
"minecraft:item.goat_horn.sound.2": {
- "protocol_id": 736
+ "protocol_id": 757
},
"minecraft:item.goat_horn.sound.3": {
- "protocol_id": 737
+ "protocol_id": 758
},
"minecraft:item.goat_horn.sound.4": {
- "protocol_id": 738
+ "protocol_id": 759
},
"minecraft:item.goat_horn.sound.5": {
- "protocol_id": 739
+ "protocol_id": 760
},
"minecraft:item.goat_horn.sound.6": {
- "protocol_id": 740
+ "protocol_id": 761
},
"minecraft:item.goat_horn.sound.7": {
- "protocol_id": 741
+ "protocol_id": 762
},
"minecraft:item.hoe.till": {
- "protocol_id": 717
+ "protocol_id": 738
},
"minecraft:item.honey_bottle.drink": {
- "protocol_id": 733
+ "protocol_id": 754
},
"minecraft:item.honeycomb.wax_on": {
- "protocol_id": 732
+ "protocol_id": 753
+ },
+ "minecraft:item.horse_armor.unequip": {
+ "protocol_id": 766
},
"minecraft:item.ink_sac.use": {
- "protocol_id": 773
+ "protocol_id": 795
},
- "minecraft:item.lodestone_compass.lock": {
- "protocol_id": 837
- },
- "minecraft:item.mace.smash_air": {
- "protocol_id": 838
- },
- "minecraft:item.mace.smash_ground": {
- "protocol_id": 839
- },
- "minecraft:item.mace.smash_ground_heavy": {
+ "minecraft:item.lead.break": {
"protocol_id": 840
},
+ "minecraft:item.lead.tied": {
+ "protocol_id": 839
+ },
+ "minecraft:item.lead.untied": {
+ "protocol_id": 838
+ },
+ "minecraft:item.llama_carpet.unequip": {
+ "protocol_id": 854
+ },
+ "minecraft:item.lodestone_compass.lock": {
+ "protocol_id": 861
+ },
+ "minecraft:item.mace.smash_air": {
+ "protocol_id": 862
+ },
+ "minecraft:item.mace.smash_ground": {
+ "protocol_id": 863
+ },
+ "minecraft:item.mace.smash_ground_heavy": {
+ "protocol_id": 864
+ },
"minecraft:item.nether_wart.plant": {
- "protocol_id": 962
+ "protocol_id": 987
},
"minecraft:item.ominous_bottle.dispose": {
- "protocol_id": 1049
+ "protocol_id": 1074
+ },
+ "minecraft:item.saddle.unequip": {
+ "protocol_id": 1726
+ },
+ "minecraft:item.shears.snip": {
+ "protocol_id": 1296
},
"minecraft:item.shield.block": {
- "protocol_id": 1273
+ "protocol_id": 1297
},
"minecraft:item.shield.break": {
- "protocol_id": 1274
+ "protocol_id": 1298
},
"minecraft:item.shovel.flatten": {
- "protocol_id": 1280
+ "protocol_id": 1304
},
"minecraft:item.spyglass.stop_using": {
- "protocol_id": 1412
+ "protocol_id": 1436
},
"minecraft:item.spyglass.use": {
- "protocol_id": 1411
+ "protocol_id": 1435
},
"minecraft:item.totem.use": {
- "protocol_id": 1439
+ "protocol_id": 1463
},
"minecraft:item.trident.hit": {
- "protocol_id": 1440
+ "protocol_id": 1464
},
"minecraft:item.trident.hit_ground": {
- "protocol_id": 1441
+ "protocol_id": 1465
},
"minecraft:item.trident.return": {
- "protocol_id": 1442
+ "protocol_id": 1466
},
"minecraft:item.trident.riptide_1": {
- "protocol_id": 1443
+ "protocol_id": 1467
},
"minecraft:item.trident.riptide_2": {
- "protocol_id": 1444
+ "protocol_id": 1468
},
"minecraft:item.trident.riptide_3": {
- "protocol_id": 1445
+ "protocol_id": 1469
},
"minecraft:item.trident.throw": {
- "protocol_id": 1446
+ "protocol_id": 1470
},
"minecraft:item.trident.thunder": {
- "protocol_id": 1447
+ "protocol_id": 1471
},
"minecraft:item.wolf_armor.break": {
- "protocol_id": 1604
+ "protocol_id": 1628
},
"minecraft:item.wolf_armor.crack": {
- "protocol_id": 1605
+ "protocol_id": 1629
},
"minecraft:item.wolf_armor.damage": {
- "protocol_id": 1606
+ "protocol_id": 1630
},
"minecraft:item.wolf_armor.repair": {
- "protocol_id": 1607
+ "protocol_id": 1631
},
"minecraft:music.creative": {
- "protocol_id": 906
- },
- "minecraft:music.credits": {
- "protocol_id": 907
- },
- "minecraft:music.dragon": {
- "protocol_id": 927
- },
- "minecraft:music.end": {
- "protocol_id": 928
- },
- "minecraft:music.game": {
- "protocol_id": 929
- },
- "minecraft:music.menu": {
"protocol_id": 930
},
- "minecraft:music.nether.basalt_deltas": {
+ "minecraft:music.credits": {
"protocol_id": 931
},
- "minecraft:music.nether.crimson_forest": {
- "protocol_id": 932
- },
- "minecraft:music.nether.nether_wastes": {
- "protocol_id": 943
- },
- "minecraft:music.nether.soul_sand_valley": {
- "protocol_id": 946
- },
- "minecraft:music.nether.warped_forest": {
- "protocol_id": 948
- },
- "minecraft:music.overworld.badlands": {
- "protocol_id": 951
- },
- "minecraft:music.overworld.bamboo_jungle": {
- "protocol_id": 954
- },
- "minecraft:music.overworld.cherry_grove": {
- "protocol_id": 942
- },
- "minecraft:music.overworld.deep_dark": {
- "protocol_id": 933
- },
- "minecraft:music.overworld.desert": {
- "protocol_id": 950
- },
- "minecraft:music.overworld.dripstone_caves": {
- "protocol_id": 934
- },
- "minecraft:music.overworld.flower_forest": {
- "protocol_id": 949
- },
- "minecraft:music.overworld.forest": {
- "protocol_id": 939
- },
- "minecraft:music.overworld.frozen_peaks": {
- "protocol_id": 944
- },
- "minecraft:music.overworld.grove": {
- "protocol_id": 935
- },
- "minecraft:music.overworld.jagged_peaks": {
- "protocol_id": 936
- },
- "minecraft:music.overworld.jungle": {
+ "minecraft:music.dragon": {
"protocol_id": 952
},
- "minecraft:music.overworld.lush_caves": {
- "protocol_id": 937
- },
- "minecraft:music.overworld.meadow": {
- "protocol_id": 941
- },
- "minecraft:music.overworld.old_growth_taiga": {
- "protocol_id": 940
- },
- "minecraft:music.overworld.snowy_slopes": {
- "protocol_id": 945
- },
- "minecraft:music.overworld.sparse_jungle": {
+ "minecraft:music.end": {
"protocol_id": 953
},
- "minecraft:music.overworld.stony_peaks": {
- "protocol_id": 947
+ "minecraft:music.game": {
+ "protocol_id": 954
},
- "minecraft:music.overworld.swamp": {
- "protocol_id": 938
- },
- "minecraft:music.under_water": {
+ "minecraft:music.menu": {
"protocol_id": 955
},
+ "minecraft:music.nether.basalt_deltas": {
+ "protocol_id": 956
+ },
+ "minecraft:music.nether.crimson_forest": {
+ "protocol_id": 957
+ },
+ "minecraft:music.nether.nether_wastes": {
+ "protocol_id": 968
+ },
+ "minecraft:music.nether.soul_sand_valley": {
+ "protocol_id": 971
+ },
+ "minecraft:music.nether.warped_forest": {
+ "protocol_id": 973
+ },
+ "minecraft:music.overworld.badlands": {
+ "protocol_id": 976
+ },
+ "minecraft:music.overworld.bamboo_jungle": {
+ "protocol_id": 979
+ },
+ "minecraft:music.overworld.cherry_grove": {
+ "protocol_id": 967
+ },
+ "minecraft:music.overworld.deep_dark": {
+ "protocol_id": 958
+ },
+ "minecraft:music.overworld.desert": {
+ "protocol_id": 975
+ },
+ "minecraft:music.overworld.dripstone_caves": {
+ "protocol_id": 959
+ },
+ "minecraft:music.overworld.flower_forest": {
+ "protocol_id": 974
+ },
+ "minecraft:music.overworld.forest": {
+ "protocol_id": 964
+ },
+ "minecraft:music.overworld.frozen_peaks": {
+ "protocol_id": 969
+ },
+ "minecraft:music.overworld.grove": {
+ "protocol_id": 960
+ },
+ "minecraft:music.overworld.jagged_peaks": {
+ "protocol_id": 961
+ },
+ "minecraft:music.overworld.jungle": {
+ "protocol_id": 977
+ },
+ "minecraft:music.overworld.lush_caves": {
+ "protocol_id": 962
+ },
+ "minecraft:music.overworld.meadow": {
+ "protocol_id": 966
+ },
+ "minecraft:music.overworld.old_growth_taiga": {
+ "protocol_id": 965
+ },
+ "minecraft:music.overworld.snowy_slopes": {
+ "protocol_id": 970
+ },
+ "minecraft:music.overworld.sparse_jungle": {
+ "protocol_id": 978
+ },
+ "minecraft:music.overworld.stony_peaks": {
+ "protocol_id": 972
+ },
+ "minecraft:music.overworld.swamp": {
+ "protocol_id": 963
+ },
+ "minecraft:music.under_water": {
+ "protocol_id": 980
+ },
"minecraft:music_disc.11": {
- "protocol_id": 909
+ "protocol_id": 933
},
"minecraft:music_disc.13": {
- "protocol_id": 910
+ "protocol_id": 934
},
"minecraft:music_disc.5": {
- "protocol_id": 908
+ "protocol_id": 932
},
"minecraft:music_disc.blocks": {
- "protocol_id": 911
+ "protocol_id": 935
},
"minecraft:music_disc.cat": {
- "protocol_id": 912
+ "protocol_id": 936
},
"minecraft:music_disc.chirp": {
- "protocol_id": 913
+ "protocol_id": 937
},
"minecraft:music_disc.creator": {
- "protocol_id": 924
+ "protocol_id": 948
},
"minecraft:music_disc.creator_music_box": {
- "protocol_id": 925
+ "protocol_id": 949
},
"minecraft:music_disc.far": {
- "protocol_id": 914
+ "protocol_id": 938
},
"minecraft:music_disc.mall": {
- "protocol_id": 915
+ "protocol_id": 939
},
"minecraft:music_disc.mellohi": {
- "protocol_id": 916
+ "protocol_id": 940
},
"minecraft:music_disc.otherside": {
- "protocol_id": 922
+ "protocol_id": 946
},
"minecraft:music_disc.pigstep": {
- "protocol_id": 917
+ "protocol_id": 941
},
"minecraft:music_disc.precipice": {
- "protocol_id": 926
+ "protocol_id": 950
},
"minecraft:music_disc.relic": {
- "protocol_id": 923
+ "protocol_id": 947
},
"minecraft:music_disc.stal": {
- "protocol_id": 918
+ "protocol_id": 942
},
"minecraft:music_disc.strad": {
- "protocol_id": 919
+ "protocol_id": 943
+ },
+ "minecraft:music_disc.tears": {
+ "protocol_id": 951
},
"minecraft:music_disc.wait": {
- "protocol_id": 920
+ "protocol_id": 944
},
"minecraft:music_disc.ward": {
- "protocol_id": 921
+ "protocol_id": 945
},
"minecraft:particle.soul_escape": {
- "protocol_id": 1338
+ "protocol_id": 1362
},
"minecraft:ui.button.click": {
- "protocol_id": 1483
+ "protocol_id": 1507
},
"minecraft:ui.cartography_table.take_result": {
- "protocol_id": 1486
+ "protocol_id": 1510
},
"minecraft:ui.hud.bubble_pop": {
"protocol_id": 210
},
"minecraft:ui.loom.select_pattern": {
- "protocol_id": 1484
+ "protocol_id": 1508
},
"minecraft:ui.loom.take_result": {
- "protocol_id": 1485
+ "protocol_id": 1509
},
"minecraft:ui.stonecutter.select_recipe": {
- "protocol_id": 1488
+ "protocol_id": 1512
},
"minecraft:ui.stonecutter.take_result": {
- "protocol_id": 1487
+ "protocol_id": 1511
},
"minecraft:ui.toast.challenge_complete": {
- "protocol_id": 1489
+ "protocol_id": 1513
},
"minecraft:ui.toast.in": {
- "protocol_id": 1490
+ "protocol_id": 1514
},
"minecraft:ui.toast.out": {
- "protocol_id": 1491
+ "protocol_id": 1515
},
"minecraft:weather.rain": {
- "protocol_id": 1573
+ "protocol_id": 1597
},
"minecraft:weather.rain.above": {
- "protocol_id": 1574
+ "protocol_id": 1598
}
},
"protocol_id": 1
@@ -17578,7 +17823,7 @@
"protocol_id": 0
}
},
- "protocol_id": 82
+ "protocol_id": 86
},
"minecraft:test_instance_type": {
"entries": {
@@ -17623,13 +17868,13 @@
"minecraft:trigger_type": {
"entries": {
"minecraft:allay_drop_item_on_block": {
- "protocol_id": 51
+ "protocol_id": 52
},
"minecraft:any_block_use": {
"protocol_id": 40
},
"minecraft:avoid_vibration": {
- "protocol_id": 52
+ "protocol_id": 53
},
"minecraft:bee_nest_destroyed": {
"protocol_id": 36
@@ -17653,7 +17898,7 @@
"protocol_id": 25
},
"minecraft:crafter_recipe_crafted": {
- "protocol_id": 54
+ "protocol_id": 55
},
"minecraft:cured_zombie_villager": {
"protocol_id": 17
@@ -17677,10 +17922,10 @@
"protocol_id": 2
},
"minecraft:fall_after_explosion": {
- "protocol_id": 55
+ "protocol_id": 56
},
"minecraft:fall_from_height": {
- "protocol_id": 48
+ "protocol_id": 49
},
"minecraft:filled_bucket": {
"protocol_id": 9
@@ -17704,7 +17949,7 @@
"protocol_id": 38
},
"minecraft:kill_mob_near_sculk_catalyst": {
- "protocol_id": 50
+ "protocol_id": 51
},
"minecraft:killed_by_arrow": {
"protocol_id": 32
@@ -17713,7 +17958,7 @@
"protocol_id": 20
},
"minecraft:lightning_strike": {
- "protocol_id": 46
+ "protocol_id": 47
},
"minecraft:location": {
"protocol_id": 15
@@ -17736,14 +17981,17 @@
"minecraft:player_killed_entity": {
"protocol_id": 1
},
+ "minecraft:player_sheared_equipment": {
+ "protocol_id": 45
+ },
"minecraft:recipe_crafted": {
- "protocol_id": 53
+ "protocol_id": 54
},
"minecraft:recipe_unlocked": {
"protocol_id": 5
},
"minecraft:ride_entity_in_lava": {
- "protocol_id": 49
+ "protocol_id": 50
},
"minecraft:shot_crossbow": {
"protocol_id": 31
@@ -17755,7 +18003,7 @@
"protocol_id": 35
},
"minecraft:started_riding": {
- "protocol_id": 45
+ "protocol_id": 46
},
"minecraft:summoned_entity": {
"protocol_id": 13
@@ -17782,7 +18030,7 @@
"protocol_id": 27
},
"minecraft:using_item": {
- "protocol_id": 47
+ "protocol_id": 48
},
"minecraft:villager_trade": {
"protocol_id": 18